html{
	height: 100%;
	width: 100%;
}
body{
	margin: 0;
	padding: 0 !important;
	color: #000000;
	font-size: 14px;
	font-family: 'ProximaNova', sans-serif;
	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 {
	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;
	position: relative;
	width: 355px;
	height: 48px;
	background: transparent;	
	color: #fefefe;
	font-size: 24px;
	line-height: 26px;
	font-weight: 300;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.button:before{
    position: absolute;
    top: -11px;
    left: -13px;
    content: "";
    width: 368px;
    height: 59px;
    border: 1px solid #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.button:after{
	position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    width: 366px;
    height: 59px;
    border: 1px solid #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: 0.3s;
}
.button:hover{
	background: #384245;
	transition: 0.3s;
}
.button:active,
.button:focus{
	background: #b4ecff;
	transition: 0.3s;
}


/*== inputs
---------------------------------*/
input{
	outline: none;
	border: 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::-webkit-input-placeholder{
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
}
.b-input-text:-moz-placeholder{
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
}
select{
	outline: none;
}
.b-select{
	width: 100%;
	height: 54px;
	border: 1px solid #d6dfcc;    
	color: #323232;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;    
	background: #ffffff url(../images/select-arrow.png);
	background-position: right 15px center;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	-ms-appearance: none;
	appearance: none !important;        
}
.b-input-text{
	outline: none;  
}
textarea{
	height:80px;
}

.b-container{

}
.wrapper-content{
    width: 995px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 0;
}
/* End Total css ====*/

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

/* ---- b-header ---- */
.b-header{

}
.b-header-top__wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-header-left{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.b-logo{
	display: block;
	margin: 0 30px 0 0;
}
.mobo{display: none;}
.b-header-right{

}
.b-header-contacts{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
}
.b-header-contacts__col{
	margin: 0 30px 0 0;
}
.b-header-contacts__col:last-child{
	margin: 0;
}
.b-header-contacts a{
	color: #303030;
	font-size: 16px;
	line-height: 18px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 0 0 10px 0;
}
.b-header-contacts a:last-child{
	margin: 0;
}
.b-header-contacts a i{
	color: #00b032;
	display: block;
	flex-shrink: 0;
	margin: 0 10px 0 0;
}
.b-header-contacts a b{
	font-weight: 700;
	font-size: 18px;
	padding: 0 0 0 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



.b-menu{
	background: #00b032;
	box-shadow: -5px 0 5px rgba(0, 0, 0, 0.44);
	position: relative;
	z-index: 4;
}
.b-menu > .wrapper-content > ul{
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.b-menu > .wrapper-content > ul > li{
	list-style: none;
	position: relative;
}
.b-menu > .wrapper-content > ul > li > a{
	display: block;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;	
	padding: 22px 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
}
.b-menu > .wrapper-content > ul > li.active > a{
	background: #058f2c;
	text-decoration: none;	
}
.b-menu > .wrapper-content > ul > li > a:hover{
	background: #058f2c;
	text-decoration: none;
}

.b-dropdown{
	width: 260px;
	background: #058F2C;
	//padding: 25px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 100%;
	
	visibility: hidden;
	opacity: 0;
	transition: 0.4s;
}
.b-dropdown ul{
	padding: 0;
	box-shadow: 0 4px 15px rgba(0,0,0,0.7);
	margin: 0;
}
.b-dropdown ul li{
	list-style: none;
	//margin: 0 0 15px 0;
}
.b-dropdown ul li:last-child{
	margin: 0;
}
.b-dropdown ul li a{
	padding: 12px;padding-left: 25px;
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 16px;
	border-top: 1px solid #8aeaa5;
	color: #fff;
	font-weight: 400;
}.b-dropdown ul li a:hover{
	text-decoration: none;
	background: #00B032;
}

.b-menu > .wrapper-content > ul > li.b-drop:hover .b-dropdown{
	visibility: visible;
	opacity: 1;
	transition: 0.4s;
}


.b-header-content{

}
.b-header-content > .wrapper-content{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.b-header-content__left{
	padding: 35px 0 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 375px;
}
.b-header-content__left__top{
	text-align: center;
	margin: 0 0 30px 0;
}
.b-header-content__left__top b{
	display: block;
	color: #535659;
	font-size: 62px;
	font-weight: 900;
	line-height: 52px;
}
.b-header-content__left__top img{
	margin: 0 auto 0;
}
.b-header-content__left__top span{
	display: block;
	color: #16a34a;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}
.b-header-content__form{

}
.b-header-content__form > form{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.b-header-content__form__input{
	width: 178px;
	height: 40px;
	background: #ffffff;
	border: 1px solid #a3a3a3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #535659;
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
	padding: 0 10px;
}
.b-header-content__form__input::-webkit-input-placeholder{
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
}
.b-header-content__form__input:-moz-placeholder{
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
}
.b-header-content__form__btn{
	width: 215px;
	height: 50px;
	background-color: #ffffff;
	background-image: -webkit-linear-gradient(bottom, #008c29 0%, #56ff0c 100%);
	background-image: -o-linear-gradient(bottom, #008c29 0%, #56ff0c 100%);
	background-image: linear-gradient(to top, #008c29 0%, #56ff0c 100%);
	border: 1px solid #5ed255;
	border-radius: 10px;
	color: #ffffff;
	font-size: 24px;
	line-height: 24px;
	display: block;
	margin: 30px auto 0;
}


/* ---- b-advantages ---- */
.b-advantages{
	padding: 60px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #f5f5f5;
}
.b-title{
	text-align: center;
	margin: 0 0 65px 0;
}
h2{
	color: #00b033;
	font-size: 32px;
	font-weight: 700;
	line-height: 35px;
	margin: 0;
}

.b-advantages-content{
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	flex-wrap: wrap;
}

.b-advantages-item{
	width: 25%;
	margin: 26px 0;
}
.b-advantages-item__big{
	width: 33.333333%;
}
.b-advantages-item__img{
	margin: 0 0 30px 0;
}
.b-advantages-item__img img{
	margin: 0 auto 0;
}
.b-advantages-item__text{
	text-align: center;
}
.b-advantages-item__text b{
	display: block;
	color: #2d2d2d;
	font-size: 22px;
	font-weight: 700;
	line-height: 31px;
	margin: 0 0 15px 0;
}
.b-advantages-item__text p{
	color: #303030;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin: 0;
}


/* ---- b-installation ---- */
.b-installation{
	background: url(../images/b-installation-bg.jpg) center top no-repeat;
	background-size: cover;
}
.b-installation .wrapper-content{
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}
.b-installation-right{
	width: 465px;
	padding: 90px 0 82px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-installation-right__top{
	margin: 0 0 35px 0;
}
.b-installation-right__top b{
	display: block;
	color: #303030;
	font-weight: 900;
	font-size: 48px;
	line-height: 50px;
	margin: 0 0 40px 0;
}
.b-installation-right__top p{
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin: 0;
}


.b-installation-block{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 0 35px 0;
}
.b-installation-block__img{
	background: url(../images/b-installation-block__img.png) no-repeat;
	width: 35px;
	height: 35px;
	flex-shrink: 0;
	margin: 0 16px 0 0;
}
.b-installation-block span{
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
}

.b-installation-item{
	position: relative;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 510px;
	padding: 70px 0 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	left: -28px;
}
.b-installation-item__wrap{
	position: relative;
	z-index: 3;
}
.b-installation-item:before{
	position: absolute;
	top: 0;
	left: -20px;
	content: "";
	background: url(../images/b-installation-item__bg.png) center top no-repeat;
	width: 525px;
	height: 323px;
	z-index: 1;
}

.b-installation-item b{
	color: #000000;
	font-weight: 900;
	font-size: 30px;
	line-height: 32px;
}
.b-installation-item span{
	display: block;
	font-size: 20px;
	line-height: 22px;
	font-weight: 900;
	color: #000000;
}
.b-installation-item a{
	color: #149e02;
	font-weight: 900;
	font-size: 48px;
	line-height: 50px;
	display: block;
	margin: 30px 0 25px 0;
}
.b-installation-item button{
	width: 255px;
	height: 50px;
	background-color: #ffffff;
	background-image: -webkit-linear-gradient(bottom, rgba(0, 140, 41, 0.64) 0%, rgba(86, 255, 12, 0.64) 100%);
	background-image: -o-linear-gradient(bottom, rgba(0, 140, 41, 0.64) 0%, rgba(86, 255, 12, 0.64) 100%);
	background-image: linear-gradient(to top, rgba(0, 140, 41, 0.64) 0%, rgba(86, 255, 12, 0.64) 100%);
	border: 1px solid #5ed255;
	border-radius: 12px;
	color: #ffffff;
	font-size: 24px;
	line-height: 24px;	
	display: block;
	margin: 0 auto 0;
}


/* ---- b-products ---- */
.b-products{
	padding: 70px 0 40px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-title p{
	color: #303030;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin: 20px 0 0 0;
}
.b-products-nav{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 55px 0;
}
.b-products-nav ul{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #008e32;
	border-radius: 20px;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-products-nav ul li{
	list-style: none;
}
.b-products-nav ul li a{
	display: block;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	line-height: 26px;
	padding: 13px 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	transition: 0.3s;
}
.b-products-nav ul li.active a{
	background: #00b147;
	border-radius: 16px;
	transition: 0.3s;
}


.b-products-content{
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	padding: 0 48px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-products-item{
	width: 269px;
	background: #ffffff;
	border-radius: 20px;
	box-shadow: 0 0 9.7px 0.3px rgba(0, 0, 0, 0.75);
	overflow: hidden;
	padding: 0 0 20px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-products-btn{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 215px;
	height: 50px;
	background-color: #ffffff;
	background-image: -webkit-linear-gradient(bottom, #008c29 0%, #56ff0c 100%);
	background-image: -o-linear-gradient(bottom, #008c29 0%, #56ff0c 100%);
	background-image: linear-gradient(to top, #008c29 0%, #56ff0c 100%);
	border: 1px solid #5ed255;
	border-radius: 10px;
	color: #ffffff;
	font-size: 24px;
	line-height: 24px;
	font-weight: 900;
	margin: 30px auto 0;
}



.b-products__two{
	background: url(../images/b-products__two__bg.jpg) center top no-repeat;
	background-size: cover;	
}
.b-products__two .b-products-content{
	padding: 0;
}
.b-products__two .b-products-item{
	width: 225px;
}
.b-products__two .b-products-btn{
	width: 190px;
	height: 44px;
	font-size: 21px;
	line-height: 23px;
}
.no-eco{
	background: #a4a5a7;
}



/* ---- b-fittings ---- */
.b-fittings{
	padding: 45px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(../images/b-fittings-bg.jpg) center top no-repeat;
	background-size: cover;
}
.b-fittings-content{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.b-fittings-nav{
	margin: 0 35px 0 0;
}
.b-fittings-nav ul{
	padding: 0;
	margin: 0;
}
.b-fittings-nav ul li{
	list-style: none;
	margin: 0 0 23px 0;
}
.b-fittings-nav ul li:last-child{
	margin: 0;
}
.b-fittings-nav ul li a{
	display: block;
	width: 238px;
	color: #ffffff;
	font-size: 24px;
	line-height: 26px;
	font-weight: 400;
	background: #149d36;
	box-shadow: -5px 0 5px rgba(0, 0, 0, 0.75);	
	padding: 5px 0 5px 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	position: relative;
}
.b-fittings-nav ul li a:before{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	border: 2px solid #000000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0;
	transition: 0.4s;
}
.b-fittings-nav ul li.active a:before{
	transition: 0.4s;
	opacity: 1;
}
.b-fittings-nav ul li:nth-child(2n) a{
	background: #17a63b;
}
.b-fittings-nav ul li:nth-child(3n) a{
	background: #19b13f;
}
.b-fittings-nav ul li:nth-child(4n) a{
	background: #1ac644;
}
.b-fittings-nav ul li:nth-child(5n) a{
	background: #20da4f;
}


.b-fittings-wrap{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.b-fittings-text{
	background: #ffffff;
	border-radius: 20px;
	box-shadow: -5px 0 5px rgba(0, 0, 0, 0.75);
	width: 285px;
	overflow: hidden;
	margin: 0 45px 0 0;
}
.b-fittings-text__item{
	padding: 22px 15px 10px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #c7c7c7;
	display: block;
	transition: 0.3s;
	text-decoration: none;
}
.b-fittings-text__item:hover{
	background: #d9dde6;
	box-shadow: -5px 0 5px rgba(0, 0, 0, 0.75);
	transition: 0.3s;
	text-decoration: none;
}
.b-fittings-text__item.active{
	background: #d9dde6;
	box-shadow: -5px 0 5px rgba(0, 0, 0, 0.75);
	transition: 0.3s;
	text-decoration: none;
}
.b-fittings-text__item:hover , .b-fittings-text__item:active , .b-fittings-text__item:focus{
	text-decoration: none;
}
.b-fittings-text__item span{
	color: #149d36;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	display: block;
	margin: 0 0 10px 0;
}
.b-fittings-text__item p{
	color: #000000;
	font-weight: 400;
	font-size: 14px;
	line-height: 26px;
	margin: 0;
}
.b-fittings-text__item ul{
	padding: 0 0 0 10px;
	margin: 10px 0;
}
.b-fittings-text__item ul li{
	color: #000000;
	font-weight: 400;
	font-size: 14px;
	line-height: 26px;
}





/* ---- b-disign ---- */
.b-disign{
	background: #e6e6e4;
	padding: 90px 0 40px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-disign .wrapper-content{
	width: 1200px;
}
.b-disign-content{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.b-disign-left{
	width: 365px;
}
.b-disign-left__top{
	margin: 0 0 25px 0;
}
.b-disign-left__top span{
	display: block;
	color: #00a842;
	font-size: 30px;
	line-height: 32px;
	font-weight: 400;
	margin: 0 0 30px 0;
}
.b-disign-left__top p{
    color: #375a64;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin: 0;
}


.b-disign-slider{

}
.b-disign-slider .slick-arrow{
	display: block !important;
	background: url(../images/controls.png) no-repeat;
    width: 52px;
    height: 38px;
    text-indent: -999999px;
    margin: 0 auto 0;
}
.b-disign-slider .slick-prev{
	background: url(../images/controls.png) -4px 5px no-repeat;
	margin: 0 auto 10px;
}
.b-disign-slider .slick-next{
    background: url(../images/controls.png) -4px -35px no-repeat;
    margin: 10px auto 0;
}
.b-disign-slider .slick-disabled{
	opacity: 0;
}

.b-disign-row{
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	margin: 11px 0 11px 0;
	outline: none;
}
.b-checkbox{
    display: block;
    position: relative;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;  
    margin: 0 10px 0 0;
}
.b-checkbox:last-child{
	margin: 0;
}
.b-checkbox input[type="radio"] {
    display: none;
}
.b-checkbox input[type="radio"] + label span{
    display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    margin: 0;
    cursor: pointer;
    position: relative;
}
.b-checkbox input[type="radio"] + label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
	margin: 0;
	width: 170px;
	position: relative;	
	background: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    border-radius: 25px;
    border: 2px solid #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .5);
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box; 
     overflow: hidden;	
     padding: 2px;
}
.b-checkbox input[type="radio"] + label i{
	width: 100%;
	height: 100%;
    color: #375a64;
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
    font-style: normal;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-checkbox input[type="radio"]:checked + label span {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.b-checkbox input[type="radio"]:checked + label{
	border: 2px solid #00a842;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.b-checkbox__ico{
	display: block;
	background: url(../images/sprite.png) no-repeat;
    width: 45px;
    height: 44px;
    flex-shrink: 0;
    margin: 0 8px 0 0;
}
.gold-dub .b-checkbox__ico{
	background-position: -46px 0px;
}
.polos-dug .b-checkbox__ico{
	background-position: 0 -44px;
}
.kras .b-checkbox__ico{
	background-position: -46px -44px;
}
.serebro .b-checkbox__ico{
	background-position: 0 -88px;
}
.kremovni .b-checkbox__ico{
	background-position: -46px -88px;
}
.oreh .b-checkbox__ico{
	background-position: 0 -132px;
}
.zelenui-moh .b-checkbox__ico{
	background-position: -46px -132px;
}
.gor-sosna .b-checkbox__ico{
	background-position: 0 -176px;
}
.antrocit .b-checkbox__ico{
	background-position: -46px -176px;
}
.shok-kor .b-checkbox__ico{
	background-position: 0 -220px;
}
.chornui .b-checkbox__ico{
	background-position: -46px -220px;
}
.sin .b-checkbox__ico{
	background-position: 0 -264px;
}
.seriy .b-checkbox__ico{
	background-position: -46px -264px;
}
.sorento .b-checkbox__ico{
    background-position: 0 -308px;
}
.mahagon .b-checkbox__ico{
    background-position: -46px -308px;
}
.chor-vish .b-checkbox__ico{
	background-position: 0 -352px;
}
.kedr .b-checkbox__ico{
    background-position: -46px -352px;
}
.svet-dub .b-checkbox__ico{
	background-position: 0 -396px;
}
.naturalni-dub .b-checkbox__ico{
    background-position: -46px -396px;
}
.bereza .b-checkbox__ico{
	background-position: 0 -440px;
}
.morenui-dub .b-checkbox__ico{
	background-position: -46px -440px;
}
.valnus-tera .b-checkbox__ico{
	background-position: 0 -484px;
}



.b-disign-wrap{
	padding: 55px 0 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 360px;
}
.b-disign-img{
	position: relative;
	height: 360px;
	width: 360px;
	overflow: hidden;
}
.b-disign-img__main{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}
.b-disign-img__bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 360px;
	z-index: 1;
}

.b-disign-right{
	width: 365px;
}
.b-disign-right .b-disign-left__top{
	margin: 0 0 90px 0;
}
.b-disign-right .b-disign-row{
	margin: 0px 0 24px 0;
}
.bel_delta .b-checkbox__ico{
	background-position: -115px -43px;
}
.bronz-reflact .b-checkbox__ico{
    background-position: -115px -88px;
}
.kor-delta .b-checkbox__ico{
    background-position: -161px 0;
}
.golden-reflact .b-checkbox__ico{
    background-position: -115px -132px;
}
.satin .b-checkbox__ico{
	background-position: -114px -175px;
}
.blue-reflact .b-checkbox__ico{
    background-position: -161px -88px;
}
.bronz-satin .b-checkbox__ico{
	background-position: -161px -175px;
}
.silver-reflact .b-checkbox__ico{
	background-position: -161px -132px;
}
.krizet .b-checkbox__ico{
	background-position: -161px -43px;
}

.b-shadow{
	margin: 0 0 30px 0;
}

.btn-refresh{
	text-align: center;
	display: block;
	margin: 0 auto 0;
}
.btn-refresh img{
	display: block;
	margin: 0 auto 10px;
}
.btn-refresh span{
	display: block;
	font-size: 16px;
	line-height: 16px;
	color: #000000;
	font-size: 500;
}

.b-disign-wrap__text{
	text-align: center;
	margin: 60px 0 0 0;
}
.b-disign-wrap__text p{
	font-size: 14px;
	line-height: 16px;
	color: #919191;
	font-weight: 400;
	margin: 0;
}


/* ---- b-reviews ---- */
.b-reviews{
	background: #f5f5f5;
	padding: 55px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-reviews-slider{

}
.b-reviews-slider__item{
	width: 445px;
	padding: 0 20px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-reviews-slider__item__top{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 0 15px 0;
}
.b-reviews-slider__item__top i{
	font-size: 20px;
	line-height: 22px;
	color: #00b032;
	margin: 0 10px 0 0;
}
.b-reviews-slider__item__top span{
	color: #303030;
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
}
.b-reviews-slider__item p{
	color: #303030;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	margin: 0;
}
.b-reviews__nav{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin: 40px 0 0 0;
}
.b-reviews .slick-arrow{
	width: 35px;
	height: 35px;
	text-indent: -9999999px;
}
.b-reviews .slick-prev{
	background: url(../images/rev-arrow.png);
	margin: 0 15px 0 0;
}
.b-reviews .slick-next{
	background: url(../images/rev-arrow__right.png);
}
.b-reviews .slick-prev:hover{
	background: url(../images/arrow_left__hover.png);
}
.b-reviews .slick-next:hover{
	background: url(../images/arrow_right__hover.png);
}



/* ---- b-form ---- */
.b-form{
	padding: 65px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-form .b-title{
	margin: 0 0 45px 0;
}
.b-form .b-title h2{
	font-size: 30px;
}
.b-form .b-title h2 span{
    color: #00b033;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    text-transform: none;
    padding: 0 4px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-form-content > form{
	display: flex;
	justify-content: center;
	align-items: center;
}
.b-form-content .b-header-content__form__input{
	margin: 0 20px 0 0;
}
.b-form__btn{
	width: 402px;
	height: 54px;
	background-color: #eeeeec;
	background-image: -webkit-linear-gradient(bottom, #008c29 0%, #56ff0c 100%);
	background-image: -o-linear-gradient(bottom, #008c29 0%, #56ff0c 100%);
	background-image: linear-gradient(to top, #008c29 0%, #56ff0c 100%);
	border: 1px solid #5ed255;
	border-radius: 10px;
	color: #ffffff;
	font-size: 24px;
	line-height: 24px;
	font-weight: 900;
}



/* ---- b-footer ---- */
.b-footer{
	position: relative;
}
#map{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.b-footer-block{
	position: relative;
	z-index: 12;
	background: #ffffff;
	width: 375px;
	padding: 40px 20px 20px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
h3{
	color: #00b033;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	text-transform: none;
	margin: 0 0 30px 0;
}

.b-footer-place{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 0 0 20px 0;
}
.b-footer-place i{
	font-size: 25px;
	line-height: 27px;
	color: #00b032;
	margin: 0 10px 0 0;
}
.b-footer-place span{
	color: #595959;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
}

.b-footer-contacts .b-header-contacts a b{
	font-weight: 400;
}
.b-footer-contacts .b-header-contacts a:last-child{
	margin: 20px 0 0 0;
}

.btn-callback{
	width: 210px;
	height: 54px;
	background: #00b033;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
	display: block;
	margin: 25px 0 0 0;
}

.b-footer-block__bottom{
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 1px solid #d2d9e2;
}
.b-footer-block__bottom span{
	display: block;
	color: #757575;
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
}
.b-mobile{
	display: none;
}
.xs-option {
	display: none;
}



/* ---- b-content ---- */
.b-content{
	padding: 55px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* ---- b-door ---- */
.b-door{

}
.b-door-item{
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #cecbcb;
}
.b-door-item:last-child{
	border: none;
}
.b-door-item__title{
	display: block;
	font-size: 30px;
	line-height: 32px;
	color: #000000;
	font-weight: 700;
	text-decoration: none;
	margin: 0 0 25px 0;
}
.b-door-item__title:hover , .b-door-item__title:active , .b-door-item__title:focus{
	text-decoration: none;
}
.b-door-item__wrap{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;	
}
.b-door-item__left{
	flex-shrink: 0;
	width: 225px;
	margin: 0 30px 0 0;
}
.b-door-item__img{
	width: 225px;
	margin: 0 0 10px 0;
}
.b-door-item__price{
	padding: 10px 5px;
	text-align: center;
	background: #dee3e9;
	border: 1px solid #cecbcb;
	font-size: 15px;
	line-height: 17px;
	color: #000000;
}
.b-door-item__btn{
	width: 100%;
	height: 40px;
    background: #1ac644;
    color: #ffffff;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    margin: 5px 0 0 0;
    transition: 0.4s;
}
.b-door-item__btn:hover{
    background: #19df49;
    transition: 0.4s;
}
.b-door-item__cont{
	width: 70%;
	height: 40px;
    background: blue;
    color: #ffffff;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    margin: 25px 0 0 0;
}
.b-door-item__cont:hover{
    transition: 0.4s;
    background: #5e5ee5;	
}

.b-door-item__content{

}
.b-door-item__content__top{
	background: #dee3e9;
	padding: 20px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-door-item__content b{
	font-size: 25px;
	line-height: 27px;
	color: #000000;
	font-weight: 700;
	display: block;
	margin: 0 0 25px 0;
}
.b-door-item__content p{
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #000000;
	margin: 0 0 15px 0;
}
.b-door-item__content ul{
	padding: 0;
	margin: 25px 0 0 0;
}
.b-door-item__content ul li{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 18px;
	line-height: 20px;
	color: #000000;
	font-weight: 500;
	margin: 0 0 15px 0;
}
.b-door-item__content ul li i{
	font-size: 20px;
	line-height: 22px;
	color: #00b032;
	margin: 0 7px 0 0;
	display: block;
}



/* ---- b-balconies ---- */
.b-balconies{

}
.b-balconies-nav{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #cecbcb;
}
.b-balconies-nav__item{
	text-align: center;
	pointer-events: none;
}
.b-balconies .b-door-item__content ul li a{
	pointer-events: none;
}
.b-balconies-nav__item img{
	margin: 0 auto 0;
}
.b-balconies-nav__item span{
	font-size: 16px;
	line-height: 18px;
	color: #000000;
	font-weight: 500;
	display: block;
	margin: 15px 0 0 0;
}

.b-balconies-text{
	padding: 0 0 25px 0;
	border-bottom: 1px solid #cecbcb;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-balconies-text p{
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	font-weight: 500;
}
.b-balconies-text p b{
	font-style: italic;
	color: #00b033;
}


.b-balconies-block{
	margin: 35px 0;
}
.b-balconies-block__top{
	margin: 0 0 35px 0;
}
.b-balconies-block__top span{
	display: block;
	font-size: 30px;
	line-height: 32px;
	color: #000000;
	font-weight: 600;
}

.b-balconies-block__wrap{
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
}
.b-balconies-block__img{
	width: 450px;
	flex-shrink: 0;
	margin: 0 35px 0 0;
}

.b-balconies-block__content{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.b-balconies-block__nav{
	margin: 0 0 30px 0;
}
.b-balconies-block__nav ul{
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.b-balconies-block__nav ul li{
	list-style: none;
	margin: 0 5px 0 0;
}
.b-balconies-block__nav ul li:last-child{
	margin: 0;
}
.b-balconies-block__nav ul li a{
	display: block;
	padding: 10px 10px;
	font-size: 16px;
	line-height: 18px;
	color: #000000;
	border: 1px solid #00b032;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	transition: 0.3s;
}
.b-balconies-block__nav ul li a:hover{
	color: #ffffff;
	background: #00b032;
	transition: 0.3s;
}
.b-balconies-block__nav ul li.active a{
	color: #ffffff;
	background: #00b032;
	transition: 0.3s;
}
.b-balconies-block__row{

}

.b-balconies-block__row .b-checkbox{
	margin: 0 0 25px 0;
	padding: 0;
}
.b-balconies-block__row .b-checkbox input[type="radio"] + label{
	width: auto;
	border: none;
	border-radius: none;
	overflow: visible;
	padding: 0;
	align-items: center;
	box-shadow: none;
}
.b-balconies-block__row .b-checkbox input[type="radio"] + label span{
	width: 25px;
	height: 25px;
	border: 1px solid #00b032;
	padding: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 10px 0 0;
}
.b-balconies-block__row .b-checkbox input[type="radio"]:checked + label span{
	background: url(../images/check.png) center no-repeat #00b032;
}
.b-balconies-block__row .b-checkbox input[type="radio"] + label i{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	height: auto;
	font-size: 16px;
	line-height: 16px;
	color: #000000;
	font-weight: 400;
	margin: 0;	
}
.b-balconies-block__row .b-checkbox input[type="radio"] + label i p{
	font-size: 16px;
	line-height: 16px;
	color: #000000;
	font-weight: 400;
	margin: 0;
	width: 300px;
}

.b-balconies-block__total{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.b-balconies-block__total__left{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.b-balconies-block__total__left b{
	font-size: 20px;
	line-height: 22px;
	color: #000000;
	font-weight: 500;
	display: block;
	margin: 0 15px 0 0;
}
.b-balconies-block__total__left span{
	font-size: 20px;
	line-height: 22px;
	color: #000000;
	font-weight: 500;
	display: block;
}

.btn-calc{
	width: 200px;
	height: 40px;
	background: #00b032;
	font-size: 16px;
	line-height: 18px;
	font-weight: 500;
	color: #ffffff;
}

.b-door-item__content ul li a{
	color: #00b032;
	margin: 0 10px 0 0;
	text-decoration: underline;
}

.b-balconies-foto{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 50px 0 0 0;
}
.b-balconies-foto__item{
	width: 200px;
}

.b-door-item__foto{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 40px 0;
}
.b-door-item__foto a{
	width: 300px;
	margin: 0 30px 0 0;
}
.b-door-item__foto a:last-child{
	margin: 0;
}

.b-door-item__char{

}
.b-door-item__char__top{
	display: block;
	font-size: 35px;
	line-height: 37px;
	color: #000000;
	font-weight: 600;
	margin: 0 0 30px 0;
}
.b-door-item__char ul{
	padding: 0;
	margin: 0;
    border: 1px solid #eaeaea;
}
.b-door-item__char ul li{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	list-style: none;
    border-top: 1px solid #eaeaea;
    font-size: 15px;
    line-height: 17px;
    color: #000000;
    font-weight: 400;
}
.b-door-item__char ul li:nth-child(odd){
	background: #eaeaea;
}
.b-door-item__char ul li b{
	display: block;
    border-right: 1px solid #eaeaea;
    padding: 20px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 15px 0 0;
}


.b-ceilings .b-balconies-text{
	padding: 0;
	margin: 0;
	border: none;
}
.b-ceilings-top{
	width: 100%;
	display: block;
	text-align: center;
    background: #00b032;
	padding: 20px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 30px;
	line-height: 32px;
	color: #ffffff;
	font-weight: 600;
	margin: 30px 0;
}

.b-roller-foto{
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	flex-wrap: wrap;
}
.b-roller-foto__item{
	display: block;
	width: 19%;
	margin: 0 0 15px 0;
}
.b-roller-img{
	margin: 0 0 20px 0;
}
.b-roller-img img{
	margin: 0 auto 0;
}
.b-roller-block{
	margin: 0 0 60px 0;
}
.b-jaousie h2{
	margin: 0 0 50px 0;
}
.b-jaousie .b-door-item__content__top{
	padding: 0;
	background: none;
}

.b-credit{

}
.b-credit__wrap{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;	
}
.b-credit__img{
	flex-shrink: 0;
	margin: 0 30px 0 0;
}

.b-credit .b-balconies-text{
	padding: 25px;
}

.b-credit__content_item{
	padding: 20px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 2px solid #e0dede;
	border-bottom: 2px solid #e0dede;
	margin: 20px 0 0 0;
}
.b-credit__content_item span{
	color: red;
	font-size: 19px;
	line-height: 21px;
	font-weight: 500;
}

.b-ceilings-foto{
	padding: 0;
	margin: 70px 0 30px 0;
	background: none;
}
.b-ceilings-foto h2{
	margin: 0 0 30px 0;
}
.b-ceilings-foto .b-reviews__nav{
	margin: 30px 0 0 0;
}

.b-ceilings-slider__item{
	padding: 0 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.b-header-contacts .b-vib i{
	color: #7b519d;
}


.b-icons{
	position: fixed;
	right: 120px;
	top: 0;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
    z-index: 100;
}
.b-icons ul{
	padding: 0;
	margin: 0;
}
.b-icons ul li{
	list-style: none;
	width: 56px;
	height: 56px;
	background-color: #00b033;
	background-image: -webkit-linear-gradient(bottom, #008c29 0%, #56ff0c 100%);
	background-image: -o-linear-gradient(bottom, #008c29 0%, #56ff0c 100%);
	background-image: linear-gradient(to top, #008c29 0%, #56ff0c 100%);
	border: 1px solid #5ed255;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 5px 0;
	opacity: 0.9;
	cursor: pointer;
	transition: 0.3s;
}
.b-icons ul li:hover{
	opacity: 1;
	transition: 0.3s;
	    box-shadow: 0px 0 5px rgba(0, 0, 0, 0.75);
}
.b-icons ul li:nth-child(2n){
	background-color: #00b033;
	background-image: -webkit-linear-gradient(bottom, #d0dc08 0%, #fff600 100%);
	background-image: -o-linear-gradient(bottom, #d0dc08 0%, #fff600 100%);
	background-image: linear-gradient(to top, #d0dc08 0%, #fff600 100%);
	border: 1px solid #ffea00;
}
.b-icons ul li:nth-child(3n){
	background-color: #00b033;
	background-image: -webkit-linear-gradient(bottom, #ff6000 0%, #b52f00 100%);
	background-image: -o-linear-gradient(bottom, #ff6000 0%, #b52f00 100%);
	background-image: linear-gradient(to top, #ff6000 0%, #b52f00 100%);
	border: 1px solid #c35700;
}
.b-icons ul li:last-child{
	margin: 0;
}
.b-icons ul li a{
	display: block;
}

.callback .modal-dialog{
	width: 290px;
	margin: 60px auto 0;
	background: #ffffff;
	border-radius: 5px;
	padding: 20px 10px;
}
.b-modal-title{
	text-align: center;
	margin: 0 0 20px 0;
}
.b-modal-title b{
	font-size: 25px;
	line-height: 27px;
	color: #000000;
	font-weight: 600;
}
.callback .modal-dialog .b-header-content__form__input{
	width: 100%;
	margin: 0 0 10px 0;
}
.callback .modal-dialog select{
	width: 100%;
	height: 40px;
    background: #ffffff;
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    padding: 0 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #a3a3a3;
}
.callback .modal-dialog select::-webkit-input-placeholder{
    color: #535659;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
}
.callback .modal-dialog select:-moz-placeholder{
    color: #535659;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
}
.callback .modal-dialog .b-header-content__form__btn{
	margin: 10px auto 0;
}


.b-buy{
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	padding: 60px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-buy-item{
	width: 31%;
    background: #00b032;
    box-shadow: -5px 0 5px rgba(0, 0, 0, 0.44);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.b-buy-item a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.b-buy-item__img{
	width: 100%;
	height: 250px;
}
.b-buy-item span{
	display: block;
	text-align: center;
	padding: 20px 0;
	font-size: 18px;
	line-height: 20px;
	color: #ffffff;
	font-weight: 600;
}


.b-header-content__right{
	width: 568px;
}


.b-products__text{
	margin: 0 0 40px 0;
}
.b-products__text p{
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	font-weight: 400;
	margin: 0 0 20px 0;
}
.b-products__text span{
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	display: block;
	margin: 0 0 15px 0;
}
.b-products__text ul{
	padding: 0 0 0 20px;
	margin: 0;
}
.b-products__text ul li{
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color: #000000;
}


.b-modal-char{

}
.b-modal-char ul{
	padding: 0 0 0 10px;
	margin: 0 0 30px 0;
}
.b-modal-char ul li{
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #000000;
	list-style: none;
}
.b-modal-char ul li b{
	font-weight: 700;
	padding: 0 0 0 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.b-jaousie .b-door-item__btn{
	width: 290px;
}