html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
}
.deskvid{
	text-transform: lowercase;
	margin-top:20px;
	font-weight: 400;
	    line-height: 21px;
}

.likom {
    border-bottom: 1px solid #5A5A5A;
    margin-top: 5px;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 15px;
}
.about.polyanka p.fdher{
	font-size:12px !important;
}
.voprsfker{
	display: inline-block;
    width: 100%;
    margin: 20px 0;
	text-align: center;
}
#description{
	color: #6c6b6b;
    padding: 20px;
}
body {
  width: auto;
  font-size: 16px;
  color: #fff;
  font-family: "Roboto";
  background: #393939;
}

body .mobile-menu-open {
  overflow: hidden;
}

* {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
}

main {
  position: relative;
}

main img {
  max-width: 100%;
}

main.main {
  background: url(../fonts/IwayWrPGZ8ca.svg) center 1035px no-repeat;
}

* html main {
  height: 100%;
}

h1 {
  font-family: "Benzin";
  font-weight: 600;
  font-size: 72px;
  line-height: 78px;
  text-transform: uppercase;
  color: #FFF4DF;
  margin-bottom: 52px;
}

@media (max-width: 1200px) {
  h1 {
    font-size: 60px;
    margin-bottom: 30px;
  }
}

h1.title-sm {
  font-weight: 600;
  font-size: 62px;
  line-height: 107.7%;
  margin-bottom: 36px;
}

h2 {
  font-family: "Benzin";
  font-weight: 600;
  font-size: 38px;
  line-height: 52px;
  text-transform: uppercase;
  color: #FFF4DF;
  text-shadow: 0px 0px 59px rgba(255, 244, 223, 0.5);
  margin-bottom: 23px;
}

h3 {
  font-size: 26px;
  line-height: 1.23;
  margin-bottom: 24px;
}

.subtitle {
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 300;
  font-family: "Roboto";
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  text-transform: uppercase;
  color: #F15281;
  position: relative;
  margin: -30px 0 31px;
}

b,
strong {
  font-weight: bold;
}

a,
img {
  outline: none;
}

a {
  color: #fff;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

input[type=submit],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

input[type=submit] {
  height: 55px;
  background: #FFF4DF;
  border: 1px solid #FFF4DF;
  border-radius: 5px;
  font-family: "Roboto";
  text-align: center;
  width: 100%;
  padding: 0 20px;
  cursor: pointer;
  font-family: "Benzin";
  font-weight: 600;
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #545454;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

input[type=submit]:hover {
  background: #545454;
  border-color: #FFF4DF;
  color: #FFF4DF;
}

.button.centered {
  text-align: center;
}

.btn {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  padding: 19px 30px;
  background: #FFF4DF;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  font-family: "Benzin";
  font-weight: 600;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #545454;
  border: 1px solid #FFF4DF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn:hover {
  background: #343434;
  color: #FFF4DF;
}

.btn.btn-dark {
  background: #343434;
  color: #FFF4DF;
  border: 1px solid #FFF4DF;
}

.btn.btn-dark:hover {
  background: #FFF4DF;
  border-color: #FFF4DF;
  color: #343434;
}

.bg-dark {
  background: #343434;
}

@media (max-width: 1320px) {
  .bg-dark {
    overflow: hidden;
  }
}

.form {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form__title {
  font-family: "Benzin";
  font-weight: 600;
  font-size: 23px;
  line-height: 32px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 15px;
}

.form__title.title-gold {
  font-family: "Benzin";
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  line-height: 52px;
  text-transform: uppercase;
  color: #FFF4DF;
  text-shadow: 0px 0px 59px rgba(255, 244, 223, 0.5);
  margin-bottom: 23px;
}

.form__caption {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #fff;
  margin-bottom: 35px;
}

.form__row {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.form__row.required:after {
  content: "*";
  position: absolute;
  top: 18px;
  right: 20px;
}

.form__row:last-child {
  margin-bottom: 0;
}

.form.row-col2 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-right: -10px;
}

.form.row-col2>* {
  width: calc(50% - 10px);
  margin-right: 10px;
}

.form__submit {
  margin-top: 35px;
}

.form__accept {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #818181;
}

.form__accept a {
  color: #818181;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.form__accept a:hover {
  color: #FFF4DF;
}

select {
  height: 54px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../fonts/tvF8gKN8RQCD.svg) 41px center no-repeat #fff;
  padding-left: 89px;
  font-size: 25px;
  font-family: "Roboto";
  color: #3C3C3D;
  border: 1px solid rgba(103, 99, 127, 0.2);
  border-radius: 5px;
  outline: 0;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.select2 {
  height: 80px;
  display: block;
  width: 100% !important;
}

.select2 .selection {
  height: 100%;
  display: block;
}

.select2 .select2-selection {
  border: 1px solid rgba(103, 99, 127, 0.2);
  border-radius: 5px;
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 89px;
  position: relative;
  background: url(../fonts/tvF8gKN8RQCD.svg) 41px center no-repeat #fff;
}

.select2 .select2-selection:before {
  display: none !important;
}

.select2 .select2-selection:after {
  display: none !important;
}

.select2 .select2-selection .select2-selection__placeholder {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  color: #3C3C3D;
}

.select2 .select2-selection .select2-selection__rendered {
  padding: 0 !important;
}

.select2 .select2-selection .select2-selection__arrow {
  display: none;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: none;
}

.select2-results__option {
  padding-left: 86px;
}

.select2-search {
  display: none !important;
}

input:not([type=submit]):not([type=checkbox]):not([type=radio]),
textarea {
  width: 100%;
  height: 59px;
  border-radius: 5px;
  background: #fff;
  padding: 0 20px;
  border: 0;
  font-family: "Roboto" !important;
  font-weight: 500;
  font-size: 16px;
  color: #343434;
  outline: none !important;
}

textarea {
  padding: 20px;
  height: 200px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: 16px;
  color: #C7C7C7;
  font-family: "Roboto" !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  font-size: 16px;
  color: #C7C7C7;
  font-family: "Roboto" !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  font-size: 16px;
  color: #C7C7C7;
  font-family: "Roboto" !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-size: 16px;
  color: #C7C7C7;
  font-family: "Roboto" !important;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0;
}

.slick-nav {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 40px;
}

.slick-arrow {
  margin: 0 10px;
  cursor: pointer;
}

.slick-arrow.slick-disabled svg path,
.slick-arrow:hover svg path {
  stroke: #fff;
  opacity: 0.4;
}

.slick-arrow.slick-disabled {
  cursor: default;
}

.slick-arrow svg {
  width: auto;
  height: 42px;
}

.slick-arrow svg path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wrap {
  max-width: 1190px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.header {
  padding: 23.5px 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  background: #343434;
  border-bottom: 1px solid #FFF4DF;
}

.header__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .logo a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header .logo a:hover {
  opacity: 0.7;
}

.header .logo a img {
  display: block;
  width:150px;
}

@media (max-width: 1200px) {
  .header .logo {
    max-width: 100px;
  }

  .header .logo img {
    max-width: 100%;
  }
}

.header .menu-main ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .menu-main ul li {
  list-style-type: none;
  margin-right: 40px;
}

.header .menu-main ul li:last-child {
  margin-right: 0;
}

.header .menu-main ul li a {
  font-family: "Benzin";
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header .menu-main ul li a:hover {
  border-color: #fff;
}

@media (max-width: 1200px) {
  .header .menu-main ul li a {
    font-size: 10px;
  }
}

.header__btns {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__btns .btn {
  margin-right: 14px;
}

.header__btns .btn:last-child {
  margin-right: 0;
}

@media (max-width: 1200px) {
  .header__btns .btn {
    padding: 10px 20px;
  }
}

.test-mobile {
  display: none;
}

.bigbanner-slider {
  position: relative;
}

.bigbanner-slider__bottom {
  width: 100%;
  height: 167px;
  position: absolute;
  bottom: 0;
  left: 0;
  /*background: -webkit-gradient(linear, left bottom, left top, from(rgba(36, 36, 36, 0.88)), to(rgba(36, 36, 36, 0)));
  background: linear-gradient(0deg, rgba(36, 36, 36, 0.88) 0%, rgba(36, 36, 36, 0) 100%);*/
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.bigbanner-slider__nav {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 82px;
  padding: 0;
  position: relative;
}

.bigbanner-slider__nav .slick-arrow {
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 27px;
  height: 31px;
}

.bigbanner-slider__nav .slick-arrow svg {
  width: 8px;
  height: 14px;
}

.bigbanner-slider .bigbanner-track {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #464646;
}

.bigbanner-slider .bigbanner-track__inner {
  height: 2px;
  background: #FFF4DF;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}

.trainer-promo-slider .bigbanner-track {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #464646;
}

.trainer-promo-slider .bigbanner-track__inner {
  height: 2px;
  background: #FFF4DF;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}

.bigbanner-slider__dots ul {
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bigbanner-slider__dots ul li {
  list-style-type: none;
}

.bigbanner-slider__dots ul li button {
  height: 19px;
  padding: 0 10px;
  font-weight: normal;
  font-size: 13px;
  border: 0;
  background: transparent;
  color: #7C7C7C;
  cursor: pointer;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bigbanner-slider__dots ul li button:before {
  content: "0";
}

.bigbanner-slider__dots ul li:hover button,
.bigbanner-slider__dots ul li.slick-active button {
  color: #fff;
}

.bigbanner-slider__dots ul li:nth-child(n+10) button:before {
  display: none;
}

.bigbanner-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block !important;
}
.sliderfotos .bigbanner-item__info{
	height:auto;
	max-width:100%;
	margin-top: -250px;
}
.about.polyanka .sliderfotos .about__image{
	margin-left:auto;
	margin-top:0px;
}
.about__right{
	position:relative;
}
@media (min-width: 768px) {
  .bigbanner-item__mobilebg {
    background-image: none !important;
  }
}

.bigbanner-item__inner {
  height: 928px;
  padding-top: 255px;
}

.bigbanner-item__info {
  max-width: 634px;
  color: #fff;
}

.bigbanner-item__title {
  font-family: "Benzin";
  font-weight: 600;
  font-size: 52px;
  line-height: 64px;
  text-transform: uppercase;
  margin-bottom: 21px;
}

.bigbanner-item__title strong {
  color: #FFF4DF;
}

.bigbanner-item__subtitle {
  font-family: "Benzin";
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 21px;
  text-transform: uppercase;
}

.bigbanner-item__desc {
  font-size: 20px;
  line-height: 26px;
}

.bigbanner-item__list dl {
  font-size: 20px;
  line-height: 26px;
}

.bigbanner-item__list dl dt {
  font-weight: bold;
}

.bigbanner-item__list dl dd {
  padding-left: 30px;
  position: relative;
}

.bigbanner-item__list dl dd:before {
  content: "";
  display: block;
  position: absolute;
  left: 13px;
  top: 11px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
}

.bigbanner-item__mobile-text {
  display: none;
}

.bigbanner-item__btns {
  margin-top: 62px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bigbanner-item__btns .btn {
  margin-right: 20px;
}

.bigbanner-item__btns .btn:last-child {
  margin-right: 0;
}

.about {
  margin: 0px 0 156px;
}

.about__mobile-img {
  display: none;
}

.about__blocks {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about p {
  font-size: 28px;
  line-height: 33px;
  color: #FFFFFF;
  margin-bottom: 42px;
}

.about__left {
  width: 46.5517241379%;
  overflow: hidden;
}

.about__items {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
}

.about .about-item {
  width: calc(50% - 20px);
  margin-right: 20px;
  margin-bottom: 15px;
}

.about .about-item:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.about__right {
  width: 51.724137931%;
}

.about__image {
  position: relative;
  margin-top: -250px;
  margin-left: 35px;
}

.about__image img {
  max-width: 100%;
  display: block;
}

.about .about__left {
  width: 47.551724%;
  overflow: hidden;
}

.about.about-style2 {
  margin-bottom: 67px;
}

.about.about-style2 .about__image {
  margin-top: -162px;
}

.about h1.title-sm {
  margin-bottom: 47px;
}

.about-item {
  background: #5A5A5A;
  border-radius: 5px;
  padding: 10px 10px;
    text-align: center;
}

.about-item__image {
  display: block;
  margin-bottom: 15px;
  height: 50px;
}

.about-item__image img {
  max-height: 100%;
  max-width: 100%;
  display: block;
}

.about-item__text {
  display: block;
  font-size: 20px;
  line-height: 23px;
  color: #FFFFFF;
}

.about-item.about-item-fw {
  width: 100%;
  margin: 0 20px 20px 0;
}

.about__items.ai-style2 .about-item {
  padding: 28px 25px;
  margin-bottom: 20px;
}

.about__items.ai-style2 .about-item__image {
  margin-bottom: 25px;
}

.about__items.ai-style2 .about-item__text {
  font-size: 18px;
  line-height: 21px;
}

.tour {
  margin: 156px 0 103px;
}

.tour__inner {
  border: 1px solid #FFF4DF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  overflow: hidden;
}

.tour__title {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Benzin";
  font-weight: 600;
  font-size: 23px;
  line-height: 32px;
  text-transform: uppercase;
  color: #FFF4DF;
  text-shadow: 0px 0px 59px rgba(255, 244, 223, 0.5);
  padding: 17px 24px 15px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tour__title span {
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-left: 25px;
  position: relative;
}

.tour__title span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -21px;
  bottom: -18px;
  border-left: 1px solid #FFF4DF;
}

.tour__block {
  position: relative;
}

.tour__image img {
  display: block;
  width: 100%;
  height: auto;
}

.tour .play-btn {
  position: absolute;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #FFF4DF;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tour .play-btn:hover {
  background: #343434;
}

.tour .play-btn:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 18px solid #C1B090;
  position: relative;
  left: 3px;
}

.zones {
  margin: 103px 0 142px;
}

.zones.zones-style2 {
  margin-top: 67px;
  margin-bottom: 95px;
}

.zones__slider {
  position: relative;
}

.zones__slider__nav {
  width: 100%;
  max-width: 1160px;
  position: absolute;
  top: 80px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding: 0;
  margin: 0;
}

@media (max-width: 1200px) {
  .zones__slider__nav {
    max-width: 100%;
  }
}

.zones__slider .slick-arrow {
  position: absolute;
  top: 0;
  margin: 0;
}

.zones__slider__prev {
  left: 108px;
}

.zones__slider__next {
  right: 108px;
}

.zones .slick-slide {
  position: relative;
}

@media (min-width: 1220px) {
  .zones .slick-slide {
    width: 1220px !important;
  }
}

.zones .slick-slide:not(.slick-current) .zone-item__title {
  color: #5A5A5A;
}

.zones .slick-slide:not(.slick-current) .zone-item__desc {
  color: #5A5A5A;
}

.zones .slick-slide:not(.slick-current) .zone-item__tag {
  border: 1px solid #5A5A5A;
  color: #5A5A5A;
}

.zones .slick-slide:not(.slick-current) .zone-item__schedule a {
  color: #5A5A5A;
}

.zones .slick-slide:not(.slick-current) .zone-item__schedule a:before {
  opacity: 0;
}

.zones .slick-slide:not(.slick-current) .zone-item__image {
  opacity: 0;
}

.zone-item {
  position: relative;
  padding: 40px 30px 0;
  text-align: center;
  display: block !important;
  text-decoration: none;
}

.zone-item__title {
  font-family: "Benzin";
  font-weight: 600;
  font-size: 38px;
  line-height: 52px;
  text-transform: uppercase;
  color: #FFF4DF;
  text-shadow: 0px 0px 59px rgba(255, 244, 223, 0.5);
  max-width: 880px;
  margin: 0 auto 29px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.zone-item__title.title-big {
  padding-bottom: 31.5px;
}

.zone-item__desc {
  font-size: 20px;
  line-height: 23px;
  color: #fff;
  max-width: 880px;
  margin: 0 auto 36px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.zone-item__desc.desc-1line {
  height: 46px;
  line-height: 46px;
}

.zone-item__desc.desc-big {
  margin-bottom: 114px;
}

.zone-item__tags {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -5px -5px 25px;
}

.zone-item__tags.tags-fix-w .zone-item__tag {
  width: calc(20% - 10px);
  padding-left: 3px;
  padding-right: 3px;
  margin: 5px;
}

.zone-item__trigger {
  display: none;
}

.zone-item__tag {
  border: 1px solid #FFF4DF;
  border-radius: 5px;
  height: 42px;
  padding: 10px 15px;
  margin: 5px 2.5px;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.zone-item__schedule {
  margin: 0 0 36px;
}

.zone-item__schedule a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 42px;
  font-family: "Benzin";
  font-weight: normal;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #FFF4DF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}

.zone-item__schedule a:hover {
  color: #fff;
}

.zone-item__schedule a:before {
  content: "";
  display: inline-block;
  background: url(../fonts/rP2SCLjdLWhy.svg) center center no-repeat;
  width: 31px;
  height: 30px;
  margin-right: 10px;
  position: relative;
  top: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.zone-item__image {
  display: block;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.zone-item__image img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.zone-item__image img:not(.active) {
  opacity: 0;
  visibility: hidden;
}

.zone-item__image img.active {
  opacity: 1;
  visibility: visible;
}

.zone-item__image img:nth-child(n+2) {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.custom__title {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 33px;
  position: relative;
  z-index: 20;
}

.custom__title h2 {
  margin-bottom: 0;
}

.custom__title span {
  font-size: 20px;
  line-height: 23px;
  color: #FFFFFF;
}

.custom__title span.darkness {
  font-family: "Benzin";
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  text-decoration: none;
  text-transform: uppercase;
  color: #5A5A5A;
  position: relative;
  top: 5px;
  right: -15px;
}

.custom__title span.darkness a {
  color: #5A5A5A;
  text-decoration: none;
  border-bottom: 1px solid;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.custom__title span.darkness a:hover {
  border-color: transparent;
}

.f-cards {
  background-image: url(../images/oeyAEeR1jTz2.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: #393939;
  position: relative;
  margin: 103px 0 0;
}

@media (max-width: 1200px) {
  .f-cards {
    overflow: hidden;
  }
}

.f-cards:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
}

.f-cards .custom__title {
  margin-bottom: 109px;
}

.f-cards.f-cards-style2 {
  margin: 95px 0 0;
}

.f-cards__slider {
  position: relative;
  z-index: 20;
}

@media (min-width: 768px) {
  .f-cards__slider .slick-slide {
    width: 540px;
    margin-right: 60px;
    padding-top: 43px;
  }
}

.f-cards__slider__nav {
  position: absolute;
  padding: 0;
  margin: 0;
  max-width: 1160px;
  width: 100%;
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.f-cards__slider .slick-arrow {
  position: absolute;
  padding: 0;
  margin: 0;
}

.f-cards__slider .slick-arrow.slick-prev {
  left: -40px;
}

@media (max-width: 1200px) {
  .f-cards__slider .slick-arrow.slick-prev {
    left: 10px;
  }
}

.f-cards__slider .slick-arrow.slick-next {
  right: -15px;
}

@media (max-width: 1200px) {
  .f-cards__slider .slick-arrow.slick-next {
    right: 10px;
  }
}

@media (min-width: 768px) {
  .f-cards .slick-list {
    padding-left: calc((100% - 1160px) / 2);
  }
}

.f-card {
  background: url(../fonts/r96ZApd14tei.svg) 41px -521px no-repeat #505050;
  margin-right: 40px;
  padding: 48px 40px;
  border-radius: 5px;
  position: relative;
}

.f-card__type {
  position: absolute;
  top: -43px;
  right: -45px;
  display:none;
}

.f-card__type img {
  display: block;
  width: 301px;
  height: auto;
  border-radius:10px;
}

.f-card__title {
  font-family: "Benzin";
  font-weight: 600;
  font-size: 23px;
  line-height: 32px;
  text-transform: lowercase;
  color: #FFF4DF;
  text-shadow: 0px 0px 30px rgba(255, 244, 223, 0.5);
  margin-bottom: 77px;
}

.f-card__title.title__sm {
  font-weight: 600;
  font-size: 15px;
  line-height: 21px;
  text-transform: uppercase;
  color: #FFF4DF;
  text-shadow: 0px 0px 30px rgba(255, 244, 223, 0.5);
  margin-bottom: 85px;
}

.f-card__list {
  margin-bottom: 38px;
}

.f-card__list ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  list-style-type: none;
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}

.f-card__list ul li:last-child {
  margin-bottom: 0;
}

.f-card__list ul li:before {
  content: "";
  background: url(../fonts/We1hOFeDZ0K3.svg) center center no-repeat;
  width: 19px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 3px;
}

.f-card__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 23px;
}

.f-card.f-card-platinum {
  background: url(../fonts/r96ZApd14tei.svg) 41px -521px no-repeat #717171;
}

.f-card.f-card-platinum .f-card__type {
  -webkit-filter: drop-shadow(0px 4px 11px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 4px 11px rgba(0, 0, 0, 0.1));
}

.f-card .button .btn {
  font-weight: 600;
  font-size: 11px;
  line-height: 15px;
}

.f-card .button.btn-style2 .btn {
  height: 55px;
  padding: 20px 30px;
  width: auto;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.06em;
}

.form {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 559px;
  width: 100%;
  padding: 72px;
  background: #5A5A5A;
}

.form__form {
  margin-bottom: 20px;
}

.form__form:last-child {
  margin-bottom: 0;
}

.form__row {
  margin-bottom: 20px;
}

.form__row:last-child {
  margin-bottom: 0;
}

.form label {
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  margin-bottom: 10px;
  display: block;
}

.accept-policy {
  font-size: 12px;
  line-height: 14px;
  color: #818181;
  margin-top: 20px;
}

.accept-policy a {
  color: #818181;
}

.box-modal .accept-policy {
  text-align: center;
}

.box-modal.modal-card {
  width: 540px;
  padding: 0;
  overflow: visible;
  text-align: left;
}
.pricecurs{
	    font-size: 26px;
    color: #f3f3f3;
}
.box-modal.modal-card .f-card {
  margin: 0;
  padding: 40px 40px 35px;
}

.box-modal.modal-card .f-card__type {
  position: absolute;
  top: -88px;
  right: 0;
  left: 40px;
}

.box-modal.modal-card .f-card__title {
  margin-bottom: 27px;
  display:none;
}

.box-modal.modal-card .f-card__list {
  margin-bottom: 23px;
  display:none;
}

.box-modal.modal-card .f-card__list ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 23px;
}

.box-modal.modal-card .f-card__list ul li:before {
  width: 16.47px;
  height: 9.5px;
  background-size: contain;
}

.box-modal.modal-card .f-card__list ul li:last-child {
  margin-bottom: 0;
}

.box-modal.modal-card .form {
  background: transparent;
}

.feedback {
  padding: 148px 0 150px;
  background: #343434;
  padding-left: calc((100% - 1160px) / 2);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

@media (max-width: 1200px) {
  .feedback {
    overflow: hidden;
  }
}

.feedback .form {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 67px 72px 72px;
}

.feedback .form__row:last-child {
  margin-bottom: 0;
}

.feedback .form label {
  margin-bottom: 9px;
}

.feedback .form__title {
  text-align: left;
  margin-bottom: 29px;
  font-family: "Benzin";
  font-weight: 600;
  font-size: 38px;
  line-height: 52px;
  text-transform: uppercase;
  color: #FFF4DF;
  text-shadow: 0px 0px 59px rgba(255, 244, 223, 0.5);
}

.feedback .form__caption {
  text-align: left;
  font-size: 20px;
  line-height: 23px;
  color: #FFFFFF;
  margin-bottom: 35px;
}

.feedback .form__feild {
  text-align: left;
  margin-bottom: 35px;
  font-size: 20px;
  line-height: 23px;
  color: #FFFFFF;
}

.feedback .form__feild:lst-child {
  margin-bottom: 0;
}

.feedback__form {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.feedback__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.feedback__radio {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-right: -10px;
}

.radio__field {
  width: calc(50% - 10px);
  margin-right: 10px;
}

.radio__field label {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 59px;
  border: 1px solid #808080;
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #808080;
  cursor: pointer;
  margin-bottom: 0 !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.radio__field input {
  display: none;
}

.radio__field input:checked+label {
  border-color: #FFF4DF;
  color: #FFF4DF;
}

.trainers {
  padding: 0 0 150px;
}

@media (max-width: 1200px) {
  #trainers.trainers {
    overflow: hidden;
  }
}

.trainers h2 {
  position: relative;
  margin: 0 -15px;
}

.trainers__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-right: -40px;
}

.trainers .trainer__item {
  width: calc(25% - 40px);
  margin-right: 40px;
}

.trainers__nav {
  display: none !important;
}

.trainers .darkness-mobile {
  display: none;
}

.trainer__item {
  border-radius: 5px;
  overflow: hidden;
}

.trainer__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
      width: 260px;
    height: auto;
    max-height: 292px;
}
@media (max-width: 767px){
	.bigbanner-item__mobilebg,.header__video-wrapp{
		padding:0px !important;
		position:relative !important;
		    margin-top: 58px;
	}
	.bigbanner-item__mobilebg:before{
		display:none !important;
	}
	.header__video-box{
		position:relative !important;
		height:auto !important;
	}
	.trainer__image img {
		 width: 100%;
	}
	.content_top{
		padding:0px !important;
		padding-top:20px !important;
		
	}
	.content_top .bigbanner-item__info{
		padding-top:0px !important;
	}
	.content_top .bigbanner-item__inner{
		display:inline-block;
		padding-bottom: 0 !important;
		height: auto;
	}
	.bigbanner-item__btns .btn{
		line-height: 18px !important;
		height: auto !important;
		padding: 10px 10px !important;
	}
	.deskvid{
		font-family: 'Roboto';
		font-weight: 300;
		font-size: 16px !important;
	}
	.about__mobile-img.sliderfotosmob .sliderfotos .bigbanner-item__info{
		padding:0px !important;
	}
	.bigbanner-item__mobilebg{
		margin-top:0px !important;
	}
	.sliderfotos{
		padding-bottom:30px !important;
	}
	.about__mobile-img{
		width:100% !important;
	}
}
.trainer__title {
  text-align: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 25px 26px;
  font-family: "Benzin";
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFF4DF;
  background: #5a5a5a;
  text-decoration: none !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.trainer__title a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 25px 26px;
  font-family: "Benzin";
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFF4DF;
  background: #5a5a5a;
  text-decoration: none !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.trainer__title a:hover {
  background: #4f4f4f;
}

.footer {
  background: #303030;
  padding: 116px 0 114px;
}

.footer .wrap {
  max-width: 1590px;
}
#trainers.trainers{
	display:none !important;
}
.footer__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__block {
  width: 260px;
}

@media (max-width: 1200px) {
  .footer__block {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.footer__field {
  margin-bottom: 31px;
}

.footer__field:last-child {
  margin-bottom: 0;
}

.footer__title {
  font-family: "Benzin";
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFF4DF;
  margin-bottom: 30px;
}

.footer__lrg {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 4px;
}

.footer__lrg a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer__lrg a:hover {
  color: #FFF4DF;
}

.footer__caption {
  font-size: 16px;
  line-height: 19px;
  color: #ABABAB;
}

.footer__caption.caption__sm {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.03em;
  margin-bottom: 7px;
}

.footer__sm a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer__sm a:hover {
  color: #FFF4DF;
}

.footer__label {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.03em;
  color: #ABABAB;
  margin-bottom: 7px;
}

.footer__md {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #FFFFFF;
  margin-bottom: 22px;
}

.footer__desc {
  font-size: 16px;
  line-height: 20px;
  color: #ABABAB;
  margin-bottom: 27px;
}

.footer__pays {
  margin-bottom: 27px;
}

.footer__pay {
  margin-bottom: 8px;
}

.footer__pay:last-child {
  margin-bottom: 0;
}

.footer__pay a {
  display: block;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer__pay a:hover {
  opacity: 0.5;
}

.footer__pay img {
  display: block;
}

.footer__social {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__social a {
  margin-right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer__social a:hover {
  opacity: 0.7;
}

.footer__social a:last-child {
  margin-right: 0;
}
.header__video-box {
   position: absolute;
   top:0;
   left: 0%;
   height: 100%;
}
.header__video{
	width:100%;
	max-width:100%;
	height:auto;
}
.header__video-wrapp  {
    position:absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
        z-index: -1;
}