@charset "UTF-8";
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*--------------------*/
body {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  color: #0D191E;
  line-height: 146.4%;
}
@media screen and (max-width: 1599px) {
  body {
    font-size: 23px;
  }
}
@media screen and (max-width: 1200px) {
  body {
    font-size: 22px;
  }
}

section {
  background-color: #F4FEFF;
  padding-bottom: 80px;
}
@media screen and (max-width: 1599px) {
  section {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1200px) {
  section {
    padding-bottom: 48px;
  }
}

h1, h2, h3 {
  font-family: "Exo 2", sans-serif;
  text-align: center;
  letter-spacing: 0.03em;
}

h1 {
  font-size: 43px;
}
@media screen and (max-width: 1599px) {
  h1 {
    font-size: 34px;
  }
}
@media screen and (max-width: 1200px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 38px;
}
@media screen and (max-width: 1599px) {
  h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1200px) {
  h2 {
    font-size: 27px;
  }
}

h3, .offer__description, .text_bold {
  font-size: 32px;
}
@media screen and (max-width: 1599px) {
  h3, .offer__description, .text_bold {
    font-size: 25px;
  }
}
@media screen and (max-width: 1200px) {
  h3, .offer__description, .text_bold {
    font-size: 23px;
  }
}

.content-block{
  background: linear-gradient(213.38deg, #62BCDE 0.71%, rgba(244, 254, 255, 0) 72.18%);
}

.container {
  margin: 0 auto;
  width: 1500px;
}

.contaier-fluid{
  margin: 0 auto;
  width: 100%;
}

.quiz{
  padding: 50px 0px;
  
}

.video-container-row{
  padding-top: 60px;
}

.continer-video{
 /* background-color: #F4FEFF;*/
  height: 590px;
}

.video-container{
  margin: 105px 0;
  display: flex;
  width: 100%;
  justify-content: center;

}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.video-block{
  width: 550px;
  height: 300px;
  border-radius: 15px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.play-video{
  width: 100%;
  height: 100%;
  background-image: url('/storage/img/icons/play-button-circled-50.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  cursor: pointer;
  border-radius: 15px;
}
.play-video:hover{
  background-size: 55px 55px;
}

.popup__body-video{
  width: 100%;
  border-radius: 2px !important;
  padding: 10px !important;
}

.popup__btn-close-video{
  top: 10px !important;
  right: 5px !important;
}

#cartoonVideo{
  width: 100%;
}

@media screen and (max-width: 1599px) {
  .container {
    width: 1170px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    width: 95%;
  }
}

.header {
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .header {
    height: auto;
  }
}

.header-short {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.header__nav {
  position: fixed;
  z-index: 5;
  width: 100%;
  height: 60px;
  background-color: #F4FEFF;
}
.header__nav .container {
  height: 100%;
}
@media screen and (max-width: 1599px) {
  .header__nav {
    height: 46px;
  }
}
@media screen and (max-width: 1200px) {
  .header__nav {
    height: 36px;
  }
}

.nav {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1200px) {
  .nav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.logo {
  margin-right: 32px;
}
@media screen and (max-width: 1599px) {
  .logo {
    margin-right: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .logo {
    margin-right: 19px;
  }
}

.logo__img {
  height: 50px;
}
@media screen and (max-width: 1599px) {
  .logo__img {
    height: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .logo__img {
    height: 30px;
  }
}

.nav__img {
  height: 29px;
  width: 29px;
  margin-right: 6px;
}
@media screen and (max-width: 1599px) {
  .nav__img {
    height: 24px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 1200px) {
  .nav__img {
    height: 22px;
    margin-right: 3px;
  }
}

.menu {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .menu {
    display: none;
  }
}

.menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0D191E;
  font-family: "Exo 2", sans-serif;
  font-size: 24px;
}
.menu__link:hover {
  color: #F4FEFF;
  background-color: #1298b0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media screen and (max-width: 1599px) {
  .menu__link {
    font-size: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .menu__link {
    font-size: 19px;
  }
}

.menu__link-inside {
  padding: 0 32px;
  border-right: 1px solid #0D191E;
}
@media screen and (max-width: 1599px) {
  .menu__link-inside {
    padding: 0 25px;
  }
}
@media screen and (max-width: 1200px) {
  .menu__link-inside {
    padding: 0 19px;
  }
}

.menu__link-inside_last {
  border-right: none;
}

.nav__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #0D191E;
}
.nav__contacts:hover {
  color: #F2E93F;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media screen and (max-width: 1200px) {
  .nav__contacts {
    margin-left: 0;
  }
}

.nav__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav__tel {
  font-family: "Exo 2", sans-serif;
  font-size: 24px;
}
@media screen and (max-width: 1599px) {
  .nav__tel {
    font-size: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .nav__tel {
    font-size: 19px;
  }
}

.menu__hamburger {
  display: none;
  height: 30px;
  width: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu__hamburger span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 26px;
  height: 2px;
  margin: 3px;
  background: #0D191E;
  display: block;
}
@media screen and (max-width: 1200px) {
  .menu__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.burger__line_first {
  -webkit-transform: translate(5px, -1px) rotate(45deg);
          transform: translate(5px, -1px) rotate(45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.burger__line_second {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.burger__line_third {
  -webkit-transform: translate(-3px, -18px) rotate(-45deg);
          transform: translate(-3px, -18px) rotate(-45deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}

.hamburger__mobile {
  position: fixed;
  left: 0;
  top: 36px;
  right: 0;
  display: none;
  padding: 30px 0;
  background-color: #10ADC9;
  opacity: 0.9;
}

.hamburger__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  font-family: "Exo 2", sans-serif;
  color: #F4FEFF;
  font-size: 27px;
}
.hamburger__list li {
  margin-bottom: 19px;
}
.hamburger__list :last-child {
  margin-bottom: 0;
}

.hamburger__list-link {
  color: #F4FEFF;
}
.hamburger__list-link:hover {
  color: #F2E93F;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.header__offer {
  background: url("/storage/img/hero_bg.webp");
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
}
@media screen and (max-width: 1200px) {
  .header__offer {
    height: auto;
  }
}

.header__offer_short {
  background: url("/storage/img/hero_bg.webp");
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.offer__top {
  padding: 120px 0 60px;
  color: #F4FEFF;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(71.4%, rgba(16, 173, 201, 0.85)), to(rgba(188, 236, 254, 0.85)));
  background: linear-gradient(180deg, rgba(16, 173, 201, 0.85) 71.4%, rgba(188, 236, 254, 0.85) 100%);
}
@media screen and (max-width: 1599px) {
  .offer__top {
    padding: 92px 0 46px;
  }
}
@media screen and (max-width: 1200px) {
  .offer__top {
    padding: 72px 0 36px;
  }
}

.offer__title {
  margin-bottom: 5px;
}
@media screen and (max-width: 1599px) {
  .offer__title {
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 1200px) {
  .offer__title {
    margin-bottom: 5px;
  }
}

.offer__bottom {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(188, 236, 254, 0.85)), to(rgba(84, 190, 231, 0.85)));
  background: linear-gradient(180deg, rgba(188, 236, 254, 0.85) 0%, rgba(84, 190, 231, 0.85) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-bottom: 60px;
}
@media screen and (max-width: 1599px) {
  .offer__bottom {
    padding-bottom: 46px;
  }
}
@media screen and (max-width: 1200px) {
  .offer__bottom {
    padding-bottom: 36px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.offer__row {
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .offer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.offer__column-left, .offer__column-right {
  width: 720px;
}
@media screen and (max-width: 1599px) {
  .offer__column-left, .offer__column-right {
    width: 563px;
  }
}
@media screen and (max-width: 1200px) {
  .offer__column-left, .offer__column-right {
    width: 100%;
  }
}
.offer__column-left p, .offer__column-right p {
  font-family: "Exo 2", sans-serif;
}

.offer__column-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .offer__column-left {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.offer__column-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px 32px 0 32px;
}
@media screen and (max-width: 1599px) {
  .offer__column-right {
    padding: 25px 25px 0 25px;
    max-height: 378px;
  }
}
@media screen and (max-width: 1200px) {
  .offer__column-right {
    padding: 0;
    margin: 25px 0;
  }
}

.btn {
  padding: 14px 0 21px;
  width: 527px;
  font-family: "Exo 2", sans-serif;
  font-size: 32px;
  background: linear-gradient(272.14deg, #F2E93F 25.76%, #FFF200 75.41%);
  -webkit-box-shadow: 0px 9px 30px rgba(242, 233, 63, 0.5);
          box-shadow: 0px 9px 30px rgba(242, 233, 63, 0.5);
  border-radius: 20px;
  display: block;
}
.btn:hover {
  background: #10ADC9;
  color: #F4FEFF;
  -webkit-box-shadow: 0px 9px 30px rgba(84, 190, 231, 0.5);
          box-shadow: 0px 9px 30px rgba(84, 190, 231, 0.5);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1599px) {
  .btn {
    padding: 12px 0 18px;
    width: 400px;
    font-size: 25px;
    border-radius: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .btn {
    padding: 6px 0 12px;
    font-size: 23px;
    border-radius: 12px;
  }
}
@media screen and (max-width: 500px) {
  .btn {
    width: 250px;
  }
}

.menu__form {
  margin-left: auto;
  margin-right: 12px;
}
@media screen and (max-width: 1599px) {
  .menu__form {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .menu__form {
    margin-left: 0px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 540px) {
  .menu__form {
    display: none;
  }
}

.menu__btn {
  padding: 4px 0 6px;
  width: 280px;
  font-family: "Exo 2", sans-serif;
  font-size: 24px;
  border-radius: 12px;
  display: block;
}
@media screen and (max-width: 1599px) {
  .menu__btn {
    padding: 3px 0 6px;
    width: 220px;
    font-size: 20px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .menu__btn {
    padding: 2px 0 4px;
    font-size: 19px;
    border-radius: 8px;
  }
}
.offer__btn {
  -webkit-box-shadow: 0px 9px 30px rgba(242, 233, 63, 0.25);
          box-shadow: 0px 9px 30px rgba(242, 233, 63, 0.25);
}
.offer__btn :hover {
  -webkit-box-shadow: 0px 9px 30px rgba(244, 254, 255, 0.5);
          box-shadow: 0px 9px 30px rgba(244, 254, 255, 0.5);
}

.flex__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slider__wrapper {
  max-width: 800px;
  width: 100%;
  height: 520px;
  position: relative;
}
@media screen and (max-width: 1599px) {
  .slider__wrapper {
    height: 405px;
  }
}
@media screen and (max-width: 1200px) {
  .slider__wrapper {
    height: 310px;
  }
}

#btn-prev, #btn-next {
  position: absolute;
  left: 32px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 55px;
  width: 26px;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (max-width: 1599px) {
  #btn-prev, #btn-next {
    left: 25px;
  }
}
@media screen and (max-width: 1200px) {
  #btn-prev, #btn-next {
    left: 19px;
  }
}

#btn-prev:hover, #btn-next:hover {
  opacity: 0.6;
}

#btn-next {
  left: auto;
  right: 32px;
}
@media screen and (max-width: 1599px) {
  #btn-next {
    right: 25px;
  }
}
@media screen and (max-width: 1200px) {
  #btn-next {
    right: 19px;
  }
}

.slide {
  width: 100%;
  height: 100%;
  display: none;
}

.slide.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slider__img {
  max-width: 100%;
  height: 100%;
}

.dots__wrapper {
  position: absolute;
  bottom: 32px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1599px) {
  .dots__wrapper {
    bottom: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .dots__wrapper {
    bottom: 19px;
  }
}

.dot.active {
  background-color: #0D191E;
}

.dots__wrapper span {
  width: 24px;
  height: 14px;
  border: 1px solid #0D191E;
  border-radius: 5px;
  margin-right: 32px;
  cursor: pointer;
}
@media screen and (max-width: 1599px) {
  .dots__wrapper span {
    width: 20px;
    margin-right: 25px;
    height: 12px;
  }
}
@media screen and (max-width: 1200px) {
  .dots__wrapper span {
    width: 19px;
    margin-right: 19px;
    height: 11px;
  }
}

.dots-wrapper span:last-child {
  margin-right: 0;
}

.shine {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.shine_white {
  background: rgba(255, 255, 255, 0.8);
  -webkit-filter: blur(150px);
          filter: blur(150px);
  width: 373px;
  height: 373px;
}

.shine_blue {
  background: #54BEE7;
  z-index: 1;
  -webkit-filter: blur(150px);
          filter: blur(150px);
  width: 250px;
  height: 250px;
}
@media screen and (max-width: 1599px) {
  .shine_blue {
    width: 220px;
    height: 220px;
  }
}
@media screen and (max-width: 1200px) {
  .shine_blue {
    width: 190px;
    height: 190px;
  }
}

.section__top {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(84, 190, 231, 0.2)), to(rgba(84, 190, 231, 0)));
  background: linear-gradient(180deg, rgba(84, 190, 231, 0.2) 0%, rgba(84, 190, 231, 0) 100%);
  padding: 80px 0 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1599px) {
  .section__top {
    padding: 60px 0 16px;
    margin-bottom: 46px;
  }
}
@media screen and (max-width: 1200px) {
  .section__top {
    padding: 48px 0 12px;
    margin-bottom: 36px;
  }
}

.equipment__rotate {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 548px;
  width: 460px;
}
@media screen and (max-width: 1599px) {
  .equipment__rotate {
    max-height: 444px;
    width: 359px;
  }
}
@media screen and (max-width: 1200px) {
  .equipment__rotate {
    height: 270px;
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .equipment__rotate {
    margin: 19px 0;
  }
}

.rotate__wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.rotate {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.rotate__img {
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  height: 100%;
}

.rotate__img.active {
  display: block;
}

.equipment__column {
  width: 980px;
}
@media screen and (max-width: 1599px) {
  .equipment__column {
    width: 765px;
  }
}
@media screen and (max-width: 1200px) {
  .equipment__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.column p {
  margin-bottom: 32px;
}
@media screen and (max-width: 1599px) {
  .column p {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .column p {
    margin-bottom: 19px;
  }
}
.column p:last-of-type {
  margin-bottom: 60px;
}
@media screen and (max-width: 1599px) {
  .column p:last-of-type {
    margin-bottom: 46px;
  }
}
@media screen and (max-width: 1200px) {
  .column p:last-of-type {
    margin-bottom: 36px;
  }
}

.advantages__row {
  margin-bottom: 60px;
}
@media screen and (max-width: 1599px) {
  .advantages__row {
    margin-bottom: 46px;
  }
}
@media screen and (max-width: 1200px) {
  .advantages__row {
    margin-bottom: 36px;
  }
}

.advantages__column-left, .advantages__column-right,
.contacts__column-left, .contacts__column-right {
  width: 720px;
}
@media screen and (max-width: 1599px) {
  .advantages__column-left, .advantages__column-right,
.contacts__column-left, .contacts__column-right {
    width: 563px;
  }
}
@media screen and (max-width: 1200px) {
  .advantages__column-left, .advantages__column-right,
.contacts__column-left, .contacts__column-right {
    text-align: center;
    width: 100%;
  }
}
.advantages__column-left p, .advantages__column-right p,
.contacts__column-left p, .contacts__column-right p {
  margin-bottom: 32px;
}
@media screen and (max-width: 1599px) {
  .advantages__column-left p, .advantages__column-right p,
.contacts__column-left p, .contacts__column-right p {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .advantages__column-left p, .advantages__column-right p,
.contacts__column-left p, .contacts__column-right p {
    margin-bottom: 19px;
  }
}
.advantages__column-left p:last-child, .advantages__column-right p:last-child,
.contacts__column-left p:last-child, .contacts__column-right p:last-child {
  margin-bottom: 0;
}

.advantage__top {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(84, 190, 231, 0.2)), to(rgba(84, 190, 231, 0)));
  background: linear-gradient(180deg, rgba(84, 190, 231, 0.2) 0%, rgba(84, 190, 231, 0) 100%);
  padding: 20px 0;
}
@media screen and (max-width: 1599px) {
  .advantage__top {
    padding: 16px 0;
  }
}
@media screen and (max-width: 1200px) {
  .advantage__top {
    padding: 12px 0;
  }
}

.advantages__triple {
  position: relative;
}

.advantage__triple__top {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 154px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(84, 190, 231, 0.2)), to(rgba(84, 190, 231, 0)));
  background: linear-gradient(180deg, rgba(84, 190, 231, 0.2) 0%, rgba(84, 190, 231, 0) 100%);
}
@media screen and (max-width: 1599px) {
  .advantage__triple__top {
    height: 122px;
  }
}

.advantage__top_triple {
  padding: 20px 0;
}
@media screen and (max-width: 1599px) {
  .advantage__top_triple {
    padding: 16px 0;
  }
}
@media screen and (max-width: 1200px) {
  .advantage__top_triple {
    padding: 12px 0;
  }
}

.advantage__bottom {
  padding-bottom: 60px;
}
@media screen and (max-width: 1599px) {
  .advantage__bottom {
    padding-bottom: 46px;
  }
}
@media screen and (max-width: 1200px) {
  .advantage__bottom {
    padding-bottom: 36px;
  }
}

.push {
  margin-top: auto;
}

.advantage__text {
  margin: 32px 0;
}
@media screen and (max-width: 1599px) {
  .advantage__text {
    margin: 25px 0;
  }
}
@media screen and (max-width: 1200px) {
  .advantage__text {
    margin: 19px 0;
    text-align: center;
  }
}

.advantage__visual {
  position: relative;
  width: 720px;
}
@media screen and (max-width: 1599px) {
  .advantage__visual {
    width: 563px;
  }
}
@media screen and (max-width: 1599px) {
  .advantage__visual {
    max-width: 100%;
  }
}

.advantage__description {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(84, 190, 231, 0.2)), to(rgba(84, 190, 231, 0)));
  background: linear-gradient(180deg, rgba(84, 190, 231, 0.2) 0%, rgba(84, 190, 231, 0) 100%);
  font-family: "Exo 2", sans-serif;
  text-align: center;
  width: 381px;
  border-radius: 32px 32px 0px 0px;
  padding: 20px 0;
  font-size: 38px;
}
@media screen and (max-width: 1599px) {
  .advantage__description {
    width: 248px;
    border-radius: 25px 25px 0px 0px;
    padding: 16px 0;
    font-size: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .advantage__description {
    border-radius: 19px 19px 0px 0px;
    padding: 12px 0;
    font-size: 27px;
  }
}

.advantage__img {
  max-height: 100%;
  max-width: 100%;
  border-radius: 32px;
}
@media screen and (max-width: 1599px) {
  .advantage__img {
    border-radius: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .advantage__img {
    border-radius: 19px;
  }
}

.visual__after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 233, 63, 0.5)), to(rgba(242, 233, 63, 0)));
  background: linear-gradient(180deg, rgba(242, 233, 63, 0.5) 0%, rgba(242, 233, 63, 0) 100%);
}

.advantage_triple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 460px;
}
@media screen and (max-width: 1599px) {
  .advantage_triple {
    max-width: 359px;
  }
}

.advantages__btn .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.advantage__btn {
  width: 460px;
}
@media screen and (max-width: 1599px) {
  .advantage__btn {
    width: 359px;
  }
}

.about__column .about__trigger {
  margin-bottom: 32px;
}
@media screen and (max-width: 1599px) {
  .about__column .about__trigger {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .about__column .about__trigger {
    margin-bottom: 19px;
  }
}
.about__column .about__trigger:last-child {
  margin-bottom: 0;
}

.about__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .about__trigger {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

.about__icon {
  height: 75px;
  width: 75px;
  margin-right: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1599px) {
  .about__icon {
    height: 60px;
    width: 60px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .about__icon {
    height: 45px;
    width: 45px;
    margin-right: 0;
  }
}

.icon {
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.square {
  font-size: 20px;
}
@media screen and (max-width: 1599px) {
  .square {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .square {
    font-size: 12px;
  }
}

@media screen and (max-width: 1200px) {
  .contacts__column-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.contacts__column-left div {
  margin-bottom: 32px;
}
@media screen and (max-width: 1599px) {
  .contacts__column-left div {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .contacts__column-left div {
    margin-bottom: 19px;
  }
}
.contacts__column-left div:first-child, .contacts__column-left div:last-of-type {
  margin-bottom: 60px;
}
@media screen and (max-width: 1599px) {
  .contacts__column-left div:first-child, .contacts__column-left div:last-of-type {
    margin-bottom: 46px;
  }
}
@media screen and (max-width: 1200px) {
  .contacts__column-left div:first-child, .contacts__column-left div:last-of-type {
    margin-bottom: 36px;
  }
}

.text_bold {
  font-family: "Exo 2", sans-serif;
}

.contacts__btn {
  width: 460px;
}
@media screen and (max-width: 1599px) {
  .contacts__btn {
    width: 359px;
  }
}
@media screen and (max-width: 1200px) {
  .contacts__btn {
    margin-bottom: 36px;
  }
}

@media screen and (max-width: 1599px) {
  .contacts__map iframe {
    width: 100%;
    height: 390px;
  }
}
@media screen and (max-width: 1200px) {
  .contacts__map {
    width: 60%;
    margin: 0 auto;
  }
}

.footer {
  background-color: #10ADC9;
  color: #F4FEFF;
  padding: 80px 0;
  font-size: 24px;
}
@media screen and (max-width: 1599px) {
  .footer {
    padding: 60px 0;
    font-size: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .footer {
    padding: 48px 0;
    font-size: 19px;
  }
}

.footer__column {
  width: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1599px) {
  .footer__column {
    width: 359px;
  }
}
@media screen and (max-width: 1200px) {
  .footer__column {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.footer__column p:last-of-type {
  margin-bottom: 0;
}
.footer__column .logo__img {
  margin-bottom: 60px;
}
@media screen and (max-width: 1599px) {
  .footer__column .logo__img {
    margin-bottom: 46px;
  }
}
@media screen and (max-width: 1200px) {
  .footer__column .logo__img {
    margin-bottom: 36px;
  }
}

.footer__column_end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.footer__contacts {
  color: #F4FEFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__contacts .nav__tel {
  font-size: 38px;
}
@media screen and (max-width: 1599px) {
  .footer__contacts .nav__tel {
    font-size: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .footer__contacts .nav__tel {
    font-size: 27px;
  }
}
.footer__contacts .nav__tel:hover {
  color: #F2E93F;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.footer__contacts .nav__img {
  height: 38px;
  width: 38px;
  margin-right: 20px;
}
@media screen and (max-width: 1599px) {
  .footer__contacts .nav__img {
    height: 30px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .footer__contacts .nav__img {
    height: 27px;
    margin-right: 12px;
  }
}

.footer__link {
  color: #F4FEFF;
}
.footer__link:hover {
  color: #F2E93F;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.uno {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.uno .offer__bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.uno .offer__row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.uno .footer {
  margin-top: auto;
}

.popup, .popup-thanks, .popup-error {
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}


.popup__open, .popup-thanks__open {
  display: block;
}

.popup__overlay {
  position: absolute;
  z-index: 2;
  background-color: rgba(13, 25, 30, 0.9);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup__body {
  position: relative;
  z-index: 5;
  background-color: #F4FEFF;
  border: 2px solid #10ADC9;
  max-width: 720px;
  padding: 32px 60px;
  border-radius: 32px;
}
@media screen and (max-width: 1599px) {
  .popup__body {
    max-width: 563px;
    padding: 25px 46px;
    border-radius: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .popup__body {
    max-width: 563px;
    padding: 19px 36px;
    border-radius: 19px;
  }
}
@media screen and (max-width: 600px) {
  .popup__body {
    max-width: 95%;
  }
}

.popup__btn-close, .popup-thanks__close {
  position: absolute;
  right: 32px;
  top: 32px;
  border-radius: 6px;
}
@media screen and (max-width: 1599px) {
  .popup__btn-close, .popup-thanks__close {
    right: 25px;
    top: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .popup__btn-close, .popup-thanks__close {
    right: 19px;
    top: 19px;
  }
}

.popup__close:hover, .popup-thanks__close:hover {
  background-color: #54BEE7;
  -webkit-transition: all 0.5 ease;
  transition: all 0.5 ease;
}
.popup__close:hover .popup__cross span, .popup-thanks__close:hover .popup__cross span {
  background: #F2E93F;
}

.popup__cross {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  width: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.popup__cross span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 26px;
  height: 2px;
  margin: 3px;
  background: #0D191E;
  display: block;
}
.popup__cross span:nth-child(1) {
  -webkit-transform: translate(5px, -1px) rotate(45deg);
          transform: translate(5px, -1px) rotate(45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.popup__cross span:nth-child(2) {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.popup__cross span:nth-child(3) {
  -webkit-transform: translate(-3px, -18px) rotate(-45deg);
          transform: translate(-3px, -18px) rotate(-45deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}

.popup__title {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1599px) {
  .popup__title {
    margin-bottom: 46px;
  }
}
@media screen and (max-width: 1200px) {
  .popup__title {
    margin-bottom: 36px;
  }
}

.popup__form {
  width: 527px;
  margin: 0 auto;
}
@media screen and (max-width: 1599px) {
  .popup__form {
    width: 400px;
  }
}
@media screen and (max-width: 600px) {
  .popup__form {
    width: 100%;
  }
}

.popup__input, .popup__button {
  height: 80px;
  width: 527px;
  border-radius: 20px;
  display: block;
}
@media screen and (max-width: 1599px) {
  .popup__input, .popup__button {
    height: 60px;
    width: 400px;
    border-radius: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .popup__input, .popup__button {
    height: 48px;
    border-radius: 12px;
  }
}
@media screen and (max-width: 600px) {
  .popup__input, .popup__button {
    width: 100%;
  }
}

.popup__input {
  font-size: 24px;
  color: #0D191E;
  text-align: center;
  border: 1px solid #F2E93F;
  margin-bottom: 32px;
  background-color: #F4FEFF;
}

.popup__textarea {
    font-size: 24px;
    height: 100px;
    width: 100%;
    resize: none;
    overflow-y: auto;
    color: #0D191E;
    text-align: center;
    border: 1px solid #F2E93F;
    margin-bottom: 32px;
    background-color: #F4FEFF;
}
@media screen and (max-width: 1599px) {
  .popup__input {
    font-size: 20px;
    margin-bottom: 25px;
  }
    .popup__textarea{
        height: 100px;
    }
}
@media screen and (max-width: 1200px) {
  .popup__input {
    font-size: 19px;
    margin-bottom: 19px;
  }
}

.popup__input:focus {
  color: #0D191E;
  border: 2px solid #10ADC9;
}

.popup__textarea:focus {
    color: #0D191E;
    border: 2px solid #10ADC9;
}

.popup__button {
  font-family: "Exo 2", sans-serif;
  font-size: 32px;
  background: linear-gradient(272.14deg, #F2E93F 25.76%, #FFF200 75.41%);
  -webkit-box-shadow: 0px 9px 30px rgba(242, 233, 63, 0.5);
          box-shadow: 0px 9px 30px rgba(242, 233, 63, 0.5);
}
.popup__button:hover {
  background: #10ADC9;
  color: #F4FEFF;
  -webkit-box-shadow: 0px 9px 30px rgba(84, 190, 231, 0.5);
          box-shadow: 0px 9px 30px rgba(84, 190, 231, 0.5);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1599px) {
  .popup__button {
    font-size: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .popup__button {
    font-size: 23px;
  }
}

.popup__text, .popup-thanks__text {
  opacity: 0.7;
  margin-top: 16px;
  text-align: center;
}

.small {
  font-size: 15px;
  line-height: 1.3;
}

.active {
  display: block;
}
