body {
    font-family: "Century Gothic";
	line-height:initial
}
@media (min-width: 1200px) {
    .container {
        max-width: 1426px;
    }
}
input,a,button {
	outline:none !important;
}
a:hover {
    text-decoration: none;
}

/* ------ ------ header ------ ------ */

header {
    padding: 10px 0;
}
header .container {
	display:flex;
    justify-content: space-between;
}
.h_adress,
.h_info {
	width:390px;
}
.h_adress_t {
	border-bottom:1px solid #bcbcbc;
	font-size:13px;
	padding: 40px 0 10px;
	margin: 0 0 10px;
	display:flex;
	align-items:center;
	text-transform:uppercase;
}
.h_adress_t span {
	padding:0 0 0 10px;
	display: block;
    line-height: 16px;
}
.h_adress_t img {
	height:22px;
}
.h_adress_b {
	font-size:14px;
}
.h_info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
	padding: 25px 0 0;
}
.h_info > a {
	font-size:24px;
	color:#000;
	transition: color 0.5s ease;
}
.h_info > a:hover {
	color:#cda274;
}
.h_info > div {
	display:flex;
	margin: 10px 0 0;
}
.h_info > div > a {
	margin:0 10px;
}
.h_info > div > a:last-child {
	margin-right:0;
}
.h_info > div img {
	width:22px;
}

/* ------ ------ logo ------ ------ */

.logo {
	display:flex;
	flex-direction:column;
	justify-content:center;
	padding:0;
	width: 400px;
}
.logo_img {
	position:relative;
	height:82px;
	display:flex;
}
.logo_img img {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
.logo_img img:first-child {
	width:46px;
}
.logo_img img:last-child {
	width:124px;
}
.logo_txt {
	text-transform:uppercase;
	text-align:center;
}
.logo_txt h1 {
	font-size:28px;
	font-family: 'SangBleu Sunrise';
	color:#cda274;
	margin: 0 0 -10px;
}
.logo_txt span {
	font-size:13px;
	color:#6d6863;
	letter-spacing: 6px;
}


/* ------ ------ modal_btn ------ ------ */

.modal_btn {
	width:378px;
	height:74px;
	display:flex;
	justify-content:center;
	align-items:center;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	letter-spacing: 2px;
	background:#bd8b63;
	text-transform:uppercase;
	transition: color 0.5s ease,box-shadow 0.5s ease;
	box-shadow: 0 0 0 0 #bd8b63;
}
.modal_btn:hover {
	color:#000;
	box-shadow: 0 0 20px 0 #bd8b63;
}

/* ------ ------ slide ------ ------ */

.slide {
	position:relative;
	background:#000;
	padding: 226px 0 186px;
}
.slide_bg {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	opacity:0.45;
}
.slide .container {
	position:relative;
	z-index:3;
	display:flex;
	text-align:center;
	flex-direction:column;
}
.slide_stit {
	font-size:36px;
	letter-spacing:2px;
	color:#fff;
	text-transform:uppercase;
}
.slide_tit {
	font-size:46px;
	letter-spacing:3px;
	color:#fff;
	text-transform:uppercase;
}
.slide_btn a {
	margin:182px auto 0;
}

/* ------ ------ btitle ------ ------ */

.btitle {
	text-transform:uppercase;
}
.stitle {
	font-size:16px;
	letter-spacing: 14px;
}
.mtitle {
	font-size:48px;
	letter-spacing:2px;
	margin-left:-4px;
	margin-bottom:0;
	font-weight: 400;
}


/* ------ ------ sec_ap ------ ------ */

.sec_ap {
    padding: 100px 0 0;
}
.sec_ap .container {
	display:flex;
}
.sec_ap_l {
	min-width:590px;
}
.sec_ap_r {
	width:100%;
	margin: 30px 0 0;
}
.sec_ap_r p {
	margin:0 0 30px;
}
.sec_ap_r p:last-child {
	line-height:30px;
	margin:0;
}
.sec_ap_r_list div {
	display:flex;
	min-width:76px;
	margin:0 0 15px;
	align-items: center;
}
.sec_ap_r_list {
	margin:0 0 40px;
}
.sec_ap_r div i {
	display:flex;
	min-width:76px;
	justify-content:center;
	align-items: center;
}
.sec_ap_r div img {
	max-width:36px;
	max-height:36px;
}
.sec_ap_l_imgs {
	position:relative;
}
.sec_ap_l_imgs > .sec_ap_l_img:nth-child(1) div {
	width:497px;
	height:328px;
	left: -140px;
    position: absolute;
    top: 55px;
}
.sec_ap_l_imgs > .sec_ap_l_img:nth-child(2) {
    padding-top: 293px;
	padding-left: 104px;

}
.sec_ap_l_imgs > .sec_ap_l_img:nth-child(2) div {
	width:458px;
	height:323px;
	border:20px solid #fff;
    position: relative;
	z-index:2;
}

/* ------ ------ sec_no ------ ------ */

.sec_no {
    margin: 78px 0 0px;
}
.sec_no_row {
	display:flex;
	margin:28px -10px 0;
	justify-content: space-between;
}
.sec_no_row_col {
	width:50%;
	padding:0 10px;
}
.sec_no_row_col_in {
	background:#f4f4f4;
}
.sec_no_slick {
	position:relative;
}
.sec_no_slick_item {
	height:475px;
    width: 100%;
    object-fit: cover;

}
.sec_no_slick .slick-arrow {
	position:absolute;
	width:48px;
	height:48px;
	top:0;
	bottom:0;
	font-size:0;
	border:0;
	cursor:pointer;
	z-index:2;
	padding:0;
	margin:auto;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
	border-radius:100px;
	background:url(img/slick_arrow.png) center no-repeat rgba(255,255,255,0.75);
}
.sec_no_slick .slick-prev {
	left:6px;
}
.sec_no_slick .slick-next {
	right:6px;
	transform: rotate(180deg);
}
.sec_no_row_col_in_o {
	position:relative;
}
.sec_no_slick .slick-dots {
	display:none !important;
}
.pagingInfo {
	position:absolute;
	padding:0;
	background:rgba(0,0,0,0.65);
	border-radius:3px;
	bottom:10px;
	left:0;
	right:0;
	width:50px;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	display:flex;
	align-items:center;
	height:24px;
	line-height:24px;
	justify-content:center;
	margin:0 auto;
}
.sec_no_row_col_bot {
	padding:30px;
}
.sec_no_row_col_tit {
	font-size:24px;
	font-weight:bold;
	margin:0 0 24px;
}
.sec_no_row_col_info {
	display:flex;
	font-size:15px;
	margin:0 0 36px;
	color:#6e6e6e;
	justify-content: space-between;
}
.sec_no_row_col_info b {
	font-size:16px;
	position:relative;
}
.sec_no_row_col_info div {
	display:flex;
}
.sec_no_row_col_info i {
	min-width:60px;
	margin:0 2px;
	top:-3px;
	position:relative;
	border-bottom:2px dotted #6e6e6e;
}
.sec_no_row_col_bottom {
	display:flex;
	justify-content: space-between;
	align-items:center;
}
.sec_no_row_col_price {
	font-size:18px;
	font-weight:bold;
}
.sec_no_row_col_price b {
	font-size:30px;
}
.sec_no_row_col_bottom .modal_btn {
	width:324px;
}

/* ------ ------ sec_ud ------ ------ */

.sec_ud {
	margin: 88px 0 0;
}
.sec_ud .row {
    margin-top: 30px;
}
.sec_ud_top {
	display:flex;
	align-items:center;
	margin:0 0 30px;
}
.sec_ud_top div {
	width:58px;
	height:58px;
	display:flex;
	justify-content:center;
	align-items:center;
	margin:0 20px 0 0;
	border:1px solid #bd8b63;
}
.sec_ud_top div img {
	max-width:80%;
	max-height:80%;
}
.sec_ud_item {
	display:flex;
	margin: 0 0 10px;
}
.sec_ud_item div:nth-child(2) {
	font-weight:bold;
	margin:0 0 0 5px;
}

/* ------ ------ sec_ro ------ ------ */

.sec_ro {
	margin-top: 77px;
}
.ser_ro_adress {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 10px;
}
.ser_ro_adress div {
	width:424px;
	display:flex;
}
.ser_ro_adress img {
	width:40px;
	margin:0 20px 0 0;
}
.ser_ro_adress span {
	font-size:13px;
	display:block;
	border-bottom:1px solid #bcbcbc;
	text-transform:uppercase;
}
.sec_ro_map {
	border-bottom:7px solid #cda274;
	margin: 30px 0 0;
}
.sec_ro_map iframe {
	max-height:470px;
	height:470px;
	margin:0;
	padding:0;
	border: 0;
}

/* ------ ------ sec_cd ------ ------ */

.sec_cd {
	margin: 52px 0 0;;
}
.sec_cd .container > .row {
	margin-top:36px;
}
.sec_cd_item {
	display:flex;
	font-size:15px;
	align-items:center;
	margin-bottom: 18px;
}
.sec_cd_item div:first-child {
	min-width:60px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.sec_cd_item img {
	height:30px;
	max-width:30px;
}
.sec_cd_item h3,
.sec_cd_cas_txt h3{
	text-decoration:underline;
	padding-right:5px;
	margin:0;
	font-weight:normal;
}
.sec_cd_item div:last-child {
	padding-left:5px;
}
.sec_cd_cas {
	background:#bd8b63;
	padding:30px 20px;
	color:#fff;
}
.sec_cd_cas_ico {
	padding:0 0 20px;
}
.sec_cd_cas_ico img {
	height:44px;
}
.sec_cd_cas_txt {
	display:flex;
	align-items:center;
    font-size: 15px;
}
.sec_cd_cas_txt div:nth-child(1) {
	text-decoration:underline;
	padding-right:5px;
}
.sec_cd_cas_txt div:nth-child(2) {
	padding-left:5px;
}


/* ------ ------ sec_form ------ ------ */

.sec_form {
    margin: 60px 0 0;
}
.sec_form_bg {
	background:#000;
	position:relative;
	height:565px;
}
.sec_form_bg div {
	opacity:0.75;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.sec_form_in { 
	background:#f4f4f4;
	padding:35px 40px 50px;
	margin-top:-180px;
	position:relative;
	z-index:3;
	box-shadow: 0 15px 30px 0 rgba(0,0,0,0.1);
}
.sec_form .mtitle {
	text-align:center;
	margin:0 0 36px;
	font-size:36px;
	color:#646567;
}
.sec_form_row {
	display:flex;
	margin:0 -4px;
}
.sec_form_item {
	display:flex;
	padding:0 4px;
	flex-direction:column;
}
.sec_form_item p {
	margin:0;
}
.sec_form_item label {
	font-size:14px;
	color:#5b5b5b;
	display:block;
	margin:0;
	height:34px;
}
.sec_form_item textarea,
.sec_form_item input[type="text"],
.sec_form_item input[type="tel"] {
	width:258px;
	height:46px;
	padding:0 20px;
	border:1px solid #d4d4d4;
}
.sec_form_item input[type="date"] {
	height:46px;
	width:218px;
	padding:0 10px 0 20px;
	border:1px solid #d4d4d4;
}
.sec_form_item textarea {
height:200px;
	padding:20px;
}
#rev .sec_form_row {
flex-direction:column;
}
#rev .sec_form_row input,
#rev .sec_form_row textarea {
width:100%;
}
.sec_form_item input[type="submit"] {
	width:332px;
	height:46px;
	display:flex;
	justify-content:center;
	align-items:center;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	letter-spacing: 2px;
	background:#bd8b63;
	text-transform:uppercase;
	transition: color 0.5s ease,box-shadow 0.5s ease;
	box-shadow: 0 0 0 0 #bd8b63;
	border:0;
}
.sec_form_item input[type="submit"]:hover {
	color:#000;
	box-shadow: 0 0 20px 0 #bd8b63;
}
.sec_form_item input[type="date"]::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0);
    opacity: 1;
    display: block;
    background: url(img/ico_cal.png) no-repeat;
    width: 20px;
    height: 20px;
    border-width: thin;
}

/* ------ ------ sec_cont ------ ------ */

.sec_cont {
	margin:75px 0 0;
}
.sec_cont .btitle {
	text-align:center;
}
.sec_cont .row {
    margin-top: 54px;
}
.sec_cont_item {
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	background:#f4f4f4;
	padding: 30px 15px 42px;
}
.sec_cont_ico {
	height:40px;
	margin: 0px 0 30px;
}
.sec_cont_ico img {
	max-height:40px;
}
.sec_cont_tit {
	font-size:24px;
	text-transform:uppercase;
    margin: 0px 0 20px;
}
.sec_cont_txt {
	font-size:18px;
}
.sec_cont_txt a {
	color:#000;
}

/* ------ ------ footer ------ ------ */

footer {
    margin: 96px 0 0;
	background:#202020;
	padding:58px 0 0;
	color:#fff;
}
.footer_top .container {
    display: flex;
    justify-content: space-between;
}
.f_info_l,
.f_info_r {
	width:450px;
}
.f_info_l {
    margin: 35px 0 0;
	font-size:13px;
	text-transform:uppercase;
}
.f_info_l p {
	color:#bd8b63;
}
.f_info_l span {
	color:#fff;
}
.f_info_l a {
	color:#fff;
	font-size:24px;
}
.footer_soc .container  {
	display:flex;
	justify-content:center;
}
.footer_soc .container a {
    margin: 0 10px;
}
.footer_soc .container img {
    width: 22px;
}
.f_info_r {
    margin: 35px 0 0;
     display: flex;
	font-size:16px;
    flex-direction: column;
    align-items: flex-end;
}
.f_info_r a {
	color:#bd8b63;
}
.footer_soc {
	margin: 52px 0 0;
}
.footer_cop {
	text-align:center;
	color:#fff;
	font-size:12px;
    margin: 44px 0 0;
}
.footer_cop a {
	color:#616161;
}
.footer_map {
	color:#000;
}
.footer_map_in {
	margin:30px 0 0;
}
.footer_map_in iframe {
    max-height: 470px;
    height: 470px;
    margin: 0;
    padding: 0;
    border: 0;
}

/* ------ ------ media ------ ------ */

@media all and (max-width: 1400px) {
	.sec_form_row {
		flex-wrap:wrap;
		justify-content: center;
	}
}
@media all and (max-width: 1199px) {
	.sec_ap_l_imgs {
		display:flex;
	}
	.sec_ap_l_imgs > .sec_ap_l_img:nth-child(1) div {
		width: 458px;
		height: 323px;
		left: unset;
		top:unset;
		margin: 55px 10px 0 0;
		position:relative;
	}
	.sec_ap_l_imgs > .sec_ap_l_img:nth-child(2) div {
		width: 458px;
		height: 323px;
		border: 0;
		position: relative;
		z-index: 2;
		margin: 55px 0 0 10px;

	}
	.sec_ap_l_imgs > .sec_ap_l_img:nth-child(2) {
		padding:0;
	}
	.sec_ap .container {
		display: flex;
		flex-direction: column;
	}
	.sec_ap_l {
		order: -1;
	}
	.sec_ap_r {
		display: flex;
		flex-direction: column;
	}
	.sec_no_row_col_info {
		flex-direction: column;
	}
	.sec_no_row_col_info div {
		display: flex;
		margin: 0 0 6px;
	}
	.sec_no_row_col_bottom {
		flex-direction: column;
	}
	.sec_no_row_col_price {
		margin:0 0 20px;
	}
	.sec_cont_item {
		height: 100%;
	}
}
@media all and (max-width: 991px) {
	header .container {
		align-items: center;
		flex-direction: column;
	}
	.logo {
		order:-1;
		padding-bottom:20px;
	}
	.h_adress_t {
		flex-direction: column;
		text-align:center;
	}
	.h_adress_b {
		text-align:center;
	}
	.h_adress_t span {
		padding: 10px 0 0;
	}
	.h_info {
		align-items: center;
	}
	.sec_ap_l_imgs > .sec_ap_l_img {
		width: 50% !important;
	}
	.sec_ap_l_imgs > .sec_ap_l_img > div {
		width: 100% !important;
		height: 216px !important;
	}
	.sec_no_slick_item {
		height: 236px;
	}
	.sec_no_row_col_tit {
		font-size: 20px;
	}
	.sec_ud .row > div {
		margin-bottom:20px;
	}
	.ser_ro_adress {
		justify-content: flex-start;
		padding-top: 20px;
	}
	.sec_form_item {
		margin:0 0 20px;
	}
	.sec_form_item input[type="date"] {
		width: 258px;
	}
	.sec_cont .row > div {
		margin:0 0 20px;
	}
	footer .footer_top .container {
		align-items: center;
		flex-direction: column;
	}
	.logo {
		order:-1;
		padding-bottom:20px;
	}
	.f_info_l {
		flex-direction: column;
		text-align:center;
		text-align:center;
	}
	.f_info_r {
		align-items: center;
	}
	.f_info_r p {
		text-align:center !important;
	}
}
@media all and (max-width: 767px) {
	.h_adress_t {
		padding-top:0;
	}
	.mtitle,
	.sec_form .mtitle	{
		font-size: 30px;
	}
	.sec_no_row {
		margin: 28px 0 0;
		justify-content: center;
		flex-direction: column;
	}
	.sec_no_row_col {
		width: 100%;
		padding: 0;
		margin:0 0 20px;
	}
	.footer_map .btitle {
		text-align:center;
		padding-top:30px;
	}
}
@media all and (max-width:565px) {
	.logo_txt p {
		font-size: 20px;
		margin: 10px 0 0 -5px;
	}
	.h_adress, .h_info {
		width: 290px;
	}
	.slide_stit {
		font-size: 22px;
		letter-spacing: 1px;
	}
	.slide_tit {
		font-size: 26px;
	}
	.modal_btn,
	.sec_no_row_col_bottom .modal_btn,
	.sec_form_item input[type="submit"]	{
		width:290px;
	}
	.slide_btn a {
		margin:30px auto 0;
	}
	.slide {
		padding:30px 0;
	}
	.sec_ap_l_imgs {
		flex-direction: column;
		justify-content:center;
		align-items: center;
	}
	.sec_ap_l_imgs > .sec_ap_l_img:nth-child(2) div {
		margin:10px 0 0;
	}
	.logo {
		width:100%;
	}
	.stitle {
		font-size: 16px;
		letter-spacing: 2px;
	}
	.mtitle, .sec_form .mtitle {
		font-size:18px;
	}
	.f_info_l,
	.f_info_r {
		width:auto;
	}
	.sec_ap_l {
		 min-width:unset;
	}
	.sec_ap_l_imgs > .sec_ap_l_img {
		width: 100% !important;
	}
	.sec_no_row_col_bot {
		padding-bottom:0;
	}
	.sec_form_bg {
		height: 265px;
	}
	footer {
		text-align:center;
	}
	.sec_form_in {
		padding-bottom:0;
	}
	.sec_form_item {
		margin: 0 
	}
	.f_info_l p,.f_info_r p {
		display: flex;
		flex-direction: column;
	}

}

.wpcf7 .wpcf7-spinner{
  position:absolute !important;
}
.wpcf7-form-control-wrap {
  display:block;
}
.wpcf7-form.invalid .wpcf7-not-valid-tip {
  position:absolute;
  top:0;
  bottom:0;
  left:-30px;
  margin:auto;
  width:30px;
  height:30px;
  -webkit-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
  font-size:0;
}
.wpcf7-form.invalid .wpcf7-not-valid-tip {
  background:#dc3232;
}
.wpcf7-form.invalid .wpcf7-not-valid-tip:before,
.wpcf7-form.invalid .wpcf7-not-valid-tip:after{
  width:20px;
  height:4px;
  content:'';
  display:block;
  position:absolute;
  background:#fff;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
}
.wpcf7-form.invalid .wpcf7-not-valid-tip:before {
  transform: rotate(45deg);
}
.wpcf7-form.invalid .wpcf7-not-valid-tip:after {
  transform: rotate(-45deg);
}
.wpcf7 form .wpcf7-response-output {
  font-size:12px;
  text-align:center;
}
.wpcf7 .wpcf7-submit:disabled {
	opacity:0.7;
}
.modal_title {
	font-size: 48px;
    letter-spacing: 2px;
	text-align:center;
	margin:0 0 20px;
}
.sec_form_item_btn {
	display:none;
}
#modal .sec_form_row {
    display: flex;
    margin: 0 ;
    flex-direction: column;
    align-items: center;
}
#modal .sec_form_item {
	padding:0 0 10px;
}
#modal .sec_form_item input[type="date"],
#modal .sec_form_item input[type="submit"] {
	width:258px;
}
#polit {
	max-width:800px;
}
#modal .sec_form_item label {
    font-size: 14px;
    color: #5b5b5b;
    display: block;
    margin: 0 0 5px;
    height: unset;
}
.sec_no_more {
	text-align:center;
	margin:30px 0 0;
	color:#000;
}
.sec_no_more a {
	color: #bd8b63;
}
@media all and (max-width:565px) {
	.modal_title {
		font-size: 18px;
	}
	#modal,
	#polit	{
		padding: 20px;
	}
	.entry {
		font-size:14px;
	}
}
.rev_btn_go {
	margin:30px auto 0;
}
.sec_rev {
	margin-top:30px;
}
.sec_rev_i > div {
	padding:0 20%;
	font-size:18px;
	text-align:center;
}
.sec_rev_im {
font-weight:bold;
}
.sec_rev .slick-arrow {
	position:absolute;
	width:48px;
	height:48px;
	top:0;
	bottom:0;
	font-size:0;
	border:0;
	cursor:pointer;
	z-index:2;
	padding:0;
	margin:auto;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
	border-radius:100px;
	background:url(img/slick_arrow.png) center no-repeat rgba(255,255,255,0.75);
}
.sec_rev .slick-prev {
	left:6px;
}
.sec_rev .slick-next {
	right:6px;
	transform: rotate(180deg);
}
@media all and (max-width:991px) {
	.sec_rev_i > div {
		padding:0;
		font-size:16px;
	}
}
.sec_rev_r .slick-list {
    box-sizing: content-box;
    padding-bottom: 20px;}