@font-face {
  font-family: "montserratarm";
  font-display: swap;
  src: url("../fonts/Montserratarm-Regular/Montserratarm-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserratarm-Regular/Montserratarm-Regular.otf") format("opentype"), url("../fonts/Montserratarm-Regular/Montserratarm-Regular.woff") format("woff"), url("../fonts/Montserratarm-Regular/Montserratarm-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icon";
  font-display: "auto";
  src: url("../fonts/icons/icomoon.eot?e4dkio");
  src: url("../fonts/icons/icomoon.eot?e4dkio#iefix") format("embedded-opentype"), url("../fonts/icons/icomoon.ttf?e4dkio") format("truetype"), url("../fonts/icons/icomoon.woff?e4dkio") format("woff");
  font-weight: normal;
  font-style: normal;
}
.icon_facebook:before {
  content: "\e90a";
}

.icon_arrow:before {
  content: "\e908";
}

.icon_instagram:before {
  content: "\e90b";
}

.icon_linkedin:before {
  content: "\e90c";
}

.icon_twitter:before {
  content: "\e90d";
}

.icon_pinterest:before {
  content: "\e90e";
}

.icon_youtube:before {
  content: "\e931";
}

.icon_telegram:before {
  content: "\e91a";
}

.icon_ok:before {
  content: "\e91b";
}

.icon_vk:before {
  content: "\e91c";
}

.icon_google:before {
  content: "\e91d";
}

.icon_tiktok:before {
  content: "\e91e";
}

.icon_flickr:before {
  content: "\e91f";
}

.icon_down:before {
  content: "\e901";
}

.icon_left:before {
  content: "\e902";
}

.icon_right:before {
  content: "\e903";
}

.icon_close:before {
  content: "\e904";
}

.icon_checked:before {
  content: "\e905";
}

.icon_info:before {
  content: "\e906";
}

.icon_globe:before {
  content: "\e92f";
}

.icon_favorite:before {
  content: "\e907";
}

.icon_call:before {
  content: "\e92c";
}

.icon_search:before {
  content: "\e90f";
}

.icon_union:before {
  content: "\e92e";
}

.icon_s1_logo:before {
  content: "\e92d";
}

html {
  height: 100%;
  font-size: 10px;
  line-height: 1.4286em;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  width: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  min-height: 100%;
  font-family: "montserratarm";
  background: #282828;
}
body:before {
  display: block;
  position: fixed;
  content: "";
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  opacity: 0;
  height: 0;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  -o-transition: height 0.05s, opacity 0.5s;
  -ms-transition: height 0.05s, opacity 0.5s;
  -moz-transition: height 0.05s, opacity 0.5s;
  -webkit-transition: height 0.05s, opacity 0.5s;
  transition: height 0.05s, opacity 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
body.popup_opened {
  overflow: hidden;
}
body.popup_opened:before {
  height: 100%;
  opacity: 0.6;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
body:not(.loaded) {
  pointer-events: none;
  overflow: hidden;
  height: 100%;
}
body.loaded .loader {
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -o-transition-delay: 2s;
  -ms-transition-delay: 2s;
  -moz-transition-delay: 2s;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
  opacity: 0;
  pointer-events: none;
}

.reservation_content .popup_description {
  font-size: 110%;
  line-height: 14px;
  color: #C7C7C7;
  margin-top: 20px;
}
.reservation_content .popup_description a {
  color: #FCB535;
}
.reservation_content input {
  border: 1px solid #F8F8F8;
  height: 45px;
  width: 100%;
  background: none;
  font-size: 140%;
  line-height: 17px;
  color: #ffffff;
  padding: 14px 10px;
}
.reservation_content input::placeholder {
  color: #C7C7C7;
  font-size: 13px;
  line-height: 17px;
  text-transform: uppercase;
}
@media screen and (max-width: 959px) {
  .reservation_content input::placeholder {
    font-size: 12px;
  }
}
.reservation_content .validate_btn {
  background: #FCB535;
  border: none;
  margin-top: 30px;
  padding: 17px 20px;
  color: #282828;
  font-size: 120%;
  line-height: 14px;
  text-align: center;
  display: block;
  text-transform: uppercase;
  width: 100%;
}
.reservation_content .field_block {
  margin-bottom: 20px;
}

.popup_block {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  top: 100%;
  overflow: hidden;
  z-index: 1000;
  -o-transition: top 0.5s;
  -ms-transition: top 0.5s;
  -moz-transition: top 0.5s;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}
.popup_block.showed {
  top: 0;
  overflow-y: auto;
}
.popup_inner {
  display: flex;
  width: 100%;
  min-height: 100%;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.popup_container {
  background: #282828;
  width: 100%;
  max-width: 420px;
  padding: 50px 70px;
  position: relative;
}
.popup_content {
  position: relative;
  overflow: hidden;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.popup_content:not(.showed) {
  opacity: 0;
  height: 0;
}
.popup_close {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 130%;
  border: none;
  padding: 2px;
  background: transparent;
  color: #ffffff;
}
.popup_close:before {
  display: block;
}
.popup_title {
  color: #FCB535;
  font-size: 180%;
  line-height: 21px;
  margin-bottom: 25px;
}
@media screen and (max-width: 959px) {
  .popup_title {
    color: #FCB535;
    font-size: 150%;
    line-height: 21px;
    margin-bottom: 25px;
  }
  .popup_close {
    top: 8px;
    font-size: 110%;
    right: 15px;
  }
  .popup_container {
    background: #282828;
    width: 100%;
    max-width: 420px;
    padding: 20px 20px;
    position: relative;
  }
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

input,
select,
textarea,
button,
a,
.slick-slide {
  outline: none !important;
}

select {
  visibility: hidden;
}

a,
a:focus,
a:hover,
button:hover {
  text-decoration: none;
}

a {
  color: #FCB535;
}

button {
  cursor: pointer;
  display: block;
}

img {
  max-height: none;
  border: none;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input,
textarea,
button {
  font-family: inherit;
  font-size: 100%;
}

.page_row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.page_row .cb {
  flex: 0 0 100%;
  max-width: 100%;
}

.page_container {
  width: 100%;
  max-width: 1210px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.phone_link:not(.clickable) {
  color: inherit;
  cursor: default;
  pointer-events: none;
}

.individual_hint,
.drop_list,
.drop_block {
  display: none;
}

.error_hint {
  display: block;
  max-height: 0;
  overflow: hidden;
  color: #b94a48;
  font-size: 11px;
  line-height: 1.33em;
}

.help-block.form-error {
  display: none !important;
}

.has-error .error_hint,
.has-error + .error_hint {
  max-height: 60px;
  margin-top: 5px;
}

.field_block {
  position: relative;
}
.field_block input,
.field_block textarea {
  width: 100%;
}
.field_block textarea {
  resize: none;
  display: block;
}

.cb {
  display: block;
  clear: both;
}

.page_title {
  margin: 0;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: unset;
}
@media screen and (min-width: 1200px) {
  .page_title {
    font-size: 400%;
    line-height: 48px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .page_title {
    font-size: 350%;
    line-height: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .page_title {
    font-size: 250%;
    line-height: 34px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .page_title {
    font-size: 200%;
    line-height: 29px;
  }
}
@media screen and (max-width: 575px) {
  .page_title {
    font-size: 200%;
    line-height: 25px;
  }
}

.block_sub_title {
  margin: 0;
  color: #ffffff;
  text-transform: uppercase;
}
@media screen and (min-width: 1200px) {
  .block_sub_title {
    font-size: 320%;
    line-height: 40px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .block_sub_title {
    font-size: 300%;
    line-height: 38px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .block_sub_title {
    font-size: 250%;
    line-height: 34px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .block_sub_title {
    font-size: 200%;
    line-height: 29px;
  }
}
@media screen and (max-width: 575px) {
  .block_sub_title {
    font-size: 180%;
    line-height: 23px;
  }
}

.page_description {
  font-size: 160%;
  line-height: 27px;
  color: #ffffff;
}

.sub_title {
  font-size: 200%;
  line-height: 27px;
  color: #C5C5C5;
}
@media screen and (max-width: 1199px) {
  .sub_title {
    font-size: 160%;
    line-height: 21px;
  }
}
@media screen and (max-width: 959px) {
  .sub_title {
    font-size: 140%;
    line-height: 21px;
  }
}

.label_text {
  font-size: 0;
  line-height: 0;
  opacity: 0;
  display: none;
}

label {
  width: auto;
  height: auto;
  display: block;
}

.inner_title_general {
  font-size: 180%;
  line-height: 21px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .inner_title_general {
    font-size: 150%;
    line-height: 21px;
  }
}

.section_title {
  font-size: 240%;
  line-height: 29px;
  color: #ffffff;
}
@media screen and (max-width: 959px) {
  .section_title {
    font-size: 200%;
    line-height: 27px;
  }
}
@media screen and (max-width: 767px) {
  .section_title {
    font-size: 180%;
    line-height: 21px;
  }
}

.block_description {
  font-size: 120%;
  line-height: 21px;
  color: #ffffff;
  display: block;
}

.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #282828;
  padding: 20px;
  z-index: 1000;
}
.loader img {
  display: block;
  width: 100%;
  height: auto;
}
.loader_inner {
  position: relative;
  overflow: hidden;
  width: 240px;
  max-width: 50%;
}
.loader_inner span {
  display: block;
  background: #282828;
  z-index: 2;
  position: absolute;
  width: 34%;
}
.loader .indicator {
  position: absolute;
  width: 1px;
  height: 1px;
  bottom: 0;
  left: 0;
  opacity: 0;
  animation: countAnimation 48s forwards linear;
}
.loader .build_1 {
  left: 0;
  top: 30%;
  height: 43%;
  animation: showBuild1 2.4s infinite;
}
.loader .build_2 {
  left: 33.3%;
  top: 0;
  height: 73%;
  animation: showBuild2 2.4s infinite;
}
.loader .build_3 {
  left: 66.6%;
  top: 15%;
  height: 58%;
  animation: showBuild3 2.4s infinite;
}

@keyframes countAnimation {
  0% {
    width: 1px;
  }
  100% {
    width: 21px;
  }
}
@keyframes showBuild1 {
  0% {
    height: 43%;
  }
  25% {
    height: 0;
  }
  100% {
    height: 0;
  }
}
@keyframes showBuild2 {
  0% {
    height: 73%;
  }
  25% {
    height: 73%;
  }
  50% {
    height: 0;
  }
  100% {
    height: 0;
  }
}
@keyframes showBuild3 {
  0% {
    height: 58%;
  }
  50% {
    height: 58%;
  }
  75% {
    height: 0;
  }
  100% {
    height: 0;
  }
}
@keyframes showName {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.tab_block {
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.tab_block:not(.selected) {
  height: 0;
  opacity: 0;
  position: relative;
  overflow: hidden;
}

.paging {
  padding: 30px;
}
.paging ul {
  padding: 0;
  margin: 0 0 0 0;
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  font-size: 120%;
  line-height: 14px;
  color: #ffffff;
}
.paging li {
  margin: 0 8px 0 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  background: transparent;
}
.paging li.inactive {
  color: transparent;
  pointer-events: none;
}
.paging a {
  display: inherit;
  color: #ffffff;
  align-items: inherit;
  justify-content: inherit;
  width: inherit;
  height: inherit;
  border: none;
  background: none;
  border-radius: inherit;
}
.paging a.current_page {
  background: #FCB535;
  color: #ffffff;
  pointer-events: none;
}
.paging .prev_page,
.paging .next_page {
  border: none;
  background: transparent;
  font-size: 0;
}
.paging .prev_page:before,
.paging .next_page:before {
  font-size: 0.9rem;
  display: block;
  font-weight: 700;
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .paging ul {
    margin: 0 -5px;
  }
  .paging li {
    width: 40px;
    height: 40px;
    margin: 0 5px;
  }
}
@media screen and (max-width: 575px) {
  .paging ul {
    margin: 0 -3px;
    justify-content: center;
  }
  .paging li {
    margin: 0 3px;
    width: 34px;
    height: 34px;
  }
}

.breadcrumbs {
  position: relative;
  z-index: 6;
  padding-bottom: 17px;
}
.breadcrumbs ul {
  font-size: 120%;
  line-height: 14px;
  display: flex;
  align-items: center;
  color: #ffffff;
}
.breadcrumbs li {
  display: flex;
  align-items: center;
}
.breadcrumbs li:not(:first-child):before {
  display: block;
  margin: 0 5px;
  content: "/";
}
.breadcrumbs li a,
.breadcrumbs li div {
  display: block;
  max-width: 300px;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumbs a {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}

.share_bts {
  font-size: 120%;
  line-height: 17px;
  color: #ffffff;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
  margin-top: 30px;
}

.addthis_inline_share_toolbox_g5uj {
  margin-left: 16px;
}
.addthis_inline_share_toolbox_g5uj .at-share-btn-elements a {
  margin: 0 3px;
  border: 1px solid #ffffff;
  background: #282828 !important;
}
.addthis_inline_share_toolbox_g5uj .at-resp-share-element .at-share-btn {
  border-radius: 50% !important;
}

.inner_container {
  max-width: 980px;
  margin: 0 auto;
}

.privacy_policy {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 10px;
}
.privacy_policy .page_description {
  color: #C7C7C7;
}
.privacy_policy ul {
  margin: 0;
  padding: 0 20px 0;
  font-size: 160%;
  line-height: 27px;
  color: #C7C7C7;
}

.hidden_inputs_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
}
.hidden_inputs_block > input {
  border: none;
  background: none;
  padding: 0;
  font-size: 150%;
  line-height: 18px;
  color: #ffffff;
  flex: 1;
  width: 100%;
  border-radius: 2px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.vue-range-slider.slider-component .slider .slider-process {
  background: #FCB535 !important;
}

.vue-range-slider.slider-component .slider {
  background-color: #ECECEC !important;
  height: 4px !important;
  border-radius: 0 !important;
}

.vue-range-slider.slider-component .slider .slider-dot {
  width: 20px !important;
  height: 20px !important;
  margin-left: 0 !important;
  border-radius: 50% !important;
  border: 1px solid #ECECEC;
  background-color: #ffffff !important;
  top: 0;
  margin-top: -3px;
  box-shadow: 0 0 4px 0 rgba(133, 78, 41, 0.25) !important;
}

.to_input,
.from_input {
  border: none;
  background: none;
  padding: 0;
  font-size: 150%;
  line-height: 18px;
  color: #ffffff;
  flex: 1;
  width: 100%;
  border-radius: 2px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.to_input {
  text-align: end;
}

.contents_scroll {
  display: block;
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.animation_transform.text_animation {
  -o-transition: transform 1s;
  -ms-transition: transform 1s;
  -moz-transition: transform 1s;
  -webkit-transition: transform 1s;
  transition: transform 1s;
}
.animation_transform:not(.active) {
  transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
}

.animation_active .animation_step {
  -o-transition: all 1s;
  -ms-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.left_animation:not(.animation_active) .animation_step {
  transform: translate3d(-100vw, 0, 0);
  -moz-transform: translate3d(-100vw, 0, 0);
  -ms-transform: translate3d(-100vw, 0, 0);
  -webkit-transform: translate3d(-100vw, 0, 0);
  -o-transform: translate3d(-100vw, 0, 0);
}

.right_animation:not(.animation_active) .animation_step {
  transform: translate3d(100vw, 0, 0);
  -moz-transform: translate3d(100vw, 0, 0);
  -ms-transform: translate3d(100vw, 0, 0);
  -webkit-transform: translate3d(100vw, 0, 0);
  -o-transform: translate3d(100vw, 0, 0);
}

.bottom_animation:not(.animation_active) .animation_step {
  transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
}

.top_animation:not(.animation_active) .animation_step {
  transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
}

.fade_animation:not(.animation_active) .animation_step {
  opacity: 0;
}

.slider_disabled {
  pointer-events: none;
  opacity: 0.5;
}

.sharethis-inline-share-buttons {
  margin-left: 10px;
}
.sharethis-inline-share-buttons .st-last {
  display: inline-block !important;
}
.sharethis-inline-share-buttons .st-btn {
  background: none !important;
  border: 1px solid #ffffff !important;
  border-radius: 50% !important;
  min-width: 40px !important;
  width: 40px !important;
  height: 40px !important;
}
.sharethis-inline-share-buttons img {
  top: 8px !important;
  left: -2px !important;
}
.sharethis-inline-share-buttons .st-btn[data-network=telegram]:before {
  content: "\e91a";
}
.sharethis-inline-share-buttons .st-btn[data-network=telegram] img {
  display: none !important;
}

.homes_filter .tab_buttons, .homes_filter .switch_buttons,
.homes_filter .filter_buttons, .homes_filter .slick-dots, .news_section .news_slider_btn,
.news_section .tab_buttons, .socials_list, .footer_menu, .header .catalog_list, .header .main_menu, .header .lg_list, .breadcrumbs ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.homes_filter .images_slider .slide_block img, .images_section .images_slider .slide_inner img, .news_section .news_image > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.select2-container--default.select2-container--open .select2-selection__arrow {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}

.news_section .news_image > img {
  object-fit: cover;
}

.news_section .news_image iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.news_section .news_image {
  position: relative;
  overflow: hidden;
}
.news_section .news_image:before {
  display: block;
  content: "";
  padding-bottom: 67%;
}

.homes_filter .slick-arrow:before, .select2-container--default .select2-selection--single .select2-selection__arrow:before, .news_section .slick-arrow:before, .images_section .images_slider .slick-arrow:before, [class*=icon_]:before, .sharethis-inline-share-buttons .st-btn[data-network=telegram]:before, .copyright .developer a:after, [class*=icon_]:after, .sharethis-inline-share-buttons .st-btn[data-network=telegram]:after {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.images_section .images_slider a.slide_inner img, .header .main_logo img, .animation_transform.text_animation {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.socials_list a, .loader {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.header {
  z-index: 100;
  position: relative;
  background: #141414;
}
.header_inner {
  height: 100px;
}
.header .page_container {
  display: flex;
  align-items: center;
}
.header .main_logo {
  position: relative;
  z-index: 100;
  padding: 14px 0;
  margin-right: 35px;
}
.header .main_logo a, .header .main_logo img {
  display: block;
}
.header .main_logo img {
  width: auto;
  height: 71px;
}
.header .lg_list {
  display: none;
  padding: 10px 7px;
  text-align: center;
  font-size: 120%;
  line-height: 14px;
  text-transform: uppercase;
  background: rgba(51, 51, 51, 0.6);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  margin-top: 13px;
  position: relative;
}
.header .lg_list:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 12px;
  border-style: solid;
  border-width: 0 7px 10px;
  border-color: rgba(51, 51, 51, 0.6) transparent;
  top: -12px;
  left: 25px;
}
.header .lg_list li:last-child a {
  margin-bottom: 0;
}
.header .lg_list a {
  display: block;
  color: #ffffff;
  width: 29px;
  margin: 0 auto 10px;
  position: relative;
}
.header .lg_list a.current_lg:before {
  content: "";
  height: 1px;
  background: #ffffff;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}
.header .lg_block {
  position: relative;
  z-index: 1;
  height: 20px;
  margin-left: 20px;
}
.header .lg_inner {
  position: relative;
  overflow: hidden;
}
.header .lg_btn {
  border: none;
  display: flex;
  align-items: self-end;
  justify-content: space-between;
  color: #C7C7C7;
  background: none;
  flex-direction: row-reverse;
  font-size: 120%;
  line-height: 14px;
  background: transparent;
}
.header .lg_btn:before {
  display: block;
  margin-left: 6px;
  font-size: 160%;
  color: #ffffff;
}
.header .main_menu > li {
  position: relative;
}
.header .main_menu > li > a {
  color: #FCB535;
}
.header .menu_btn {
  margin-left: 10px;
  border: none;
  background: transparent;
  color: #FCB535;
  padding: 9px 0;
  width: 24px;
  height: 20px;
  position: relative;
  overflow: hidden;
  z-index: 100;
}
.header .menu_btn:before, .header .menu_btn:after {
  display: block;
  content: "";
  position: absolute;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-top: 2px solid;
  left: -30px;
  width: 70px;
}
.header .menu_btn:before {
  top: 2px;
}
.header .menu_btn:after {
  bottom: 2px;
}
.header .menu_btn span {
  display: block;
  border-top: 2px solid;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.header .catalog_bnt {
  border: none;
  background: transparent;
  color: #ffffff;
  padding: 9px 0;
  width: 24px;
  height: 20px;
  position: relative;
  overflow: hidden;
  z-index: 100;
  cursor: pointer;
}
.header .catalog_bnt:before, .header .catalog_bnt:after {
  display: block;
  content: "";
  position: absolute;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-top: 2px solid;
  left: -30px;
  width: 70px;
}
.header .catalog_bnt:before {
  top: 2px;
}
.header .catalog_bnt:after {
  bottom: 2px;
}
.header .catalog_bnt span {
  display: block;
  border-top: 2px solid;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.header .catalog_menu {
  position: relative;
}
.header .catalog_menu.opened .catalog_block {
  overflow: unset;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header .catalog_menu.opened .catalog_list {
  overflow: unset;
  min-height: 100%;
  opacity: 1;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header .catalog_block {
  position: relative;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}
.header .catalog_block:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 12px;
  border-style: solid;
  border-width: 0 7px 10px;
  border-color: rgba(51, 51, 51, 0.6) transparent;
  top: 6px;
}
.header .catalog_list {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  top: 100%;
  background: rgba(51, 51, 51, 0.6);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  z-index: 10;
  left: -20px;
  right: 0;
  min-width: 180px;
  max-width: 320px;
  margin: 17px auto 0;
  font-size: 120%;
  line-height: 14px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
  opacity: 0;
}
.header .catalog_list li {
  margin-bottom: 15px;
}
.header .catalog_list li:first-child {
  margin-top: 20px;
}
.header .catalog_list li:last-child {
  margin-bottom: 20px;
}
.header .catalog_list li a {
  padding: 0 20px;
  color: #ffffff;
  display: inline-block;
  width: 100%;
}
.header .buy_btn {
  background: #FCB535;
  border: none;
  min-width: 149px;
  padding: 10px 20px;
  color: #282828;
  font-size: 120%;
  line-height: 14px;
  text-align: center;
  display: block;
}
.header .actions_block {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.header .actions_block .phone_link {
  color: #ffffff;
  font-size: 140%;
  line-height: 17px;
  display: flex;
  align-items: center;
  margin-right: 60px;
}
.header .actions_block .phone_link:before {
  padding-right: 11px;
  font-size: 130%;
}
@media screen and (min-width: 960px) {
  .header .menu_inner {
    margin-left: 35px;
  }
  .header .menu_btn {
    display: none;
  }
  .header .main_menu {
    height: 100%;
    display: flex;
  }
  .header .main_menu > li {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 30px;
  }
  .header .main_menu > li > a {
    font-size: 120%;
    line-height: 14px;
    color: #ffffff;
    text-transform: uppercase;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .header .main_menu > li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header .menu_inner {
    margin-left: 10px;
  }
  .header .actions_block .phone_link {
    margin-right: 20px;
  }
  .header .main_logo {
    margin-right: 20px;
  }
}
@media screen and (max-width: 959px) {
  .header .lg_block {
    margin-left: auto;
  }
  .header .actions_block {
    flex-direction: row-reverse;
    margin-left: 15px;
  }
  .header .actions_block .phone_link {
    font-size: 0;
    margin-left: 7px;
  }
  .header .actions_block .phone_link:before {
    font-size: 2rem;
  }
  .header .main_logo {
    padding: 9px 0;
    margin-right: 15px;
  }
  .header .main_logo img {
    height: 50px;
  }
  .header_inner {
    height: 70px;
  }
  .header .menu_block {
    position: fixed;
    top: 70px;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 0;
    overflow: hidden;
    z-index: 10;
    -o-transition: width 0.5s;
    -ms-transition: width 0.5s;
    -moz-transition: width 0.5s;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
  }
  .header .menu_inner {
    width: 320px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    margin-left: auto;
    background: #141414;
  }
  .header .main_menu {
    padding: 12px 0;
  }
  .header .main_menu > li {
    padding: 9px 15px;
    border-top: 1px solid #282828;
  }
  .header .main_menu > li:last-child {
    border-bottom: 1px solid #282828;
  }
  .header .main_menu > li > a {
    font-size: 140%;
    line-height: 20px;
    text-transform: uppercase;
    color: #ffffff;
  }
}
@media screen and (max-width: 767px) {
  .header .buy_btn {
    min-width: 120px;
    padding: 7px 15px;
  }
}
@media screen and (max-width: 479px) {
  .header .menu_btn {
    margin-left: 0;
  }
  .header .buy_btn {
    position: absolute;
    bottom: -28px;
    width: 100%;
    left: 0;
    z-index: 1;
  }
}

@media screen and (max-width: 959px) {
  .menu_opened body {
    overflow: hidden;
  }
  .menu_opened .menu_block {
    width: 100%;
  }
  .menu_opened .menu_btn span {
    opacity: 0;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .menu_opened .menu_btn:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  .menu_opened .menu_btn:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
}
.footer {
  opacity: 0;
  position: relative;
  overflow: hidden;
  background: #141414;
  min-height: 246px;
  padding: 50px 15px;
}

.footer_blocks {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
}

.footer_title {
  font-size: 120%;
  line-height: 14px;
  color: #ffffff;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.socials_title {
  font-size: 110%;
  line-height: 13px;
  color: #ffffff;
  margin-bottom: 7px;
}

.footer_info {
  font-size: 110%;
  line-height: 13px;
  color: #C5C5C5;
  margin-bottom: 10px;
}
.footer_info a {
  color: inherit;
}

.footer_menu li {
  margin-bottom: 3px;
}
.footer_menu li a {
  font-size: 110%;
  line-height: 13px;
  color: #C5C5C5;
  display: block;
}

.logo_block img {
  display: block;
  width: 70px;
  height: auto;
  max-width: 100%;
  margin-bottom: 15px;
}

.socials_list {
  display: flex;
}
.socials_list li:not(:first-child) {
  margin-left: 15px;
}
.socials_list a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  color: #ffffff;
  background: #FCB535;
}
.socials_list a:before {
  display: block;
  font-size: 1.5rem;
}

.copyright {
  color: #ffffff;
  background: #141414;
  padding: 30px 0 30px;
  font-size: 120%;
  line-height: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.copyright .page_container {
  display: flex;
  justify-content: space-between;
  align-tracks: flex-start;
}
.copyright .developer {
  max-width: 50%;
  padding-right: 10px;
  text-align: right;
  padding-right: 40px;
}
.copyright .developer a {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.copyright .developer a:after {
  content: "\e92d";
  bottom: 0;
  position: absolute;
  display: block;
  right: -40px;
  font-size: 3.2rem;
}
.copyright .customer {
  max-width: 50%;
  padding-left: 10px;
  text-align: right;
}
.copyright a {
  color: inherit;
}

@media screen and (max-width: 959px) {
  .footer {
    padding: 20px;
  }
  .footer .socials_list {
    margin-bottom: 35px;
  }
  .footer_blocks {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .footer_blocks:first-child {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 719px) {
  .copyright .page_container {
    display: block;
  }
  .copyright .developer,
  .copyright .customer {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .copyright .developer {
    margin-top: 8px;
  }
  .copyright .developer a {
    color: #ffffff;
    font-family: "montserratarm";
    margin-top: 8px;
  }
  .copyright .developer a:after {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 5px;
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .footer .socials_list {
    margin-bottom: 0;
  }
  .footer_blocks {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.images_section {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1920px) {
  .images_section {
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
  }
}
.images_section .video_btn {
  position: relative;
  display: block;
}
.images_section .video_btn:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  border-style: solid;
  border-color: transparent #ffffff;
  z-index: 2;
  pointer-events: none;
  width: 16px;
  height: 13px;
  border-width: 8px 0 8px 13px;
  margin: 0 0 0 4px;
}
.images_section .video_btn:before {
  width: 40px;
  height: 40px;
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
}
.images_section .images_slider {
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 40px;
  white-space: nowrap;
  font-size: 0;
  counter-reset: my-sec-counter;
}
.images_section .images_slider .slick-list {
  overflow: visible;
}
.images_section .images_slider .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 66.66%;
  vertical-align: top;
  counter-increment: my-sec-counter;
  padding: 0 10px;
}
.images_section .images_slider .slide_inner {
  position: relative;
  overflow: hidden;
  padding-bottom: 67%;
}
.images_section .images_slider .slide_inner img {
  object-fit: cover;
}
.images_section .images_slider a.slide_inner {
  display: block;
}
.images_section .images_slider .slick-arrow {
  position: absolute;
  top: 226px;
  width: 70px;
  height: 70px;
  color: #ffffff;
  padding: 0;
  z-index: 3;
  border-radius: 50%;
  background: rgba(40, 40, 40, 0.2);
  border: 2px solid #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}
.images_section .images_slider .slick-arrow:before {
  display: block;
  font-size: 2.1rem;
}
.images_section .images_slider .slick-prev {
  right: 100%;
  margin-right: -34px;
}
.images_section .images_slider .slick-prev:before {
  content: "\e902";
}
.images_section .images_slider .slick-next {
  left: 50%;
  margin-left: 167px;
}
.images_section .images_slider .slick-next:before {
  content: "\e903";
}
.images_section .images_slider .slick-disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (max-width: 1365px) {
  .images_section .images_slider .slick-prev {
    left: 30px;
    right: auto;
  }
  .images_section .images_slider .slick-next {
    right: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .images_section .images_slider .slick-next {
    margin-left: 160px;
  }
  .images_section .images_slider .slick-arrow {
    top: 21.4vw;
    margin-top: -35px;
  }
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .images_section .images_slider {
    margin-top: 30px;
  }
  .images_section .images_slider .slick-arrow {
    width: 48px;
    height: 48px;
    margin-top: 0;
  }
  .images_section .images_slider .slick-arrow:before {
    font-size: 1.8rem;
  }
  .images_section .images_slider .slide_block {
    width: 75%;
  }
}
@media screen and (max-width: 575px) {
  .images_section .images_slider {
    margin-top: 20px;
  }
  .images_section .images_slider .slick-arrow {
    width: 38px;
    height: 38px;
    margin-top: -150px;
    top: 235px;
  }
  .images_section .images_slider .slick-arrow:before {
    font-size: 1.4rem;
  }
  .images_section .images_slider .slick-prev {
    left: 0 !important;
  }
  .images_section .images_slider .slick-prev:before {
    content: "\e902";
  }
  .images_section .images_slider .slick-next {
    right: 0 !important;
    left: auto !important;
  }
}
.images_section .images_slider .slide_block {
  width: 80%;
}
@media screen and (max-width: 479px) {
  .images_section .images_slider .slide_block {
    width: 100%;
    padding: 0 10px;
  }
  .images_section .images_slider .slick-prev {
    left: 15px;
  }
  .images_section .images_slider .slick-next {
    right: 15px;
  }
}
.images_section .info_slider {
  display: flex;
  margin-top: 30px;
}
.images_section .info_slider:before {
  content: counter(my-sec-counter, decimal-leading-zero);
  font-size: 640%;
  line-height: 78px;
  color: #FCB535;
  margin-right: 30px;
}
@media screen and (max-width: 1199px) {
  .images_section .info_slider:before {
    margin-right: 10px;
    line-height: 1.33em;
    font-size: 600%;
  }
}
@media screen and (max-width: 959px) {
  .images_section .info_slider:before {
    font-size: 500%;
    line-height: 27px;
  }
}
@media screen and (max-width: 767px) {
  .images_section .info_slider:before {
    font-size: 400%;
    line-height: 21px;
  }
}
.images_section .slider_title {
  font-size: 220%;
  line-height: 29px;
  color: #ffffff;
  margin-bottom: 10px;
}
@media screen and (max-width: 959px) {
  .images_section .slider_title {
    font-size: 200%;
    line-height: 27px;
  }
}
@media screen and (max-width: 767px) {
  .images_section .slider_title {
    font-size: 180%;
    line-height: 21px;
  }
}
.images_section .slider_description {
  color: #C5C5C5;
  font-size: 160%;
  line-height: 27px;
}
@media screen and (max-width: 959px) {
  .images_section .slider_description {
    font-size: 140%;
    line-height: 21px;
  }
}

.news_section {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1920px) {
  .news_section {
    max-width: 1920px;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .news_section {
    margin: 100px auto 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .news_section {
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 959px) {
  .news_section {
    margin: 20px auto 0;
  }
}
.news_section .news_title {
  font-size: 180%;
  line-height: 21px;
  color: #ffffff;
  margin-bottom: 7px;
  -o-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.news_section .inner_news_list {
  overflow: hidden;
  opacity: 0;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.news_section .inner_news_list > ul {
  padding: 0 30px 0;
  margin: 0;
  font-size: 140%;
  line-height: 22px;
  color: #ffffff;
}
.news_section .inner_news_list > ul li span {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_section .inner_news_list > ul li::marker {
  background: #ffffff;
}
.news_section .inner_news_list > ul li:nth-child(n+3) {
  display: none;
}
.news_section .news_info {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 110px;
  background: rgba(51, 51, 51, 0.6);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  padding: 10px 15px 15px 15px;
  display: flex;
  z-index: 3;
  flex-direction: column;
  align-items: center;
}
.news_section .image_block {
  position: relative;
}
.news_section .image_block:hover {
  -o-transition: all 0.9s;
  -ms-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
}
.news_section .image_block:hover .news_info {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 100%;
}
.news_section .image_block:hover .inner_news_list {
  overflow: unset;
  opacity: 1;
}
.news_section .image_block:hover .news_title {
  color: #FCB535;
  -o-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.news_section .image_block:hover .btn_news {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 15px;
  height: 35px;
  opacity: 1;
  pointer-events: auto;
}
.news_section .btn_news {
  padding: 0;
  border: 1px solid #FCB535;
  background: transparent;
  color: #FCB535;
  font-size: 120%;
  line-height: 14px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  margin-top: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
  text-transform: uppercase;
  min-width: 149px;
  margin-right: auto;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.news_section .news_block {
  position: relative;
}
.news_section .video_tab .news_block:after {
  display: block;
  content: "";
  position: absolute;
  left: 34px;
  top: 34px;
  transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  border-style: solid;
  border-color: transparent #ffffff;
  z-index: 2;
  pointer-events: none;
  width: 16px;
  height: 13px;
  border-width: 8px 0 8px 13px;
  margin: 0 0 0 4px;
}
.news_section .video_tab .news_block:before {
  width: 40px;
  height: 40px;
  display: block;
  content: "";
  position: absolute;
  left: 34px;
  top: 34px;
  transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
}
.news_section .all_category {
  background: #FCB535;
  border: none;
  min-width: 253px;
  padding: 18px 20px;
  color: #282828;
  font-size: 120%;
  line-height: 14px;
  text-align: center;
  display: block;
  margin-top: 20px;
  width: max-content;
  text-transform: uppercase;
}
.news_section .news_slider_btn,
.news_section .tab_buttons {
  display: flex;
  color: #ffffff;
  font-size: 140%;
  line-height: 17px;
}
.news_section .news_slider_btn li,
.news_section .tab_buttons li {
  position: relative;
  display: block;
  text-align: center;
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid #FCB535;
  min-width: 141px;
}
.news_section .news_slider_btn li.selected,
.news_section .tab_buttons li.selected {
  background: #FCB535;
  color: #282828;
  pointer-events: none;
}
.news_section .news_slider_btn li.selected a,
.news_section .tab_buttons li.selected a {
  color: #282828;
}
.news_section .news_slider_btn li.selected:before,
.news_section .tab_buttons li.selected:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 12px;
  border-style: solid;
  border-width: 10px 7px 0;
  border-color: #FCB535 transparent;
  bottom: -11px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.news_section .news_date {
  font-size: 120%;
  line-height: 14px;
  color: #ffffff;
  text-align: left;
  margin-bottom: 7px;
  width: 100%;
}
.news_section .news_description {
  font-size: 140%;
  line-height: 21px;
  color: #ffffff;
  text-align: left;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 575px) {
  .news_section .news_description {
    font-size: 120%;
  }
}
.news_section .news_image {
  display: block;
}
@media screen and (max-width: 1199px) {
  .news_section .news_image:before {
    display: block;
    content: "";
    padding-bottom: 85%;
  }
}
.news_section .news_image img {
  border-radius: inherit;
}
.news_section .news_slider {
  margin: 30px -10px 0;
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
}
.news_section .news_slider.slick-slider,
.news_section .news_slider .slick-list {
  overflow: visible;
}
.news_section .news_slider .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 33.33%;
  vertical-align: top;
  padding: 0 10px;
  position: relative;
}
.news_section .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 70px;
  color: #ffffff;
  padding: 0;
  z-index: 3;
  border-radius: 50%;
  background: rgba(40, 40, 40, 0.2);
  border: 2px solid #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}
.news_section .slick-arrow:before {
  display: block;
  font-size: 2.1rem;
}
.news_section .slick-prev {
  right: 100%;
  margin-right: -30px;
}
.news_section .slick-prev:before {
  content: "\e902";
}
.news_section .slick-next {
  left: 100%;
  margin-left: -30px;
}
.news_section .slick-next:before {
  content: "\e903";
}
.news_section .slick-disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (max-width: 1365px) {
  .news_section .slick-prev {
    left: 30px;
    right: auto;
  }
  .news_section .slick-next {
    left: auto;
    right: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .news_section .slick-next {
    margin-left: 160px;
  }
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .news_section {
    margin-top: 30px;
  }
  .news_section .slick-arrow {
    width: 48px;
    height: 48px;
  }
  .news_section .slick-arrow:before {
    font-size: 1.8rem;
  }
  .news_section .slide_block {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .news_section .inner_news_list {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .news_section .slick-arrow {
    width: 38px;
    height: 38px;
    margin-top: -25px;
  }
  .news_section .slick-arrow:before {
    font-size: 1.4rem;
  }
  .news_section .slick-prev {
    left: 0 !important;
  }
  .news_section .slick-prev:before {
    content: "\e902";
  }
  .news_section .slick-next {
    right: 0 !important;
    left: auto !important;
  }
}

.touch .image_block {
  position: relative;
}
.touch .image_block:active {
  -o-transition: all 0.9s;
  -ms-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
}
.touch .image_block:active .news_info {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 110px !important;
}
.touch .image_block:active .btn_news {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 15px;
  height: auto;
  opacity: 1;
  pointer-events: auto;
}

.select2-container .select2-selection--single {
  height: auto;
}
.select2-container .select2-selection__placeholder {
  color: #ffffff;
}
.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 1px solid #F8F8F8;
  border-radius: 0;
  display: flex;
  align-items: center;
  position: relative;
  box-shadow: none;
  outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #ffffff;
  font-size: 140%;
  line-height: 17px;
  padding: 13px 10px;
  flex: 1;
  width: 50%;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto;
  position: relative;
  top: auto;
  right: auto;
  padding: 13px 10px;
  padding-left: 0;
  width: auto;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow * {
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: "\e901";
  font-size: 1rem;
  display: block;
}
.select2-container--default.select2-container--open .select2-selection--single {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  z-index: 10;
}
.select2-container .select2-search--dropdown {
  padding: 0;
}
.select2-container .select2-search--dropdown .select2-search__field {
  border: none;
  border-bottom: 1px solid #F8F8F8;
  padding: 13px 10px;
  font-size: 100%;
  line-height: inherit;
}

.select2-container .select2-dropdown {
  border: 1px solid 0;
  font-size: 140%;
  line-height: 17px;
  box-shadow: 0px 0px 0px #3E3E3E;
  position: relative;
  z-index: 5;
}
.select2-container .select2-results__options {
  overflow-x: hidden;
  scrollbar-color: #FCB535 #838383;
  scrollbar-width: thin;
}
.select2-container .select2-results__options::-webkit-scrollbar {
  width: 3px;
  height: auto;
  border-radius: 0;
  background: #838383;
}
.select2-container .select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #FCB535;
}
.select2-container .select2-results__options li {
  padding: 13px 10px;
}
.select2-container .select2-results__option:not(:last-child) {
  border-bottom: 1px solid #838383;
}
.select2-container .select2-results__option--highlighted.select2-results__option--selectable {
  background: none;
  color: #FCB535;
}
.select2-container .select2-results__option--selected {
  background: #3E3E3E !important;
  color: #FCB535 !important;
  cursor: default;
}

.select2-container .select2-results__options li {
  background: #3E3E3E;
  color: #ffffff;
}

.select2-container .select2-results__option--selected {
  border-color: #FCB535;
}

.select2-dropdown {
  border: 1px solid #838383;
  box-shadow: none;
  border-radius: 0;
}

.none_block {
  display: none !important;
}

.homes_filter {
  background: rgba(248, 248, 248, 0.1);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  padding: 40px 0;
}
@media screen and (min-width: 1200px) {
  .homes_filter {
    margin: 100px 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .homes_filter {
    margin: 50px 0;
  }
}
@media screen and (max-width: 959px) {
  .homes_filter {
    margin: 30px 0;
  }
}
.homes_filter .filter_block {
  position: relative;
  margin-top: 25px;
  flex: 1;
  max-width: 100%;
}
.homes_filter .form_fields {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -10px;
}
.homes_filter .form_fields .field_block {
  flex: 1;
  max-width: 100%;
  padding: 0 10px;
}
.homes_filter .form_fields .filter_block {
  padding: 0 10px;
}
.homes_filter .field_name {
  font-size: 120%;
  line-height: 14px;
  color: #C7C7C7;
  margin-bottom: 10px;
  display: block;
}
.homes_filter.home_slider {
  background: none;
  backdrop-filter: blur(0);
  -webkit-backdrop-filter: blur(0);
}
.homes_filter.home_slider .tabs_container {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background: rgba(51, 51, 51, 0.6);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(15px);
  width: 100%;
  height: 100%;
  padding: 40px;
}
.homes_filter .images_slider {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  overflow: unset;
  z-index: 3;
}
.homes_filter .images_slider .slide_info {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: end;
  padding-bottom: 115px;
  z-index: 2;
}
.homes_filter .images_slider .info_inner {
  background: rgba(51, 51, 51, 0.6);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  max-width: 311px;
  padding: 40px;
}
.homes_filter .images_slider .info_inner .section_title {
  margin-bottom: 6px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.homes_filter .images_slider .info_inner .block_description {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.homes_filter .images_slider .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 100%;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  z-index: 9;
  height: 751px;
}
.homes_filter .images_slider .slide_block:before {
  display: block;
  content: "";
  padding-bottom: 63.7%;
}
.homes_filter .images_slider .slide_block img {
  object-fit: cover;
  z-index: 2;
}
.homes_filter .images_slider .slide_block:not(.slick-current) .slide_info {
  transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -o-transition: transform 0.01s;
  -ms-transition: transform 0.01s;
  -moz-transition: transform 0.01s;
  -webkit-transition: transform 0.01s;
  transition: transform 0.01s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.homes_filter .images_slider .slide_block.slick-current .slide_info {
  -o-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.homes_filter .slick-arrow {
  position: absolute;
  z-index: 3;
  font-size: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #FCB535;
  background: transparent;
  border: 1px solid #ffffff;
  right: 50%;
  margin-right: -590px;
  bottom: 43px;
  transform: translate3d(-40px, 0, 0);
  -moz-transform: translate3d(-40px, 0, 0);
  -ms-transform: translate3d(-40px, 0, 0);
  -webkit-transform: translate3d(-40px, 0, 0);
  -o-transform: translate3d(-40px, 0, 0);
}
.homes_filter .slick-arrow:before {
  display: block;
  color: #ffffff;
  font-size: 1.3rem;
  margin-right: 2px;
}
@media screen and (max-width: 1199px) {
  .homes_filter .slick-arrow {
    right: 0;
    margin-right: 0;
    transform: translate3d(-20px, 0, 0);
    -moz-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    -webkit-transform: translate3d(-20px, 0, 0);
    -o-transform: translate3d(-20px, 0, 0);
  }
}
@media screen and (max-width: 959px) {
  .homes_filter .slick-arrow {
    bottom: 10px;
  }
}
.homes_filter .slick-next:before {
  content: "\e903";
}
.homes_filter .slick-prev {
  transform: translate3d(40px, 0, 0);
  -moz-transform: translate3d(40px, 0, 0);
  -ms-transform: translate3d(40px, 0, 0);
  -webkit-transform: translate3d(40px, 0, 0);
  -o-transform: translate3d(40px, 0, 0);
  left: 50%;
  margin-left: 98.3333333333px;
}
.homes_filter .slick-prev:before {
  content: "\e902";
}
@media screen and (max-width: 1199px) {
  .homes_filter .slick-prev {
    transform: translate3d(20px, 0, 0);
    -moz-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    -webkit-transform: translate3d(20px, 0, 0);
    -o-transform: translate3d(20px, 0, 0);
  }
}
@media screen and (max-width: 959px) {
  .homes_filter .slick-prev {
    transform: translate3d(-70px, 0, 0);
    -moz-transform: translate3d(-70px, 0, 0);
    -ms-transform: translate3d(-70px, 0, 0);
    -webkit-transform: translate3d(-70px, 0, 0);
    -o-transform: translate3d(-70px, 0, 0);
    left: auto;
    margin-left: 0;
    right: 0;
  }
}
.homes_filter .slick-dots {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 55px;
  left: 50%;
  margin-left: 98.3333333333px;
  width: 491.6666666667px;
}
.homes_filter .slick-dots li {
  margin: 0;
  padding: 0 4px;
  width: auto;
  height: auto;
}
.homes_filter .slick-dots li.slick-active button {
  background: #FCB535;
  border-color: #FCB535;
}
.homes_filter .slick-dots button {
  border: 1px solid #ffffff;
  background: transparent;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  padding: 0;
}
.homes_filter .switch_buttons,
.homes_filter .filter_buttons {
  display: flex;
  color: #ffffff;
  font-size: 140%;
  line-height: 20px;
  margin-top: 23px;
  padding: 0 10px;
}
.homes_filter .switch_buttons li,
.homes_filter .filter_buttons li {
  position: relative;
}
.homes_filter .switch_buttons li a,
.homes_filter .filter_buttons li a {
  display: block;
  text-align: center;
  color: #ffffff;
  padding: 13px 16px;
  border: 1px solid #FCB535;
  min-width: 141px;
}
.homes_filter .switch_buttons li.active_btn,
.homes_filter .filter_buttons li.active_btn {
  background: #FCB535;
  color: #282828;
  pointer-events: none;
}
.homes_filter .switch_buttons li.active_btn a,
.homes_filter .filter_buttons li.active_btn a {
  color: #282828;
}
.homes_filter .tab_buttons {
  display: flex;
  color: #ffffff;
  font-size: 140%;
  line-height: 17px;
  margin-top: 40px;
}
.homes_filter .tab_buttons li {
  position: relative;
}
.homes_filter .tab_buttons li a {
  display: block;
  text-align: center;
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid #FCB535;
  min-width: 141px;
}
.homes_filter .tab_buttons li.selected {
  background: #FCB535;
  color: #282828;
  pointer-events: none;
}
.homes_filter .tab_buttons li.selected a {
  color: #282828;
}
.homes_filter .tab_buttons li.selected:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 12px;
  border-style: solid;
  border-width: 10px 7px 0;
  border-color: #FCB535 transparent;
  bottom: -11px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.homes_filter .limits_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.homes_filter .limits_block label {
  flex: 1;
  width: 20%;
  padding-left: 7px;
}
.homes_filter .limits_block label:last-child {
  order: 2;
  text-align: right;
}
.homes_filter .limits_block label:last-child input {
  text-align: right;
}
.homes_filter .limits_block input {
  border: none;
  background: none;
  padding: 0;
  font-size: 150%;
  line-height: 18px;
  color: #ffffff;
  flex: 1;
  width: 100%;
  border-radius: 2px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.homes_filter .range_block {
  margin: 17px 0;
  position: relative;
  padding: 0 7px;
  height: 4px;
  background: #ECECEC;
}
.homes_filter .range_block input {
  visibility: hidden;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.homes_filter .jslider {
  height: 4px;
  top: auto;
}
.homes_filter .jslider-value, .homes_filter .jslider-label {
  display: none !important;
}
.homes_filter .jslider .jslider-pointer {
  width: 20px;
  height: 20px;
  margin-left: -7px;
  border-radius: 50%;
  border: 1px solid #ECECEC;
  background-color: #ffffff;
  top: 0;
  margin-top: -8px;
  box-shadow: 0 0 4px 0 rgba(133, 78, 41, 0.25);
}
.homes_filter .jslider .jslider-bg {
  position: relative;
  overflow: hidden;
  height: 4px;
}
.homes_filter .jslider .jslider-bg i {
  background: transparent;
}
.homes_filter .jslider .jslider-bg i.v {
  background: #FCB535;
  height: 4px;
}
.homes_filter .clean_filter {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  align-content: center;
  justify-content: end;
  margin-bottom: 20px;
  font-size: 140%;
  line-height: 17px;
  color: #ffffff;
}
.homes_filter .clean_filter:before {
  color: #ffffff;
  padding-left: 10px;
  font-size: 70%;
}
.homes_filter .btn_home {
  background: #FCB535;
  border: none;
  min-width: 280px;
  display: inline-block;
  padding: 17px 20px;
  color: #282828;
  font-size: 120%;
  line-height: 14px;
  text-align: center;
  margin-top: 43px;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .homes_filter.home_slider .tabs_container {
    padding: 20px;
  }
}
@media screen and (max-width: 959px) {
  .homes_filter .images_slider .slide_block {
    height: 300px;
  }
  .homes_filter .images_slider .slide_block:before {
    padding-bottom: 40%;
  }
  .homes_filter .btn_home {
    margin-top: 45px;
    min-width: auto;
  }
  .homes_filter.home_slider .tabs_container {
    position: relative;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .homes_filter .images_slider .info_inner {
    max-width: 400px;
    padding: 15px;
  }
  .homes_filter .images_slider .info_inner .section_title {
    margin-bottom: 6px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .homes_filter .images_slider .info_inner .block_description {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .homes_filter .images_slider .slide_info {
    padding: 0 0 15px;
    align-items: center;
  }
}
@media screen and (max-width: 719px) {
  .homes_filter .switch_buttons,
  .homes_filter .filter_buttons {
    width: 100%;
    margin-top: 0;
  }
  .homes_filter .switch_buttons > li,
  .homes_filter .filter_buttons > li {
    margin-bottom: 20px;
    flex: 1;
    display: flex;
  }
  .homes_filter .switch_buttons > li a,
  .homes_filter .filter_buttons > li a {
    min-width: unset;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .homes_filter .form_fields .filter_block,
  .homes_filter .form_fields .field_block {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 479px) {
  .homes_filter .images_slider .slide_info {
    align-items: flex-start;
  }
}

.web .reservation_content .popup_description a, .reservation_content .popup_description .web a, .web .header .main_logo a, .header .main_logo .web a, .web .images_section .images_slider a.slide_inner, .images_section .images_slider .web a.slide_inner, .footer {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.web .paging a, .paging .web a, .web .news_section .btn_news, .news_section .web .btn_news, .web .popup_close, .web .homes_filter .clean_filter, .homes_filter .web .clean_filter, .web .breadcrumbs a, .breadcrumbs .web a, .web .header .lg_list a, .header .lg_list .web a, .web .header .lg_btn, .header .web .lg_btn, .web .header .main_menu > li > a, .header .web .main_menu > li > a, .web .header .catalog_bnt, .header .web .catalog_bnt, .web .header .catalog_list li a, .header .catalog_list li .web a, .web .footer_info a, .footer_info .web a, .web .footer_menu li a, .footer_menu li .web a, .web .copyright a, .copyright .web a, .web .homes_filter .switch_buttons li a, .homes_filter .switch_buttons li .web a,
.web .homes_filter .filter_buttons li a,
.homes_filter .filter_buttons li .web a, .web .homes_filter .tab_buttons li a, .homes_filter .tab_buttons li .web a {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.web .socials_list a, .socials_list .web a, .web .reservation_content .validate_btn, .reservation_content .web .validate_btn, .web .header .buy_btn, .header .web .buy_btn, .web .news_section .all_category, .news_section .web .all_category, .web .homes_filter .slick-dots button, .homes_filter .slick-dots .web button, .web .homes_filter .btn_home, .homes_filter .web .btn_home {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.web .images_section .images_slider .slick-arrow:hover:before, .images_section .images_slider .web .slick-arrow:hover:before, .web .news_section .slick-arrow:hover:before, .news_section .web .slick-arrow:hover:before, .web .homes_filter .slick-arrow:hover:before, .homes_filter .web .slick-arrow:hover:before, .web .images_section .images_slider .slick-arrow, .images_section .images_slider .web .slick-arrow, .web .news_section .slick-arrow, .news_section .web .slick-arrow, .web .homes_filter .slick-arrow, .homes_filter .web .slick-arrow, .error_hint, .images_section .video_btn:after, .images_section .video_btn:before, .news_section .video_tab .news_block:after, .news_section .video_tab .news_block:before, .select2-container .select2-results__options li {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .reservation_content .popup_description a, .reservation_content .popup_description .touch a, .touch .header .main_logo a, .header .main_logo .touch a, .touch .images_section .images_slider a.slide_inner, .images_section .images_slider .touch a.slide_inner {
  -o-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.touch .paging a, .paging .touch a, .touch .popup_close, .touch .homes_filter .clean_filter, .homes_filter .touch .clean_filter, .touch .header .lg_list a, .header .lg_list .touch a, .touch .header .lg_btn, .header .touch .lg_btn, .touch .copyright a, .copyright .touch a {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.touch .socials_list a, .socials_list .touch a, .touch .reservation_content .validate_btn, .reservation_content .touch .validate_btn {
  -o-transition: background-color 0.15s;
  -ms-transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.web .breadcrumbs a:hover, .breadcrumbs .web a:hover, .web .header .lg_list a:hover, .header .lg_list .web a:hover, .web .header .lg_btn:hover, .header .web .lg_btn:hover, .web .header .main_menu > li > a:hover, .header .web .main_menu > li > a:hover, .web .header .catalog_bnt:hover, .header .web .catalog_bnt:hover, .web .header .catalog_list li a:hover, .header .catalog_list li .web a:hover, .web .footer_info a:hover, .footer_info .web a:hover, .web .footer_menu li a:hover, .footer_menu li .web a:hover, .web .copyright a:hover, .copyright .web a:hover, .web .homes_filter .switch_buttons li a:hover, .homes_filter .switch_buttons li .web a:hover,
.web .homes_filter .filter_buttons li a:hover,
.homes_filter .filter_buttons li .web a:hover, .web .homes_filter .tab_buttons li a:hover, .homes_filter .tab_buttons li .web a:hover {
  color: #FCB535;
}
.web .breadcrumbs a:hover span, .breadcrumbs .web a:hover span, .web .header .lg_list a:hover span, .header .lg_list .web a:hover span, .web .header .lg_btn:hover span, .header .web .lg_btn:hover span, .web .header .main_menu > li > a:hover span, .header .web .main_menu > li > a:hover span, .web .header .catalog_bnt:hover span, .header .web .catalog_bnt:hover span, .web .header .catalog_list li a:hover span, .header .catalog_list li .web a:hover span, .web .footer_info a:hover span, .footer_info .web a:hover span, .web .footer_menu li a:hover span, .footer_menu li .web a:hover span, .web .copyright a:hover span, .copyright .web a:hover span, .web .homes_filter .switch_buttons li a:hover span, .homes_filter .switch_buttons li .web a:hover span,
.web .homes_filter .filter_buttons li a:hover span,
.homes_filter .filter_buttons li .web a:hover span, .web .homes_filter .tab_buttons li a:hover span, .homes_filter .tab_buttons li .web a:hover span {
  color: #FCB535;
}
.web .reservation_content .validate_btn:hover, .reservation_content .web .validate_btn:hover, .web .header .buy_btn:hover, .header .web .buy_btn:hover, .web .news_section .all_category:hover, .news_section .web .all_category:hover, .web .homes_filter .slick-dots button:hover, .homes_filter .slick-dots .web button:hover, .web .homes_filter .btn_home:hover, .homes_filter .web .btn_home:hover {
  background: #EC9800;
}
.web .homes_filter .clean_filter:hover, .homes_filter .web .clean_filter:hover {
  color: rgba(252, 181, 53, 0.7);
}
.web .reservation_content .popup_description a:hover, .reservation_content .popup_description .web a:hover, .web .header .main_logo a:hover, .header .main_logo .web a:hover, .web .images_section .images_slider a.slide_inner:hover, .images_section .images_slider .web a.slide_inner:hover {
  opacity: 0.7;
}
.web .images_section .images_slider .slick-arrow:hover, .images_section .images_slider .web .slick-arrow:hover, .web .news_section .slick-arrow:hover, .news_section .web .slick-arrow:hover, .web .homes_filter .slick-arrow:hover, .homes_filter .web .slick-arrow:hover {
  background: transparent;
  border-color: #FCB535;
}
.web .images_section .images_slider .slick-arrow:hover:before, .images_section .images_slider .web .slick-arrow:hover:before, .web .news_section .slick-arrow:hover:before, .news_section .web .slick-arrow:hover:before, .web .homes_filter .slick-arrow:hover:before, .homes_filter .web .slick-arrow:hover:before {
  color: #FCB535;
}
.web .popup_close:hover {
  color: #000000;
}
.web .news_section .btn_news:hover, .news_section .web .btn_news:hover {
  color: #ffffff;
}
.web .paging a:hover, .paging .web a:hover {
  background: #4D4D4D;
}
.web .socials_list a:hover, .socials_list .web a:hover {
  background: #000000;
}

.touch .header .lg_list a:active, .header .lg_list .touch a:active, .touch .header .lg_btn:active, .header .touch .lg_btn:active, .touch .copyright a:active, .copyright .touch a:active {
  color: #FCB535;
}
.touch .header .lg_list a:active span, .header .lg_list .touch a:active span, .touch .header .lg_btn:active span, .header .touch .lg_btn:active span, .touch .copyright a:active span, .copyright .touch a:active span {
  color: #FCB535;
}
.touch .reservation_content .validate_btn:active, .reservation_content .touch .validate_btn:active {
  background: #ffffff;
}
.touch .homes_filter .clean_filter:active, .homes_filter .touch .clean_filter:active {
  color: rgba(252, 181, 53, 0.7);
}
.touch .reservation_content .popup_description a:active, .reservation_content .popup_description .touch a:active, .touch .header .main_logo a:active, .header .main_logo .touch a:active, .touch .images_section .images_slider a.slide_inner:active, .images_section .images_slider .touch a.slide_inner:active {
  opacity: 0.7;
}
.touch .popup_close:active {
  color: #000000;
}
.touch .paging a:active, .paging .touch a:active {
  color: #000000;
}
.touch .socials_list a:active, .socials_list .touch a:active {
  background: #000000;
}

/*# sourceMappingURL=main.css.map */
