@charset "UTF-8";
/*Обнуление*/
@import url("https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap");
* {
  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;
}

/*--------------------*/
html,
body {
  height: 100%;
  font-family: "Source Code Pro", monospace;
}

.wrapper {
  overflow: hidden;
  min-height: 100%;
}

.page {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-screen {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
.main-screen__header {
  position: absolute;
  width: 100%;
  z-index: 50;
  margin-top: calc(10px + 17 * ((100vw - 320px) / 1600));
}
.main-screen__content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.main-screen__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-screen__logo {
  width: calc(80px + 40 * ((100vw - 320px) / 1600));
}
.main-screen__menu {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-screen__social-networks {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 50;
  padding-bottom: 8px;
  padding-right: calc(8px + 24 * ((100vw - 320px) / 1600));
}

.social-networks {
  font-size: calc(18px + 6 * ((100vw - 320px) / 1600));
  font-style: normal;
  font-weight: 500;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: calc(5px + 15 * ((100vw - 320px) / 1600));
}
.menu__list li:nth-child(1) .menu__link {
  color: #e91a23;
  font-weight: 500;
}
.menu__list li:nth-child(2) {
  padding-left: calc(4px + 12 * ((100vw - 320px) / 1600));
  padding-right: calc(4px + 12 * ((100vw - 320px) / 1600));
}
.menu__link {
  color: white;
  font-size: calc(14px + 10 * ((100vw - 320px) / 1600));
  text-decoration: none;
}
.menu__phone {
  display: inline-block;
  text-decoration: none;
  color: white;
  font-size: calc(14px + 22 * ((100vw - 320px) / 1600));
  font-weight: bold;
  padding-bottom: calc(6px + 6 * ((100vw - 320px) / 1600));
}
.menu__phone span {
  color: #e91a23;
}

.age-restriction {
  font-style: normal;
  font-weight: 500;
  font-size: calc(18px + 6 * ((100vw - 320px) / 1600));
  color: white;
  border: solid;
  border-width: 2px;
  border-color: #e91a23;
  padding: 5px 10px 7px;
}

.ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.ibg img {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  display: none;
}

.courses__container {
  padding: 0px;
}
.courses__header {
  margin-top: calc(20px + 24 * ((100vw - 320px) / 1600));
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.courses__button {
  position: relative;
  margin-left: 5px;
  bottom: 0px;
  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;
  height: calc(40px + 36 * ((100vw - 320px) / 1600));
  width: calc(140px + 236 * ((100vw - 320px) / 1600));
  color: white;
  background-color: #e91a23;
  font-weight: 500;
  font-size: calc(12px + 12 * ((100vw - 320px) / 1600));
}
.courses__application {
  margin-top: calc(40px + 40 * ((100vw - 320px) / 1600));
  width: 100%;
  height: 100%;
}
.courses__description {
  margin-top: calc(40px + 40 * ((100vw - 320px) / 1600));
}
.courses__educators {
  margin-top: calc(40px + 40 * ((100vw - 320px) / 1600));
}
.courses__price-block {
  margin-top: 48px;
}

.groups__title {
  margin-top: calc(10px + 14 * ((100vw - 320px) / 1600));
  margin-bottom: calc(10px + 14 * ((100vw - 320px) / 1600));
}
.groups__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 800px) {
  .groups__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 800px) {
  .groups__img {
    width: calc(148px + 624 * ((100vw - 320px) / 1600));
  }
}
.groups__text {
  font-style: normal;
  font-weight: normal;
  font-size: calc(16px + 5 * ((100vw - 320px) / 1600));
  letter-spacing: 0.105em;
}
@media (min-width: 800px) {
  .groups__text {
    margin-left: 24px;
  }
}
.groups__text_small {
  margin-top: 24px;
  font-weight: 300;
  line-height: 20px;
}
.groups__where {
  margin-bottom: 12px;
}
@media (max-width: 800px) {
  .groups__where {
    margin-top: 20px;
  }
}
.groups__when {
  margin-top: 24px;
  margin-bottom: 12px;
}

.application-form {
  position: relative;
  height: 110vh;
  background-color: black;
  width: 100%;
}
.application-form__container {
  height: 100%;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.application-form::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../img/loading.gif") center/40px no-repeat;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
}
.application-form._sending::after {
  opacity: 1;
  visibility: visible;
}
.application-form__title {
  position: absolute;
  text-align: end;
  right: 0px;
  top: calc(-70px + -16 * ((100vw - 320px) / 1600));
  font-size: calc(18px + 12 * ((100vw - 320px) / 1600));
  width: calc(220px + 330 * ((100vw - 320px) / 1600));
  letter-spacing: 0.105em;
  color: white;
}
.application-form__title > p > span {
  color: #e91a23;
}
.application-form__form {
  position: relative;
  width: 100%;
  border-style: solid;
  border-color: #e91a23;
  border-width: 2px;
  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;
}
.application-form__column {
  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;
  margin-top: calc(48px + 44 * ((100vw - 320px) / 1600));
}
.application-form__logo {
  position: absolute;
  left: calc(10px + 96 * ((100vw - 320px) / 1600));
  width: calc(80px + 40 * ((100vw - 320px) / 1600));
  top: calc(-50px + -34 * ((100vw - 320px) / 1600));
}
.application-form__item {
  height: calc(35px + 15 * ((100vw - 320px) / 1600));
  width: calc(250px + 124 * ((100vw - 320px) / 1600));
  padding-left: 4px;
  margin: 12px 0px;
  font-style: normal;
  font-weight: normal;
  font-size: calc(15px + 6 * ((100vw - 320px) / 1600));
  letter-spacing: 0.105em;
}
.application-form__checkbox {
  padding-left: 0px;
}
.application-form__checkbox > label {
  color: white;
  font-size: calc(10px + 4 * ((100vw - 320px) / 1600));
}
.application-form__apply-button {
  height: calc(40px + 35 * ((100vw - 320px) / 1600));
  width: calc(165px + 209 * ((100vw - 320px) / 1600));
  margin-top: 12px;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: calc(14px + 10 * ((100vw - 320px) / 1600));
  color: white;
  background-color: #e91a23;
}
.application-form__message {
  font-size: calc(16px + 2 * ((100vw - 320px) / 1600));
  color: white;
  visibility: hidden;
  width: calc(250px + 50 * ((100vw - 320px) / 1600));
  text-align: center;
  margin-top: calc(8px + 20 * ((100vw - 320px) / 1600));
  margin-bottom: calc(8px + 20 * ((100vw - 320px) / 1600));
}

h1 {
  font-size: calc(32px + 32 * ((100vw - 320px) / 1600));
  font-weight: bold;
  color: #e91a23;
  line-height: calc(52px + 34 * ((100vw - 320px) / 1600));
}

h1:after {
  content: "";
  position: absolute;
  background-color: #e91a23;
  bottom: 0px;
  left: 0px;
  height: 2px;
  width: calc(148px + 624 * ((100vw - 320px) / 1600));
}

h2 {
  font-size: calc(26px + 14 * ((100vw - 320px) / 1600));
  font-weight: bold;
  color: #000201;
}

h3 {
  font-size: calc(20px + 10 * ((100vw - 320px) / 1600));
  font-weight: bold;
  color: #000201;
}

h4 {
  font-size: calc(15px + 5 * ((100vw - 320px) / 1600));
  font-weight: bold;
  color: #000201;
}

.container {
  padding: 0px;
  width: calc(300px + 870 * ((100vw - 320px) / 1600));
  margin: 0 auto;
}

.educators__row {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 100%;
}
@media (max-width: 800px) {
  .educators__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.educators__educator {
  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: 1 1 0px;
          flex: 1 1 0px;
}
@media (min-width: 800px) {
  .educators__educator:nth-child(2) {
    margin: 0px 30px;
  }
}

.educator__photo {
  max-width: 100%;
}
@media (max-width: 800px) {
  .educator__photo {
    margin-top: 42px;
  }
}
@media (max-width: 800px) {
  .educator:first-child .educator__photo {
    margin-top: 0px;
  }
}
.educator__name {
  margin-top: 42px;
  margin-top: calc(10px + 32 * ((100vw - 320px) / 1600));
}
.educator__description {
  margin-top: 12px;
  margin-top: calc(8px + 4 * ((100vw - 320px) / 1600));
}

.price-block__container {
  position: relative;
}
.price-block__content {
  margin-top: 48px;
}
@media (min-width: 800px) {
  .price-block__content {
    width: calc(50px + 514 * ((100vw - 320px) / 1600));
  }
}
@media (max-width: 800px) {
  .price-block__content {
    width: 100%;
    margin-top: 0px;
  }
  .price-block__content .main-text:nth-child(2) {
    margin-top: 10px;
  }
}
.price-block__content > .main-text:nth-child(3) {
  margin-top: 20px;
}
.price-block__bonuses {
  font-weight: bold;
  font-size: calc(21px + 17 * ((100vw - 320px) / 1600));
  line-height: 48px;
  text-transform: uppercase;
}
.price-block__price {
  position: absolute;
  right: 0px;
  top: 24px;
  width: calc(300px + 172 * ((100vw - 320px) / 1600));
  height: calc(185px + 107 * ((100vw - 320px) / 1600));
}
@media (max-width: 800px) {
  .price-block__price {
    top: 0px;
    position: relative;
    margin: 24px auto 0px;
  }
}
.price-block__bonuses-list {
  margin-top: calc(30px + 12 * ((100vw - 320px) / 1600));
}

.bonuses-list {
  color: #e91a23;
  font-style: normal;
  font-weight: bold;
  font-size: calc(21px + 17 * ((100vw - 320px) / 1600));
  letter-spacing: 0.105em;
  text-transform: uppercase;
}
.bonuses-list__item {
  list-style-position: inside;
  margin-bottom: calc(25px + 16 * ((100vw - 320px) / 1600));
}
.bonuses-list__item:nth-child(1) span {
  font-size: calc(21px + 17 * ((100vw - 320px) / 1600));
  text-transform: uppercase;
  font-weight: 600;
  color: #e91a23;
}
.bonuses-list__item:nth-child(2) span {
  font-weight: 500;
  font-size: calc(21px + 17 * ((100vw - 320px) / 1600));
  color: #000201;
}
.bonuses-list__item:nth-child(3) span {
  font-size: calc(21px + 17 * ((100vw - 320px) / 1600));
  text-transform: uppercase;
  font-weight: 600;
  color: #e91a23;
}
.bonuses-list__content {
  display: block;
  color: black;
  font-weight: normal;
  font-size: calc(15px + 6 * ((100vw - 320px) / 1600));
  text-transform: initial;
}

.price {
  -webkit-clip-path: polygon(0% 17.8%, 26.1% 0%, 81.5% 9.6%, 100% 35.6%, 100% 82%, 81.5% 92%, 19.8% 100%, 0% 74.8%);
          clip-path: polygon(0% 17.8%, 26.1% 0%, 81.5% 9.6%, 100% 35.6%, 100% 82%, 81.5% 92%, 19.8% 100%, 0% 74.8%);
  background-color: #e91a23;
}
.price__number {
  position: absolute;
  left: 19.5%;
  top: 17.8%;
  font-style: normal;
  font-weight: bold;
  font-size: calc(56px + 37 * ((100vw - 320px) / 1600));
  line-height: calc(70px + 47 * ((100vw - 320px) / 1600));
  letter-spacing: 0.105em;
  color: white;
}
.price__currency {
  position: absolute;
  left: 40.7%;
  top: 57.8%;
  font-style: normal;
  font-weight: bold;
  font-size: calc(31px + 21 * ((100vw - 320px) / 1600));
  line-height: calc(40px + 26 * ((100vw - 320px) / 1600));
  letter-spacing: 0.105em;
  color: #ffffff;
}

.contacts {
  position: relative;
  margin-top: calc(50px + 50 * ((100vw - 320px) / 1600));
}
.contacts__header {
  position: relative;
}
.contacts__how-to-find-us {
  margin-top: 30px;
}
.contacts__address {
  margin-top: 160px;
  margin-top: calc(50px + 110 * ((100vw - 320px) / 1600));
}

.how-to-find-us__video {
  margin-top: 24px;
  width: 100%;
  height: 100vh;
}

.address {
  position: relative;
}
.address__title {
  margin-bottom: 24px;
}
.address__content {
  margin-bottom: 24px;
}
.address__routes-title {
  margin-bottom: 24px;
}
.address__routes {
  margin-bottom: 24px;
}
.address__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 800px) {
  .address__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.address__row > .row__item > iframe {
  width: 100%;
  height: 100%;
}
.address__row > .row__item:first-child {
  width: 250px;
}
.address__row > .row__item:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0px;
  height: 300px;
}

.main-text {
  font-style: normal;
  font-weight: normal;
  font-size: calc(16px + 5 * ((100vw - 320px) / 1600));
  line-height: calc(26px + 7 * ((100vw - 320px) / 1600));
  letter-spacing: 0.105em;
}
.main-text_big {
  font-style: normal;
  font-weight: normal;
  font-size: calc(30px + 10 * ((100vw - 320px) / 1600));
  color: #000201;
}
.main-text_medium {
  font-style: normal;
  font-weight: normal;
  font-size: calc(23px + 7 * ((100vw - 320px) / 1600));
  color: #000201;
}
.main-text_small {
  font-style: normal;
  font-weight: normal;
  font-size: calc(16px + 5 * ((100vw - 320px) / 1600));
  color: #000201;
}
.main-text_black {
  color: #000201;
}
.main-text_white {
  color: white;
}

.footer {
  height: 100vh;
  width: 100%;
  color: white;
  background-color: black;
  background-image: url(https://ik.imagekit.io/k234qyxzkor/Grani/footer.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-top: 160px;
}
.footer__container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__logo {
  display: block;
  margin: 0 auto;
  padding-top: 34px;
  padding-bottom: 16px;
}
.footer__iya {
  margin-bottom: 40px;
}
.footer__administrator {
  margin-bottom: 40px;
}
.footer__contacts {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.footer__contacts a {
  text-decoration: none;
  color: white;
}
.footer__rights {
  font-size: 14px;
  text-align: center;
  padding-bottom: 5px;
}
.footer__social-networks {
  text-align: right;
  right: 0;
  bottom: 8px;
}