body,html
{
	margin:0;
	padding:0;
	font-family: 'Roboto', sans-serif;
	background:url(../images/back.png) no-repeat center bottom #f8f8f8;
	font-size:14px;
	color:#3f3b49;
}
body.single  {background:url(../images/back.png) no-repeat center top #f8f8f8;}
img
{
	max-width:100%;
}
a
{
	color:#c4ab92;
	text-decoration:underline;
}
a:hover
{
	color: rgb(212, 189, 165);
	cursor: pointer;
}


div
{
	box-sizing:border-box;
}

.clear
{
	clear:both;
}
.m_row
{
	width:1205px;
	margin:auto;
	padding-left:15px;
	padding-right:15px;
}

.main_banner
{
	width:100%;
	height:760px;
	background:url(../images/banner.jpg) no-repeat center 0;
	background-size:cover;
}
.banner
{
	position:relative;
	height:100%;
}

.logo
{
	width:100px;
	float:left;
	padding-top:10px;
}
.header_social
{
	width:215px;
	float:left;
	padding-top:31px;
}
.header_social a
{
	float:left;
	margin-right:10px;
}
.header_social a:hover
{
	filter: brightness(120%);
}
.header_menu
{
	float:left;
	padding-top:35px;
}
.header_menu ul
{
	margin:0;
	padding:0;
	list-style-type: none;
}
.header_menu ul li
{
	float:Left;
	margin-right:26px;
}
.header_menu ul li a
{
	text-decoration:none;
	color:#fff;
	padding-bottom:8px;
	box-sizing:border-box;
	font-size:18px;
	line-height: 18px;
}
.header_menu ul li a:hover,.header_menu ul li.active a
{
	border-bottom:2px solid #c4ab92;
}
.header_right
{
	width:210px;
	float:right;
	text-align:right;
	padding-top:25px;
}
.header_phone
{
	color:#fff;
	font-size:24px;
	font-family: 'PT Serif', serif;
	line-height:1em;

}
.header_call
{
	padding-top:3px;
}
.banner_info
{
	position:absolute;
	left:0;
	top:260px;
}

.banner_info_title
{
	color:#fff;
	font-size:42px;
	font-weight:bold;
	font-family: 'PT Serif', serif;
	text-transform:uppercase;
	margin-bottom:25px;
}
.banner_info_subtitle
{
	font-family: 'PT Serif', serif;
	font-size:24px;
	color:#fff;
	line-height: 30px;
	text-transform: uppercase;
}

.info_link
{
	width:31px;
	height:30px;
	background:url(../images/info.png) no-repeat 0 0;
	display:inline-block;
	margin-left:15px;
}
.banner_info_subtitle span,.banner_info_subtitle a
{
	float:left;
}
.info_link:hover
{
	filter: brightness(120%);
}
.banner_info_btn
{
	width:370px;
	max-width:100%;
}
.btn_brown
{
	display:block;
	font-size:24px;
	border:0;
	box-shadow: none;
	cursor: pointer;
	color:#fff;
	text-decoration:none;
	width:100%;
	height:60px;
	line-height:60px;
	border-radius:10px;
	background:#c4ab92;
	text-align:center;
}
.btn_brown:hover
{
	color:#fff;
	background:#d4bda5;
}
.banner_info_btn
{
	margin-top:45px;
}
.banner_name
{
	position:absolute;
	left:370px;
	bottom:20px;
	color:#c4ab92;
	font-size:16px;
	line-height: 1.5;
	opacity:0.5;

}
.width100
{
	width:100%;
}
.main_block1
{
	padding-top:100px;
	padding-bottom:50px;
	background:url(../images/block1.png) no-repeat center 0;
}
.block1_left
{
	float:left;
	width:545px;
}
.block1_right
{
	width:600px;
	float:right;
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
	background:#fff;
	padding:30px;

}
.block1_right_main_video
{
	height:300px;
	margin-bottom:30px;
}

.block1_right_video_left
{
	width:50%;
	float:Left;
	padding-right:15px;
}
.block1_right_video_right
{
	width:50%;
	float:right;
	padding-left:15px;
}
.block1_left_top
{
	width:385px;
	margin:auto;
	text-align:center;
}

.block1_left_top_title
{
	font-size:42px;
	text-transform: uppercase;
	color:#3f3b49;
	font-family: 'PT Serif', serif;
	font-weight:bold;
	line-height: 1.2;
	margin-bottom:40px;
}

.block1_left_top
{
	margin-bottom:60px;
}

.block1_left_bottom
{
	padding:30px;
	background:#fff;
}
.social_block
{
	padding-left:70px;
	font-size:18px;
	margin-bottom:44px;
}

.social_block.you
{
	background:url(../images/you.png) no-repeat 0 0;
}
.social_block.tele
{
	background:url(../images/tele.png) no-repeat 0 0;
	margin-bottom:0;
}
.social_block a
{
	display:inline-block;
	margin-top:5px;
	text-decoration:none;
}
.homes
{
	width:100%;

	margin:auto;
}

.home_block
{
	width:33.333%;height:474px;
	float:left;
	position:relative;
	overflow:hidden;
	transition:0.5s;
}


.home_block img
{
	min-width:100%;
	height:100%;
	//max-width: none;
	float:left;
	transition:0.5s;
}
.home_block a
{
	float:Left;
	display:block;
	width:100%;
	height:100%;
}
.home_block_over
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
}

.home_block:hover .home_block_over
{
	display:none;
}
.home_block:hover img
{
	transform: scale(1.1);
	transition:0.5s;
}
.home_block_over_desc
{
	position:absolute;
	left:0;
	width:100%;
	top:50%;
	text-align:center;
	color:#fff;
	font-family: 'PT Serif', serif;
	font-weight:bold;
}

.home_block_over_subtitle
{

	font-size:24px;
}

.home_block_over_title
{
	font-size:36px;
}

.home_block_over_adress
{
	font-size:18px;
	margin-top:20px;
}
.home_block_over_line
{
	width:60px;
	margin:auto;
	height:2px;
	margin-top:20px;
	margin-bottom:20px;
	background:#c4ab92;
}


.home_block_over_price
{
	font-size:18px;
}

.block1_btn
{
	width:570px;
	max-width:100%;
	margin:auto;
	margin-top:90px;
}
.block2
{
	padding-top:50px;
	padding-bottom:100px;
}
.block2_btn
{
	width:570px;
	max-width:100%;
	margin:auto;
	margin-bottom:90px;
}

.block2_title
{
	position:relative;
	text-align:center;
	font-size:42px;
	font-weight:bold;
	font-family: 'PT Serif', serif;
	text-transform: uppercase;
	padding-bottom:25px;
	margin-bottom:40px;
}
.block2_title:before
{
	width:60px;
	height:2px;
	background:#c4ab92;
	content:'';
	position:absolute;
	left:50%;
	margin-left:-30px;
	bottom:0;
}

.why_block
{
	width:25%;
	float:left;
	text-align:center;
}
.why_block_img

{
	height:75px;
}
.why_block_title
{
	text-align:center;
	font-size:18px;
	font-family: 'PT Serif', serif;
	text-transform: uppercase;
	font-weight:bold;
	margin-bottom:25px;
}
.why_block_desc
{
	font-size:18px;
}

.why_blocks
{
	margin-bottom:120px;
}
.main_form
{
	padding:30px;
	background:#fff;
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}
.main_form_in
{
	background:url(../images/form.png) no-repeat center 0;
	padding:90px 40px 90px 40px;
}
.main_form_in .block2_title
{
	margin-bottom:25px;
}

.main_form_desc
{
	text-align: center;
	color:#c4ab92;
	font-size:18px;
	font-weight:bold;
	font-family: 'PT Serif', serif;
}
.main_form_title
{
	margin-top:40px;
	margin-bottom:40px;
	padding-top:20px;
	padding-bottom:20px;
	text-transform: uppercase;
	font-family: 'PT Serif', serif;
	font-weight:bold;
	text-align: center;
	font-size:24px;
	border-bottom:2px solid #fff;
	border-top:2px solid #fff;

}
.form_line
{
	margin-bottom:25px;
}

.height36
{
	line-height:36px;
}


.form_line_block_left
{
	float:left;
}
.form_line_block_right
{
	float:right;
}
.form_line span
{
	float:Left;
}
.line_title
{
	font-size:18px;
	margin-right:25px;
}
.check_text span
{
	float:left;
}
.check_text input
{
	display:none;
}
.check_text span.label
{
	display:block;
	width:100px;
	height:36px;
	background:#fff;
	border-radius:18px;
	text-align:center;
	float:left;
	font-size:18px;
	color:#c4ab92;
	cursor:pointer;
	margin-right:20px;
}
.check_text input:checked + span.label
{
	color:#fff;
	background:#c4ab92
}
.select .jq-selectbox
{
	width:140px;
}
.select .jq-selectbox__select
{
	background:#fff;
	height:36px;
	line-height:36px;
	border-radius: 18px;
	border:0;
	box-shadow: none;
	color:#c4ab92;
	font-size:18px;
	padding-left:20px;
}
.select .jq-selectbox__trigger
{
	width:30px;
	background:#c4ab92;
	border-bottom-right-radius: 18px;
	border-top-right-radius: 18px;
}

.select .jq-selectbox__trigger-arrow
{
	width:10px;
	height:8px;
	border-radius: 0;
	border:0;
	background:url(../images/arrow.png) no-repeat 0 0;
}
.line1 .form_line_block_right select
{

}
.line1 .form_line_block_right span
{

}
.height60
{
	line-height:60px;
}
.top_fixed
{
	position:fixed;
	height:90px;
	background:#fff;
	top:0;
	left:0;
	width:100%;
	z-index:100;
	display:none;
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}
.top_nofixed
{
	position:fixed;
	height:90px;
	background:#fff;
	top:0;
	left:0;
	width:100%;
	z-index:100;
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);

}
.top_nofixed .header_menu ul li a, .top_nofixed .header_phone {color:#3f3b49;}
.footer
{
	width:100%;
	height:90px;
	background:#fff;
}

.top_fixed .header_menu ul li a,.top_fixed .header_phone,.footer .header_menu ul li a,.footer .header_phone
{
	color:#3f3b49;
}
.main_copy
{
	padding-top:35px;
	padding-bottom:35px;
}

.copy_left
{
	width:50%;
	float:left;
}
.copy_right
{
	width:50%;
	float:right;
	text-align:right;
}
.copy_right
{
	font-size:14px;
	opacity:0.5;
}

.form_price
{
	float:left;
	width:280px;
}

.form_line input[type="text"]
{
	display:block;
	box-sizing:border-box;
	background:#fff;
	border-radius: 30px;
	height:60px;
	line-height:60px;
	color:#c4ab92;
	font-size:18px;
	text-align:center;
	box-shadow: none;
	border:0;
	padding:0;
	width:100%;
}
.form_line input[type="text"]:focus
{
	outline:none;
}
.check .jq-checkbox
{
	width:36px;
	height:36px;
	border-radius:50%;
	border:0;
	float:right;
	background:#c4ab92;
	margin-top:12px;
	margin-left:20px;
}
.check .jq-checkbox.checked .jq-checkbox__div
{
	display:none;
}

.check .jq-checkbox.checked
{
	background:url(../images/check.png) no-repeat center center #c4ab92;
}
.check label
{
	float:left;
	cursor:pointer;
}

.last
{
	margin-right:0!Important;
}

.line3_left
{
	width:50%;
	float:left;
	padding-right:15px;
}

.line3_right
{
	width:50%;
	float:right;
	padding-left:15px;
}
.form_btn
{
	width:370px;
	max-width:100%;
	margin:auto;
}
.mob_menu
{
	width:100%;
	padding:30px;
	background:#fff;
	position: fixed;
	top:0;
	left:0;
	z-index:500;
	padding-top:50px;
	display:none;
}

.mob_menu ul
{
	margin:0;
	padding:0;
	list-style-type:none;
}

.mob_menu ul li
{
	text-align:center;
	margin-bottom:10px;
}
.mob_menu ul li a
{
	color:#3f3b49;
	text-transform: uppercase;
	text-decoration:none;
	font-family: 'PT Serif', serif;
}
.mob_menu .logo
{
	position:absolute;
	top:0;
	left:15px;
}
.close_menu
{
	display:block;
	width:30px;
	height:30px;
	position:absolute;
	right:15px;
	top:15px;
	background:url(../images/close.png) no-repeat 0 0;
}
.m_menu_link
{
	width:30px;
	height:30px;
	float:right;
	margin-top:20px;
	margin-left:30px;
/*	top:20px;
	right:15px;
	position:absolute;*/
	background:url(../images/m_menu.png) no-repeat center center;
	display:none;
}

.top_fixed .m_menu_link
{
	background:url(../images/m_menu_b.png) no-repeat center center;
}
.top_nofixed .m_menu_link
{
	background:url(../images/m_menu_b.png) no-repeat center center;
}

#carousel .slides > li {display: none; -webkit-backface-visibility: hidden; background-color: #ffffff; text-align: center; width: auto !important} 
#carousel .slides img {width: auto !important; display: inline; margin: 0 5px;}
#carousel {padding: 0 30px;}