/* Fonts */
@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/ProximaNova-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

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

@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/ProximaNovaT-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

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

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

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

@font-face {
  font-family: 'PT Serif';
  src: url("../fonts/ptserif.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*  */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  min-width: 100%;
  min-height: 100%;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

p, input {
  font-family: 'ProximaNova';
  padding: 0;
  margin: 0;
}

a {
  color: #fff;
  text-decoration: none;
  display: block;
}

button {
  cursor: pointer;
  border: none;
  outline: none;
  background-color: transparent;
  font-family: 'ProximaNova';
}

.button {
  font-size: 20px;
  color: #fff;
  width: 277px;
  height: 50px;
  border-radius: 3px;
}

.button--blue {
  background-color: #0278ff;
}

.button--darkred {
  background-color: #d0021b;
}

.wrapper {
  width: 100%;
  min-height: 100vh;
  min-width: 1250px;
  font-family: 'ProximaNova';
  font-weight: normal;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.container {
  width: 100%;
  height: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e9e7e6;
}

.header__top .header__logo {
  margin-left: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__top .header__top__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.header__top .header__top__left .header__buy {
  display: none;
}

.header__top .header__top__left .header__buy .buy__link {
  font-size: 13px;
  color: #a29e9c;
}

.header__top .header__top__left .header__signin {
  margin-left: 24px;
}

.header__top .header__top__left .header__signin .signin__link {
  background-color: #6e7992;
  padding: 8px 12px 8px 40px;
  font-size: 13px;
  color: #d6d6d6;
  border-radius: 2px;
  position: relative;
}

.header__top .header__top__left .header__signin .signin__link:before {
  content: url("../../img/action-logo-w.svg");
  position: absolute;
  left: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.section__hero {
  padding-top: 60px;
  padding-bottom: 180px;
  background: url("../../img/hero-bg.png") no-repeat center center;
  background-size: cover;
  color: #fff;
}

.section__hero .hero__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 56px;
}

.section__hero .hero__top .hero__title {
  font-family: 'PT Serif', serif;
  font-size: 50px;
  margin-top: 25px;
}

.section__hero .hero__top .hero__title span {
  display: block;
}

.section__hero .hero__top .hero__logo {
  margin-bottom: 72px;
}

.section__hero .hero__desc {
  font-size: 18px;
  line-height: 1.5;
  max-width: 628px;
  margin-left: 440px;
}

.section__hero .hero__desc span {
  margin-top: 10px;
  display: block;
}

.section__hero .hero__button {
  padding: 36px 0 156px;
}

.section__hero .hero__button .button {
  border-radius: 5px;
  width: 360px;
  height: 50px;
  color: #fff;
  background-color: #0278ff;
  font-size: 18px;
  color: #fff;
}

.section__study .study {
  padding: 55px 0 55px 0;
  position: relative;
  top: -142px;
  margin-bottom: -142px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section__study .study:after {
  content: '';
  position: absolute;
  width: 55px;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: -55px;
}

.section__study .study:before {
  content: '';
  position: absolute;
  width: 55px;
  height: 100%;
  background-color: #fff;
  top: 0;
  right: -55px;
}

.section__study .study .study__about {
  width: 27%;
}

.section__study .study .study__about .about__number {
  font-size: 80px;
  font-weight: 300;
  color: #d0021b;
}

.section__study .study .study__about .about__title {
  font-size: 35px;
  font-family: 'PT Serif';
  margin-bottom: 9px;
  position: relative;
}

.section__study .study .study__about .about__title:after {
  content: url("../../img/study-arrow.svg");
  position: absolute;
  top: 0;
  right: -115px;
}

.section__study .study .study__about:last-child {
  width: 22%;
}

.section__study .study .study__about:last-child .about__title:after {
  display: none;
}

.section__study .study .study__about .about__desc {
  font-size: 16px;
  line-height: 1.88;
}

.section__mistake {
  padding-top: 22px;
  padding-bottom: 109px;
}

.section__mistake .mistake__header {
  position: relative;
  padding: 20px 0;
}

.section__mistake .mistake__header.fixedHead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: rgba(255, 255, 255, 0.5);
}

.section__mistake .mistake__header .mistake__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section__mistake .mistake__header .mistake__top .license__desc {
  color: #444b5f;
}

.section__mistake .mistake__header .mistake__top .license__desc span {
  display: block;
  text-align: right;
}

.section__mistake .mistake {
  padding-top: 120px;
}

.section__mistake .mistake .mistake__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section__mistake .mistake .mistake__content .content__left .mistake__percent {
  width: 355px;
  height: 355px;
  stroke-linecap: round;
}

.section__mistake .mistake .mistake__content .content__left .mistake__percent .progressbar-text {
  font-weight: 100;
  position: relative;
  color: #d0021b;
  line-height: 1.0;
}

.section__mistake .mistake .mistake__content .content__left .mistake__percent .progressbar-text:after {
  content: '%';
  position: absolute;
  top: 15px;
  right: -40px;
  font-size: 60px;
  font-weight: normal;
}

.section__mistake .mistake .mistake__content .content__right {
  margin: 35px 0 0 87px;
}

.section__mistake .mistake .mistake__content .content__right .mistake__title {
  font-size: 45px;
  font-family: 'PT Serif', sans-serif;
}

.section__mistake .mistake .mistake__content .content__right .mistake__title span {
  color: #d0021b;
}

.section__mistake .mistake .mistake__content .content__right .mistake__desc {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 40px;
}

.section__mistake .mistake .mistake__content .content__right .mistake__button {
  margin-top: 50px;
}

.section__mistake .mistake .mistake__content .content__right .mistake__button .button {
  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;
}

.section__test {
  padding-bottom: 71px;
}

.section__test .test {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.section__test .test .test__about {
  position: absolute;
  max-width: 616px;
}

.section__test .test .test__about .test__title {
  font-family: 'PT Serif', serif;
  font-size: 45px;
  line-height: 1.33;
  color: #2d3039;
  margin-bottom: 28px;
}

.section__test .test .test__about .test__title span {
  color: #d0021b;
}

.section__test .test .test__about .test__desc {
  font-size: 20px;
  line-height: 1.5;
}

.section__test .test .test__about .test__desc span {
  display: block;
}

.section__test .test .test__about .test__button {
  margin-top: 40px;
}

.section__test .test .test__about .test__button .button {
  width: 368px;
}

.section__test .test .test__scale {
  margin-left: auto;
}

.section__test .test .test__scale .scale {
  background-image: url("../../img/scale-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 534px;
  height: 280px;
  position: relative;
}

.section__test .test .test__scale .scale:before {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #979797;
  z-index: 99;
}

.section__test .test .test__scale .scale:after {
  content: '';
  width: 1px;
  height: 320px;
  position: absolute;
  bottom: 7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
  background-color: #000;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  z-index: 98;
  background-color: #d0021b;
  -webkit-animation: tranformline 1.5s linear infinite;
          animation: tranformline 1.5s linear infinite;
}

@-webkit-keyframes tranformline {
  0% {
    -webkit-transform: rotate(31deg);
            transform: rotate(31deg);
  }
  50% {
    -webkit-transform: rotate(51deg);
            transform: rotate(51deg);
  }
  100% {
    -webkit-transform: rotate(31deg);
            transform: rotate(31deg);
  }
}

@keyframes tranformline {
  0% {
    -webkit-transform: rotate(31deg);
            transform: rotate(31deg);
  }
  50% {
    -webkit-transform: rotate(51deg);
            transform: rotate(51deg);
  }
  100% {
    -webkit-transform: rotate(31deg);
            transform: rotate(31deg);
  }
}

.section__test .test .test__scale .scale .scale__svg {
  width: 455px;
  height: 235px;
  position: absolute;
  bottom: 0;
  left: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.section__test .test .test__scale .scale .scale__svg:before {
  content: '';
  width: 1px;
  height: 320px;
  position: absolute;
  bottom: 7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
  background-color: #000;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 98;
}

.section__test .test .test__scale .scale__desc {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section__test .test .test__scale .scale__desc .scale__text {
  margin-left: 40px;
  font-size: 15px;
  line-height: 2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section__test .test .test__scale .scale__desc .scale__text span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #d0021b;
  margin-right: 10px;
}

.section__test .test .test__scale .scale__desc .scale__text:last-child span {
  background-color: #444b5f;
}

.path {
  -webkit-animation: dash 1.5s linear infinite;
          animation: dash 1.5s linear infinite;
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 25.5;
  }
  50% {
    stroke-dashoffset: 17;
  }
  100% {
    stroke-dashoffset: 25.5;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 25.5;
  }
  50% {
    stroke-dashoffset: 17;
  }
  100% {
    stroke-dashoffset: 25.5;
  }
}

.section__map {
  margin-bottom: 14px;
}

.section__map .map {
  min-height: 516px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.section__map .map .map__picture {
  position: absolute;
  top: 0;
  left: -120px;
  z-index: -1;
}

.section__map .map .map__precentage {
  margin-left: 216px;
  font-size: 240px;
  font-weight: 100;
  color: #d0021b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section__map .map .map__precentage .map__counter {
  min-width: 285px;
  position: relative;
  text-align: center;
}

.section__map .map .map__precentage .map__counter:after {
  position: absolute;
  content: '%';
  font-size: 90px;
  font-weight: normal;
  margin-top: 35px;
}

.section__map .map .map__desc {
  margin: 48px 0 0 70px;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.23;
  max-width: 563px;
}

.section__map .map .map__desc span {
  color: #d0021b;
}

.section__stage {
  padding-bottom: 19px;
}

.section__stage .stage .stage__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section__stage .stage .stage__top .sage__title {
  font-family: 'PT Serif', serif;
  font-size: 45px;
  margin-top: 68px;
}

.section__stage .stage .stage__top .sage__title span {
  color: #d0021b;
}

.section__stage .stage .stage__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 145px;
  padding-bottom: 53px;
  border-bottom: 1px solid #4e5567;
}

.section__stage .stage .stage__list .stage__elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.section__stage .stage .stage__list .stage__elem .elem__numb {
  font-size: 89px;
  color: #d0021b;
  padding-bottom: 60px;
  min-width: 260px;
  font-weight: 300;
}

.section__stage .stage .stage__list .stage__elem .elem__numb span {
  display: block;
  font-size: 20px;
  position: relative;
  font-weight: bold;
}

.section__stage .stage .stage__list .stage__elem .elem__numb span:after {
  content: url("../../img/stage-arrow.png");
  position: absolute;
  top: 0;
  right: -150px;
}

.section__stage .stage .stage__list .stage__elem .elem__desc {
  font-size: 20px;
  margin-left: 165px;
  line-height: 1.5;
}

.section__stage .stage .stage__list .stage__elem .elem__desc span {
  display: block;
}

.section__stage .stage .stage__list .stage__elem:first-child .elem__numb {
  padding-bottom: 30px;
}

.section__stage .stage .stage__bottom {
  margin-top: 38px;
}

.section__stage .stage .stage__bottom .bottom__desc {
  font-size: 30px;
  font-weight: 300;
  text-align: center;
}

.section__stage .stage .stage__bottom .bottom__desc span {
  display: block;
}

.section__stage .stage .stage__bottom .stage__button {
  margin-top: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section__stage .stage .stage__bottom .stage__button .button {
  width: 468px;
}

.section__diplom {
  margin-bottom: 14px;
}

.section__diplom .diplom {
  min-height: 484px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.section__diplom .diplom .diplom__picture {
  position: absolute;
  top: 0;
  left: -11px;
  z-index: -1;
}

.section__diplom .diplom .diplom__precentage {
  margin-left: 125px;
  font-size: 240px;
  font-weight: 100;
  color: #d0021b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section__diplom .diplom .diplom__precentage .diplom__counter {
  min-width: 385px;
  position: relative;
  text-align: center;
}

.section__diplom .diplom .diplom__precentage .diplom__counter:after {
  position: absolute;
  content: '%';
  font-size: 90px;
  font-weight: normal;
  margin-top: 35px;
}

.section__diplom .diplom .diplom__desc {
  margin: 48px 0 0 115px;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.23;
  max-width: 558px;
}

.section__diplom .diplom .diplom__desc span {
  color: #d0021b;
}

.section__certification {
  padding-bottom: 68px;
}

.section__certification .certification .certification__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 99px;
}

.section__certification .certification .certification__top .certification__title {
  font-family: 'PT Serif', serif;
  font-size: 45px;
  margin-top: 80px;
  margin-right: 150px;
  line-height: 1.33;
}

.section__certification .certification .certification__top .certification__title span {
  color: #d0021b;
}

.section__certification .certification .certification__top .certification__pic {
  margin-right: 141px;
  position: relative;
}

.section__certification .certification .certification__top .certification__pic .certificate {
  position: absolute;
  right: -125px;
  top: 35px;
}

.section__certification .certification .certification__content .chronology__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section__certification .certification .certification__content .chronology__list .chronology__elem {
  width: 22%;
}

.section__certification .certification .certification__content .chronology__list .chronology__elem:last-child {
  width: 24%;
}

.section__certification .certification .certification__content .chronology__list .chronology__elem .chronology__data {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 300;
  line-height: .6;
  position: relative;
}

.section__certification .certification .certification__content .chronology__list .chronology__elem .chronology__data:after {
  content: url("../../img/data-pic.png");
  position: absolute;
  margin-left: 5px;
  bottom: -2px;
}

.section__certification .certification .certification__content .chronology__list .chronology__elem:first-child .chronology__data {
  font-weight: normal;
  margin-top: 36px;
}

.section__certification .certification .certification__content .chronology__list .chronology__elem:nth-child(2) .chronology__data {
  font-size: 40px;
  margin-top: 26px;
}

.section__certification .certification .certification__content .chronology__list .chronology__elem:nth-child(3) .chronology__data {
  font-size: 55px;
  margin-top: 17px;
}

.section__certification .certification .certification__content .chronology__list .chronology__elem:nth-child(3) .chronology__data:after {
  content: url("../../img/data-pic--red.png");
  position: absolute;
}

.section__certification .certification .certification__content .chronology__list .chronology__elem:nth-child(4) .chronology__data {
  font-size: 80px;
  color: #d0021b;
}

.section__certification .certification .certification__content .chronology__list .chronology__elem:nth-child(4) .chronology__data span {
  font-size: 16px;
  font-weight: normal;
}

.section__certification .certification .certification__content .chronology__list .chronology__elem:nth-child(4) .chronology__data:after {
  display: none;
}

.section__certification .certification .certification__content .chronology__list .chronology__elem:nth-child(4) .chronology__desc {
  color: #d0021b;
}

.section__certification .certification .certification__content .chronology__list .chronology__elem:nth-child(4) .chronology__text {
  margin-top: 20px;
}

.section__certification .certification .certification__content .chronology__list .chronology__elem .chronology__desc {
  margin-top: 25px;
  font-size: 18px;
  font-weight: 500;
}

.section__certification .certification .certification__content .chronology__list .chronology__elem .chronology__text {
  margin-top: 41px;
  font-size: 18px;
  line-height: 1.44;
}

.section__certification .certification .certification__button {
  margin-top: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section__certification .certification .certification__button .button {
  width: 392px;
}

.section__about {
  padding-bottom: 68px;
}

.section__about .about {
  padding-bottom: 30px;
  border-bottom: 1px solid #4e5567;
}

.section__about .about .about__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 54px;
}

.section__about .about .about__top .about__title {
  font-family: 'PT Serif', serif;
  font-size: 45px;
  margin-top: 80px;
  margin-right: 150px;
  line-height: 1.33;
}

.section__about .about .about__top .about__title span {
  color: #d0021b;
}

.section__about .about .about__top .about__pic {
  padding-right: 75px;
  position: relative;
}

.section__about .about .about__top .about__pic .diplom__pic {
  position: absolute;
  right: 0;
  top: 25px;
}

.section__about .about .about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.section__about .about .about__content .about__system {
  margin-right: 41px;
}

.section__about .about .about__content .about__system .system__desc {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.23;
}

.section__about .about .about__content .about__system .system__desc span {
  color: #d0021b;
}

.section__about .about .about__content .about__system .system__button {
  margin-top: 40px;
}

.section__about .about .about__content .about__system .system__button .button {
  width: 350px;
  font-size: 18px;
}

.section__about .about .about__content .system__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section__about .about .about__content .system__list .system__elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 46%;
  margin-bottom: 66px;
}

.section__about .about .about__content .system__list .system__elem .system__text {
  margin-left: 10px;
  line-height: 1.44;
  font-size: 18px;
}

.section__about .about .about__content .system__list .system__elem .system__text .system__caption {
  font-weight: 500;
  color: #d0021b;
}

.section__program {
  padding-bottom: 119px;
}

.section__program .program .program__title {
  font-size: 45px;
  line-height: 1.33;
  font-family: 'PT Serif', serif;
  text-align: center;
}

.section__program .program .program__title span > span {
  color: #d0021b;
}

.section__program .program .program__title span {
  display: block;
}

.section__program .program .program__title span:first-child {
  display: inline-block;
}

.section__program .program .program__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 47px;
}

.section__program .program .program__content .program__table {
  width: 987px;
  border: 1px solid #f2f1e4;
  color: #2d3039;
}

.section__program .program .program__content .program__table .table__elem {
  padding: 5px 18px 5px 77px;
  border-bottom: 1px solid #f2f1e4;
}

.section__program .program .program__content .program__table .table__elem.active .table__accordion {
  display: table;
}

.section__program .program .program__content .program__table .table__elem.active .table__title:hover {
  cursor: auto;
}

.section__program .program .program__content .program__table:last-child {
  border-bottom: none;
}

.section__program .program .program__content .program__table:last-child .table__title {
  font-size: 30px;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}

.section__program .program .program__content .program__table:last-child .table__accordion {
  display: none;
}

.section__program .program .program__content .program__table:last-child .table__accordion .accordion__desc {
  height: 50px;
  font-size: 18px;
  line-height: 1.17;
}

.section__program .program .program__content .program__table:last-child .table__accordion .accordion__content {
  width: 40%;
  font-size: 16px;
  color: #9b9b9b;
  padding: 0 65px 0 58px;
}

.section__program .program .program__content .program__table:last-child .table__accordion .accordion__button {
  padding-bottom: 43px;
}

.section__order {
  background-color: #2d3039;
  padding-top: 53px;
  color: #fff;
}

.section__order .order .order__title {
  font-size: 35px;
  text-align: center;
  margin-bottom: 30px;
}

.section__order .order .order__title span {
  display: block;
}

.section__order .order .order__desc {
  font-size: 18px;
  line-height: 1.44;
  text-align: center;
  padding-bottom: 23px;
}

.section__order .order .order__desc span {
  display: block;
}

.section__order .order .order__form {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.section__order .order .order__form .form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
  text-transform: uppercase;
  width: 30%;
  margin-right: 10px;
}

.section__order .order .order__form .form__label .form__input {
  height: 50px;
  margin-top: 6px;
  padding-left: 20px;
  font-size: 16px;
  border: none;
  border-radius: 3px;
}

.section__order .order .order__form .form__button {
  padding: 0;
  min-width: 300px;
  font-size: 18px;
  color: #fff;
  width: 300px;
  height: 50px;
  background-color: #0278ff;
  border-radius: 3px;
  margin-left: 20px;
}

.section__order .order .order__private {
  margin-top: 5px;
  text-align: right;
}

.section__order .order .order__private .order__link {
  font-size: 10px;
}

.section__footer {
  font-family: 'ProximaNova';
  background: #2d3039;
}

.section__footer .footer {
  padding-top: 67px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 70px;
}

.section__footer .footer .footer__content {
  font-size: 13px;
  color: #fff;
}

.section__footer .footer .footer__content .footer__rules {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.section__footer .footer .footer__content .footer__rules .rules__link {
  color: #fff;
  text-decoration: underline;
}

.section__footer .footer .footer__content .footer__rules .private__policy {
  margin-left: 5px;
}

.section__footer .footer .footer__content .footer__rules .private__policy .private__link {
  color: #fff;
  text-decoration: underline;
}

.section__footer .footer .footer__phone .phone__text {
  font-size: 13px;
  color: #fff;
}

.section__footer .footer .footer__phone .phone__number {
  font-size: 18px;
  letter-spacing: .28px;
  color: #fff;
  font-weight: bold;
}

.section__footer .footer .footer__logo {
  font-size: 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
/*# sourceMappingURL=main.css.map */