body {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: rgba(0, 0, 0, 0.8);
  background-color: #ededed; }
  body.active {
    overflow: hidden; }

a {
  color: rgba(0, 0, 0, 0.8); }

.logo__wrap--text {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.8);
  max-width: 126px;
  margin-left: 20px; }
  @media (max-width: 991px) {
    .logo__wrap--text-fix {
      margin-left: 5px;
      font-size: 12px;
      line-height: 14px; } }

.logo__wrap--image {
  width: 80px;
  position: relative; }
  .logo__wrap--image img {
    position: absolute;
    left: 0;
    top: -33px; }
  .logo__wrap--image-fixed {
    width: 36px; }
    .logo__wrap--image-fixed img {
      top: 50% !important;
      -webkit-transform: translate(0%, -50%);
          -ms-transform: translate(0%, -50%);
              transform: translate(0%, -50%); }
  .logo__wrap--image-fix {
    width: 36px; }
    .logo__wrap--image-fix img {
      position: relative;
      top: auto;
      width: 100%; }

.logo--menu {
  margin-left: 135px; }

.logo--header {
  margin-left: -25px; }
  @media (max-width: 991px) {
    .logo--header {
      margin-left: 0px; }
      .logo--header img {
        width: 100%;
        top: -23px; }
      .logo--header .logo__wrap--image {
        width: 50px; } }

@media (max-width: 991px) {
  .phone--header {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .phone--header a {
      width: 34px;
      height: 34px;
      border: 1px solid #313131;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-radius: 50%;
      margin-right: 10px; }
    .phone--header svg {
      margin: 0 !important; }
    .phone--header span {
      display: none; } }

.phone a {
  font-size: 14px;
  line-height: 16px;
  color: #000000; }

.phone .icon {
  width: 20px;
  height: 20px;
  margin-right: 15px; }

.phone--footer {
  margin-top: 10px; }
  @media (max-width: 991px) {
    .phone--footer {
      margin: 0;
      margin-bottom: 15px; } }

.social__wrap {
  padding: 0;
  margin: 0;
  list-style: none; }
  .social__wrap li {
    width: 36px;
    height: 36px; }
    .social__wrap li .icon {
      width: 12px;
      height: 12px; }
    .social__wrap li:not(:first-child) {
      margin-left: 10px; }
    .social__wrap li a {
      border-radius: 50%;
      background: #49D1E7;
      width: 100%;
      height: 100%;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
      .social__wrap li a:hover {
        background: #FFFF00; }

@media (max-width: 991px) {
  .social--header {
    display: none; } }

.social--mobile {
  display: none; }
  @media (max-width: 991px) {
    .social--mobile {
      display: block;
      margin-top: 45px; } }

.btn {
  width: 200px;
  height: 54px;
  border-radius: 30px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .btn--yellow {
    background: #FFFF00; }
    .btn--yellow:hover {
      background: #49D1E7; }
  .btn--blue {
    background: #49D1E7;
    border-radius: 28.5px; }
    .btn--blue:hover {
      background: #FFFF00; }
  .btn--white {
    background: #FFF; }
    .btn--white:hover {
      background: #FFFF00; }
  .btn--program {
    border-radius: 4px;
    padding: 0 40px;
    width: 100%;
    height: 70px; }
    .btn--program .icon {
      height: 24px;
      width: 24px; }
  .btn--modal {
    max-width: 100%;
    width: 100%; }

@media (max-width: 991px) {
  .button--header {
    display: none; } }

.button--fly {
  width: 100%;
  position: fixed;
  left: 50%;
  bottom: 10px;
  z-index: 10;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%); }
  @media (max-width: 991px) {
    .button--fly {
      display: block !important; } }
  .button--fly .btn {
    max-width: 100%;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 0 15px; }

.burger__button {
  width: 50px;
  height: 50px;
  border: none;
  background: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  outline: none !important;
  padding: 0; }
  .burger__button--main.active span {
    background: transparent !important; }
    .burger__button--main.active span:before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      top: 0 !important; }
    .burger__button--main.active span:after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      bottom: 0 !important; }
  .burger__button--fixed {
    margin-top: -12px; }
    .burger__button--fixed span {
      background: transparent !important; }
      .burger__button--fixed span:before {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        top: 0 !important; }
      .burger__button--fixed span:after {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        bottom: 0 !important; }
  .burger__button span {
    width: 24px;
    height: 2px;
    background: #000;
    border-radius: 1px;
    display: block;
    margin: 0 auto;
    position: relative; }
    .burger__button span:before {
      content: '';
      width: 100%;
      height: 2px;
      background: #000;
      border-radius: 1px;
      position: absolute;
      top: -9px;
      left: 0; }
    .burger__button span:after {
      content: '';
      width: 100%;
      height: 2px;
      background: #000;
      border-radius: 1px;
      position: absolute;
      bottom: -9px;
      left: 0; }

.burger__menu {
  min-height: 100vh;
  position: fixed;
  left: -100%;
  top: 0;
  z-index: 100;
  width: 100%;
  padding: 30px 0 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }
  @media (max-width: 991px) {
    .burger__menu {
      min-height: -webkit-calc(100vh - 60px);
      min-height: calc(100vh - 60px);
      top: auto;
      bottom: 0; }
      .burger__menu .burger {
        display: none; }
      .burger__menu .logo {
        display: none; } }
  .burger__menu--row {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .burger__menu.active {
    left: 0%; }
  .burger__menu:before {
    content: '';
    position: absolute;
    background: #FFFF00;
    left: 0;
    right: 45%;
    top: 0;
    bottom: 0; }
    @media (max-width: 1199px) {
      .burger__menu:before {
        right: 45%; } }
    @media (max-width: 991px) {
      .burger__menu:before {
        right: 0%; } }
  .burger__menus {
    margin-top: 130px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    @media (max-width: 991px) {
      .burger__menus {
        margin: 0; } }
  .burger__menu--list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 110px;
    margin-top: 30px; }
    @media (max-width: 1199px) {
      .burger__menu--list {
        margin-left: 65px; } }
    @media (max-width: 991px) {
      .burger__menu--list {
        margin: 0;
        /*margin-top: 60px;*/
        width: 100%; } }
    .burger__menu--list li a {
      font-family: Rubik;
      font-style: normal;
      font-weight: 500;
      font-size: 20px;
      line-height: 24px;
      color: #000000; }
    .burger__menu--list li:not(:first-child) {
      margin-top: 30px; }
      @media (max-width: 991px) {
        .burger__menu--list li:not(:first-child) {
          margin-top: 20px; } }

@media (max-width: 991px) {
  .burger {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; } }

.header {
  height: 90px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 101; }
  .header__bg {
    background: #ffffff;
    height: 90px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100; }
    @media (max-width: 991px) {
      .header__bg {
        height: 60px; } }
    @media (max-width: 767px) {
      .header__bg {
        z-index: 103; } }
  @media (max-width: 991px) {
    .header {
      height: 60px; }
      .header .row {
        margin: 0; } }
  @media (max-width: 767px) {
    .header {
      z-index: 104; } }

.banner {
  background-image:url(/wp-content/uploads/2021/08/bg__banner-new-blue-white-stripes.jpg); /*url(/img/bg__banner.jpg), url(/img/bg__banner--fix.jpg);*/
  min-height: 650px;
  background-position: bottom center ,center;
  background-size: auto 100%, contain;
  background-repeat: no-repeat, repeat;
  padding: 90px 0;
  position: relative;
  overflow: hidden; }
  .banner--container {
    margin-top: -40px; }
    @media (max-width: 991px) {
      .banner--container {
        margin-top: 0px; } }
  @media (max-width: 991px) {
    .banner {
      padding: 50px 0; } }
  @media (max-width: 767px) {
    .banner {
      background-image: url(/img/bg__banner--mobile.jpg), url(/img/bg__banner--fix.jpg);
      min-height: -webkit-calc(100vh - 60px);
      min-height: calc(100vh - 60px);
      background-size: 100% auto, contain; } }
  .banner picture {
    display: block;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .banner picture img {
      min-height: 100%;
      /*min-width: 100%;*/
      /*max-height: 100%;*/
      position: absolute;
      left: 50%;
      top: 0%;
      -webkit-transform: translate(-50%, 0%);
          -ms-transform: translate(-50%, 0%);
              transform: translate(-50%, 0%); }
      @media (max-width: 991px) {
        .banner picture img {
          top: auto;
          bottom: 0;
          left: 30%;
          /*min-width: 100%;*/
          /*max-height: none;*/ } }
      @media (max-width: 767px) {
        .banner picture img {
          left: 50%;
          min-width: 100%; } }
  .banner .h1 {
    font-family: Rubik;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 53px;
    color: #000000;
    margin: 0; }
    @media (max-width: 991px) {
      .banner .h1 {
        font-size: 28px;
        line-height: 33px;
        max-width: 283px; } }
  .banner p {
    margin: 0;
    margin-top: 15px; }
    @media (max-width: 991px) {
      .banner p {
        max-width: 283px; } }

.main {
  padding-top: 90px; }
  @media (max-width: 991px) {
    .main {
      padding-top: 60px; } }

.section {
  overflow: hidden;
  padding: 90px 0; }
  .section__title {
    font-weight: bold;
    font-size: 45px;
    line-height: 53px;
    color: #000000;
    font-family: 'Rubik'; }
    @media (max-width: 991px) {
      .section__title {
        font-size: 28px;
        line-height: 33px; } }
  .section__subtitle {
    margin-top: 15px; }

.programs {
  background-position: center;
  background-size: auto 100%;
  background-image: url(/img/bg__programs.jpg); }
  @media (max-width: 767px) {
    .programs {
      background-image: url(/img/bg__programs--mobile.jpg); } }
  .programs--items {
    margin-top: 65px; }
  .programs__item {
    position: relative;
    overflow: hidden;
    padding: 25px 50px 30px;
    background-position: center;
    background-size: cover;
    border-radius: 5px; }
    @media (max-width: 991px) {
      .programs__item {
        background-position: 40% center; } }
    @media (max-width: 767px) {
      .programs__item {
        padding: 25px 20px 0px;
        padding-bottom: 100%;
        min-height: 650px; } }
    .programs__item picture {
      display: block;
      position: absolute;
      min-width: 100%;
      min-height: 100%;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      @media (max-width: 991px) {
        .programs__item picture {
          left: 60%; } }
      @media (max-width: 767px) {
        .programs__item picture {
          left: 50%;
          top: 45%; } }
      .programs__item picture img {
        min-height: 100%;
        position: absolute;
        left: 50%;
        bottom: 0%;
        -webkit-transform: translate(-50%, 0%);
            -ms-transform: translate(-50%, 0%);
                transform: translate(-50%, 0%); }
        @media (max-width: 991px) {
          .programs__item picture img {
            min-width: 100%; } }
        @media (max-width: 767px) {
          .programs__item picture img {
            bottom: auto;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%); } }
    .programs__item--text b {
      font-size: 20px;
      line-height: 24px;
      color: #000000;
      font-family: 'Rubik';
      font-weight: normal; }
    .programs__item--text p {
      margin: 0; }
      .programs__item--text p:not(:first-child) {
        margin-top: 5px; }
    .programs__item--text ul {
      margin-top: 10px;
      list-style: none;
      padding: 0;
      margin: 0; }
      .programs__item--text ul li {
        position: relative;
        margin-top: 7px; }
        .programs__item--text ul li:before {
          content: '-';
          margin-right: 3px; }
        @media (max-width: 991px) {
          .programs__item--text ul li {
            font-size: 12px;
            line-height: 14px; } }
    .programs__item:not(:first-child) {
      margin-top: 30px; }
      @media (max-width: 991px) {
        .programs__item:not(:first-child) {
          margin-top: 20px; } }
  .programs--adv {
    margin-top: 30px;
    border-radius: 4px;
    background: #fff; }
    @media (max-width: 991px) {
      .programs--adv {
        margin-top: 20px; } }
    .programs--adv ul {
      padding: 0;
      margin: 0; }
    .programs--adv-left {
      background: #FFFF00;
      border-radius: 4px; }
    .programs--adv-el {
      height: 92px; }
      @media (max-width: 991px) {
        .programs--adv-el {
          padding-top: 25px;
          padding-bottom: 25px;
          padding-left: 35px; } }
  .programs--buttons {
    margin-top: 30px; }
    @media (max-width: 991px) {
      .programs--buttons {
        margin-top: 20px; } }
    @media (max-width: 767px) {
      .programs--buttons > *:nth-child(2) {
        margin-top: 20px; } }

.about {
  background: #ffffff; }
  .about__list {
    margin-top: 100px; }
    .about__list .flex-wrap > *:nth-child(2) {
      margin-top: -100px; }
    .about__list .flex-wrap > *:nth-child(3) {
      margin-top: -180px; }
    @media (max-width: 991px) {
      .about__list {
        margin-top: 0px; }
        .about__list .flex-wrap > * {
          margin-top: 60px !important; } }
  @media (max-width: 991px) {
    .about__item img {
      width: 100%; } }
  .about__item--image {
    padding: 40px 0 0;
    position: relative; }
    .about__item--image img {
      max-width: 100%;
      position: relative;
      z-index: 2; }
    .about__item--image:before {
      content: '';
      width: 346px;
      height: 346px;
      background: #a8a8a8a1;
      -webkit-filter: blur(50px);
              filter: blur(50px);
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 1;
      border-radius: 50%; }
    .about__item--image:after {
      display: none;
      content: '';
      width: 195px;
      height: 242px;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background-position: center;
      background-repeat: no-repeat;
      background-image: url(/img/about/about-logo-1.png); }
    .about__item--image-2:after {
      background-image: url(/img/about/about-logo-2.png); }
    .about__item--image-3:after {
      background-image: url(/img/about/about-logo-3.png); }
  .about__item--title {
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-top: 20px;
    position: relative; }
    @media (max-width: 991px) {
      .about__item--title {
        max-width: 290px; } }
    .about__item--title img {
      position: absolute;
      z-index: 1;
      top: 50%;
      left: -30px;
      -webkit-transform: translate(0%, -50%);
          -ms-transform: translate(0%, -50%);
              transform: translate(0%, -50%); }
    .about__item--title span {
      position: relative;
      z-index: 2; }
      .about__item--title span p {
    margin: 0;
    position: relative;
    z-index: 1;
}
  .about__item--subtitle {
    margin-top: 10px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #000000; }
    @media (max-width: 991px) {
      .about__item--subtitle {
        max-width: 290px; } }
  .about__item--content {
    margin-top: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.8); }
    @media (max-width: 991px) {
      .about__item--content {
        margin-top: 25px;
        max-width: 290px; } }
    .about__item--content p {
      margin: 0px; }
      .about__item--content p:not(:first-child) {
        margin-top: 10px; }

.trainers {
  background: #ffffff; }
  .trainers__slide {
    padding: 0 45px; }
    @media (max-width: 991px) {
      .trainers__slide {
        width: 245px;
        padding: 0 10px; } }
    .trainers__slide--image {
      /* background: #49D1E7; */
      border-radius: 4px;
      overflow: hidden;
      }
      .trainers__slide--image img {
        max-width: 100%; }
    .trainers__slide:nth-child(2n) .trainers__slide--image {
      /* background: #FFFF00; */
      }
    .trainers__slider {
      margin-left: -45px;
      margin-right: -45px;
      position: relative;
      margin-top: 60px; }
      @media (max-width: 991px) {
        .trainers__slider {
          margin-left: -10px;
          margin-right: -10px; } }
    .trainers__slide--name {
      font-family: Rubik;
      font-weight: 500;
      font-size: 20px;
      line-height: 24px;
      color: #000000;
      margin-top: 25px; }
    .trainers__slide--text {
      margin-top: 6px; }

@media (min-width: 1200px) {
  .container {
    max-width: 930px; } }

@media (min-width: 992px) {
  .container {
    max-width: 930px; } }

@media (min-width: 992px) {
  .header .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .header .container {
    max-width: 1140px; } }

@media (min-width: 992px) {
  .footer .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .footer .container {
    max-width: 1140px; } }

@media (min-width: 992px) {
  .burger__menu .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .burger__menu .container {
    max-width: 1140px; } }

.slick-arrow {
  width: 40px;
  height: 40px;
  background-color: #49D1E7;
  border-radius: 20px;
  border: none;
  font-size: 0;
  border: 2px solid #49D1E7;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  outline: none !important;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -90px;
  top: 40%;
  transition: all .3s; }
  .slick-arrow:hover {
    background-color: #FFFF00; }
  @media (max-width: 1199px) {
    .slick-arrow {
      right: -70px; } }
  @media (max-width: 1099px) {
    .slick-arrow {
      right: -55px; } }
  @media (max-width: 1050px) {
    .slick-arrow {
      display: none; } }

.slick-prev {
  background-image: url("/img/arrow.svg");
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
  margin-top: 0px; }

.slick-next {
  background-image: url("/img/arrow.svg");
  margin-top: -50px; }

.slick-disabled {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.8); }

.motivation {
  background-position: center;
  background-size: auto 100%;
  background-image: url(/img/bg__motivation.jpg); }
  @media (max-width: 767px) {
    .motivation {
      background-image: url(/img/bg__motivation--mobile.jpg); } }
  .motivation .slick-arrow {
    top: 50%; }
  .motivation__slide {
    width: 100%;
    max-width: 660px;
    min-height: 340px;
    padding: 0 15px; }
    @media (max-width: 991px) {
      .motivation__slide {
        max-width: 450px;
        padding: 0 10px; } }
    @media (max-width: 767px) {
      .motivation__slide {
        max-width: 245px; } }
    .motivation__slide:nth-child(1) .motivation__slide--wrap {
      background-image: url(/img/m-1.jpg); }
      @media (max-width: 767px) {
        .motivation__slide:nth-child(1) .motivation__slide--wrap {
          background-image: url(/img/m-1-m.jpg); } }
    .motivation__slide:nth-child(2) .motivation__slide--wrap {
      background-image: url(/img/m-2.jpg); }
      @media (max-width: 767px) {
        .motivation__slide:nth-child(2) .motivation__slide--wrap {
          background-image: url(/img/m-2-m.jpg); } }
    .motivation__slide:nth-child(3) .motivation__slide--wrap {
      background-image: url(/img/m-3.jpg); }
      @media (max-width: 767px) {
        .motivation__slide:nth-child(3) .motivation__slide--wrap {
          background-image: url(/img/m-3-m.jpg); } }
    .motivation__slider {
      margin: 0 -15px;
      margin-top: 70px; }
      @media (max-width: 991px) {
        .motivation__slider {
          margin-left: -10px;
          margin-right: -10px; } }
    .motivation__slide--wrap {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      border-radius: 6px;
      padding: 35px 30px 40px;
      width: 100%;
      overflow: hidden;
      position: relative; }
      @media (max-width: 991px) {
        .motivation__slide--wrap {
          padding: 25px; } }
      .motivation__slide--wrap:before {
        content: '';
        background: -o-linear-gradient(333.9deg, #000000 -1.04%, rgba(0, 0, 0, 0.7) 46.85%, rgba(0, 0, 0, 0.4) 100%);
        background: linear-gradient(116.1deg, #000000 -1.04%, rgba(0, 0, 0, 0.7) 46.85%, rgba(0, 0, 0, 0.4) 100%);
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 1; }
      .motivation__slide--wrap > * {
        position: relative;
        z-index: 2; }
    .motivation__slide--name {
      font-family: Rubik;
      font-style: normal;
      font-weight: bold;
      font-size: 20px;
      line-height: 24px;
      color: #FFFFFF; }
    .motivation__slide--text {
      max-width: 328px;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      font-size: 14px;
      line-height: 22px;
      color: #FFFFFF;
      margin-top: 22px; }
      @media (max-width: 991px) {
        .motivation__slide--text {
          font-size: 12px;
          line-height: 14px; } }
    .motivation__slide--icon .icon {
      width: 33px;
      height: 33px; }

.branches {
  background-color: #ffffff; }
  .branches .slick-track {
    overflow: hidden; }
  .branches__slide {
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 4px;
    padding: 60px 0 70px;
    overflow: hidden; }
    .branches__slide:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: 1;
      background: -o-linear-gradient(333.59deg, #000000 10.83%, rgba(0, 0, 0, 0.88) 96.57%);
      background: linear-gradient(116.41deg, #000000 10.83%, rgba(0, 0, 0, 0.88) 96.57%);
      mix-blend-mode: normal;
      opacity: 0.87; }
    .branches__slide--wrap {
      position: relative;
      z-index: 2; }
    .branches__slide--title {
      font-family: Rubik;
      font-style: normal;
      font-weight: bold;
      font-size: 45px;
      line-height: 53px;
      text-align: center;
      color: #FFFFFF; }
      @media (max-width: 991px) {
        .branches__slide--title {
          font-size: 28px;
          line-height: 33px; } }
    .branches__slider {
      width: 570px; }
      @media (max-width: 991px) {
        .branches__slider {
          width: 500px; } }
      @media (max-width: 767px) {
        .branches__slider {
          width: 100%;
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
              -ms-flex-order: 2;
                  order: 2;
          margin-top: 25px; } }
    .branches__slide--content a {
      font-family: Roboto;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 16px;
      -webkit-text-decoration-line: underline;
              text-decoration-line: underline;
      margin-top: 10px;
      color: #FFFFFF; }
    .branches__slide--mark {
      margin-top: 35px;
      max-width: 357px;
      width: 100%;
      background: rgba(255, 255, 0, 0.44);
      border-radius: 4px 5px;
      padding: 24px 15px; }
      .branches__slide--mark b {
        margin-left: 15px;
        font-family: Rubik;
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 24px;
        color: #FFFFFF; }
  .branches__nav {
    margin-left: 90px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    @media (max-width: 991px) {
      .branches__nav {
        margin-left: 50px; } }
    @media (max-width: 767px) {
      .branches__nav {
        margin-left: 0px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
        margin-left: -15px;
        margin_right: -15px; } }
    .branches__nav .slick-track {
      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; }
      @media (max-width: 767px) {
        .branches__nav .slick-track {
          margin-left: 0px;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row;
          display: block; } }
    .branches__nav .slick-list {
      padding: 0 !important;
      overflow: visible; }
    .branches__nav--slide {
      width: 100% !important;
      font-family: Rubik;
      font-style: normal;
      font-weight: 500;
      font-size: 20px;
      line-height: 24px;
      color: #000000;
      cursor: pointer;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      outline: none;
      position: relative; }
      @media (max-width: 767px) {
        .branches__nav--slide {
          width: auto !important;
          padding: 0 15px; } }
      .branches__nav--slide:not(:first-child) {
        margin-top: 20px; }
        @media (max-width: 767px) {
          .branches__nav--slide:not(:first-child) {
            margin-top: 0px; } }
      .branches__nav--slide:before {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        background-image: url("/img/ball.svg");
        background-position: center;
        background-size: contain;
        left: -40px;
        top: 50%;
        margin-top: -10px;
        opacity: 0;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
        @media (max-width: 991px) {
          .branches__nav--slide:before {
            left: -35px; } }
        @media (max-width: 767px) {
          .branches__nav--slide:before {
            display: none; } }
    .branches__nav .slick-current {
      color: #49D1E7; }
      .branches__nav .slick-current:before {
        opacity: 1; }
  .branches__wrap {
    margin-top: 60px; }

.why {
  background-position: center;
  background-size: auto 100%;
  background-image: url(/img/bg__why.jpg); }
  @media (max-width: 767px) {
    .why {
      background-image: url(/img/bg__why--mobile.jpg); } }
  .why__item {
    width: 100%;
    max-width: 280px;
    margin-top: 55px; }
    @media (max-width: 991px) {
      .why__item {
        margin-top: 30px; }
        .why__item:first-child {
          margin-top: 0; } }
    .why__item--name {
      margin-top: 10px;
      font-family: Rubik;
      font-style: normal;
      font-weight: 500;
      font-size: 20px;
      line-height: 24px;
      color: #000000; }
    .why__item--text {
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 16px;
      color: #000000;
      margin-top: 10px; }
    .why__item--content {
      margin-left: 30px;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .why__item--icon {
      width: 44px; }
  .why--list {
    padding-top: 15px; }
    @media (max-width: 991px) {
      .why--list {
        padding-top: 60px; } }

.equipment {
  background-color: #ffffff; }
  .equipment__slide {
    padding: 0 45px; }
    @media (max-width: 991px) {
      .equipment__slide {
        padding: 0 10px;
        width: 245px; } }
    .equipment__slide--wrap {
      background-color: #ffffff;
      border: 2px solid #FFFF00;
      border-radius: 5px;
      width: 100%; }
    .equipment__slide:nth-child(2n) .equipment__slide--wrap {
      border-color: #49D1E7; }
    .equipment__slide:nth-child(2n) .equipment__slide--content {
      background-image: url(/img/bg__equipment--blue.jpg); }
    .equipment__slider {
      margin: 0 -45px;
      margin-top: 60px; }
      .equipment__slider .slick-track {
    display: flex;
}

.equipment__slide {
    height: auto;
}
      @media (max-width: 991px) {
        .equipment__slider {
          margin-left: -10px;
          margin-right: -10px; } }
    .equipment__slide--image {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .equipment__slide--image img {
        width: 100%;
        padding: 40px; }
    .equipment__slide--name {
      font-family: Rubik;
      font-style: normal;
      font-weight: 500;
      font-size: 20px;
      line-height: 24px;
      color: #000000; }
    .equipment__slide--text {
      margin-top: 5px;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 16px;
      color: #000000; }
    .equipment__slide--content {
      min-height: 104px;
      background-position: top;
      background-image: url(/img/bg__equipment.jpg); }

.contacts {
  background: #ffffff;
  position: relative; }
  .contacts--content {
    pointer-events: all;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    margin-top: 8px;
    color: #000000; }
    .contacts--content a:not(:first-child) {
      margin-top: 3px; }
    .contacts--content + .contacts--title {
      margin-top: 20px; }
  .contacts--title {
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    color: #000000; }
  .contacts--wrap {
    background: rgba(73, 209, 231, 0.4);
    -webkit-backdrop-filter: blur(30px);
            backdrop-filter: blur(30px);
    border-radius: 5px;
    max-width: 239px;
    width: 100%;
    padding: 35px 45px 45px;
    pointer-events: none;
    position: relative;
    z-index: 2; }
    @media (max-width: 991px) {
      .contacts--wrap {
        max-width: 100%; } }
  .contacts--info {
    min-height: 477px;
    margin-top: 60px; }
  .contacts .map {
    position: absolute;
    top: 115px;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 1; }
    .contacts .map > * {
      height: 100% !important; }

.menu ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .menu ul li {
    font-size: 14px;
    line-height: 16px;
    color: #000000; }
    .menu ul li:not(:first-child) {
      margin-top: 20px; }

.menu--footer {
  margin-top: 12px; }
  @media (max-width: 991px) {
    .menu--footer {
      margin-top: 40px; } }

.footer {
  overflow: hidden;
  padding: 60px 0 60px;
  background: #ffffff;
  position: relative;
  z-index: 11; }
  .footer--bottom {
    margin-top: -16px;
    position: relative; }
    .footer--bottom a {
      color: #49D1E7; }
    .footer--bottom p {
      font-size: 14px;
      line-height: 16px;
      color: #000000;
      margin: 0; }
      @media (max-width: 991px) {
        .footer--bottom p:nth-child(2) {
          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; } }
    @media (max-width: 991px) {
      .footer--bottom {
        margin-top: 40px !important;
        padding-top: 40px; }
        .footer--bottom:before {
          content: '';
          position: absolute;
          height: 1px;
          width: 300%;
          left: -100%;
          top: 0;
          background: #C4C4C4; } }
  @media (max-width: 991px) {
    .footer--row {
      margin: 0; }
      .footer--row:not(.footer--bottom) > *:nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
        width: 33.333333%; }
      .footer--row:not(.footer--bottom) > *:nth-child(2) {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
            -ms-flex-order: 3;
                order: 3;
        width: 33.333333%; }
      .footer--row:not(.footer--bottom) > *:nth-child(3) {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2;
        width: 66.666666%; }
      .footer--row:not(.footer--bottom) > *:nth-child(4) {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
            -ms-flex-order: 4;
                order: 4;
        width: 66.666666%; } }
  @media (max-width: 991px) {
    .footer__logo--text {
      display: none; } }

.modal {
  width: 429px;
  min-height: 530px;
  background: #FFFFFF;
  border-radius: 6px;
  height: auto; }
  .modal__column--fixed {
    height: 100%; }
  .modal__form--subtitle {
    margin-top: 15px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.01em;
    color: rgba(29, 29, 29, 0.7);
    max-width: 234px; }
  .modal__form--title {
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #1D1D1D; }
  .modal__form--field input {
    height: 57px;
    border: 1.5px solid #C4C4C4;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 30px;
    width: 100%;
    display: block;
    outline: none !important;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.01em;
    padding: 0 15px 0 30px;
    color: rgba(38, 86, 255, 0.5); }
  .modal__form--wrap {
    margin-top: 30px;
    width: 100%; }
    .modal__form--wrap > *:not(:first-child) {
      margin-top: 12px; }
    .modal__form--wrap input[type="submit"] {
      display: none; }
  .modal__form--end {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #1D1D1D;
    margin-top: 30px;
    position: relative; }
    .modal__form--end p {
      margin: 0; }
      .modal__form--end p a {
        color: #49D1E7;
        margin-top: 3px; }
  .modal__form--checkbox {
    position: absolute;
    left: -33px;
    top: -2px; }
    .modal__form--checkbox input {
      position: absolute;
      cursor: pointer;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      opacity: 0; }
      .modal__form--checkbox input:checked + label:before {
        background: #49D1E7; }
    .modal__form--checkbox label {
      display: inline-block;
      width: 18px;
      height: 18px;
      border: 1px solid #1D1D1D;
      margin: 0;
      padding: 0;
      position: relative;
      border-radius: 50%;
      pointer-events: none; }
      .modal__form--checkbox label:before {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        background: transparent;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        top: 50%;
        left: 50%;
        margin-top: -5px;
        margin-left: -5px;
        border-radius: 50%; }

.navigation {
  position: fixed;
  z-index: 10;
  left: 50%;
  top: 0;
  height: 100%;
  margin-left: -551px;
  pointer-events: none; }
  .navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 20px; }
    .navigation ul li a {
      display: block;
      width: 12px;
      height: 12px;
      position: relative;
      cursor: pointer;
      pointer-events: all;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
      .navigation ul li a:before {
        content: '';
        position: absolute;
        background: rgba(0, 0, 0, 0.8);
        width: 4px;
        height: 4px;
        border-radius: 50%;
        left: 50%;
        top: 50%;
        margin-left: -2px;
        margin-top: -2px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
      .navigation ul li a.active {
        width: 20px;
        height: 20px; }
        .navigation ul li a.active:before {
          width: 12px;
          height: 12px;
          margin-left: -6px;
          margin-top: -6px;
          border: 2px solid rgba(0, 0, 0, 0.8);
          background: rgba(0, 0, 0, 0); }

@media (max-width: 767px) {
  .animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s; } }

@media (max-width: 767px) {
  .animated.delay-2s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s; } }

@media (max-width: 767px) {
  .animated.delay-3s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s; } }

@media (max-width: 767px) {
  .animated.delay-4s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s; } }

.fadeInUpCustom {
  -webkit-animation-name: fadeInUpCustom;
  animation-name: fadeInUpCustom; }

@-webkit-keyframes fadeInUpCustom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUpCustom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
