html{
	height: 100%;
	width: 100%;
}
body{
	margin: 0;
	padding: 0 !important;
	color: #000000;
	font-size: 14px;
	line-height: normal;
	background: #ffffff;
	position: relative;
	width: 100%;
	min-height: 100%;
	min-width: 320px;
	-webkit-font-smoothing: subpixel-antialiased !important;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
}

.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	clear: both;
	visibility: hidden;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

h1, h2, h3, h4, h5, h6{
	margin: 0 0 20px 0;
}
h2{
	font-size: 40px;
	line-height: 46px;
	font-weight: 600;
	color: #e1524b;
	text-transform: uppercase;
}
h2 span {
	display: block;
	padding: 5px 0 0 0;
	font-size: 13px;
	line-height: 15px;
	font-weight: 400;
	color: #777777;
	text-transform: none;
}
p {
	margin: 0 0 20px 0;
	font-size: 14px;
	line-height: 23px;
	font-weight: 400;
	color: #7f8c8c;
}
img{
	display: block;
	max-width: 100%;
}

/*== buttons
---------------------------------*/
button{
	margin:0;
	padding:0;
	border:none;
	background:none;
	cursor:pointer;
	overflow:visible;
	width:auto;
	outline: none;
}
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
.button{
	display: block;
	margin: 0px 0 10px 0;
	color: #010101;
	font-size: 19px;
	font-weight: 400;
	line-height: 21px;
	text-align: center;
	text-decoration: none;
	background: none;
	cursor: pointer;
	box-sizing: border-box;
	transition: 0.5s;
	width: 87px;
	height: 33px;
	border: 2px solid black;
	border-radius: 5px;
}
.button:active,
.button:hover,
.button:focus{
	text-decoration: none;
	background: #363138;
	color: #ffffff;
	border-color: #363138;
}


/*== inputs
---------------------------------*/
input{
	outline: none;
}
.input-text,
textarea{
	display: block;
	margin: 0;
	padding: 5px 10px 5px 10px;
	height: 38px;
	width: 100%;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color:#333333;
	resize: none;
	outline: none;
	border: 1px solid #cacaca;
}
.b-input-text{
	width: 100%;
	height: 56px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	background: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 28px;
	color: #ffffff;
	font-family: "ProximaNovaRegular";
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	padding: 0 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-input-text::-webkit-input-placeholder{
	color: #ffffff;
	font-family: "ProximaNovaRegular";
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
}
.b-input-text:-moz-placeholder{
	color: #ffffff;
	font-family: "ProximaNovaRegular";
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
}

.b-input-text{
	outline: none;  
	box-shadow: none;
}
.b-input-text:focus{
	border: 1px solid #ffffff;
}
#container{
	position:relative;
}
/* End Total css ====*/

/* -------------- page index -------------- */

/* ---- b-header ---- */
.b-header{
	background: url(../images/header-bg.jpg) top center no-repeat;
	padding: 30px 0 130px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-header-top{
	padding: 0 0 72px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-header-top > .container > .row > div{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.b-header-left{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.b-logo{
	display: block;
	margin: 0 30px 0 0;
}
.b-header-left span{
	color: #777;
	font-family: "ProximaNovaRegular";
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;    
	display: block;
	width: 200px;
}

.b-header-right{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.b-header-menu{
	position: relative;
	width: 134px;
	z-index: 10;
}
.b-header-menu ul{
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.b-header-menu ul li{
	list-style: none;
	margin: 17px 0 0 0;
}
.b-header-menu ul li:first-child{
	margin: 0;
}
.b-header-menu ul li a{
	display: block;
	font-family: "ProximaNovaRegular";
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	color: #000000;
	text-decoration: underline;
	position: relative;
	padding: 0 0 0 24px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-header-menu ul li a:before{
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	margin: -2px 0 0 0;
	width: 4px;
	height: 4px;
	background: #fe6c01;
}
.b-header-menu ul li a:hover{
	color: #fe6c01;
	text-decoration: none;	
}
.b-phone{
	display: block;
	color: #000000;
	font-family: "ProximaNovaRegular";
	font-size: 24px;
	line-height: 26px;
	font-weight: 400;
	margin: 10px 30px 0 55px;
}
.btn-callback{
	width: 151px;
	height: 40px;
	border: 1px solid #fb6f04;
	background: #e58318;
	color: #ffffff;
	border-radius: 20px;
	font-family: "ProximaNovaRegular";
	font-size: 13px;
	line-height: 16px;
	font-weight: 400;
	transition: 0.5s;
}
.btn-callback:hover{
	background: transparent;
	color: #e0861b;
	transition: 0.5s;
}
.btn-callback:active{
	background: transparent;
	color: #e0861b;
	transition: 0.5s;
}
.btn-callback:focus{
	background: transparent;
	color: #e0861b;
	transition: 0.5s;
}


.b-heaeder-content{
	position: relative;
	z-index: 2;
	padding: 0 0 65px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-heaeder-content > .container > .row > div{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.b-header-text{
	width: 547px;
}
.b-header-text span{
	color: #000000;
	font-family: "ProximaNova-Light";
	font-size: 40px;
	line-height: 60px;
	font-weight: 300;
}
.b-header-text span b{
	font-weight: 700;
	font-family: "ProximaNovaBold";
}
.b-header-text span strong{
	font-weight: 400;
	font-family: "ProximaNovaRegular";
}

.b-header-text p{
	color: #000000;
	font-family: "ProximaNova-Light";
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
	margin: 40px 0 0 0;	
	max-width: 410px;
}
.btn-price{
	width: 286px;
	height: 59px;
	background-color: #e0861b;
	background-image: -webkit-linear-gradient(right, #e0861b 0%, #ff6b00 100%);
	background-image: -o-linear-gradient(right, #e0861b 0%, #ff6b00 100%);
	background-image: linear-gradient(to left, #e0861b 0%, #ff6b00 100%);
	box-shadow: 0 10px 50px rgba(191, 82, 0, 0.75);
	border-radius: 29px;
	color: #ffffff;
	font-family: "ProximaNovaRegular";
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	transition: 0.5s;
}
.btn-price:hover{
	background: #e58318;
	box-shadow: none;
	transition: 0.5s;
}
.btn-price:active{
	background: #e58318;
	box-shadow: none;
	transition: 0.5s;
}
.btn-price:focus{
	background: #e58318;
	box-shadow: none;
	transition: 0.5s;
}

.b-header-bottom{
	position: relative;
	z-index: 1;
}
.b-header-bottom > .container > .row > div{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.b-header-item{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 45px 0 0;
}
.b-header-item:last-child{
	margin: 0;
}
.b-header-item__ico{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 100px;
	border: 1px solid rgba(251, 111, 4, 0.25);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 100%;
	margin: 0 25px 0 0;
	padding: 14px 0 0 0;
}
.b-header-item p{
	color: #777;
	font-family: "ProximaNovaRegular";
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	width: 230px;
	margin: 0;
}
.b-header-item__two p{
	width: 120px;
}
.b-header-item__three p{
	width: 120px;
}


/* ---- b-info ---- */
.b-info{
	background: #fff7e5;
	padding: 100px 0 135px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.b-info:after{
	position: absolute;
	top: 21%;
	left: 0;
	content: "";
	background: url(../images/b-info-bg.png);
	width: 962px;
	height: 1125px;
	z-index: 1;
}
.b-title{
	text-align: center;
}
h2{
	color: #000000;
	font-family: "ProximaNovaRegular";
	font-size: 36px;
	font-weight: 400;
	line-height: 54px;
	margin: 0;
	text-transform: none;
}
.b-info .b-title > .container > .row > div{
	padding: 0 200px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-title span{
	display: block;
	font-family: "ProximaNova-Light";
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	color: #000000;
	margin: 30px 0 0 0;
	padding: 0 140px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-title span strong{
	font-family: "ProximaNovaRegular";
	color: #fb6e03;
	font-weight: 400;	
}
.b-info-content{
	margin: 120px 0 0 0;
	position: relative;
	z-index: 2;
}
.b-info-content:after{
	position: absolute;
	top: -229px;
	right: 130px;
	content: "";
	background: url(../images/b-info-img.png);
	width: 905px;
	height: 687px;
}
.b-info-content > .container > .row > div{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.b-info-item{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 50px 0 0 0;
}
.b-info-item__number{
	display: block;
	color: #fc8b36;
	font-family: "ProximaNova-Extrabld";
	font-size: 40px;
	line-height: 42px;
	margin: 0 35px 0 0;
	transition: 0.5s;
}
.b-info-item:first-child{
	margin: 0;
}
.b-info-item:hover .b-info-item__number{
	color: #000000;
	transition: 0.5s;
}
.b-info-item__text{
	width: 340px;
	margin: 18px 0 0 0;
}
.b-info-item__text p{
	color: #000000;
	font-family: "ProximaNova-Light";
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	margin: 0;	
}
.b-info-item__text p b{
	font-weight: 700;
	font-family: "ProximaNovaBold";
}


/* ---- b-catalog ---- */
.b-catalog{
	padding: 22px 0 46px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff7e5;
}
.b-catalog .b-title{
	position: relative;
	z-index: 2;
}
.b-catalog .b-title > .container > .row > div{
	padding: 0 70px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}

.b-catalog-content{
	position: relative;
	z-index: 2;
	margin: 60px 0 0 0;
}
.b-catalog-nav{
	display: flex;
	justify-content: center;
	align-items: center;
}
.b-catalog-nav ul{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	margin: 0;
	border: 1px solid #fb6e03;
	border-radius: 24px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 -1px 0 -1px;
}
.b-catalog-nav ul li{
	list-style: none;
}
.b-catalog-nav ul li a{
	display: block;
	color: #000000;
	font-family: "ProximaNovaRegular";
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	text-decoration: underline;
	padding: 16px 18px;
	border-radius: 24px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}
.b-catalog-nav ul li a:hover{
	color: #fb6e03;
	transition: 0.5s;
	text-decoration: none;
}
.b-catalog-nav ul li.active a{
	background: #fc8b36;
	background-image: -webkit-linear-gradient(right, #e0861b 0%, #ff6b00 100%);
	background-image: -o-linear-gradient(right, #e0861b 0%, #ff6b00 100%);
	background-image: linear-gradient(to left, #e0861b 0%, #ff6b00 100%);
	box-shadow: 0 0 15px rgba(191, 82, 0, 0.75);
	color: #ffffff;
	text-decoration: none;
	outline: none;
}
.b-catalog-nav ul li.active a:hover{
	color: #ffffff
	outline: none;
}

.b-catalog-wrapper{
	margin: 50px 0 0 0;	
}
.b-product-type{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 0 0 35px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	margin: 0 0 40px 0;
}
.b-product-type:after{
	position: absolute;
	top: 100%;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
	opacity: 0.3;
	background-image: -webkit-linear-gradient(left, transparent 0%, #ff6b00 50%, transparent 100%);
	background-image: -o-linear-gradient(left, transparent 0%, #ff6b00 50%, transparent 100%);
	background-image: linear-gradient(to right, transparent 0%, #ff6b00 50%, transparent 100%);
}
.b-product-type__title{
	width: 100%;
	text-align: center;
	margin: 0 0 25px 0;
}
.b-product-type__title span{
	color: #000000;
	font-family: "ProximaNovaBold";
	font-size: 24px;
	line-height: 26px;
	font-weight: 700;	
}
.b-product-type ul{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	margin: 0;
	width: 100%;
}
.b-product-type ul li{
	list-style: none;
}
.b-product-type ul li a{
	margin: 0 40px 0px 0;
	display: block;
	text-decoration: none;
}
.b-product-type ul li:last-child a{
	margin: 0;
}
.b-checkbox{
	display: block;
	position: relative;
	z-index: 2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;  
}
input[type="checkbox"] {
	display: none;
}
input[type="radio"] {
	display: none;
}
input[type="checkbox"] + label span {
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	background: url(../images/checkbox.png);
	cursor: pointer;
	margin: 0 14px 0 0;
}
input[type="radio"] + label span {
	display: block;
	width: 22px;
	height: 22px;
	background: transparent;
	border: 3px solid #fc8b36;
	border-radius: 100%;
	margin: 0px 14px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="checkbox"] + label {
	cursor: pointer;
	margin: 0;
}
input[type="radio"] + label {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;

}
input[type="checkbox"]:checked + label span {
	width: 18px;
	height: 18px;
	background: url(../images/checkbox-active.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.b-product-type ul li.active input[type="radio"] + label span {
	width: 22px;
	height: 22px;
	background: #ffffff;
	border: 3px solid #fc8b36;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
input[type="radio"] + label span:after{
	position: absolute;
	top: 3px;
	left: 3px;
	content: "";
	width: 10px;
	height: 10px;
	background: #fb6e03;
	border-radius: 100%;
	opacity: 0;
}
.b-product-type ul li.active input[type="radio"] + label span:after{
	opacity: 1;
}
input[type="checkbox"]:checked + label {
	color: #000000;
}
input[type="radio"]:checked + label {

}
input[type="radio"] + label i{
	color: #000000;
	font-family: "ProximaNovaRegular";
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	text-decoration: none;
	font-style: normal;
	position: relative;
}
input[type="radio"] + label i:after{
	position: absolute;
	bottom: 0%;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
	background: #9f9f9f;
}
.b-product-type ul li.active input[type="radio"] + label i:after{
	display: none;
}
.b-product-slider{

}

.b-product-slider__top{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 0 0 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-product-slider__top span{
	display: block;
	color: #dab490;
	font-family: "ProximaNova-Light";
	font-size: 20px;
	line-height: 22px;
	font-weight: 300;
	margin: 0 30px 0 0;
}
.b-product-slider__top .btn-price{
	width: 195px;
	height: 37px;
	font-size: 13px;
	line-height: 15px;
}

.b-product-slider__content{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.b-product-slider__slick{
	width: 955px;
	margin: 0 auto 0;
}
.b-product-slider__slick {
	width: 965px;
	padding: 0 7px;
	overflow: hidden;
	border-radius: 41px;
}
.b-product-slider__slick .slick-list {
  overflow: visible;
}

.b-arrow{
	width: 60px;
	height: 60px;
	border: 1px solid rgba(251, 110, 3, 0.26);
	border-radius: 100%;
	transition: 0.5s;
}
.b-arrow:hover{
	transition: 0.5s;
	border: 1px solid #fb6e03;
}
.b-prev{
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAQCAQAAACFdibLAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAHdElNRQfhDBkPCB1ZrjZ/AAAANUlEQVQY02NgYGBIY0hjQAO6DH8Z/mEK5zP8wyacR3PhdCYGAgCqjipC+ZhCkABJR7cVI+gA3VUlsCltE4QAAAAASUVORK5CYII=');
	background-repeat: no-repeat;
	background-position: center center;
}
.b-next{
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAQCAQAAACFdibLAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAHdElNRQfhDBkPBzsMO69NAAAAPElEQVQY02NgQAVpDOkMGEL/GP4y6KAL/WPIo4pQOlFCTAyMDFgBFrVUE07DLfyXQYcFRXAWAwMDI8MVALFpJlQvkacJAAAAAElFTkSuQmCC');
	background-repeat: no-repeat;
	background-position: center center;
}
.b-product-item{
	width: 310px;
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0 5px 19px #f4ead4;
	margin: 30px 0 30px 10px;
	outline: none;
	min-height: 510px !important;
}
.b-product-item__img{
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #eeeeee;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 17px 0 20px 0;
}
.b-product-item__img img{
	max-height: 187px;
}
.b-product-item__text{
	padding: 35px 20px 35px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-product-item__name{
	display: block;
	color: #000000;
	font-family: "ProximaNovaRegular";
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	margin: 0 0 27px 0;
}
.b-product-item__text strong{
	font-family: "ProximaNova-Light";
	font-size: 14px;
	line-height: 16px;
	font-weight: 300;
	color: #aaa;
	display: block;
	margin: 0 0 20px 0;
}
.b-product-item__text strong:last-child{
	margin: 0;
}
.b-product-item__text strong:last-child b{
	display: block;
	padding: 10px 0 0 0;
}
.b-product-item__text strong b{
	color: #000000;
	padding: 0 0 0 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
	max-height: 110px;
	line-height: 20px;
	overflow-y: auto;
}




/* ---- b-support ---- */
.b-support{
	background: url(../images/b-support-bg.jpg)  center top no-repeat;
	background-size: cover;
	padding: 115px 0 28px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-support .b-title h2{
	color: #ffffff;
}

.b-support-content{
	margin: 65px 0 0 0;
}
.b-support-item{
	overflow: hidden;
	min-height: 170px;
	margin: 0 0 52px 0;
}
.b-support-item__ico{
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 130px;
	height: 130px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 0 0 0;
	margin: 0 40px 0 0;
}
.b-support-item__text{
	overflow: hidden;
	padding: 0 15px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-support-item__text span{
	display: block;
	color: #ffffff;
	font-family: "ProximaNovaBold";
	font-size: 20px;
	line-height: 22px;
	font-weight: 700;
	margin: 0 0 15px 0;
}
.b-support-item__text p{
	color: #fee7de;
	font-family: "ProximaNovaRegular";
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin: 0;
}

/* ---- b-company ---- */
.b-company{
	padding: 120px 0 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	background: #fff7e5;
}
.b-company:before{
	position: absolute;
	top: 0px;
	left: 0;
	content: "";
	background: url(../images/b-cooperator-bg.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 1165px;
}
.b-company .b-title > .container > .row > div{
	padding: 0 200px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-company-content{
	margin: 70px 0 70px 0;
}
.b-company-content > .container > .row > div{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}


.b-company-left{

}
.b-company-img{
	margin: 0 0 15px 0;
}
.b-company-left b{
	display: block;
	color: #000000;
	font-family: "ProximaNovaBold";
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
	margin: 0 0 10px 0;
}
.b-company-left span{
	display: block;
	color: #a59a82;
	font-family: "ProximaNova-Light";
	font-size: 14px;
	line-height: 16px;
	font-weight: 300;
}

.b-company-right{
	width: 843px;
}
.b-company-right p{
	color: #000000;
	font-family: "ProximaNovaRegular";
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	margin: 0 0 25px 0;
}
.b-company-right p:last-child{
	margin: 0;
}
.b-company-right p b{
	font-family: "ProximaNovaBold";
	font-weight: 700;
}


.b-cooperator{
	background: #fff7e5;
}
.b-cooperator > .container > .row > div{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.b-cooperator-left{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 25%;
}
.b-cooperator-left span{
	display: block;
	width: 100%;
	order: 1;
	color: #000000;
	font-family: "ProximaNovaRegular";
	font-size: 36px;
	font-weight: 400;
	line-height: 40px;
	margin: 0 0 30px 0;
}
.b-cooperator-left .b-next{
	order: 2;
	margin: 0 30px 0 0;
}
.b-cooperator-left .b-prev{
	order: 3;
	
}

.b-cooperator-right{
	margin: 0 -102px 0 0;
	position: relative;
}
.b-cooperator-next{
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	background: #fef9ee;
	width: 177px;
	height: 190px;
	opacity: 0.8;
	z-index: 5;
}
.b-cooperator-slider{
	width: 945px;
	position: relative;
}
.b-cooperator-item{
	width: 177px;
	margin: 0 0 0 15px;
	outline: none;
}
.b-cooperator-item__img{
	margin: 0 0 18px 0;
	background: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.b-cooperator-item b{
	display: block;
	color: #000000;
	font-family: "ProximaNovaBold";
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
	margin: 0 0 11px 0;
}
.b-cooperator-item span{
	display: block;
	color: #a59a82;
	font-family: "ProximaNova-Light";
	font-size: 14px;
	line-height: 16px;
	font-weight: 300;
}


/* ---- b-advantages ---- */
.b-advantages{
	padding: 145px 0 70px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(../images/img125.png) right bottom no-repeat #fff7e5;
}
.b-advantages .b-title > .container > .row > div{
	padding: 0 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-advantages-content{

}
.b-advantages-content > .container > .row > div{
	display: flex;
	justify-content: center;
	align-items: center;
}
.b-advantages-left{
	margin: 0 65px 0 0;
}
.b-advantages-right{

}
.b-advantages-right b{
	display: block;
	color: #000000;
	font-family: "ProximaNovaBold";
	font-size: 24px;
	font-weight: 700;
	line-height: 34px;
	width: 62%;
	margin: 0 0 25px 0;
}
.b-advantages-right ul{
	padding: 0;
	margin: 0 0 40px 0;
}
.b-advantages-right ul li{
	list-style: none;
	color: #000000;
	font-family: "ProximaNovaRegular";
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	position: relative;
	padding: 0 0 0 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 15px 0 0 0;
}
.b-advantages-right ul li:first-child{
	margin: 0;
}
.b-advantages-right ul li:before{
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	margin: -6.5px;
	width: 18px;
	height: 13px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAANCAMAAACTkM4rAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAq1BMVEX7bwT7bwT7bwT7bwT7bwT7bwT7bwT7bwT7bwT7bwT7bwT7bwT7bwT7bwT7bwT7bwT7bwT7bwT7bwT7bwT7bwT7bwT7bwT7bwT7bwT7bwT7bwT7bwT7bwT7bwT7bwT7bwT7bwT7bwT7bwT7bwT7bwT7bwT7bwT7bwT7bwT7bwT7bwT7bwT7bwT7bwT7bwT7bwT7bwT7bwT7bwT7bwT7bwT7bwT7bwT7bwT////QMgtkAAAAN3RSTlMADLVDD8X3ShLMoxXPAyKFAhjVnCjloR3ZlAG3qQUg3owQx7EGJOGGDcG+fQq5dQez/m+raaBgh4mRCwAAAAFiS0dEOKAHpdYAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAHdElNRQfhDBkUACmgsARTAAAAg0lEQVQI12NgQAGMTMyoAgwsrOZs7CgiHJzm5uZcyCLcPCARXgYGPn4BiIigEFBEGCgiImouxgsSEZcAikhKAVnSQIaMLAODnDyQoQASYVBUAjKVVVTVgJQ61FANTSBHSxRIaMMt0tE1BwM9JMv1DYAChkYoTlQxNjc0QfMIr6kZggMAfTwPiSys/3sAAAAASUVORK5CYII=');

}
.b-advantages-right .btn-price{
	box-shadow: 0 9px 50px rgba(191, 82, 0, 0.75);
}
.b-advantages-right .btn-price:hover{
	box-shadow: none;
}
.b-advantages-right .btn-price:active{
	box-shadow: none;
}
.b-advantages-right .btn-price:focus{
	box-shadow: none;
}
/* ---- b-support-two ---- */
.b-support-two{
	background: url(../images/b-support-two__bg.jpg) top center no-repeat;
	background-size: cover;
	padding: 97px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-support-two .b-title > .container > .row > div{
	padding: 0 250px;
}
.b-support-two .b-support-item{
	min-height: auto;
	margin: 0;	
}
.b-support-two .b-support-item__text{
	padding: 25px 0 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-support-two .b-support-item__text p{
	color: #fee7de;
}
.b-support-two .b-support-item__text p b{
	font-weight: 700;
	font-family: "ProximaNovaBold";
}

/* ---- b-certificates ---- */
.b-certificates{
	padding: 120px 0 60px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	background: #fff7e5;
	z-index: 2;
}
.b-certificates:before{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background: url(../images/b-certificates-bg.png);
	width: 1065px;
	height: 1125px;
}
.b-certificates .b-title > .container > .row > div{
	padding: 0 150px;
}
.b-certificates-content{
	margin: 80px 0;
}
.b-certificates-content > .container > .row > div{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.b-certificates-slider{
	width: 965px;
	padding: 10px 5px;
	overflow: hidden;

}


.b-certificates-slider img{
	width: 100%;
	max-width: 314px;
}

.b-certificates-slider .slick-list{
	overflow: visible;
}
.b-certificates-slider__item{
	margin: 0 0 0 10px;
	border: 1px solid #ffffff;
	border-radius: 15px;
	box-shadow: 0 5px 10px #e1d6bf;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	outline: none !important;
}
.b-certificates-slider__item__hover{
	display: block;
	width: 60px;
	height: 60px;
	background: #e58318;
	border-radius: 100%;
	background: #e58318 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAQAAACR313BAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAHdElNRQfhDBkULANCOqYrAAABC0lEQVQY02XOr0vcYQAG8M99NSiME64chwqCWFa0GGwngpgMahoYhmkIMoyKvt/XNvYPWCwWQVEwaDtQEIRVXRtbcCj+KGoZHvgadJyeT/3wPDyFHIRBX4ypuFWzFve9JIMQ/fBZRV2HCXth/RWH3DLmdGpT8sml6bDzzIX00U+PBuLJ/0YoOtVtKm6TWcTXBhLvTOL7c/tWUXv8503CuYpyvMoU1ZsRJ+gkU9casnfcixsyNQXjTdNdel3HMzLfsBo+vPFNzEAWD2woOw0jL83+cGAIfSCXS1sppZQu0nH6lRpZyrVUcbhV/aNHny4lv807Morh6kMhbxwqK7mPfyEsWYFX3PR+wazdJ5ffXALeiNVdAAAAAElFTkSuQmCC');
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 0 -30px -30px;
	transition: 0.5s;
	opacity: 0;
}
.b-certificates-slider__item:hover .b-certificates-slider__item__hover{
	transition: 0.5s;
	opacity: 1;
}


/* ---- b-step ---- */
.b-step{
	position: relative;
	padding: 0 0 50px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff7e5;
}
.b-step:after{
	position: absolute;
	bottom: 0px;
	right: 0;
	content: "";
	background: url(../images/b-step-bg.png);
	width: 802px;
	height: 578px;
	z-index: -1;
}
.b-step .b-title{
	position: relative;
	z-index: 10;
}
.b-step .b-title > .container > .row > div{
	padding: 0 200px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-step-content{
	margin: 70px 0 0 0;
	position: relative;
	z-index: 10;
}
.b-step-content > .container > .row{
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;	
	flex-wrap: wrap;
}
.b-step-content > .container > .row > div{
	float: none;
}
.b-step-item{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	min-height: 130px;
	margin: 0 0 40px 0;
	cursor: pointer;
}
.b-step-item__number{
	margin: 0 20px 0 0;
}
.b-step-item__number b{
	color: #fb6e03;
	font-size: 50px;
	line-height: 52px;
	font-family: "ProximaNova-Extrabld";
	transition: 0.5s;
}
.b-step-item__number b span{
	font-family: "ProximaNovaRegular";
	color: #a59a82;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	padding: 0 0 0 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-step-item p{
	color: #000000;
	font-family: "ProximaNovaRegular";
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin: 25px 0 0 0;
	width: 212px;
}
.b-step-content .btn-price{
	width: 256px;
	height: 59px;
	font-size: 18px;
	line-height: 20px;
	margin: 30px 0 0 0;
}
.b-step-content .btn-price:hover{
	box-shadow: 0 5px 30px rgba(191, 82, 0, 0.5);
}

.b-step-item:hover .b-step-item__number b{
	color: #a59a82;
	transition: 0.5s;
}



/* ---- b-reviews ---- */
.b-reviews{
	background: url(../images/b-reviews-bg.jpg) center top no-repeat;
	background-size: cover;
	padding: 100px 0 100px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-reviews-top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 50px 0;
}
.b-reviews-top .b-arrow{
	border: 1px solid rgba(255, 255, 255, 0.5);
}
.b-reviews-top .b-next{
	margin: 0 30px 0 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAQCAQAAACFdibLAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAHdElNRQfhDBkWLwYa+dUJAAAAWElEQVQY03XQsQ2AMAxE0W/EOMwVqNgH5mIdcilQFNsKdvckS3c2EaZgXMhvUdWrLVPVKQbtnQY66hjow0QCHZnEQgoK/J2HhB4TT/p4nNZ0D1lDlBswngaO6KoEpckgRwAAAABJRU5ErkJggg==');
}
.b-reviews-top .b-prev{
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAQCAQAAACFdibLAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAHdElNRQfhDBkWMC+VEUP7AAAAV0lEQVQY022QwQ3AMAgDne7Ttdxfu093TZxH1GJE4IF0ILBpAgjghYdOdQ1dQiQEPRoZr3Jn/HUTjk2GbX1ghz8+sIsyx3qIVRKreFabdJvrIXRpbfe6CTEhqZYyPPcHAAAAAElFTkSuQmCC');
	background-position: center center;
	background-repeat: no-repeat;
}
.b-reviews-top .b-arrow:hover{
	border: 1px solid #ffffff;
	transition: 0.5s;
}
.b-reviews-top h2{
	color: #ffffff;
	font-family: "ProximaNovaRegular";
	font-size: 36px;
	font-weight: 400;
	line-height: 38px;
	margin: 0;
}
.b-reviews-top{

}
.b-reviews-item{
	overflow: hidden;
	outline: none !important;
}
.b-reviews-item__img{
	float: left;
	margin: 0 30px 0 0;
}
.b-reviews-item__img img{
	border-radius: 10px;
	overflow: hidden;
}
.b-reviews-item__text{
	overflow: hidden;
	padding: 0 50px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-reviews-item__text span{
	display: block;
	color: #ffffff;
	font-family: "ProximaNovaBold";
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
	margin: 0 0 15px 0;
}
.b-reviews-item__text p{
	color: #fee7de;
	font-family: "ProximaNovaRegular";
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin: 0;
}


/* ---- b-partners ---- */
.b-partners{
	padding: 106px 0;
	background: url(../images/b-partners-bg.png) top left no-repeat #fff7e5;
}
.b-partners-content{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.b-partners-left{
	width: 21%;
}
.b-partners-left span{
	color: #000000;
	font-family: "ProximaNovaRegular";
	font-size: 36px;
	font-weight: 400;
	line-height: 38px;
}
.b-partners-right{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.b-partners-right .b-next{
	display: none !important;
}
.b-partners-item{
	padding: 0 40px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}
.b-partners-item img{
	max-width: 190px;
	max-height: 70px;
}
.b-partners-slider{
	width: 780px;
	margin: 0 20px 0 0;
	position: relative;
}
.b-partners-slider:after{
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: 406px;
	height: 100%;
	background-image: -webkit-linear-gradient(right, #fff7e5 0%, transparent 100%);
	background-image: -o-linear-gradient(right, #fff7e5 0%, transparent 100%);
	background-image: linear-gradient(to left, #fff7e5 0%, transparent 100%);
}


/* ---- b-map ---- */
.b-map{
	position: relative;
}
#map {
	height: 600px;
	width: 100%;
}
.b-map-wrapper{
	padding: 90px 0 0 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

}
.b-map-text{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.b-map-text span{
	display: inline-block;
	background: #fff7e5;
	color: #000000;
	font-family: "ProximaNovaRegular";
	font-size: 36px;
	font-weight: 400;
	line-height: 54px;
	padding: 10px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 100;
}
.map-content{
	width: 279px !important;
	height: 172px !important;
	background: #fff7e5 !important;
	box-shadow: 0 30px 50px rgba(158, 66, 0, 0.3) !important;
	margin: -7px -36px -7px -13px;
	padding: 15px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.map-content:after{
	position: absolute;
	top: -2%;
	left: -1%;
	content: "";
	width: 102%;
	height: 115%;
	background: #fff7e5;
	z-index: 1;
}
.gm-style-iw{
	overflow: visible !important;
}
.gm-style-iw div{
	overflow: visible !important;
	max-height: inherit !important;
	max-width: inherit !important;
	position: relative !important;
	background: #fff7e5 !important;
}
.map-content b{
	color: #000000;
	font-family: "ProximaNovaBold";
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	display: block;
	margin: 0 0 13px 0;
	position: relative;
	z-index: 2;
}
.map-content p{
	color: #000000;
	font-family: "ProximaNovaRegular";
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	margin: 0 0 13px 0;
	position: relative;
	z-index: 2;
}
.map-content strong{
	display: block;
	color: #000000;
	font-family: "ProximaNovaRegular";
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	position: relative;
	z-index: 2;	
}


/* ---- b-footer ---- */
.b-footer{
	padding: 110px 0 120px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff7e5 url(../images/footer-bg.png) center top no-repeat;
	background-size: cover;
}
.b-footer-content{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.b-footer-form{
	width: 563px;
	background: url(../images/b-footer-form__bg.jpg) center top no-repeat;
	background-size: cover;
	border-radius: 20px;
	box-shadow: 0 30px 50px rgba(158, 66, 0, 0.3);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 53px 100px 54px 60px;
	margin: 0 75px 0 0;
}
.b-footer-form__top{
	margin: 0 0 30px 0;
}
.b-footer-form__top span{
	display: block;
	color: #ffffff;
	font-family: "ProximaNovaRegular";
	font-size: 34px;
	font-weight: 400;
	line-height: 44px;
	margin: 0 0 25px 0;
}
.b-footer-form__top p{
	color: #ffffff;
	font-family: "ProximaNova-Light";
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	margin: 0;
}
.b-footer-form__top p b{
	font-family: "ProximaNovaBold";
	font-weight: 700;
}
.b-form-btn{
	width: 323px;
	height: 59px;
	background-color: #ffffff;
	background-image: -webkit-linear-gradient(bottom, #ffe3cf 0%, white 100%);
	background-image: -o-linear-gradient(bottom, #ffe3cf 0%, white 100%);
	background-image: linear-gradient(to top, #ffe3cf 0%, white 100%);
	border-radius: 29px;
	border: none;
	box-shadow: 0 20px 30px rgba(191, 82, 0, 0.75);
	color: #5b2700;
	font-family: "ProximaNovaRegular";
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	transition: 0.5s;
	margin: 20px 0 0 0;
}
.b-form-btn:hover{
	background-color: #ffffff;
	background-image: -webkit-linear-gradient(bottom, #ffffff 0%, white 100%);
	background-image: -o-linear-gradient(bottom, #ffffff 0%, white 100%);
	background-image: linear-gradient(to top, #ffffff 0%, white 100%);
	transition: 0.5s;
}
.b-form-btn:active{
	background-color: #ffffff;
	background-image: -webkit-linear-gradient(bottom, #ffffff 0%, white 100%);
	background-image: -o-linear-gradient(bottom, #ffffff 0%, white 100%);
	background-image: linear-gradient(to top, #ffffff 0%, white 100%);
	transition: 0.5s;
}
.b-form-btn:focus{
	background-color: #ffffff;
	background-image: -webkit-linear-gradient(bottom, #ffffff 0%, white 100%);
	background-image: -o-linear-gradient(bottom, #ffffff 0%, white 100%);
	background-image: linear-gradient(to top, #ffffff 0%, white 100%);
	transition: 0.5s;
}

.b-footer-form .b-input-text{
	margin: 0 0 10px 0;
}
.b-footer-form i{
	display: block;
	color: #fcb882;
	font-family: "ProximaNovaRegular";
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	font-style: normal;
	padding: 35px 130px 0 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-footer-form i a{
	text-decoration: underline;
	color: #fcb882;
	font-family: "ProximaNovaRegular";
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;	
}


.b-footer-contacts{
	padding: 70px 0 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-footer-contacts__title{
	display: block;
	color: #000000;
	font-family: "ProximaNovaRegular";
	font-size: 34px;
	font-weight: 400;
	line-height: 44px;
	margin: 0 0 50px 0;
}

.b-footer-contacts__content{
	padding: 0 0 0 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.b-footer-contacts__content a{
	color: #000000;
	font-size: 16px;
}

.b-footer-contacts__content .b-footer-phone{
	margin: 25px 0 0px 0;
	font-size: 30px;
	line-height: 32px;
	font-family: "ProximaNova-Light";
	font-weight: 300;	
	color: #000000;
	display: block;
	text-decoration: none;
}
.b-footer-contacts__adress{

}
.b-footer-contacts__adress span{
	display: block;
	color: #000000;
	font-family: "ProximaNova-Light";
	line-height: 26px;
	font-size: 24px;
	font-weight: 300;
	margin: 0 0 10px 0;
}
.b-footer-contacts__adress p{
	font-family: "ProximaNovaRegular";
	color: #000000;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	margin: 0;
}

.b-footer-contacts__time{

}
.b-footer-contacts__time b{
	color: #a59a82;
	font-family: "ProximaNova-Light";
	font-size: 14px;
	line-height: 16px;
	font-weight: 300;
	margin: 0 0 10px 0;
	display: block;
}
.b-footer-contacts__time span{
	display: block;
	color: #000000;
	font-family: "ProximaNovaRegular";
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}


.b-footer-contacts__bottom{
	margin: 70px 0 0 0;
}
.b-footer-contacts__bottom span{
	display: block;
	color: #000000;
	font-family: "ProximaNova-Light";
	font-size: 34px;
	line-height: 36px;
	font-weight: 300;
}
.b-footer-contacts__bottom .btn-callback{
	width: 224px;
	margin: 20px 0 0 0;
}


.b-footer-bottom{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 120px 0 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.b-footer-left{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.b-footer-logo{
	width: 213px;
	margin: 0 70px 0 0;
}
.b-footer-logo span{
	display: block;
	color: #777;
	font-family: "ProximaNova-Light";
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
	margin: 15px 0 0 0;
}

.b-footer-text{

}
.b-footer-text span{
	display: block;
	color: #a59a82;
	font-family: "ProximaNova-Light";
	font-size: 14px;
	font-weight: 300;
	line-height: 16px;
	margin: 0 0 5px 0;
}


.b-footer-right a{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	text-decoration: none;
}
.b-footer-right span{
	width: 97px;
	color: rgba(165, 154, 130, 0.5);
	font-family: "ProximaNova-Light";
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	display: block;
	margin: 0 15px 0 0;
}



/* ---- b-modal ---- */
.b-modal{
	
}
.b-modal .modal-dialog{
	width: 1140px;
	border-radius: 20px;
	display: flex;
	justify-content: flex-start;
}
.b-modal-left{
	background: url(../images/modal-img.jpg) center no-repeat;
	background-size: cover;
	width: 576px;
	border-radius: 20px 0 0 20px;
}
.b-modal .b-footer-form{
	border-radius: 0 20px 20px 0;
	background: #d88342 url(../images/b-footer-form__bg.jpg) center top no-repeat;
	background-size: cover;
	margin: 0;
	position: relative;
	padding: 53px 72px 54px 60px;
}
.btn-close{
	width: 16px;
	height: 16px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAHlBMVEXzvY7zvY7zvY7zvY7zvY7zvY7zvY7zvY7zvY7////UtJcyAAAACHRSTlMAA4EVgIPU0w9HByQAAAABYktHRAnx2aXsAAAACXBIWXMAAAsSAAALEgHS3X78AAAAB3RJTUUH4QwaEDoGO3TgQQAAAEBJREFUCNdjEDJgAAJmR4aIZBDDvJXBrA0oxJyRDMYQHpAAc0BCYAGQEFgAJAQRQDBgUnDFMO1wA+FWwC2FOQMAe5UXGwO3GBQAAAAASUVORK5CYII=');
	position: absolute;
	top: 30px;
	right: 30px;
	display: block;
}

#modalcallback .b-modal-left{
	height: 552px;
	background: url(../images/modal-img2.jpg) center no-repeat;
	background-size: cover;

}

/* ---- modalthankyou ---- */
.modalthankyou{

}
.modalthankyou .modal-dialog{
	width: 497px;
	background: #d88341;
	background-image: -webkit-linear-gradient(transparent 0%, #e96300 100%, #e96300 100%);
	background-image: -o-linear-gradient(transparent 0%, #e96300 100%, #e96300 100%);
	background-image: linear-gradient(transparent 0%, #e96300 100%, #e96300 100%);
	border-radius: 15px;
	box-shadow: 0 30px 50px rgba(158, 66, 0, 0.3);
	padding: 50px 60px 60px 55px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.b-modal-text{

}
.b-modal-text span{
	display: block;
	color: #fdfdfd;
	font-family: "ProximaNovaRegular";
	font-size: 36px;
	font-weight: 400;
	line-height: 44px;
	margin: 0 0 15px 0;
}
.b-modal-text p{
	display: block;
	color: #fdfdfd;
	font-family: "ProximaNovaRegular";
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	margin: 0;
}

.btn-thx{
	width: 202px;
	height: 59px;
	background: #ffffff;
	background-image: -webkit-linear-gradient(bottom, #ffe3cf 0%, white 100%);
	background-image: -o-linear-gradient(bottom, #ffe3cf 0%, white 100%);
	background-image: linear-gradient(to top, #ffe3cf 0%, white 100%);
	border-radius: 29px;
	box-shadow: 0 20px 30px rgba(191, 82, 0, 0.75);
	color: #5b2700;
	font-family: "ProximaNovaRegular";
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	margin: 20px 0 0 0;
}




.b-info-item{
	opacity: 0;
}
.b-support-item{
	opacity: 0;
}
.b-advantages-left{
	opacity: 0;
}
.b-advantages-right{
	opacity: 0;
}
.b-step-item{
	opacity: 0;
}
.b-step-content .btn-price{
	opacity: 0;
}

.modal-open{
	overflow: visible;
}