@font-face {
  font-family: OpenSans;
  src: url(../fonts/OpenSans.woff) format("woff");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: ProximaNova-Extrabld;
  src: url(../fonts/ProximaNova-Extrabld.woff) format("woff")
}

@font-face {
  font-family: FuturaPT-Light;
  src: url(../fonts/FuturaPT-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal
}

@font-face {
  font-family: FuturaPT-Medium;
  src: url(../fonts/FuturaPT-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal
}

@font-face {
  font-family: FuturaPT-Book;
  src: url(../fonts/FuturaPT-Book.woff) format("woff");
  font-weight: 350;
  font-style: normal
}

@font-face {
  font-family: FuturaPT-Bold;
  src: url(../fonts/FuturaPT-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal
}

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

body, html {
  line-height: 1.15;
  position: relative;
  min-width: 320px;
  font-family: 'OpenSans', sans-serif;
  padding: 0;
  margin: 0;
  color: #555;
}

.shadow__mk {
  display: none;
  z-index: 10;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
  z-index: 1999
}

.section-title {
  margin: 0 auto;
  max-width: 920px;
  text-align: center;
  color: #2c2c2c
}

.section-title__title {
  text-transform: uppercase;
  position: relative;
  font-size: 2.8em;
  font-family: ProximaNova-Extrabld;
  margin-bottom: 30px
}

.section-title__title span {
  font-size: 1.3em;
  font-family: ProximaNova-Extrabld
}

.section-title__title--underline-full::after {
  content: '';
  display: block;
  position: absolute;
  background: url(../images/under-line-fullwidth.png);
  background-position: center;
  max-width: 418px;
  width: 100%;
  height: 2px;
  bottom: -10px;
  left: calc(50% - 209px)
}

.section-title__title--underline::after {
  content: url(../images/underline.png);
  background-position: center;
  position: absolute;
  bottom: -30px;
  left: calc(50% - 105px)
}

.section-title__subtitle {
  margin-top: 20px;
  font-size: 1.8em
}

.section-title--white {
  color: #fff
}

.iti-flag {
  background-image: url(../images/flags.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url(../images/flags@2x.png)
  }
}

.error {
  transition: all .8s;
  border: 2px solid red !important
}

.right {
  transition: all .8s;
  border: 2px solid green !important
}

.intl-tel-input {
  width: 100%;
  max-width: 100%;
  font-size: 1.125em;
  display: block;
  max-width: 450px;
  outline: 0;
  color: #616060;
  background-color: transparent
}

.popup, .popup__online, .popup__ticket {
  z-index: 2000;
  display: none;
  max-width: 720px;
  width: 100%;
  margin: auto;
  position: fixed;
  left: calc(50% - 360px);
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  box-shadow: 0 5px 17.6px .4px rgba(0, 0, 0, .17);
  padding: 20px;
  padding-top: 60px
}

.popup .close, .popup__online .close, .popup__ticket .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  overflow: hidden
}

.popup .close span, .popup__online .close span, .popup__ticket .close span {
  position: absolute;
  width: 100%;
  left: 0;
  height: 2px;
  background-color: #212121;
  transform: rotate(45deg);
  top: 50%;
  transition: all 1.6s
}

.popup .close span:nth-child(2), .popup__online .close span:nth-child(2), .popup__ticket .close span:nth-child(2) {
  transform: rotate(-45deg)
}

.popup .close:hover span, .popup__online .close:hover span, .popup__ticket .close:hover span {
  transform: rotate(-405deg)
}

.popup .close:hover span:nth-child(2), .popup__online .close:hover span:nth-child(2), .popup__ticket .close:hover span:nth-child(2) {
  transform: rotate(405deg)
}

.popup__online__text, .popup__text, .popup__ticket__text {
  font-size: 1.125em;
  color: #101010;
  max-width: 300px;
  margin: 20px auto;
  text-align: center
}

.popup__online__text__title, .popup__text__title, .popup__ticket__text__title {
  font-size: 1.3em;
  line-height: 1.33;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  color: #101010;
  max-width: 520px;
  margin: 20px auto
}

.popup__online__text span, .popup__text span, .popup__ticket__text span {
  font-weight: 600;
  color: #fd9a39
}

.popup__form, .popup__online__form, .popup__ticket__form {
  margin: 30px 0 20px;
  text-align: center
}

.popup__form input::-webkit-input-placeholder, .popup__online__form input::-webkit-input-placeholder, .popup__ticket__form input::-webkit-input-placeholder {
  color: #616060
}

.popup__form input:-moz-placeholder, .popup__online__form input:-moz-placeholder, .popup__ticket__form input:-moz-placeholder {
  color: #616060
}

.popup .intl-tel-input, .popup__input, .popup__online .intl-tel-input, .popup__online__input, .popup__ticket .intl-tel-input, .popup__ticket__input {
  width: 100%;
  max-width: 100%;
  font-size: 1.125em;
  display: block;
  padding: 15px 10px;
  margin: 10px auto;
  border: solid 1px #000;
  max-width: 450px;
  outline: 0;
  color: #616060;
  background-color: transparent;
  text-align: center
}

.popup__button, .popup__online__button, .popup__ticket__button {
  font-weight: 700;
  border: none;
  font-size: 1.125em;
  padding: 20px 35px;
  display: inline-block;
  margin: 30px auto;
  color: #fff;
  background-color: #dd4510;
  border-radius: 40px;
  text-decoration: none;
  text-transform: uppercase
}

.popup__button:hover, .popup__online__button:hover, .popup__ticket__button:hover {
  text-decoration: none
}

.button {
  border: none;
  display: block;
  max-width: 325px;
  text-transform: uppercase;
  background-color: #d61a1a;
  color: #fff;
  text-decoration: none;
  font-family: FuturaPT-Bold;
  padding: 16px 30px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, .35);
  border-radius: 4px;
  font-size: 2em
}

.error {
  transition: all .8s;
  border: 1px solid red !important
}

.right {
  transition: all .8s;
  border: 1px solid green !important
}

.shadow {
  display: none;
  z-index: 10;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7)
}

.container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto
}

.header {
  padding: 60px 0 90px;
  font-size: 16px;
  background: url(../images/header-bg.jpg) no-repeat;
  background-size: cover
}

.header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end
}

.header__content {
  color: #fff;
  position: relative
}

.header__title {
  position: relative;
  margin-top: 50px;
  font-family: FuturaPT-Bold;
  color: #d61a1a;
  font-size: 5em
}

.header__title::after {
  bottom: -40px;
  content: '';
  display: block;
  width: 25%;
  height: 2px;
  position: absolute;
  background-color: #8b8b8b;
  border-radius: 1px
}

.header__subtitle {
  position: relative;
  margin-top: 60px;
  text-transform: uppercase;
  font-family: ProximaNova-Extrabld;
  font-size: 2.5em
}

.header__subtitle::after {
  bottom: -20px;
  content: '';
  display: block;
  width: 40%;
  height: 2px;
  position: absolute;
  background-color: #8b8b8b;
  border-radius: 1px
}

.header__list-title {
  max-width: 536px;
  margin-top: 60px;
  font-family: FuturaPT-Medium;
  font-size: 1.8em
}

.header__list {
  font-size: .9em;
  max-width: 500px;
  margin: 55px 0 0 10%
}

.header__list__item {
  padding-left: 20px;
  margin-top: 15px;
  font-family: FuturaPT-Book;
  list-style-image: url(../images/check.png);
  font-size: 1.5em
}

.header .button {
  margin: 100px 0 0 15%
}

.header__karpachoff {
  width: 550px;
  margin-left: -135px;
  margin-bottom: -90px
}

.ten-courses {
  font-size: 16px;
  background: url(../images/ten-courses-bg.png) no-repeat;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 100px
}

.ten-courses__wrap {
  margin: 0 auto;
  max-width: 860px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around
}

.ten-courses__card {
  margin-top: 50px;
  width: 33%;
  text-align: center
}

.ten-courses__card__count {
  color: #db1f03;
  font-size: 4em;
  font-family: FuturaPT-Bold
}

.ten-courses__card__text {
  color: #2c2c2c;
  font-size: 1.5em
}

.program {
  font-size: 16px;
  background: url(../images/program-bg.jpg) no-repeat;
  background-size: cover;
  padding: 100px 0
}

.program__text {
  position: relative;
  color: #fff;
  margin: 0 auto;
  font-size: 2.5em;
  text-align: center;
  max-width: 770px
}

.program__text::after, .program__text::before {
  content: '';
  position: absolute;
  display: block;
  background: url(../images/under-line-fullwidth.png);
  background-position: center;
  max-width: 418px;
  width: 100%;
  height: 2px;
  left: calc(50% - 209px)
}

.program__text::before {
  top: -55px
}

.program__text::after {
  bottom: -60px
}

.comfort {
  font-size: 16px;
  background: url(../images/comfort-bg.jpg) no-repeat;
  background-size: cover;
  padding: 70px 0;
  color: #fff
}

.comfort .section-title__subtitle {
  margin: 0 auto;
  max-width: 600px
}

.comfort__wrap {
  margin-top: 45px;
  display: flex;
  justify-content: space-between
}

.comfort__image {
  width: 52%
}

.comfort__image img {
  margin-top: -60px;
  width: 100%
}

.comfort__cards {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto
}

.comfort__card {
  max-width: 48%;
  padding: 40px;
  box-shadow: 0 45px 165px rgba(0, 0, 0, .15);
  border-radius: 35px;
  background-color: #27272e;
  display: flex;
  align-items: center;
  margin: 30px 5px
}

.comfort__card__image {
  margin-right: 20px
}

.comfort__card__image img {
  width: 80px
}

.comfort__card__text {
  font-size: 1.2em
}

.comfort__card__text span {
  font-family: FuturaPT-Bold
}

.comfort__bottomline {
  position: relative;
  text-align: center;
  max-width: 560px;
  margin: 80px auto;
  font-size: 1.3em
}

.comfort__bottomline::after, .comfort__bottomline::before {
  position: absolute;
  content: url(../images/underline-left.png);
  left: calc(50% - 105px)
}

.comfort__bottomline::before {
  top: -40px
}

.comfort__bottomline::after {
  bottom: -40px
}

.actual {
  font-size: 16px;
  background-color: #fafafa;
  padding: 70px 0
}

.actual__wrap {
  padding: 30px 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around
}

.actual .button {
  margin: 40px auto 0
}

.actual__card {
  margin: 50px 5px 0;
  position: relative;
  box-shadow: 0 45px 165px rgba(0, 0, 0, .15);
  border-radius: 25px;
  padding: 40px 30px;
  background-color: #f4f4f4;
  max-width: 340px;
  width: 100%;
  display: flex;
  align-items: center
}

.actual__card__text {
  margin-left: 30px;
  font-size: 1.3em
}

.actual__card::after {
  position: absolute;
  content: '';
  display: block;
  height: 1.5px;
  background-image: url(../images/under-line-fullwidth.png);
  background-size: contain;
  width: 100%;
  max-width: 50%;
  background-position: center;
  top: 20px;
  left: 25%
}

.actual__card::before {
  position: absolute;
  content: '';
  display: block;
  height: 2px;
  background-image: url(../images/under-line-fullwidth.png);
  background-size: contain;
  background-position: center;
  width: 100%;
  max-width: 50%;
  bottom: 20px;
  left: 25%
}

.actual__card--big {
  max-width: 42%
}

.top-ten {
  font-size: 16px;
  padding: 70px 0 0;
  background-color: #e7e7e7
}

.top-ten .acordeon {
  padding: 0 20px;
  display: none
}

.top-ten .acordeon .course__info-card {
  width: 280px;
  border-radius: 0 !important
}

.top-ten .acordeon .course__bottom-line {
  flex-wrap: wrap;
  justify-content: space-around
}

.top-ten .acordeon .course__text {
  width: 100%
}

.top-ten .acordeon .course__image {
  display: none
}

.top-ten .tab-wrap {
  display: flex
}

.top-ten .tab-wrap--acordeon {
  display: none
}

.top-ten .tab {
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 20%;
  box-shadow: 0 -8px 9px rgba(0, 0, 0, .15);
  border-radius: 25px 25px 0 0;
  background-color: #e7e7e7;
  padding: 30px;
  min-height: 160px
}

.top-ten .tab-acordeon {
  position: relative;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  box-shadow: 0 -8px 9px rgba(0, 0, 0, .15);
  background-color: #e7e7e7;
  padding: 30px;
  min-height: 160px
}

.top-ten .tab-acordeon.active {
  background-color: #19191e
}

.top-ten .tab-acordeon.active .tab__text {
  color: #f5f5f5
}

.top-ten .tab-acordeon.active::after {
  content: '\2796';
  width: 20px;
  color: #fff;
  font-size: 2em;
  position: absolute;
  right: 10%
}

.top-ten .tab-acordeon::after {
  content: '\02795';
  width: 20px;
  font-size: 2em;
  position: absolute;
  right: 10%
}

.top-ten .tab__title {
  color: #d61a1a;
  font-size: 1.3em;
  font-family: FuturaPT-Bold
}

.top-ten .tab__text {
  font-size: 1em;
  color: #2c2c2c;
  font-family: FuturaPT-Light
}

.top-ten .tab-1--active {
  background-color: #19191e
}

.top-ten .tab-1--active .tab__text {
  color: #f5f5f5
}

.top-ten .tab-2--active {
  background-color: #19191e
}

.top-ten .tab-2--active .tab__text {
  color: #f5f5f5
}

.top-ten .tab:hover {
  background-color: #19191e
}

.top-ten .tab:hover .tab__text {
  color: #f5f5f5
}

.top-ten .course {
  font-size: 16px;
  color: #f5f5f5;
  background-color: #19191e;
  padding: 70px 0
}

.top-ten .course #eighth, .top-ten .course #eleven, .top-ten .course #fifth, .top-ten .course #fourth, .top-ten .course #ninth, .top-ten .course #second, .top-ten .course #seventh, .top-ten .course #tenth, .top-ten .course #third {
  display: none
}

.top-ten .course__wrap {
  transition: all ease .5s;
  flex-direction: column
}

.top-ten .course__wrap-1 {
  display: flex
}

.top-ten .course__top-line {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.top-ten .course__image {
  width: 40%
}

.top-ten .course__image img {
  width: 100%
}

.top-ten .course__text {
  width: 50%
}

.top-ten .course__bottom-line {
  margin-top: 40px;
  display: flex
}

.top-ten .course__title {
  font-size: 2.2em;
  font-family: FuturaPT-Bold
}

.top-ten .course__list__item {
  line-height: 1.2
}

.top-ten .course__description {
  line-height: 1.5em;
  margin-top: 30px;
  font-size: 1.5em;
  font-family: FuturaPT-Book
}

.top-ten .course__middle-line {
  margin-top: 85px;
  font-size: 2.5em;
  font-family: FuturaPT-Bold
}

.top-ten .course__info-card {
  margin: 1.5px;
  flex-grow: 1;
  background-color: #27272e;
  width: auto;
  padding: 33px 20px 20px
}

.top-ten .course__info-card:nth-last-child(1) {
  border-radius: 0 25px 25px 0
}

.top-ten .course__info-card:nth-child(1) {
  border-radius: 25px 0 0 25px
}

.top-ten .course__info-card__top-line {
  display: flex;
  align-items: center;
  justify-content: center
}

.top-ten .course__info-card__image {
  margin-right: 30px;
  height: 45px
}

.top-ten .course__info-card__image img {
  height: 100%
}

.top-ten .course__info-card__text {
  max-width: 160px;
  font-size: 1.2em;
  font-family: FuturaPT-Bold
}

.top-ten .course__info-card__bottom-line {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  color: #d61a1a;
  font-size: 3.4em;
  font-family: FuturaPT-Bold
}

.top-ten .course__info-card__bottom-line span {
  max-width: 160px;
  color: #f5f5f5;
  font-family: FuturaPT-Light;
  margin-left: 15px;
  display: block;
  font-size: .4em
}

.goal {
  font-size: 16px;
  background: url(../images/goal-bg.jpg) no-repeat;
  background-size: cover;
  padding: 70px 0
}

.goal .section-title {
  max-width: 600px
}

.goal .button {
  margin: 60px auto 0
}

.goal__wrap {
  margin-top: 45px;
  display: flex;
  justify-content: space-between
}

.goal__image {
  width: 52%
}

.goal__image img {
  margin-top: -60px;
  width: 100%;
  z-index: 2
}

.goal__cards {
  width: 48%
}

.goal__card {
  padding: 30px 40px;
  box-shadow: 0 45px 165px rgba(0, 0, 0, .15);
  border-radius: 35px;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  margin-top: 30px
}

.goal__card:nth-child(1) {
  margin-top: 0
}

.goal__card__image {
  margin-right: 50px
}

.goal__card__image img {
  width: 80px
}

.goal__card__text {
  font-family: FuturaPT-Light;
  font-size: 1.5em;
  line-height: 1.5em
}

.goal__card__text span {
  font-family: FuturaPT-Bold
}

.karpachoff {
  font-size: 16px;
  padding: 70px 0;
  background-color: #19191e
}

.karpachoff__wrap {
  margin-top: 90px;
  display: flex;
  justify-content: space-between
}

.karpachoff__image img {
  width: 100%
}

.karpachoff__list {
  padding-left: 0;
  margin-top: 0;
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #f7f8f8;
  font-size: 1.5em
}

.karpachoff__list__item {
  padding-left: 40px;
  list-style-image: url(../images/red-dot.png)
}

.footer {
  font-size: 16px;
  padding: 90px 0;
  background-color: #f5f5f5
}

.footer__wrap {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-around;
  align-items: center
}

.footer__column {
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.footer__link {
  position: relative;
  text-decoration: none;
  color: #2c2c2c;
  font-size: 1.4em
}

.footer__link--logo, .footer__link--logo img {
  display: block;
  width: 195px;
}

.footer__link--phone {
  padding-left: 40px;
  margin-top: 25px
}

.footer__link--phone::before {
  content: url(../images/call.png);
  position: absolute;
  left: 0
}

.footer__link--email {
  margin-top: 25px;
  padding-left: 40px
}

.footer__link--email::before {
  content: url(../images/letter.png);
  position: absolute;
  left: 0;
  top: 3px
}

.footer__link--text {
  margin-top: 15px
}

.footer__socials {
  text-decoration: none;
  margin: 0 10px
}

.lessons {
  padding: 70px 0;
  background-color: #fafafa;
  font-size: 16px
}

.lessons__list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  font-size: 1.1em;
  justify-content: space-between
}

.lessons__list__item {
  width: 48%;
  margin-bottom: 10px
}

@media only screen and (max-width: 1200px) {
  .container {
    max-width: 992px;
    padding: 0 15px
  }

  .header__karpachoff {
    width: 500px
  }

  .comfort__card {
    padding: 20px
  }

  .comfort__card__image {
    margin-right: 20px
  }

  .top-ten {
    font-size: 16px
  }

  .top-ten .course__text {
    width: 58%
  }

  .top-ten .course__info-card {
    padding-left: 10px;
    padding-right: 10px
  }

  .top-ten .course__info-card__image {
    margin-right: 20px
  }

  .top-ten .course__info-card__image img {
    height: 40px
  }

  .goal {
    font-size: 16px
  }

  .goal__image {
    margin-right: 15px
  }

  .goal__image img {
    margin-top: -40px
  }

  .karpachoff {
    font-size: 15px
  }

  .karpachoff__image {
    width: 50%
  }
}

@media only screen and (max-width: 992px) {
  .container {
    width: 90%
  }

  .header {
    padding-top: 0;
    text-align: center
  }

  .header__karpachoff {
    display: none
  }

  .header__title::after {
    left: calc(50% - 12.5%);
    bottom: -20px
  }

  .header__subtitle::after {
    left: calc(50% - 20%);
    bottom: -20px
  }

  .header__list-title {
    margin: 60px auto 0
  }

  .header__list {
    max-width: 400px;
    margin: 50px auto 0;
    text-align: start
  }

  .header .button {
    margin: 50px auto 0
  }

  .program {
    font-size: 14px
  }

  .program__text:before {
    top: -40px
  }

  .comfort__wrap {
    flex-direction: column;
    align-items: center;
    justify-content: center
  }

  .comfort__image {
    width: 80%
  }

  .comfort__image img {
    margin-top: 0
  }

  .comfort__cards {
    width: 80%
  }

  .comfort__card {
    max-width: 450px
  }

  .actual__wrap {
    padding: 0
  }

  .actual__card--big {
    max-width: 340px
  }

  .top-ten .tab-wrap {
    display: none
  }

  .top-ten .tab-wrap--acordeon {
    display: block
  }

  .top-ten .tab-acordeon {
    font-size: 20px
  }

  .top-ten .tab-acordeon .tab__text {
    max-width: 90%
  }

  .top-ten-2 {
    display: none
  }

  .top-ten .course {
    display: none
  }

  .top-ten .course__middle-line {
    margin-top: 40px
  }

  .top-ten .course__info-card__text {
    font-size: 1.4em
  }

  .top-ten .acordeon {
    padding-top: 20px;
    border-top: 1px solid #fff;
    color: #f5f5f5;
    background-color: #19191e
  }

  .top-ten .acordeon-1 {
    display: block
  }

  .goal__wrap {
    flex-direction: column;
    align-items: center;
    justify-content: center
  }

  .goal__image {
    width: 80%
  }

  .goal__cards {
    width: 80%
  }

  .karpachoff__wrap {
    flex-direction: column;
    align-items: center;
    justify-content: center
  }

  .karpachoff__image {
    width: 80%
  }

  .karpachoff__list {
    width: 80%
  }

  .karpachoff__list__item {
    margin-top: 30px
  }

  .footer__column-normal {
    margin-top: 50px
  }
}

@media only screen and (max-width: 768px) {
  .popup__online, .popup__ticket {
    max-width: 96%;
    left: 2%;
    max-height: 100%;
    overflow-y: scroll
  }

  .container {
    width: 95%
  }

  .header__list {
    max-width: 400px
  }

  .ten-courses__card {
    width: 50%
  }

  .program {
    font-size: 14px
  }

  .comfort {
    font-size: 16px
  }

  .comfort__cards {
    width: 100%
  }

  .actual {
    font-size: 16px
  }

  .actual__card {
    max-width: 100%
  }

  .top-ten {
    font-size: 14px
  }

  .top-ten .course__info-card__text {
    font-size: 1.6em
  }

  .goal__cards {
    width: 100%
  }

  .karpachoff__list {
    width: 90%
  }

  .karpachoff__list__item {
    padding-left: 10px
  }

  .footer__column {
    text-align: center
  }

  .lessons__list__item {
    width: 100%
  }
}

@media only screen and (max-width: 480px) {
  .section-title__title--underline-full:after {
    bottom: 0;
    left: 0
  }

  .container {
    width: 95%
  }

  .header {
    font-size: 12px
  }

  .header__list {
    max-width: 400px
  }

  .ten-courses {
    font-size: 14px
  }

  .program {
    font-size: 12px
  }

  .program__text:after, .program__text:before {
    left: 0
  }

  .lessons {
    padding: 40px 0
  }

  .lessons__list {
    padding-left: 20px
  }

  .lessons__list__item {
    margin-bottom: 6px
  }

  .comfort__card {
    text-align: center;
    flex-direction: column
  }

  .comfort__card__image {
    margin-bottom: 20px;
    width: 80px
  }

  .comfort__card__image img {
    width: 100%
  }

  .actual__card {
    align-items: center;
    text-align: center;
    flex-direction: column;
    max-width: 100%;
    width: 100%
  }

  .actual__card__text {
    margin-left: 0
  }

  .top-ten {
    font-size: 12px
  }

  .top-ten .course__info-card__text {
    font-size: 2em
  }

  .goal {
    font-size: 12px
  }

  .goal__image {
    width: 100%
  }

  .goal__card {
    font-size: 16px;
    text-align: center;
    flex-direction: column
  }

  .goal__card__image {
    margin-bottom: 20px;
    margin-right: 0
  }
}

@media only screen and (max-width: 380px) {
  .header__subtitle {
    font-size: 2em
  }

  .section-title {
    font-size: 12px
  }

  .actual .button {
    font-size: 1.4em
  }

  .top-ten {
    font-size: 10px
  }
}
