.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox:before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox:after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

body {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 300;
}

a {
  color: #7ac943;
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

.main-video {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  min-height: 700px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.navbar {
  z-index: 1000;
  padding-top: 11px;
  padding-bottom: 11px;
  background-color: transparent;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.navbar.main {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
  display: block;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 20, 20, 0.7)), to(transparent));
  background-image: linear-gradient(180deg, rgba(20, 20, 20, 0.7), transparent);
}

.navbar-container {
  position: relative;
  overflow: hidden;
  max-width: none;
  padding-right: 40px;
  padding-left: 40px;
}

.btn {
  margin-left: 8px;
  padding-right: 32px;
  padding-left: 32px;
  border: 2px solid #fff;
  border-radius: 20px;
  background-color: #042b8a;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align: center;
}

.btn:hover {
  background-color: #2cb1f4;
  color: #7ac943;
  text-transform: uppercase;
}

.btn.yellow {
  background-color: #ffd900;
  color: #042b8a;
}

.btn.yellow:hover {
  background-color: #2cb1f4;
}

.btn.yellow.nav-yellow-btn {
  margin-right: 10px;
  padding-right: 40px;
  padding-left: 40px;
  border-style: none;
}

.btn.yellow.nav-yellow-btn.alignleft {
  padding-top: 11px;
  padding-bottom: 11px;
}

.btn.blue-btn {
  border-style: none;
}

.btn.blue-btn.treners-btn {
  height: 46px;
  padding: 13px 48px;
  border-radius: 40px;
}

.btn.blue-btn.big-btn:hover {
  background-color: #000;
}

.btn.white-btn {
  margin-top: 23px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-width: 1px;
  border-color: #7ac943;
  border-radius: 50px;
  background-color: #fff;
  color: #7ac943;
  font-size: 16px;
  font-weight: 500;
}

.btn.white-btn:hover {
  background-color: #2cb1f4;
}

.btn.big-btn {
  height: 60px;
  margin-left: 0px;
  padding: 18px 65px;
  border-width: 1px;
  border-color: #7ac943;
  border-radius: 40px;
  background-color: #7ac943;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.btn.big-btn:hover {
  border-color: #fff;
  background-color: #fff;
  color: #7ac943;
}

.btn.big-btn.lightbox-link {
  margin-top: 131px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.btn.big-btn.test-btn {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 66px;
  display: block;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  border-color: #7ac943;
}

.btn.big-btn.test-btn:hover {
  border-width: 1px;
  background-color: #fff;
  color: #7ac943;
}

.btn.big-btn.treners-btn {
  height: 55px;
  padding: 17px 31px 18px;
}

.btn.big-btn.treners-btn:hover {
  border-color: #7ac943;
}

.btn.big-btn.all-treners-btn {
  height: 55px;
  padding-right: 92px;
  padding-left: 92px;
}

.btn.big-btn.all-treners-btn:hover {
  border-color: #7ac943;
}

.btn.no-border {
  border-color: #042b8a;
}

.btn.no-border:hover {
  border-color: #2cb1f4;
}

.btn.alignleft {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: transparent;
  font-weight: 700;
  text-transform: uppercase;
}

.btn.alignleft:hover {
  background-color: #fff;
}

.btn.green {
  background-color: #7ac943;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.btn.green:hover {
  background-color: #fff;
  color: #7ac943;
}

.btn.green.alignright {
  border-color: #7ac943;
}

.btn.green.alignright:hover {
  border-color: #fff;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.navbar-social-block {
  display: none;
  margin-top: 15px;
  margin-right: 20px;
  margin-left: 20px;
  float: left;
}

.navbar-social-block.footer-social {
  display: block;
  float: right;
}

.navbar-social-block.nav-mobile {
  display: block;
  margin-top: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.social-link {
  width: 30px;
  height: 30px;
  margin-left: 10px;
}

.navbar-tel-link {
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 0px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.navbar-tel-link.blue {
  color: #042b8a;
}

.navbar-tel-link.nav-mobile {
  display: none;
}

.navbar-tel-link.is--desc-hide {
  display: none;
}

.container {
  position: relative;
  overflow: hidden;
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.container.step {
  overflow: visible;
}

.container.glub {
  overflow: visible;
  height: 100%;
}

.container.map {
  padding-right: 45px;
  padding-left: 45px;
}

.container.advantages {
  overflow: visible;
  margin-top: -230px;
}

.container.test-cont {
  z-index: 4;
  margin-top: -340px;
}

.container.none-overflow {
  overflow: visible;
}

.container.test-container {
  z-index: 13;
}

.main-logo {
  width: 651px;
  margin-bottom: 38px;
}

.main-h1 {
  margin-bottom: 39px;
  color: #fff;
  font-size: 44px;
}

.main-bottom-div {
  width: 100%;
  height: 80px;
}

.scroll-link {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 30px;
  display: block;
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
}

.trener-section {
  overflow: hidden;
  padding-top: 36px;
  padding-bottom: 100px;
}

.trener-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.trener-left-col {
  width: 48%;
  padding-top: 56px;
  padding-right: 0px;
}

.trener-right-col {
  width: 52%;
  padding-top: 37px;
  padding-left: 10px;
  text-align: left;
}

.trener-h2 {
  margin-bottom: 35px;
  color: #333;
  font-size: 52px;
  line-height: 1.23em;
  font-weight: 700;
}

.trener-description {
  margin-bottom: 35px;
  padding-right: 39px;
  color: #000;
  font-size: 30px;
  line-height: 1.45em;
  letter-spacing: 0.45px;
}

.trener-about {
  padding-right: 50px;
  padding-bottom: 0px;
  color: #000;
  font-size: 18px;
  line-height: 1.55em;
  font-weight: 500;
}

.clear {
  height: 900px;
  margin-top: 197px;
}

.hov-trening {
  position: relative;
  padding-top: 98px;
  padding-bottom: 98px;
  background-color: #2cb1f4;
}

.ht-top-decor {
  position: absolute;
  left: 0px;
  right: 0px;
  display: block;
  width: 200vw;
  height: 132px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/33.svg');
  background-position: 0px 50%;
  background-size: auto 132px;
  background-repeat: repeat-x;
}

.ht-top-decor.bottom {
  background-image: url('../images/33.svg');
}

.ht-decor-wrapper {
  position: absolute;
  left: 0px;
  top: -85px;
  right: 0px;
  overflow: hidden;
  width: 100%;
  height: 130px;
}

.ht-decor-wrapper.bottom {
  left: 0px;
  top: auto;
  right: 0px;
  bottom: -85px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ht-h2 {
  padding-top: 120px;
  padding-bottom: 95px;
  background-color: #333;
}

.heading {
  margin-bottom: 43px;
  color: #042b8a;
  font-size: 42px;
  line-height: 1.5em;
}

.ht-p {
  display: block;
  max-width: 862px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 45px;
  padding-left: 45px;
  color: #fff;
  font-size: 18px;
  line-height: 2em;
  letter-spacing: 0.5px;
}

.ht-p.black {
  color: #000;
}

.ht-p.black.big {
  max-width: 1000px;
  font-size: 20px;
  line-height: 1.55em;
  font-weight: 400;
}

.ht-bottom-decor.ht-top-decor {
  left: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-position: 100% 50%;
}

.trening-step-section {
  padding-top: 120px;
  padding-bottom: 15px;
}

.section-h2 {
  display: block;
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 45px;
  margin-left: auto;
  color: #7ac943;
  font-size: 52px;
  line-height: 1.2em;
  text-align: center;
  letter-spacing: 1.5px;
}

.section-h2.advantages {
  margin-bottom: 20px;
  letter-spacing: 0px;
}

.section-h2.advantages.white {
  display: block;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.5em;
}

.section-h2.advantages.white.big {
  max-width: 1200px;
  margin-bottom: 89px;
  line-height: 1.55em;
  letter-spacing: 1.5px;
}

.section-h2.advantages.small {
  max-width: 1000px;
  font-size: 35px;
}

.section-h2.big {
  margin-bottom: 34px;
  font-size: 42px;
  line-height: 1.5em;
}

.section-h2.big.white.test-h2 {
  width: 100%;
  max-width: 661px;
  margin-bottom: 0px;
  padding: 29px 0px;
  color: #fff;
  font-size: 32px;
  line-height: 1.55em;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.section-h2.big.white.test-h2.lager {
  text-align: left;
}

.section-h2.big.white.test-h2._2 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 125px;
  z-index: 10;
  color: #000;
}

.section-h2.big.contact-h2 {
  margin-bottom: 26px;
  color: #fff;
  font-size: 36px;
  line-height: 1.23em;
  text-align: left;
}

.section-h2.white {
  color: #fff;
  text-transform: uppercase;
}

.section-h2.white.big.gallery {
  display: block;
  max-width: 1100px;
  margin-right: auto;
  margin-bottom: 116px;
  margin-left: auto;
  line-height: 1.2em;
}

.section-h2.white.big.map {
  display: block;
  max-width: 900px;
  margin-right: auto;
  margin-bottom: 52px;
  margin-left: auto;
}

.section-h2.white.small {
  max-width: 1000px;
  font-size: 35px;
  line-height: 1.23em;
}

.section-h2.white.small.lk {
  margin-bottom: 17px;
}

.section-h2.modal-h2 {
  margin-bottom: 20px;
  font-size: 30px;
}

.section-h2.black {
  max-width: 1000px;
  color: #333;
}

.section-h2.black.small {
  font-size: 42px;
  line-height: 1.23em;
}

.section-h2.black.small.up {
  text-transform: uppercase;
}

.step-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 58px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.step-col {
  position: relative;
  width: 25%;
  padding-right: 20px;
  padding-left: 20px;
}

.step-col._3 {
  width: 50%;
}

.step-h3 {
  margin-top: 31px;
  margin-bottom: 14px;
  color: #333;
  font-size: 20px;
  text-transform: uppercase;
}

.step-h3.advantages {
  margin-top: 34px;
  margin-bottom: 16px;
  color: #7ac943;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.step-p {
  color: #000;
  font-size: 15px;
  line-height: 1.65em;
  font-weight: 400;
}

.step-p.swimming {
  display: block;
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.step-arrow {
  position: absolute;
  top: 113px;
  right: -28px;
}

.group-section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #e6e6e6;
}

.group-decorwrapper {
  position: absolute;
  left: 0px;
  top: -140px;
  right: 0px;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
}

.group-decorwrapper.bottom {
  left: 0px;
  top: auto;
  right: 0px;
  bottom: -140px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.group-decor {
  position: absolute;
  left: -100vw;
  right: -100vw;
  bottom: 0px;
  display: block;
  width: 200vw;
  height: 132px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  background-image: url('../images/222.svg');
  background-position: 100% 50%;
  background-size: auto 132px;
  background-repeat: repeat-x;
}

.group-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 62px;
}

.group-col {
  width: 50%;
}

.group-h3 {
  margin-top: 41px;
  margin-bottom: 28px;
  color: #333;
  font-size: 30px;
  text-transform: uppercase;
}

.group-p {
  color: #000;
  font-size: 16px;
  line-height: 1.55em;
  font-weight: 400;
}

.white-circle {
  width: 24px;
  height: 24px;
  margin-left: 184px;
  border-radius: 24px;
  background-color: #fff;
}

.white-circle._2 {
  width: 55px;
  height: 55px;
  margin-top: 5px;
  margin-right: 311px;
  float: right;
  border-radius: 55px;
}

.blue-circle {
  position: absolute;
  left: 100px;
  top: -112px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background-color: #2cb1f4;
}

.blue-circle._2 {
  left: 285px;
  top: -107px;
  width: 40px;
  height: 40px;
  background-color: #042b8a;
}

.treners-section {
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
}

.treners-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 109px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.treners-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 21px;
  padding-bottom: 55px;
  padding-left: 21px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.treners-block {
  min-width: 300px;
  padding: 40px 40px 50px;
  border-radius: 40px;
  box-shadow: 0 0 8px 0 rgba(6, 22, 60, 0.11), 0 2px 4px 0 rgba(4, 43, 138, 0.08);
  text-align: center;
}

.treners-image {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#fff));
  background-image: linear-gradient(180deg, #000, #fff);
}

.treners-photo {
  display: block;
  overflow: hidden;
  width: 135px;
  height: 135px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#062d8b), to(#f0ece0));
  background-image: linear-gradient(180deg, #062d8b, #f0ece0);
}

.treners-h3 {
  margin-bottom: 14px;
  color: #333;
  font-size: 20px;
}

.treners-rate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rate-number {
  padding-left: 6px;
  font-size: 16px;
}

.rate-num {
  margin-bottom: 17px;
  color: #adadad;
  font-size: 14px;
}

.button {
  padding-top: 10px;
  padding-bottom: 10px;
}

.lk-section {
  position: relative;
  overflow: hidden;
  padding-top: 120px;
  background-color: #7ac943;
}

.lk-decor {
  position: absolute;
  left: 0px;
  top: -80px;
  right: 0px;
  overflow: hidden;
  height: 86px;
}

.lk-decor.bottom {
  left: 0px;
  top: auto;
  right: 0px;
  bottom: -80px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.lk-top {
  position: absolute;
  width: 200vw;
  height: 86px;
  background-image: url('../images/Asset_2.svg');
  background-position: 0px 50%;
  background-size: auto 86px;
  background-repeat: repeat-x;
}

.lk-h2 {
  margin-bottom: 18px;
  color: #fff;
  line-height: 1.2em;
  text-transform: uppercase;
}

.lk-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lk-col {
  width: 57%;
  text-align: left;
}

.lk-col.left {
  width: 43%;
  padding-top: 111px;
  padding-right: 35px;
}

.lk-p {
  display: block;
  max-width: 900px;
  color: #fff;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 500;
}

.advantages-section {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #333;
}

.advantages-section.swimming {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/IMG_2017.jpg.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/IMG_2017.jpg.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-subtitle {
  display: block;
  max-width: 944px;
  margin-right: auto;
  margin-bottom: 141px;
  margin-left: auto;
  color: #042b8a;
  line-height: 1.5em;
  font-weight: 500;
}

.section-subtitle.normal {
  margin-bottom: 0px;
  padding-right: 40px;
  padding-left: 40px;
  font-weight: 400;
}

.advantages-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 108px;
  margin-bottom: 37px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.advantages-col {
  width: 33.33333333%;
  padding-right: 30px;
  padding-left: 30px;
}

.advantages-col.first {
  width: 26%;
  padding-top: 130px;
  padding-right: 0px;
  padding-left: 0px;
}

.advantages-col.third {
  width: 26%;
  padding-top: 130px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.glub-section {
  position: relative;
  padding-top: 131px;
  padding-bottom: 205px;
  background-color: #2cb1f4;
  background-image: url('../images/Asset_10.svg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.glub-decor {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 114px;
  background-image: url('../images/2223.svg');
  background-position: 50% 0px;
  background-size: auto 114px;
  background-repeat: repeat-x;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.glub-decor.bottom {
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0px;
  background-image: url('../images/222.svg');
  background-position: 48% 4px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.glub-krolik {
  position: absolute;
  left: -125px;
  top: -89px;
}

.gallery-section {
  background-color: #333;
}

.gallery-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gallery-col {
  width: 25%;
  height: 50vh;
}

.gallery-lightbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 50vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 2px 20px 2px transparent;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.gallery-lightbox:hover {
  position: relative;
  z-index: 10;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.45);
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.gallery-imge {
  width: 100%;
  max-width: none;
  box-shadow: 0 2px 20px 2px transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.gallery-imge:hover {
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.gallery-imge.hz {
  width: auto;
  height: 100%;
}

.div-block {
  display: none;
  height: 5000px;
  background-color: #c7c7c7;
}

.test {
  margin-top: 60px;
  padding: 30px;
  background-color: #9c9c9c;
  text-align: center;
}

.sticky {
  position: relative;
  top: 60px;
  padding-top: 52px;
  padding-bottom: 52px;
  background-color: #000;
  color: #fff;
  text-align: center;
}

.div-block-2 {
  position: relative;
  display: block;
  overflow: hidden;
  height: 400px;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.track {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 6000px;
  height: 400px;
  background-image: -webkit-gradient(linear, left top, right top, from(#000), color-stop(13%, #0eb478), color-stop(22%, #ca1d1d), color-stop(39%, #dee626), color-stop(53%, #042b8a), color-stop(72%, #b9699f), color-stop(86%, #b9a721), to(#fff));
  background-image: linear-gradient(90deg, #000, #0eb478 13%, #ca1d1d 22%, #dee626 39%, #042b8a 53%, #b9699f 72%, #b9a721 86%, #fff);
}

.ts-p {
  display: block;
  max-width: 590px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  color: #000;
  font-size: 22px;
  line-height: 1.55em;
  font-weight: 400;
}

.ts-name {
  margin-top: 13px;
  margin-bottom: 6px;
  color: #333;
  font-size: 16px;
  line-height: 1.35em;
  font-weight: 700;
}

.ts-city {
  color: #000;
  font-size: 14px;
  line-height: 1.55em;
  font-weight: 500;
}

.ts-slider {
  height: auto;
  margin-top: 79px;
  background-color: #f2f2f2;
}

.slider-arrow {
  width: 30px;
  height: 30px;
  margin-right: 55px;
  margin-left: 55px;
  border-radius: 30px;
  background-color: #eee;
  color: #333;
  font-size: 13px;
}

.ts-section {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f2f2f2;
}

.ts-slide {
  padding-top: 5px;
  padding-bottom: 60px;
}

.slide-nav {
  font-size: 6px;
}

.test-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 240px;
}

.test-section.second {
  overflow: hidden;
  height: auto;
  padding-top: 0px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
}

.map-section {
  padding-top: 97px;
  padding-bottom: 65px;
  background-color: #042b8a;
}

.map-p {
  margin-top: 81px;
  color: #fff;
  font-weight: 500;
}

.contact-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.contact-p {
  display: block;
  max-width: 600px;
  margin-bottom: 45px;
  color: #fff;
  font-size: 20px;
  line-height: 1.55em;
  font-weight: 500;
}

.input {
  width: 100%;
  height: 60px;
  margin-bottom: 25px;
  padding-left: 0px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #b3b3b3;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 16px;
  text-align: left;
}

.input:hover {
  border-bottom-color: #042b8a;
}

.input:focus {
  border-bottom-color: #fff;
}

.input.tel:hover {
  border-bottom-color: #fff;
}

.input.modal-input {
  color: #000;
}

.input.modal-input:focus {
  border-bottom-color: #000;
}

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 0px;
  padding: 120px 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #333;
}

.footer-section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #141414;
}

.footer-decor {
  position: absolute;
  left: 0px;
  top: -85px;
  right: 0px;
  height: 269px;
  background-image: url('../images/PATTERN.svg');
  background-position: 50% 50%;
  background-size: auto 269px;
  background-repeat: repeat-x;
}

.footer-links {
  position: absolute;
  left: 294px;
  top: 0px;
  right: 294px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.footer-link {
  margin-bottom: 8px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.footer-link:hover {
  border-bottom-color: #fff;
}

.footer-logo {
  float: left;
}

.success-p {
  margin-top: 25px;
  padding-right: 150px;
  padding-left: 150px;
  color: #fff;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 500;
}

.success-p.modal-success {
  padding-right: 0px;
  padding-left: 0px;
  color: #000;
}

.success-message {background-color: transparent;}

.modal {
  position: relative;
  width: 480px;
  padding: 40px 40px 25px;
}

.modal.remodal {
  width: 960px;
  background-color: #fff;
}

.modal.remodal.pers-data {
  text-align: left;
}

.modal.remodal.about {
  width: 560px;
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #333;
}

.modal.remodal.is--small {
  max-width: 500px;
}

.modal-form {
  text-align: center;
}

.modal-close {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 10px;
}

.fixed-navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  background-color: rgba(51, 51, 51, 0.8);
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

.city-select-form {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  float: right;
}

.city-select {
  width: 130px;
  height: 42px;
  margin-bottom: 0px;
}

.brand {
  padding-bottom: 11px;
}

.menu-button {
  color: #fff;
}

.step-revers-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.paragraph.main {
  display: block;
  max-width: 644px;
  margin-right: auto;
  margin-bottom: 130px;
  margin-left: auto;
  padding-bottom: 30px;
  color: #fff;
  font-size: 20px;
  line-height: 1.8em;
  font-weight: 400;
}

.lightbox-text {
  margin-top: 24px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.image {
  width: 100%;
  -webkit-transform: translate(0px, 30%);
  -ms-transform: translate(0px, 30%);
  transform: translate(0px, 30%);
}

.field-label {
  width: 90%;
  margin-bottom: 20px;
  padding-top: 6px;
  padding-left: 10px;
  font-size: 16px;
  text-align: left;
}

.form-left-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-left-col.col-12 {
  width: 100%;
}

.modal-map-col {
  width: 50%;
  padding-left: 20px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.map-2 {
  height: 100%;
  max-height: 100%;
}

.captcha {
  min-height: 50px;
  margin-bottom: 25px;
}

.slider {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10;
  display: block;
  width: 600px;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.slider.clone {
  position: absolute;
  z-index: 103;
}

.slider.clone2 {
  position: absolute;
}

.mask {
  overflow: visible;
}

.slide {
  background-color: #fff;
}

.slide-2 {
  background-color: #fff;
}

.slider-wrapper {
  position: relative;
  overflow: hidden;
  margin-top: 189px;
  margin-bottom: 189px;
  color: #000;
}

.slide-3 {
  background-color: #fff;
}

.slider-num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 4px solid #f8f8f8;
  box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.57);
  font-size: 100px;
}

.body {
  background-image: url('../images/back.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-row.ht-row {
  margin-top: 94px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-col-4 {
  position: relative;
  width: 33.33333333%;
  margin-bottom: 105px;
}

.flex-col-12 {
  width: 100%;
}

.flex-col-12.ht-inline-text-col {
  padding-bottom: 25px;
  text-align: center;
}

.main-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 42vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.2))), url('../images/IMG_2017.jpg.png');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.2)), url('../images/IMG_2017.jpg.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.second-screen-decor {
  position: relative;
  left: 0px;
  right: 0px;
  width: 2708px;
  max-width: none;
}

.advant-section-bg {
  position: relative;
  width: 100%;
  margin-top: 360px;
  padding-top: 120px;
  padding-bottom: 50px;
  background-color: #7ac943;
}

.lightbox-link-2 {
  text-decoration: none;
}

.test-image {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  margin-top: -4px;
}

.test-bg-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2708px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.test-quote {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
}

.ht-text-block {
  padding-top: 32px;
  padding-right: 40px;
  padding-left: 41px;
  color: #fff;
  font-size: 16px;
  line-height: 1.55em;
  font-weight: 400;
}

.ht-text-block._2 {
  padding-right: 28px;
  padding-left: 28px;
}

.ht-text-block.plr0 {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  color: #d4d4d4;
}

.green-span {
  color: #7ac943;
  cursor: pointer;
}

.bold-text {
  letter-spacing: 0.7px;
}

.div-block-3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.advantages-bottom-text {
  display: block;
  max-width: 975px;
  margin-top: 51px;
  margin-right: auto;
  margin-left: auto;
  color: #7ac943;
  font-size: 42px;
  line-height: 1.23em;
  text-align: center;
}

.ts-img {
  width: 100px;
  border-radius: 100px;
}

.test-bg {
  position: absolute;
  left: 50%;
  top: 0px;
  right: 0px;
  z-index: 11;
  width: 2708px;
  max-width: none;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.lager-section {
  overflow: visible;
  text-align: right;
}

.lager-img {
  position: absolute;
  top: -270px;
  right: 0px;
  z-index: 12;
}

.lager-left-img {
  position: relative;
  overflow: hidden;
  width: 650px;
  height: 650px;
  margin-top: -50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 350px;
}

.lager-2-img-frame {
  position: absolute;
  z-index: 9;
  display: block;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.image-3 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.lager-green-image {
  width: 80%;
  max-width: none;
  margin-right: -60px;
}

.lager-green-img-wrapper {
  position: relative;
  z-index: 12;
  overflow: hidden;
  width: 100%;
  height: 560px;
  margin-top: -340px;
}

.lager-green-wrapper-text {
  position: absolute;
  left: 48%;
  top: 149px;
  display: block;
  max-width: 500px;
  color: #fff;
  font-size: 20px;
  line-height: 1.75em;
  text-align: left;
}

.left-list {
  position: absolute;
  left: 0px;
  bottom: -99px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.right-list {
  position: absolute;
  top: 95px;
  right: 381px;
  -webkit-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
}

.contact-right-block {
  width: 50%;
  background-image: url('../images/IMG_2219.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.contact-checkbox {
  color: #fff;
}

.panda-white-block {
  position: absolute;
  left: -640px;
  top: 30px;
  right: 0px;
  z-index: 12;
  display: block;
  width: 21px;
  height: 75px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.panda-white-block.right {
  left: 0px;
  top: 30px;
  right: -640px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.panda-white-block.right.bottom {
  left: 0px;
  top: 298px;
  right: -863px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.panda-white-block.bottom {
  left: -843px;
  top: 298px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.rich-text-block {
  color: #fff;
  font-size: 16px;
  line-height: 1.55em;
  text-align: left;
}

.popup-h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
}

.bold-text-2 {
  line-height: 1.55em;
}

.mob-menu-bottom {
  display: none;
}

.text-block {
  display: none;
}

.nav-link {
  display: none;
}

.advantages-decor {
  position: absolute;
  left: 50%;
  top: 0px;
  right: 0px;
  width: 2702px;
  max-width: none;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.is--hide {
  display: none;
}

.phone-line-block {
  display: inline-block;
}

.phone-line-link {
  display: inline-block;
  padding: 8px 15px;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.phone-line-span {
  font-size: 14px;
  font-weight: 400;
}

@media (max-width: 991px) {
  ul {
    padding-left: 21px;
  }
  .navbar {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #fff;
  }
  .navbar.main {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #fff;
    background-image: none;
  }
  .navbar-container {
    display: block;
    overflow: visible;
    padding-right: 20px;
    padding-left: 20px;
    text-align: right;
  }
  .btn.big-btn.test-btn {
    bottom: 40px;
  }
  .btn.alignleft {
    margin-bottom: 20px;
    float: none;
    border-style: none;
  }
  .btn.alignleft:hover {
    border-style: none;
    background-color: transparent;
  }
  .btn.green.alignright {
    float: none;
    clear: left;
    border-style: none;
    background-color: transparent;
  }
  .nav-menu {
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 1000;
    display: inline;
    width: 50%;
    height: 100vh;
    max-height: 100vh;
    padding: 60px 20px 11px;
    background-color: #000;
    text-align: left;
  }
  .nav-menu.white {
    background-color: hsla(0, 0%, 100%, 0.8);
  }
  .navbar-social-block {
    display: block;
    margin-left: -10px;
  }
  .navbar-social-block.nav-mobile {
    display: none;
  }
  .navbar-tel-link {
    display: none;
    margin-right: 10px;
    float: right;
  }
  .navbar-tel-link.nav-mobile {
    display: block;
    margin-top: 10px;
    color: #000;
  }
  .navbar-tel-link.is--desc-hide {
    display: none;
  }
  .container.advantages {
    margin-top: 0px;
  }
  .container.test-cont {
    margin-top: -265px;
  }
  .main-logo {
    display: block;
    width: 400px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-bottom: 1px;
  }
  .main-h1 {
    max-width: 600px;
    margin-top: 30px;
    font-size: 32px;
    line-height: 1.17em;
    letter-spacing: 1.5px;
  }
  .trener-left-col {
    width: 100%;
  }
  .trener-right-col {
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
  }
  .trener-h2 {
    font-size: 48px;
  }
  .trener-description {
    font-size: 26px;
  }
  .trener-about {
    font-size: 16px;
  }
  .ht-p {
    max-width: 600px;
  }
  .ht-p.black.big {
    font-size: 18px;
  }
  .section-h2 {
    font-size: 48px;
    line-height: 1.23em;
  }
  .section-h2.advantages.white.big {
    line-height: 1.23em;
  }
  .section-h2.advantages.small {
    font-size: 42px;
  }
  .section-h2.big.white.test-h2._2 {
    bottom: 108px;
    max-width: 560px;
    padding-bottom: 17px;
    font-size: 26px;
  }
  .section-h2.big.contact-h2 {
    margin-left: 0px;
    font-size: 36px;
  }
  .section-h2.white.small.lk {
    font-size: 42px;
  }
  .step-col {
    width: 50%;
    padding-bottom: 50px;
  }
  .step-h3.advantages {
    margin-top: 20px;
    color: #fff;
  }
  .step-p {
    display: block;
    max-width: 560px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
  .step-p.swimming {
    max-width: 560px;
  }
  .step-arrow {
    left: -28px;
    top: auto;
    right: -28px;
    bottom: -40px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .step-arrow.second {
    top: auto;
    bottom: -40px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .step-arrow.reverse {
    left: -12px;
    top: 72px;
    right: auto;
    bottom: 72px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .group-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .group-col {
    width: 100%;
    padding-bottom: 39px;
  }
  .treners-col {
    width: 100%;
  }
  .lk-section {
    padding-top: 50px;
  }
  .lk-col {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }
  .lk-col.left {
    width: 100%;
    padding-bottom: 35px;
  }
  .lk-p {
    display: block;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
    font-weight: 400;
  }
  .advantages-section {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .advantages-section.swimming {
    margin-top: 0px;
    padding-top: 0px;
    background-color: transparent;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-attachment: scroll;
  }
  .advantages-col {
    width: 100%;
    padding-right: 5px;
    padding-bottom: 61px;
    padding-left: 5px;
  }
  .advantages-col.first {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .advantages-col.third {
    width: 100%;
    padding-top: 0px;
  }
  .gallery-col {
    height: 30vh;
  }
  .gallery-lightbox {
    height: 30vh;
  }
  .gallery-imge {
    width: auto;
    height: 100%;
    text-decoration: underline;
  }
  .ts-p {
    max-width: 470px;
  }
  .ts-section {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .test-section {
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .contact-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .contact-p {
    font-size: 18px;
    font-weight: 400;
  }
  .contact-form {
    width: 100%;
    height: auto;
    padding: 80px 20px;
  }
  .footer-links {
    left: 241px;
    right: 241px;
  }
  .modal.remodal {
    width: 760px;
  }
  .fixed-navbar {
    display: none;
    -webkit-transform: translate(0px, 0%);
    -ms-transform: translate(0px, 0%);
    transform: translate(0px, 0%);
  }
  .city-select-form {
    margin-top: 0px;
    padding-bottom: 0px;
  }
  .brand {
    height: 100%;
    margin-right: 0%;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .menu-button {
    margin-left: 10px;
    padding: 16px 0px;
    color: #000;
    font-size: 34px;
  }
  .menu-button.w--open {
    background-color: transparent;
    color: #000;
  }
  .step-revers-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .paragraph.main {
    margin-bottom: 90px;
  }
  .flex-col-4 {
    width: 100%;
  }
  .main-section {
    position: relative;
    z-index: 18;
    height: auto;
    padding-top: 300px;
    padding-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/IMG_2303-2.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/IMG_2017.jpg.png');
    background-image: url('../images/IMG_2303-2.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/IMG_2017.jpg.png');
    background-position: 50% 41%, 0px 0px, 50% 50%;
    background-size: cover, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
    background-attachment: scroll, scroll, fixed;
  }
  .second-screen-decor {
    display: none;
  }
  .advant-section-bg {
    margin-top: 0px;
    padding-top: 0px;
  }
  .test-bg-block {
    width: 2000px;
  }
  .test-quote {
    width: 620px;
  }
  .ht-text-block {
    display: block;
    max-width: 560px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
  .ht-text-block._2 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .test-bg {
    z-index: 13;
    width: 1500px;
  }
  .lager-section {
    overflow: hidden;
    margin-top: -100px;
  }
  .lager-img {
    top: 97px;
    right: -259px;
    z-index: 4;
  }
  .lager-left-img {
    width: 500px;
    height: 500px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 250px;
  }
  .lager-2-img-frame {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
  }
  .image-3 {
    z-index: 5;
  }
  .lager-green-image {
    width: 100%;
  }
  .lager-green-img-wrapper {
    margin-top: -140px;
  }
  .lager-green-wrapper-text {
    left: 31%;
  }
  .contact-right-block {
    width: 100%;
    height: 700px;
  }
  .panda-white-block {
    left: -440px;
  }
  .panda-white-block.right {
    right: -440px;
  }
  .panda-white-block.right.bottom {
    top: 250px;
    right: -663px;
  }
  .panda-white-block.bottom {
    left: -643px;
    top: 250px;
  }
  .bold-text-2 {
    margin-top: 1px;
    line-height: 1.17em;
  }
  .mob-menu-bottom {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #fff;
  }
  .text-block {
    display: block;
    margin-top: 30px;
  }
  .menu-close-link {
    position: absolute;
    top: 20px;
    right: 40px;
    background-image: url('../images/popup-close_1popup-close.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .advant-icon {
    width: 100px;
  }
  .bold-text-3 {
    display: block;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    font-size: 38px;
  }
  .nav-link {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    width: 50px;
    height: 50px;
    margin: 20px;
    padding: 0px;
    background-image: url('../images/popup-close_1popup-close.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .phone-line-link {
    color: #000;
    font-size: 20px;
    font-weight: 400;
  }
  .phone-line-span {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .main-video {
    min-height: 570px;
    padding-top: 75px;
  }
  .navbar-container {
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .navbar-container.footer-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .btn.yellow.nav-yellow-btn.alignleft {
    margin-right: 5px;
    margin-left: 10px;
    padding-right: 17px;
    padding-left: 17px;
  }
  .btn.blue-btn.big-btn:hover {
    background-color: #000;
  }
  .btn.big-btn {
    padding-right: 41px;
    padding-left: 41px;
  }
  .btn.big-btn.lightbox-link {
    margin-top: 37px;
  }
  .btn.big-btn.test-btn {
    position: relative;
    right: 0px;
    bottom: 0px;
  }
  .btn.alignleft {
    margin-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .btn.green.alignright {
    margin-left: 0px;
  }
  .nav-menu {
    padding-right: 10px;
    padding-left: 10px;
  }
  .nav-menu.white {
    padding-right: 10px;
    padding-left: 10px;
  }
  .navbar-social-block {
    display: block;
    margin-top: 6px;
    margin-right: 0px;
    margin-left: 0px;
    float: right;
  }
  .navbar-social-block.footer-social {
    margin-right: 0px;
  }
  .navbar-social-block.nav-mobile {
    display: none;
  }
  .social-link {
    margin-right: 5px;
    margin-left: 5px;
  }
  .navbar-tel-link {
    margin-top: 7px;
    padding-top: 0px;
  }
  .container.test-cont {
    margin-top: 0px;
  }
  .main-h1 {
    margin-bottom: 25px;
    font-size: 32px;
  }
  .trener-right-col {
    padding-left: 5px;
  }
  .trener-h2 {
    margin-bottom: 10px;
    font-size: 38px;
  }
  .trener-description {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .trener-about {
    font-size: 16px;
  }
  .hov-trening {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .ht-p {
    font-size: 16px;
    line-height: 1.5em;
  }
  .section-h2 {
    margin-bottom: 30px;
    font-size: 28px;
  }
  .section-h2.advantages.white.big {
    margin-bottom: 30px;
    font-size: 28px;
  }
  .section-h2.advantages.small {
    font-size: 28px;
  }
  .section-h2.big {
    margin-bottom: 1px;
    font-size: 28px;
  }
  .section-h2.big.white.test-h2 {
    margin-bottom: -6px;
    font-size: 28px;
  }
  .section-h2.big.white.test-h2.lager {
    margin-bottom: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section-h2.big.white.test-h2._2 {
    position: relative;
    bottom: 0px;
    margin-bottom: 0px;
  }
  .section-h2.white.small.lk {
    font-size: 28px;
  }
  .section-h2.black.small {
    font-size: 28px;
  }
  .step-col {
    width: 100%;
  }
  .step-col._3 {
    width: 100%;
  }
  .step-p {
    display: block;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    color: #000;
    font-size: 16px;
  }
  .step-p.swimming {
    display: block;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
  .step-arrow {
    bottom: -48px;
  }
  .step-arrow.second {
    bottom: -48px;
  }
  .group-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .group-col {
    width: 100%;
    padding-bottom: 30px;
  }
  .group-h3 {
    font-size: 28px;
  }
  .treners-col {
    width: 100%;
  }
  .lk-h2 {
    font-size: 28px;
  }
  .lk-col.left {
    padding-top: 0px;
  }
  .advantages-section {
    padding-top: 140px;
  }
  .section-subtitle.normal {
    padding-bottom: 24px;
    font-size: 18px;
  }
  .advantages-row {
    margin-top: 50px;
  }
  .advantages-col {
    width: 100%;
    padding-bottom: 30px;
  }
  .glub-section {
    margin-top: -45px;
    padding-top: 88px;
  }
  .glub-decor {
    height: 80px;
  }
  .gallery-section {
    margin-top: -20px;
  }
  .gallery-col {
    width: 50%;
    min-height: 300px;
  }
  .gallery-lightbox {
    height: 100%;
  }
  .gallery-imge {
    width: 100%;
    height: auto;
  }
  .gallery-imge.hz {
    height: 109%;
  }
  .ts-p {
    font-size: 16px;
  }
  .ts-name {
    font-size: 18px;
  }
  .ts-city {
    font-size: 18px;
  }
  .ts-slider {
    margin-top: 30px;
  }
  .ts-section {
    padding-top: 70px;
    padding-bottom: 80px;
  }
  .test-section {
    overflow: hidden;
    min-height: 300px;
    padding-top: 0px;
    padding-bottom: 145px;
  }
  .test-section.second {
    min-height: 300px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .map-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .map-p {
    font-size: 18px;
  }
  .contact-section {
    overflow: hidden;
  }
  .contact-p {
    font-size: 18px;
  }
  .footer-section {
    padding-top: 86px;
  }
  .footer-decor {
    height: 133px;
    background-size: auto 133px;
  }
  .footer-links {
    position: relative;
    left: 0px;
    right: 0px;
    margin-top: 35px;
    margin-bottom: 20px;
  }
  .modal.remodal {
    width: 480px;
  }
  .modal.remodal.about {
    width: auto;
    max-width: 560px;
  }
  .city-select-form {
    margin-top: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .city-select {
    width: 90px;
    height: 32px;
  }
  .brand {
    width: 100px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .menu-button {
    padding-top: 6px;
    padding-right: 0px;
    padding-bottom: 6px;
  }
  .menu-button.w--open {
    height: 30px;
  }
  .step-revers-col {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .paragraph {
    font-size: 18px;
  }
  .paragraph.main {
    font-size: 18px;
  }
  .lightbox-text {
    font-size: 14px;
  }
  .form-left-col {
    width: 100%;
  }
  .modal-map-col {
    display: none;
    width: 100%;
  }
  .form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main-section {
    height: auto;
    background-image: url('../images/IMG_2303-2.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/IMG_2017.jpg.png');
    background-image: url('../images/IMG_2303-2.jpg'), linear-gradient(180deg, transparent, transparent), url('../images/IMG_2017.jpg.png');
    background-position: 50% 50%, 0px 0px, 50% 50%;
    background-size: cover, auto, cover;
    background-repeat: no-repeat, repeat, no-repeat;
  }
  .test-bg-block {
    width: 1782px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .test-quote {
    display: none;
  }
  .lager-section {
    overflow: hidden;
    margin-top: -100px;
  }
  .lager-img {
    top: 0px;
    z-index: 19;
    display: none;
    width: 200px;
  }
  .lager-left-img {
    margin-top: 0px;
  }
  .lager-green-image {
    display: block;
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
  .lager-green-img-wrapper {
    height: auto;
    margin-top: -253px;
    margin-bottom: -385px;
  }
  .lager-green-wrapper-text {
    left: 24%;
    top: 229px;
    padding-right: 50px;
  }
  .left-list {
    bottom: 60px;
  }
  .panda-white-block {
    display: none;
  }
  .bold-text-3 {
    font-size: 28px;
    line-height: 1.17em;
  }
  .text-block-2 {
    line-height: 1.55em;
  }
  .phone-line-link {
    margin-right: 10px;
    padding: 8px 0px;
    font-size: 16px;
    line-height: 16px;
  }
  .phone-line-span {
    font-size: 10px;
  }
}

@media (max-width: 479px) {
  p {
    font-size: 16px;
  }
  .navbar-container {
    padding-bottom: 0px;
    text-align: right;
  }
  .btn.yellow.nav-yellow-btn.alignleft {
    margin-right: 11px;
    margin-left: 11px;
    float: none;
  }
  .btn.white-btn {
    padding-right: 33px;
    padding-left: 33px;
  }
  .btn.big-btn.lightbox-link {
    padding-right: 40px;
    padding-left: 40px;
  }
  .btn.big-btn.all-treners-btn {
    padding-right: 75px;
    padding-left: 75px;
  }
  .btn.alignleft {
    margin-bottom: 10px;
    float: left;
    clear: left;
  }
  .btn.green.alignright {
    float: left;
  }
  .nav-menu {
    width: 100%;
    text-align: left;
  }
  .nav-menu.white {
    margin-top: 0px;
  }
  .navbar-social-block {
    margin-top: 0px;
    float: none;
  }
  .navbar-tel-link {
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 7px;
    float: left;
  }
  .navbar-tel-link.nav-mobile {
    padding-top: 5px;
  }
  .container {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .container.advantages {
    padding-top: 4px;
  }
  .trener-right-col {
    padding-right: 0px;
  }
  .trener-description {
    padding-right: 0px;
  }
  .trener-about {
    padding-right: 0px;
  }
  .ht-p {
    padding-right: 0px;
    padding-left: 0px;
  }
  .trening-step-section {
    overflow: hidden;
  }
  .section-h2.advantages.white.big {
    font-size: 27px;
  }
  .section-h2.big.white.test-h2 {
    padding-top: 0px;
    line-height: 1.17em;
  }
  .section-h2.big.contact-h2 {
    font-size: 32px;
  }
  .section-h2.big.glub {
    margin-bottom: 25px;
  }
  .section-h2.modal-h2 {
    font-size: 28px;
  }
  .treners-col {
    padding-right: 0px;
    padding-left: 0px;
  }
  .lk-top {
    width: 300vw;
  }
  .lk-col {
    padding-right: 0px;
    padding-left: 0px;
  }
  .lk-col.left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .advantages-section {
    padding-top: 90px;
  }
  .section-subtitle.normal {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gallery-col {
    min-height: 200px;
  }
  .gallery-imge {
    width: auto;
    height: 100vw;
  }
  .gallery-imge.hz {
    height: 115%;
  }
  .ts-p {
    padding-right: 12px;
    padding-left: 12px;
  }
  .slider-arrow {
    display: none;
  }
  .ts-slide {
    padding-bottom: 30px;
  }
  .test-section {
    padding-top: 10px;
  }
  .contact-section {
    overflow: hidden;
  }
  .contact-form {
    padding-right: 15px;
    padding-left: 15px;
  }
  .modal.remodal {
    width: 100%;
    max-width: 480px;
    padding-top: 31px;
    padding-right: 22px;
    padding-left: 22px;
  }
  .brand {
    margin-right: 5%;
    padding-bottom: 0px;
  }
  .menu-button {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .paragraph.main {
    margin-bottom: 70px;
    font-size: 16px;
  }
  .main-section {
    padding-top: 160px;
    padding-bottom: 0px;
  }
  .test-bg-block {
    width: 1135px;
  }
  .ht-text-block {
    padding-right: 15px;
    padding-left: 15px;
  }
  .ht-text-block._2 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .lager-section {
    margin-top: -119px;
  }
  .lager-left-img {
    width: 90%;
    height: 90vw;
    margin-top: 46px;
    margin-bottom: 158px;
    border-radius: 50%;
  }
  .lager-green-img-wrapper {
    width: auto;
    margin-left: -160px;
  }
  .lager-green-wrapper-text {
    left: 40%;
    top: 201px;
    right: 15px;
    padding-right: 0px;
  }
  .text-block-2 {
    font-size: 18px;
  }
  .form-2 {
    padding-top: 5px;
  }
  .phone-line-link {
    margin-right: 5px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 15px;
    line-height: 13px;
  }
  .phone-line-span {
    font-size: 9px;
  }
}


