* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 12px;
	padding:0;
}

a {
	text-decoration: none;
}

sup {
	line-height:5px;
}

input:focus{
	outline:none;
}

.b-row{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 30px;
}

.b-col{
	display: flex;
	margin-left:10px; 
	margin-right:10px; 
}
.b-col:first-child{
	margin-left:0px; 
}
.b-col:last-child{
	margin-right:0px; 
}
.b-col:focus{
	outline: none;
}
.b-col  img:focus{
	outline: none;
}
.b-col img{
	width: 100%;
	height: auto;
	border:1px solid #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.b-col img.b-reviews__img{
	width: auto;
	max-width:100%;
}
.b-row__visual{
	width: 300px;
	flex-basis: 300px;
	margin-right: 20px;
	flex-shrink: 0;
	flex-grow: 0;
}

.b-row__visual_200{
	width: 200px;
	flex-basis: 200px;
}

.b-like-link {
	border-bottom: 1px solid #E02C3F;
}

.b-like-link:hover {
	border-bottom: 1px solid #999999;
	cursor: pointer;
}

.b-input{
	background: #FFFFFF;
	border: 1px solid #DADADA;
	border-radius: 5px;
	padding: 18px 20px;
	box-sizing:border-box;
	font-size:14px;
}

.b-checkbox input {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 20px;
}
.b-checkbox__text {
	position: relative;
	padding: 0 0 0 30px;
	cursor: pointer;
}
.b-checkbox__text:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background: #FFFFFF;
	border: 1px solid #DADADA;
	box-sizing: border-box;
	border-radius: 5px;
}
.b-checkbox input:checked + .b-checkbox__text:before {
	background: url(../img/red-tick.svg);
	background-size: 33px;
	background-position: -8px -7px;
}




/*

.b-checkbox{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
}

.b-checkbox:before{
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #FFFFFF;
	border: 1px solid #DADADA;
	box-sizing: border-box;
	border-radius: 5px;
	margin-right: 9px;
}

.b-checkbox_checked:before{
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/red-tick.svg);
	background-size: 33px;
	background-position: -8px -7px;
	border: 1px solid #DADADA;
	box-sizing: border-box;
	border-radius: 5px;
}
*/
.b-text-link{
	border-bottom: 1px solid #E02C3F;
}


.b-main-container {
	background: #E8E8E8;
}

.b-top-menu {
	height: 52px;
	width:100%;
	margin:0 auto;
	max-width:1400px;
}

.b-top-menu__content {
	width:100%;
	margin:0 auto;
	position: relative;
}

.b-top-menu__menu {
	display: flex;
	position: absolute;
	left: 0;
	justify-content: flex-start;
	align-content:center;
	align-items:center;
	list-style: none;
}

.b-top-menu__menu li {
	list-style: none;
	margin-right:15px;
}

.b-top-menu__menu li a {
	font-size: 12px;
	line-height: 52px;
	letter-spacing: 1.2px;
	color: #1E1E1E;
}

.b-link-iconed {
	display: inline-block;
	letter-spacing: 1.2px;
	color: #1E1E1E;
}

.b-link-iconed:before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 10px;
	margin-bottom: -2px;
}

.b-top-menu__pro-link {
	position: absolute;
	right: 120px;
	height: 52px;
	line-height: 52px;
}

.b-top-menu__pro-link:before {
	background-image:url(../img/link.svg);
}

.b-top-menu__search-link {
	position: absolute;
	right: 0px;
	height: 52px;
	line-height: 52px;
}

.b-top-menu__search-link:before {
	background-image:url(../img/search.svg);
}


.b-header {
	width:100%;
	padding: 30px 0 10px 0;
	background-color:#FFFFFF;
}

.b-header__content {
	position: relative;
	width: 90%;
	max-width:1400px;
	margin: 0 auto;
	display: flex;
	justify-content:space-between;
	align-content:center;
	align-items: center;
	height:52px;
}

.b-logo {
	display: block;
	width: 315px;
	height: 100%;
	position: relative;
}

.b-logo:before {
	content: "";
	display: inline-block;
	width: 111px;
	height: 100%;
	background-image: url(../img/logo.svg);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
}

.b-logo__slogan-line-1 {
	width: 200px;
	position: absolute;
	right:0px;
	top: 8px;
	text-align: center;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #1E1E1E;
}

.b-logo__slogan-line-2 {
	width: 200px;
	position: absolute;
	right:0px;
	bottom: 10px;
	text-align: center;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #1E1E1E;
	font-size: 11px;
}

.b-logo__slogan-line-2:before {
	content: "";
	display: block;
	width:15px;
	height: 1px;
	background-color:#1E1E1E;
	position: absolute;
	left:7px;
	bottom: 2px; 
}

.b-logo__slogan-line-2:after {
	content: "";
	display: block;
	width:15px;
	height: 1px;
	background-color:#1E1E1E;
	position: absolute;
	right:7px;
	bottom: 2px; 
}

.b-link-out{
	position:relative;
	padding-right:20px;
}

.b-link-out:after {
	content:"";
	display:inline-block;
	position:absolute;
	width:15px;
	height:15px;
	right:0px;
	top:0px;
	background:url(../img/icon-link-out.svg) no-repeat;
	background-size:cover;
	margin-top:-1px;
}

.b-geo {
	position: relative;
	width: 250px;
	height: 100%;
}

.b-geo__region-select {
	position:absolute;
	top:35px;
	left:0px;
	margin-left:-20px;
	background:rgba(255,255,255,0.95);
	box-shadow:0px 0px 13px rgba(0,0,0,0.2);
	padding:20px 20px;
	width:auto;
	height:auto;
	display:none;
	z-index:1;
}

.b-geo__region-select:after {
	content: ''; 
	position: absolute;
	left: 20px;
	top: -20px;
	border: 10px solid transparent;
	border-bottom: 10px solid #fff;
}

.b-geo__region-select span{
	color:#f00;
	font-size:14px;
	font-weight:500;
	line-height: 16px;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	cursor:pointer;
}

.b-geo__region {
	position: absolute;
	top:10px;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	color: #1E1E1E;
	font-weight: 500;
}

.b-geo__region:after {
	content: "";
	display: inline-block;
	width:10px;
	height:10px;
	background-image: url(../img/triangle.svg);
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: 5px;
	margin-bottom: -2px;
}

.b-geo__region:hover {
	cursor:pointer;
}

.b-geo__address {
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1.2px;
	color: #1E1E1E;
	position: absolute;
	bottom: 5px;
}

.b-call {
	position: relative;
	width: 150px;
	height: 100%;
}

.b-call__phone {
	position: absolute;
	top:10px;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	color: #1E1E1E;
	font-weight: 500;
}

.b-call__time {
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1.2px;
	color: #1E1E1E;
	position: absolute;
	bottom: 5px;
}

.b-button {
	display:inline-block;
	background-color: #E02C3F;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #FFFFFF;
	border-radius: 4px;
	font-size: 10px;
	padding: 13px 18px;
}

.b-button:hover {
	cursor:pointer;
	background-color:#555; 
}

.b-button_disabled{
	background: #ddd;
	color: #999;
}

.b-button_disabled:hover{
	cursor:default;
	background: #ddd;
}

.b-main-menu__offer-link {

}

.b-main-menu {
	width:100%;
	max-width:1550px;
	margin:auto;
	padding:20px 0;
	background-color: #FFFFFF;
}

.b-main-menu__content {
	position: relative;
	width: 90%;
	margin: 0 auto;
	height: 20px;
}

.b-main-menu__menu {
	width:85%;
	height: 20px;
	display: flex;
	position: absolute;
	left:0;
	justify-content:space-between;
	align-content:center;
	list-style: none;
}

.b-main-menu__burger{
	display: flex !important;
	width: 18px;
	height: 14px;
	background:url(../img/hamburger.svg);
	background-size: contain;
	margin-bottom: -6px;
}

.b-main-menu__menu li {
	list-style: none;
}

.b-main-menu__menu li a {
	font-size: 11px;
	line-height: 20px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #1E1E1E;
	font-weight: 500;
}

.b-main-menu__offer-link {
	position: absolute;
	right: 0;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #E02C3F;
	font-weight: 500;
}

.b-main-menu__offer-link:before {
	background-image:url(../img/star.svg);
}

.b-banner {
	width:100%;
	height:600px;
	overflow: hidden;
	max-width:1400px;
}

.b-banner__link:hover {
	cursor: pointer;
}

.b-banner__visual {
	position: absolute;
	z-index: 1;
	height:600px;
}

.b-banner__content {
	position: relative;
	height: 600px;
	width:90%;
	margin: 0 auto;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content:space-between;
	align-content:flex-start;
	align-items:flex-start;
}

.b-banner__category {
	padding-top: 30px;
}

.b-banner__category-link {
	display: inline-block;
	border:1px solid rgba(255,255,255,0.5);
	padding:12px 14px;
	border-radius:4px;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 10px;
}

.b-banner__lines {
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content:space-around;
	align-content:flex-start;
	align-items:flex-start;	
}

.b-banner__line-1 {
	font-size: 70px;
	letter-spacing: 1px;
	color: #222222;
	text-transform: uppercase;
	font-weight: 900;
	text-shadow: 0 0 3px #FFFFFF;
	opacity: 0.9;
}

.b-banner__line-2 {
	font-size: 50px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: 900;
	text-shadow:0px 0px 15px rgba(0,0,0,0.5);
}

.b-banner__describe {
	width: 50%;
	font-size: 13px;
	line-height: 22px;
	color: #FFFFFF;
	padding-top:20px; 
}

.b-banner__space {
	width:50%;
	height: 30px;
	padding-bottom: 50px;	
}

.b-banner__buttons {
	position: absolute;
	bottom: 50px;
	height: 30px;
	width:30%;
	margin-left: 5%;
	z-index: 3;
	display: flex;
	flex-direction: row;
	justify-content:space-between;
	align-content:flex-start;
	align-items:flex-start;
}

.swiper-button-next,
.swiper-button-prev {
	position: static;
	background-image: none;
	font-size: 20px;
	color: #FFFFFF;
	margin-top: 0px;
}

.swiper-button-prev {
	left:0px;
}

.swiper-button-next {
	right:0px;
}

.swiper-pagination {
	position: static;
	flex-direction: row;
	justify-content:space-around;
	align-content:flex-start;
	align-items:flex-start;
}

.swiper-pagination-bullet {
	color:#FFFFFF;
	font-size: 18px;
	background: none;
	position: static !important;
	transform: none !important;
	width: auto;
	height: auto;
	padding: 0 10px;	
}

.b-banner__blocks {
	position: absolute;
	right:0px;
	top: 0px;
	height:600px;
	width: 400px;
	z-index: 3;
	display: flex;
	flex-direction: column;
	justify-content:space-around;
	align-content:stretch;
	align-items:stretch;
}

.b-promo{
	width: 100%;
	height: 50%;
	border-top:1px solid #E8E8E8;
	background: #FFFFFF;
	display: flex;
	flex-direction: row;
	justify-content:space-between;
	align-content:center;
	align-items:center;
}

.b-promo__content {
	display: flex;
	flex-direction: column;
	justify-content:space-around;
	align-content:flex-start;
	align-items:flex-start;
	height: 80%;
	margin-top:10%;
	margin-bottom:10%;
	padding-left:30px;
	padding-right:20px;
}

.b-promo__img {
	width: 115px;
	flex-basis: 115px;
	flex-grow: 0;
	flex-shrink: 0;
}

.b-promo__pre-title{
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #1E1E1E;
	font-weight: 700;
}

.b-promo__title {
	font-size: 18px;
	font-weight: 700;
	line-height: 16px;
	letter-spacing: 2.2px;
	text-transform: uppercase;
	color: #1E1E1E;
}

.b-promo__describe {
	font-size: 13px;
	line-height: 22px;
	color: #2D2D2D;
}

.b-promo__more {
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #1E1E1E;
}

.b-promo__more:after {
	content: "";
	display: inline-block;
	width:5px;
	height: 7px;
	background-image:url(../img/triangle-right.svg);
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: 3px;
	margin-bottom: 1px;
}


.b-calculator {
	width:100%;
	max-width:1400px;
	padding-top:100px;
	position: relative;
	margin:auto;
}

.b-calculator:before{
	content: '';
	display: block;
	position: absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	height: auto;
	z-index: 1;
	background: #F3F3F3;
}

.b-calculator_inner-page{
	position: relative;
}

.b-calculator_inner-page:before{
	content: '';
	display: block;
	position: absolute;
	left:0px;
	right:0px;
	height: 300px;
	z-index: 1;
	background: #F3F3F3;
}

.b-calculator__content {
	width:90%;
	margin: 0 auto;
	background: #FFFFFF;
	position: relative;
	z-index: 2;
	border: 1px solid #F3F3F3;
}

.b-calculator__content-padding {
	padding:50px 50px 30px 50px;
	position: relative;
}

.b-calculator__outside-text {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 100px;
	line-height: 107px;
	letter-spacing: 1.50018px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin:-60px 0 0 -60px;
	font-weight: 900;
}

.b-calculator__title {
	font-size: 22px;
	line-height: 26px;
	text-transform: uppercase;
	color: #2A2A2A;
	font-weight: 700;
	margin-bottom: 30px;
}

.b-calculator__square{
	width: 30%;
}

.b-calculator__square_w50{
	width: 50%;
}

.b-calculator__square-material-color {
	display: flex;
	flex-direction: row;
	justify-content:space-between;
	align-content:center;
	align-items:center;
}

.b-calculator__material {
	flex-grow: 1;
}

.b-calculator__color {
	flex-grow: 1;
}

.b-calculator__material-color {
	display: flex;
	flex-direction: row;
	justify-content:space-between;
	align-content:center;
	align-items:center;
	flex-grow: 1;
}

.b-calculator__devider{
	width: 20px;
	flex-basis: 20px;
}

.b-input-slider{
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content:space-between;
	align-content:center;
	align-items:center;
	padding:10px;
	background: #FFFFFF;
	border: 1px solid #D7D7D7;
	border-radius: 4px;
}

.b-input-slider__title{
	font-size: 13px;
	line-height: 26px;
	color: #1E1E1E;
}

.b-input-slider__input {
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	font-weight: 700;
}

.b-input-slider__unit{
	font-size: 18px;
	line-height: 26px;
	color: #000000;	
	font-weight: 700;
}

.b-input-slider__input-hidden{
	font-size: 18px;
	line-height: 26px;
	color: #000000;	
	font-weight: 700;
	border:none;
	display: none;
}

.b-input-slider__slider {
	position: absolute;
	left:0;
	bottom:0px;
	width:100%;
}

.ui-slider-handle{
	width:10px;
	height:10px;
	background:#FB4155;
	border:7px solid #FFFFFF;
	box-shadow: 0px 4px 4px rgba(184, 184, 184, 0.5);
	position:absolute;
	border-radius:20px;
	margin-top:-14px;
	margin-left:-14px;
}

.ui-slider-handle:focus{
	outline:none;
}

.ui-slider-range{
	height:5px;
	background:#E02C3F;
	border-radius:5px;
}

.b-radio {
	display: flex;
	flex-direction: column;
	justify-content:flex-end;
	align-content:flex-start;
	align-items:flex-start;
	min-height: 45px;
}

.b-radio__title {
	font-size: 13px;
	line-height: 16px;
	color: #414141;
}

.b-radio__inline{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content:space-between;
	align-content:center;
	align-items:center;
	background: #F3F3F3;
	border: 1px solid #D7D7D7;
	margin-top: 7px;
	border-radius: 4px;
}

.b-radio__option {
	flex-grow:1;
	font-size: 11px;
	font-weight: 700;
	line-height: 16px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #353535;
	padding: 7px 5px 5px 10px;
}

.b-radio__option:hover {
	cursor: pointer;
}

.b-radio__option_selected{
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(184, 184, 184, 0.5);
	color: #E02C3F;
}

.b-radio__option_selected:hover{
	cursor: default;
}

.b-calculator__info {
	font-size: 13px;
	line-height: 22px;
	color: #2D2D2D;
	margin-top: 25px;
	margin-bottom: 25px;
}

.b-calculator__result-line {
	border-top: 1px dashed #F3F3F3;
	display: flex;
	flex-direction: row;
	justify-content:space-between;
	align-content:center;
	align-items:center;
	width: 100%;
	min-height: 40px;
	padding-top: 30px;
	margin-top:40px;
}

.b-calculator__result {
	width: 50%;
	flex-basis:50%;
}

.b-calculator__result-title{
	font-size: 15px;
	line-height: 26px;
	text-transform: uppercase;
	color: #2A2A2A;
	font-weight: 900;
	margin-right: 30px;
}

.b-calculator__result-value {
	font-size: 25px;
	line-height: 26px;
	color: #000000;
	font-weight: 300;
}

.b-calculator__result-button {
	padding-left:50px;
	padding-right:50px;
}

.b-calc__res-button{
	margin-top: 15px;
}

.b-calc__res-value{
	font-size: 27px;
	height: 40px;
	line-height: 40px;
	font-weight: 400;
	margin-bottom: 10px;
}


.icon-star-5-5 {
	display: inline-block;
	height: 20px;
	width: 110px;
	background:url(../img/star-fill.svg) left repeat-x;
	background-size: contain;
}

.icon-star-4-5 {
	display: inline-block;
	height: 20px;
	width: 110px;
	background:url(../img/star-fill.svg) left repeat-x;
	background-size: contain;
	position: relative;
	z-index: 1;
}

.icon-star-4-5:before {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	width: 20%;
	height: 100%;
	background:url(../img/star-empty.svg) left repeat-x;
	background-size: contain;	
	z-index: 2;
}

.b-calc__res-params{
	display: flex;
	flex-direction: row;
	align-items: center;
	align-content: center;
	height:27px;
}

.b-calc__res-param-title{
	width: 170px;
	flex-basis: 170px;
	font-size: 15px;
	margin-top:-1px;
}

.b-calc__res-title{
	font-size: 22px;
	margin-bottom: 15px;
	color:#E02C3F;
}





.b-portfolio {
	width: 100%;
	max-width:1400px;
	padding-top: 180px;
	position: relative;
	margin:auto;
}

.b-portfolio:before {
	content: "";
	display: block;
	left:0px;
	right:0px;
	position: absolute;
	height: 390px;
	background: #f3f3f3;
	top: 0px;
	z-index: 1;
}

.b-portfolio_inner-page {
	position: relative;
}

.b-portfolio_inner-page:before {
	content: "";
	display: block;
	left:0px;
	right:0px;
	position: absolute;
	height: 300px;
	background: #f3f3f3;
	top: auto;
	bottom:0px;
	z-index: 1;
}

.b-portfolio__content {
	width: 90%;
	margin: 0 auto;
	position: relative;
	background:#FFFFFF;
	border: 1px solid #F3F3F3;
	z-index: 2;
}

.b-portfolio__outside-text {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 100px;
	line-height: 107px;
	letter-spacing: 1.50018px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin:-120px 0 0 -60px;
	font-weight: 900;
}

.b-portfolio__outside-text_inner {
	color: #F3F3F3;
}

.b-portfolio__outside-title {
	position: absolute;
	top: 0px;
	left: 0px;
	margin-top:-70px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
}

.b-portfolio__outside-title-text{
	font-size: 22px;
	line-height: 26px;
	text-transform: uppercase;
	color: #000000;
	font-weight: 700;
	margin-right: 40px;
}

.b-portfolio__outside-title-link {
	font-size: 12px;
	line-height: 26px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #1E1E1E;
}

.b-portfolio__outside-title-link:after {
	content: "";
	display: inline-block;
	width: 5px;
	min-height: 7px;
	background-image: url(../img/triangle-right.svg);
	background-size: contain;
	margin-left: 3px;
    margin-bottom: 1px;
}

.b-portfolio__row {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: flex-start;
	align-content: flex-start;
}

.b-portfolio__row_page {
	flex-wrap: wrap;
	height: auto;
}

.b-portfolio__item {
	width:33%;
	flex-basis:33%;
	flex-grow: 1;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	padding:5px 0;
}

.b-portfolio__item:nth-child(2) {
	border-left: 1px solid #F3F3F3;
	border-right: 1px solid #F3F3F3;
}

.b-portfolio__row_page .b-portfolio__item{
	flex-basis: 45%;
	border-bottom: 1px solid #F3F3F3;
	margin-bottom: 30px;
	height: 450px;
}

.b-portfolio__row_page .b-portfolio__item:nth-child(even) {
	border-left: 1px solid #F3F3F3;
	border-right:none;
}

.b-portfolio__item-img {
	display: flex;
	justify-content: center;
	margin: 0 5px 15px 5px;
	flex-grow:0;
	flex-shrink:0;
	flex-basis:100%;
	overflow:hidden;
}

.b-portfolio__item-img img {
	width: 100%;
	height:auto;
}

.b-portfolio__item-title-line {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	margin-bottom: 15px;
	width:100%;
	height:35px;
}

.b-portfolio__item-title {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 1.2px;
	color: #1E1E1E;
	margin-left:10px;
	flex-grow:1;
}

.b-portfolio__item-price {
	font-weight: 500;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	color: #1E1E1E;
	text-align: right;
	flex-basis: 25%;
	margin-right:10px;

}

.b-portfolio__item-params-line {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	margin-bottom: 15px;
	padding: 0;
	width: 100%;
	height:50px;
}

.b-portfolio__item-param{
	flex-grow:0;
	flex-shrink:0;
}

.b-portfolio__item-param:nth-child(1){
	padding-left: 10px;
	flex-grow:1;
}

.b-portfolio__item-param:nth-child(2){
	padding: 0 10px;
	width:27%;
	flex-basis:27%;
}

.b-portfolio__item-param:nth-child(3){
	padding-right: 10px;
	width:20%;
	flex-basis:20%;
}

.b-portfolio__item-param_material{
	padding-left: 20px;
	flex-basis:35%;	
}

.b-portfolio__item-param_price{
	flex-basis:40%;	
}

.b-portfolio__item-param_time{
	flex-basis:25%;	
}


.b-portfolio__item-param-title{
	font-size: 13px;
	line-height: 16px;
	color: #414141;
}

.b-portfolio__item-param-value{
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1.2px;
	color: #1E1E1E;
	margin-top: 5px;
}

.b-portfolio__item-describe {
	font-size: 12px;
	line-height: 17px;
	color: #2D2D2D;
	padding: 0 10px;
}


.b-partners {
	width: 100%;
	max-width:1400px;
	margin:auto;
	background:#FFFFFF;
	padding-top: 70px;
	padding-bottom: 140px; 
}

.b-partners__content {
	width: 90%;
	margin: 0 auto;
	position: relative;
}

.b-partners__title {
	font-size: 100px;
	line-height: 107px;
	letter-spacing: 1.50018px;
	text-transform: uppercase;
	color: #F3F3F3;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 900;
	margin-left: -60px;
	z-index: 1;
}

.b-partners__info {
	position: relative;
	z-index: 2;
	top: 50px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

.b-partners__sub-title{
	font-size: 22px;
	line-height: 26px;
	text-transform: uppercase;
	color: #000000;
	font-weight: 700;
	width: 200px;
}

.b-partners__items {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	flex-grow: 1;
}

.b-partners__item img {
	max-height: 55px;
	max-width: 125px;
}



.b-main-2-column{
	border-top:1px solid #D7D7D7;
	background: #FFFFFF;
}

.b-main-2-column__content {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
}

.b-main-2-column__item {
	flex-grow: 1;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	padding-top:70px;
	padding-bottom:70px;
	height: auto;
}

.b-main-2-column__item-title-describe {
	padding-right: 20px;
}

.b-main-2-column__item:nth-child(1){
	border-right:1px solid #D7D7D7;
}

.b-main-2-column__item:nth-child(1) .b-main-2-column__item-visual {
	padding-right: 50px;
}

.b-main-2-column__item:nth-child(2) .b-main-2-column__item-visual {
	padding-right: 20px;
}

.b-main-2-column__item:nth-child(2) .b-main-2-column__item-info {
	padding-left: 30px;
}

.b-main-2-column__item-title {
	font-size: 22px;
	line-height: 26px;
	text-transform: uppercase;
	color: #000000;
	font-weight: 700;
	margin-bottom: 15px;
}

.b-main-2-column__item-describe {
	font-size: 13px;
	line-height: 22px;
	color: #2D2D2D;
}

.b-main-2-column__item-link {
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #1E1E1E;
}

.b-main-2-column__item-info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	height: 100%;
}

.b-main-2-column__item-link {
	display: block;
}


.b-advantages-advices {
	width: 100%;
	max-width:1400px;
	margin:auto;
	background: url(../img/advantages-bg.png) top no-repeat #FFFFFF;
	background-size: cover;
}

.b-advantages {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	padding-top: 80px;
	padding-bottom: 50px;
}

.b-advantages__item {
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #FFFFFF;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	text-align:center;
}

.b-advantages__icon {
	width: 50px;
	height: 50px;
	margin-bottom: 30px;
}


.b-advices {
	width: 90%;
	margin: 0 auto;
	margin-top: 100px;
	background: #FFFFFF;
	position: relative;
}

.b-advices__outside {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -120px;
	margin-left: -60px;
}

.b-advices__title {
	font-size: 100px;
	line-height: 107px;
	letter-spacing: 1.50018px;
	text-transform: uppercase;
	color: #F3F3F3;
	opacity: 0.1;
	font-weight: 900;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.b-advices__subtitle {
	font-size: 22px;
	line-height: 120px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: 700;
	left:60px;
	position: relative;
	display: inline-block;
	margin-right: 100px;
	z-index: 2;
}

.b-advices__link {
	display: inline-block;
	position: relative;
	z-index: 2;
	font-size: 12px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #FFFFFF;
	bottom: 3px;
}

.b-advices__link:after {
	content: "";
	display: inline-block;
	width: 5px;
	min-height: 7px;
	background-image: url(../img/triangle-right.svg);
	background-size: contain;
	margin-left: 3px;
	margin-bottom: 1px;
}

.b-advices__content {
	border: 1px solid #F3F3F3;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

.b-advices__item {
	flex-grow: 1;
	padding:20px;
}

.b-advices__item:nth-child(2) {
	border-left: 1px solid #F3F3F3;
	border-right: 1px solid #F3F3F3;
}

.b-advices__item-title{
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #1E1E1E;
	font-weight: 700;
	margin-bottom: 15px;
}

.b-advices__item-describe{
	font-size: 13px;
	line-height: 22px;
	color: #2D2D2D;
}

.b-advices__item-date{
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #1E1E1E;
	font-weight: 700;
	margin-top: 15px;
}

.b-social-media {
	width: 100%;
	padding-top: 192px;
	background: #FFFFFF;
}

.b-social-media__content {
	width: 90%;
	margin: 0 auto;
	position: relative;
}

.b-social-media__title {
	font-size: 100px;
    line-height: 107px;
    letter-spacing: 1.50018px;
    text-transform: uppercase;
    color: #F3F3F3;
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin-top: -120px;
    margin-left: -60px;
}

.b-social-media__subtitle {
	font-size: 22px;
    line-height: 120px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    left: 0px;
    top:0px;
    margin-top: -120px;
    position: absolute;
    display: inline-block;
    z-index: 2;
}

.b-social-media__photos {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}

.b-social-media__photo-container {
	flex-grow: 1;
	height: 150px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	border-right: 2px solid #FFFFFF;
}

.b-social-media__photo-container:last-child {
	margin: 0;
}

.b-social-media__photo {
	width:100%;
	height: auto;
}


.b-footer {
	width: 100%;
	max-width:1400px;
	margin:auto;
	height: 190px;
	padding: 100px 0;
	background:#FFFFFF;
	position: relative;
}

.b-footer__content {
	width: 90%;
	height: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}

.b-footer__contact {
	width: 45%;
	flex-basis: 45%;
	height: 72%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
}

.b-footer__menu-and-social {
	width: 50%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
}

.b-footer__menu {
	width: 22%;
	flex-basis: 22%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	list-style: none;
}

.b-footer__menu li {
	width: 100%;
}

.b-footer__menu li a {
	font-size: 12px;
	line-height: 32px;
	letter-spacing: 1.2px;
	color: #1E1E1E;
}

.b-footer__menu-prof-link{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
}

.b-footer__menu-prof-link:before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 17px;
	background-image: url(../img/link.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: -25px;
	margin-right: 7px;
}

.b-footer__social {
	width: 10%;
	flex-basis: 10%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

.b-footer__social-item {
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: inline-block;
}

.b-footer__social-item-instagram {
	background-image: url(../img/footer-icon-instagram.svg);
}

.b-footer__social-item-vk {
	background-image: url(../img/footer-icon-vk.svg);
}

.b-footer__social-item-fb {
	background-image: url(../img/footer-icon-fb.svg);
}

.b-footer__social-item-ok {
	background-image: url(../img/footer-icon-ok.svg);
}

.b-footer__social-item-youtube {
	background-image: url(../img/footer-icon-youtube.svg);
}

.b-footer__phone {
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1.2px;
	color: #1E1E1E;
	position: relative;
	padding-left: 30px;
}

.b-footer__phone:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 100%;
	background-image:url(../img/footer-icon-phone.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left:0;
}

.b-footer__address {
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1.2px;
	color: #1E1E1E;
	position: relative;
	padding-left: 30px;
	padding-right: 20px;
}

.b-footer__address:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 100%;
	background-image:url(../img/footer-icon-map.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left:0;
}

.b-footer__mail {
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1.2px;
	color: #1E1E1E;
	position: relative;
	padding-left: 30px;
}

.b-footer__mail:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 100%;
	background-image:url(../img/footer-icon-mail.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left:0;
}

.b-footer__copyright{
	display: block;
	position: absolute;
	bottom: 110px;
}


.b-video {
	position: relative;
	width: 100%;
	height: 350px;
	overflow: hidden;
	display: flex;
}

.b-video__screen {
	position: absolute;
	width: 100%;
	z-index: 2;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.b-video__screen img {
	width: 100%; 
	height: auto;
}

.b-video__frame {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.b-video__content {
	width: 100%;
	z-index: 3;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-content: center;
	align-items: center;	
}

.b-video__text {
	font-size: 32px;
	line-height: 40px;
	text-align: center;
	letter-spacing: 2.2px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-top: 60px;
}

.b-video__content:after {
	content: "";
	display: inline-block;
	width: 47px;
	height: 47px;
	background: url(../img/video-play.svg) 16px 14px no-repeat;
	border:3px solid #FFFFFF;
	border-radius: 50%;
	margin-bottom: 50px;
}

.b-breadcrumbs {
	width: 100%;
	max-width: 1400px;
	height: 70px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-content: center;
	align-items: center;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #1E1E1E;
	font-weight: 500;
	position: relative;
	z-index: 2;
	background: #f3f3f3;
}

.b-breadcrumbs__devider {
	margin:10px;
	width: 7px;
	height: 2px;
	background: #1E1E1E;
}

.b-breadcrumbs__link{
	color: #E02C3F;
}

.b-inner-page{
	width: 100%;
	background: #FFFFFF;
	position: relative;
}

.b-inner-page:before{
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	top:0px;
	z-index: 1;
	background: #E8E8E8;
	height:300px;
}

.b-inner-page__pages-navigation {
	position: relative;
	z-index: 2;
	width: 100%;
	margin: 0 auto;
	height: 450px;
	margin-bottom: 55px;
}

.b-inner-page__pages-navigation:before{
	content: '';
	display: block;
	position: absolute;
	background: #f3f3f3;
	top:0;
	left:0;
	right:0;
	height: 230px;
	z-index: 1;
}

.b-inner-page__banner {
	width: 90%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: center;
	overflow: hidden;
}

.b-inner-page__banner-visual {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
}

.b-inner-page__banner-content {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 3;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-content: center;
	align-items: center;
}

.b-inner-page__banner-text {
	font-size: 60px;
	line-height: 76px;
	text-align: center;
	letter-spacing: 1.50018px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: 900;
	width: 75%;
}

.b-inner-page__out-block-left {
	display: block;
	position: absolute;
	left:10px;
	top:180px;
	z-index: 4;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	width: 150px;
}

.b-inner-page__out-block-right:hover .b-inner-page__out-block-text span,
.b-inner-page__out-block-left:hover .b-inner-page__out-block-text span{
	background: #FFFFFF;
}

.b-inner-page__out-block-right {
	display: block;
	position: absolute;
	right:10px;
	top:180px;
	z-index: 4;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	width: 150px;
}

.b-inner-page__out-block-image {
	overflow: hidden;
	width: 100px;
	height: 100px;
	position: relative;
	margin-bottom: 30px;
	border:2px solid #FFFFFF;
}

.b-inner-page__out-block-image img {
	position: relative;
	z-index: 3;
	height: 100%;
	width: auto;
	margin: 0 auto;
}

.b-inner-page__out-block-text{
	font-size: 11px;
	line-height: 18px;
	text-align: center;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #1E1E1E;
}

.b-inner-page__out-block-text span{
	background:rgba(255,255,255,0.7);
	padding: 2px;
}

.b-inner-page__out-block-arrow-left {
	width:26px;
	height: 8px;
	background: url(../img/arrow.svg) center no-repeat;
	background-size: contain;
	position: absolute;
	z-index: 4;
	top:50%;
	left: 50%;
	margin-left: -13px;
}

.b-inner-page__out-block-arrow-right {
	width:26px;
	height: 8px;
	background: url(../img/arrow.svg) center no-repeat;
	background-size: contain;
	position: absolute;
	z-index: 4;
	top:50%;
	left: 50%;
	margin-left: -13px;
	transform: rotate(180deg);
}

.b-inner-page__content{
	width: 90%;
	max-width: 1400px;
	margin:0 auto;
	margin-top: 30px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start; 
}

.b-inner-page__content a {
	color: #E02C3F;
}
.b-inner-page__content a:visited {
	color: #E02C3F;
	opacity:0.5;
}


.b-inner-page__content-main {
	width: 70%;
}

.b-inner-page__content-sidebar {
	width: 27%;
}

.b-sidebar-block-pic {
	width: 100%;
	height: 210px;
	display: flex;
	background: #F7F7F7;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	margin-bottom: 30px;
}

.b-sidebar-block-pic__pic {
	width: 72px;
	flex-basis: 72px;
	flex-grow: 0;
	flex-shrink: 0;
	margin-left: 10px;
}

.b-sidebar-block-pic__content {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 0 0 0 40px;
	height: 70%;
}

.b-sidebar-block-pic__describe {
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #1E1E1E;
}

.b-sidebar-block-pic__title{
	font-size: 22px;
	line-height: 16px;
	display: flex;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #1E1E1E;
	font-weight: 500;
}

.b-sidebar-block-pic__more{
	font-size: 12px;
	line-height: 16px;
	display: flex;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #1E1E1E;
	font-weight: 500;
	margin-top: 10px;
}

.b-sidebar-block-pic__more:after {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-left: 7px solid #E02C3F;
	border-bottom: 4px solid transparent;
	margin-left: 8px;
	margin-top: 3px;
}

.b-sidebar-block-no-pic{
	width: 100%;
	display: flex;
	background: #F7F7F7;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	margin-bottom: 30px;
}

.b-sidebar-block-no-pic__title {
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #1E1E1E;
	font-weight: 500;
	margin: 48px 40px 20px 40px;
}

.b-sidebar-block-no-pic__describe{
	font-size: 13px;
	line-height: 22px;
	color: #2D2D2D;
	margin: 0 40px 20px 40px;
}

.b-sidebar-block-no-pic__more {
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #1E1E1E;
	margin: 0 40px 45px 40px;
}

.b-sidebar-block-no-pic__more:after {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-left: 7px solid #E02C3F;
	border-bottom: 4px solid transparent;
	margin-left: 8px;
	margin-top: 3px;
}

.b-inner-page__content p.b-preview-text{
	font-size: 21px;
	line-height: 34px;
	color: #2D2D2D;
	margin-bottom: 15px;
	font-weight: 300;
}

.b-inner-page__content p {
	font-size: 13px;
	line-height: 22px;
	color: #2D2D2D;
	margin-bottom: 15px;
}

.b-inner-page__content h1 {
    font-size: 31px;
    line-height: 33px;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    color: #1E1E1E;
    margin: 30px 0 20px 0;
}

.b-inner-page__content h2{
	font-size: 22px;
	line-height: 16px;
	letter-spacing: 2.2px;
	text-transform: uppercase;
	color: #1E1E1E;
	margin: 30px 0 20px 0;
}

.b-inner-page__content h3 {
	font-size: 18px;
	line-height: 16px;
	letter-spacing: 2.2px;
	text-transform: uppercase;
	color: #1E1E1E;
	margin: 30px 0 20px 0;
}

.b-inner-page__content h4 {
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 2.2px;
	text-transform: uppercase;
	color: #1E1E1E;
	margin: 30px 0 20px 0;
}

.b-inner-page__content ul {
	list-style: none;
	font-size: 13px;
	line-height: 22px;
	color: #2D2D2D;
	margin-left: 20px;
	margin-bottom:20px;
}

.b-inner-page__content ul li {
	margin-bottom: 15px;
}

.b-inner-page__content ul li strong{
	font-weight: 500;
}

.b-inner-page__content ul li:before {
	content: "";
	width: 10px;
	height: 10px;
	display: inline-block;
	background: url(../img/ul.svg) center no-repeat;
	background-size: contain;
	margin-left:-20px;
	margin-right: 10px;
}

.b-inner-page__content ol {
	list-style-type: none;
	counter-reset: num;
	margin-left: 20px;
	margin-bottom:20px;
}

.b-inner-page__content ol li {
	margin-bottom: 15px;
}

.b-inner-page__content ol li::before {
	content: counter(num) '. ';
	counter-increment: num;
	display: inline-block;
	width:25px;
	color: #E02C3F;
	font-weight: 900;
	margin-left:-25px;
	margin-right: 0px;
	text-align:left;
}

.b-slider-inner {
	position: relative;
	width: 100%;
	height:300px;
	padding-bottom: 70px;
}

.b-slider-inner__button-next {
	width: 50px;
	height: 50px;
	background: #FFFFFF url(../img/arrow-black.svg) center no-repeat;
	position: absolute;
	left: auto;
	top: auto;
	right: 0px;
	bottom: 70px;
}

.b-slider-inner__button-prev {
	width: 50px;
	height: 50px;
	background: #FFFFFF url(../img/arrow-black.svg) center no-repeat;
	position: absolute;
	top:auto;
	right: 50px;
	bottom: 70px;
	left: auto;
	transform: rotate(180deg);
}

.b-slider-inner__text {
	position: absolute;
	bottom: 0px;
	margin-bottom: -30px;
	z-index: 5;
	font-size: 13px;
	line-height: 22px;
	color: #2D2D2D;
	opacity: 0.5;
}

.b-slider-inner__img {
	height: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.b-slider-inner__img img {
	width: 100%;
}

p.b-inner-quote {
	font-size: 32px;
	line-height: 40px;
	text-align: center;
	letter-spacing: 2.2px;
	text-transform: uppercase;
	color: #1E1E1E;
	margin: 60px 0 90px 0;
	font-weight: 500;
}

.b-inner-quote:before{
	content: "";
	display: block;
	width: 100%;
	height: 90px;
	background: url(../img/quotes.svg) center no-repeat;
	background-size: contain;
}

.b-accord {
	margin: 20px 0 100px 0;
}

.b-accord__first-level-link {
	padding: 30px 60px 25px 30px;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #1E1E1E;
	background: #FFFFFF;
	border: 1px solid #F3F3F3;
	font-weight: 500;
	position: relative;
}

.b-accord__first-level-link:hover {
	cursor: pointer;
}

.b-accord__first-level-link:after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background:url(../img/accord-arrow.svg) center no-repeat;
	background-size: contain;
	position: absolute;
	right:30px;
	top:30px;
	cursor: pointer;
	z-index: 5;
	transform: rotate(0deg);
}

.b-accord__first-level-link_opened:after {
	transform: rotate(180deg);
}

.b-accord__first-level-content{
	background: rgba(243, 243, 243, 0.5);
	border: 1px solid #F3F3F3;
	padding: 30px 30px 25px 30px;
}

.b-accord__second-level-link {
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #1E1E1E;
	padding-bottom: 25px;
	position: relative;
	font-weight: 500;
}

.b-accord__second-level-link:after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background:url(../img/accord-arrow.svg) center no-repeat;
	background-size: contain;
	position: absolute;
	right:0px;
	top:0px;
	cursor: pointer;
	transform: rotate(0deg);
	z-index: 5;
}

.b-accord__second-level-link_opened:after {
	transform: rotate(180deg);
}

.b-accord__second-level-content {
	font-size: 13px;
	line-height: 22px;
	color: #2D2D2D;
}


.b-table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	margin-bottom: 30px;
}

.b-table tr th {
	padding: 30px 30px 25px 30px;
	background: rgba(243, 243, 243, 0.5);
	border: 1px solid #F3F3F3;
	border-left: none;
	border-right: none;
	font-weight: 300;
	font-size: 13px;
	line-height: 22px;
	color: #2D2D2D;
	text-align: left;
}

.b-table tr th:first-child {
	border-left: 1px solid #F3F3F3;
}

.b-table tr th:last-child {
	border-right: 1px solid #F3F3F3;
}

.b-table tr td {
	padding: 30px 30px 25px 30px;
	background: #FFFFFF;
	border: 1px solid #F3F3F3;
	border-left: none;
	border-right: none;
	font-size: 15px;
	line-height: 22px;
	color: #2D2D2D;
}

.b-table tr td:first-child {
	border-left: 1px solid #F3F3F3;
}

.b-table tr td:last-child {
	border-right: 1px solid #F3F3F3;
}

p.b-extra-info{
	
}


body {
  width: 100%;
  height: 100%;
}

.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 256px;
  min-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  display: none;
}

.slideout-menu-left {
  left: 0;
}

.slideout-menu-right {
  right: 0;
}

.slideout-panel {
  position: relative;
  z-index: 1;
  will-change: transform;
  background-color: #FFF; /* A background-color is required */
  min-height: 100vh;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}


.b-menu-slide{
	background:#555555;
	display:none;
}

.b-menu-slide__title{
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 2.8px;
	text-transform: uppercase;
	color: #FFFEFE;
	opacity: 0.4;
	padding: 20px 16px;
	width: auto;
	position: relative;
}

.b-menu-slide__close{
	display: inline-block;
	position: absolute;
	right:16px;
	top:50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
}

.b-menu-slide__close:before{
	content: "";
	display: inline-block;
	width: 30px;
	height: 4px;
	background:#FFFFFF;
	transform: rotate(45deg);
	position: absolute;
	left: 0px;
	top: 12px;
}

.b-menu-slide__close:after{
	content: "";
	display: inline-block;
	width: 30px;
	height: 4px;
	background:#FFFFFF;
	transform: rotate(-45deg);
	position: absolute;
	left: 0px;
	top: 12px;
}

.b-menu-slide ul{
	list-style: none;
	margin-bottom: 30px;
	border-top: 1px solid #999;
}

.b-menu-slide ul li{
	margin-left: 16px;
	margin-top: 30px;
}

.b-menu-slide ul li a{
	font-size: 19px;
	color: #FFFFFF;
	font-weight: 500;
}

.b-menu-slide ul ul{
	margin-top: 10px;
	border:none;
}

.b-menu-slide ul ul li{
	margin-left: 16px;
	margin-top: 20px;
}

.b-menu-slide ul ul a{
	font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
}

.b-menu-slide__geo{
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #999;
	padding-left: 16px;
	padding-right: 16px;
	width: auto;
}

.b-menu-slide__geo-region{
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 500;
}

.b-menu-slide__geo-address{
	font-size: 12px;
    line-height: 16px;
    letter-spacing: 1.2px;
    color: #DDDDDD;
    margin-top:7px;
}

.b-menu-slide__call{
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #999;
	padding-left: 16px;
	padding-right: 16px;
	width: auto;	
}

.b-menu-slide__call-phone{
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 500;
}

.b-menu-slide__call-time{
	font-size: 12px;
    line-height: 16px;
    letter-spacing: 1.2px;
    color: #DDDDDD;
    margin-top:7px;
}

.b-menu-slide__button-container{
	padding: 20px 16px;
	border-top: 1px solid #999;
	width: auto;
	text-align:center;
}

.b-menu-slide__button{
	padding-right: 0px;
	padding-left: 0px;
	width: 100%;
}

.b-menu-slide__button:hover{
	background: #333;
}

.b-request{
	width: 45%;
	display: none;
}

.b-request__container{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	height: 100%;
}

.b-request__form{
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
}

.b-request__form-title{
	font-size: 22px;
	line-height: 16px;
	letter-spacing: 2.2px;
	text-transform: uppercase;
	color: #1E1E1E;
	font-weight: 500;
	margin-bottom: 30px;
}

.b-request__form-describe{
	font-size: 13px;
	line-height: 22px;
	color: #2D2D2D;
	margin-bottom: 23px;
}

.b-request__form-items{
	width: 100%;
}

.b-request__input-2-col{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

.b-request__input-2-col input{
	width: 50%;
	flex-basis: 50%;
	flex-grow: 1;
}

.b-request__input-2-col input:first-child{
	border-radius: 5px 0 0 5px;
}

.b-request__input-2-col input:last-child{
	border-radius: 0 5px 5px 0;
	margin-left: -1px;
}

.b-request__contact-container{
	width: 100%;
}

.b-request__contact{
	padding: 44px;
	margin: 59px -44px -44px -44px;
	flex-grow: 1;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	border-top: 1px solid #DFDFDF;
}

.b-request__contact-region{
	width: 70%;
	flex-basis: 70%;
	flex-grow: 0;
	flex-shrink: 0;
	height: 60px;
}

.b-request__contact-phone{
	width: 30%;
	flex-basis: 30%;
	flex-grow: 0;
	flex-shrink: 0;
	height: 60px;
}

.b-request__submit-line{
	margin-top: 25px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

.b-request__submit-button{
	padding-left:40px; 
	padding-right:40px; 
}

.b-request__submit-check-link{
	font-weight: 300;
}

.b-contact{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	border-bottom: 1px solid #f3f3f3;
}

.b-contact__contacts{
	width: 45%;
	flex-basis: 45%;
	flex-grow: 0;
	flex-shrink: 0;
	margin-left: 5%;
}

.b-contact__contacts-title{
	font-size: 32px;
	line-height: 40px;
	letter-spacing: 2.2px;
	text-transform: uppercase;
	color: #1E1E1E;
	font-weight: 500;
	margin-bottom: 70px;
	margin-top: 90px;
}

.b-contact__contacts-list{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	border-bottom: 1px solid #f3f3f3;
	padding-bottom: 20px;
}

.b-contact__contacts-item{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	margin-bottom: 30px;
}

.b-contact__contacts-item:before{
	content: '';
	width: 23px;
	flex-basis: 23px;
	height: 23px;
	margin-right: 50px;
}

.b-contact__contacts-item_phone:before{
	background: url(../img/footer-icon-phone.svg) no-repeat;
	background-size: contain;
}

.b-contact__contacts-item_address:before{
	background: url(../img/footer-icon-map.svg) no-repeat;
	background-size: contain;
}

.b-contact__contacts-item_mail:before{
	background: url(../img/footer-icon-mail.svg) no-repeat;
	background-size: contain;
}

.b-contact__contacts-item-title{
	font-size: 14px;
	line-height: 34px;
	letter-spacing: 2.2px;
	color: #1E1E1E;
	font-weight: 500;
}

.b-contact__contacts-item-title a{
	color: #1E1E1E;
}

.b-contact__contacts-item-content{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
}

.b-contact__map{
	width: 50%;
	flex-basis: 50%;
	flex-grow: 0;
	flex-shrink: 0;
}

#contact-map{
	width: 100%;
	height: 700px;
}

.b-contact__button{
	padding-left: 73px;
	padding-top: 50px;
}


/*
delete it later start
*/

.in_3_col{
	width:32%;
	margin-right: 1%;
	float: left;
	margin-bottom: 10px;
}

.in_2_col{
	width: 49%;
	margin-right: 1%;
	float: left;
	margin-bottom: 10px;	
}

.clear{
	width: 100%;
	height: 0px;
	clear: both;
}


/*
delete it later end
*/

.b-offers__title{
	font-size: 32px;
	line-height: 40px;
	letter-spacing: 2.2px;
	text-transform: uppercase;
	color: #1E1E1E;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	margin-bottom: 60px;
}

.b-offers__title:after{
	content: '';
	display:inline-block;
	background-image: url(../img/star.svg);
	width: 18px;
	height: 18px;
	background-size: contain;
	margin-left: 20px;
}

.b-offer-item{
	position: relative;
	width: 100%;
	height: 318px;
	margin-bottom: 40px;
}

.b-offer-item__back{
	position: absolute;
	z-index: 1;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	align-content: center;
	overflow: hidden;
}

.b-offer-item__img{
	height: 100%;
	position: relative;
	z-index:2; 
}

.b-offer-item__content{
	display: flex;
	position: relative;
	z-index: 2;
	flex-direction: column;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
	width: 100%;
	height: 100%;
}

.b-offer-item__period{
	padding: 7px 21px;
	position: relative;
	font-size: 13px;
	line-height: 16px;
	display: flex;
	align-items: center;
	color: #FFFFFF;
	margin: 40px 0 0 40px;
}

.b-offer-item__period:before{
	content: '';
	display: block;
	position: absolute;
	top:0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: #F7F7F7;
	opacity: 0.4;
	border-radius: 5px;
	z-index: 1;
}

.b-offer-item__title{
	font-size: 22px;
	line-height: 22px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0 40px 0 40px;
	font-weight: 500;

}

.b-offer-item__describe{
	font-size: 13px;
	line-height: 22px;
	color: #FFFFFF;
	margin: 0 40px 10px 40px;
	width: 60%;
}

.b-offer-item__button{
	margin: 0 0 40px 40px;
	padding: 17px 35px;
}

.b-offer-item__back_dark:after{
	content: '';
	display: block;
	position: absolute;
	top:0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 2;
	background: #000;
	opacity: 0.3;
}

.b-reviews{
	margin-top: 50px;	
}

.b-reviews__item {
	margin-bottom: 50px;
}

h2.b-reviews__title,
  .b-reviews__title{
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 2.2px;
	text-transform: uppercase;
	color: #1E1E1E;
	margin: 0 0 20px 0;
	font-weight: 500;
}

.b-reviews__title a,
.b-reviews__title a:visited,
.b-reviews__title a:active{
	color:#000;
}

.b-reviews__title a:hover{
	color:#333;
}

.b-reviews__date{
	font-size: 19px;
	line-height: 30px;
	letter-spacing: 2.2px;
	color: #555;
	margin: 0 0 20px 0;
}

.b-reviews__img{
	height:300px;
}




.bx-newslist-title {
	font-weight: 500;
	line-height: 26px;
}
.bx-newslist-title a {
	color: #353535;
}
.bx-newslist-title a:visited {
	color: #999;
}
.bx-newslist-more{
	display: none;
}
.bx-newslist-block{
	padding: 10px 0 10px 0;
}
.bx-newslist-date{
	color: #999;
	font-weight:300; 
}



.fancybox-content{
	background: #FFFFFF !important;
}


.sp-gallery-item-text-content{
	color:#000;
	margin-top:10px;
}


.b-request__input-2-col{
	margin-bottom:20px;
}

.b-request__submit-line{
	margin-top:0px;
}


.j-go:hover{
	cursor:pointer;
}

.b-link{
	color:#E02C3F;
}

.b-disclaimer{
	padding:15px 15px 15px 15px;
	background:#f5f5f5;
	border-left:1px solid #E02C3F;
	margin-bottom:20px;
	font-size:16px;
}
