@import url("fonts/fonts.css");

/*-- RESET --*/

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea, input, button {
  font-family: inherit;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0 none;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
  height: 100%;
}
body {
  font-family: 'Montserrat';
  margin: 0;
  height: 100%;
  width: 100%;
}
a {
  color: #FFDFAE;
}
a:hover {
  text-decoration: none;
}
ol, ul {
  list-style: outside none none;
}
blockquote, q {
  quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
strong, b {
  font-weight: 700;
}
img {
  max-width: 100%;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
img {
  max-width: 100%;
}
button input {
  display: none !important;
}

/*-- GENERAL --*/

body {
  background-color: #282828;
  background-position: top center;
  background-repeat: no-repeat;
  color: #0B0B12;
  height: auto;
  position: relative;
}
.container {
  display: block;
  margin: 0 auto;
  max-width: 1156px;
  padding: 0 10px;
  position: relative;
  width: 100%;
}

.background_title {
  font-family: 'Playfair Display';
  font-weight: 400;
  font-size: 90px;
  line-height: 120px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #FFDFAE;
  opacity: 0.02;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.btn {
  background: linear-gradient(198.45deg, #FFDD9D 12.51%, #EAC379 87.89%);
  box-shadow: 3px 3px 50px rgba(192, 157, 103, 0.4);
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  height: 62px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #7A5823;
  text-decoration: none;
  position: relative;
  transition: 0.25s;
}
.btn:after {
  background: linear-gradient(198.45deg, #FFDFAE 12.51%, #FCD496 87.89%);
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transition: 0.25s;
  opacity: 0;
  z-index: 1;
}
.btn span {
  position: relative;
  z-index: 2;
}
.btn:hover {
  box-shadow: 3px 3px 50px rgba(192, 157, 103, 0.6);
}
.btn:hover:after {
  opacity: 1;
}
.btn:active {
  box-shadow: 3px 3px 50px rgba(192, 157, 103, 0.4);
}
.btn:active:after {
  opacity: 0;
}
.btn_txt {
  margin-right: 14px;
}
.btn_icon {
  font-size: 0;
}
.btn_icon > * {
  display: inline-block;
  vertical-align: middle;
}
.title_bk_wrapper {
  position: relative;
}
.title_bk {
  font-family: 'Playfair Display';
  font-weight: 400;
  font-size: 40px;
  line-height: 53px;
  letter-spacing: 0.03em;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #FFDFAE;
  position: relative;
  padding-left: 100px;
  z-index: 2;
}
.title_bk:before {
  background: #FFDFAE;
  content: '';
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  width: 60px;
  z-index: 2;
}
.title_bk_background {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  max-width: 1336px;
  margin: 0 auto;
  text-align: right;
  white-space: nowrap;
}
.bk_images {
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  width: 100%;
}
.bk_image_bg {
  position: absolute;
}
.link_to_up {
  background: #2D2D2D;
  display: none;
  font-weight: 400;
  font-size: 80px;
  line-height: 60px;
  letter-spacing: 0.03em;
  color: rgba(255, 223, 174, 0.5);
  text-decoration: none;
  position: fixed;
  z-index: 99;
  text-align: center;
  padding-left: 4px;
  bottom: 11px;
  right: 11px;
  height: 80px;
  width: 80px;
  transition: 0.25s;
  overflow: hidden;
}
.link_to_up:hover {
  background-color: #373737;
  color: #FFDFAE;
}
.wrapper {
  overflow: hidden;
}

/*-- FTBK --*/

.ftbk_title_background {
  top: 104px;
  left: 0;
  width: 542px;
  z-index: 2;
}
.first_bk {
  max-width: 1336px;
  margin: 0 auto;
}
.ftbk_left {
  position: relative;
  width: 513px;
  padding: 70px 32px 0 100px;
}
.ftbk_right {
  width: calc(100% - 513px);
}
.ftbk_inside {
  padding-bottom: 72px;
  position: relative;
  z-index: 2;
  height: 100%;
}
.ftbk_menu > ul {
  font-size: 0;
}
.ftbk_menu > ul > li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
  position: relative;
}
.ftbk_menu > ul > li:first-child {
  padding-left: 0;
}
.ftbk_menu > ul > li:last-child {
  padding-right: 0;
}
.ftbk_menu > ul > li:after {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: rgba(255, 255, 255, 0.3);
  content: '|';
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
}
.ftbk_menu > ul > li:last-child:after {
  display: none;
}
.ftbk_menu > ul > li > a {
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: 0.25s;
}
.ftbk_menu > ul > li.current-menu-item > a,
.ftbk_menu > ul > li > a:hover {
  color: #FFDFAE;
}
.ftbk_title {
  font-size: 0;
  margin-top: 58px;
}
.ftbk_title span {
  border-bottom: 1px solid #FFDFAE;
  display: inline-block;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-bottom: 20px;
}
.ftbk_bigtitle {
  background: rgba(49, 49, 49, 0.7);
  box-shadow: 14px 14px 10px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2px);
  margin: 30px 0 0 -100px;
  padding: 20px 20px 30px 100px;
  width: 767px;
}
.ftbk_bigtitle__txt {
  font-family: 'Playfair Display';
  font-weight: 400;
  font-size: 40px;
  line-height: 53px;
  letter-spacing: 0.03em;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #FFDFAE;
}
.ftbk_out_of_stock__wrapper {
  width: 100%;
  flex-shrink: 0;
}
.ftbk_out_of_stock {
  margin-top: 24px;
  display: inline-block;
  font-weight: normal;
  font-size: 24px;
  color: #FF0000;
  padding: 16px;
  background: #ffe5e5;
}
.ftbk_price {
  font-weight: 300;
  font-size: 20px;
  line-height: 200%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  margin-top: 40px;
}
.ftbk_price span {
  color: #FFDFAE;
}
.ftbk_btn {
  max-width: 280px;
  margin-top: 30px;
}

.ftbk_scroll {
  position: absolute;
  left: -20px;
  bottom: 0;
}
.ftbk_scroll:after {
  background-image: url(../img/icon_arr_scroll.svg);
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  position: absolute;
  left: 75%;
  bottom: 0;
  height: 71px;
  width: 9px;
}
.ftbk_scroll__txt {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
  color: #FFDFAE;
  transform: rotate(-90deg) translateX(30%);
  width: 71px;
}

.ftbk_slider_wrapper {
  position: relative;
  z-index: 1;
  height: 100%;
}
.ftbk_slider {
  height: 681px;
  overflow: hidden;
}
.ftbk_slider > div,
.ftbk_slider > div > div,
.ftbk_slider > div > div > div {
  height: 100%;
}
.ftbk_slide_image {
  font-size: 0;
  height: 681px;
}
.ftbk_slide_image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.ftbk_slider .slick-dots {
  display: none !important;
}
.ftbk_slider_nav {
  background: #2D2D2D;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.ftbk_slider_nav_arr {
  background: #2D2D2D;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  font-weight: 400;
  font-size: 80px;
  line-height: 60px;
  letter-spacing: 0.03em;
  color: rgba(255, 223, 174, 0.5);
  position: relative;
  overflow: hidden;
  text-align: center;
  height: 80px;
  width: 116px;
  transition: 0.25s;
}
.ftbk_slider_nav_arr:hover {
  background-color: #373737;
  color: #FFDFAE;
}
.ftbk_slider_nav_arr:active {
  background-color: #2D2D2D;
  color: #FFDFAE;
}
.ftbk_slider_nav_count {
  font-weight: 400;
  font-size: 40px;
  line-height: 49px;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding-left: 10px;
  color: #FFDFAE;
  width: 86px;
}
.ftbk_slider_nav_count span {
  font-size: 20px;
  line-height: 24px;
}

/*-- ADVANTAGES --*/

.advantages {
  margin-top: 100px;
}
.advantage_item {
  margin-bottom: 106px;
}
.advantage_item:last-child {
  margin-bottom: 0;
}
.advantage_cols {
  margin-top: 80px;
}
.advantage_left {
  width: calc(100% - 600px);
  position: relative;
  z-index: 1;
}
.advantage_right {
  padding: 0 0 0 100px;
  width: 600px;
  position: relative;
  z-index: 3;
}
.advantage_item--right .advantage_left {
  order: 1;
}
.advantage_item--right .advantage_right {
  order: 0;
  padding: 0 100px 0 0;
}
.advantage_image {
  font-size: 0;
}
.advantage_content {
  font-weight: 400;
  font-size: 20px;
  line-height: 200%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}
.advantage_content > * {
  margin-bottom: 40px;
}
.advantage_content > *:last-child {
  margin-bottom: 0;
}
.advantage_big_title {
  font-family: 'Playfair Display';
  font-weight: 400;
  font-size: 40px;
  line-height: 150%;
  letter-spacing: 0.03em;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #FFDFAE;
  margin-top: 40px;
}

.advantage_item {
  position: relative;
}
.advantage_item:before,
.advantage_item:after {
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  position: absolute;
  z-index: 2;
}
.advantage_item:before {
  opacity: 0.01;
}
.advantage_item--1:before {
  background-image: url(../img/bg_advantage_icon_1.svg);
  right: 232px;
  top: 57px;
  height: 500px;
  width: 433px;
}
.advantage_item--1:after {
  background-image: url(../img/bg_advantage_1.png);
  right: 11px;
  top: 110px;
  height: 375px;
  width: 296px;
}
.advantage_item--2:before {
  background-image: url(../img/bg_advantage_icon_2.svg);
  left: 15px;
  top: 162px;
  height: 435px;
  width: 466px;
}
.advantage_item--2:after {
  background-image: url(../img/bg_advantage_2.png);
  left: 0;
  top: -75px;
  height: 596px;
  width: 815px;
}
.advantage_item--3:before {
  background-image: url(../img/bg_advantage_icon_3.svg);
  right: 51px;
  top: 208px;
  height: 425px;
  width: 500px;
}
.advantage_item--3:after {
  background-image: url(../img/bg_advantage_3.png);
  right: 58px;
  top: 75px;
  height: 265px;
  width: 372px;
}
.advantage_item--4:before {
  background-image: url(../img/bg_advantage_icon_4.svg);
  left: 43px;
  top: 54px;
  height: 500px;
  width: 500px;
}
.advantage_item--4:after {
  background-image: url(../img/bg_advantage_4.png);
  left: 0;
  top: 64px;
  height: 495px;
  width: 654px;
}

/*-- MAP BK --*/

.map_bk {
  margin-top: 85px;
}
.map_top {
  position: relative;
}
.map_top_item {
  max-height: 0px;
  overflow: hidden;
}
.map_links {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}
.map_link_wrapper {
  margin: 0;
}
.map_link {
  display: inline-block;
  width: 320px;
}
.map_link .btn {
  width: 100%;
  padding: 0 10px;
  justify-content: center;
}
.map_link .btn span {
  text-align: center;
  width: 100%;
}

.map_top_item.active {
  max-height: 9999999px;
}
.map_top_inside {
  font-size: 0;
  height: 780px;
}
.map_top_inside > * {
  height: 100% !important;
}
.map_top_inside img {
  object-fit: cover;
  width: 100%;
}

.map_status {
  margin-top: 46px;
}
.map_status_left {
  width: 555px;
}
.map_status_right {
  padding-left: 97px;
  width: calc(100% - 555px);
}
.map_status_table {
  margin-top: 37px;
  padding-top: 8px;
}
.map_status_table__title {
  font-family: 'Playfair Display';
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.03em;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #FFDFAE;
  text-align: center;
}.map_status_left {
  width: 555px;
}
.map_status_right {
  padding-left: 97px;
  width: calc(100% - 555px);
}
.map_status_table__title {
  background: #2D2D2D;
  font-family: 'Playfair Display';
  font-weight: 400;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0.03em;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #FFDFAE;
  text-align: center;
  padding: 16px 0;
}
.map_status_table__inside {
  background: #373737;
}
.map_status_item {
  border-color: #282828;
  border-style: solid;
  border-width: 1px 1px 0 0;
  padding: 19px 0 16px;
}
.map_status_item:nth-child(4n) {
  border-right: 0;
}
.map_status_item__icon {
  font-size: 0;
  width: 22px;
}
.map_status_item__value {
  font-weight: 400;
  font-size: 12px;
  line-height: 200%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  margin-left: 7px;
}
.map_status_types {
  margin-top: 37px;
}

.row.row_map_status_types {
  margin: 0 -65px -20px;
}
.row.row_map_status_types .col {
  padding: 0 65px;
  margin-bottom: 20px;
}
.map_status_type_icon {
  height: 32px;
  width: 47px;
}
.map_status_type_txt {
  padding-left: 20px;
  width: calc(100% - 47px);
}
.map_status_type_txt {
  font-weight: 400;
  font-size: 12px;
  line-height: 200%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}
.map_status_btn {
  margin-top: 37px;
}

.map_bottom {
  margin-top: 121px;
  margin-bottom: 85px;
}
.map_bottom_inside {
  background: #2D2D2D;
  padding: 28px 80px;
  margin: 0 auto;
  max-width: 850px;
  width: 100%;
}
.map_bottom_icon {
  font-size: 0;
  width: 80px;
}
.map_bottom_desc {
  font-weight: 400;
  font-size: 20px;
  line-height: 200%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  padding-left: 60px;
  width: calc(100% - 80px);
}

/*-- FEATURES --*/

.features {
  position: relative;
  margin-top: 80px;
}
.features:before {
  background-image: url(../img/icon_background_road.svg);
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  opacity: 0.01;
  position: absolute;
  left: 33px;
  bottom: 29px;
  height: 430px;
  width: 488px;
}
.features .container {
  z-index: 2;
}
.features_counts {
  max-width: 1098px;
  margin: 0 auto;
}
.row.row_features_counts {
  margin: 0 -10px -50px;
}
.row.row_features_counts .col {
  padding: 0 10px;
  margin-bottom: 50px;
}
.features_count {
  text-align: center;
}
.features_count_number {
  font-family: 'Playfair Display';
  font-weight: 400;
  font-size: 40px;
  line-height: 150%;
  letter-spacing: 0.03em;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #FFDFAE;
}
.features_count_title {
  font-weight: 400;
  font-size: 20px;
  line-height: 200%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  margin-top: 10px;
}
.features_items {
  max-width: 647px;
  margin: 60px auto 0;
}
.features_item {
  background: #2D2D2D;
  margin-bottom: 20px;
  padding: 20px 60px;
}
.features_item:last-child {
  margin-bottom: 0;
}
.features_item_title {
  padding-left: 70px;
  position: relative;
  font-weight: 400;
  font-size: 20px;
  line-height: 200%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}
.features_item_title:before {
  background-image: url(../img/icon_check.svg);
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
  width: 30px;
}

/*-- PROCESS --*/

.process {
  margin-top: 113px;
}
.process_items {
  max-width: 1123px;
  margin: 80px auto 0;
}
.row.row_process_items {
  margin: 0 -30px -56px;
}
.row.row_process_items .col {
  padding: 0 30px;
  margin-bottom: 56px;
}
.process_item {
  text-align: center;
}
.process_item_icon {
  font-size: 0;
}
.process_item_title {
  font-family: 'Playfair Display';
  font-weight: 400;
  font-size: 24px;
  line-height: 200%;
  letter-spacing: 0.03em;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #FFDFAE;
  margin-top: 36px;
}
.process_item_desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  margin-top: 10px;
}

/*-- GALLERY --*/

.gallery {
  margin-top: 113px;
}
.gallery_items {
  margin-top: 80px;
}
.row.row_gallery_items {
  margin: 0 -10px -20px;
}
.row.row_gallery_items .col {
  padding: 0 10px;
  margin-bottom: 20px;
}
.gallery_item {
  display: block;
  text-decoration: none;
  font-size: 0;
  position: relative;
  height: 460px;
  overflow: hidden;
}
.gallery_item_image {
  height: 100%;
  width: 100%;
}
.gallery_item_image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.gallery_item_title {
  background: #2D2D2D;
  padding: 6px 30px 6px 20px;
  position: absolute;
  right: 0;
  transform: translateX(100%);
  bottom: 20px;
  opacity: 0;
  transition: 0.35s;
}
.gallery_item_title span {
  color: #FFDFAE;
  font-family: 'Playfair Display';
  font-weight: 400;
  font-size: 24px;
  line-height: 200%;
  text-align: center;
  letter-spacing: 0.03em;
  font-feature-settings: 'pnum' on, 'lnum' on;
  display: block;
  padding-left: 50px;
  position: relative;
}
.gallery_item_title span:before {
  background: #FFDFAE;
  content: '';
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  width: 30px;
  z-index: 2;
}
.gallery_item:hover .gallery_item_title {
  transform: translateX(0);
  opacity: 1;
}

/*-- GIFT --*/

.gift {
  position: relative;
  margin-top: 133px;
}
.gift:before {
  background-image: url(../img/icon_background_gift.svg);
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  left: 105px;
  top: 275px;
  opacity: 0.01;
  height: 429px;
  width: 580px;
}
.gift_bg_1 {
  top: 177px;
  left: 0;
}
.gift_bg_2 {
  top: -58px;
  right: 0;
}
.gift_bg_3 {
  top: 202px;
  left: 313px;
}
.gift_bg_4 {
  top: 131px;
  right: 375px;
}
.gift_bg_5 {
  top: 552px;
  left: 181px;
}
.gift_bg_6 {
  top: 391px;
  right: 85px;
}
.gift_bg_7 {
  top: 579xpx;
  right: 182px;
}
.gift_cols {
  margin-top: 50px;
}
.gift_left {
  padding-right: 57px;
  width: calc(100% - 450px);
}
.gift_image {
  font-size: 0;
  position: relative;
  right: -80px;
}
.gift_right {
  padding-top: 158px;
  width: 450px;
}
.gift_desc {
  font-weight: 400;
  font-size: 20px;
  line-height: 200%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}
.gift_desc > * {
  margin-bottom: 40px;
}
.gift_desc > *:last-child {
  margin-bottom: 0;
}

/*-- NEWS --*/

.news {
  margin-bottom: 52px;
  margin-top: 193px;
}
.news_slider {
  padding: 0 103px;
  margin-top: 40px;
}
.news_slider .slick-list {
  margin: 0 -23px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.news_slider .item {
  margin: 0 23px;
  position: relative;
}
.news_slider .item:after {
  background: radial-gradient(50% 50% at 50% 50%, #2D2D2D 0%, #2F2F2F 100%);
  filter: blur(10px);
  content: '';
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  margin: 0 auto;
  height: 10px;
  max-width: 220px;
  width: 100%;
  z-index: 1;
  transition: 0.25s;
}
.news_slider_item {
  position: relative;
  transform: translateY(0);
  transition: 0.25s;
  z-index: 2;
}
.ns_item_image {
  font-size: 0;
  height: 211px;
  overflow: hidden;
}
.ns_item_image a {
  display: block;
  height: 100%;
}
.ns_item_image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: 0.25s;
}
.ns_item_bottom {
  background: #2D2D2D;
  padding: 20px 30px 25px;
}
.ns_item_title {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0.03em;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #FFDFAE;
  height: 64px;
  overflow: hidden;
}
.ns_item_title a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  transition: 0.25s;
}
.ns_item_title a:hover {
  opacity: 0.7;
}
.ns_item_desc {
  margin-top: 11px;
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  height: 56px;
  overflow: hidden;
}
.ns_item_meta {
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  opacity: 0.5;
  margin-top: 20px;
}
.news_slider .item:hover:after {
  bottom: -15px;
}
.news_slider .item:hover .news_slider_item {
  transform: translateY(-20px);
}
.news_slider .item:hover .ns_item_image img {
  transform: scale(1.05);
}

.arr_sl {
  cursor: pointer;
  font-family: 'Playfair Display';
  font-weight: 400;
  font-size: 80px;
  line-height: 107px;
  letter-spacing: 0.03em;
  color: rgba(255, 223, 174, 0.5);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -10px;
  transition: 0.25s;
}
.arr_sl:hover {
  color: #FFDFAE;
}
.news_slider_nav .arr_left {
  left: 0;
}
.news_slider_nav .arr_right {
  right: 0;
}

/*-- CALLBACK --*/

.callback {
  background: #2D2D2D;
  margin: 113px 0 0;
  padding: 113px 0 0;
  position: relative;
}
.callback .container {
  z-index: 2;
}
.callback:before {
  background-image: url(../img/icon_background_question.svg);
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  position: absolute;
  right: 53px;
  top: 20px;
  height: 543px;
  width: 392px;
  z-index: 1;
}
.callback_cols {
  margin-top: 34px;
}
.callback_left {
  padding-left: 26px;
  width: 509px;
}
.callback_image {
  font-size: 0;
}
.callback_right {
  padding-top: 60px;
  padding-left: 15px;
  width: calc(100% - 509px);
}
.callback_inside {
  max-width: 480px;
}
.callback_title {
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  text-align: center;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}
.callback_form {
  margin: 40px auto 0;
  max-width: 280px;
}
.callback_field {
  margin-bottom: 40px;
}
.callback_field:last-child {
  margin-bottom: 0;
}
.callback_field--input input {
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  background: #373737;;
  border: 1px solid #373737;
  padding: 0 30px;
  height: 60px;
  width: 100%;
  transition: 0.25s;
}
.callback_field--input input:focus {
  border: 1px solid rgba(255, 223, 174, 0.5);
}
.callback_field--input input::-webkit-input-placeholder {
  color: rgb(255 255 255 / 0.3);
}
.callback_field--input input::-moz-placeholder {
  color: rgb(255 255 255 / 0.3);
}
.callback_field--input input:-ms-input-placeholder {
  color: rgb(255 255 255 / 0.3);
}
.callback_field--input input:-moz-placeholder {
  color: rgb(255 255 255 / 0.3);
}
.callback_field--submit .btn {
  width: 100%;
}

/*-- OTHER VILLAGE --*/

.other_village {
  padding: 147px 0 125px;
  overflow: hidden;
}
.other_village_bt {
  text-align: justify;
  left: 0;
  right: 0;
  top: -120px;
}
.other_village_inside {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 auto;
  z-index: 2;
}
.other_village_top {
  order: 2;
  min-width: 640px;
}
.other_village_image {
  height: 410px;
  font-size: 0;
}
.other_village_image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.other_village_bottom {
  padding: 119px 0px;
  order: 1;
  background: #2D2D2D;
  width: 100%;
  margin-right: -168px;
}
.light_theme .other_village_bottom {
  background-color: #E6E6E6;
}
.other_village_title {
  font-family: 'Playfair Display';
  font-weight: 400;
  font-size: 24px;
  line-height: 200%;
  text-align: center;
  letter-spacing: 0.03em;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #FFDFAE;
  margin-bottom: 10px;
  max-width: 470px;
}
.other_village_desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  margin-bottom: 40px;
  max-width: 470px;
  text-align: center;
}
.other_village_btn {
  width: 470px;
  text-align: center;
}
.other_village_btn a {
  display: inline-flex;
  min-width: 280px;
}

/*-- FOOTER --*/

.footer {
  background: #2D2D2D;
  padding: 40px 0;
}
.footer_top {
  margin-bottom: 40px;
}
.footer_desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}
.footer_desc a {
  text-decoration: none;
  transition: 0.25s;
}
.footer_desc a:hover {
  opacity: 0.7;
}
.footer_bottom div {
  font-weight: 400;
  font-size: 20px;
  line-height: 200%;
  letter-spacing: 0.03em;
  color: rgb(255 255 255 / 0.3);
}
.footer_bottom a {
  color: inherit;
  text-decoration: none;
  transition: 0.25s;
}
.footer_bottom a:hover {
  color: rgba(255, 223, 174, 0.5);
}
.footer_bottom a:active {
  color: #FFDFAE;
}

/*-- MODAL --*/

body.overflow {
  overflow: hidden;
}
#overlay {
  background: rgba(51, 51, 51, 0.6);
  cursor: pointer;
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1500;
  overflow: auto;
}
.modal_window {
  background-color: #FFFFFF;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1);
  border-radius: 32px;
  cursor: default;
  position: absolute;
  display: none;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  padding: 24px;
  margin: 0 auto;
  z-index: 1501;
  max-width: 410px;
  width: 100%;
  overflow: hidden;
}

.modal_window {
  background: #282828;
  border-radius: 0;
  box-shadow: none;
  max-width: 580px;
  height: 475px;
  padding: 0 40px;
}
.modal_basic:before {
  background-image: url(../img/icon_bg_modal_basic.svg);
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  position: absolute;
  right: 0;
  top: 35px;
  opacity: 0.01;
  height: 408px;
  width: 323px;
}
.modal_close {
  cursor: pointer;
  font-size: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  transition: 0.25s;
}
.modal_close:hover {
  opacity: 0.5;
}
.modal_inside_wrapper {
  position: relative;
  z-index: 2;
  height: 100%;
}
.modal_title {
  color: #FFDFAE;
  font-family: 'Playfair Display';
  font-weight: 400;
  font-size: 40px;
  line-height: 53px;
  letter-spacing: 0.03em;
  font-feature-settings: 'pnum' on, 'lnum' on;
  text-align: center;
}
.modal_desc {
  margin-top: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 200%;
  text-align: center;
  letter-spacing: 0.03em;
  color: #FFFFFF
}
.modal_form {
  margin: 40px auto 0;
  max-width: 280px;
}
.modal_btn {
  margin: 40px auto 0;
  max-width: 280px;
}
.modal_success:before {
  background-image: url(../img/icon_bg_modal_success.svg);
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.01;
  height: 475px;
  width: 315px;
}

/*---- LIGHT THEME ----*/

.light_theme {
  background: #F1F1F1;
}
.light_theme .background_title {
  color: #373737;
  opacity: 0.02;
}
.light_theme .ftbk_menu > ul > li:after,
.light_theme .ftbk_menu > ul > li > a {
  color: #373737;
}
.light_theme .ftbk_menu > ul > li.current-menu-item > a,
.light_theme .ftbk_menu > ul > li > a:hover {
  color: #C1A84D;
}
.light_theme .ftbk_title span {
  color: #373737;
  border-color: #C1A84D;
}
.light_theme .ftbk_bigtitle {
  background: rgb(230 230 230 / 0.95);
  box-shadow: none;
}
.light_theme .ftbk_bigtitle__txt {
  color: #C1A84D;
}
.light_theme .ftbk_price {
  color: #373737;
}
.light_theme .ftbk_price span,
.light_theme .ftbk_scroll__txt {
  color: #C1A84D;
}
.light_theme .ftbk_scroll:after {
  filter: brightness(0.8)
}
.light_theme .ftbk_slider_nav {
  background: rgb(230 230 230 / 0.9);
}
.light_theme .ftbk_slider_nav_arr {
  background-color: #E6E6E6;
  color: rgb(193 168 77 / 0.3);
}
.light_theme .ftbk_slider_nav_arr:hover {
  background-color: #E6E6E6;
  color: #C1A84D;
}
.light_theme .ftbk_slider_nav_arr svg path {
  fill: #C1A84D;
}
.light_theme .ftbk_slider_nav_arr:active {
  background-color: #E6E6E6;
  color: #DBB117;
}
.light_theme .ftbk_slider_nav_count {
  color: #DBB117;
}
.light_theme .title_bk {
  color: #C1A84D;
}
.light_theme .title_bk:before {
  background: #C1A84D;
}
.light_theme .advantage_item:before {
  opacity: 0.03;
  filter: brightness(0.1);
}
.light_theme .advantage_content {
  color: #373737;
}
.light_theme .advantage_big_title {
  color: #C1A84D;
}
.light_theme .map_status_table__title,
.light_theme .map_bottom_inside {
  background: #E6E6E6;
  color: #C1A84D;
}
.light_theme .map_status_table__inside {
  background: #d7d7d7;
}
.light_theme .map_status_item {
  border-color: #bebebe;
}
.light_theme .map_status_item__value,
.light_theme .map_status_type_txt,
.light_theme .map_bottom_desc {
  color: #373737;
}
.light_theme .features_count_number,
.light_theme .process_item_title,
.light_theme .gallery_item_title span{
  color: #C1A84D;
}
.light_theme .features_count_title,
.light_theme .process_item_desc  {
  color: #373737;
}
.light_theme .features_item {
  background: #E6E6E6;
}
.light_theme .features_item_title,
.light_theme .gift_desc {
  color: #373737;
}
.light_theme .features_item_title:before,
.light_theme .process_item_icon {
  filter: brightness(0.8);
}
.light_theme .gallery_item_title {
  background: #E6E6E6;
}
.light_theme .gallery_item_title span:before {
  background: #C1A84D;
}
.light_theme .features:before,
.light_theme .gift:before {
  opacity: 0.03;
  filter: brightness(0.1);
}
.light_theme .arr_sl {
  color: rgb(193 168 77 / 0.5);
}
.light_theme .arr_sl:hover {
  color: rgb(193 168 77 / 1);
}
.light_theme .arr_sl:active {
  color: #DBB117;
}
.light_theme .ns_item_bottom {
  background: #E6E6E6;
}
.light_theme .ns_item_title {
  color: #C1A84D;
}
.light_theme .ns_item_desc {
  color: #373737;
}
.light_theme .ns_item_meta {
  color: #373737;
}
.light_theme .news_slider .item:after {
  background: radial-gradient(50% 50% at 50% 50%, rgb(45 45 45 / 0.35) 0%, rgb(47 47 47 / 0.35) 100%);
}
.light_theme .callback {
  background: #E6E6E6;
}
.light_theme .callback_title {
  color: #373737;
}
.light_theme .callback_field--input input {
  background: #F1F1F1;
  border-color: #F1F1F1;
  color: #373737;
}
.light_theme .callback_field--input input:focus {
  border-color: #C1A84D;
}
.light_theme .callback_field--input input::-webkit-input-placeholder {
  color: rgb(55 55 55 / 0.3);
}
.light_theme .callback_field--input input::-moz-placeholder {
  color: rgb(55 55 55 / 0.3);
}
.light_theme .callback_field--input input:-ms-input-placeholder {
  color: rgb(55 55 55 / 0.3);
}
.light_theme .callback_field--input input:-moz-placeholder {
  color: rgb(55 55 55 / 0.3);
}
.light_theme .callback:before {
  background-image: url(../img/icon_background_question_light.svg);
  opacity: 0.02;
}
.light_theme .other_village_inside {
  background: #E6E6E6;
}
.light_theme .other_village_title,
.light_theme .footer_desc a {
  color: #C1A84D;
}

.no_decor_bg .advantage_item:before,
.no_decor_bg .advantage_item:after {
  display: none;
}
.light_theme .other_village_desc,
.light_theme .footer_desc {
  color: #373737;
}
.light_theme .footer {
  background: #E6E6E6;
}
.light_theme .footer_bottom div {
  color: rgb(55 55 55 / 0.3);
}
.light_theme .footer_bottom a:hover {
  color: #C1A84D;
}
.light_theme .footer_bottom a:active {
  color: #DBB117;
}
.light_theme .link_to_up {
  background-color: #E6E6E6;
  color: rgb(193 168 77 / 0.5);
}
.light_theme .link_to_up:hover {
  background-color: #E6E6E6;
  color: rgb(193 168 77 / 1);
}
.light_theme .link_to_up svg path {
  fill: #C1A84D;
}
.light_theme .modal_window {
  background: #F1F1F1;
}
.light_theme .modal_window .callback_field--input input {
  background: #E6E6E6;
}
.light_theme .modal_close svg > * {
  stroke: #C1A84D;
}
.light_theme .modal_title {
  color: #C1A84D;
}
.light_theme .modal_desc {
  color: #373737;
}
.light_theme .modal_basic:before {
  background-image: url(../img/icon_bg_modal_basic_light.svg);
  opacity: 0.02;
}
.light_theme .modal_success:before {
  background-image: url(../img/icon_bg_modal_success_light.svg);
}

/*-- CUSTOM --*/

.change_mode {
  background: #282828;
  font-size: 12px;
  position: fixed;
  text-transform: uppercase;
  z-index: 11;
  bottom: 0;
  left: 0;
  padding: 5px;
  transform: rotate(-90deg) translateY(-250%) translateX(45%);
  text-decoration: none;
}
form {
  position: relative;
}
.btn input {
  display: none !important;
}
.wpcf7-spinner {
  display: none !important;
}
.wpcf7-not-valid-tip {
  display: none !important;
}
.callback_field--input input.wpcf7-not-valid {
  border-color: #ff0000 !important;
}
.wpcf7-response-output {
  background: #fff !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  margin: 5px 0 0 !important;
  top: 100% !important;
  padding: 5px !important;
  font-size: 13px !important;
}
.map_links {
  z-index: 5;
}


/* ADDITIONAL RESET */

.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row.nm {
  margin-left: 0;
  margin-right: 0;
}
.row .col {
  float: left;
  padding: 0 10px;
}
.row.inline {
  font-size: 0;
}
.row.inline:after {
  display: none;
}
.row.inline .col {
  display: inline-block;
  vertical-align: top;
  float: none;
}
.row.p12 {
  margin-left: -6px;
  margin-right: -6px;
}
.row.p12 .col {
  padding: 0 6px;
}
.row.p20 {
  margin-left: -10px;
  margin-right: -10px;
}
.row.p20 .col {
  padding: 0 10px;
}
.row.p30 {
  margin-left: -15px;
  margin-right: -15px;
}
.row.p30 .col {
  padding: 0 15px;
}
.row.flex_height {
  display: flex;
  flex-wrap: wrap;
}
.row.flex_height .col {
  float: none;
}
.row.flex_height .col > .item {
  height: 100%;
}
.col-1 {
  width: 100%;
}
.col-2 {
  width: 50%;
}
.col-3 {
  width: 33.3333333%;
}
.col-30 {
  width: 30%;
}
.col-35 {
  width: 35%;
}
.col-4 {
  width: 25%;
}
.col-5 {
  width: 20%;
}

.col-6 {
  width: calc(100% / 6);
}

.d_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.f_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.f_no_wrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.f_row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.f_direction_column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.j_content_start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.j_content_end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.j_content_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.j_content_between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.a_items_start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.a_items_end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.a_items_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cols:after, .row:after, .clearfix::after{display:table;clear:both;content:""}

/* ERRORS STYLES and CONTACT FORM 7 STYLES */

form *:focus {
  outline: none;
}

/*--------------- RESPONSIVE ---------------*/

.ftbk_menu_mobile {
  display: none;
}
@media screen and (max-width: 1130px) {
  .other_village_inside {
    display: block;
    max-width: 640px;
  }
  .other_village_bottom {
    margin-right: 0;
    padding: 20px 40px 40px;
  }
  .other_village_title {
    max-width: 100%;
  }
  .other_village_desc {
    max-width: 100%;
  }
  .other_village_btn {
    width: auto;
  }
}
@media screen and (max-width: 1100px) {
  .map_status_left {
    margin: 0 auto;
    max-width: 640px;
    width: 100%;
  }
  .map_status_right {
    padding-left: 0;
    max-width: 450px;
    margin: 30px auto 0;
    width: 100%;
  }
  .gift_left {
    padding: 0;
    width: 100%;
  }
  .gift_image {
    right: 0;
    text-align: center;
    max-width: 435px;
    margin: 0 auto;
  }
  .gift_right {
    padding: 0;
    width: 100%;
    max-width: 450px;
    margin: 10px auto 0;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .advantage_item {
    margin-bottom: 65px;
  }
  .advantage_item:last-child {
    margin-bottom: 0;
  }
  .advantage_item--right .advantage_left {
    order: 0;
  }
  .advantage_item--right .advantage_right {
    padding: 0;
    order: 1;
  }
  .advantage_left {
    margin-bottom: 30px;
  }
  .advantage_left,
  .advantage_right {
    padding: 0;
    width: 100%;
  }
  .advantage_cols {
    max-width: 375px;
    margin: 35px auto 0;
  }
  .advantage_inside {
    text-align: center;
  }
  .advantage_content {
    font-weight: 400;
    font-size: 14px;
    line-height: 200%;
  }
  .advantage_content > * {
    margin-bottom: 28px;
  }
  .advantage_content > *:last-child {
    margin-bottom: 0;
  }
  .advantage_big_title {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    margin-top: 20px;
  }
  .advantage_item:before {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .advantage_item--1:before {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    right: 0;
    top: 135px;
    margin: 0 auto;
    max-width: 325px;
  }
  .advantage_item--2:before {
    max-width: 349px;
    left: 0;
    right: 0;
    top: 278px;
    margin: 0 auto;
  }
  .advantage_item--3:before {
    max-width: 375px;
    left: 0;
    right: 0;
    top: 325px;
    margin: 0 auto;
  }
  .advantage_item--4:before {
    max-width: 375px;
    left: 0;
    right: 0;
    top: 174px;
    margin: 0 auto;
  }
  .ftbk_title_background {
    top: -180px;
  }
  .ftbk_scroll {
    display: none;
  }
  .first_bk {
    max-width: 640px;
    margin: 0 auto;
  }
  .ftbk_menu {
    display: none;
  }
  .ftbk_menu_mobile {
    display: block;
    text-align: center;
    padding: 14px 0;
  }
  .ftbk_left {
    padding: 20px 24px;
    order: 1;
    width: 100%;
  }
  .ftbk_right {
    order: 0;
    width: 100%;
  }
  .ftbk_title {
    margin: 0;
    text-align: center;
  }
  .ftbk_bigtitle {
    background: none !important;
    box-shadow: none;
    backdrop-filter: blur(0);
    padding: 0;
    margin: 10px auto 0;
    text-align: center;
    width: 100%;
  }
  .ftbk_price {
    margin-top: 20px;
    text-align: center;
  }
  .ftbk_btn {
    margin: 20px auto 0;
  }
  .ftbk_slide_image,
  .ftbk_slider {
    height: 500px;
  }
  .ftbk_inside {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 968px) {
  .no_decor_bg .advantage_item:before,
  .no_decor_bg .advantage_item:after {
    display: none;
  }
  .title_bk {
    padding-left: 44px;
    font-size: 22px;
    line-height: 29px;
  }
  .title_bk:before {
    width: 28px;
  }
  .background_title {
    font-weight: 400;
    font-size: 60px;
    line-height: 80px;
  }
  .title_bk_background {
    margin-top: -2px;
  }
  .btn {
    height: 49px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
  }
  .map_status_btn {
    margin: 30px auto 0;
    max-width: 280px;
  }
  .map_bottom {
    margin-top: 40px;
  }
  .map_bottom_inside {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 28px 20px;
    max-width: 335px;
    margin: 0 auto;
  }
  .map_bottom_icon {
    max-width: 40px;
    margin-bottom: 20px;
  }
  .map_bottom_desc {
    font-size: 14px;
    line-height: 200%;
    padding: 0;
    width: 100%;
  }
  .features {
    margin-top: 40px;
  }
  .features:before {
    background-size: contain;
    background-position: top center;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 45px;
    max-width: 375px;
  }
  .row.row_features_counts {
    margin-bottom: -20px;
  }
  .row.row_features_counts .col {
    margin-bottom: 20px;
    width: 100%;
  }
  .features_count_number {
    font-size: 20px;
    line-height: 150%;
  }
  .features_count_title {
    font-size: 14px;
    line-height: 200%;
  }
  .features_items {
    max-width: 333px;
    margin: 40px auto 0;
  }
  .features_item {
    padding: 20px 30px;
  }
  .features_item_title {
    padding-left: 40px;
    font-size: 14px;
    line-height: 200%;
  }
  .features_item_title:before {
    background-image: url(../img/icon_check.svg);
    background-size: 24px;
    height: 24px;
    width: 24px;
  }
  .process_items {
    margin-top: 36px;
  }
  .row.row_process_items {
    margin: 0 -10px -30px;
  }
  .row.row_process_items .col {
    margin-bottom: 30px;
    width: 100%;
  }
  .process_item {
    max-width: 340px;
    margin: 0 auto;
  }
  .process_item_icon {
    max-width: 60px;
    margin: 0 auto;
    height: 60px;
  }
  .process_item_icon svg {
    max-height: 60px;
  }
  .process_item_title {
    font-size: 20px;
    line-height: 27px;
    margin-top: 14px;
  }
  .process_item_desc {
    font-size: 14px;
    line-height: 200%;
  }
  .row.row_gallery_items .col {
    width: 50%;
  }
  .gallery {
    margin-top: 66px;
  }
  .gallery_items {
    margin-top: 35px;
  }
  .gallery_item {
    max-width: 335px;
    margin: 0 auto;
    height: 260px;
  }
  .gallery_item_title {
    padding: 10px 30px 10px 20px;
    right: auto;
    left: 0;
    opacity: 1;
    transform: translateX(0);
  }
  .gallery_item_title span {
    font-size: 20px;
    line-height: 27px;
    padding-left: 30px;
  }
  .gallery_item_title span:before {
    width: 20px;
  }
  .callback {
    padding-top: 66px;
  }
  .callback:before {
    background-position: top center;
    background-size: contain;
    max-width: 245px;
    top: 178px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .callback_cols {
    margin-top: 40px;
  }
  .callback_left {
    order: 1;
    padding: 0;
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }
  .callback_field {
    margin-bottom: 30px;
  }
  .callback_right {
    max-width: 335px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  .callback_image {
    max-width: 335px;
    margin: 0 auto;
  }
  .callback_title {
    font-size: 14px;
    line-height: 200%;
  }
  .callback_title br {
    display: none;
  }
  .process {
    margin-top: 65px;
  }
}
@media screen and (max-width: 860px) {
  .gift_cols {
    margin-top: 46px;
  }
  .gift_image {
    max-width: 335px;
  }
  .gift_desc {
    font-size: 14px;
    line-height: 200%;
  }
  .gift_desc > * {
    margin-bottom: 28px;
  }
  .gift_desc > *:last-child {
    margin-bottom: 0;
  }
  .gift {
    margin-top: 65px;
  }
  .gift:before {
    background-size: contain;
    background-position: top center;
    left: 0;
    right: 0;
    top: 129px;
    margin: 0 auto;
    max-width: 329px;
  }
  .gift_bg_1 {
    max-width: 105px;
    top: 79px;
  }
  .gift_bg_2 {
    max-width: 145px;
    top: 31px;
  }
  .gift_bg_3 {
    max-width: 49px;
    left: auto;
    right: 95px;
    top: 183px;
  }
  .gift_bg_4 {
    max-width: 50px;
    right: 46px;
    top: 212px;
  }
  .gift_bg_5 {
    max-width: 29px;
    left: 42px;
    top: 286px;
  }
  .gift_bg_6 {
    max-width: 37px;
    right: 15px;
    top: 274px;
  }
  .gift_bg_7 {
    display: none;
  }
  .news {
    margin-top: 65px;
  }
}
@media screen and (max-width: 768px) {
  .news {
    margin-bottom: 107px;
  }
  .news_slider {
    margin-top: 36px;
  }
  .news_slider .slick-list {
    padding-top: 0;
  }
  .news_slider_item {
    max-width: 280px;
    margin: 0 auto;
  }
  .news_slider .item:hover .news_slider_item {
    transform: translateY(0);
  }
  .news_slider .item:hover:after {
    display: none;
  }
  .news_slider_nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    max-width: 139px;
    margin: 0 auto;
  }
  .news_slider_nav .arr_sl {
    top: 0;
    transform: translateY(0)
  }
  .footer_top {
    font-weight: 400;
    font-size: 14px;
    line-height: 200%;
    text-align: center;
    max-width: 335px;
    margin: 0 auto 20px;
  }
  .footer_bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }
  .footer_bottom div {
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    margin-bottom: 8px;
    width: 100%;
  }
  .footer_bottom div:last-child {
    margin-bottom: 0;
  }
  .advantage_item > .container {
    padding: 0;
  }
  .advantage_item:after {
    display: none;
  }
  .advantage_cols {
    max-width: 415px;
    position: relative;
  }
  .advantage_right {
    padding: 0 20px !important;
    z-index: 4;
  }
  .advantage_item > .container:before,
  .advantage_item > .container:after {
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    z-index: 3;
  }
  .no_decor_bg .advantage_item > .container:before,
  .no_decor_bg .advantage_item > .container:after {
    display: none;
  }
  .advantage_item--1 > .container:before {
    background-image: url(../img/bg_advantage_1_mb_1.png);
    left: 20px;
    bottom: 50px;
    height: 75px;
    width: 66px;
  }
  .advantage_item--1 > .container:after {
    background-image: url(../img/bg_advantage_1_mb_2.png);
    right: 0;
    bottom: 52px;
    height: 143px;
    width: 43px;
  }
  .advantage_item--2 > .container:before {
    background-image: url(../img/bg_advantage_2_mb_1.png);
    bottom: 15px;
    left: -159px;
    height: 217px;
    width: 227px;
  }
  .advantage_item--2 > .container:after {
    background-image: url(../img/bg_advantage_2_mb_2.png);
    bottom: 35px;
    right: -21px;
    height: 91px;
    width: 90px;
  }
  .advantage_item--3 > .container:before {
    background-image: url(../img/bg_advantage_3_mb_1.png);
    left: 6px;
    bottom: 130px;
    height: 42px;
    width: 37px;
  }
  .advantage_item--3 > .container:after {
    background-image: url(../img/bg_advantage_3_mb_2.png);
    right: 16px;
    bottom: -36px;
    height: 41px;
    width: 36px;
  }
  .advantage_item--4 > .container:before {
    background-image: url(../img/bg_advantage_4_mb_1.png);
    left: -37px;
    bottom: -55px;
    height: 89px;
    width: 77px;
  }
  .advantage_item--4 > .container:after {
    background-image: url(../img/bg_advantage_4_mb_2.png);
    right: -49px;
    bottom: 70px;
    height: 106px;
    width: 107px;
  }
  .advantage_content br {
    display: none;
  }
  .ftbk_title span {
    font-size: 10px;
    line-height: 200%;
    padding-bottom: 6px;
  }
  .ftbk_bigtitle__txt {
    font-size: 28px;
    line-height: 37px;
  }
  .ftbk_price {
    font-size: 14px;
    line-height: 200%;
  }
  .ftbk_btn {
    max-width: 237px;
  }
  .ftbk_right {
    max-width: 375px;
    margin: 0 auto;
  }
  .ftbk_slide_image,
  .ftbk_slider {
    height: 310px;
  }
  .ftbk_slider_nav {
    background: #282828;
  }
  .ftbk_slider_nav_arr {
    font-size: 40px;
    line-height: 60px;
    height: 56px;
    width: 48px;
  }
  .ftbk_slider_nav_count {
    font-size: 30px;
    line-height: 37px;
  }
  .ftbk_slider_nav_count span {
    font-size: 14px;
    line-height: 17px;
  }
  .ftbk_menu > ul > li {
    padding: 0 14px;
  }
  .ftbk_menu > ul > li > a {
    font-size: 10px;
    line-height: 200%;
  }
  .ftbk_menu > ul > li:after {
    margin-top: -2px;
  }
  .map_links {
    display: flex;
    justify-content: center;
    gap: 0;
    margin: -20px auto 16px;
    width: calc(100% - 20px);
  }
  .map_link_wrapper{
    margin: auto;
    width: inherit;
  }
  .map_link{
    width: inherit;
  }
  .map_top_inside {
    height: 480px;
  }
  .link_to_up {
    font-size: 50px;
    line-height: 38px;
    height: 50px;
    width: 50px;
  }
  .modal_window {
    padding: 0 30px;
    height: 366px;
  }
  .modal_title {
    font-size: 22px;
    line-height: 29px;
  }
  .modal_desc {
    font-size: 14px;
    line-height: 200%;
    margin-top: 20px;
  }
  .modal_form {
    margin-top: 30px;
  }
  .modal_close {
    height: 40px;
    width: 40px;
  }
  .modal_close svg {
    max-width: 100%;
    max-height: 100%;
  }
}
@media screen and (max-width: 640px) {
  .row.row_gallery_items .col {
    width: 100%;
  }
  .container {
    padding: 0 20px;
  }
  .other_village {
    padding: 40px 0;
  }
  .other_village_inside {
    max-width: 335px;
  }
  .other_village_image {
    height: 167px;
  }
  .other_village_bottom {
    padding: 30px 20px 40px;
  }
  .other_village_title {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
  }
  .other_village_desc {
    text-align: center;
    font-size: 14px;
    line-height: 200%;
    margin-bottom: 30px;
  }
  .other_village_btn {
    max-width: 280px;
    margin: 0 auto;
  }
  .other_village_bt {
    display: none;
  }
  .news_slider {
    padding: 0;
  }
  .other_village_top {
    min-width: inherit;
  }
  .other_village_btn a {
    display: flex;
    min-width: inherit;
  }
}
@media screen and (max-width: 540px) {
  .map_status_item.col-4 {
    width: 50%;
  }
  .row.row_map_status_types {
    margin: 0 -10px -20px;
  }
  .row.row_map_status_types .col {
    padding: 0 10px;
  }
  .map_status_type_icon {
    width: 32px;
  }
  .map_status_type_txt {
    font-size: 11px;
    padding-left: 10px;
    width: calc(100% - 32px);
  }
}



.mapMarks{
  /* display: none; */
  opacity: 0;
}
.mapMarks.show{
  opacity: 1;
}
.mapMarks-sliderw{
  position: relative;
}
.mapMarks-slider_ar{
  width: 30px;
  height: 30px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.mapMarks-slider_ar-prev{
  left: 10px;
}
.mapMarks-slider_ar-next{
  right: 10px;
}
.mdl{display:flex;justify-content:center;align-items:center;width:100%;height:100%;position:absolute;top:0;left:-200%;z-index:100;transition:left 0 .3s, position 0 .3s}.mdl.show{display:flex;position:fixed;left:0;transition:left 0 0, position 0 0}html.ie .mdl{display:block}.mdl_bg{width:100%;height:100%;background:#2d2d3c;color:#fff;position:absolute;top:0;left:0;opacity:0;transition:all .25s linear}.mdl.show .mdl_bg{opacity:1}.mdl_box{position:relative;z-index:2;opacity:0;-webkit-transform:translate(0, 50%);transform:translate(0, 50%);transition:opacity .25s ease-out, -webkit-transform .25s ease-out;transition:opacity .25s ease-out, transform .25s ease-out;transition:opacity .25s ease-out, transform .25s ease-out, -webkit-transform .25s ease-out}.mdl.show .mdl_box{opacity:1;-webkit-transform:translate(0, 0);transform:translate(0, 0)}.mdl-glry .mdl_close{width:30px;height:30px;position:absolute;top:10px;right:10px;cursor:pointer;transition:all .2s;z-index:5}.mdl-glry .mdl_close:before{content:'';flex-shrink:0;width:100%;height:100%;margin:auto;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzEwM18yKSI+CjxyZWN0IHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzEwM18yKSIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEyLjUzMTIgMTEuNDcwNkMxMi4yMzg5IDExLjE3NzIgMTEuNzY0IDExLjE3NjQgMTEuNDcwNiAxMS40Njg4QzExLjE3NzIgMTEuNzYxMSAxMS4xNzY0IDEyLjIzNiAxMS40Njg4IDEyLjUyOTRMMTguOTEzNSAyMEwxMS40Njg4IDI3LjQ3MDZDMTEuMTc2NCAyNy43NjQgMTEuMTc3MiAyOC4yMzg5IDExLjQ3MDYgMjguNTMxMkMxMS43NjQgMjguODIzNiAxMi4yMzg5IDI4LjgyMjggMTIuNTMxMiAyOC41Mjk0TDE5Ljk3MjMgMjEuMDYyNUwyNy40MTM0IDI4LjUyOTRDMjcuNzA1OCAyOC44MjI4IDI4LjE4MDcgMjguODIzNiAyOC40NzQxIDI4LjUzMTJDMjguNzY3NSAyOC4yMzg5IDI4Ljc2ODMgMjcuNzY0IDI4LjQ3NTkgMjcuNDcwNkwyMS4wMzEyIDIwTDI4LjQ3NTkgMTIuNTI5NEMyOC43NjgzIDEyLjIzNiAyOC43Njc1IDExLjc2MTEgMjguNDc0MSAxMS40Njg4QzI4LjE4MDcgMTEuMTc2NCAyNy43MDU4IDExLjE3NzIgMjcuNDEzNCAxMS40NzA2TDE5Ljk3MjMgMTguOTM3NUwxMi41MzEyIDExLjQ3MDZaIiBmaWxsPSIjMjgyODI4Ii8+CjwvZz4KPGRlZnM+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8xMDNfMiIgeDE9IjIwIiB5MT0iMCIgeDI9IjcuOTI4IiB5Mj0iMzYuMTgzMSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjRkZERDlEIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0VBQzM3OSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzEwM18yIj4KPHJlY3Qgd2lkdGg9IjQwIiBoZWlnaHQ9IjQwIiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=");background-size:auto 100%;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s, -webkit-transform .2s;position:absolute;top:0;left:0;right:0;bottom:0}.mdl-glry .mdl_close:hover{opacity:.8}@media (min-width: 768px){.mdl-glry .mdl_close{width:40px;height:40px;top:20px;right:20px}}.mdl-glry .mdl_box{box-sizing:border-box;width:100%;height:100%;padding:20px;box-shadow:0 10px 20px 0 rgba(13,45,59,0.1);background:rgba(40,40,40,0.8);overflow:auto}@media (min-width: 480px){.mdl-glry .mdl_box{padding:20px}}@media (min-width: 768px){.mdl-glry .mdl_box{padding:50px;box-shadow:0 10px 20px 0 rgba(13,45,59,0.1)}}@media (min-width: 1024px){.mdl-glry .mdl_box{padding:30px}}@media (min-width: 1240px){.mdl-glry .mdl_box{padding:40px;box-shadow:0 15px 30px 0 rgba(13,45,59,0.1)}}.mdl_box-in{display:flex;flex-direction:column;justify-content:space-between;height:100%}.mdl-glry_sldrw{height:100%;position:relative}.mdl-glry_sldrw-max{max-height:calc(100% - 70px)}.mdl-glry_sldrw-min{flex-shrink:0;height:50px;margin-top:10px}@media (min-width: 375px){.mdl-glry_sldrw-min{height:60px}}@media (min-width: 480px){.mdl-glry_sldrw-max{height:calc(100% - 80px)}.mdl-glry_sldrw-min{margin-top:20px}}@media (min-width: 768px){.mdl-glry_sldrw-max{height:calc(100% - 100px)}.mdl-glry_sldrw-min{height:70px;margin-top:30px}}@media (min-width: 1024px){.mdl-glry_sldrw-max{height:calc(100% - 120px)}.mdl-glry_sldrw-min{height:80px;margin-top:40px}}@media (min-width: 1240px){.mdl-glry_sldrw-max{height:calc(100% - 130px)}.mdl-glry_sldrw-min{margin-top:50px}}.mdl-glry_sldr{width:100%;height:100%}.mdl-glry_sldr div{height:100%}.mdl-glry_sldr-min{padding:0 90px}@media (min-width: 940px){.mdl-glry_sldr-min{padding:0 130px}}.mdl-glry_sld{margin:0 10px}.mdl-glry_sldr-min .mdl-glry_sld{box-sizing:border-box;padding:3px 0}.mdl-glry_sld img{-o-object-fit:contain;object-fit:contain;display:block;width:100%;height:100%}.mdl-glry_sldr-min .mdl-glry_sld img{width:auto;margin:auto}.mdl-glry_sldr-min .slick-current img{box-shadow:0 0 0 3px #FFDFAE}.mdl-glry_sldr_ar,.mdl-glry .slick-arrow{flex-shrink:0;width:72px;height:50px;margin:auto;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMwIiBoZWlnaHQ9IjgwIiB2aWV3Qm94PSIwIDAgMjMwIDgwIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfMTAxXzEyMjApIj4KPHBhdGggZD0iTTExNSAwLjk4NzY1NkgwVjgwSDExNVYwLjk4NzY1NloiIGZpbGw9IiMyRDJEMkQiLz4KPHBhdGggZD0iTTIzMCAwLjk4NzY1NkgxMTVWODBIMjMwVjAuOTg3NjU2WiIgZmlsbD0iIzJEMkQyRCIvPgo8cGF0aCBvcGFjaXR5PSIwLjMiIGQ9Ik0zOS40NDM0IDI5Ljk2MTRDMzYuODQ1NyAzMi43NTg1IDM0LjU5OTYgMzQuODkgMzIuNzA1MSAzNi4zNTYxQzMwLjgxMDUgMzcuODAyOSAyOS4wMjM0IDM4Ljg4MzEgMjcuMzQzOCAzOS41OTY4VjQwLjg5ODlDMjkuMjc3MyA0MS44MjQ4IDMxLjE1MjMgNDMuMDExMiAzMi45Njg4IDQ0LjQ1NzlDMzQuNzg1MiA0NS44ODU0IDM2Ljk1MzEgNDcuOTg4IDM5LjQ3MjcgNTAuNzY1OEg0MS43Mjg1QzM5Ljg5MjYgNDYuODg4NSAzNy45Njg4IDQzLjkwODIgMzUuOTU3IDQxLjgyNDhIODIuNjg1NVYzOC45MDI0SDM1Ljk1N0MzNy40NDE0IDM3LjAzMTIgMzguNDc2NiAzNS42NDI0IDM5LjA2MjUgMzQuNzM1N0MzOS42NDg0IDMzLjgyOTEgNDAuNTE3NiAzMi4yMzc3IDQxLjY2OTkgMjkuOTYxNEgzOS40NDM0WiIgZmlsbD0idXJsKCNwYWludDBfcmFkaWFsXzEwMV8xMjIwKSIvPgo8cGF0aCBvcGFjaXR5PSIwLjMiIGQ9Ik0xODUuNTg2IDUwLjc2NThDMTg4LjE4NCA0Ny45Njg4IDE5MC40MyA0NS44MzcyIDE5Mi4zMjQgNDQuMzcxMUMxOTQuMjE5IDQyLjkyNDQgMTk2LjAwNiA0MS44NDQxIDE5Ny42ODYgNDEuMTMwNFYzOS44MjgzQzE5NS43NTIgMzguOTAyNCAxOTMuODc3IDM3LjcxNjEgMTkyLjA2MSAzNi4yNjkzQzE5MC4yNDQgMzQuODQxOCAxODguMDc2IDMyLjczOTIgMTg1LjU1NyAyOS45NjE0SDE4My4zMDFDMTg1LjEzNyAzMy44Mzg3IDE4Ny4wNjEgMzYuODE5MSAxODkuMDcyIDM4LjkwMjRMMTQyLjM0NCAzOC45MDI0VjQxLjgyNDlMMTg5LjA3MiA0MS44MjQ5QzE4Ny41ODggNDMuNjk2IDE4Ni41NTMgNDUuMDg0OSAxODUuOTY3IDQ1Ljk5MTVDMTg1LjM4MSA0Ni44OTgyIDE4NC41MTIgNDguNDg5NiAxODMuMzU5IDUwLjc2NThIMTg1LjU4NloiIGZpbGw9InVybCgjcGFpbnQxX3JhZGlhbF8xMDFfMTIyMCkiLz4KPC9nPgo8ZGVmcz4KPHJhZGlhbEdyYWRpZW50IGlkPSJwYWludDBfcmFkaWFsXzEwMV8xMjIwIiBjeD0iMCIgY3k9IjAiIHI9IjEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiBncmFkaWVudFRyYW5zZm9ybT0idHJhbnNsYXRlKDU1LjAxNDYgNDAuMzYzNikgcm90YXRlKDkwKSBzY2FsZSgxMC40MDIyIDI3LjY3MDkpIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0ZGREZBRSIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGM0QwOEMiLz4KPC9yYWRpYWxHcmFkaWVudD4KPHJhZGlhbEdyYWRpZW50IGlkPSJwYWludDFfcmFkaWFsXzEwMV8xMjIwIiBjeD0iMCIgY3k9IjAiIHI9IjEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiBncmFkaWVudFRyYW5zZm9ybT0idHJhbnNsYXRlKDE3MC4wMTUgNDAuMzYzNikgcm90YXRlKC05MCkgc2NhbGUoMTAuNDAyMiAyNy42NzA5KSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRkRGQUUiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRjNEMDhDIi8+CjwvcmFkaWFsR3JhZGllbnQ+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMTAxXzEyMjAiPgo8cmVjdCB3aWR0aD0iMjMwIiBoZWlnaHQ9IjgwIiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=");background-size:auto 100%;font-size:0;position:absolute;top:0;bottom:0;z-index:2}.mdl-glry_sldr_ar-prev,.mdl-glry_sldr_ar .slick-prev,.mdl-glry .slick-arrow-prev,.mdl-glry .slick-arrow .slick-prev{left:10px}.mdl-glry_sldr_ar-next,.mdl-glry_sldr_ar .slick-next,.mdl-glry .slick-arrow-next,.mdl-glry .slick-arrow .slick-next{background-position-x:-100%;right:10px}@media (min-width: 375px){.mdl-glry_sldr_ar,.mdl-glry .slick-arrow{width:86px;height:60px}}@media (min-width: 768px){.mdl-glry_sldr_ar,.mdl-glry .slick-arrow{width:100px;height:70px}}@media (min-width: 1024px){.mdl-glry_sldr_ar,.mdl-glry .slick-arrow{width:115px;height:80px}}




