@font-face {
  font-family: 'Helvetica Neue medium';
  src: url('../fonts/HelveticaNeue-Medium.eot');
  src: url('../fonts/HelveticaNeue-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeue-Medium.woff2') format('woff2'),
    url('../fonts/HelveticaNeue-Medium.woff') format('woff'),
    url('../fonts/HelveticaNeue-Medium.ttf') format('truetype'),
    url('../fonts/HelveticaNeue-Medium.svg#HelveticaNeue-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.playfair {
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 500;
  /*text-transform: lowercase;*/
}

.aguafina {
  font-family: "Aguafina Script", cursive;
  font-weight: 400;
  font-style: normal;
}
/*========================================================*/

* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: none !important;
}

body {
  font-size: 16px;
  color: #000;
  min-width: 290px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.red {
  outline: 1px solid red;
}



.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.img_cont {
  display: block;
  text-align: center;
}

.img_cont img {
  width: 100%;
  height: auto;
}

.align_center {
  display: block;
  text-align: center;
}

a {
  text-decoration: none;
  outline: none;
  color: inherit;
}

a:hover,
a:focus {
  outline: none;
  color: inherit;
}

textarea:focus,
input:focus,
select:focus {
  outline: none
}

input[type="search"] {
  -webkit-appearance: none;
}

.slick-slide:focus {
  outline: none;
}

.slick-slide img {
  display: inline-block;
  width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  line-height: 1;
  font-weight: normal;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 20px;
}



/*==========================*/
.menu_button {
  height: 40px;
  width: 30px;
  right: 25px;
  top: 20px;
  text-align: center;
  position: absolute;
  overflow: hidden;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  z-index: 999;
  margin-top: 0;
  outline: none !important;
  background-color: transparent;
  outline: none;
  border: 0;
  z-index: 1009;
}

.menu_button.navbar-toggle {
  padding: 0px;
  margin: 0px;
}

.menu_button.active span i:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
  transform: rotate(-45deg) translate(-50%, -50%);
  top: 24%;
  left: 15px;
}

/*.menu_button.active span i:nth-child(2) {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
}*/

.menu_button.active span i:nth-child(2) {
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  top: 81%;
  left: 12px;
}

.menu_button span {
  width: 100%;
  height: 100%;
  ;
  position: absolute;
  right: 0;
  top: 0px;
  cursor: pointer;
  background: transparent;
  z-index: 1;
}

.menu_button span i {
  position: absolute;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  width: 100%;
  height: 4px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  -webkit-transition: opacity .1s ease .1s, -webkit-transform .3s ease;
  transition: opacity .1s ease .1s, -webkit-transform .3s ease;
  transition: transform .3s ease, opacity .1s ease .1s;
  transition: transform .3s ease, opacity .1s ease .1s, -webkit-transform .3s ease;

}

.menu_button span i:nth-child(1) {
  top: 30%;
}

.menu_button span i:nth-child(2) {
  top: 60%;
}

.menu_button span i:nth-child(3) {
  top: 47%;
}

body {
  padding-top: 150px;
}

body.home {
  padding-top: 0px;
}

header {
  width: 100%;
  height: 146px;
  overflow: visible;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1003;
  background-color: #000;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
  min-width: 290px;
}

.home header {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+80&0.65+0,0+100 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.13) 80%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

header.smaller {
  height: 100px;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.9);
}

header.smaller .top_panel {
  /*display: none;*/
}

.logo {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  text-align: left;
  white-space: nowrap;
  width: 40px;
  height: 20px;
  background-image: url(../img/logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.logo a:hover,
.logo a:focus {
  text-decoration: none;
}

/*-------------*/
.active_button {
  display: inline-block;
  background-color: #fff;
  color: #000;
  text-align: center;
  padding: 0px 10px;
  height: 52px;
  line-height: 48px;
  border: 2px solid #fff;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.36px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;

}

.active_button:hover,
.active_button:focus {
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}


/*=========================*/
.vote label {
  display: block;
  cursor: pointer;
  position: relative;
  padding: 0;
  padding-left: 25px;
  font-size: 12px;
  color: #000;
  padding-top: 0px;
  text-align: left;
  font-weight: normal;
}

.vote input[type=checkbox] {
  display: none;
}

.vote label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 16px;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: white;
  border: 1px solid #ccc;
  text-indent: -2px;
}

.vote input[type=checkbox]:checked+label:before {
  content: "\eed8";
  font-family: IcoFont !important;
  font-size: 20px;
  color: #921627;
  line-height: 14px;
  text-align: center;
  font-weight: bold;

}

/*========================*/

#toTop {
  width: 40px;
  height: 40px;
  background: #0F2C22;
  position: fixed;
  bottom: 15px;
  right: 15px;
  cursor: pointer;
  display: none;
  z-index: 100;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
  -moz-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
  -webkit-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
  -o-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
}

#toTop i {
  display: block;
  margin: 5px 0 0 0;
  font-size: 24px;
  position: absolute;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 50%;
}

#toTop:hover {
  color: #0F2C22;
  text-decoration: none;
  background-color: #fff;
}


.top_menu .menu>ul>li a {
  color: #fff;
  white-space: nowrap;
}

.top_menu .menu>ul>li a:hover {
  color: #0965FA;
}

.top_menu .menu>ul>li.active>a {
  color: #0965FA;
}

.sub-menu>li.active>a span:after {
  width: 100%;
}

.sub-menu>li>a span {
  display: inline-block;
  position: relative;
}

.sub-menu>li>a span:after {
  content: '';
  position: absolute;
  top: 100%;
  background-color: #0F2C22;
  height: 1px;
  width: 0%;
  left: 0;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.sub-menu>li>a:hover span:after {
  width: 100%;
}

/*------------------------*/
.top_menu .menu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: stretch;
  align-content: stretch;
  margin-left: -15px;
  margin-right: -15px;
}

.top_menu .menu>li>a {
  display: block;
  padding: 6px 15px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.home .top_menu .menu>li>a {
  color: #fff;
}

.fw600 {
  font-weight: 600;
}

.top_phone {
  display: inline-block;
}

/*------------------------*/
.top_panel {
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;

}

.top_panel>li {
  /*outline: 1px solid red;*/
}

.top_panel>li:nth-child(1) {
  width: 38%;
}

.top_panel>li:nth-child(2) {
  width: 10%;
}

.top_panel>li:nth-child(3) {
  width: 34%;
}

.ms_item {
  height: 920px;
  background-color: #ccc;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}


.top_menu .menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  left: -15px;
  margin-right: -15px;
}

.top_menu .menu>li {
  width: 33.3%;
}

.top_menu .menu>li a {
  display: block;
  padding: 4px 15px;
}

.smaller .top_panel {
  font-size: 16px;
 /* padding-top: 5px;
  padding-bottom: 5px;*/

}

.smaller .sub-menu a {
    font-size: 16px;
}

.smaller .top_menu .menu>li a {
  display: block;
  padding: 3px 15px;
}

.ms_caption {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: stretch;
  align-content: stretch;
}

.font_170 {
  font-size: 170px;
}

.lh1 {
  line-height: 1;
}


.ls11 {
  letter-spacing: -11px;
}

.ls7 {
  letter-spacing: -7px;
}

.fw500 {
  font-family: 'Helvetica Neue medium';
  font-weight: 500;
  letter-spacing: -0.36px;
}

.left_info,
.right_info {
  max-width: 435px;
}




.mini_adv {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}

.mini_adv>li {
  margin-right: 15px;
}

.open-video {
  display: block;
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.right_info .open-video {
  height: 250px;
}

.right_info {
  margin-left: auto;
}


.sdmall .open-video {
  display: block;
  position: relative;
  height: 160px;
  background-repeat: no-repeat;
  background-size: 140px 140px;
  background-position: 10px 10px;
  padding: 10px;
  padding-left: 150px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  background-color: #fff;
  color: #000;
}

.sdmall .open-video:hover,
.sdmall .open-video:focus {
  text-decoration: none;
  outline: none;
}

.opacity_06 {
  opacity: 0.6;
}

.ext_arrow {
  display: block;
  background-image: url(../img/arrow_right_top.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 35px;
  width: 35px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.main_slider_wrapper {
  position: relative;
}

.ms_footer {
  /* background-color: #ccc;*/
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+4,000000+100&0+14,0.65+100 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 4%, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.ms_footer>* {
  position: relative;
  z-index: 1;
}

.text_shadow {
  text-shadow: 1px 1px 1px #000;
}

.right_info_inner {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}

.ms_caption_row {}

.main_slider_wrapper .swiper-pagination {
  text-align: left;
  bottom: 40px;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background-color: #fff;
  opacity: 0.3;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}

.left_info {
  padding-bottom: 100px;
}

.right_info {
  padding-bottom: 50px;
}

#ms_item_1 {
  background-image: url(../img/ms/1.jpg);
}

#ms_item_2 {
  background-image: url(../img/ms/2.jpg);
}

#ms_item_3 {
  background-image: url(../img/ms/3.jpg);
}

#ms_item_4 {
  background-image: url(../img/ms/4.jpg);
}

.ms_caption_top {
  line-height: 1;
  padding-bottom: 30px;
}

/*------------------------*/

.has_child {
  position: relative;
}

@media all and (min-width: 992px) {
  .sub-menu {
    width: 250px;
    padding: 20px;
    background: #fff;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 20;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    transition-delay: 0.1s;
  }

  .has_child:hover >.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0s;
  }
}


.sub-menu a {
  display: block;
  text-decoration: none;
  font-size: 18px;
  color: #000;
  padding: 10px 0;
  font-family: 'Helvetica Neue medium';
}

.sub-menu a:hover,
.sub-menu a:focus {
  text-decoration: none;
  color: #000;
}

@media only screen and (min-width : 992px) {
  .sub-menu {
    display: block !important;
  }
}

@media only screen and (max-width : 992px) {

  .sub-menu,
  .sub-menu2 {
    width: auto;
    max-width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: static;
    margin-top: 0px;
    opacity: 1;
    visibility: visible;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    background: #FFD0D1;
  }

  .has_child:hover .sub-menu {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
  }

  .sub-menu {
    display: none;
  }

  .sub-menu ul {
    width: 100%;
  }

  .has_child a:hover {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
  }
}

.has_child>a span {
  position: relative;
  display: inline-block;
  padding-right: 23px;
}

.has_child>a span:after {
  content: " ";
  position: absolute;
width: 14px;
    height: 8px;
    top: 7px;
  right: 0;
  background-image: url(../img/chevron.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
}



/*--------------------------*/
.mobile_menu_wrapp {
  display: block !important;
  top: 0;
  left: -700px;
  /*left: 0px;*/
  z-index: 6;
  position: fixed;
  margin: 0 0 0 0px;
  width: 650px;
  color: #fff;
  overflow-y: auto;
  z-index: 1008;
  height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #040404;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}

.mobile_menu {
  height: 100%;
  width: 100%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 50px;
}

.mob_menu_header {
  background-image: url(../img/mob_logo.svg);
  background-size: 250px auto;
  background-repeat: no-repeat;
  background-position: 15px center;
  height: 60px;
}

.menu_close {
  position: absolute;
  right: 20px;
  top: 16px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 30px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  cursor: pointer;
  display: block;
}

.menu_close i {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  display: block;
  vertical-align: middle;
}

.menu_close i:hover {
  color: #eee;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -sand-transform: rotate(360deg);
}

.mobile_menu_wrapp {
  padding-top: 0px;

}

.mobile_menu li a {
  display: block;
  padding: 6px 0px;
  color: white;
}



.mobile_menu a:hover,
.mobile_menu a:focus {
  text-decoration: none;
  color: #eee;
}

.mobile_menu .active_button {
  width: 350px;
}

@media only screen and (max-width : 768px) {
  .mobile_menu_wrapp {
    width: 490px !important;
  }
}

@media only screen and (max-width : 576px) {
  .mobile_menu_wrapp {
    width: 350px !important;
  }

  .mob_menu_header {

    background-size: 200px auto;

  }

  .mobile_menu .active_button {
    width: 100%;
  }
}

@media only screen and (max-width : 400px) {
  .mobile_menu_wrapp {
    width: 300px !important;
  }

  .mob_menu_header {

    background-size: 180px auto;

  }

}

@media only screen and (max-width : 350px) {
  .mobile_menu_wrapp {
    width: 100% !important;
  }
}


@media only screen and (min-width : 992px) {
  .mobile_menu_wrapp {
    display: none !important;
  }
}

header .container,
header .container-fluid {
  position: relative;
}

/*=----------------------=*/
.mobile_menu .sub-menu {
  display: none;
  background-color: #1A1A1A;
  padding: 20px;
  font-size: 18px;
}

.mobile_menu .menu>li>a {
  font-size: 20px;
  font-family: 'Helvetica Neue medium';
}

.social_button {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  margin-left: -6px;
  margin-right: -6px;
}

.social_button a {
  display: block;
  width: 64px;
  height: 64px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-left: 6px;
  margin-right: 6px;
}

.float_text_list {
  font-size: 64px;
  line-height: 1;
  text-align: right;
}

.dark_bg {
  background-color: #040404;
}


.float_text_list>li:nth-child(1) {
  padding-right: 10%;
}

.float_text_list>li:nth-child(2) {
  padding-right: 20%;
}

.float_text_list>li:nth-child(3) {
  padding-right: 30%;
}

.float_text_list>li:nth-child(4) {
  padding-right: 0%;
}


.marquee_wrapper {
  position: relative;
  height: 430px;
  overflow: hidden;
}

/* Контейнер */
.marquee-container {
  /* Ограничиваем область просмотра и скрываем все, что выходит за рамки */
  overflow: hidden;
  white-space: nowrap;
  /* Гарантируем, что текст будет в одну строку */
  background-color: transparent;
  /* Легкий фон */
  padding: 30px 0;
  box-sizing: border-box;
  line-height: 0.8;
  font-size: 220px;
  opacity: 0.6;
  letter-spacing: -10px;
  position: absolute;
  left: 0;
  top: 30%;
  z-index: 0;
  /*height: 100%;*/
  width: 100%;
}

/* Содержимое, которое будет двигаться */
.marquee-content {
  /* Задаем анимацию */
  animation: marquee 100s linear infinite;
  /* marquee - имя, 15s - длительность, linear - скорость, infinite - бесконечно */
  display: inline-block;
  /* Позволяет тексту выходить за пределы родителя */
  padding-left: 0%;
  /* Начинаем текст за пределами контейнера */
  margin: 0;
  /* Убираем стандартные отступы параграфа */
}

/* Ключевые кадры анимации */
@keyframes marquee {
  0% {
    transform: translate(0, 0);
    /* Начальная позиция (слева) */
  }

  100% {
    transform: translate(-100%, 0);
    /* Конечная позиция (смещается на всю ширину текста) */
  }
}

/* Для непрерывности, можно продублировать текст:
.marquee-content:after {
    content: attr(data-text); 
    padding-left: 50px; 
    white-space: nowrap;
}
*/

.block_2_images {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
  z-index: 1;
}

.block_2_images>li {
  width: 16.6%;
}

.block_2_images_box {
  padding-left: 10px;
  padding-right: 10px;
}

.block_2_images_box .img_cont {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 420px;
}

.font_18 {
  font-size: 18px;
}

.font_40 {
  font-size: 40px;
}

.block_title_wrapper_small {
  position: relative;
}

.font_96 {
  font-size: 96px;
}

.ser_list {
  font-size: 96px;
  line-height: 1;
  letter-spacing: -5px;
}

.block_3 .img_cont {
  display: block;
  background-image: url(../img/d01.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 545px;
  width: 435px;
}

.block_toleft {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}


.ac_image_parent .img_cont {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 470px;
  width: auto;
}

.font_96 {
  font-size: 96px;
}

.mw_435 {
  max-width: 435px;
}

/*============accordeon=================*/

#bg_1 {
  background-image: url(../img/d01.jpg);
}

#bg_2 {
  background-image: url(../img/d02.jpg);
}

#bg_3 {
  background-image: url(../img/d03.jpg);
}

#bg_4 {
  background-image: url(../img/d04.jpg);
}


/*====================*/

.block_toleft_wrap {
   height: 770px;
}

/* Контент аккордеона разворачивается поверх (абсолютно), а не "толкает" вниз */
.ac_container  {
  position: relative;
}

.ac_container >div  {
  position: relative;
}

.ac_container label {
  padding: 10px 0px;
  position: relative;
  z-index: 2;
  display: block;
  cursor: pointer;
  font-size: 32px;
  margin-bottom: 0;
  border-bottom: 1px solid #777;
}

.ac_container label:hover {
  /*background: #fff;*/
}

.ac_container input:checked+label,
.ac_container input:checked+label:hover {
  /*background: #fff;*/
  color: inherit;
}

.ac_container label:after {
  content: '+';
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 24px;
  font-size: 34px;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  text-align: center;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
}

.ac_container input:checked+label:after {
 content: '-';
}

.ac_container input {
  display: none;
}

.ac_container article {
  /*background: white;*/
  overflow: hidden;
  height: 0px;
  position: relative;
  z-index: 10;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
  color: #999;
  font-size: 18px;
}

.ac_container input:checked~article {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  opacity: 1;

}

.ac_content {
  padding-left: 0px;
  padding-right: 0px;
  transition: all 0s;
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  -moz-transition: all 0s;
}

/*==============*/
.img_cont_inner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 200px;
}

.ac_content_row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  margin-left: -10px;
  margin-right: -10px;
}

.ac_content_col {
  margin-left: 10px;
  margin-right: 10px;
}

.ac_content_row>div {
  width: 50%;
}
/*======================*/
.filter-menu {
      display: flex;
      justify-content: flex-start;
      gap: 15px;
      margin-bottom: 25px;
    }

    .filter-btn {
      padding: 10px 20px;
      border: none;
      border-radius: 4px;
      background: transparent;
      cursor: pointer;
      transition: 0.2s;
      border: 1px solid #fff;
      color: #fff;
    }

    .filter-btn.active {
      background: #fff;
      color: #000;
    }

.eventSlider .swiper-slide {
     width: 430px !important;
     height: 420px;
}

.spotss_button {
    height: 38px;
    line-height: 36px;
    font-size: 16px;
    border-color: #777;
    border-radius: 3px;
    padding: 10px;
    line-height: 1;
    border: 1px solid #fff;
    display: inline-block;
    min-width: 140px;
    text-align: center;
}

.spot_box .img_cont {
  display: block;
  background-size: contain;
  background-repeat: repeat-x;
  background-position: center center; 
  height: 140px;
}

.spot_box {
  height: 420px;
  padding: 15px;
    position: relative;
  padding-bottom: 70px;
  width: 430px;
}
.spot_box .more_btn {
    display: block; 
    position: absolute;
    left: 15px;
    bottom:15px;
    width: 100%;
}
.font_32 {
   font-size: 32px;
}

.spot_box_footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding:15px;
    display: block;
    padding-bottom: 50px;
    height: 176px;
}


.swiper-button-next,.swiper-button-prev {
   width: 38px !important;
   height: 38px !important;
   position: absolute;
    background-image: url(../img/nav.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; 
  z-index: 2;
}

.swiper-button-next:after,.swiper-button-prev:after {
    content: " ";
    display: none;
}

.swiper-button-prev {
    transition: all 0.3s;
    -webkit-transition: all  0.3s;
    -o-transition:  all 0.3s;
    -moz-transition: all  0.3s;
     -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -sand-transform: rotate(-180deg);
}

.eventSliderWrapper {
    position: relative;
}



.eventSliderWrapper .swiper-button-next {
    right: 0;
    top: 0;
    margin-top: -90px;
}

.eventSliderWrapper .swiper-button-prev {
    right: 50px !important;
    left: auto !important;
    top: 0;
    margin-top: -90px;
}

/*==========================*/
.reviews_slider {
   position: relative;
   overflow: hidden;
}

.reviews_slider .img_cont {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; 
  height: 400px;
  width: 240px;
  position: relative;
  cursor: pointer;
}

.reviews_body {
   position: relative;
   padding-top: 60px;
}

.reviews_body .swiper-button-next {
  top: 0;
  right: 50%;
  margin-right: -100px;
}

.reviews_body .swiper-button-prev {
  top: 0;
  left: 50%;
  margin-left: 13px;
}
.u_name {
   line-height: 1.2;
}

.reviews_slider .swiper-slide {
  width: 250px !important;
}

.font_48 {
  font-size: 48px;
}

.font_20 {
  font-size: 20px;
}

.font_16 {
  font-size: 16px;
}

.next_but_2 ,.prev_but_2 {
   background-image: url(../img/nav_black.svg);
}

.block_6 {
  overflow: hidden;
}

.bbanner {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; 
  background-attachment: fixed;
}

#bbanner_1 {
  background-image: url(../img/bb1.jpg);
 
}

.lh08 {
  line-height: 0.8;
}


.white_pano {
   max-width: 520px;
   padding: 20px;
   background-color: #fff;
   color: #000 !important;
   line-height: 1.2;
   height: 540px;
   display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}

.active_button.inverse {
   background-color: #000;
   color: #fff;
}

.white_fon .active_button:hover,
.white_fon .active_button:focus {
    color: #fff;
    background-color: #000;
}   

.white_fon.inverse:hover,
.white_fon.inverse:focus {
    color: #000;
   background-color: #fff;
}   

.white_fon .active_button {
   border-color: #000;
}

.info_vt {
  max-width: 450px;
  margin-left: auto;
}

.info_vt .img_cont {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; 
  height: 260px;
}

.block_8_toleft {
   display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}

.block_8_toleft .img_cont {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; 
  height: 480px;
}

.block_8_toright .img_cont {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; 
  height: 480px;
}


.block_8_toright {
     display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  height: 920px;
}

#bg_12.img_cont {
   background-image: url(../img/bg12.jpg);
}

#bg_22.img_cont {
   background-image: url(../img/bg22.jpg);
}

#bg_32.img_cont {
   background-image: url(../img/bg32.jpg);
}

#bg_42.img_cont {
   background-image: url(../img/bg42.jpg);
}

.block_9 .mw_435 {
   min-width: 550px;
   line-height: 1.3;
}

.ssl_slider_box .img_cont {
  display: block;
  background-image: url();
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; 
  height: 600px;
  width: 420px;
}

.ssl1_slider .swiper-slide {
   width: 420px;
}

.reviews_text {
  display: block;
  background-image: url(../img/tti.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; 
}

.reviews_text_slider_wrap .swiper {
   /*overflow: hidden;*/
}

.reviews_text_slider_thumbs .img_cont {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; 
  height: 115px;
  width: 115px;
  border-radius: 50%;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.font_16 {
  font-size: 16px;
}

.reviews_text {
  overflow: hidden;
}

.srtsth_box {
   color: #fff;
   text-align: center;
   cursor: pointer;
     opacity: 0.6;
}

.swiper-slide-thumb-active .srtsth_box {
     opacity: 1;
}

.reviews_text_slider_thumbs .swiper-slide,
.reviews_text_slider_thumbs .swiper-slide .srtsth_box {
   width: 120px;
}

.reviews_text_box {
   display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  align-content: stretch;
  font-weight: 500;
  color: #FFF;
  line-height: 1.1;
  min-height: 300px;
  padding-right: 20px;
  padding-left: 20px;
}

.reviews_text .block_title {
   padding-right: 20px;
  padding-left: 20px;
}

.reviews_text_slider_thumbs .swiper-slide,
.reviews_text_slider_thumbs .swiper-slide .srtsth_box {
   width: 120px;
}


.reviews_text_slider_thumbs_wrapp {
   position: relative;
   padding-bottom: 100px;
   padding-top: 40px;
}

.reviews_text_slider_navigation {
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 106px;
    height: 60px;
    display: block;
}
.reviews_text_slider_navigation .swiper-button-next {
   /*top: 0;*/
   left: 60px;
}
.reviews_text_slider_navigation .swiper-button-prev {
   /*top: 0;*/
   left: 5px;
}

.block_4  {
  height: 900px;
}

.block_9 {
    height: 900px;
}

.reviews_text_slider_thumbs_wrapp {
  padding-left: 20px;
}

/*========blog==========*/
.nav-tabs  {
    border: 0px;
}
.nav-tabs .nav-link {
    margin-bottom: 0px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: .2rem;
    margin-bottom: 6px;
    white-space: nowrap;
}

 .nav-tabs .nav-item.show .nav-link,
 .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.blog_main_post .img_cont {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; 
  height: 856px;
  padding: 10px;
  position: relative;
}

.tags {
   display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  position: absolute;
  left: 10px;
  top: 10px;
}

.tags a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    height: 34px;
    line-height: 34px;
    white-space: nowrap;
    background-color: #fff;
    margin-right: 10px;
     text-decoration: none;
     padding-left: 15px;
     padding-right: 15px;
}

.tags a:hover,
.tags a:focus {
    text-decoration: none;
    outline: none;
}   

.blog_th_toright {
   position: relative;
   padding-right: 120px;
}

.all_bl {
   display: inline-block;
   position: absolute;
   right: 0;
   top: 0;
}

.mw_300 {
  max-width: 300px;
}

.last_post_box {
 position: relative;
}


.last_post_row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  margin-left: -10px;
  margin-right: -10px;
}

.last_post_row>li:nth-child(1) {
   width: 60%;
}

.last_post_row>li:nth-child(2) {
   width: 40%;
}

.grey_color {
  color: #4D4D4D;
}

.last_post_col {
   padding-left: 10px;
   padding-right: 10px;
}

.last_post_col .img_cont {
  display: block;
    display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; 
  height: 280px;
  width: 100%;
}

.big_banner {
  display: block;
  background-image: url(../img/bb.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; 
  height: 900px;
}

.font_68 {
  font-size: 68px;
}

.custom_container {
   max-width: 1600px;
   margin-left: auto;
   margin-right: auto;
   padding-left: 20px;
   padding-right: 20px;
}

.mw_600 {
  max-width: 600px;
}

.mw_700 {
  max-width: 700px;
}

.active_button.white_var {
  background-color: #fff;
}

.active_button.white_var:hover,
.active_button.white_var:focus {
    color: #fff;
    background-color: transparent;
    text-decoration: none;
    outline: none;
}   

.big_banner .active_button.white_var {
    width: 390px;
}

.footer_menu_list {
    display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  margin-left: -15px;
  margin-right: -15px;
}

.footer_menu_list >li {
    width: 25%;
    margin-bottom: 50px;
}

.footer_menu_col {
   padding-left: 15px;
   padding-right: 15px;
}

footer {
   background-color: #000;
   color: #fff;
}

.footer_top_toright .social_button {
    justify-content: flex-end;
}

.logo_footer {
  display: block;
  background-image: url(../img/logo_footer.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top; 
  height: 120px;
 
}

.container-fluid {
    padding-right: 20px;
    padding-left: 20px;
  
}


select#lang_choice_1 {
    background: transparent;
    border: 0;
    font-weight: 500;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
    position: relative;
    left: -4px;
    background-color: rgba(0,0,0,0.8);
}

/* Сам селект (выбранный язык) */
select[name="lang_choice"],
select.pll-switcher {
    background: transparent;
    color: #fff;
    border: 0px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: 0px;
}

/* Все пункты в списке */
select option {
    background-color: #000; /* rgba почти всегда игнорируется */
    color: #fff;
    border: 0px;
    outline: 0px;
}

/* Выбранный пункт — работает ТОЛЬКО в Chrome/Edge */
select option:checked {
    background-color: transparent;
    color: #fff;
    border: 0px;
    outline: 0px;
}


a.disabled-link  {
    pointer-events: none; /* Ссылка перестает реагировать на клики */
    cursor: default;       /* Возвращаем обычный курсор вместо "руки" */
    text-decoration: none;
}

.disabled-link >a {
    pointer-events: none; /* Ссылка перестает реагировать на клики */
    cursor: default;       /* Возвращаем обычный курсор вместо "руки" */
    text-decoration: none;
}
/*=====================*/
.vm-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 45, 34, 0.9);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.vm-popup {
  position: relative;
  background: #000;
  border-radius: 10px;
  max-width: 90%;
  max-height: 90%;
  overflow: hidden;
}

.vm-popup iframe {
  width: 1200px;
  height: 800px;
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

.open-video {
  display: block;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}


.top_banner_text_wrapper .open-video {

  height: 244px;

}