@import "reset.min.css";
@import "slick.css";
@import "swipebox.min.css";

@font-face {
	font-family: 'YesevaOneRegular_v2';
	src: url('../fonts/YesevaOneRegular_v2.eot') format('embedded-opentype'),
	url('../fonts/YesevaOneRegular_v2.woff2') format('woff2'),
	url('../fonts/YesevaOneRegular_v2.woff') format('woff'),
	url('../fonts/YesevaOneRegular_v2.otf') format('opentype'),
	url('../fonts/YesevaOneRegular_v2.svg#YesevaOneRegular_v2') format('svg');
}
@font-face {
	font-family: 'Circe';
	src: url('../fonts/CirceLight.eot?#iefix') format('embedded-opentype'),
		url('../fonts/CirceLight.otf') format('opentype'),
		url('../fonts/CirceLight.woff2') format('woff2'),
		url('../fonts/CirceLight.woff') format('woff'),
		url('../fonts/CirceLight.svg#svgCirceLight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Circe';
	src: url('../fonts/CirceBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/CirceBold.otf') format('opentype'),
		url('../fonts/CirceBold.woff2') format('woff2'),
		url('../fonts/CirceBold.woff') format('woff'),
		url('../fonts/CirceBold.svg#svgCirceBold') format('svg');
	font-weight: bold;
	font-style: normal;
}

html, body { 
	color: #222;
	background-color: #fff;
	font-family: 'Circe';
	overflow-x: hidden;
}
body {
	min-width: 924px;
}
a {
	color: #222;
	text-decoration: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
#lean_overlay {
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #fff;
	display: none;
}
.wrap {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	width: 924px;
}
input {
	display: block;
	width: 100%;
	height: 45px;
	margin-bottom: 10px;
	border: 1px solid #444444;
	padding: 0 10px;
	text-align: center;
	font-size: 20px;
	border-radius: 22.5px;
	background: none;
}
::-webkit-input-placeholder {color:#444444;}
::-moz-placeholder          {color:#444444;}
:-moz-placeholder           {color:#444444;}
:-ms-input-placeholder      {color:#444444;}

.btn {
	display: inline-block;
	height: 45px;
	line-height: 45px;
	padding: 0 20px;
	text-align: center;
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	border-radius: 22.5px;
	background: #a77339;	
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.btn:hover {
	background: #c49969;
}

/*------------------------- top fixed nav -------------------------*/
.top_fixed_nav {
	width: 100%;
	position: fixed;
	z-index: 10;
	height: 50px;
	background: #222;
	overflow: hidden;
}
.top_fixed_nav .wrap {
	width: 1024px;	
}
.top_fixed_nav ul {
	font-size: 0px;
	text-align: center;
}
.top_fixed_nav li {
	display: inline-block;
	font-size: 15px;
	line-height: 50px;
	margin: 0 8px;
	vertical-align: top;
}
.top_fixed_nav ul li:first-of-type {
	margin-left: 0;
}
.top_fixed_nav ul li:last-of-type {
	margin-left: 0;
}

.top_fixed_nav a {
	color: #fff;
	position: relative;
	line-height: 15px;
	font-size: 15px;
	display: inline-block;
	border-bottom: 1px dotted #fff;
}
.top_fixed_nav a.active {
	color: #a77339;
	border-color: transparent;
}
.top_fixed_nav a:hover {
	color: #a77339;
	border-color: #a77339;
}
.fixed_nav_space {
	height: 50px;
}

/*------------------------- header -------------------------*/
.site_header {
	position: relative;
	height: 700px;
}
.site_header .wrap {
	padding-top: 67px;
	z-index: 3;
	height: 700px;
}
.header_top {
	
}
.header_top .head_adress {
	float: left;
	width: 316px;
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
	padding-left: 26px;
	background: url(../img/map_icon.png) no-repeat left top 2px;	
}
.header_top .logo {
	text-align: center;
	float: left;
	width: 290px;
	margin-top: -30px;
}
.header_top .head_phone {
	float: right;
	width: 213px;
}
.header_top .head_phone .phone_nr {
	white-space: nowrap;
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
}
.header_top .head_phone .btn {
	margin-top: 5px;
	height: 40px;
	line-height: 40px;
	font-size: 17px;
}

.header_text {
	margin-top: 65px;
	overflow: hidden;
}
.header_text .big_text {
	font-family: 'YesevaOneRegular_v2';
	font-size: 84px;
	line-height: 84px;
	display: inline-block;
	vertical-align: middle;
	width: 415px;
	text-align: center;
}
.header_text .small_text {
	font-size: 24px;
	line-height: 28px;
	display: inline-block;
	vertical-align: middle;
	margin-top: 12px;
	width: 465px;
}
.header_text .medium_text {
	font-family: 'YesevaOneRegular_v2';
	font-size: 42px;
	line-height: 42px;
	text-align: right;
	padding-right: 30px;
	margin-top: 10px;
}

.header_list {
	margin-top: 160px;
	text-align: center;
}
.header_list li {
	display: inline-block;
	width: 185px;
	vertical-align: top;
	margin: 0 28px;
}
.header_list li .img_block {
	height: 63px;
}
.header_list li .img_block img {
	max-height: 60px;
	max-width: 185px;
}
.header_list li p {
	font-size: 19px;
	line-height: 23px;
}


.header_slider {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
	text-align: center;
}
.header_slide {
	height: 700px;
	margin: auto;
	min-width: 1024px;
	overflow: hidden;
	text-align: center;
}
.header_slide img {
	min-height: 700px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}

.header_mask {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	height: 700px;
	background: url(../img/header_mask.png) no-repeat center;
}

/*------------------------- top_orgs -------------------------*/
.top_orgs {
	background: #222;
	min-height: 215px;
}
.top_orgs_list,
.orgs_list {
	text-align: center;
	font-size: 0;
}
.top_org,
.org {
	display: inline-block;
	cursor: pointer;
	width: 132px;
	margin: 25px 10px;
	vertical-align: top;
}
.top_org .img_block,
.org .img_block {
	position: relative;
	width: 100px;
	height: 100px;
	margin: 0 auto 10px;
}
.top_org .img_block:after,
.org .img_block:after {
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	width: 102px;
	height: 102px;
	border: 6px solid #a77339;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.top_org .img_block img,
.org .img_block img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #fff;
}
.top_org:hover .img_block:after,
.org:hover .img_block:after {
	opacity: 1;
}
.top_org .org_name,
.org .org_name {
	display: inline-block;
	color: #a77339;
	font-size: 18px;
	line-height: 18px;
	border-bottom: 1px dashed;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.top_org:hover .org_name,
.org:hover .org_name {
	color: #c49969;
}
.top_org .org_country,
.org .org_country {
	margin-top: 7px;
	color: #fff;
	font-size: 15px;
	line-height: 15px;
}


/*------------------------- all_work_types -------------------------*/
.all_work_types {
	position: relative;
	height: 650px;
}
.all_work_types .wrap {
	padding-top: 65px;
	z-index: 2;
	height: 650px;
	color: #fff;
	text-align: center;
}
.all_work_types .wrap h3 {
	font-family: 'YesevaOneRegular_v2';
	font-size: 54px;
	line-height: 54px;
}
.all_work_types .wrap p {
	margin-top: 30px;
	font-size: 20px;
	line-height: 20px;
}
.all_work_types .wrap .btn {
	margin-top: 20px;
	padding: 0 35px;
}
	

.all_work_types_slider {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
	text-align: center;
	background: #222 none repeat scroll 0% 0%;
}
.all_work_types_slide {
	height: 650px;
	margin: auto;
	min-width: 1024px;
}
.all_work_types_slide img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	min-height: 650px;
	margin: auto;
	min-width: 1024px;
}

.all_work_types_slider .slick-prev {
	left: 50px;
}
.all_work_types_slider .slick-next {
	right: 50px;
}

.all_work_types .slick-dots {
	position: absolute;
	bottom: 27px;
	display: block;
	width: 1024;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	font-size: 0;
	background: #fff;
	height: 40px;
	
	border-radius: 20px;
}
.all_work_types .slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 12px;
	cursor: pointer;
	padding-top: 12px;
}
.all_work_types .slick-dots li span {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	cursor: pointer;
	outline: none;
	color: #444444;

	display: inline-block;
	border-bottom: 1px dashed;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.all_work_types .slick-dots li:hover span {
	color: #c49969;
}
.all_work_types .slick-dots li.slick-active span {
	color: #a77339;
	border-color: transparent;
}


/*------------------------- kinds_of_profiles -------------------------*/
.kinds_of_profiles {
	border-bottom: 1px solid #ebebeb;
	padding: 70px 0 120px;
}
.kinds_of_profiles .wrap {
	overflow: visible;
	text-align: center;
}
.kinds_of_profiles .wrap > h3 {
	font-family: 'YesevaOneRegular_v2';
	font-size: 54px;
	line-height: 54px;
}
.kinds_of_profiles .wrap > p {
	margin-top: 30px;
	font-size: 20px;
	line-height: 30px;
}
.kinds_of_profiles_slider {
	margin: 0 auto;
	position: relative;
	left: -50px;
	width: 974px;
}
.kinds_of_profiles_slider .slick-list {
	padding-top: 100px;
	min-height: 385px;
}
.kinds_of_profiles_slide {
	padding-left: 50px;
	position: relative;
	min-height: 290px;
	padding-bottom: 10px;
	text-align: left;
	background: #fff; 
}
.kinds_of_profiles_slide .big_img {
	position: absolute;
	top: 0;
	left: 1px;
}
.kinds_of_profiles_slide .angle_type_img_border {
	position: absolute;
	top: -100px;
	left: 0px;
}
.kinds_of_profiles_slide .slide_content {
	margin: 0 45px 0 518px;
}
.kinds_of_profiles_slide .slide_content .img_and_title {
	
}
.kinds_of_profiles_slide .slide_content .img_and_title img {
	display: inline-block;
	vertical-align: middle;
}
.kinds_of_profiles_slide .slide_content .img_and_title h5 {
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	margin-left: 5px;
}
.kinds_of_profiles_slide .slide_content p {
	margin-top: 10px;
	font-size: 17px;
	line-height: 26px;
	color: #666666;
}
.kinds_of_profiles_slide .slide_content .next_kinds_of_profiles_slide {
	display: inline-block;
	margin-top: 25px;
	font-size: 17px;
	line-height: 17px;
	color: #a77339;
	border-bottom: 1px dashed;
}
.kinds_of_profiles_slide .slide_content .next_kinds_of_profiles_slide:hover {
	color: #c49969;
}

.kinds_of_profiles .slick-dots {
	position: absolute;
	bottom: -60px;
	display: block;
	width: 924px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	font-size: 0;
}
.kinds_of_profiles .slick-dots li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 28px;
	cursor: pointer;
	padding-top: 12px;
}
.kinds_of_profiles .slick-dots li img {
	display: inline-block;
	vertical-align: middle;
}


/*------------------------- assortment -------------------------*/
.assortment {
	border-bottom: 1px solid #ebebeb;
}
.assortment .wrap {
	padding: 60px 0 55px;
	text-align: center;
}
.assortment .wrap > h3 {
	font-family: 'YesevaOneRegular_v2';
	font-size: 54px;
	line-height: 54px;
}
.assortment .wrap .subtitle {
	margin-top: 30px;
	font-size: 20px;
	line-height: 30px;
}
.assortment_list {
	margin-top: 65px;
	font-size: 0;
	text-align: left;
}
.assort_block {
	display: inline-block;
	margin-bottom: 80px;
	width: 50%;
	vertical-align: top;
	overflow: hidden;
	padding-right: 50px;
}
.assort_block .hidden_thumbs {
	display: none;
}
.assortment_list .assort_block:nth-of-type(even) {
	padding-right: 0;
	padding-left: 50px;
}
.assort_block .big_img_block {
	display: none;
	position: relative;
	float: left;
	width: 200px;
}
.assort_block .big_img_block:first-of-type {
	display: block;
}
.assort_block .big_img_block:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 48px;
	height: 48px;
	background: url(../img/zoom.png) no-repeat;
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.assort_block .big_img_block:hover:after {
	opacity: 1;
}
.assort_block .big_img_block img {
	max-width: 200px;
}
.assort_content {
	width: 195px;
	margin-left: 222px;
	padding-top: 5px;
}
.assort_content h5 {
	font-weight: bold;
	font-size: 32px;
	line-height: 32px;
}
.assort_content h6 {
	font-size: 21px;
	line-height: 21px;
	margin-top: 25px;
	font-weight: bold;
}
.assort_content .get_full_catalog {
	position: relative;
	margin-left: 23px;
	margin-top: 8px;
	display: inline-block;
	font-size: 17px;
	line-height: 17px;
	color: #a77339;
	border-bottom: 1px dashed;
}
.assort_content .get_full_catalog:before {
	content: '';
	position: absolute;
	top: 0;
	left: -22px;
	width: 15px;
	height: 16px;
	background: url(../img/catalog_icon.png);
}
.assort_content .get_full_catalog:hover {
	color: #c49969;
}
.assort_thumbs {
	margin-top: 20px;
	font-size: 0;
}
.assort_thumb {
	cursor: pointer;
	display: inline-block;
	margin: 0 5px 5px 0;
	width: 45px;
	height: 45px;
	position: relative;
}
.assort_thumb:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	height: 45px;
	border: 4px solid rgba(255, 255, 255, 0.5);
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.assort_thumb.active:after {
	opacity: 1;
}
.assort_content .btn {
	margin-top: 10px;
	height: 40px;
	line-height: 40px;
	font-size: 17px;
	width: 145px;
	border-radius: 20px;
}

.assortment .dont_know {
	font-size: 20px;
	line-height: 30px;
}
.assortment .get_measurer {
	margin-top: 20px;
	height: 50px;
	border-radius: 25px;
	line-height: 50px;
	padding: 0 45px;
	font-size: 21px;
}


/*------------------------- why_us -------------------------*/
.why_us {

}
.why_us .wrap {
	padding: 60px 0 55px;
	text-align: center;
}
.why_us .wrap > h3 {
	font-family: 'YesevaOneRegular_v2';
	font-size: 54px;
	line-height: 54px;
}
.why_us .wrap .subtitle {
	margin-top: 30px;
	font-size: 20px;
	line-height: 30px;
}
.why_us_list {
	margin-top: 65px;
	font-size: 0;
	text-align: center;
}
.why_us_point {
	display: inline-block;
	width: 250px;
	vertical-align: top;
	margin: 0 25px 55px;
}
.why_us_point .img_block {
	height: 60px;
}
.why_us_point .img_block img {
	max-height: 60px;
}
.why_us_point h5 {
	font-weight: bold;
	font-size: 21px;
	line-height: 28px;
}
.why_us_point hr {
	display: block;
	margin: 10px auto 15px;
	width: 20px;
	height: 4px;
	background: #a77339;
}
.why_us_point p {
	font-size: 15px;
	line-height: 24px;
	color: #444444;
}




/*------------------------- how_we_work -------------------------*/
.how_we_work {
	background: url(../img/how_we_work_bg.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}
.how_we_work .wrap {
	padding: 75px 100px;
	text-align: center;
}
.how_we_work .wrap > h3 {
	font-family: 'YesevaOneRegular_v2';
	font-size: 54px;
	line-height: 54px;
}
.how_we_work .wrap .subtitle {
	margin-top: 30px;
	font-size: 20px;
	line-height: 30px;
}
.how_we_work_list {
	margin-top: 60px;
	padding: 0 122px;
	text-align: left;
}
.how_we_work_point {
	margin-bottom: 35px;
	overflow: hidden;
}
.how_we_work_point .nr_block {
	float: left;
	font-family: 'YesevaOneRegular_v2';
	text-align: center;
	color: #a77339;
	border: 1px solid #a77339;
	font-size: 48px;
	line-height: 66px;
	border-radius: 50%;
	width: 68px;
	height: 68px;
	margin-left: 9px;
}
.how_we_work_point .hww_text_block {
	margin-left: 92px;
	padding-top: 5px;
}
.how_we_work_point .hww_text_block h5 {
	font-size: 21px;
	line-height: 25px;
	font-weight: bold;
}
.how_we_work_point .hww_text_block p {
	font-size: 15px;
	line-height: 24px;
	color: #444444;
	margin-top: 8px;
}
.how_we_work_point .hww_text_block .btn {
	margin-top: 15px;
	padding: 0 25px;
	font-size: 17px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
}




/*------------------------- portfolio -------------------------*/
.portfolio .wrap {
	padding: 65px 0 60px;
	text-align: center;
}
.portfolio .wrap > h3 {
	font-family: 'YesevaOneRegular_v2';
	font-size: 54px;
	line-height: 54px;
}
.portfolio .wrap .subtitle {
	margin-top: 30px;
	font-size: 20px;
	line-height: 30px;
}
.portfolio_imgs {
	margin-top: 40px;
	font-size: 0;
}
.portfolio_img_block {
	width: 358px;
	display: inline-block;
	vertical-align: top;
	margin: 0 6px 6px 0;
}
.portfolio_imgs .portfolio_img_block:nth-of-type(even) {
	margin-right: 0;
}
.portfolio_img_block img {
	max-width: 100%;
}
.portfolio_img_block_large {
	width: 560px;
}
.portfolio_img_block5 {
	margin-top: -89px;
}
.portfolio .btn {
	margin-top: 35px;
	font-size: 21px;
	line-height: 50px;
	height: 50px;
	border-radius: 25px;
}



/*------------------------- mistakes -------------------------*/
.mistakes {
	background: #222;
}
.mistakes .wrap {
	padding: 60px 0 75px;
	text-align: center;
	color: #fff;
}
.mistakes .wrap > h3 {
	font-family: 'YesevaOneRegular_v2';
	font-size: 54px;
	line-height: 54px;
}
.mistakes .wrap > hr {
	display: block;
	height: 5px;
	width: 30px;
	margin: 17px auto 20px;
	background: #a77339;
}
.mistakes .wrap .subtitle {
	font-size: 20px;
	line-height: 30px;
	padding: 0 50px;
}
.mistakes_list {
	margin-top: 60px;
	font-size: 0;
}
.mistake {
	display: inline-block;
	width: 33.33%;
	padding: 0 10px;
	vertical-align: top;
}
.mistake .img_block {
	height: 208px;
}
.mistake .img_block img {
	width: 180px;
	height: 180px;
	border-radius: 50%;
}
.mistake h5 {
	font-size: 21px;
	font-weight: bold;
	line-height: 25px;
}
.mistake p {
	margin-top: 10px;
	font-size: 15px;
	line-height: 24px;
}



/*------------------------- reviews -------------------------*/
.reviews {

}
.reviews .wrap {
	padding: 60px 0 120px;
	text-align: center;
}
.reviews .wrap > h3 {
	font-family: 'YesevaOneRegular_v2';
	font-size: 54px;
	line-height: 54px;
}
.reviews_slider {
	margin-top: 65px;
	text-align: left;
	position: relative;
}
.review_slide {
	padding: 0 75px 0 100px;
}
.left_review {
	float: left;
	width: 320px;
	text-align: center;
}
.left_review .img_block {
	width: 320px;
}
.left_review .img_block img {
	width: 320px;
}
.left_review .author {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 15px;
}
.right_review {
	margin-left: 350px;
}
.right_review h5 {
	font-size: 21px;
	line-height: 30px;
	color: #a77339;
	font-weight: bold;
	margin-bottom: 15px;
}
.right_review p {
	margin-top: 5px;
	font-size: 15px;
	line-height: 24px;
	color: #444444;
}


.reviews .slick-prev {
	background: url('../img/slider_arrows_black.png') no-repeat 0 0;
}
.reviews .slick-prev:hover {
	background: url(../img/slider_arrows.png) no-repeat 0 0;
}
.reviews .slick-next {
	background: url(../img/slider_arrows_black.png) no-repeat -24px 0;
}
.reviews .slick-next:hover {
	background: url(../img/slider_arrows.png) no-repeat -98px 0;
}

.reviews .slick-dots {
	bottom: -40px;
}
.reviews .slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 4px;
	cursor: pointer;
}
.reviews .slick-dots li button {
	width: 12px;
	height: 12px;
}


/*------------------------- calc -------------------------*/
.calc {
	background: #191919 url(../img/calc_bg.jpg) no-repeat bottom center;
}
.calc .wrap {
	padding: 70px 0 85px;
	text-align: center;
	color: #fff;
}
.calc .wrap > h3 {
	font-family: 'YesevaOneRegular_v2';
	font-size: 54px;
	line-height: 54px;
}
.calc .wrap > hr {
	display: block;
	height: 5px;
	width: 30px;
	margin: 17px auto 20px;
	background: #a77339;
}
.calc .wrap .subtitle {
	font-size: 20px;
	line-height: 30px;
	padding: 0 50px;
}

.step {
	position: relative;
	margin-top: 60px;
	text-align: center;
}
.step .nr {
	font-family: 'YesevaOneRegular_v2';
	font-size: 48px;
	line-height: 48px;
}
.step .step_title {
	margin-top: 15px;
	height: 1px;
	background: #535353;
	margin-bottom: 50px;
}
.step .step_title span {
	display: inline-block;
	padding: 0 20px;
	background: #191919;
	font-size: 21px;
	line-height: 21px;
	font-weight: bold;
	position: relative;
	top: -10px;
}
.chose_form li {
	cursor: pointer;
	width: 100px;
	display: inline-block;
	vertical-align: top;
	margin: 0 48px;
}
.chose_form li .img_block {
	height: 60px;
}
.chose_form li .img_block img {
	max-height: 60px;
}
.chose_form li span {
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	border-bottom: 1px dashed;
}
.chose_form li:hover span {
	color: #c49969;
}
.chose_form li.active span {
	color: #a77339;
	border-color: transparent;
}

.step2 {
	min-height: 360px;
}
.chose_size li {
	position: absolute;
	text-align: center;
	background: #a77339;
}
.chose_size li input {
	display: block;
	margin: 0 auto;
	width: 50px;
	height: 35px;
	border-radius: 2px;
	background: #fff;
	font-size: 18px;
	color: #222;
	text-align: center;
	border: none;
}
.chose_size1 {
	padding-top: 27px;
	height: 89px;
	width: 460px;
	top: 130px;
	left: 232px;
}
.chose_size2 {
	display: none;
	
	top: 219px;
	left: 232px;
	height: 142px;
	padding-top: 54px;
	width: 88px;
}
.chose_size3 {
	display: none;
	
	top: 219px;
	left: 604px;
	height: 142px;
	padding-top: 54px;
	width: 88px;
}
.all_size {
	position: absolute;
	top: 130px;
	left: 730px;
	font-size: 13px;
	line-height: 16px;
	color: rgba(255, 255, 255, 0.5);
	text-align: left;
	width: 155px;
}

.org.active .img_block:after {
	opacity: 1;
}
.org.active .org_name {
	color: #fff;
	border-color: transparent;
}

.get_modal_free_calc {
	margin-top: 50px;
	padding: 0 40px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	font-size: 21px;
}


/*------------------------- contacts -------------------------*/
.contacts {
	padding: 70px 0 50px;
	text-align: center;
}
.contacts h3 {
	font-family: 'YesevaOneRegular_v2';
	font-size: 54px;
	line-height: 54px;
}
.contacts .subtitle {
	margin-top: 30px;
	font-size: 20px;
	line-height: 30px;
	padding: 0 100px;
}
.contacts_cols {
	margin-top: 60px;
	font-size: 0;
	text-align: left;
}
.contacts_cols li {
	display: inline-block;
	vertical-align: top;
	font-size: 17px;
}
.contacts_cols li h5 {
	font-weight: bold;
	font-size: 21px;
	line-height: 21px;
	margin-bottom: 10px;
}
.contacts_cols li p {
	font-size: 17px;
	line-height: 20px;
	color: #444444;
}
.contacts_col1 {
	width: 300px;
}
.contacts_col1 a {
	line-height: 17px;
	margin-top: 20px;
	display: inline-block;
	color: #a77339;
	border-bottom: 1px dashed;
}
	.contacts_col1 a:hover {
		color: #c49969;
	}
.contacts_col2 {
	width: 205px;
	margin-left: 82px;
}
.contacts_col2 p {
	margin-bottom: 20px;
}
.contacts_col3 {
	width: 250px;
	margin-left: 85px;
}
.contacts_col3 p {
	margin-bottom: 10px;
}
.contacts_col3 .btn {
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	font-size: 17px;
	padding: 0 22px;
}


/*------------------------- map -------------------------*/
.map {
	height: 550px;
}
[class*="ymaps-2-1"][class*="-ground-pane"] {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}


/*------------------------- site_footer -------------------------*/
.site_footer {
	background: #222222;
}
.site_footer .wrap {
	min-height: 120px;
	padding: 40px 60px 0 0;
	color: #b4b4b4;
	font-size: 15px;
	line-height: 15px;
}
.left_footer {
	float: left;
	width: 50%;
}
.right_footer {
	float: right;
	width: 195px;
}
.right_footer sup {
	font-size: 8px;
}
.site_footer a {
	line-height: 15px;
	margin-top: 4px;
	display: inline-block;
	color: #a77339;
	border-bottom: 1px solid;
}
.site_footer a:hover {
	color: #c49969;
}


/*------------------------- modal -------------------------*/
.modal {
	display: none;
	
	background: #222;
	padding: 50px 65px 60px;
	text-align: center;
	color: #fff;
	width: 430px;
}
.modal_title {
	font-family: 'YesevaOneRegular_v2';
	font-size: 42px;
	line-height: 42px;
}
.modal_subtitle {
	margin: 22px 0 18px;
	font-size: 20px;
	line-height: 26px;
	color: #666666;
}
.modal .btn {
	display: block;
	width: 100%;
}

/*modal_assortment*/
.modal_assortment {
	width: 920px;
	padding: 40px 30px 45px;
	background: #222;
	text-align: left;
}
.modal_close {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	width: 13px;
	height: 13px;
	background: url(../img/modal_close.png) no-repeat;
}
.modal_assortment h4 {
	font-size: 42px;
	line-height: 42px;
	font-family: 'YesevaOneRegular_v2';
}
.modal_assortment h6 {
	font-size: 20px;
	line-height: 20px;
	color: #666666;
	margin-top: 20px;
	margin-bottom: 30px;
}

.modal_assortment .modal_assortment_thumbs {
	float: left;
	width: 250px;
	font-size: 0;
}
.modal_assortment .modal_assortment_thumbs li {
	cursor: pointer;
	display: inline-block;
	margin: 0 5px 5px 0;
	width: 45px;
	height: 45px;
	position: relative;
}
.modal_assortment .modal_assortment_thumbs li:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	height: 45px;
	border: 4px solid rgba(255, 255, 255, 0.5);
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.modal_assortment .modal_assortment_thumbs li.active:after {
	opacity: 1;
}

.modal_assortment_big_img_block {
	max-width: 570px;
	margin-left: 290px;
	height: 345px;
	overflow: hidden;
	text-align: center;
}
.modal_assortment_big_img_block .big_img {
	max-width: 570px;
	display: inline-block;
}
