@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;
}

/*========================================================*/

* {
  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;

}

b {
  font-family: 'Helvetica Neue medium';
}

.font_medium {
  font-family: 'Helvetica Neue medium';
}

.red {
  outline: 1px solid red;
}

input,
textarea,
select {
  font-size: 16px !important;
}

.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;
  font-family: 'Helvetica Neue medium';
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 20px;
}

.post_pade_wrapper h1,
.post_pade_wrapper h2,
.post_pade_wrapper h3,
.post_pade_wrapper h4,
.post_pade_wrapper h5 {
  margin-bottom: 20px;
}

/*==========================*/


body {
  padding-top: 80px;
}

.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;
}

.logo a:hover,
.logo a:focus {
  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;

}

/*======================================================*/
@media only screen and (max-width : 992px) {
  .popup {
    top: 0;
    margin-top: 20px;
  }
}

@media only screen and (max-width : 640px) {
  .popup {
    width: 96%;
  }
}

@media only screen and (max-width : 480px) {
  .popup {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*========================*/

.phone_mobile {
  display: block;
  position: fixed;
  left: 15px;
  bottom: 15px;
  width: 50px;
  height: 50px;
  border-radius: 500px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  background-color: #FF2D2D;
  color: #fff !important;
  font-size: 25px;
  line-height: 51px;
  -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);
  cursor: pointer;
  text-decoration: none;
  outline: none;
  text-align: center;
  transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
  -moz-transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
  -webkit-transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
  -o-transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
  z-index: 10;
}

.phone_mobile:hover,
.phone_mobile:focus {
  color: #FF2D2D !important;
  text-decoration: none;
  background-color: #fff;
}

#toTop {
  width: 47px;
  height: 47px;
  background: #FF2D2D;
  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 span {
  display: block;
  margin: 5px 0 0 0;
  font-size: 24px;
}

#toTop:hover {
  color: #FF2D2D;
  text-decoration: none;
  background-color: #fff;
}

/*---------------------*/
.slick-dots li.slick-active button:before,
.slick-dots li.slick-active button:hover,
.slick-dots li.slick-active button:focus {
  opacity: 0;
}

.slick-dots li button:before,
.slick-dots li button:hover,
.slick-dots li button:focus {
  opacity: 0;
}

.slick-dots li {
  overflow: hidden;
  width: 16px;
  height: 16px;
  background: #BEBABA;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}

.slick-dots li.slick-active {
  background: #FF2D2D;
}

.slick-dots {
  bottom: -20px;
}

/*------------------------*/
.top_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>li>a {
  display: block;
  padding: 6px 15px;
}

.fw600 {
  font-weight: 600;
}

.top_phone {
  display: inline-block;
}

/*------------------------*/

/*==========================*/
.menu_button {
  height: 40px;
  width: 40px;
  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: 14%;
  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: 86%;
  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%;
}


header {
  width: 100%;
  height: 80px;
  overflow: visible;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1003;
  background-color: #0A2C21;
  -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;
}


header.smaller {
  height: 80px;
  -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(10, 44, 33, 0.9);
}


.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;
}

.logo {
  background-image: url(../img/logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 center;
  height: 20px;
  width: 60px;
  display: block;
}

.logo a:hover,
.logo a:focus {
  text-decoration: none;
}

.partners_slider {
  overflow: hidden;
}

/*-------------*/
.active_button {
  display: inline-block;
  background-color: transparent;
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding: 0px 30px;
  height: 50px;
  line-height: 48px;
  border: 1px solid #fff;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  -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;
}

.active_button:hover,
.active_button:focus {
  background-color: #fff;
  color: #0C0F04;
  text-decoration: none;
}

/*-------------*/
.active_button.inverse {
  background-color: white;
  color: #222;
}

.active_button.inverse:hover,
.active_button.inverse:focus {
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}

/*========================*/

.phone_mobile {
  display: block;
  position: fixed;
  left: 15px;
  bottom: 15px;
  width: 50px;
  height: 50px;
  border-radius: 500px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  background-color: #FF2D2D;
  color: #fff !important;
  font-size: 25px;
  line-height: 51px;
  -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);
  cursor: pointer;
  text-decoration: none;
  outline: none;
  text-align: center;
  transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
  -moz-transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
  -webkit-transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
  -o-transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
  z-index: 10;
}

.phone_mobile:hover,
.phone_mobile:focus {
  color: #FF2D2D !important;
  text-decoration: none;
  background-color: #fff;
}

#toTop {
  width: 47px;
  height: 47px;
  background: #fff;
  position: fixed;
  bottom: 15px;
  right: 15px;
  cursor: pointer;
  display: none;
  z-index: 100;
  color: #113126;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / .3);
  -moz-box-shadow: 0 5px 10px rgb(0 0 0 / .3);
  box-shadow: 0 5px 10px rgb(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;
  line-height: 47px;
  font-size: 30px
}

#toTop span {
  display: block;
  margin: 5px 0 0 0;
  font-size: 24px
}

#toTop:hover {
  color: #fff;
  text-decoration: none;
  background-color: #113126
}




.main_menu_wrap .menu>li>a {
  color: #fff;
  white-space: nowrap;
  display: block;
  padding: 5px 25px;
  font-size: 18px;
  /**/
  font-weight: 400;

}

.main_menu_wrap .menu>li>a:hover {
  color: #fff;
}

.main_menu_wrap .menu>li.active>a {
  color: #fff;
}

.main_menu_wrap .menu>li.active>a>span:after {
  width: 100%;
}

.main_menu_wrap .menu>li>a>span {
  display: inline-block;
  position: relative;
}

.main_menu_wrap .menu>li>a>span:after {
  content: '';
  position: absolute;
  top: 100%;
  background-color: #fff;
  height: 1px;
  width: 0%;
  left: 0;
  margin-top: 5px;
  -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;
}

.main_menu_wrap .menu>li>a:hover span:after {
  width: 100%;
}


/*------------------------*/
.top_banner {
  background: transparent;
  position: relative;
  height: 840px;
  overflow: hidden;
}

.top_banner:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3);
  top: 0;
  left: 0;
}

.top_banner:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 400px;
  bottom: 0;
  left: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+9,0.65+100 */
  background: linear-gradient(to bottom, rgba(10, 44, 33, 0) 0%, rgba(10, 44, 33, 0) 9%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}



.top_banner>div {
  position: relative;
  z-index: 1;
}

body.home:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 130px;
  background-color: #0A2C21;
  /*background-color:red;*/
  top: 0;
  left: 0;
  z-index: -999;
}

.main_menu_wrap .menu {
  display: flex;
}

/*--------------------------*/
.mobile_menu_wrapp {
  display: block !important;
  top: 0;
  left: -1000px;
  /*left: 0px;*/
  z-index: 6;
  position: fixed;
  margin: 0 0 0 0px;
  width: 100% !important;
  color: #fff;
  overflow-y: auto;
  z-index: 1008;
  height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #0A2C21;
  -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 {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  padding: 40px 20px;
  background-image: url(../img/logo.svg);
  background-repeat: no-repeat;
  background-size: 60px auto;
  background-position: 20px center;
}

.menu_close {
  position: absolute;
  right: 20px;
  top: 16px;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 23px;
  color: #fff;
  font-size: 26px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  cursor: pointer;
}

.menu_close i {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  display: inline-block;
  vertical-align: middle;
}

.menu_close i:hover {
  color: #000;
  -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 a {
  display: block;
  padding: 15px 0px;
  color: white;
  font-size: 32px;
  line-height: 1;
  -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;
}

.mobile_menu a:hover,
.mobile_menu a:focus {
  text-decoration: none;
  color: #fff;
}

@media only screen and (max-width : 480px) {
  .mobile_menu_wrapp {
    /*width: 250px !important;*/
  }
}

@media only screen and (min-width : 992px) {
  .mobile_menu_wrapp {
    display: none !important;
  }
}

/*=----------------------=*/
.mobile_menu a.active_button {
  font-size: 18px !important;
  padding: 0px 30px;
  height: 50px !important;
  line-height: 48px !important;
  display: inline-block;
  width: 270px;

}

.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: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-left: 6px;
  margin-right: 6px;
}

.top_banner_text_wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}

.bottom_texr .img_cont {
  display: block;
  background-image: url(../img/long_logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 80px;
  width: 100%;
  margin-bottom: 30px;

}

.font_96 {
  font-size: 96px;
}


.top_banner_text_wrapper {
  padding-top: 20px;
  color: #fff;
}

.top_texr {
  max-width: 1500px;
  line-height: 1;
}


.top_texr .font_80 {
  letter-spacing: -3px;
}


.font_80 {
  font-size: 80px;
}

.lh1 {
  line-height: 1;
}

.bottom_texr_toleft {
  max-width: 450px;
}

.bottom_texr {
  font-size: 24px;
  line-height: 1;
}

.bottom_texr_toright {
  max-width: 450px;
}

.bottom_texr {
  padding-bottom: 30px;
}

.font_30 {
  font-size: 30px;
}

.font_18 {
  font-size: 18px;
}

.partners_slider_wrapper {
  position: relative;
}

.green_bg {
  background-color: #0A2C21;
}

.white_color {
  color: white;
}



.custom_row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  margin-left: -15px;
  margin-right: -15px;
}

.custom_row>li {
  /*outline: 1px solid red;*/
}

.custom_col {
  padding-left: 15px;
  padding-right: 15px;
}

.bottom_texr .custom_row>li:nth-child(1) {
  width: 30%;
}

.bottom_texr .custom_row>li:nth-child(2) {
  width: 40%;
}

.bottom_texr .custom_row>li:nth-child(3) {
  width: 30%;
}

.white_marker li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 5px;
}

.white_marker li:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}

.bottom_texr .white_marker {
  margin-left: auto;
  /*max-width: 330px;*/
}

.main_menu_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
}

header .active_button {
  width: 280px;
  display: block;
  margin-left: auto;
}

.bottom_texr .active_button {
  width: 280px;
  padding-left: 10px;
  padding-right: 10px;
}

.center_textr {
  font-size: 18px;
  font-family: 'Helvetica Neue medium';
}


.playfair {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.block_title {
  font-size: 96px;
  line-height: 0.8;
  letter-spacing: -4px;
}

.italic {
  font-style: italic;
}

.fw500 {
  font-weight: 500;
}

.narrow {
  max-width: 1376px;
  margin-left: auto;
  margin-right: auto;
}

.order_form_title {
  font-size: 24px;
}

.footer_row {
  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_row>li:nth-child(1) {
  width: 30%
}


.footer_row>li:nth-child(2) {
  width: 20%
}


.footer_row>li:nth-child(3) {
  width: 20%
}


.footer_row>li:nth-child(4) {
  width: 30%
}

.footer_col {
  padding-left: 15px;
  padding-right: 15px;
}


header .menu li.active a {
   opacity: 0.6;
}

.mobile_menu_wrapp .menu li.active a span {
   border-bottom: 1px solid #fff;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #0E2D22;
}

.footer_logo {
  width: 255px;
  height: 20px;
  display: block;
  background-image: url(../img/footer_logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

footer {
  font-size: 14px;
}

footer .social_button {
  margin-left: auto;
}

footer {
  background-color: #072C20;
  color: rgba(255, 255, 255, .6);
}

.footer_footer {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #ccc;
}

.footer_footer_row {
  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_footer_row>li:nth-child(1) {
  width: 30%
}


.footer_footer_row>li:nth-child(2) {
  width: 40%
}


.footer_footer_row>li:nth-child(3) {
  width: 30%
}

.footer_footer_col {
  padding-left: 15px;
  padding-right: 15px;
}

.for_what_body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  margin-left: -10px;
  margin-right: -10px;
}

.for_what_body>li {
  width: 25%;
  margin-bottom: 20px;

}

.for_what_box {
  margin-left: 10px;
  margin-right: 10px;
  background-color: #0B261D;
  height: 630px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  background-image: url(../img/fwd1.png);
  background-size: 80% auto;
  background-repeat: no-repeat;
  background-position: center 40px;
}

.for_what_body_wrapper {
  overflow: hidden;
}

.for_what_body>li:nth-child(2n) .for_what_box {
  background-image: url(../img/fwd2.png);
}

.fw300 {
  font-weight: 300;
}

.opasity_06 {
  opacity: 0.6;
}

.font_40 {
  font-size: 40px;
}

.font_24 {
  font-size: 24px;
}



.swiper-button-next,
.swiper-button-prev,
.swiper_button_next,
.swiper_button_prev {
  width: 38px !important;
  height: 38px !important;
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  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;
  position: absolute;
  z-index: 2;
}



.keisy_block .swiper-button-next,
.keisy_block .swiper-button-prev {
  top: 100%;
  margin-top: 0px;
}



.swiper-button-next:after,
.swiper-button-prev:after,
.swiper_button_next:after,
.swiper_button_prev:after {
  font-size: 16px !important;
  font-weight: 600;
  color: #fff;
}

.swiper-button-next:hover,
.swiper-button-prev:hover,
.swiper-button-next:focus,
.swiper-button-prev:focus {
  background-color: white;
  color: #000;
}

.swiper-button-next:hover:after,
.swiper-button-prev:hover:after,
.swiper-button-next:focus:after,
.swiper-button-prev:focus:after {
  color: #000 !important;
}



.keisy_block .swiper-button-next {
  right: 50%;
  margin-right: -45px;
}

.keisy_block .swiper-button-prev {
  left: 50%;
  margin-left: -45px;
}

.keisy_block {
  position: relative;
  padding-bottom: 40px;
}

.keisy_block iframe {
  pointer-events: none;
}

.keisy_block .swiper-slide-active iframe {
  pointer-events: auto;
}


.swiper-slide .wpapper_video {
  position: relative;
}

.swiper-slide .wpapper_video:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 12cqh);
  clip-path: polygon(0% 0%, 0% 100%, 44% 100%, 44% 49%, 56% 49%, 56% 70%, 0% 67%, 0% 100%, 100% 100%, 100% 0%);
  /*background-color: #ccc;*/
}

.swiper-slide {
  position: relative;
}

.swiper-slide .play {
  position: absolute;
  z-index: 10000;
  width: 140px;
  height: 140px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*background-color: red;*/
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  cursor: pointer;
  background-color: rgba(4, 15, 11, 0.8);
  border-radius: 50%;
}

.swiper-slide .play.active {
  background-color: transparent;
}


.swiper-slide .play:after {
  content: "";
  position: absolute;
  z-index: 10000;
  top: 0%;
  left: 7px;
  width: 100%;
  height: 100%;
  background-image: url(../img/play.svg);
  background-size: 80px 80px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;

}

.swiper-slide .play.active:after {
  background-image: url(../img/pauza.svg);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.top_right {
  position: absolute;
  right: 0px;
  top: -65px;
  font-family: 'Helvetica Neue medium';
  line-height: 1;
  font-size: 48px;
  letter-spacing: -7px;
  /*background: aqua;*/
  text-align: right;
  padding-right: 5px;
  display: inline-block;
  white-space: nowrap;
  z-index: 0;
}

/*---------*/

.advantages_list {}

.advantages_list>li {
  margin-bottom: 20px;
  background-color: #0B251D;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right center;
  height: 200px;
}

.advantages_list>li:first-child {
  background-color: transparent;
}

.opacity_60 {
  opacity: 0.6;
}

.advantages_col .img_cont {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 200px;
}

.advantages_box_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;
  width: 100%;
}

.advantages_box_row>li {
  width: 33.33%;

}

.advantages_col {
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
  margin-right: 10px;
  max-width: 450px;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* скрываем большую кнопку play */
.keisy_slider iframe {
  pointer-events: none;
  /* отключаем клики по "родному" интерфейсу */
}

/* но чтобы кликалась именно твоя кнопка, возвращаем клики */
.keisy_slider .play {
  pointer-events: auto;
  cursor: pointer;
  z-index: 10;

}

.advantages_box {
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}

.big_banner {
  height: 1080px;
  position: relative;
}

.big_banner:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0B251D;
  top: 0;
  left: 0;
  z-index: -1000;
}

.why_body {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  height: 100%;
}

.why_list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}

.why_list>li {
  width: 20%;
}

.why_list_box {
  padding: 15px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  height: 100%;
  background-image: url(../img/why_decor.png);
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: 15px 0px;
  padding-top: 150px;
  border-left: 1px solid rgba(255, 255, 255, .5);
}

.why_list_box_txt {}



.lsp-2 {
  letter-spacing: 0px;
}

.big_banner>div {
  position: relative;
}

.why_body {
  position: relative;
  z-index: 1;
}

.big_banner>div:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 400px;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(10, 44, 33, 0) 0%, rgba(10, 44, 33, 0) 9%, rgba(0, 0, 0, 0.65) 100%);
}

.why_list_box_txt ul {
  opacity: 0.6;
}


.what_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;
}

.what_list>li {
  width: 16.6666%;
  margin-bottom: 20px;
}

.what_list_box {
  padding: 15px;
  padding-top: 150px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  height: 100%;
  background-image: url(../img/what_decor_1.png);
  background-repeat: no-repeat;
  background-size: 100px auto;
  background-position: 15px 15px;
  padding-top: 300px;
  border-left: 1px solid rgba(255, 255, 255, .5);
  background-color: #F9F9F9;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 18px;
}

/*============*/

.be_spec_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;
}

.be_spec_list>li {
  width: 20%;
  margin-bottom: 20px;
}

.be_spec_box {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  height: 100%;
  background-image: url(../img/srec_decor.png);
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: center 20px;
  padding-top: 130px;
  background-color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 18px;
  text-align: center;
  color: #000;
}

.grey_color {
  color: #4D4D4D;
}

/*======================*/
.as_header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  margin-left: -15px;
  margin-right: -15px;
}

.as_header>li {
  width: 50%;
}

.as_header_col {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
}

.programma_row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  margin-left: -15px;
  margin-right: -15px;
}

.programma_row>li {
  width: 50%;

}

.programma_col {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
}

.font_32 {
  font-size: 32px;
}

.programma_info {
  max-width: 570px;
  height: 170px;
}

.programma_col .active_button {
  font-size: 16px;
  height: 40px;
  line-height: 38px;
}

.active_button.like_b {
  color: #000;
  text-align: center;
  width: 120px;
  border-color: #d4d4d4;

}

.active_button.like_b:hover,
.active_button.like_b:focus {
    color: #fff;
     border-color: #d4d4d4;
    text-decoration: none;
    outline: none;
    background-color:rgba(10, 44, 33, 1) !important;
}   

.programma_col_footer .active_button {
  color: #fff;
  background-color: #113126;
  text-align: center;
  border-color: #d4d4d4;

}

.programma_list>li {
  background-color: #fff;
  color: #000;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-top: 1px solid #ccc;
}

.programma_list>li:hover {
  background-color: #113126;
  color: #fff;
  cursor: pointer;
}

.programma_list>li:hover .active_button {
  color: #fff;
}

.programma_col .img_cont {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 260px;
  width: 210px;
  margin-left: -20px;
  position: absolute;
  left: 300px;
  top: 50%;
  margin-top: -65px;
  opacity: 0;
  visibility: hidden;
 -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;

}

.programma_list>li:hover .img_cont {
  display: block;
  opacity: 1;
  visibility: visible;
  margin-left: 0px;
}



.programma_list>li:nth-child(n+6) {
  display: none;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.open .programma_list>li:nth-child(n+6) {
  opacity: 1;
  visibility: visible;
  display: block;
}

.open_all {
  display: block;
  font-size: 18px;
  font-family: 'Helvetica Neue medium';
  text-decoration: underline;
  cursor: pointer;
}

.first_m {
  background-color: #fff !important;
}

.lh08 {
  line-height: 0.8;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  padding-right: 20px;
  padding-left: 20px;
}

.intl-tel-input .country-list {
  background-color: #113126 !important;
  border: 1px solid #0A2C21 !important;

}

.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: #fff;
  background-color: #113126;
  background-clip: padding-box;
  border: 1px solid #113126;
  border-radius: 0;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.order_form_wrapper .form-control,
.order_form_wrapper .customn_number {
  height: calc(1.5em + .75rem + 10px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(255, 255, 255, .6);
  background-color: #113126;
  background-clip: padding-box;
  border: 1px solid #113126;
  border-radius: 0;

}

.order_form .form-control:focus,
.order_form .customn_number:focus {
  color: #fff !important;
  background-color: #113126 !important;
  border-color: #113126 !important;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25) !important;
}

.country-select .country-list {
  background-color: #113126;
  border: 1px solid #113126;

}

.intl-tel-input .selected-flag .iti-arrow {
  border-top: 4px solid #fff;
}

.country-select .selected-flag .arrow {
  border-top: 4px solid #fff;
}

/*====================*/
.vm-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 45, 34, 0.9);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.vm-popup {
  position: relative;
  background: #000;
  border-radius: 10px;
  max-width: 90%;
  max-height: 90%;
  overflow: hidden;
}

.vm-popup iframe {
  width: 1200px;
  height: 800px;
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

.single_video .open-video {
  display: block;
  height: 1000px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}


.advantages_2 .advantages_list>li:first-child {
  display: none;
}

.adv_link {
  display: block;
  color: #fff;
  font-family: 'Helvetica Neue medium';
}

.nowpap {
  white-space: nowrap;
}

.why_us_list_row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  margin-left: -15px;
  margin-right: -15px;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  padding-top: 20px;
  padding-bottom: 20px;
}


.why_us_list_row>li {
  width: 50%;
}

.why_us_list_col {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 15px;
  margin-right: 15px;
}

.font_48 {
  font-size: 48px;
}

.wul_wow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  margin-left: -5px;
  margin-right: -5px;
}

.wul_wow>li {
  width: 33.3%;
}

.wul_wow_col {
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 5px;
  margin-right: 5px;
}

.main_w_txt {
  max-width: 550px;
}


.grafic_body .img_cont {

  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  height: 600px;
}


#bg_1 {
  background-image: url(../img/carier/bg1.jpg);
}

#bg_2 {
  background-image: url(../img/carier/bg2.jpg);
}

#bg_3 {
  background-image: url(../img/carier/bg3.jpg);
}



/*====================*/
.ac_container label {
  padding: 10px 20px;
  position: relative;
  z-index: 20;
  display: block;
  cursor: pointer;
  font-size: 32px;
  background-color: #fff;
  margin-bottom: 0;
  border-top: 2px solid #eee;
  font-family: 'Helvetica Neue medium';
}

.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 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -sand-transform: rotate(45deg);
}

.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: #848484;
}

.ac_container input:checked~article {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  height: auto;
  padding-top: 0px;
  padding-bottom: 20px;
  opacity: 1;

}

.ac_content {
  padding-left: 20px;
  padding-right: 20px;
  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%;
}

.grafic_info li {
  padding-left: 14px;
  position: relative;
  margin-bottom: 5px;
}

.grafic_info li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #999;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}

.carier_mob_box {
  background-color: #0B261D;
  padding: 70px 15px 15px 15px;
  background-image: url(../img/cd.png);
  background-size: 40px auto;
  background-repeat: no-repeat;
  background-position: 15px 15px;
}

.wpcf7-spinner {
  /*display: none !important;*/
}

.wpcf7-spinner {
    background-color: #0DC143;
}

.advantages_list>li:hover {
  -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;
}


.advantages_list>li:hover {
  background-color: #fff;
  color: #000;
}

.advantages_list>li:hover a {
  color: #000;
}


.font_16 {
  font-size: 16px;
}

.font_14 {
  font-size: 14px;
}

.font_20 {
  font-size: 20px;
}

.mw_450 {
   max-width: 450px;
}

.team_slider {
   position: relative;
   overflow: hidden;
}

.team_slider .img_cont {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; 
  height: 400px;
  width: 280px;
  position: relative;
  cursor: pointer;
}

.team_slider .img_cont:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
    /* 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+ */

}

.team_body {
   position: relative;
   padding-top: 60px;
}

.team_body .swiper-button-next {
  top: 0;
  right: 50%;
  margin-right: -100px;
}

.team_body .swiper-button-prev {
  top: 0;
  left: 50%;
  margin-left: 13px;
}

.team_body .swiper-button-next, 
.team_body .swiper-button-prev {
    border: 1px solid #0A2C21;
    background-color: #0A2C21;
    color: #fff;
}

.team_body .swiper-button-next:after, 
.team_body .swiper-button-prev:after {
   color: #fff;
}

.swiper-button-next:hover:after, 
.swiper-button-prev:hover:after, 
.swiper-button-next:focus:after, 
.swiper-button-prev:focus:after {
   color: #fff !important;
}

.u_name {
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   padding: 15px;
   color: #fff;
   line-height: 1;
   text-align: left;
   z-index: 2;
}

.u_name_info {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   padding: 15px;
   color: #fff;
   line-height: 1;
   text-align: left;
   z-index: 1;
    -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;
   visibility: hidden;
   opacity: 0;
   background-color: rgba(0,0,0,0.5);
}

.team_slider .img_cont:hover .u_name_info {
   visibility: visible;
   opacity: 1;
}

.team_slider .swiper-slide {
width: 280px;
}

.bbanner {
  display: block;
  background-image: url(../img/bbanner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top; 
  height: 1080px;
  /*background-attachment: fixed;*/
  position: relative;
}

.bbanner:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 500px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    top: 0;
    left: 0;
}

.bbanner >div {
  z-index: 1;
  position: relative;
}

.bbanner:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 400px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
background: linear-gradient(to top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    bottom: 0;
    left: 0;
}

.bbanner_inner {
   display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}

.bbanner_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.6;
}

.bbanner_list>li {
  margin-right: 2px;
  margin-left: 2px;
  margin-bottom: 4px;
}

.bbanner_list .active_button {
   font-size: 16px;
   border-radius: 3px;
   height: 40px;
   line-height: 38px;
}

.mw_500 {
  max-width: 500px;
}

.mw_600 {
  max-width: 600px;
}

.mw_550 {
   max-width: 550px;
}

/*==================*/

.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 {
  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: 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-front .circle:hover,
.card-front .circle:focus {
   background: #4D4D4D; 
}   

.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;
}
/*=====================*/

.post_title {
   font-size: 50px;
   line-height: 1;
   font-weight: 700;
}

.thank_body .img_cont  {
   background-image: url(../img/thank.svg);
   background-repeat: no-repeat;
   background-size: contain;
   background-position: center center;
   height: 150px;
   width: 150px;
   margin-left: auto;
   margin-right: auto;
}

.reteat_link {
   padding-top: 100px;
  background-image: url(../img/down.svg);
   background-repeat: no-repeat;
   background-size: 60px auto;
   background-position: center top 10px;
}
.reteat_link .active_button {
   background-color:#225F44;
   color: #fff ;
   border-radius: 60px;
   height: 60px;
   line-height: 58px;
   font-size: 22px;
   font-weight: 700;
}

.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: .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: rgb(255 255 255 / .13);
    background: linear-gradient(to right,rgb(255 255 255 / .13) 0%,rgb(255 255 255 / .13) 77%,rgb(255 255 255 / .5) 92%,#fff0 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
    }
}

/*==============*/
.animated_button {
  -moz-animation: cycle 4s linear infinite;            
    -webkit-animation: cycle 4s linear infinite;
}

@-moz-keyframes cycle {
        35% {transform: rotate(0) translate(0, 0);}
        40% {transform: rotate(5deg) translate(0, -2px);}
        45% {transform: rotate(-3deg) translate(0, -2px);}
        50% {transform: rotate(5deg) translate(0, -2px);}
        55% {transform: rotate(-3deg) translate(0, -2px);}
        60% {transform: rotate(5deg) translate(0, -2px);}
        65% {transform: rotate(-3deg) translate(0, -2px);}
        70% {transform: rotate(0) translate(0, 0);}
    }

    @-webkit-keyframes cycle {
        35% {transform: rotate(0) translate(0, 0);}
        40% {transform: rotate(5deg) translate(0, -2px);}
        45% {transform: rotate(-3deg) translate(0, -2px);}
        50% {transform: rotate(5deg) translate(0, -2px);}
        55% {transform: rotate(-3deg) translate(0, -2px);}
        60% {transform: rotate(5deg) translate(0, -2px);}
        65% {transform: rotate(-3deg) translate(0, -2px);}
        70% {transform: rotate(0) translate(0, 0);}
    }

/* ----- Animated button END ----- */

#quiz-popup {
  width: 100%;
  max-width: 500px;
}

.quiz-step {
  display: none;
}
.quiz-step.active {
  display: block;
}

.quiz-nav {
  margin-top: 20px;
}
.quiz-nav button {
  margin: 0 5px;
}

/*=====================*/
.press-start-2p-regular {
  font-family: "Press Start 2P", system-ui;
  font-weight: 400;
  font-style: normal;
}

.bottom_texr .img_cont {
  text-transform: uppercase;
  background-image: none;
  line-height: 1;
  height: auto;
  font-family: 'Helvetica Neue medium';
  font-family: "Press Start 2P", system-ui;
  font-size: 62px;
  letter-spacing: 2px;
  text-align: justify;
  white-space: nowrap;
}

/*==========  Desktop First Method  ==========*/
@media only screen and (max-width : 1800px) {
  .bottom_texr .img_cont {

    font-size: 55px;
    letter-spacing: 0px;
  }
}

@media only screen and (max-width : 1600px) {
  .bottom_texr .img_cont {

    font-size: 50px;
    letter-spacing: 2px;
  }
}

@media only screen and (max-width : 1500px) {
  .bottom_texr .img_cont {

    font-size: 46px;

  }
}

@media only screen and (max-width : 1376px) {
  .bottom_texr .img_cont {

    font-size: 40px;

  }
}

@media only screen and (max-width : 1200px) {
  .bottom_texr .img_cont {

    font-size: 34px;

  }
}

@media only screen and (max-width : 992px) {
  .bottom_texr .img_cont {
    height: auto !important;
    letter-spacing: 0px;
    text-align: center;
    white-space: normal;

  }
}

/*===================*/
.modal-header {
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  padding-left: 0;
  padding-right: 0;
}

.modal-content {
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 25px;
    background-color: #0B261D;
    color: #fff;
}

.modal-body {
  padding: 0;
}

.modal-content .form-control,
.modal-content .customn_number {
  height: calc(1.5em + .75rem + 10px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(255, 255, 255, .6);
  background-color: #113126;
  background-clip: padding-box;
  border: 1px solid #113126;
  border-radius: 0;

}

.modal-content .form-control:focus,
.modal-content .customn_number:focus {
  color: #fff !important;
  background-color: #113126 !important;
  border-color: #113126 !important;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25) !important;
}

.modal-content textarea {
  height: 100px;
}

.modal-content .close {
    font-size: 35px;
    color: #fff;
    text-shadow: none;
    opacity: 1;
     margin: -2.5rem -1rem -1rem auto;
}


/*====================*/

.advantages_col {
    max-width: 550px;
}

.mw_800 {
   max-width: 800px;
}

.top_icons {
   width: 100px;
   height: 100px;
   font-size: 100px;
   line-height: 1;
   text-align: center;
   margin-left: auto;
   margin-right: auto;
}

.for_what_box {

}

.for_what_box_bottom li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
}

.for_what_box_bottom li>i{
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    font-size: 20px;
}

.for_what_box_bottom .font_24 {
    font-size: 20px;
}

.for_what_box {
    height: 100%;
    display: block;
    padding-top: 180px;
    background-image: url(../img/fwd1.png);
    background-size: auto 100px;
    background-repeat: repeat-x;
    background-position: center 58px;
    position: relative;
}

.fwb_fig {
  position: absolute;
  left: 20px;
  top: 20px;
  height: 20px;
  display: inline-block;
}

/*===========*/

.main_w_txt {
    max-width: 100%;
    font-size: 20px;
}

.programma_col .img_cont {
  
    height: 250px;
    width: 240px;
}

.programma_col .img_cont {
    height: 250px;
    width: 240px;
    margin-left: 0px;
    position: relative;
    left: 0px;
    top: 0%;
    margin-top: 0px;
    opacity: 1;
    visibility: visible;
}


.programma_row>li:nth-child(1) {
  width: 15%;
}

.programma_row>li:nth-child(2) {
  width: 25%;
}

.programma_row>li:nth-child(3) {
  width: 60%;
}