@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Philosopher:wght@700&display=swap);
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 35px;
	font-weight: 700;
	color: inherit;
	line-height: 1.3
}
h1 {
	font-size: 65px
}
h2 {
	font-size: 60px
}
h3 {
	font-size: 56px
}
h4 {
	font-size: 52px
}
h5 {
	font-size: 48px
}
h6 {
	font-size: 44px
}
p {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.72
}
p:not(:last-child) {
	margin: 0 0 41px
}
p:last-child {
	margin-bottom: 0
}
p a {
	text-decoration: underline;
	color: #eb5a23;
	word-break: break-all
}
p a:active, p a:focus {
	color: #eb5a23
}
p a:hover {
	color: #eb5a23;
	text-decoration: none
}
strong {
	font-weight: 500
}
img {
	display: block;
	max-width: 100%
}
a {
	color: inherit;
	outline: 0;
	text-decoration: none
}
ol, ul {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
ol li, ul li {
	list-style: none
}
ol {
	padding: 0 0 0 20px
}
ol li {
	list-style: decimal
}
button, input, optgroup, select, textarea {
	font-family: inherit;
	margin: 0
}
input, select, textarea {
	font-family: inherit;
	margin: 0;
	border: 1px solid transparent
}
button {
	margin: 0;
	padding: 0;
	border: none;
	background: 0 0;
	cursor: pointer;
	overflow: visible;
	width: auto;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
button:active, button:focus, button:hover {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none
}
.ripple {
	position: relative;
	overflow: hidden
}
.ripple-effect {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	border: 2px solid rgba(255, 255, 255, .3);
	border-radius: 50%;
	-webkit-animation: 1s forwards ripple;
	animation: 1s forwards ripple;
	z-index: 3
}
@-webkit-keyframes ripple {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	100% {
		-webkit-transform: scale(200);
		transform: scale(200)
	}
}
@keyframes ripple {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	100% {
		-webkit-transform: scale(200);
		transform: scale(200)
	}
}
.border-btn {
	display: inline-block;
	padding: 13.5px 52.5px;
	height: 47px;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	text-transform: uppercase;
	border: 2px solid #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	position: relative
}
.border-btn:before {
	position: absolute;
	top: -6px;
	left: 0;
	content: "";
	width: 1px;
	height: calc(100% + 12px);
	background: #fff;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}
.border-btn:after {
	position: absolute;
	top: -6px;
	right: 0;
	content: "";
	width: 1px;
	height: calc(100% + 12px);
	background: #fff;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}
.border-btn span {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.border-btn span:before {
	position: absolute;
	top: 0;
	left: -6px;
	content: "";
	width: calc(100% + 12px);
	height: 1px;
	background: #fff;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}
.border-btn span:after {
	position: absolute;
	bottom: 0;
	left: -6px;
	content: "";
	width: calc(100% + 12px);
	height: 1px;
	background: #fff;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}
.border-btn.black {
	border-color: #363636;
	color: #363636
}
.border-btn.black span:after, .border-btn.black span:before, .border-btn.black:after, .border-btn.black:before {
	background: #363636
}
.border-btn.yellow {
	border-color: #5e593f;
	color: #5e593f
}
.border-btn.yellow span:after, .border-btn.yellow span:before, .border-btn.yellow:after, .border-btn.yellow:before {
	background: #5e593f
}
.border-btn.gray {
	border-color: #c5c5c5;
	color: #c5c5c5
}
.border-btn.gray span:after, .border-btn.gray span:before, .border-btn.gray:after, .border-btn.gray:before {
	background: #c5c5c5
}
.border-btn:hover {
	border-color: #dd9c00;
	color: #dd9c00;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}
.border-btn:hover:after, .border-btn:hover:before {
	top: 0;
	height: 100%;
	background: #dd9c00
}
.border-btn:hover span:after, .border-btn:hover span:before {
	background: #dd9c00;
	left: 0;
	width: 100%
}
input {
	outline: 0;
	border: none
}
.b-input {
	width: 100%
}
.b-input__text {
	width: 100%;
	height: 49px;
	background: 0 0;
	border: 1px solid #bcbcbc;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 30px;
	color: #bcbcbc;
	font-size: 16px;
	font-weight: 700;
	line-height: 18px
}
.b-input__text::-webkit-input-placeholder {
	color: #bcbcbc;
	font-size: 16px;
	font-weight: 700;
	line-height: 18px
}
.b-input__text:-moz-placeholder {
	color: #bcbcbc;
	font-size: 16px;
	font-weight: 700;
	line-height: 18px
}
textarea {
	width: 100%;
	height: 74px;
	background: 0 0;
	border: 1px solid #bcbcbc;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 17px 30px;
	color: #bcbcbc;
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
	resize: none
}
textarea::-webkit-input-placeholder {
	color: #bcbcbc;
	font-size: 16px;
	font-weight: 700;
	line-height: 18px
}
textarea:-moz-placeholder {
	color: #bcbcbc;
	font-size: 16px;
	font-weight: 700;
	line-height: 18px
}
textarea.b-textarea {
	min-height: 74px;
	height: auto;
	max-height: 74px
}
.input__wrapper {
	margin: 0 0 50px
}
.input__wrapper .input__file {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	width: 100%;
	left: 0
}
.input__wrapper .input__file-button-ico {
	background: url(../img/file-ico.png) center no-repeat;
	width: 21px;
	height: 21px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 10px 0 0
}
.input__wrapper .input__file-button-text {
	margin-top: 1px;
	color: #bcbcbc;
	font-size: 14px;
	font-weight: 600;
	line-height: 1
}
.input__wrapper .input__file-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	padding: 0 0 0 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
select {
	outline: 0
}
.b-select {
	width: 100%;
	height: 40px;
	padding: 0 43px;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	text-align: left;
	color: #181818;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
	background: url(../img/select-arrow.svg) right 10px center/9px no-repeat #f5f5f5;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: .01px;
	-o-text-overflow: "";
	text-overflow: "";
	-ms-appearance: none;
	appearance: none !important
}
@media(max-width:767px) {
	.b-select {
		padding: 0 15px
	}
}
.b-checkbox:not(:last-child) {
	margin: 0 0 10px
}
.b-checkbox input[type=checkbox] {
	display: none
}
.b-checkbox input[type=checkbox] + label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0
}
.b-checkbox input[type=checkbox] + label span {
	width: 16px;
	height: 16px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background: url(../img/check.png) center no-repeat;
	margin-right: 8px
}
.b-checkbox input[type=checkbox] + label i {
	color: #7a7a7a;
	font-size: 12px;
	line-height: 1;
	font-weight: 500;
	font-style: normal;
	cursor: pointer
}
.b-checkbox input[type=checkbox]:checked + label span {
	background: url(../img/check-active.png) center no-repeat
}
.b-radio:not(:last-child) {
	margin: 0 0 10px
}
.b-radio input[type=radio] {
	display: none
}
.b-radio input[type=radio] + label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0
}
.b-radio input[type=radio] + label span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 20px;
	height: 20px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border: 1px solid #d4d9e0;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 10px;
	position: relative;
	cursor: pointer
}
.b-radio input[type=radio] + label span:before {
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #000;
	border-radius: 100%;
	width: 8px;
	height: 8px;
	opacity: 0;
	visibility: hidden
}
.b-radio input[type=radio] + label i {
	font-weight: 600;
	font-size: 14px;
	line-height: 1.2;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #000;
	font-style: normal;
	padding: 1px 0 0;
	cursor: pointer
}
.b-radio input[type=radio]:checked + label span:before {
	opacity: 1;
	visibility: visible
}
.fancybox-enabled {
	padding: 0 17px 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.fancybox-container {
	z-index: 999999
}
.modal-dialog {
	pointer-events: inherit
}
.modal {
	z-index: 99999999
}
.slick-slide, .slick-slide:focus, .slick-slide:hover {
	outline: 0 !important
}
.d-none {
	display: none !important
}
.swiper-btn {
	font-size: 44px;
	color: #878787;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 30;
	margin: 0
}
.swiper-btn.swiper-button-prev {
	left: 0
}
.swiper-btn.swiper-button-next {
	right: 0
}
.swiper-btn.swiper-button-next:before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	display: block
}
.swiper-btn:after {
	display: none
}
.animate-fade {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .8s;
	-o-transition: .8s;
	transition: .8s
}
.animate-fade.active {
	opacity: 1;
	visibility: visible
}
.b-promo {
	background: #181818;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 99999999999;
	overflow: hidden;
	-webkit-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}
.b-promo__text span {
	display: block;
	color: #1d1d1d;
	font-family: Philosopher, sans-serif;
	font-size: 300px;
	line-height: 230px;
	font-weight: 700;
	text-transform: uppercase;
	opacity: 0;
	-webkit-transition: -webkit-transform 3s;
	transition: transform 3s;
	-o-transition: transform 3s;
	transition: transform 3s, -webkit-transform 3s
}
@media(max-width:1799px) {
	.b-promo__text span {
		font-size: 230px;
		line-height: 188px
	}
}
@media(max-width:1529px) {
	.b-promo__text span {
		font-size: 198px;
		line-height: 164px
	}
}
@media(max-width:1199px) {
	.b-promo__text span {
		font-size: 155px;
		line-height: 135px
	}
}
@media(max-width:991px) {
	.b-promo__text span {
		font-size: 121px;
		line-height: 105px
	}
}
@media(max-width:767px) {
	.b-promo__text {
		max-width: 315px;
		margin: 0 auto
	}
	.b-promo__text span {
		font-size: 52px;
		line-height: 60px
	}
}
.b-promo__text span.b-promo__text-1 {
	-webkit-transform: translateX(-5%);
	-ms-transform: translateX(-5%);
	transform: translateX(-5%)
}
.b-promo__text span.b-promo__text-2 {
	-webkit-transform: translateX(10%);
	-ms-transform: translateX(10%);
	transform: translateX(10%)
}
.b-promo__text span.b-promo__text-3 {
	-webkit-transform: translateX(-5%);
	-ms-transform: translateX(-5%);
	transform: translateX(-5%)
}
.b-promo__text span.active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
.b-promo__logo {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%)
}
.b-promo__logo svg {
	width: 175px;
	height: 180px
}
.b-promo__logo .st0, .b-promo__logo .st1, .b-promo__logo .st10, .b-promo__logo .st11, .b-promo__logo .st12, .b-promo__logo .st13, .b-promo__logo .st14, .b-promo__logo .st15, .b-promo__logo .st16, .b-promo__logo .st17, .b-promo__logo .st18, .b-promo__logo .st19, .b-promo__logo .st2, .b-promo__logo .st20, .b-promo__logo .st21, .b-promo__logo .st22, .b-promo__logo .st23, .b-promo__logo .st24, .b-promo__logo .st25, .b-promo__logo .st26, .b-promo__logo .st27, .b-promo__logo .st28, .b-promo__logo .st29, .b-promo__logo .st3, .b-promo__logo .st30, .b-promo__logo .st4, .b-promo__logo .st5, .b-promo__logo .st6, .b-promo__logo .st7, .b-promo__logo .st8, .b-promo__logo .st9 {
	opacity: 0;
	-webkit-transition: 2s;
	-o-transition: 2s;
	transition: 2s
}
.b-promo__logo .st0.active, .b-promo__logo .st1.active, .b-promo__logo .st10.active, .b-promo__logo .st11.active, .b-promo__logo .st12.active, .b-promo__logo .st13.active, .b-promo__logo .st14.active, .b-promo__logo .st15.active, .b-promo__logo .st16.active, .b-promo__logo .st17.active, .b-promo__logo .st18.active, .b-promo__logo .st19.active, .b-promo__logo .st2.active, .b-promo__logo .st20.active, .b-promo__logo .st21.active, .b-promo__logo .st22.active, .b-promo__logo .st23.active, .b-promo__logo .st24.active, .b-promo__logo .st25.active, .b-promo__logo .st26.active, .b-promo__logo .st27.active, .b-promo__logo .st28.active, .b-promo__logo .st29.active, .b-promo__logo .st3.active, .b-promo__logo .st30.active, .b-promo__logo .st4.active, .b-promo__logo .st5.active, .b-promo__logo .st6.active, .b-promo__logo .st7.active, .b-promo__logo .st8.active, .b-promo__logo .st9.active {
	opacity: 1
}
.b-promo__logo .st32, .b-promo__logo .st33, .b-promo__logo .st34, .b-promo__logo .st35, .b-promo__logo .st36, .b-promo__logo .st37, .b-promo__logo .st38, .b-promo__logo .st39, .b-promo__logo .st40, .b-promo__logo .st41, .b-promo__logo .st42, .b-promo__logo .st43, .b-promo__logo .st44, .b-promo__logo .st45, .b-promo__logo .st46, .b-promo__logo .st47, .b-promo__logo .st48, .b-promo__logo .st49, .b-promo__logo .st50, .b-promo__logo .st51, .b-promo__logo .st52, .b-promo__logo .st53, .b-promo__logo .st54 {
	opacity: 0;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: 3s;
	-o-transition: 3s;
	transition: 3s
}
.b-promo__logo .st32.active, .b-promo__logo .st33.active, .b-promo__logo .st34.active, .b-promo__logo .st35.active, .b-promo__logo .st36.active, .b-promo__logo .st37.active, .b-promo__logo .st38.active, .b-promo__logo .st39.active, .b-promo__logo .st40.active, .b-promo__logo .st41.active, .b-promo__logo .st42.active, .b-promo__logo .st43.active, .b-promo__logo .st44.active, .b-promo__logo .st45.active, .b-promo__logo .st46.active, .b-promo__logo .st47.active, .b-promo__logo .st48.active, .b-promo__logo .st49.active, .b-promo__logo .st50.active, .b-promo__logo .st51.active, .b-promo__logo .st52.active, .b-promo__logo .st53.active, .b-promo__logo .st54.active {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}
@-webkit-keyframes fill {
	0% {
		fill: #181818
	}
	100% {
		fill: #e2bd69
	}
}
@keyframes fill {
	0% {
		fill: #181818
	}
	100% {
		fill: #e2bd69
	}
}
.b-promo__logo .st31 {
	opacity: 0;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: 3s;
	-o-transition: 3s;
	transition: 3s
}
.b-promo__logo .st31.active {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	fill: #e2bd69;
	-webkit-animation-name: fill;
	animation-name: fill;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	-webkit-animation-iteration-count: forwards;
	animation-iteration-count: forwards
}
@media(max-width:1199px) {
	.b-promo__logo {
		max-width: 120px
	}
}
.b-promo__logo.active {
	-webkit-filter: grayscale(0);
	filter: grayscale(0)
}
.b-promo.active {
	opacity: 0;
	visibility: hidden;
	z-index: -1
}
.image-animate {
	width: 100%;
	-webkit-clip-path: inset(0 0 100% 0);
	clip-path: inset(0 0 100% 0);
	-webkit-transition: .7s cubic-bezier(1, 0, .29, .87);
	-o-transition: .7s cubic-bezier(1, 0, .29, .87);
	transition: .7s cubic-bezier(1, 0, .29, .87);
	position: relative;
	z-index: 2
}
.image-animate.active {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0)
}
.image-placeholder {
	position: absolute;
	top: 1px;
	left: 0;
	width: 99.8%;
	height: 99.5%;
	background-color: #727272;
	z-index: 1;
	-webkit-clip-path: inset(0 0 100% 0);
	clip-path: inset(0 0 100% 0);
	-webkit-transition: .7s cubic-bezier(1, 0, .29, .87);
	-o-transition: .7s cubic-bezier(1, 0, .29, .87);
	transition: .7s cubic-bezier(1, 0, .29, .87)
}
.image-placeholder.active {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0)
}
.swiper-pagination {
	position: static !important;
	margin: 0
}
@media(max-width:991px) {
	.swiper-pagination {
		margin: 40px 0 0
	}
}
.swiper-pagination .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	background: #878787;
	border: none;
	margin: 0 !important;
	opacity: .6 !important;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}
.swiper-pagination .swiper-pagination-bullet:not(:last-child) {
	margin-right: 10px !important
}
.row {
	margin-left: -30px;
	margin-right: -30px
}
@media(max-width:1529px) {
	.row {
		margin-left: -15px;
		margin-right: -15px
	}
}
@media(max-width:767px) {
	.b-promo__logo {
		max-width: 60px
	}
	.row {
		margin-left: -20px;
		margin-right: -20px
	}
}
.row .col {
	padding-left: 30px;
	padding-right: 30px
}
@media(max-width:1529px) {
	.row .col {
		padding-left: 15px;
		padding-right: 15px
	}
}
@media(max-width:767px) {
	.row .col {
		padding-left: 20px;
		padding-right: 20px
	}
}
@media(max-width:374px) {
	.row {
		margin-left: -15px;
		margin-right: -15px
	}
	.row .col {
		padding-left: 15px;
		padding-right: 15px
	}
}
.b-mobile {
	display: none
}
@media(max-width:991px) {
	.b-mobile {
		display: block;
		position: relative;
		z-index: 6;
		margin: 0 0 0 30px
	}
}
@media(max-width:374px) {
	.b-mobile {
		margin: 0 0 0 15px
	}
}
.b-mobile .menu-icon {
	position: relative;
	z-index: 10001;
	cursor: pointer
}
.b-mobile .menu-icon .menu-icon__wrapper {
	position: relative;
	width: 30px;
	height: 21px;
	margin: 0 auto
}
.b-mobile .menu-icon .b-menu__line {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	border-radius: 30px;
	-webkit-transition: background-color .35s, opacity .175s cubic-bezier(.215, .61, .355, 1), -webkit-transform .175s cubic-bezier(.215, .61, .355, 1);
	transition: background-color .35s, transform .175s cubic-bezier(.215, .61, .355, 1), opacity .175s cubic-bezier(.215, .61, .355, 1), -webkit-transform .175s cubic-bezier(.215, .61, .355, 1);
	-o-transition: background-color .35s, transform .175s cubic-bezier(.215, .61, .355, 1), opacity .175s cubic-bezier(.215, .61, .355, 1);
	-webkit-transform: translateY(0) translateZ(0);
	transform: translateY(0) translateZ(0);
	overflow: hidden
}
.b-mobile .menu-icon .b-menu__line_1 {
	top: 0;
	width: 50%
}
.b-mobile .menu-icon .b-menu__line_2 {
	top: 9px
}
.b-mobile .menu-icon .b-menu__line_3 {
	top: 18px;
	width: 71%
}
.b-mobile .menu-icon.active .b-menu__line_1 {
	-webkit-transform: translateY(8px) rotate(45deg);
	-ms-transform: translateY(8px) rotate(45deg);
	transform: translateY(8px) rotate(45deg);
	top: 0;
	width: 100%
}
.b-mobile .menu-icon.active .b-menu__line_2 {
	opacity: 0;
	width: 100%
}
.b-mobile .menu-icon.active .b-menu__line_3 {
	-webkit-transform: translateY(-8px) rotate(-45deg);
	-ms-transform: translateY(-8px) rotate(-45deg);
	transform: translateY(-8px) rotate(-45deg);
	top: 16px;
	width: 100%
}
.b-title__item {
	color: #fff;
	font-weight: 300;
	font-size: 48px;
	line-height: 1.25;
	text-transform: uppercase
}
@media(max-width:1529px) {
	.b-title__item {
		font-size: 38px
	}
	.b-header .b-logo {
		max-width: 100px
	}
}
.b-title__item span {
	color: #dd9c00
}
.b-title__item b {
	color: #dd9c00;
	font-weight: 900
}
.ui-widget.ui-widget-content {
	width: 290px !important
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 100% !important
}
.b-map {
	width: 100%;
	height: 505px
}
html {
	height: 100%;
	width: 100%;
	margin: 0;
	-webkit-overflow-scrolling: touch
}
body {
	margin: 0;
	color: #181818;
	font-size: 16px;
	line-height: 1.2;
	font-family: Montserrat, sans-serif;
	width: 100%;
	background: #fff;
	-webkit-overflow-scrolling: touch;
	min-height: 100%;
	min-width: 320px
}
.b-container, body.body-overflow {
	overflow: hidden
}
.container {
	max-width: 1530px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px
}
@media(max-width:1199px) {
	.b-map {
		height: 300px
	}
	.container {
		padding: 0 15px
	}
}
@media(max-width:767px) {
	.b-title__item {
		font-size: 28px
	}
	.container {
		padding: 0 20px
	}
}
@media(max-width:374px) {
	.container {
		padding: 0 15px
	}
}
.b-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	padding: 15px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}
.b-header.header-fix {
	position: fixed;
	background: rgba(24, 24, 24, .6);
	padding: 12px 0
}
.b-header .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.b-header .b-logo {
	display: block
}
@media(max-width:991px) {
	.b-header .container {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.b-header .b-logo {
		position: relative;
		z-index: 999;
		max-width: 85px;
		display: flex;
		justify-content: center;
	}
}
.b-header.header-fix .b-logo {
	width: 80px;
	height: 62px;
	overflow: hidden
}
.b-header.header-fix .b-logo img {
	width: inherit
}
.b-header .b-nav {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 100%
}
.b-header .b-nav > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.b-header .b-nav > ul > li {
	position: relative
}
.b-header .b-nav > ul > li:not(:last-child) {
	margin-right: 65px
}
@media(max-width:1199px) {
	.b-header .b-nav > ul > li:not(:last-child) {
		margin-right: 35px
	}
}
@media(max-width:991px) {
	.b-header .b-nav {
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(24, 24, 24, .8);
		padding: 135px 15px 40px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: .3s ease-in-out;
		-o-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
		height: 100vh;
		overflow: auto
	}
	.b-header .b-nav.active {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
	.b-header .b-nav > ul {
		display: block
	}
	.b-header .b-nav > ul > li:not(:last-child) {
		margin: 0 0 20px
	}
}
.b-header .b-nav > ul > li:nth-child(4) {
	margin-right: 320px
}
.b-header .b-nav > ul > li > a {
	display: block;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
	position: relative;
	z-index: 1
}
.b-header .b-nav > ul > li > a:after {
	position: absolute;
	bottom: -1px;
	right: -20px;
	content: "";
	width: 40px;
	height: 6px;
	background: #d5b237;
	z-index: -1;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	transform: translateX(-20px)
}
.b-header .b-nav > ul > li > a:hover:after {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
.b-header .b-nav > ul > li .b-dropdown {
	position: absolute;
	top: 35px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 250px;
	background-color: rgba(0, 0, 0, .4);
	padding: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}
.b-header .b-nav > ul > li .b-dropdown:after {
	bottom: 100%;
	left: 50%;
	border: 7px solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent transparent rgba(0, 0, 0, .4);
	margin-left: -7px
}
.b-header .b-nav > ul > li .b-dropdown ul li:not(:last-child) {
	margin-bottom: 20px
}
@media(max-width:991px) {
	.b-header .b-nav > ul > li > a {
		font-size: 18px;
		display: inline-block
	}
	.b-header .b-nav > ul > li .b-dropdown {
		position: static;
		opacity: 1;
		visibility: visible;
		-webkit-transition: inherit;
		-o-transition: inherit;
		transition: inherit;
		padding: 10px 0;
		background: 0 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		display: none
	}
	.b-header .b-nav > ul > li .b-dropdown.active {
		display: block
	}
	.b-header .b-nav > ul > li .b-dropdown ul li:not(:last-child) {
		margin-bottom: 10px
	}
}
.b-header .b-nav > ul > li .b-dropdown ul li a {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	position: relative
}
.b-header .b-nav > ul > li .b-dropdown ul li a:after {
	position: absolute;
	bottom: -1px;
	right: -25px;
	content: "";
	width: 83px;
	height: 6px;
	background: #d5b237;
	z-index: -1;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	transform: translateX(-20px)
}
.b-header .b-nav > ul > li .b-dropdown ul li a:hover:after {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
.b-header .b-nav > ul > li:hover .b-dropdown {
	opacity: 1;
	visibility: visible
}
.b-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	height: 100vh;
	position: relative
}
@media(max-width:1529px) {
	.b-header .b-nav > ul > li:nth-child(4) {
		margin-right: 260px
	}
	.b-main {
		height: 760px
	}
}
@media(max-width:991px) {
	.b-main {
		height: 640px
	}
}
.b-main:after {
	position: absolute;
	bottom: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: url(../img/main-scroll.png) center no-repeat;
	width: 28px;
	height: 80px;
	margin-left: -14px;
	content: "";
	-webkit-animation: 2s linear infinite move;
	animation: 2s linear infinite move
}
@media(max-width:767px) {
	.b-main {
		height: 600px
	}
	.b-main:after {
		bottom: 20px
	}
}
@-webkit-keyframes move {
	0%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	50% {
		-webkit-transform: translateY(15px);
		transform: translateY(15px)
	}
}
@keyframes move {
	0%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	50% {
		-webkit-transform: translateY(15px);
		transform: translateY(15px)
	}
}
.b-main__item {
	width: 50%;
	position: relative;
	-webkit-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
	overflow: hidden
}
.b-main__item-img {
	width: 100%;
	height: 100%
}
.b-main__item-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.b-main__item-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
@media(max-width:1599px) {
	.b-main__item-wrap {
		padding: 0 55px
	}
}
.b-main__item-block {
	position: relative;
	width: 50%
}
.b-main__item-title {
	width: 330px;
	color: rgba(255, 255, 255, .5);
	font-size: 48px;
	line-height: 1;
	font-weight: 300;
	text-transform: uppercase;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	position: absolute;
	/*top: 50%;
	left: 70%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%)*/
}
.b-main__item-nav {
	/*opacity: 0;
	visibility: hidden;*/
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}
.b-main__item-nav ul li:not(:last-child) {
	margin-bottom: 45px
}
@media(max-width:1529px) {
	.b-main:after {
		background-size: contain;
		width: 18px;
		height: 54px
	}
	.b-main__item-title {
		font-size: 40px
	}
	.b-main__item-nav ul li:not(:last-child) {
		margin-bottom: 30px
	}
}
@media(max-width:991px) {
	.b-main__item-nav ul li:not(:last-child) {
		margin-bottom: 25px
	}
}
.b-main__item-nav ul li a {
	white-space: nowrap;
	color: #fff;
	font-size: 48px;
	font-weight: 300;
	line-height: 1;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	z-index: 1;
	letter-spacing: 1px
}
@media(max-width:1799px) {
	.b-main__item-nav ul li a {
		font-size: 38px
	}
}
@media(max-width:1529px) {
	.b-main__item-nav ul li a {
		font-size: 30px
	}
}
@media(max-width:1199px) {
	.b-header .b-nav > ul > li:nth-child(4) {
		margin-right: 258px
	}
	.b-main__item-nav ul li a {
		font-size: 22px
	}
}
@media(max-width:767px) {
	.b-main__item-wrap {
		padding: 135px 15px 0;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.b-main__item-title {
		font-size: 19px;
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		margin: 0 0 15px
	}
	.b-main__item-nav {
		opacity: 1;
		visibility: visible
	}
	.b-main__item-nav ul li:not(:last-child) {
		margin-bottom: 10px
	}
	.b-main__item-nav ul li a {
		font-size: 12px;
		line-height: 1.3;
		text-transform: none;
		white-space: pre-wrap
	}
}
.b-main__item-nav ul li a:after {
	position: absolute;
	bottom: -1px;
	right: -20px;
	content: "";
	width: 365px;
	height: 3px;
	background: #d5b237;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	transform: translateX(-50px);
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}
@media(max-width:1199px) {
	.b-main__item-nav ul li a:after {
		width: 156px
	}
}
.b-main__item-nav ul li a:hover:after {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
.b-main__item {
	width: 62.5%
}
.b-main__item .b-main__item-title {
	top: -50px;
	left: 0;
	-webkit-transform: translateY(0) translateX(0);
	-ms-transform: translateY(0) translateX(0);
	transform: translateY(0) translateX(0);
	font-size: 18px;
	-webkit-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s
}
.b-main__item:hover .b-main__item-nav {
	opacity: 1;
	visibility: visible;
	-webkit-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s
}
.b-main__row {
	position: absolute;
	bottom: 135px;
	left: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
@media(max-width:1529px) {
	.b-main__row {
		bottom: 95px
	}
}
@media(max-width:767px) {
	.b-main__item-nav ul li a:after {
		width: 62px
	}
	.b-main__item:hover .b-main__item-title {
		font-size: 19px
	}
	.b-main__item:hover {
		width: 50%
	}
	.b-main__row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		bottom: 65px
	}
}
.b-main__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.b-main__block:not(:last-child) {
	margin-right: 155px
}
@media(max-width:1529px) {
	.b-main__block:not(:last-child) {
		margin-right: 90px
	}
}
@media(max-width:1199px) {
	.b-main__block:not(:last-child) {
		margin-right: 55px
	}
}
.b-main__block-img {
	margin-right: 16px
}
@media(max-width:991px) {
	.b-main__block:not(:last-child) {
		margin-right: 30px
	}
	.b-main__block-img {
		max-width: 65px;
		margin-right: 10px
	}
	.b-info__line {
		display: none
	}
}
@media(max-width:767px) {
	.b-main__block {
		padding: 0 10px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
	.b-main__block:not(:last-child) {
		margin: 15px 0 0
	}
	.b-main__block:last-child {
		margin: 15px 0 0 !important
	}
	.b-main__block-img {
		width: auto;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		max-width: inherit
	}
}
.b-main__block span {
	color: #fff;
	font-size: 12px;
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 0 0
}
.b-info {
	background: #181818;
	padding: 95px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative
}
.b-info__line {
	position: absolute;
	top: 305px;
	left: 0;
	width: 730px;
	height: 120px;
	background-color: rgba(213, 175, 59, .14);
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%)
}
.b-info__line.active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
.b-info .b-title {
	padding: 0 0 0 230px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 114px;
	z-index: 6
}
@media(max-width:1529px) {
	.b-info .b-title {
		padding: 0 0 0 160px;
		top: auto
	}
}
.b-info__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}
@media(max-width:1199px) {
	.b-info {
		padding: 60px 0
	}
	.b-info .b-title {
		position: static;
		margin: 0 0 40px
	}
	.b-info__row {
		display: block
	}
}
@media(max-width:767px) {
	.b-main__block span {
		font-size: 10px
	}
	.b-info {
		padding: 40px 0
	}
	.b-info__line {
		width: 100%;
		max-width: 730px
	}
	.b-info .b-title {
		padding: 0
	}
	.b-info__row {
		margin: 0 0 15px
	}
}
.b-info__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 115px 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 5
}
@media(max-width:1199px) {
	.b-info__left {
		margin: 0 0 40px;
		padding: 0
	}
}
.b-info__left-img {
	width: 298px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 65px 0 0;
	position: relative
}
@media(max-width:1529px) {
	.b-info__left-img {
		margin: 0 30px 0 0;
		width: 200px
	}
}
@media(max-width:1199px) {
	.b-info__left-img {
		width: 290px;
		margin: 0 60px 0 0
	}
}
@media(max-width:991px) {
	.b-info__left-img {
		width: 270px;
		margin: 0 30px 0 0
	}
}
.b-info__left-img:after {
	position: absolute;
	bottom: -4px;
	right: -30px;
	content: "";
	width: 431px;
	height: 4px;
	background: #ffd34d;
	-webkit-transition: 2s;
	-o-transition: 2s;
	transition: 2s;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}
@media(max-width:767px) {
	.b-info__left {
		display: block
	}
	.b-info__left-img {
		margin: 0 auto 30px
	}
	.b-info__left-img:after {
		width: 100%;
		max-width: 430px;
		right: 30px
	}
}
.b-info__left-img.active:after {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
.b-info__left-text {
	padding: 55px 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.b-info__right {
	width: 514px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 0 0 60px;
	position: relative
}
@media(max-width:1529px) {
	.b-info__left-text {
		padding: 0
	}
	.b-info__right {
		width: 460px
	}
}
@media(max-width:991px) {
	.b-info__right {
		margin: 0;
		width: auto
	}
}
.b-info__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 0 344px 0 0;
	margin: 100px 0 0;
	position: relative;
	z-index: 3;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.b-info__bottom-block {
	position: relative
}
@media(max-width:1529px) {
	.b-info__bottom {
		padding: 0 110px 0 0
	}
	.b-info__bottom img {
		max-width: 400px
	}
}
@media(max-width:1199px) {
	.b-info__bottom {
		position: absolute;
		right: 0;
		margin: -50% 0 0;
		-webkit-transform: translateY(50%);
		-ms-transform: translateY(50%);
		transform: translateY(50%)
	}
}
@media(max-width:991px) {
	.b-info__bottom {
		padding-right: 30px
	}
	.b-team__line {
		display: none
	}
}
@media(max-width:767px) {
	.b-info__bottom {
		position: static;
		margin: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		padding: 0
	}
	.b-info__bottom img {
		max-width: 100%
	}
}
.b-team {
	background: #181818;
	padding: 0 0 100px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative
}
@media(max-width:1199px) {
	.b-team {
		padding: 60px 0
	}
}
@media(max-width:767px) {
	.b-team {
		padding: 40px 0
	}
}
.b-team__line {
	position: absolute;
	top: 30px;
	left: 47%;
	-webkit-transform: translateX(-150%);
	-ms-transform: translateX(-150%);
	transform: translateX(-150%);
	width: 849px;
	height: 157px;
	background-color: rgba(213, 175, 59, .14);
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s
}
.b-team__line.active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
.b-team__label {
	color: #e2b000;
	font-size: 16px;
	line-height: 1;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0 0 45px;
	padding: 0 0 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative
}
.b-team__label:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 112px;
	height: 1px;
	background-color: #e2b000
}
.b-team .b-title {
	margin: 0 0 40px
}
.b-team__left {
	padding-right: 30px;
	padding-top: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.b-team__left p:not(:last-child) {
	margin: 0 0 25px
}
@media(max-width:991px) {
	.b-team__left {
		padding: 0 0 30px
	}
}
.b-team .row .b-team__col {
	padding-left: 0;
	padding-right: 0
}
.b-team__img {
	position: relative
}
.b-team__img img {
	width: 100%
}
.b-team__img:after {
	position: absolute;
	top: 0;
	left: -4px;
	content: "";
	width: 4px;
	height: 0;
	background-color: #ffd34d;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s
}
.b-team__img.active:after {
	opacity: 1;
	visibility: visible;
	height: calc(100% + 50px)
}
.b-how {
	background: #181818;
	padding: 0 0 100px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
@media(max-width:1199px) {
	.b-how {
		padding: 60px 0
	}
}
@media(max-width:767px) {
	.b-team .b-title {
		margin: 0 0 30px
	}
	.b-team .row .col {
		width: 100%;
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto
	}
	.b-how {
		padding: 40px 0
	}
}
.b-how__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}
.b-how__row-line {
	position: absolute;
	bottom: 38px;
	right: 0;
	width: 974px;
	height: 80px;
	background-color: rgba(213, 175, 59, .14);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%)
}
.b-how__row-line.active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
@media(max-width:991px) {
	.b-how__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}
.b-how__img {
	position: relative;
	width: 751px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}
.b-how__img img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.b-how__img:after {
	position: absolute;
	bottom: -4px;
	right: 0;
	content: "";
	width: 0;
	height: 4px;
	background-color: #ffd34d;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s
}
.b-how__img.active:after {
	opacity: 1;
	visibility: visible;
	width: calc(100% + 120px)
}
.b-how__text {
	padding: 0 0 0 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.b-how__text p:not(:last-child) {
	margin: 0 0 25px
}
@media(max-width:1529px) {
	.b-team__label {
		margin: 0 0 25px
	}
	.b-team .row .b-team__col {
		padding-left: 15px;
		padding-right: 15px
	}
	.b-how__img {
		width: 50%
	}
	.b-how__text {
		padding: 0 0 0 30px
	}
}
@media(max-width:991px) {
	.b-how__img {
		width: 100%
	}
	.b-how__text {
		padding: 0 0 30px
	}
}
.b-how__label {
	position: relative;
	color: #e2b000;
	font-size: 16px;
	line-height: 1;
	font-weight: 500;
	text-transform: uppercase;
	padding: 0 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 35px
}
.b-how__label:after {
	position: absolute;
	bottom: 0;
	left: 35px;
	content: "";
	width: 83px;
	height: 6px;
	background: #e2b000
}
.b-how .b-title {
	margin: 0 0 35px
}
@media(max-width:991px) {
	.b-how__label {
		margin: 0 0 15px
	}
	.b-how .b-title {
		margin: 0 0 30px
	}
}
.b-steps {
	background: url(../img/steps-bg.png) center top/cover no-repeat #000;
	padding: 85px 0 95px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative
}
@media(max-width:1199px) {
	.b-steps {
		padding: 60px 0
	}
}
.b-steps__line {
	position: absolute;
	top: 135px;
	right: 0;
	width: 0;
	height: 80px;
	background-color: rgba(213, 175, 59, .14);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s
}
.b-steps__line.active {
	opacity: 1;
	visibility: visible;
	width: 580px
}
.b-steps__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0 0 90px
}
.b-steps__top .b-title {
	margin: 0 70px 0 0
}
@media(max-width:991px) {
	.b-steps__top {
		margin: 0 0 45px
	}
	.b-steps__top .b-title {
		margin: 0 30px 0 0
	}
}
@media(max-width:767px) {
	.b-steps {
		padding: 40px 0
	}
	.b-steps__top {
		display: block
	}
	.b-steps__top .b-title {
		margin: 0 0 30px
	}
}
.b-steps__top-right {
	border-left: 4px solid #ffd34d;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 0 20px
}
.b-steps__top-right p:not(:last-child) {
	margin: 0 0 15px
}
.b-steps .row .col {
	margin-bottom: 65px
}
.b-steps__item {
	position: relative;
	padding: 25px 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.b-steps__item-number {
	position: absolute;
	top: 0;
	left: 51px;
	color: #dd9c00;
	font-size: 60px;
	line-height: 1;
	font-weight: 200;
	text-transform: uppercase
}
.b-steps__item-img {
	width: 134px;
	height: 134px;
	border-radius: 100%;
	margin: 0 0 25px 95px
}
.b-steps__item-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 20px
}
.b-steps__item-title span {
	color: #dd9c00
}
.b-why {
	background: #fff;
	padding: 120px 0 85px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative
}
@media(max-width:1199px) {
	.b-why {
		padding: 60px 0
	}
}
.b-why .container {
	position: relative
}
.b-why__line {
	position: absolute;
	top: 324px;
	left: 0;
	width: 0%;
	max-width: 899px;
	height: 65px;
	background-color: rgba(93, 93, 93, .06);
	-webkit-transition: 2.5s;
	-o-transition: 2.5s;
	transition: 2.5s
}
.b-why__line.active {
	width: 100%
}
@media(max-width:767px) {
	.b-steps .row .col {
		margin-bottom: 30px
	}
	.b-why {
		padding: 40px 0
	}
	.b-why__line {
		display: none
	}
}
.b-why .b-title {
	position: absolute;
	left: 275px;
	top: -28px;
	z-index: 5
}
.b-why .b-title__item {
	color: #010101
}
@media(max-width:1199px) {
	.b-why .b-title {
		position: static;
		margin: 0 0 30px
	}
}
.b-why__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.b-why__container-img {
	width: 408px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 80px 0 -35px;
	position: relative
}
.b-why__container-img:after {
	position: absolute;
	top: 100%;
	left: 0;
	content: "";
	width: 0;
	height: 4px;
	background-color: #d2d2d2;
	-webkit-transition: 3s;
	-o-transition: 3s;
	transition: 3s;
	opacity: 0;
	visibility: hidden
}
.b-why__container-img.active:after {
	width: 584px;
	opacity: 1;
	visibility: visible
}
@media(max-width:1529px) {
	.b-why__container-img {
		width: 290px;
		margin: 0 30px 0 -30px
	}
}
@media(max-width:1199px) {
	.b-why__container-img {
		position: absolute;
		opacity: .2
	}
}
.b-why__row {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-top: -45px;
	margin-left: -15px;
	margin-right: -15px
}
.b-why__row .col {
	margin-top: 45px;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
@media(max-width:767px) {
	.b-why__container-img {
		display: none
	}
	.b-why__row .col {
		width: 100%;
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto
	}
}
.b-why__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
@media(max-width:1529px) {
	.b-why__item {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}
.b-why__item-img {
	margin-right: 20px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 62px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
@media(max-width:991px) {
	.b-why__item-img {
		margin-right: 14px
	}
}
.b-why__item-text p {
	color: #6b6b6b
}
.b-gallery {
	background: #181818;
	padding: 100px 0 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	overflow: hidden
}
.b-gallery__wrap {
	max-width: 1920px;
	margin: 0 auto
}
@media(max-width:1199px) {
	.b-gallery {
		padding: 60px 0
	}
}
.b-gallery__line {
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	max-width: 822px;
	height: 110px;
	background-color: rgba(213, 175, 59, .14);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s
}
.b-gallery__line.active {
	width: 100%;
	opacity: 1;
	visibility: visible
}
.b-gallery .b-title {
	margin: 0 0 80px
}
@media(max-width:767px) {
	.b-gallery {
		padding: 40px 0
	}
	.b-gallery__line {
		display: none
	}
	.b-gallery .b-title {
		margin: 0 0 30px
	}
	.b-gallery .row .col {
		width: 50%;
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto
	}
}
.b-gallery .row {
	margin-left: -7.5px;
	margin-right: -7.5px;
	margin-bottom: 35px
}
.b-gallery .row .col {
	padding-left: 7.5px;
	padding-right: 7.5px;
	margin-bottom: 15px
}
@media(max-width:600px) {
	.b-gallery .row .col {
		width: 100%
	}
}
.b-gallery__item {
	position: relative;
	overflow: hidden
}
.b-gallery__item-img {
	position: relative;
	z-index: 1
}
.b-gallery__item-img > img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: 2s;
	-o-transition: 2s;
	transition: 2s
}
.b-gallery__item-img:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: url(../img/gallery-hover.png) center no-repeat;
	-webkit-transition: 2s;
	-o-transition: 2s;
	transition: 2s;
	opacity: 0;
	visibility: hidden;
	z-index: 1
}
.b-gallery__item-img:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(31, 22, 0, .4);
	-webkit-transition: 2s;
	-o-transition: 2s;
	transition: 2s;
	opacity: 1;
	visibility: visible
}
.b-gallery__item-watermark {
	position: absolute;
	bottom: 15px;
	right: 15px
}
.b-gallery__item-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.b-gallery__item-wrap {
	position: relative;
	z-index: 2;
	-webkit-transition: 2s;
	-o-transition: 2s;
	transition: 2s;
	opacity: 1;
	visibility: visible
}
.b-gallery__item-desc {
	font-size: 18px;
	line-height: 1.2;
	font-weight: 600;
	display: block;
	margin: 0 0 5px
}
.b-gallery__item-name {
	display: block;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 5px
}
@media(max-width:767px) {
	.b-gallery__item-img:before {
		background-size: 77px
	}
	.b-gallery__item-text {
		padding: 40px 15px
	}
	.b-gallery__item-name {
		font-size: 20px
	}
}
.b-gallery__item-link {
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 32px;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}
.b-gallery__item-link:active, .b-gallery__item-link:focus, .b-gallery__item-link:hover {
	text-decoration: none;
	color: #fff;
	opacity: .7
}
.b-gallery__item:hover .b-gallery__item-img > img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}
.b-gallery__item:hover .b-gallery__item-img:after {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 2s;
	-o-transition: 2s;
	transition: 2s
}
.b-gallery__item:hover .b-gallery__item-img:before {
	opacity: 1;
	visibility: visible
}
.b-gallery__item:hover .b-gallery__item-wrap {
	opacity: 0;
	visibility: hidden
}
.b-rating {
	padding: 123px 0;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
@media(max-width:1199px) {
	.b-rating {
		padding: 60px 0;
		overflow: hidden
	}
}
.b-rating .container {
	position: relative
}
.b-rating__img {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1
}
.b-rating__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	position: relative;
	z-index: 2
}
.b-rating__item:not(:last-child) {
	margin-right: 84px
}
@media(max-width:991px) {
	.b-rating__item:not(:last-child) {
		margin-right: 40px
	}
}
@media(max-width:767px) {
	.b-rating {
		padding: 40px 0
	}
	.b-rating__row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.b-rating__item {
		width: 50%;
		margin: 25px 0
	}
	.b-rating__item img {
		margin: 0 auto
	}
	.b-rating__item:not(:last-child) {
		margin: 25px 0
	}
}
.b-form {
	background: url(../img/form-bg.png) center/cover no-repeat;
	padding: 290px 0 330px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.b-form__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.b-form__wrapper .b-title {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 65px
}
@media(max-width:1529px) {
	.b-rating__img {
		opacity: .3 !important
	}
	.b-form {
		padding: 150px 0
	}
	.b-form__wrapper .b-title {
		margin-right: 30px
	}
}
@media(max-width:1199px) {
	.b-form {
		padding: 60px 0;
		overflow: hidden
	}
	.b-form__wrapper {
		display: block
	}
	.b-form__wrapper .b-title {
		margin: 0 0 65px
	}
}
@media(max-width:767px) {
	.b-form {
		padding: 40px 0
	}
	.b-form__wrapper .b-title {
		margin: 0 0 30px
	}
}
.b-form__right {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}
.b-form__right-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}
.b-form__right-block {
	width: 559px
}
@media(max-width:1529px) {
	.b-form__right-block {
		width: 100%
	}
}
.b-form__right .b-input {
	margin-bottom: 30px
}
.b-form__right-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.b-form__right-row .b-input {
	margin-right: 20px
}
.b-form__right-row .b-input:last-child {
	margin-right: 0
}
@media(max-width:1199px) {
	.b-form__right-row {
		width: 100%
	}
	.b-form__right-row .b-input {
		width: 33.333333%
	}
}
@media(max-width:767px) {
	.b-form__right-row {
		display: block
	}
	.b-form__right-row .b-input {
		width: 100%;
		margin: 0 0 15px
	}
	.b-form__right-row .b-input:last-child {
		margin: 0 0 15px
	}
}
.b-form__right .border-btn {
	width: 195px;
	margin: 10px 0 0
}
.b-page__text {
	color: rgba(255, 255, 255, .16);
	font-size: 180px;
	line-height: 130px;
	font-weight: 900;
	text-transform: uppercase;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s
}
.b-page__text.active {
	opacity: 1;
	visibility: visible
}
@media(max-width:1199px) {
	.b-page__text {
		font-size: 120px;
		line-height: 84px
	}
}
@media(max-width:991px) {
	.b-page__text {
		font-size: 90px;
		line-height: 67px
	}
}
@media(max-width:767px) {
	.b-page__text {
		font-size: 59px;
		line-height: 42px
	}
}
@media(max-width:374px) {
	.b-page__text {
		font-size: 55px
	}
}
.b-page__title {
	font-size: 90px;
	line-height: 65px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s
}
.b-page__title.active {
	opacity: 1;
	visibility: visible
}
.b-page__title b {
	color: #dd9c00;
	font-weight: 900
}
@media(max-width:1199px) {
	.b-page__title {
		font-size: 60px;
		line-height: 44px
	}
}
@media(max-width:991px) {
	.b-page__title {
		font-size: 40px;
		line-height: 30px
	}
}
@media(max-width:767px) {
	.b-page__title {
		font-size: 28px;
		line-height: 22px
	}
}
.b-page__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #ffd74c;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase
}
.b-page__btn:before {
	background: url(../img/main-scroll.png) center no-repeat;
	width: 28px;
	height: 80px;
	content: "";
	-webkit-animation: 2s linear infinite move;
	animation: 2s linear infinite move;
	display: block;
	margin-right: 13px
}
@media(max-width:991px) {
	.b-page__btn:before {
		background-size: contain;
		width: 20px;
		height: 50px
	}
}
.gallery {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.gallery .b-page__top {
	background: url(../img/gallerybg.jpg) center top/cover no-repeat;
	height: 100vh;
	min-height: 840px;
	padding: 50px 0 0;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
@media(max-height:839px) {
	.gallery .b-page__top {
		height: 940px;
		min-height: inherit;
		padding: 50px 0 70px
	}
}
.gallery .b-page__top .container {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.gallery .b-page__top .b-page__btn {
	position: absolute;
	bottom: 25px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s
}
.gallery .b-page__top .b-page__btn.active {
	opacity: 1;
	visibility: visible;
	-webkit-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s
}
.gallery .b-page__title {
	margin: 0 0 70px
}
.gallery__content {
	margin: 0 0 70px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s
}
@media(max-width:1199px) {
	.gallery .b-page__top {
		height: auto;
		padding: 200px 0 120px
	}
	.gallery .b-page__title, .gallery__content {
		margin: 0 0 40px
	}
}
.gallery__content.active {
	opacity: 1;
	visibility: visible;
	-webkit-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s
}
.gallery__content p {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2
}
.gallery__content p:not(:last-child) {
	margin-bottom: 20px
}
.gallery__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	margin: 0 0 50px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s
}
@media(max-width:1199px) {
	.gallery__row {
		margin: 0 0 80px
	}
}
@media(max-width:991px) {
	.gallery .b-page__top {
		padding: 170px 0 100px
	}
	.gallery__row {
		margin: 0 0 40px
	}
}
@media(max-width:767px) {
	.gallery .b-page__top {
		padding: 140px 0 80px
	}
	.gallery__row {
		display: block
	}
	.gallery__item:not(:last-child) {
		margin: 0 0 20px
	}
}
.gallery__row.active {
	opacity: 1;
	visibility: visible;
	-webkit-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s
}
.gallery__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}
.gallery__item-img {
	margin: 0 20px 0 0
}
.gallery__item-text p {
	color: #fff;
	font-size: 18px;
	line-height: 1.1;
	font-weight: 700;
	text-transform: uppercase;
	max-width: 290px
}
@media(max-width:1199px) {
	.gallery__item-text p {
		font-size: 16px;
		max-width: 230px
	}
}
@media(max-width:991px) {
	.gallery__item-img {
		margin: 0 15px 0 0;
		width: 30px;
		-ms-flex-negative: 0;
		flex-shrink: 0
	}
	.gallery__item-text p {
		font-size: 14px
	}
}
.gallery__bottom {
	text-align: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s
}
.gallery__bottom.active {
	opacity: 1;
	visibility: visible;
	-webkit-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s
}
.gallery__bottom p {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2
}
.gallery__bottom p:not(:last-child) {
	margin-bottom: 13px
}
.gallery .b-gallery {
	padding: 15px 0
}
.gallery .b-gallery .row {
	margin-bottom: 0
}
.b-services {
	padding: 0 0 75px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
@media(max-width:1529px) {
	.b-services {
		padding: 0
	}
}
.b-services .b-page__top {
	background: url(../img/serv-img.jpg) center top/cover no-repeat;
	padding: 200px 0 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.b-services .b-page__text {
	margin: 0 0 95px
}
.b-services__nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -26px 0 0
}
.b-services__nav ul li {
	position: relative;
	margin: 26px 60px 0 0
}
@media(max-width:1199px) {
	.b-services .b-page__text {
		margin: 0 0 55px
	}
	.b-services__nav ul {
		margin: -15px 0 0
	}
	.b-services__nav ul li {
		margin: 15px 20px 0 0
	}
}
.b-services__nav ul li:last-child {
	margin-right: 0
}
.b-services__nav ul li:after {
	position: absolute;
	bottom: -1px;
	right: -22px;
	content: "";
	width: 65%;
	height: 6px;
	background: #d5b237;
	-webkit-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	transform: translateX(-50px);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}
.b-services__nav ul li a {
	display: block;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	position: relative;
	z-index: 2
}
.b-services__nav ul li:hover:after {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
.b-services__title {
	background: #181818;
	padding: 40px 0 70px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative
}
.b-services__title:before {
	position: absolute;
	bottom: 58px;
	left: 0;
	content: "";
	width: 100%;
	max-width: 421px;
	height: 83px;
	background: rgba(213, 175, 59, .14);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
	-webkit-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	transform: translateX(-100px)
}
.b-services__title.active:before {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
.b-services__title .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}
.b-services__title .b-title {
	margin: 0 25px 0 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}
.b-services__title-text {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.72;
	padding: 88px 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
@media(max-width:767px) {
	.gallery__item-text p {
		max-width: 100%
	}
	.b-services__title .container {
		display: block
	}
	.b-services__title-text {
		padding: 15px 0 0
	}
}
.b-services__block {
	background: #181818;
	padding: 0 0 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.b-services__swiper .swiper-slide {
	cursor: -webkit-grab;
	cursor: grab;
	width: 640px
}
.b-services__swiper-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.b-services__swiper-item {
	position: relative
}
.b-services .swiper-scrollbar {
	position: static !important;
	opacity: 1 !important;
	width: 700px !important;
	height: 1px !important;
	margin: 45px auto 0;
	background: #d7d7d7
}
@media(max-width:1199px) {
	.b-services .swiper-scrollbar {
		width: 600px !important
	}
}
@media(max-width:767px) {
	.b-services__block {
		padding: 0 0 25px
	}
	.b-services__swiper-bottom {
		display: block
	}
	.b-services .swiper-scrollbar {
		width: calc(100% - 30px) !important;
		margin: 25px auto 0
	}
}
.b-services .swiper-scrollbar-drag {
	height: 3px;
	background: #dd9c00;
	top: -1px !important
}
.b-services .swiper-pagination-fraction {
	font-size: 14px;
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase;
	color: transparent;
	position: absolute !important;
	top: 45px;
	left: 0;
	width: calc(100% + 80px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 0 -45px
}
.b-services .swiper-pagination-current, .b-services .swiper-pagination-total {
	color: #fff
}
.b-services__item {
	padding: 85px 0 70px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	overflow: hidden
}
.b-services__item:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #fff;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: 1.2s;
	-o-transition: 1.2s;
	transition: 1.2s
}
.b-services__item.active:before {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
.b-services__item .yellow-line-1 {
	position: absolute;
	top: 42.8%;
	left: 0;
	width: 625px;
	height: 83px;
	background-color: rgba(213, 175, 59, .14);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 1.3s;
	-o-transition: 1.3s;
	transition: 1.3s;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%)
}
.b-services__item .yellow-line-1.active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
.b-services__item .yellow-line-2 {
	position: absolute;
	bottom: 140px;
	left: 0;
	width: 625px;
	height: 83px;
	background-color: rgba(213, 175, 59, .14);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 1.3s;
	-o-transition: 1.3s;
	transition: 1.3s;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%)
}
.b-services__item .yellow-line-2.active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
.b-services__item .right-line-1 {
	position: absolute;
	bottom: 120px;
	right: 0;
	width: 544px;
	height: 32px;
	background-color: rgba(197, 197, 197, .14);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 1.3s;
	-o-transition: 1.3s;
	transition: 1.3s;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}
.b-services__item .right-line-1.active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
.b-services__item .right-line-2 {
	position: absolute;
	bottom: 45%;
	right: 0;
	width: 451px;
	height: 57px;
	background-color: rgba(197, 197, 197, .14);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 1.3s;
	-o-transition: 1.3s;
	transition: 1.3s;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}
.b-services__item .right-line-2.active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
.b-services__item .left-line {
	position: absolute;
	top: 100px;
	left: 0;
	width: 1205px;
	height: 83px;
	background-color: rgba(197, 197, 197, .14);
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 1.3s;
	-o-transition: 1.3s;
	transition: 1.3s;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}
.b-services__item .left-line.active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
.b-services__item-wrapper {
	max-width: 1800px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
@media(max-width:1199px) {
	.b-services__item-wrapper {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
	.b-services__item-img .top-line {
		display: none
	}
}
@media(max-width:767px) {
	.b-services .swiper-pagination-fraction, .b-services__item .left-line, .b-services__item .right-line-1, .b-services__item .right-line-2, .b-services__item .yellow-line-1, .b-services__item .yellow-line-2 {
		display: none
	}
	.b-services__item-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}
.b-services__item-img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 970px;
	position: relative
}
@media(max-width:1799px) {
	.b-services__item-img {
		width: 55%
	}
}
@media(max-width:1529px) {
	.b-services__item {
		padding: 45px 0
	}
	.b-services__item-img {
		width: 50%
	}
}
@media(max-width:767px) {
	.b-services__item-img {
		width: 100%;
		margin-bottom: 30px
	}
}
.b-services__item-img img {
	width: 100%
}
.b-services__item-img .top-line {
	position: absolute;
	bottom: 100%;
	right: 0;
	width: 1059px;
	height: 4px;
	background-color: #ffd34d;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 1.3s;
	-o-transition: 1.3s;
	transition: 1.3s;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}
.b-services__item-img .top-line.active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
@media(max-width:1799px) {
	.b-services__item-img .top-line {
		width: 890px
	}
}
@media(max-width:1529px) {
	.b-services__item-img .top-line {
		width: 630px
	}
}
.b-services__item-img .bottom-line {
	position: absolute;
	top: 100%;
	left: 0;
	width: 1052px;
	height: 4px;
	background-color: #e6e6e6;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: 1.3s;
	-o-transition: 1.3s;
	transition: 1.3s
}
.b-services__item-img .bottom-line.active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
@media(max-width:1799px) {
	.b-services__item-img .bottom-line {
		width: 850px
	}
}
@media(max-width:1529px) {
	.b-services__item-img .bottom-line {
		width: 630px
	}
}
.b-services__item-img .right-line {
	position: absolute;
	bottom: 0;
	left: 100%;
	width: 4px;
	height: 659px;
	background-color: #dfdfdf;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 1.3s;
	-o-transition: 1.3s;
	transition: 1.3s;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%)
}
.b-services__item-img .right-line.active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}
.b-services__item-text {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 25px 320px 25px 145px
}
.b-services__item-text p {
	color: #5c5c5c;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6
}
.b-services__item-text p:not(:last-child) {
	margin: 0 0 40px
}
.b-services__item-title {
	color: #313131;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 35px
}
.b-services__item.reverse .b-services__item-wrapper {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}
@media(max-width:767px) {
	.b-services__item.reverse .b-services__item-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}
.b-services__item.reverse .b-services__item-text {
	padding-right: 100px;
	padding-left: 340px
}
@media(max-width:1799px) {
	.b-services__item-img .right-line {
		height: 555px
	}
	.b-services__item-text, .b-services__item.reverse .b-services__item-text {
		padding-right: 100px;
		padding-left: 100px
	}
}
@media(max-width:1529px) {
	.b-services__item-img .right-line {
		height: 388px
	}
	.b-services__item-text {
		padding-right: 45px;
		padding-left: 45px
	}
	.b-services__item-text p:not(:last-child) {
		margin: 0 0 25px
	}
	.b-services__item-title {
		margin: 0 0 20px;
		font-size: 16px
	}
	.b-services__item.reverse .b-services__item-text {
		padding-right: 45px;
		padding-left: 45px
	}
}
@media(max-width:1199px) {
	.b-services__item-img .bottom-line, .b-services__item-img .right-line {
		display: none
	}
	.b-services__item-text {
		padding: 0 20px
	}
	.b-services__item.reverse .b-services__item-text {
		padding-left: 20px;
		padding-right: 20px
	}
}
.b-services__item.black:before {
	background: #181818;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}
.b-services__item.black.active:before {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
.b-services__item.black .b-services__item-title {
	color: #dd9c00
}
.b-services__item.black .b-services__item-text p {
	color: #fff
}
.form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start
}
.form__left {
	width: 50%;
	background: #2c2400;
	padding: 70px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
@media(max-width:1799px) {
	.form__left {
		padding: 70px 30px
	}
}
@media(max-width:1529px) {
	.form__left {
		width: 60%
	}
}
@media(max-width:1199px) {
	.form__left {
		width: 100%
	}
}
.form__left .b-title {
	margin: 0 0 70px
}
.form__left .b-title__item {
	font-size: 30px
}
@media(max-width:767px) {
	.form {
		display: block
	}
	.form__left {
		padding: 40px 15px
	}
	.form__left .b-title {
		margin: 0 0 30px
	}
	.form__left .b-title__item {
		font-size: 25px
	}
}
.form__left .b-title__item b {
	font-weight: 700
}
.form__right {
	width: 50%
}
@media(max-width:1199px) {
	.form__right {
		display: none
	}
}
.form__right img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.form__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-right: 54px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
@media(max-width:1529px) {
	.form__right {
		width: 40%
	}
	.form__row {
		padding-right: 0
	}
}
.form__row-col {
	width: 50%;
	margin-right: 60px
}
.form__row-col:last-child {
	margin-right: 0
}
@media(max-width:767px) {
	.form__row {
		display: block
	}
	.form__row-col {
		width: 100%;
		margin: 0 0 30px
	}
	.form__row-col:last-child {
		margin: 0
	}
}
.form__input {
	margin: 0 0 30px
}
.form__input-text {
	width: 100%;
	height: auto;
	background: 0 0;
	color: #bcbcbc;
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
	border-bottom: 1px solid rgba(255, 255, 255, .4);
	padding: 0 0 15px 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.form__input-text::-webkit-input-placeholder {
	color: #bcbcbc;
	font-size: 14px;
	font-weight: 600;
	line-height: 16px
}
.form__input-text:-moz-placeholder {
	color: #bcbcbc;
	font-size: 14px;
	font-weight: 600;
	line-height: 16px
}
.form .border-btn {
	width: 190px
}
.form-item {
	position: relative
}
.form-item .input-date {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer
}
.form-item .date-text {
	color: #dd9c00;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	position: absolute;
	bottom: -17px;
	left: 32px
}
.form-item:not(:last-child) {
	margin: 0 0 30px
}
.form-item__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.form-item__ico {
	width: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 12px
}
.form-item__ico.date-ico {
	background: url(../img/date.png) center no-repeat;
	width: 20px;
	height: 21px
}
.form-item__ico.list-ico {
	background: url(../img/list.png) center no-repeat;
	width: 20px;
	height: 21px
}
.form-item__top.active .list-ico {
	background: url(../img/list-active.png) center no-repeat
}
.form-item__top.active .form-item__text {
	color: #dd9c00
}
.form-item__text {
	color: #bcbcbc;
	font-size: 14px;
	font-weight: 600;
	line-height: 1
}
.form-item__dropdown {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: absolute;
	bottom: -170px;
	width: 375px;
	background: #fff;
	display: none
}
@media(max-width:767px) {
	.form-item__dropdown {
		width: 100%;
		position: static;
		padding: 15px 0 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
}
.form-item__dropdown.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.form-item__col:not(:last-child) {
	margin-right: 10px
}
.form-item #choose-option {
	cursor: pointer
}
.b-book .b-page__top {
	background: url(../img/book-bg.jpg) top left/61% no-repeat #181818;
	height: 100vh;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.b-book .b-page__top .container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100vh;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 200px;
	padding-bottom: 110px
}
@media(max-height:800px) {
	.b-book .b-page__top {
		height: inherit;
		padding: 200px 0 70px
	}
	.b-book .b-page__top .container {
		display: block;
		height: inherit;
		padding-top: 0;
		padding-bottom: 0
	}
	.b-book .b-page__top .b-page__text {
		margin: 0 0 240px
	}
}
@media(max-width:1529px) {
	.b-book .b-page__top {
		min-height: inherit;
		height: inherit;
		padding: 200px 0 70px;
		background-size: inherit
	}
	.b-book .b-page__top .container {
		height: auto;
		display: block;
		padding-top: 0;
		padding-bottom: 0
	}
	.b-book .b-page__top .b-page__text {
		margin: 0 0 175px;
		font-size: 130px
	}
}
@media(max-width:1199px) {
	.b-book .b-page__top {
		padding: 150px 0 120px
	}
	.b-book .b-page__top .container {
		position: static
	}
	.b-book .b-page__top .b-page__text {
		margin: 0 0 15px;
		font-size: 90px
	}
}
@media(max-width:767px) {
	.b-book .b-page__top {
		background-size: cover;
		padding: 150px 0 70px
	}
	.b-book .b-page__top .b-page__text {
		font-size: 70px
	}
}
.b-book .b-page__top .b-page__title {
	line-height: 1.2
}
@media(max-width:1899px) {
	.b-book .b-page__top .b-page__title {
		font-size: 70px
	}
}
.b-book .b-page__btn {
	position: absolute;
	bottom: 22px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
@media(max-height:800px) {
	.b-book .b-page__btn {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}
.b-book__number {
	position: absolute;
	top: 15px;
	right: 30px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	text-transform: uppercase;
	color: #fff;
	z-index: 5
}
.b-book__number span {
	color: #dd9c00
}
@media(max-width:1529px) {
	.b-book .b-page__top .b-page__title {
		max-width: 820px;
		font-size: 70px
	}
	.b-book .b-page__btn {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
	.b-book__number {
		right: 30px
	}
}
@media(max-width:1199px) {
	.b-book .b-page__top .b-page__title {
		max-width: 100%;
		font-size: 60px;
		margin-bottom: 25px
	}
	.b-book .b-page__btn {
		position: absolute;
		bottom: 30px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%)
	}
	.b-book__number {
		right: auto;
		top: 125px;
		left: 20px
	}
}
.b-book__form {
	position: absolute;
	top: 45%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	width: 926px;
	background: #fff;
	padding: 30px 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 60px 0 0 60px
}
@media(max-width:1899px) {
	.b-book__form {
		width: 810px;
		padding: 35px 30px 15px
	}
}
@media(max-width:1529px) {
	.b-book__form {
		top: 200px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		width: 500px;
		padding: 20px 15px;
		border-radius: 30px 0 0 30px
	}
	.b-book__form .form__row {
		display: block
	}
	.b-book__form .form__row-col {
		width: 100%
	}
	.b-book__form .form__row-col:not(:last-child) {
		margin-bottom: 30px
	}
}
@media(max-width:1199px) {
	.b-book__form {
		position: static;
		width: calc(100% - 30px);
		padding: 50px 15px;
		border-radius: 30px;
		margin: 0 auto
	}
	.b-book__form .form__row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.b-book__form .form__row-col {
		margin-right: 60px
	}
}
@media(max-width:767px) {
	.b-book .b-page__top .b-page__title {
		font-size: 36px
	}
	.b-book .b-page__btn {
		white-space: nowrap;
		bottom: 17px
	}
	.b-book__form {
		padding: 20px 15px
	}
	.b-book__form .form__row {
		display: block
	}
	.b-book__form .form__row-col {
		margin: 0
	}
	.b-reviews:before {
		display: none
	}
}
@media(max-width:1529px) {
	.b-book__form .form-item:not(:last-child), .b-book__form .form__input {
		margin: 0 0 20px
	}
	.b-book__form .input__wrapper {
		margin: 0 0 25px
	}
	.b-book__form .b-title {
		margin: 0 0 30px
	}
}
.b-book__form .b-title {
	margin: 0 0 30px
}
.b-book__form .b-title__item {
	font-size: 25px;
	color: #363636
}
.b-book__form .b-title__item b {
	font-weight: 700
}
.b-book__form .form__input-text {
	border-color: #c2c2c2
}
.b-book__form .date-ico {
	background: url(../img/date-black.png) center no-repeat
}
.b-book__form .list-ico {
	background: url(../img/list-black.png) center no-repeat
}
.b-book__form .input__wrapper .input__file-button-ico {
	background: url(../img/file-black.png) center no-repeat
}
.b-reviews {
	background: #181818;
	padding: 125px 0 170px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative
}
.b-reviews__left {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../img/rev-left.png) center no-repeat;
	width: 317px;
	height: 218px
}
.b-reviews__right {
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../img/rev-right.png) center no-repeat;
	width: 580px;
	height: 624px
}
@media(max-width:1199px) {
	.b-reviews {
		padding: 70px 0
	}
	.b-reviews__left, .b-reviews__right {
		display: none
	}
}
.b-reviews_two {
	padding: 100px 0 120px
}
.b-reviews:before {
	position: absolute;
	bottom: 180px;
	left: 0;
	content: "";
	width: 337px;
	height: 82px;
	background-color: rgba(213, 175, 59, .14);
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: 3s;
	-o-transition: 3s;
	transition: 3s
}
@media(max-width:1199px) {
	.b-reviews_two {
		padding: 70px 0
	}
	.b-reviews:before {
		bottom: 50px
	}
}
.b-reviews:after {
	position: absolute;
	bottom: 70px;
	right: 0;
	content: "";
	width: 707px;
	height: 55px;
	background-color: rgba(213, 175, 59, .14);
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: 3s;
	-o-transition: 3s;
	transition: 3s
}
.b-reviews .b-title {
	text-align: center;
	margin: 0 0 75px
}
@media(max-width:991px) {
	.b-reviews .b-title {
		margin: 0 0 50px
	}
	.b-reviews .row .col {
		margin-top: 20px
	}
}
@media(max-width:767px) {
	.b-reviews:after {
		display: none
	}
	.b-reviews .b-title {
		margin: 0 0 15px
	}
	.b-reviews .row .col {
		width: 100%;
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto
	}
}
.b-reviews__item-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 0 0 7px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #e4e4e4;
	margin: 0 0 20px;
	min-height: 57px
}
.b-reviews__item-name {
	color: #dd9c00;
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
	margin-right: 13px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}
@media(max-width:1199px) {
	.b-reviews:after {
		width: 307px
	}
	.b-reviews__item-name {
		font-size: 18px
	}
}
.b-reviews__item-content p {
	color: #6b6b6b;
	font-size: 12px;
	font-weight: 400;
	line-height: 24px
}
.b-reviews__item .content-overflow .b-reviews__item-wrap {
	position: relative;
	height: 140px;
	overflow: hidden
}
.b-reviews__item .content-overflow .b-reviews__item-wrap:after {
	position: absolute;
	bottom: -16px;
	left: 0;
	content: "";
	width: 100%;
	height: 86px;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#181818), color-stop(19%, #181818), to(transparent));
	background-image: -o-linear-gradient(bottom, #181818 0, #181818 19%, transparent 100%);
	background-image: linear-gradient(to top, #181818 0, #181818 19%, transparent 100%)
}
.b-reviews__item .content-overflow.active .b-reviews__item-wrap {
	height: auto
}
.b-reviews__item .content-overflow.active .b-reviews__item-wrap:after {
	display: none
}
.b-reviews__item-show {
	color: #e2b000;
	line-height: 24px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
	margin: 10px 0 0
}
.b-reviews__item-show span {
	font-size: 12px;
	font-weight: 400
}
.b-reviews.active:after, .b-reviews.active:before {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	visibility: visible
}
.b-contact .b-page__top {
	background: url(../img/contact-bg.jpg) center top/cover no-repeat;
	min-height: 100vh;
	padding: 275px 0 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative
}
.b-contact .b-page__top .b-page__text {
	position: absolute;
	top: -70px;
	left: -12px
}
.b-contact .b-page__top .b-page__title {
	font-size: 48px;
	line-height: 1.2;
	color: #fff;
	font-weight: 300;
	margin: 0 0 40px
}
@media(max-width:991px) {
	.b-contact .b-page__top {
		padding: 205px 0 25px
	}
	.b-contact .b-page__top .b-page__text {
		left: 0;
		top: -46px
	}
	.b-contact .b-page__top .b-page__title {
		font-size: 28px;
		margin: 0 0 16px
	}
}
.b-contact .b-page__top .b-page__title b {
	color: #dd9c00;
	font-weight: 900
}
.b-contact .b-page__top .b-page__btn {
	position: absolute;
	bottom: 25px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
.b-contact__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}
.b-contact__left {
	position: relative
}
@media(max-width:1529px) {
	.b-book__form .b-title__item {
		font-size: 20px
	}
	.b-contact__left {
		margin-right: 30px
	}
}
@media(max-width:767px) {
	.b-contact .b-page__top .b-page__btn {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		margin: 20px 0 0
	}
	.b-contact__content {
		display: block
	}
	.b-contact__left {
		margin: 0
	}
}
.b-contact__left-top {
	margin: 0 0 30px
}
.b-contact__left-top p {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px
}
.b-contact__left-number {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 35px
}
.b-contact__left-number span {
	color: #dd9c00
}
.b-contact__left-block {
	margin: 0 0 35px
}
.b-contact__left-block a {
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 36px;
	text-decoration: none;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}
.b-contact__left-block a:hover {
	color: #e2b000
}
@media(max-width:767px) {
	.b-contact__left-block a {
		font-size: 15px
	}
}
.b-contact__left-block p {
	color: #fff;
	font-size: 18px;
	font-weight: 400
}
.b-contact__left-block p b {
	display: block;
	color: #dd9c00;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.b-contact__left-block p span {
	font-size: 14px;
	font-weight: 400
}
.b-contact__right {
	width: 562px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}
@media(max-width:1199px) {
	.b-contact .b-page__top {
		min-height: inherit
	}
	.b-contact__right {
		width: 384px
	}
}
.b-contact__right .b-title {
	margin: 0 0 45px
}
.b-contact__right .b-title__item {
	font-size: 30px
}
@media(max-width:991px) {
	.b-contact__right {
		width: 360px
	}
	.b-contact__right .b-title__item {
		font-size: 28px
	}
}
.b-contact__right .b-title__item b {
	font-weight: 700
}
.b-contact__right .b-input:not(:last-child) {
	margin: 0 0 17px
}
.b-contact__right .border-btn {
	margin: 40px 0 0
}
.b-about .b-page__top {
	background: url(../img/about-bg.jpg) center top/cover no-repeat;
	padding: 0;
	height: 519px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.b-about .b-page__top .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	height: 100%
}
.b-about .b-page__top .b-page__text {
	margin: 0 0 80px;
	position: relative;
	z-index: 5
}
@media(max-width:1529px) {
	.b-about .b-page__top {
		height: 470px
	}
	.b-about .b-page__top .b-page__text {
		font-size: 136px
	}
}
@media(max-width:1199px) {
	.b-about .b-page__top {
		height: 390px
	}
	.b-about .b-page__top .b-page__text {
		font-size: 111px;
		margin: 0 0 60px
	}
}
@media(max-width:767px) {
	.b-contact__left-block p {
		font-size: 15px
	}
	.b-contact__right {
		width: 100%
	}
	.b-contact__right .border-btn {
		margin: 20px 0 0
	}
	.b-about .b-page__top {
		height: 350px
	}
	.b-about .b-page__top .b-page__text {
		font-size: 50px;
		margin: 0 0 20px
	}
}
.b-about .b-page__top .b-page__title {
	font-size: 48px;
	font-weight: 300;
	line-height: 1.1;
	margin: 0 0 -8px
}
.b-about__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0 0 100px
}
.b-about__content-left {
	padding: 45px 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
@media(max-width:991px) {
	.b-about__content {
		display: block
	}
	.b-about__content-left {
		margin: 0 0 40px
	}
}
.b-about__content-top {
	margin: 0 0 55px
}
@media(max-width:1529px) {
	.b-about__content-left {
		padding: 25px 0 0
	}
	.b-about__content-top {
		margin: 0 0 25px
	}
}
.b-about__content-top p {
	color: #6b6b6b;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8
}
.b-about__content-title {
	color: #313131;
	font-size: 18px;
	line-height: 1.1;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 34px
}
@media(max-width:1529px) {
	.b-about__content-title {
		font-size: 16px;
		margin: 0 0 25px
	}
}
.b-about__content-right {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 635px;
	margin: -382px 0 0 60px
}
@media(max-width:1529px) {
	.b-about__content-right {
		width: 45%;
		margin: -320px 0 0 40px
	}
}
@media(max-width:1199px) {
	.b-about .b-page__top .b-page__title {
		font-size: 30px;
		margin: 0 0 -3px
	}
	.b-about__content-right {
		margin: -240px 0 0 30px
	}
}
@media(max-width:991px) {
	.b-about__content-right {
		margin: 0;
		width: auto
	}
	.b-about__content-right img {
		margin: 0 auto
	}
}
.b-about__content-right p {
	color: #6b6b6b;
	font-size: 14px;
	font-style: italic;
	line-height: 24px;
	text-align: center
}
.b-about__content-img {
	position: relative;
	margin: 0 0 35px
}
.b-about__content-img:after {
	position: absolute;
	bottom: 0;
	right: 0;
	content: "";
	width: 701px;
	height: 4px;
	background: #ffd34d
}
@media(max-width:991px) {
	.b-about__content-img {
		margin: 0 0 15px0
	}
	.b-about__content-img:after {
		display: none
	}
	.b-about__row-title .b-title__item {
		font-size: 33px
	}
}
.b-about__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.b-about__block:not(:last-child) {
	margin-bottom: 29px
}
.b-about__block-img {
	width: 41px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 30px 0 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}
.b-about__block-text p {
	color: #6b6b6b;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6
}
@media(max-width:1529px) {
	.b-about__content-img:after {
		width: 565px
	}
	.b-about__block-img {
		margin: 0 15px 0 0
	}
	.b-about__block-text p {
		font-size: 1.4
	}
}
.b-about__row {
	max-width: 1800px;
	margin: 0 auto;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}
.b-about__row-title {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	margin: 0 -15px
}
@media(max-width:1799px) {
	.b-about__row-title {
		margin: 0;
		left: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		width: 100%;
		padding-left: 450px
	}
}
@media(max-width:1529px) {
	.b-about__row-title {
		padding-left: 340px
	}
}
@media(max-width:1199px) {
	.b-about__content-img:after {
		width: 455px
	}
	.b-about__row {
		display: block
	}
	.b-about__row-title {
		position: static;
		padding: 0 15px;
		margin: 0 0 50px;
		text-align: center
	}
}
.b-about__row-title span {
	font-weight: 300;
	color: #080808;
	font-size: 30px;
	line-height: 1;
	margin: 0 0 10px
}
.b-about__row-title .b-title__item {
	color: #080808
}
.b-about__row-title .b-title__item strong {
	font-weight: 300;
	color: #dd9c00
}
@media(max-width:767px) {
	.b-about__row-title {
		margin: 0 0 30px
	}
	.b-about__row-title span {
		font-size: 19px
	}
	.b-about__row-title .b-title__item {
		font-size: 20px
	}
}
@media(max-width:1199px) {
	.b-about__item {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
		padding: 0 15px !important;
		margin: 0 0 30px !important
	}
	.b-about__item:last-chiild {
		margin: 0 !important
	}
}
@media(max-width:1199px)and (max-width:767px) {
	.b-about__item {
		display: block !important
	}
}
.b-about__item-img {
	position: relative;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}
@media(max-width:1529px) {
	.b-about__item-img {
		width: 310px;
		-ms-flex-negative: 0;
		flex-shrink: 0
	}
}
@media(max-width:1199px) {
	.b-about__item-img {
		width: 260px !important;
		margin: 0 30px 0 0 !important
	}
	.b-about__item-img:after, .b-about__item-img:before {
		display: none
	}
}
@media(max-width:767px) {
	.b-about__item-img {
		margin: 0 auto 20px !important
	}
}
.b-about__item-img:after, .b-about__item-img:before {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 2s;
	-o-transition: 2s;
	transition: 2s
}
.b-about__item-img.active:after, .b-about__item-img.active:before {
	opacity: 1;
	visibility: visible
}
.b-about__item-text {
	width: 429px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}
@media(max-width:1529px) {
	.b-about__item-text {
		width: 350px
	}
}
@media(max-width:1199px) {
	.b-about__item-text {
		width: auto !important;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		padding: 0 !important;
		margin: 0 !important;
		-ms-flex-negative: inherit;
		flex-shrink: inherit
	}
}
.b-about__item-text p {
	color: #5c5c5c;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px
}
.b-about__item.b-about__item-1 {
	margin: 0 100px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}
.b-about__item.b-about__item-1 .b-about__item-text {
	margin: 70px 0 0 150px
}
.b-about__item.b-about__item-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 177px 0 0
}
.b-about__item.b-about__item-2 .b-about__item-img {
	position: relative
}
.b-about__item.b-about__item-2 .b-about__item-img:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 607px;
	height: 4px;
	background: #ffd34d
}
@media(max-width:1529px) {
	.b-about__item.b-about__item-1 .b-about__item-text {
		margin: 30px 0 0 70px
	}
	.b-about__item.b-about__item-2 .b-about__item-img:after {
		width: 324px
	}
}
.b-about__item.b-about__item-2 .b-about__item-text {
	margin: 0 0 0 80px
}
.b-about__item.b-about__item-3 {
	margin: 90px 0 375px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}
.b-about__item.b-about__item-3 .b-about__item-img {
	position: relative
}
.b-about__item.b-about__item-3 .b-about__item-img:before {
	position: absolute;
	top: 104px;
	left: -340px;
	content: "";
	width: 849px;
	height: 83px;
	background-color: rgba(213, 175, 59, .14)
}
.b-about__item.b-about__item-3 .b-about__item-img:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 4px;
	height: 607px;
	background-color: #ffd34d
}
@media(max-width:1529px) {
	.b-about__item.b-about__item-2 .b-about__item-text {
		margin: 0 0 0 30px
	}
	.b-about__item.b-about__item-3 {
		margin: 0 0 300px
	}
	.b-about__item.b-about__item-3 .b-about__item-img {
		width: 450px
	}
	.b-about__item.b-about__item-3 .b-about__item-img:after {
		height: 430px
	}
	.b-about__item.b-about__item-4 .b-about__item-img {
		width: 450px
	}
}
.b-about__item.b-about__item-3 .b-about__item-text {
	margin: 135px 90px 0 0
}
.b-about__item.b-about__item-4 {
	position: absolute;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
@media(max-width:1199px) {
	.b-about__item.b-about__item-4 {
		position: static !important
	}
}
.b-about__item.b-about__item-4 .b-about__item-img {
	position: relative
}
.b-about__item.b-about__item-4 .b-about__item-img:after {
	position: absolute;
	bottom: -34px;
	left: 0;
	content: "";
	width: 849px;
	height: 83px;
	background-color: rgba(213, 175, 59, .14)
}
.b-about__item.b-about__item-4 .b-about__item-text {
	margin: 0 0 0 155px
}
.b-about__item.b-about__item-5 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin: 65px 42px 0 0
}
.b-about__item.b-about__item-5 .b-about__item-img {
	position: relative
}
@media(max-width:1529px) {
	.b-about__item.b-about__item-4 .b-about__item-img:after {
		width: 530px
	}
	.b-about__item.b-about__item-4 .b-about__item-text {
		margin: 0 0 0 70px
	}
	.b-about__item.b-about__item-5 .b-about__item-img {
		width: 350px
	}
}
.b-about__item.b-about__item-5 .b-about__item-img:after {
	position: absolute;
	bottom: 0;
	right: 0;
	content: "";
	width: 607px;
	height: 4px;
	background-color: #ffd34d
}
.b-about__item.b-about__item-5 .b-about__item-text {
	margin: 90px 120px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.b-about__item.b-about__item-5 .b-about__item-text .border-btn {
	margin: 100px 0 0
}
.b-about__item.b-about__item-6 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	position: relative
}
@media(max-width:1529px) {
	.b-about__item.b-about__item-5 .b-about__item-img:after {
		width: 395px
	}
	.b-about__item.b-about__item-5 .b-about__item-text {
		margin: 40px 30px 0 0
	}
	.b-about__item.b-about__item-5 .b-about__item-text .border-btn {
		margin: 0
	}
	.b-about__item.b-about__item-6 .b-about__item-img {
		width: 395px
	}
}
.b-about__item.b-about__item-6:before {
	position: absolute;
	top: 65px;
	right: 0;
	content: "";
	width: 330px;
	height: 57px;
	background: rgba(213, 175, 59, .14)
}
.b-about__item.b-about__item-6:after {
	position: absolute;
	top: 140px;
	right: 0;
	content: "";
	width: 424px;
	height: 32px;
	background: rgba(213, 175, 59, .14)
}
.b-about__item.b-about__item-6 .b-about__item-text {
	margin: 0 0 95px 45px
}
.b-footer {
	background: #181818;
	padding: 70px 0 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
@media(max-width:991px) {
	.b-footer {
		padding: 40px 0
	}
}
.b-footer__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-left: 165px;
	position: relative;
	margin: 0 0 56px
}
.b-footer__logo {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 101px;
	display: flex;
	justify-content: center;
	
}
.b-footer__nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}
.b-footer__nav ul li:not(:last-child) {
	margin-right: 65px
}
@media(max-width:1199px) {
	.b-about__item.b-about__item-6:after, .b-about__item.b-about__item-6:before {
		display: none
	}
	.b-footer__nav ul li:not(:last-child) {
		margin-right: 30px
	}
}
@media(max-width:991px) {
	.b-footer__top {
		padding-left: 120px;
		margin: 0 0 70px
	}
	.b-footer__nav ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.b-footer__nav ul li:not(:last-child) {
		margin: 0 30px 15px 0
	}
}
@media(max-width:767px) {
	.b-footer__top {
		padding-left: 0;
		margin: 0 0 30px;
		display: block
	}
	.b-footer__logo {
		display: flex;
		position: static;
		margin: 0 auto 35px;
		justify-content: center;
	}
	.b-footer__nav ul {
		display: block;
		text-align: center
	}
	.b-footer__nav ul li:not(:last-child) {
		margin: 0 0 20px
	}
}
.b-footer__nav ul li a {
	display: block;
	color: #dd9c00;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}
.b-footer__nav ul li a:hover {
	color: #bcbcbc
}
.b-footer__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}
@media(max-width:767px) {
	.b-footer__row {
		display: block
	}
}
.b-footer__row-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}
@media(max-width:991px) {
	.b-footer__row-left {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}
@media(max-width:767px) {
	.b-footer__row-left {
		margin: 0 0 30px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center
	}
	.b-footer__row-right a {
		text-align: center
	}
}
.b-footer__row-right a {
	display: block;
	color: #dd9c00;
	line-height: 1;
	font-size: 11px;
	font-weight: 500;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}
.b-footer__row-right a b {
	font-size: 13px;
	font-weight: 700
}
.b-footer__row-right a:hover {
	color: #bcbcbc
}
.b-footer__copyright {
	color: #bcbcbc;
	font-size: 12px;
	font-weight: 300;
	line-height: 1;
	margin-right: 165px
}
@media(max-width:1199px) {
	.b-footer__copyright {
		margin-right: 30px
	}
}
@media(max-width:991px) {
	.b-footer__row-right a {
		-ms-flex-negative: 0;
		flex-shrink: 0
	}
	.b-footer__copyright {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		width: 100%;
		margin: 30px 0 0
	}
	.b-footer__contacts {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
}
@media(max-width:767px) {
	.b-footer__copyright {
		margin: 0
	}
}
.b-footer__contacts {
	margin-right: 150px
}
@media(max-width:1199px) {
	.b-footer__contacts {
		margin-right: 30px
	}
}
@media(max-width:767px) {
	.b-footer__contacts {
		margin: 0 0 30px
	}
}
.b-footer__contacts a {
	display: block;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	color: #bcbcbc;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}
.b-footer__contacts a:not(:last-child) {
	margin-bottom: 10px
}
.b-footer__contacts a span {
	color: #dd9c00
}
.b-footer__contacts a span:hover {
	color: #bcbcbc
}
.b-footer__contacts a:hover {
	color: #dd9c00
}
.b-footer__desc {
	margin-right: 30px
}
@media(max-width:991px) {
	.b-footer__desc {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
}
@media(max-width:767px) {
	.b-footer__desc {
		margin: 0 0 30px
	}
}
.b-footer__desc p {
	color: #bcbcbc;
	font-size: 13px;
	font-weight: 500;
	line-height: 24px
}
/*# sourceMappingURL=../sourcemaps/style.min.css.map */