@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" !important;
  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: 110px;
}

body.home {
  padding-top: 0px;
}

header {
  width: 100%;
  height: 110px;
  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: linear-gradient(179deg, rgb(1, 0, 44) 0%, rgb(0, 3, 76) 35%, rgb(0, 53, 211) 100%);
  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: #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: 40%;
}

.ms_item {
  height: 920px;
  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;
}



.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/5.jpg);
}

#ms_item_2 {
  background-image: url(../img/ms/6.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;
  position: relative;
}

.mob_menu_header_link {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.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;
  z-index: 10;
}

.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: auto;
  padding: 15px;
  position: relative;
  padding-bottom: 70px;
  width: 430px;
}

.spot_box .more_btn {
  /*  display: block; 
    position: absolute;
    left: 15px;
    bottom:15px;
    width: 100%;*/
  padding-top: 15px;
  padding-bottom: 15px;
}

.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;*/
}

.spot_box_footer .more_btn {
  display: block;
}

.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: 0px;
  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 {
  position: relative;
}

.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 {
  opacity: 0.6;
}

.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;
}

#big_banner_1 {
  background-image: url(../img/bb.jpg);
}

.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);
  background: linear-gradient(179deg, rgb(1, 0, 44) 0%, rgb(0, 3, 76) 65%, rgb(0, 53, 211) 100%);
  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;

}


/*-------------*/
.blue_button {
  display: inline-block;
  background: #01002C;
  background: linear-gradient(179deg, rgba(1, 0, 44, 1) 0%, rgba(0, 3, 76, 1) 35%, rgba(0, 53, 211, 1) 100%);
  color: #fff;
  text-align: center;
  padding: 0px 10px;
  height: 52px;
  line-height: 52px;
  border: 1px solid #000;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.36px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.blue_button:hover,
.blue_button:focus {
  background: #000;
  color: #fff;
  text-decoration: none;
  border-color: #444;
}

.blue_button:hover:before,
.blue_button:focus:before,
.blue_button:hover:after,
.blue_button:focus:after {
  display: none;
}


.shine {
  position: relative;
  overflow: hidden;
}

.shine::before {
  -webkit-animation: glow 1s ease-in infinite;
  animation: glow 1s ease-in infinite;
  content: "";
  filter: blur(10px);
  opacity: 0.75;
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}

.shine:after {
  animation: shine 3s ease-in-out infinite;
  animation-fill-mode: forwards;

  content: "";
  height: 200%;
  left: -130%;
  opacity: 0;
  position: absolute;
  top: -20%;
  transform: rotate(-30deg);
  width: 15%;

  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(to right,
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0.0) 100%);
}


@keyframes shine {
  10% {
    opacity: 1;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
  }

  100% {
    opacity: 0;
    top: -40%;
    left: 120%;
    transition-property: left, top, opacity;
  }
}

/*=======================*/

#wpuf-login-form input[type="submit"],
#wpuf-registration-form input[type="submit"] {
  min-width: 140px;
}


.white_bg.blue_button:hover,
.white_bg.blue_button:focus {
  background-color: transparent;
  color: #000;
  text-decoration: none;
  border-color: #000;
}


/*==================*/

.testimonials_slider .img_cont {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 430px;
  width: auto;
  position: relative;
  cursor: pointer;
}

.testimonials_slider .swiper-slide {
  width: 280px;
}


.testimonials_slider .img_cont:after {
  content: " ";
  position: absolute;
  width: 38px;
  height: 44px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/play.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}


.testimonials_cards_wrap {
  position: relative;
}

.card-box {
  width: 280px;
  height: 430px;
  perspective: 1000px;
  margin: 20px 0;
  border: 0;
  padding: 15px;
}

.card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.8s ease;
}

.card-box.flipped .card-inner {
  transform: rotateY(180deg);
}

.card-front,
.card-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

/*.card-front img {
  width: 100%;
  border-radius: 10px;
  flex: 1;
  object-fit: cover;
}*/

.text-block {
  margin-top: auto;
}

.card-back {
  transform: rotateY(180deg);
  justify-content: space-between;
}

.circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white;
  cursor: pointer;
  position: absolute;
  display: block;
  left: 10px;
  top: 10px;
  z-index: 3;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;

}



.card-back .circle.active {
  /*background: #4D4D4D;*/
}

.card-back .circle:hover,
.card-back .circle:focus {
  /*background: #fff;*/
}

.card-back {
  position: relative;
  padding: 70px 12px 12px 15px;
  background-color: #F2F2F2;
}

.card-front:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  bottom: 0;
  left: 0;
}


.fancybox-bg {
  background: #072C20;
}

.testi_wrapp {
  overflow: hidden;
  /*padding-top: 30px;*/
}

.testi_row {
  margin-left: -15px;
  margin-right: -15px;
}

/*=====================*/

.right_rew_side {
  position: relative;
  padding-bottom: 60px;
}

.fancybox-bg {
  background: #01002C;
  background: linear-gradient(179deg, rgba(1, 0, 44, 1) 0%, rgba(0, 3, 76, 1) 65%, rgba(0, 53, 211, 1) 100%);
}


.reviews_text_slider_thumbs .img_cont {
  background-position: center 0;
}

.form-control {
  height: calc(1.5em + .75rem + 10px);
}

/*==============*/

.wpcf7-spinner {
  display: block;
  top: 16px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

/*===================*/

.wpcf7-form p,
.wpcf7-form label {
  margin: 0;
  display: block;
}

.modal-header {
  border-bottom: 0px;
}

.modal-content {
  border: 1px solid rgba(0, 0, 0, .2);
  padding: 30px;
}

.wpcf7-form br {
  display: none;
}

.customn_number {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 10px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.modal-body {
  padding: 0;
}

.form-control {
  height: calc(1.5em + .75rem + 10px);
}

.modal-content textarea {
  height: 100px;
}

.modal .blue_button {
  min-width: 150px;
}

/*====================*/
.lang_sw_wrapper ul {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

.lang_sw_wrapper ul>li {
  margin-left: 5px;
  margin-right: 5px
}

/*.lang_sw_wrapper img {
  width: 18px !important;
  height: 13px !important;
  
}*/

/*.lang_sw_wrapper [lang="en-US"] img,
.lang_sw_wrapper [lang="ro-RO"] img,
.lang_sw_wrapper [lang="ru-RU"] img {
  opacity: 0;
}*/

.lang_sw_wrapper [lang="en-US"],
.lang_sw_wrapper [lang="ro-RO"],
.lang_sw_wrapper [lang="ru-RU"] {
  position: relative;
}

/*.lang_sw_wrapper [lang="en-US"]:after {
  content: " ";
  position: absolute;
  width: 24px;
  height: 24px;
  ;
  top: 0;
  left: 0;
  background-image: url(../img/usa.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border: 2px solid #9A6A00;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;

}*/

/*.lang_sw_wrapper [lang="ro-RO"]:after {
  content: " ";
  position: absolute;
  width: 24px;
  height: 24px;
  ;
  top: 0;
  left: 0;
  background-image: url(../img/romania.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border: 2px solid #9A6A00;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;

}*/

/*.lang_sw_wrapper [lang="ru-RU"]:after {
  content: " ";
  position: absolute;
  width: 24px;
  height: 24px;
  ;
  top: 0;
  left: 0;
  background-image: url(../img/russia.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border: 2px solid #9A6A00;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;

}*/

/*==================*/

@media only screen and (max-width : 992px) {
  .mob_menu_header {
    position: relative;
  }

  .lang_sw_wrapper {
    position: absolute;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    width: 91px;
    top: 25px;
  }
}

.auth-links a:hover,
.auth-links a:focus {
  text-decoration: none;
  outline: none;
}

/*=======================*/

.top_page_banner {
  height: 920px;
  background-color: #ccc;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

#standart_retreat_banner {
  background-image: url(../img/pb/sr.jpg);
}

/*==============*/

.mob_menu_wrapper {
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.font_260 {
  font-size: 260px;
}

.font_220 {
  font-size: 220px;
}

.top_banner_row {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  padding-top: 60px;
  margin-left: -20px;
  margin-right: -20px;
}

.table_ul {
  display: table;
  width: 100%;
}

.table_ul>li {
  display: table-row;
}

.table_ul>li>div {
  padding: 6px 15px;
  display: table-cell;
}

.table_ul>li>div:first-child {}

.block_2.retr_page.table_ul>li>div:last-child {
  text-align: right;
}

.block_2 .open-video {

  height: 645px;

}

/*===============*/
.image_swiper_main_lp .img_cont {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 700px;
}

/* ÐœÐ¸Ð½Ð¸Ð°Ñ‚ÑŽÑ€Ñ‹ */
.image_swiper_thumbs {
  /*margin-top: 20px;*/
}

.image_swiper_thumbs .swiper-slide,
.image_swiper_thumbs_lp .swiper-slide {
  /*opacity: 0.5;*/
  cursor: pointer;
  border: 2px solid transparent;
}

.image_swiper_thumbs .swiper-slide-thumb-active,
.image_swiper_thumbs_lp .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid rgba(255, 255, 255, .8);
}



.image_swiper_thumbs .swiper-slide .img_cont,
.image_swiper_thumbs_lp .swiper-slide .img_cont {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100px;
}

.image_swiper_main {
  position: relative;
}

.image_swiper_main_lp {
  position: relative;
}

.image_swiper_thumbs__navigation {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 40px;
}

.prog_wrap ul {
  display: table;
  width: 100%;
}

.prog_wrap ul>li {
  display: table-row;
}

.prog_wrap ul>li>div {
  display: table-cell;
  padding: 10px 0;
  border-bottom: 1px solid #333;
}

.prog_wrap ul>li>div:first-child {
  padding-right: 15px;
  white-space: nowrap;
}

.prog_wrap {
  font-size: 18px;
}

.gr_toleft {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  height: 100%;
}

.vertical_slider {
  display: table;
  width: 100%;
  table-layout: fixed;

}

.vertical_slider>div {
  display: table-cell;
  vertical-align: top;
}

.vertical_slider_toleft {
  width: 70px;
}

.vertical_slider_toright {
  padding-left: 15px;
}

.image_swiper_thumbs .swiper-slide .img_cont,
.image_swiper_thumbs_lp .swiper-slide .img_cont {
  height: 100% !important;
}

.vertical_slider_toleft .swiper-slide {
  height: 66px !important;
}



.image_swiper_thumbs_lp {
  margin-top: 0;
}

.image_swiper_main .img_cont {
  position: relative;
}

.image_swiper_main_lp .img_cont {
  position: relative;
}

.day_marker {
  position: absolute;
  left: 20px;
  top: 20px;
  display: block;
  width: 88px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  height: 34px;
  line-height: 34px;
  white-space: nowrap;
  background-color: #fff;
}

.gr_toright {
  position: relative;
}

.image_slider_navigation {
  position: absolute;
  height: 38px;
  width: 92px;
  top: 0;
  left: initial !important;
  right: 0 !important;
  margin-left: auto;
  margin-right: auto;
  /*background-color: #ccc; */
  margin-top: 0px;
}

.button-next,
.button-prev {
  width: 30px !important;
  height: 38px !important;
  border-radius: 0%;
  -webkit-border-radius: 0%;
  -moz-border-radius: 0%;
}

.gr_toright .button-prev {

  margin-left: -30px !important;
}

.font_68 {
  font-size: 68px;
}

.grafic_info {
  color: #999;
  font-size: 22px;
}

.grafic_info>li {
  margin-bottom: 20px;
  line-height: 1.1;
  position: relative;
  padding-left: 35px;
}

.grafic_info>li>i {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.prog_wrap_dinamic_footer {
  max-width: 400px;
}

.lang_sw_wrapper [lang="en-US"],
.lang_sw_wrapper [lang="ro-RO"],
.lang_sw_wrapper [lang="ru-RU"] {
  position: relative;
  color: #ccc;
  font-weight: 500;
}

.lang_sw_wrapper ul li.current-lang a {
  font-weight: bold;
  color: white;
  /* Ваш цвет */
  text-decoration: underline;
  pointer-events: none;
  /* Опционально: делает ссылку некликабельной */
}

.lang_sw_wrapper ul>li {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 20px;
}

/*==============*/

.simple_block .img_cont {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 900px;
}

.font_80 {
  font-size: 80px;
}

.simple_block_toright {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}

.cards_list a {
  display: block;
}

.cards_list a:hover,
.cards_list a:focus {
  text-decoration: none;
  outline: none;
  opacity: 0.9;
}

.float_title {
  position: absolute;
  top: 15px;
  left: 15px;
}

.gr_toright {
  position: relative;
}

.image_slider_navigation {
  position: absolute;
  height: 38px;
  width: 64px;
  top: 0;
  left: initial !important;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  /*background-color: #ccc; */
  margin-top: 0px;
}

.gr_toright .button-next,
.gr_toright .button-prev {
  width: 38px !important;
  height: 38px !important;
  color: #fff;
  border-radius: 0%;
  -webkit-border-radius: 0%;
  -moz-border-radius: 0%;
  background-color: transparent;
  font-size: 20px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  border: 1px solid #fff;
  display: inline-block;
  position: absolute;
  top: 0;
  line-height: 38px;
  text-align: center;
}

.gr_toright .button-prev {

  /*margin-left: -30px !important;*/
}

.gr_toright .button-next {
  right: 0;
}

/*=============*/

.ac_container label {
  padding-right: 50px;
}

.no_image .ac_image_parent .img_cont,
.no_image .img_cont_inner {
  display: none !important;
}

.ph_titile {
  font-size: 20px;
}


.note_block {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(60, 41, 0, 0.2);
  border-radius: 6px;
  font-size: 17px;
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 500;
  /*font-family: "Aguafina Script", cursive;*/
}

.purple_color {
  color: #2A64DA;
}

.post_box .img_cont {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 250px;
}

.post_box .img_cont:hover,
.post_box .img_cont:focus {
  text-decoration: none;
  outline: none;
  opacity: 0.9;
}

.post_box_title {
  font-size: 20px;
  line-height: 1;
  min-height: 40px;
}

.post_box_title a {
  display: block;
  color: #2A64DA;
}

.post_box_excerpt {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  /* Количество строк, которые нужно оставить */
  overflow: hidden;
  text-overflow: ellipsis;

}


/* Общая обертка пагинации */
.pagination {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 20px 0;
  margin: 30px 0;
}

/* Стили для каждой ссылки и текущего числа */
.pagination a,
.pagination span {
  display: inline-block;
  padding: 8px 16px;
  margin: 0 4px;
  border: 1px solid #dee2e6;
  color: #2A64DA;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
  background-color: #fff;
}

/* Эффект при наведении */
.pagination a:hover {
  background-color: #e9ecef;
  border-color: #dee2e6;
  color: #0056b3;
}

/* Стиль для активной (текущей) страницы */
.pagination .current {
  background-color: #2A64DA;
  border-color: #2A64DA;
  color: #fff;
  cursor: default;
}

/* Стили для кнопок "Назад" и "Вперед" */
.pagination .prev,
.pagination .next {
  font-weight: bold;
}

/* Для мобильных устройств: чуть увеличим область нажатия */
@media (max-width: 576px) {

  .pagination a,
  .pagination span {
    padding: 4px 10px;
    margin: 0 2px;
    font-size: 12px;
  }
}


#big_banner_2 {
  background-image: url(../img/bb2.jpg);
}


#vip_retreat_banner {
  background-image: url(../img/vr.jpg);
}

.whis_bootom_shadow {
  /* 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+ */
}

.whis_bootom_shadow>* {
  position: relative;
  z-index: 1;
}

.cascad_text {
  font-size: 45px;
  line-height: 1;
}

.cascad .img_cont {
  display: block;
  background-image: url(../img/cascad1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 600px;
}

/*===============*/

.font_24 {
  font-size: 24px;
}

.black_font {
  color: #000 !important;
}

.narrow {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

/*==============*/

.beneficii_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  margin-left: -10px;
  margin-right: -10px;
}

.beneficii_list>li {
  width: 20%;
  margin-bottom: 20px;
}

.beneficii_box {
  margin-left: 10px;
  margin-right: 10px;
  height: 100%;
  background-color: #121212;
  color: #fff;
  padding: 10px 15px;
  line-height: 1;
}



.beneficii_box .img_cont {
  display: block;
  background-image: url(../img/benefit/01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 260px;
  margin-bottom: 20px;
}


.beneficii_list>li:nth-child(2n) .beneficii_box .img_cont {
  background-image: url(../img/benefit/02.png);
}


.vip_page.marquee_wrapper {
  height: 550px;

}

.vip_page .marquee-container {
  line-height: 0.8;
  font-size: 460px;
  opacity: 1;
  letter-spacing: -10px;
  top: 0;
  width: 100%;
  overflow: visible;
}


/* Содержимое, которое будет двигаться */
.vip_page .marquee-content {
  /* Задаем анимацию */
  animation: marquee 400s linear infinite;
  /* marquee - имя, 15s - длительность, linear - скорость, infinite - бесконечно */
}



.vip_page .block_2_images {
  justify-content: center;
  align-items: center;
}

.vip_page .block_2_images>li {
  width: auto;
  flex-shrink: 0;
}

.vip_page .block_2_images_box .img_cont {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 420px;
}


.vip_page .block_2_images_box {
  width: 320px;
  background-color: rgba(255, 255, 255, .8);
  height: auto;
  padding: 20px;
}

.vip_page {
  overflow: hidden;
}

.vip_page .block_2_images {
  overflow: hidden;
}

.active_button.on_white {
  border-color: #000;
}

.active_button.on_white:hover,
.active_button.on_white:focus {
  background-color: #000 !important;
  text-decoration: none;
  outline: none;
}


#corporate_retreat_banner {
  background-image: url(../img/cr.jpg);
}

/*-----------*/

.green_bg {
  background-color: #0F2C22;
}

.fluid_header {
  position: absolute;
  left: 0;
  top: 0px;
  display: inline-block;
  font-size: 18px;
  letter-spacing: 0px;
  padding-left: 50px;
}

.jopa_block .font_96 {
  letter-spacing: -4px;
  line-height: 1;
}

.jopa_toleft {
  padding-top: 90px;
}

.intro_block {
  max-width: 420px;
  padding: 20px;
  background-color: #fff;
  height: 540px;
  line-height: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  color: #000;
}

/*===========================*/
.creativ_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  border: 1px solid rgba(255, 255, 255, .1);
  background-color: #113126;
}

.creativ_list>li {
  width: 27%;
  border-right: 1px solid rgba(255, 255, 255, .1);
}

.creativ_list>li:nth-child(3n) {
  width: 46%;
}

.baking_white {
  display: inline-block;
  padding: 2px 7px;
  position: relative;
  white-space: nowrap;
  background-color: #fff;
  color: #000;
  margin-bottom: 1px;
}

.creativ_list_box {
  padding: 15px;
}

.creativ_tags {
  text-align: center;
}

.left_10 {
  left: -23px;
}

.left_20 {
  left: -34px;
}

.left_30 {
  left: -30px;
}

.left_70 {
  left: -70px;
}

.left_80 {
  left: -80px;
}

.left_90 {
  left: -90px;
}

.creativ_list_title {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: stretch;
  align-content: stretch;
  background-image: url(../img/grd.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 15px;
  text-align: right;
}

.block_8_toleft .img_cont {
  background-position: center 0;
  height: 570px;
}

#acreditare {
  background-image: url(../img/accr.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0;
  overflow: hidden;
}

#acreditare_2 {
  background-image: url(../img/accr_2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0;
  overflow: hidden;
}

@media only screen and (max-width : 992px) {
  #acreditare {
    background-image: none;
  }

  #acreditare_2 {
    background-image: none;
  }

  .acreditare_titlle {
    height: 800px;
    position: static !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 0;
    overflow: hidden;
    padding-top: 40px !important;
  }

  #acreditare .acreditare_titlle {
    background-image: url(../img/accr_mob.jpg);
  }

  #acreditare_2 .acreditare_titlle {
    background-image: url(../img/accr_2_mob.jpg);
  }

  #corporate_retreat_banner {
    background-image: url(../img/cr_mob.jpg);
  }
}


@media only screen and (max-width : 480px) {
  #acreditare .font_96 {
    font-size: 40px;

  }

}

/*=======================*/

.images_5_item_wrap {
  overflow: hidden;
}

.images_5_item_wrap {
  position: relative;
}


.images_5_item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: -5px;
  margin-right: -5px;
  overflow: hidden;
  animation: scroll-left 30s linear infinite;
  width: max-content;
}


.images_5_tmb:hover {
  animation-play-state: paused;
}

.images_5_item>li {
  flex-shrink: 0;
  width: 320px;
  margin-left: 5px;
  margin-right: 5px;
}

.images_5_item .images_box {
  width: 100%;
  position: relative;
}


@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {

    transform: translateX(-50%);
  }
}


.images_5_item .img_cont {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 480px;
}

.autograf {
  position: relative;
  max-width: 400px;
}

.autograf:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: 30px;
  top: -74px;
  background-image: url(../img/autograf.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 180px;
  width: 274px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(18deg);
  -o-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  -sand-transform: rotate(18deg);
}


.ms_item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.row_banner {
  height: 920px;
}

.row_banner_body .img_cont {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  height: 100%;
}

.row_banner_toleft {
  background-size: auto 390px;
  background-repeat: no-repeat;
  background-position: center 37%;
  position: relative;
  height: 100%;
  font-size: 96px;
  line-height: 0.8;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  padding-top: 110px;

}

.whis_scoba {
  position: relative;
}


.row_banner_toleft .left_info {
  padding-left: 50px;
  line-height: 1.3;
  padding-bottom: 60px;
}

#row_banner_toleft_01 {
  background-image: url(../img/toleft_1.jpg);
}

#row_banner_toleft_02 {
  background-image: url(../img/toleft_2.jpg);
}

/*==============*/

.adv_cards_body {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}


.adv_cards_body>li {
  width: 33.3%;
  background-image: url(../img/dec1.png);
  background-repeat: no-repeat;
  background-size: 420px auto;
  background-position: right bottom;
}

.adv_cards_body>li:nth-child(2n) {
  background-image: url(../img/dec2.png);
}

.adv_cards_box .inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  z-index: 2;
  padding: 20px;
  position: relative;
}




.adv_cards_box {
  position: relative;
  height: 600px;
  overflow: hidden;
  transition: color 0.5s ease;
}

.adv_cards_box .img_cont {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%;
  z-index: 0;
  height: 0;
  /* Изначально скрыта */
  transition: height 0.5s ease-in-out;
  /* Плавность анимации */
  z-index: 1;
}


/* При наведении высота становится 100% */
.adv_cards_box:hover .img_cont {
  height: 100%;
}


/* Опционально: меняем цвет текста при наведении, если картинка темная */
.adv_cards_box:hover .inner {
  color: #fff;
}

/*========= REGISTRATION  PAGE =========*/
.page-id-638 {
  padding-top: 0 !important;
}

.page-id-638 header,
.page-id-638 footer {
  display: none !important;
}

/*===================*/
.regisration_page_wrapper .ms_item {
  padding-top: 15px;
}

#regisration_banner {
  background-image: url(../img/register/main.jpg);
  background-position: center -30px;
}

.register_header {
  background-color: #15382C;
  color: #fff;
  border-radius: 5px;
  padding: 15px;
}

.register_header .va_logo {
  width: 40px;
  height: 20px;
  display: inline-block;
  background-image: url(../img/logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.register_header .active_button {
  width: 320px;
  color: #fff !important;
  background-color: transparent;
}

.lang_swich>li {
  display: inline-block;
  vertical-align: top;
}

.lang_swich a {
  display: block;
  font-weight: 500;
  text-align: center;
  margin-right: 10px;
}

.lang_swich a span {
  display: inline-block;
  line-height: 1;

  font-size: 20px;
}

.lang_swich a.active span {
  border-bottom: 1px solid #fff;
}

@media only screen and (max-width : 992px) {
  .register_header .va_logo {
    position: absolute;
    right: 15px;
    top: 31px;
  }

  .register_header {
    border-radius: 0px;
    position: relative;
  }

  .regisration_page_wrapper .ms_item {
    padding-top: 0px;
  }

  .register_header .row>div {
    position: static;
  }

  .register_header .active_button {
    width: 160px;
    position: absolute;
    right: 0;
    left: 0;
    top: 16px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .register_header {
    padding: 30px 15px;
  }
}

@media only screen and (max-width : 400px) {
  .lang_swich a span {
    font-size: 14px;
  }
}

.regisration_banner_caption {
  padding-top: 300px;
  line-height: 0.8;
  max-width: 950px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  font-size: 96px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  margin-bottom: 50px;
}

.salade_color {
  color: #D2FFB7;
}


.image_context img {
  max-width: 100%;
}

.regisration_banner_caption_footer {
  margin-left: auto;
  margin-right: auto;
  max-width: 430px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (max-width : 1600px) {
  .regisration_banner_caption {
    padding-top: 285px;
  }
}

@media only screen and (max-width : 1376px) {
  .regisration_banner_caption {
    padding-top: 150px;
  }
}

@media only screen and (max-width : 1200px) {
  .regisration_banner_caption {
    padding-top: 180px;
    font-size: 40px;
  }

  .image_context img {
    max-width: 6%;
  }

  .regisration_page_wrapper .ms_item {
    padding-top: 0px;
  }
}

@media only screen and (max-width : 576px) {
  .regisration_banner_caption {
    font-size: 46px;
  }

  #regisration_banner {
    background-position: center 0px;
  }

  .sim_grre .font_40 {
    font-size: 20px;
  }
}

@media only screen and (max-width : 480px) {
  .regisration_banner_caption {
    font-size: 40px;
  }

  .image_context img {
    max-width: 10%;
  }
}


@media only screen and (max-width : 350px) {
  .regisration_banner_caption {
    font-size: 36px;
  }

}




.simple_b {
  display: inline-block;

}


.simple_b {
  display: inline-block;
  background-color: transparent;
  color: #fff;
  text-align: center;
  padding: 0px 10px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #fff;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  border-radius: 25px;

}

.simple_b:hover,
.simple_b:focus {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}


.datea_box {
  background-color: #15382C;
  padding: 15px;
  line-height: 1;
}

.lh12 {
  line-height: 1.2;
}

.ser_list a {
  opacity: 0.6;
  display: block;
}

.ser_list a:hover,
.ser_list a:focus {
  color: #222;
  text-decoration: none;
  outline: none;
  opacity: 1;
}


/*=========taplink===========*/
.taplink_page {
  background-color: #2A4E3A;
  color: #fff;
}

.taplink_wrapper {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.taplink_img img {
  width: 150px;
  height: 150px;
  border: 3px solid #FAA213;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.taplink_title {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  color: #FAA213;
}

.taplink_box a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  padding-left: 60px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 20px;
  background-color: #225F44;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 15px center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  line-height: 1;
  height: 70px;
}

.taplink_box a:hover,
.taplink_box a:focus {
  -webkit-box-shadow: 0px 2px 10px rgba(255, 255, 255, 0.15);
  -moz-box-shadow: 0px 2px 10px rgba(255, 255, 255, 0.15);
  box-shadow: 0px 2px 10px rgba(255, 255, 255, 0.15);


  text-decoration: none;
  outline: none;
}

#tl1 {
  background-image: url(../img/taplink/tl1.svg);
}


#tl2 {
  background-image: url(../img/taplink/tl2.svg);
}

#tl3 {
  background-image: url(../img/taplink/tl3.svg);
}

#tl4 {
  background-image: url(../img/taplink/tl4.svg);
}

#tl5 {
  background-image: url(../img/taplink/tl5.svg);
}

.page-id-650 {
  padding-top: 0 !important;
  background-color: #2A4E3A;
}

.page-id-650 header {
  display: none !important;
  height: 0 !important;
}

.header_decor {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}

.header_decor>span {
  display: inline-block;
  vertical-align: middle;
}

.header_decor>span:nth-child(1),
.header_decor>span:nth-child(3) {
  width: 100px;
  height: 3px;
  background-color: #9B6A00;
}

.header_decor>span:nth-child(2) {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 3px solid #9B6A00;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;

}

/*=================*/

.whis_button_play {
  position: relative;
}

.whis_button_play:before {
  content: "\eca7";
  position: absolute;
  width: 150px;
  height: 150px;
  top: 50%;
  left: 50%;
  margin-top: -75px;
  margin-left: -75px;
  font-family: IcoFont !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  color: rgba(255, 255, 255, .8);
  line-height: 1;
  font-size: 150px;
}

.grafic_info li {
  padding-left: 30px;
}

.grafic_info li:before {
  top: 0px;
}

@media only screen and (max-width : 992px) {
  .whis_button_play:before {
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
    font-size: 80px;
  }
}


/*=========.taplink===========*/

.middlebanner {
  background-image: url(../img/register/mbn.jpg);
  background-repeat: repeat-x;
  background-size: contain;
  background-position: center center;
  height: 900px;
  background-color: #0F2C22;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  position: relative;
}

.middlebanner:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 80px;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../img/register/decor_gr.png);
  background-repeat: repeat-x;
  background-size: contain;
  background-position: center 100%;
}

.light_green_bg {
  background-color: #398E34;
}

.middlebanner .active_button {
  width: 390px;
}

.arrow_do {
  font-size: 2rem;
  text-align: center;
  /* Анимация: название, длительность, тип сглаживания, бесконечно */
  animation: bounce 2s infinite;
  display: block;

}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-10px);
  }

  60% {
    transform: translateY(-5px);
  }
}


@media only screen and (max-width : 1400px) {
  .middlebanner {
    background-size: cover;
  }
}

@media only screen and (max-width : 1200px) {
  .middlebanner {
    height: 720px;
  }
}

@media only screen and (max-width : 768px) {
  .middlebanner {
    height: 500px;
  }

  .middlebanner .active_button {
    width: 80%;
  }
}


.salade_bg {
  background-color: #5C8D3E;
}

.text_68 {
  font-size: 68px;
}

.what_get_row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  margin-left: -10px;
  margin-right: -10px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 20px;
  padding-bottom: 20px;
}



.what_get_row>li:nth-child(1) {
  width: 25%;
}

.what_get_row>li:nth-child(2) {
  width: 20%;
}

.what_get_row>li:nth-child(3) {
  width: 35%;
}

.what_get_row>li:nth-child(4) {
  width: 20%;
}

.what_get_box {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  color: #fff;
}


.what_get_box .img_cont {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 200px;
  width: 250px;
}

.simple_b.green_type {
  background-color: #0B261D;
  color: #5C8D3E;
  border-color: #0B261D;
}

@media only screen and (max-width : 1200px) {
  .what_get_box .img_cont {
    height: 188px;
  }

  .what_get_row>li:nth-child(1) {
    width: 15%;
  }

  .what_get_row>li:nth-child(2) {
    width: 30%;
  }

  .what_get_row>li:nth-child(3) {
    width: 35%;
  }
}

@media only screen and (max-width : 992px) {
  .what_get_row>li:nth-child(1) {
    width: 100%;
  }

  .what_get_row>li:nth-child(2) {
    width: 100%;
  }

  .what_get_row>li:nth-child(3) {
    width: 100%;
  }

  .what_get_row>li:nth-child(4) {
    width: 100%;
  }

  .what_get_box {
    text-align: center;
  }

  .what_get_box .img_cont {
    height: 200px;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .what_get .text_68 {
    font-size: 46px;
  }
}

.who_va .img_cont {
  height: 650px;
  background-image: url(../img/register/va.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 0;
  width: 100%;
}

.who_va_txt {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  max-width: 650px;
  font-size: 18px;
  height: 100%;
}

.who_va_txt .markered {
  max-width: 450px;
}

@media only screen and (max-width : 1200px) {
  .who_va .font_68 {
    font-size: 40px;
  }

  .who_va .img_cont {
    height: 440px;
  }
}

@media only screen and (max-width : 992px) {
  .who_va_txt {
    margin-left: auto;
    margin-right: auto;
  }

  .who_va .img_cont {
    margin-bottom: 20px;
  }

  .who_va .img_cont {
    height: 547px;
  }
}

@media only screen and (max-width : 768px) {
  .who_va .img_cont {
    height: 458px;
  }
}



@media only screen and (max-width : 576px) {
  .who_va .img_cont {
    height: 390px;
  }
}


@media only screen and (max-width : 480px) {
  .who_va .img_cont {
    height: 320px;
  }
}


@media only screen and (max-width : 400px) {
  .who_va .font_68 {
    font-size: 30px;
  }
}



.reg_bb {
  background-image: url(../img/register/reg_bb.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 900px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  position: relative;
}

.reg_bb:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, .3);
}


.reg_bb .active_button {
  width: 390px;
}

@media only screen and (max-width : 1200px) {

  .reg_bb {
    height: 500px;
  }
}

@media only screen and (max-width : 768px) {

  .reg_bb .active_button {
    width: 80%;
  }
}


.page-id-653 {
  padding-top: 0 !important;
}

.page-id-653 header,
.page-id-653 footer {
  display: none !important;
}

.reg_bb_txt {
  padding-top: 100px;
  z-index: 1;
}

.reg_bb_txt .font_96 {
  text-shadow: 1px 1px 15px #000;
}

.reg_bb_txt .font_18 {
  text-shadow: 1px 1px 1px #000;
}

/*===================*/

.big_text_wrapper {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 86px;
  line-height: 1;
  padding-left: 20px;
  padding-right: 20px;
}

.big_text_wrapper>div {
  opacity: 0.5;
  filter: blur(2px);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transform: scale(0.8);
  will-change: opacity, transform, filter;
  /*margin-bottom: 2rem; */
  /* Чтобы блоки не слипались */
}

/* Класс, который будет добавлять JS */
.big_text_wrapper>div.active {
  opacity: 1;
  filter: blur(0);
  transform: scale(1.0);
  /* Заметное увеличение в фокусе */
  color: #ffffff;
}

/*=====================*/

#benefits {
  height: 2000px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/benefits/benefits.jpg);
}

.benefits_rom {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
}

.benefits_rom>li {
  position: absolute;
}

.benefits_rom>li:nth-child(1) {
  top: 22%;
  left: 7%;
}

.benefits_rom>li:nth-child(2) {
  top: 3%;
  left: 64%;
}

.benefits_rom>li:nth-child(3) {
  top: 58%;
  left: 0%;
}

.benefits_rom>li:nth-child(4) {
  top: 73%;
  left: 40%;
}

.benefits_rom>li:nth-child(5) {
  top: 47%;
  right: 0%;
}

.benefits_toitle {
  line-height: 1;
  font-size: 140px;
  text-align: center;
  filter: blur(1px);
  color: #fff;
}

.benefits_body {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  position: relative;
}

.benefits_box {
  width: 320px;
  height: 400px;
  padding: 15px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  font-size: 14px;
  line-height: 1;
}

.font_28 {
  font-size: 28px;
}


.vip_page.marquee_wrapper.therapy_page {
  height: 700px;
}

.tr_images {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.tr_images>li {
  position: absolute;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 300px;
  width: 240px;
}


.tr_images>li:nth-child(1) {
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -sand-transform: rotate(5deg);
  background-image: url(../img/tr1.jpg);
}

.therapy_page {
  position: relative;
}


/*==================*/

.testimonials_slider_cards .img_cont {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 430px;
  width: auto;
  position: relative;
  cursor: pointer;
}

.testimonials_slider_cards .u_name {
  opacity: 0;
}

.testimonials_slider_cards .swiper-slide {
  width: 280px;
}


.testimonials_slider_cards .img_cont:after {
  content: " ";
  position: absolute;
  width: 38px;
  height: 44px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/play.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}


.testimonials_cards_wrap {
  position: relative;
}

.card {
  width: 280px;
  height: 430px;
  perspective: 1000px;
  margin: 20px 0;
  border: 0;
  padding: 15px;
}

.card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.8s ease;
}

.card.flipped .card-inner {
  transform: rotateY(180deg);
}

.card-front,
.card-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

/*.card-front img {
  width: 100%;
  border-radius: 10px;
  flex: 1;
  object-fit: cover;
}*/

.text-block {
  margin-top: auto;
}

.card-back {
  transform: rotateY(180deg);
  justify-content: space-between;
}

.circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: white;
  cursor: pointer;
  position: absolute;
  display: block;
  left: 10px;
  top: 10px;
  z-index: 3;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;

}

.card-front .circle {
  background-image: url(../img/click.png);
  background-size: 60%;
}

.card-front .circle:hover,
.card-front .circle:focus {
  opacity: 0.9;
}

.card-back .circle.active {
  /*background: #4D4D4D;*/
}

.card-back .circle:hover,
.card-back .circle:focus {}

.card-back {
  position: relative;
  padding: 70px 12px 12px 15px;
  background-color: #F2F2F2;
}

.card-front:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  bottom: 0;
  left: 0;
}


.fancybox-bg {
  background: #072C20;
}

.testi_wrapp {
  overflow: hidden;
  padding-top: 30px;
}

.testi_row {
  margin-left: -15px;
  margin-right: -15px;
}

.block_title {
  font-size: 96px;
  line-height: 0.8;
  letter-spacing: -4px;
}

.mw_450 {
  max-width: 450px;
}

.card_toggle {}

/*=====================*/

.open-video.full_var {
  height: 1000px;
}


@media only screen and (max-width : 1600px) {
  .open-video.full_var {
    height: 800px;
  }
}

@media only screen and (max-width : 1376px) {
  .open-video.full_var {
    height: 650px;
  }
}

@media only screen and (max-width : 1200px) {
  .open-video.full_var {
    height: 500px;
  }
}

@media only screen and (max-width : 992px) {
  .open-video.full_var {
    height: 400px;
  }
}

@media only screen and (max-width : 576px) {
  .open-video.full_var {
    height: 300px;
  }
}

/*---------------*/
.service_transition_list {}

.service_transition_info {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  margin-left: -6px;
  margin-right: -6px;
}

.service_transition_info>li {}

.service_transition_list>li {
  transition: filter 0.2s ease, opacity 0.2s ease;
  cursor: pointer;
}

.service_transition_list>li.blurred {
  filter: blur(4px);
  opacity: 0.5;
}

.service_transition_info>li:nth-child(1) {
  width: 220px;
}

.service_transition_col {
  padding-left: 6px;
  padding-right: 6px;
}

.service_transition_list>li:nth-child(1) .service_transition_info {
  justify-content: flex-end;
}

.service_transition_list>li:nth-child(2) .service_transition_info {
  justify-content: flex-end;
  padding-right: 10%;
}

.service_transition_list>li:nth-child(3) .service_transition_info {
  justify-content: flex-end;
  padding-right: 24%;
}

.service_transition_list>li:nth-child(4) .service_transition_info {
  justify-content: flex-end;
  padding-right: 40%;
}

.service_transition_list>li:nth-child(5) .service_transition_info {
  justify-content: flex-end;
  padding-right: 30%;
}

.service_transition_list>li:nth-child(6) .service_transition_info {
  justify-content: flex-end;
  padding-right: 20%;
}

.font_70 {
  font-size: 70px;
}

.font_14 {
  font-size: 14px;
}

.service_transition_info .img_cont {
  display: block;
  background-image: url();
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 300px;
  width: 220px;
  position: absolute;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  top: 0;
  opacity: 0;
}


.service_transition_list>li:nth-child(1) .img_cont {
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -sand-transform: rotate(-15deg);

  left: 0;
  margin-left: 0px;
  margin-top: -100px;

}

.service_transition_list>li:nth-child(2) .img_cont {
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -sand-transform: rotate(15deg);
  right: 0;
  margin-right: 16%;
  margin-top: -100px;
}

.service_transition_list>li:nth-child(3) .img_cont {
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -sand-transform: rotate(15deg);
  right: 0;
  margin-right: -230px;
  margin-top: -100px;

}

.service_transition_list>li:nth-child(4) .img_cont {
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -sand-transform: rotate(-15deg);
  left: 0;
  margin-left: 26px;
  margin-top: -100px;
}

.service_transition_list>li:nth-child(5) .img_cont {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -sand-transform: rotate(30deg);
  right: 0;
  margin-right: -260px;
  margin-top: -150px;
}

.service_transition_list>li:nth-child(6) .img_cont {
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -sand-transform: rotate(15deg);
  right: 0;
  margin-top: -92px;
  margin-right: -220px;
}

.service_transition_col {
  position: relative;
}

.mw_200 {
  max-width: 200px;
}

.service_transition_list>li .font_14 {
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.service_transition_list>li:hover .img_cont,
.service_transition_list>li:hover .font_14 {
  opacity: 1;
  cursor: pointer;
}

.service_transition {
  /*overflow: hidden;*/
}

@media only screen and (max-width : 1800px) {
  .service_transition .font_68 {
    font-size: 50px;
  }
}

@media only screen and (max-width : 1600px) {
  .service_transition_list>li:nth-child(4) .service_transition_info {
    padding-right: 16%;
  }
}


@media only screen and (max-width : 992px) {
  .service_tran_mob_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    overflow: auto;
    margin-left: -8px;
    margin-right: -8px;
  }

  .service_tran_mob_list>li {
    flex-shrink: 0;
    width: 50%;
  }

  .service_tran_mob_list_box {
    padding-left: 8px;
    padding-right: 8px;
  }

  .service_tran_mob_list>li .img_cont {
    display: block;
    background-image: url();
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 520px;
  }

  .font_18.service_transition_body_title {
    font-size: 60px;
    font-weight: 500;
  }
}

@media only screen and (max-width : 768px) {
  .service_tran_mob_list>li .img_cont {
    height: 450px;
  }
}


@media only screen and (max-width :576px) {
  .service_tran_mob_list {
    flex-wrap: nowrap;
    padding-bottom: 15px;
  }

  .service_tran_mob_list>li {
    flex-shrink: 0;
    width: 360px;
  }

  .service_tran_mob_list>li {
    width: 250px;
  }

  .service_tran_mob_list>li .img_cont {
    height: 330px;
  }

  .font_18.service_transition_body_title {
    font-size: 40px;

  }

  .service_transition {
    overflow: hidden;
  }
}


.font_60 {
  font-size: 60px;
}

.mai_better_table {
  overflow: hidden;
}

.mai_better_table>li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  width: 100%;
  margin-left: -6px;
  margin-right: -6px;
}

.mai_better_table>li>div {
  padding: 3px 6px;
}

.mai_better_table>li>div:first-child {
  width: 60%;
}

.mai_better_table>li>div:nth-child(2),
.mai_better_table>li>div:nth-child(3) {
  width: 20%;

}

.mai_better_table_col {
  background-color: #131313;
  border-radius: 6px;
  /*background-color: #555;*/
  padding: 8px 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
}

.mai_better_table>li>div:nth-child(2) .mai_better_table_col,
.mai_better_table>li>div:nth-child(3) .mai_better_table_col {
  align-items: center;

}

.circle_button {
  background-color: transparent;
  border-radius: 16px;
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  display: inline-block;
  vertical-align: middle;
}

.circle_button.full_active {
  background-color: #fff;
}

.white_bg {
  background-color: #fff;
}

.border_white {
  outline: 1px solid #FFF;
  outline-offset: -1px;
}

.dark_color {
  color: #000;
}

.br_0 {
  border-radius: 0;
}

@media only screen and (max-width : 1200px) {
  .mai_better_table_col {
    font-size: 14px;
  }
}

@media only screen and (max-width : 768px) {
  .mai_better_table_col {
    font-size: 12px;
    padding: 5px 6px;
  }

}

@media only screen and (max-width : 576px) {
  .mai_better_table_col {
    font-size: 10px;
    padding: 5px 3px;
  }

  .mai_better_table>li>div {
    padding: 2px;
  }

  .mai_better_table>li {
    margin-left: -2px;
    margin-right: -2px;
  }

  .row_banner_toleft .left_info {
    padding-left: 0px;
  }
}


.post_box_title a {
  display: block;
  color: #015232;
}

.testi_nav_wrapper {
  position: relative;
  height: 40px;
  margin-top: 30px;
}

.testi_nav_wrapper .swiper-button-next {
  left: 50px;
}

.testi_nav_wrapper .swiper-button-prev {
  left: 0px;
}

.ac_container ul,
.ac_container ol {
  padding-left: 20px;
}

.ac_container ul li,
.ac_container ol li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 5px;
}

.ac_container ul li:before,
.ac_container ol li:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: green;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}

.image_accordeon_row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1;
  height: 100%;
  padding-left: 20px;
}

.image_accordeon_col {
  display: block;
  width: 50%;
}

.image_accordeon_list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}

.image_accordeon_list>li {
  width: 25%;
}

.image_accordeon_list>li .img_cont {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 700px;
}

.image_accordeon_list {
  padding-left: 0px !important;
}

.image_accordeon_list li,
.image_accordeon_list li {
  padding-left: 0px !important;
  margin-bottom: 0px !important;
}

.image_accordeon_list li:before,
.image_accordeon_list li:before {
  display: none;
}

.image_accordeon_body .ac_container label {
  position: relative;
  z-index: 3;
  padding-top: 0;
  padding-bottom: 0;
  height: 100px;
}

.image_accordeon_body article {
  position: relative;
  z-index: 1;
}

.image_accordeon_body .ac_container input:checked+label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid transparent;
}

.image_accordeon_body .ac_container input:checked~article {
  padding-top: 0;
  padding-bottom: 0;

}

.marquee-container {
  padding: 60px 0;
  top: 20%;
}


.wh_caption_inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  height: 90%;
  padding: 15px;
}

.wplay_b:after {
  content: " ";
  position: absolute;
  width: 90px;
  height: 90px;
  background-color: rgba(255, 255, 255, .5);
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  border-radius: 50%;
  background-image: url(../img/play.svg);
  background-size: 48% auto;
  background-repeat: no-repeat;
  background-position: 65% center;
}


#bg_123 {
  background-image: url(../img/d123.jpg);
}

#bg_124 {
  background-image: url(../img/d124.jpg);
}

#bg_125 {
  background-image: url(../img/d125.jpg);
}

#bg_126 {
  background-image: url(../img/d126.jpg);
}

#bg_127 {
  background-image: url(../img/d127.jpg);
}

#bg_128 {
  background-image: url(../img/d128.jpg);
}

#big_banner_4 {
  background-image: url(../img/bb4.jpg);
}

#big_banner_6 {
  background-image: url(../img/bb6.jpg);
  background-position: center 0;
}



/*===============*/
/*
.blending-text {
  position: fixed; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
  font-size: 5rem;
  font-weight: bold;
  color: white; 

  mix-blend-mode: difference; 
  z-index: 10;
}

.light-section {
  height: 100vh;
  background-color: white;
}

.dark-section {
  height: 100vh;
  background-image: url('your-image.jpg'); 
  background-size: cover;
  background-color: black;
}*/

.founder .img_cont {
  display: block;
  background-image: url(../img/founder.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 520px;
  width: 350px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -50px;
  margin-bottom: -50px;
  z-index: 0;
}

.founder .autograf {
  position: relative;
  max-width: 100%;
  z-index: 1;
}

.founder {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.founder .font_96 {
  position: relative;
  z-index: 1;
}

#founder_banner {
  background-image: url(../img/ffon.jpg);
}

#founder_banner .autograf:after {
  right: -130px;
  top: -40px;
}

#founder_banner {
  overflow: hidden;
}

/*===================*/



/* центрирование */
.horizontal_custom_Swiper .swiper-wrapper {
  align-items: center;
}

/* навигация */
.horizontal_custom_Swiper_nav_list {
  display: flex;
  margin-top: 30px;
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  z-index: 2;
}

.horizontal_custom_Swiper_nav_list>li {
  width: 25%;
}

.horizontal_custom_Swiper_nav_list .nav-btn {
  padding: 10px 20px;
  background: #eee;
  border: none;
  cursor: pointer;
  min-width: 250px;
  white-space: nowrap;
}

.horizontal_custom_Swiper_nav_list .nav-btn.active {
  background: #000;
  color: #fff;
}

.horizontal_custom_Swiper_nav_list>li {
  position: relative;
  padding-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
}

.horizontal_custom_Swiper_nav_list .nav-btn:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.2);
  bottom: 0;
  left: 0;
  right: 0;
}



.horizontal_custom_Swiper_nav_list .nav-btn.active:after {
  background-color: rgba(0, 0, 0, 1);
}


.horizontal_custom_Swiper_nav_list .nav-btn.active:before {
  content: " ";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 1);
  bottom: -3px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.horizontal_custom_Swiper_wrapper .container-fluid {
  position: relative;
}

.ddec {
  background-image: url(../img/va_slider/diagonal_decor.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.horizontal_custom_Swiper_box {
  height: auto;
  padding-top: 100px;
  padding-bottom: 160px;
}

.hcsb_content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}

.flex_end {
  align-items: flex-end;
}

.hcsb_content>li:nth-child(1) {
  width: 33%;
}

.hcsb_content>li:nth-child(2) {
  width: 67%;
}


.hcsb_content .img_cont {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;


}

.img_cont_wrap {
  padding: 5px;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}

.big_type .img_cont {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  /*width: 450px;*/
  height: 550px;
}

.hcsb_content_box {
  padding-left: 7px;
  padding-right: 7px;
}

.frame1 {
  display: block;
  background-image: url(../img/va_slider/Frame1.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  height: 700px;
  position: relative;
}

.frame2 {
  display: block;
  background-image: url(../img/va_slider/Frame2.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 700px;
  position: relative;
}

.frame3 {
  display: block;
  background-image: url(../img/va_slider/Frame3.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 700px;
  position: relative;
}

.frame4 {
  display: block;
  background-image: url(../img/va_slider/Frame4.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 700px;
  position: relative;
}

.hcsb_content_box {
  position: absolute;
}

.frame1 .hcsb_content_box {

  left: 0%;
  bottom: 40px;
  margin-left: 0px;
  width: 400px;
}

.frame2 .hcsb_content_box {

  left: 50%;
  top: -60px;
  margin-left: -400px;
  width: 600px;
}

.frame3 .hcsb_content_box {

  left: 0%;
  bottom: 0px;
  margin-left: 0px;
  width: 450px;
}

.frame4 .hcsb_content_box {

  right: 0%;
  bottom: 0px;
  width: 450px;
}

.swiper-pagination .swiper-pagination-bullet {
  background-color: #000;
  opacity: 0.3;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000;
  opacity: 1;
}

.horizontal_custom_Swiper_wrapper .swiper-pagination {
  margin-bottom: 20px;
}

.vdec {
  background-image: url(../img/va_slider/horizonral_decor.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.green_color {
  color: #0F2C22;
}

#bbanner_3 {
  background-image: url(../img/bb3.jpg);

}

#bg_221 {
  background-image: url(../img/d221.jpg);
}

#bg_222 {
  background-image: url(../img/d222.jpg);
}

#bg_223 {
  background-image: url(../img/d223.jpg);
}

#bg_224 {
  background-image: url(../img/d224.jpg);
}

#bg_225 {
  background-image: url(../img/d225.jpg);
}

#bg_226 {
  background-image: url(../img/d226.jpg);
}

.lh3 {
  letter-spacing: -3px;
}

.lh5 {
  letter-spacing: -5px;
}

/*==================*/


.our_founder .img_cont {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 1080px;
  background-image: url(../img/founder.jpg);
}

.our_founder_text {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  font-size: 18px;
}

.our_founder_list {
  font-weight: 200;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  margin-left: -15px;
  margin-right: -15px;
}

.our_founder_list>li>div {
  margin-left: 15px;
  margin-right: 15px;
}

.our_founder_list>li {
  width: 50%;
}

.our_founder_list li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 5px;
}

.our_founder_list li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 17px;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}

/*==========TEAM==========*/

.team_page_row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  margin-left: -7px;
  margin-right: -7px;
}

.team_page_row>li:nth-child(1) {
  width: 33.3%;
}

.team_page_row>li:nth-child(2) {
  width: 66.6%;
}


.team_page_col {
  padding-left: 10px;
  padding-right: 10px;
}

.t_founder .img_cont {
  display: block;
  background-image: url(../img/founder2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 700px;
}

.gray_color {
  color: #999;
}

ul.markered li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px;
  line-height: 1;
}

ul.markered li:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}

.font_light {
  font-weight: 100;
}

/*=====================*/


.swiper_slider_wrapper .swiper-slide .img_cont {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  height: 350px;
}

@media only screen and (max-width : 1200px) {
  .t_founder .img_cont {
    height: 350px;
  }
}

@media only screen and (max-width : 768px) {

  .t_founder .img_cont {
    height: 620px;
  }

  .team_page_row {
    flex-wrap: wrap;
  }

  .team_page_row>li:nth-child(1) {
    width: 100%;
  }

  .team_page_row>li:nth-child(2) {
    width: 100%;
  }
}


@media only screen and (max-width : 576px) {
  .t_founder .img_cont {
    height: 550px;
  }

  .swiper_slider_wrapper .swiper-slide .img_cont {
    height: 280px;
  }

  .team_box .font_20 {
    font-size: 18px;
  }

  .team_box {
    font-size: 14px;
  }
}

@media only screen and (max-width : 450px) {
  .t_founder .img_cont {
    height: 400px;
  }
}

.empty_xard {
  font-size: 18px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  text-align: center;
  height: 100%;
  /* background-color: #ccc; */
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/*============*/

.swiper_slider_wrapper {
  position: relative;

}

.team_page_body .reviews_text_slider_navigation {
  top: 0;
  right: 0;
  left: initial;
  bottom: initial;
  margin-top: 0px;
}

.team_page_body .reviews_text_slider_navigation .swiper-button-next:hover,
.team_page_body .reviews_text_slider_navigation .swiper-button-next:focus,
.team_page_body .reviews_text_slider_navigation .swiper-button-prev:hover,
.team_page_body .reviews_text_slider_navigation .swiper-button-prev:focus {
  opacity: 0.5;
}

@media only screen and (max-width : 768px) {
  .swiper_slider_wrapper {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width : 400px) {
  .swiper_slider_wrapper .swiper-slide .img_cont {
    height: 450px;
  }
}

.mw_450 {
  max-width: 450px;
}

.swiper_slider_header {
  position: relative;
}

.opasity_06 {
  opacity: 0.6;
}

.dark_bg ul.markered li:before {
  background-color: #fff;

}

#s_founder .img_cont {
  background-image: url(../img/founder_3.jpg);
}

.dark_bg .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.3;
}

.dark_bg .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}

.circle_text {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #333;
}

.career_vac {
  display: table;
  width: 100%;
}

.career_vac>li {
  display: table-row;

}

.career_vac>li>div {
  display: table-cell;
  vertical-align: top;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

.career_vac>li>div:first-child {
  width: 40%;
}

.vacancy_popup .modal-dialog {
  max-width: 900px;
}

.modal_header {
  position: relative;
}

.modal_header button.close {
  font-size: 18px;
  opacity: 1;
  text-decoration: underline;
  position: absolute;
  top: 0;
  right: 0;
}

.arrow_right_bottom {
  display: block;
  background-image: url(../img/arrow_right_bottom.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 34px;
  width: 34px;
}

.form_label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}

.red_color {
  color: red;
}

#about_us_banner {
  background-image: url(../img/about_bb.jpg);
}


.link_block {
  display: block;
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.right_info .link_block {
  height: 250px;
}

.sdmall .link_block {
  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 .link_block:hover,
.sdmall .link_block:focus {
  text-decoration: none;
  outline: none;
}

.citata_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  background-image: url(../img/citata.png);
  background-size: auto;
  background-repeat: repeat-x;
  background-position: center center;
  padding-top: 300px;
  padding-bottom: 300px;
}

.citata_body .green_color {
  color: #5C8D3E;
}

.font_64 {
  font-size: 64px;
}

.citata_body {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

#reviews_about {
  background-image: url(../img/reviews.jpg);
}

#bbanner_4 {
  background-image: url(../img/accr_2.jpg);
  background-position: 0 0;
}

@media only screen and (max-width : 992px) {
  #bbanner_4 {
    background-image: url(../img/accr_2_mob.jpg);
  }
}


.page_blog .blog_main_post .img_cont {
  height: 570px;
  padding: 0px;

}


.blog_main_post .img_cont:hover,
.blog_main_post .img_cont:focus {
  opacity: 0.9;
  text-decoration: none;
  outline: none;
}

/*==================*/
#individual_banner {
  background-image: url(../img/bb5.jpg);
}

.hiw {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}

.hiw>li {
  width: 50%;
}

.hiw_box {
  display: block;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: right bottom;
  height: 500px;
  cursor: pointer;
  padding: 20px;
  position: relative;
}

.hiw_box:hover .img_cont,
.hiw_box:focus .img_cont {
  opacity: 1;
}

.hiw_box:hover .bullet,
.hiw_box:focus .bullet {
  opacity: 1;
}

.hiw_box .img_cont {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: 0.5s;
  opacity: 0;
}

.bullet {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  right: 20px;
  top: 40px;
  z-index: 1;
  transition: 0.5s;
  opacity: 0;
  display: block;
}

.hiw_footer {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;

  z-index: 1;
}

.hiw_box_inner {
  z-index: 1;
  position: relative;
}

@media only screen and (max-width : 992px) {
  .hiw>li {
    width: 100%;
    margin-bottom: 10px;
  }

  .hiw_box .img_cont {
    opacity: 1;
  }

  .hiw_box .bullet {
    display: none;
  }
}

@media only screen and (max-width : 576px) {
  .hiw_box {
    height: 280px;
  }

  .hiw_box .font_40 {
    font-size: 30px;
  }

}


/*===================*/
.step_tabs_wrap {
  position: relative;
}

.step_tabs_nav_wrap {
  position: relative;
}

.step_tabs_nav_wrap .nav-tabs .nav-link {
  background-color: transparent;
  border: 0px;
  border-radius: 0rem;
  margin-bottom: 6px;
  padding-left: 0;
  padding-right: 0;
  font-size: 18x;
}

.nav-link.active span {
  text-decoration: underline;
}

.font_84 {
  font-size: 84px;
}

.step_tabs_wrap .font_84 {
  font-size: 80px;
}

.step_tabs_wrap {
  overflow: hidden;
}

.step_tabs_box .img_cont_bi {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 750px;
}

.step_tabs_box .img_cont_si {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 310px;
  height: 440px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -155px;
  margin-top: -220px;
}

.link_box {
  display: block;
  height: 180px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  padding: 10px;
  background-color: #fff;
  color: #000;
}

.link_box:hover,
.link_box:focus {
  color: #000;
  text-decoration: none;
  outline: none;
}

.step_tabs_box_toleft {
  max-width: 700px;
}

/*==============*/
.step_tabs {
  position: relative;
}

.step_tabs_nav_wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
}

.step_tabs_box .font_18 {
  font-size: 16px;
}

@media only screen and (max-width : 1800px) {
  .step_tabs_wrap .font_84 {
    font-size: 60px;
  }

  .step_tabs_box .img_cont_bi {
    height: 600px;
  }

  .step_tabs_box {
    font-size: 14px;
  }
}

@media only screen and (max-width : 1200px) {
  .step_tabs_wrap .font_84 {
    font-size: 40px;
  }

  .step_tabs_box {
    font-size: 12px;
  }
}

@media only screen and (max-width : 992px) {
  .step_tabs_box .img_cont_bi {
    height: 920px;
  }

  .step_tabs_box_toleft {
    max-width: 400px;
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 2;
    padding-right: 15px;
  }

  .step_tabs_box .img_cont_si {
    left: 15px;
    top: initial;
    bottom: 15px;
    margin-left: 0px;
    margin-top: 0px;
    width: 299px;
    height: 390px;
  }

  .step_tabs_nav_wrap {
    position: absolute;
    left: initial;
    right: 15px;
    top: initial;
    bottom: 15px;
    max-width: 100px;
    z-index: 2;
  }

  .step_tabs_box_toleft .font_18 {

    font-size: 12px;
  }

  .img_cont_bi {
    width: calc(100% + 30px);
    /* 15px + 15px */
    margin-left: -15px;
  }

}

@media only screen and (max-width : 576px) {
  .step_tabs_wrap .nav-tabs {
    flex-wrap: wrap;
  }

  .step_tabs_box .img_cont_si {
    width: 170px;
    height: 240px;
  }

  .step_tabs_box .img_cont_bi {
    height: 690px;
  }
}

@media only screen and (max-width : 480px) {
  .step_tabs_wrap .font_84 {
    font-size: 30px;
  }

  .step_tabs_box .img_cont_si {
    width: 170px;
    height: 240px;
  }

  .step_tabs_box .img_cont_bi {
    height: 690px;
  }

  .step_tabs_nav_wrap {
    max-width: 60px;
  }

  .link_box {

    height: 110px;

  }

  #individual_banner .font_96 {
    font-size: 40px;
  }
}

@media only screen and (max-width : 400px) {
  .step_tabs_box {
    font-size: 10px;
  }
}

/*================*/

.pagination {

  padding: 40px 0;
  margin: 0px 0;
}

.post_box_title a {
  color: #70AFF6;
}

@media only screen and (max-width : 992px) {
  body {
    padding-top: 80px;
  }
}


body.category {
  padding-top: 0;
}


.post_pade_wrapper ol.post_list {
  list-style: decimal;
  /* Включает обычные цифры: 1, 2, 3... */
  padding-left: 40px;
  /* Важно оставить отступ, иначе цифры уйдут за край экрана */
  margin-bottom: 20px;
}

.post_pade_wrapper ol.post_list li {
  margin-bottom: 10px;
  line-height: 1.5;
}

.post_pade_wrapper ul.post_list li {
  padding-left: 40px;
  position: relative;
  margin-bottom: 10px;
  line-height: 1.5;

}

.post_pade_wrapper ul.post_list li:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 20px;
  width: 7px;
  height: 7px;
  background-color: #70AFF6;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}

.post_pade_wrapper ol.post_list,
.post_pade_wrapper ul.post_list {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #555;
  border-top: 1px solid #555;
  margin-bottom: 15px;
  margin-top: 15px;
}

.random-post-item img {
   width: 100%;
   height: auto;
}

.post-title a {
  display: block;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  font-family: "Playfair Display" !important;
}

.post-excerpt {
   font-size: 14px;
}

.post-thumb-link:hover,
.post-thumb-link:focus {
    opacity: 0.9;
    text-decoration: none;
    outline: none;
}   

.sidebar,.post_block {
   border: 1px solid rgba(255,255,255,.3);
   padding: 10px;
}

input[type="submit"] {
  display: inline-block;
  background: #01002C;
  background: linear-gradient(179deg, rgba(1, 0, 44, 1) 0%, rgba(0, 3, 76, 1) 35%, rgba(0, 53, 211, 1) 100%);
  color: #fff;
  text-align: center;
  padding: 0px 10px;
  height: 52px;
  line-height: 52px;
  border: 1px solid #000;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.36px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

input[type="submit"]:hover,
input[type="submit"]:focus {
  background: #000;
  color: #fff;
  text-decoration: none;
  border-color: #444;
}

input[type="password"],input[type="text"] {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


/*===============*/


.video-section {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 56.25% 0 0 0;
}

.video-section .video-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.video-section iframe {
  width: 100%;
  height: 100%;
  border: 0;
  /* top: 0;
  left: 0;*/
}

.controls {
  position: absolute;
  left: 0px;
  right: 0;
  top: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
  z-index: 20;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  justify-content: center;
}

.controls .btn {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 10px 14px;
  border-radius: 6px;
  cursor: pointer;
  user-select: none;
}

.controls .btn:hover,
.controls .btn:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
  background-color: rgba(14, 45, 34, 0.8);
}

.overlay-click {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.mute-hint-wrap {
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 20;
  width: 100%;
}

.mute-hint {

  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  padding: 8px 12px;
  border-radius: 6px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: inline-block;
}


/*===============================================*/
/* Контейнер для ползунка */
.range-container {
  height: 150px;
  /* высота ползунка */
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 36px;
  left: -40px;
}

/* Общий стиль */
#volumeRange {
  -webkit-appearance: none;
  appearance: none;
  width: 150px;
  /* станет высотой после поворота */
  height: 40px;
  /* толщина зоны касания */
  transform: rotate(-90deg);
  background: transparent;
}

/* Дорожка (track) */
#volumeRange::-webkit-slider-runnable-track {
  height: 15px;
  /* толщина полосы */
  background: rgba(255, 255, 255, .5);
  border-radius: 10px;
}

#volumeRange::-moz-range-track {
  height: 20px;
  background: rgba(255, 255, 255, .5);
  border-radius: 10px;
}

/* Ползунок (thumb) */
#volumeRange::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  background: #891C1B;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -7px;
  /* центрирование */
}

#volumeRange::-moz-range-thumb {
  width: 30px;
  height: 30px;
  background: #007bff;
  border-radius: 50%;
  cursor: pointer;
}

/* Дополнительно: отображение текущего значения */
.range-value {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-top: 10px;
}

/*==============================*/
#volumeRange{
    touch-action: pan-x;
    -webkit-user-select:none;
    user-select:none;
}

@media only screen and (max-width : 576px) {
  .new_lp .images_5_tmb {
    display: none;
  }
    .controls .btn,
  .mute-hint {
    font-size: 12px;
  }
}

@media only screen and (max-width : 450px) {
 .range-container {
    top: 85px;
    left: -50px;
}
.video-section {
    padding: 90% 0 0 0;
    background: black;
}
.controls .btn, .controls .btn {
    border-color: rgba(255, 255, 255, 0.5);
}
}

@media only screen and (max-width : 450px) {
.video-section {
    padding: 100% 0 0 0;
}
}

/*================================*/
