@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&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;
}

/*--------------------*/
.card_user_modal {
  display: none;
}

.card_user_modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100vw;
  height: 100vh;
}
.card_user_modal iframe {
  width: 100%;
  height: 100%;
}
.card_user_modal .bg_modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.card_user_modal .bg_modal .body {
  max-width: 50%;
  width: 100%;
  height: 58%;
  border-radius: 10px;
}
@media (max-width: 728px) {
  .card_user_modal .bg_modal .body {
    width: 300px;
    padding: 0;
  }
}

.card_user_modal1 {
  display: none;
}

.card_user_modal2 {
  display: none;
}

.card_user_modal3 {
  display: none;
}

.card_user_modal4 {
  display: none;
}

.card_user_modal1, .card_user_modal2, .card_user_modal3, .card_user_modal4 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100vw;
  height: 100vh;
}
.card_user_modal1 iframe, .card_user_modal2 iframe, .card_user_modal3 iframe, .card_user_modal4 iframe {
  width: 100%;
  height: 100%;
}
.card_user_modal1 .bg_modal, .card_user_modal2 .bg_modal, .card_user_modal3 .bg_modal, .card_user_modal4 .bg_modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.card_user_modal1 .bg_modal .body, .card_user_modal2 .bg_modal .body, .card_user_modal3 .bg_modal .body, .card_user_modal4 .bg_modal .body {
  max-width: 50%;
  width: 100%;
  height: 58%;
  border-radius: 10px;
}
@media (max-width: 728px) {
  .card_user_modal1 .bg_modal .body, .card_user_modal2 .bg_modal .body, .card_user_modal3 .bg_modal .body, .card_user_modal4 .bg_modal .body {
    width: 300px;
    padding: 0;
  }
}

header {
  margin-top: 23px;
}

.header_content {
  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;
}
.header_content span {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: 23px;
  text-align: right;
  color: #3C3C3C;
}
@media (max-width: 1040px) {
  .header_content span {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 1040px) {
  .header_content img {
    height: 28px;
  }
}
@media (max-width: 424px) {
  .header_content img {
    height: 24px;
  }
}

.first_form {
  max-width: 520px;
  padding: 32px;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #C3C3C3;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(2.5px);
}

.first_section {
  margin-top: 20px;
  padding: 40px 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  background: url(https://fs.advance.ru/landing-pages/marathon/english_language_marathon/mainscreen-1180.png) no-repeat right, #f3e8ff;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .first_section {
    background: url(https://fs.advance.ru/landing-pages/marathon/english_language_marathon/mainscreen-1180.png) no-repeat 100%/27rem, #f3e8ff;
    padding: 36px 45px;
    gap: 16px;
  }
}
@media (max-width: 500px) {
  .first_section {
    height: 880px;
    background: url(https://fs.advance.ru/landing-pages/marathon/english_language_marathon/mainscreen-1180.png) no-repeat bottom 0% right 0%/22rem, #f3e8ff;
    padding: 20px;
    gap: 10px;
    border-radius: 15px;
  }
}
.first_section h6 {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 105%;
  letter-spacing: -0.02em;
  color: #1D1D1D;
}
@media (max-width: 768px) {
  .first_section h6 {
    font-size: 12px;
  }
}
.first_section h1 {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 62px;
  line-height: 105%;
  color: #1D1D1D;
}
@media (max-width: 768px) {
  .first_section h1 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .first_section h1 {
    text-align: center;
    font-size: 26px;
  }
}
.first_section p {
  width: 588px;
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 22px;
  line-height: 125%;
  color: #1D1D1D;
}
@media (max-width: 768px) {
  .first_section p {
    width: 362px;
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .first_section p {
    width: auto;
    font-size: 15px;
    text-align: center;
  }
}

.date_of_passage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 500px) {
  .date_of_passage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
.date_of_passage div {
  padding: 5px 15px;
  background: #FFFFFF;
  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;
  border-radius: 8.94256px;
}
@media (max-width: 500px) {
  .date_of_passage div {
    border-radius: 5px;
  }
}
.date_of_passage div h6 {
  text-align: center;
  color: #FE4C04;
}

.btn_orange {
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 456px;
  height: 50px;
  background: linear-gradient(276.57deg, #FE4C04 5.1%, #FF8D5F 99.39%);
  border-radius: 15px;
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}

.gift_participants {
  margin-top: 12px;
  padding-left: 2%;
  position: relative;
  width: 520px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(117, 107, 200, 0.8);
  backdrop-filter: blur(2.5px);
  border-radius: 15px;
}
@media (max-width: 768px) {
  .gift_participants {
    width: 316px;
    height: 55px;
  }
}
@media (max-width: 500px) {
  .gift_participants {
    width: auto;
    height: 55px;
    border-radius: 10px;
  }
}
.gift_participants img {
  position: absolute;
  bottom: 0;
}
@media (max-width: 768px) {
  .gift_participants img {
    width: 16%;
  }
}
@media (max-width: 500px) {
  .gift_participants img {
    left: 2%;
    width: 19%;
  }
}
.gift_participants p {
  margin-left: 17%;
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .gift_participants p {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 500px) {
  .gift_participants p {
    text-align: start;
    margin-left: 19%;
  }
}

.second_section {
  margin-top: 50px;
  padding: 20px 0;
}
@media (max-width: 750px) {
  .second_section {
    margin-top: 30px;
  }
}

.card_content {
  margin-top: 95px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 80px 30px;
}
@media (max-width: 1200px) {
  .card_content {
    gap: 50px 15px;
  }
}
@media (max-width: 750px) {
  .card_content {
    margin-top: 13px;
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
.card_content > div {
  position: relative;
  width: 362px;
  height: 210px;
  padding: 65px 20px 0;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .card_content > div {
    padding: 45px 20px 0;
    width: 226px;
    height: 117px;
  }
}
@media (max-width: 750px) {
  .card_content > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 0 1.5rem;
    margin-left: 8%;
    width: auto;
    height: 50px;
    border-radius: 5px;
  }
}
.card_content > div div {
  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;
}

.bg_emoji1 {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  height: 50px;
}
.bg_emoji1 img {
  position: absolute;
  bottom: 12rem;
  right: 9.5rem;
}
@media (max-width: 1200px) {
  .bg_emoji1 img {
    width: 30%;
    bottom: 6rem;
    right: 6rem;
  }
}
@media (max-width: 750px) {
  .bg_emoji1 img {
    width: 37px;
    bottom: 12%;
    left: -1.5rem;
  }
}

.bg_emoji2 {
  background-color: #F8F8F8;
  height: 70px;
}
@media (max-width: 1000px) {
  .bg_emoji2 {
    height: 60px;
  }
}
.bg_emoji2 h6 {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: 11px;
  color: #0A0A0A;
}
@media (min-width: 1000px) {
  .bg_emoji2 h6 {
    font-size: 18px;
    line-height: 21px;
  }
}
.bg_emoji2 img {
  position: absolute;
  width: 50px;
  left: -4%;
}
@media (max-width: 1000px) {
  .bg_emoji2 img {
    width: 32px;
    bottom: 20%;
  }
}
@media (max-width: 600px) {
  .bg_emoji2 img {
    bottom: 20%;
  }
}

.par_preview {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #1D1D1D;
}
@media (max-width: 1200px) {
  .par_preview {
    font-size: 15px;
    line-height: 17px;
  }
}
@media (max-width: 750px) {
  .par_preview {
    font-size: 13px;
    line-height: 15px;
    text-align: left;
  }
}

.par_emoji {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  color: #1D1D1D;
}
@media (max-width: 1200px) {
  .par_emoji {
    margin-top: 4px;
    font-size: 9px;
    line-height: 10px;
  }
}

.third_section {
  padding: 50px 98px;
  background: -webkit-gradient(linear, left top, left bottom, from(#F5EBFF), to(rgba(245, 235, 255, 0)));
  background: linear-gradient(180deg, #F5EBFF 0%, rgba(245, 235, 255, 0) 100%);
  border-radius: 30px;
}
@media (max-width: 750px) {
  .third_section {
    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;
  }
}
@media (max-width: 560px) {
  .third_section {
    padding: 10px;
    border-radius: 15px;
  }
}
.third_section h3 span {
  color: #7000E3;
}
.third_section nav li {
  height: 70px;
  border-radius: 10px;
  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;
  margin-bottom: 10px;
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #1D1D1D;
}
@media (max-width: 1020px) {
  .third_section nav li {
    height: 40px;
    font-size: 12px;
    line-height: 12px;
    border-radius: 5px;
  }
}
.third_section nav li h5 {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 34px;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 1020px) {
  .third_section nav li h5 {
    font-size: 18px;
    line-height: 21px;
  }
}

.card_arrow {
  margin: 42% 1rem 0;
}
@media (max-width: 1020px) {
  .card_arrow {
    margin: 42% 0rem 0;
  }
  .card_arrow img {
    width: 65%;
  }
}
@media (max-width: 750px) {
  .card_arrow {
    display: none;
  }
}

.color1 {
  background-color: #FE4C04;
}

.color2 {
  background-color: #942BFF;
}

.opacity1 {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(254, 76, 4, 0.35)), to(rgba(254, 76, 4, 0.35))), #FFFFFF;
  background: linear-gradient(0deg, rgba(254, 76, 4, 0.35), rgba(254, 76, 4, 0.35)), #FFFFFF;
}

.opacity2 {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(254, 76, 4, 0.3)), to(rgba(254, 76, 4, 0.3))), #FFFFFF;
  background: linear-gradient(0deg, rgba(254, 76, 4, 0.3), rgba(254, 76, 4, 0.3)), #FFFFFF;
}

.opacity3 {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(254, 76, 4, 0.25)), to(rgba(254, 76, 4, 0.25))), #FFFFFF;
  background: linear-gradient(0deg, rgba(254, 76, 4, 0.25), rgba(254, 76, 4, 0.25)), #FFFFFF;
}

.opacity4 {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(254, 76, 4, 0.2)), to(rgba(254, 76, 4, 0.2))), #FFFFFF;
  background: linear-gradient(0deg, rgba(254, 76, 4, 0.2), rgba(254, 76, 4, 0.2)), #FFFFFF;
}

.opacity5 {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(254, 76, 4, 0.15)), to(rgba(254, 76, 4, 0.15))), #FFFFFF;
  background: linear-gradient(0deg, rgba(254, 76, 4, 0.15), rgba(254, 76, 4, 0.15)), #FFFFFF;
}

.opacity6 {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(254, 76, 4, 0.1)), to(rgba(254, 76, 4, 0.1))), #FFFFFF;
  background: linear-gradient(0deg, rgba(254, 76, 4, 0.1), rgba(254, 76, 4, 0.1)), #FFFFFF;
}

.opacity7 {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(148, 43, 255, 0.35)), to(rgba(148, 43, 255, 0.35))), #FFFFFF;
  background: linear-gradient(0deg, rgba(148, 43, 255, 0.35), rgba(148, 43, 255, 0.35)), #FFFFFF;
}

.opacity8 {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(148, 43, 255, 0.3)), to(rgba(148, 43, 255, 0.3))), #FFFFFF;
  background: linear-gradient(0deg, rgba(148, 43, 255, 0.3), rgba(148, 43, 255, 0.3)), #FFFFFF;
}

.opacity9 {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(148, 43, 255, 0.25)), to(rgba(148, 43, 255, 0.25))), #FFFFFF;
  background: linear-gradient(0deg, rgba(148, 43, 255, 0.25), rgba(148, 43, 255, 0.25)), #FFFFFF;
}

.opacity10 {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(148, 43, 255, 0.2)), to(rgba(148, 43, 255, 0.2))), #FFFFFF;
  background: linear-gradient(0deg, rgba(148, 43, 255, 0.2), rgba(148, 43, 255, 0.2)), #FFFFFF;
}

.opacity11 {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(148, 43, 255, 0.15)), to(rgba(148, 43, 255, 0.15))), #FFFFFF;
  background: linear-gradient(0deg, rgba(148, 43, 255, 0.15), rgba(148, 43, 255, 0.15)), #FFFFFF;
}

.opacity12 {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(148, 43, 255, 0.1)), to(rgba(148, 43, 255, 0.1))), #FFFFFF;
  background: linear-gradient(0deg, rgba(148, 43, 255, 0.1), rgba(148, 43, 255, 0.1)), #FFFFFF;
}

.card_block {
  margin-top: 50px;
  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;
}
@media (max-width: 750px) {
  .card_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.card {
  width: 50%;
  position: relative;
}
@media (max-width: 750px) {
  .card {
    width: 90%;
  }
}
.card .people {
  width: 106%;
  position: absolute;
}

.descript {
  margin-top: 71%;
  z-index: 1;
  position: relative;
}

.five_day {
  position: relative;
  padding: 30px 30px 70px;
  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;
  margin-top: 50px;
  height: 297px;
  background-image: url(https://fs.advance.ru/landing-pages/marathon/english_language_marathon/Union.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  border-radius: 26px;
}
@media (max-width: 1070px) {
  .five_day {
    height: auto;
    padding: 15px 15px 40px;
  }
}
@media (max-width: 750px) {
  .five_day {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 260px;
    height: 355px;
    padding: 20px 20px 50px;
    margin-top: 0;
    background-image: url(https://fs.advance.ru/landing-pages/marathon/english_language_marathon/Union320.svg);
    background-size: auto;
  }
}
.five_day a {
  position: absolute;
  left: 47.5%;
  bottom: 3%;
}
@media (max-width: 1200px) {
  .five_day a {
    left: 47%;
    bottom: 13%;
  }
}
@media (max-width: 1070px) {
  .five_day a {
    left: 47.7%;
  }
}
@media (max-width: 750px) {
  .five_day a {
    left: 43.7%;
    bottom: 2%;
  }
}
@media (max-width: 1070px) {
  .five_day a > img {
    width: 70%;
  }
}
.five_day .engman {
  max-height: 100%;
  width: 29%;
}
@media (max-width: 750px) {
  .five_day .engman {
    width: 100%;
  }
}
.five_day h4 {
  width: 70%;
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  line-height: 130%;
  text-align: left;
  color: #FFFFFF;
}
@media (max-width: 1070px) {
  .five_day h4 {
    font-size: 16px;
  }
}
@media (max-width: 750px) {
  .five_day h4 {
    width: auto;
    text-align: center;
    font-size: 13px;
  }
}
.five_day h4 span {
  font-size: 45px;
}
@media (max-width: 1070px) {
  .five_day h4 span {
    font-size: 28px;
  }
}
@media (max-width: 750px) {
  .five_day h4 span {
    font-size: 20px;
  }
}

.fourth_section > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
}
@media (max-width: 1215px) {
  .fourth_section > div {
    gap: 15px;
  }
}
.fourth_section > p {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 30px;
  line-height: 34px;
  text-align: center;
  color: #1D1D1D;
  margin-bottom: 50px;
}
@media (max-width: 900px) {
  .fourth_section > p {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 30px;
  }
}

.card_gift {
  width: 362px;
  height: 460px;
  padding: 10px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 62.2188px 90.5px rgba(13, 11, 42, 0.07);
          box-shadow: 0px 62.2188px 90.5px rgba(13, 11, 42, 0.07);
  backdrop-filter: blur(12.4438px);
  border-radius: 20px;
}
@media (max-width: 1215px) {
  .card_gift {
    width: 226px;
    height: 285px;
  }
}
@media (max-width: 502px) {
  .card_gift {
    width: 270px;
    height: 270px;
  }
}
.card_gift img {
  width: 100%;
}
.card_gift p {
  margin-top: 20px;
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #1D1D1D;
}
@media (max-width: 1215px) {
  .card_gift p {
    font-size: 12px;
    line-height: 14px;
  }
}

.fifth_section {
  margin-top: 20px;
}
@media (min-width: 1000px) {
  .fifth_section {
    margin-top: 100px;
  }
}

.step_block {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  gap: 10px;
  background: #F8F8F8;
  border-radius: 15px;
}
@media (min-width: 600px) {
  .step_block {
    gap: 20px;
  }
}
@media (min-width: 1000px) {
  .step_block {
    margin-top: 44px;
    padding: 30px;
    border-radius: 33px;
  }
}
.step_block nav {
  padding: 7px 0px 10px 22px;
}
.step_block nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
@media (min-width: 1000px) {
  .step_block nav ul {
    gap: 10px;
  }
}
@media (min-width: 1000px) {
  .step_block nav ul li {
    font-size: 20px;
  }
}
.step_block h5 {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  line-height: 17px;
  text-align: center;
  color: #0A0A0A;
}
@media (min-width: 600px) {
  .step_block h5 {
    text-align: left;
  }
}
@media (min-width: 1000px) {
  .step_block h5 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 5px;
  }
}
.step_block > span {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
  font-size: 11px;
  line-height: 13px;
  text-align: right;
  letter-spacing: -0.02em;
  color: #0A0A0A;
}
.step_block nav li {
  list-style-type: disc;
  font-size: 10px;
}
.step_block nav li span {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000000;
}
@media (min-width: 1000px) {
  .step_block nav li span {
    font-size: 20px;
    line-height: 23px;
  }
}

.card_content2 {
  position: relative;
  display: grid;
  gap: 10px;
}
@media (max-width: 1200px) {
  .card_content2 {
    margin-top: 13px;
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
.card_content2 > div {
  position: relative;
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .card_content2 > div {
    padding: 45px 20px 0;
    width: 226px;
    height: 117px;
  }
}
@media (max-width: 1200px) {
  .card_content2 > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 0 1.5rem;
    margin-left: 8%;
    width: auto;
    height: 50px;
    border-radius: 5px;
  }
}
@media (max-width: 1000px) {
  .card_content2 > div {
    margin-left: 4%;
  }
}
@media (max-width: 700px) {
  .card_content2 > div {
    padding: 0 0 0 2rem;
  }
}
.card_content2 > div {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 1000px) {
  .card_content2 > div {
    margin-left: 30px;
    padding-left: 7%;
  }
}

.slide_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (min-width: 600px) {
  .slide_content {
    width: 30%;
  }
}

.slide_content_img {
  border-radius: 20px;
  cursor: pointer;
  width: 100%;
}

.theme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.theme span {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
  font-size: 11px;
  line-height: 13px;
  text-align: right;
  letter-spacing: -0.02em;
  color: #0A0A0A;
}
@media (min-width: 1000px) {
  .theme span {
    font-size: 18px;
    line-height: 21px;
  }
}

.nav_content {
  width: 100%;
}
@media (min-width: 600px) {
  .nav_content {
    width: 68%;
  }
}
.nav_content h6 {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: 11px;
  color: #0A0A0A;
}
@media (min-width: 1000px) {
  .nav_content h6 {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (min-width: 600px) {
  .nav_slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    height: 12rem;
  }
}
@media (min-width: 1000px) {
  .nav_slide {
    height: 21rem;
  }
}

.calendar2 {
  padding: 10px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1.00606px solid #D2D2D2;
  border-radius: 30.1817px;
}
@media (min-width: 640px) {
  .calendar2 {
    border-radius: 10px;
    padding: 10px 12px;
  }
}
@media (min-width: 1200px) {
  .calendar2 {
    padding: 20px 27px;
    border-radius: 20px;
  }
}
.calendar2 > div {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
@media (min-width: 1000px) {
  .calendar2 > div {
    margin-top: 20px;
    gap: 10px;
  }
}
.calendar2 img {
  width: 48%;
}
.calendar2 span {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
  font-size: 14.15px;
  line-height: 150%;
  color: #1D1D1D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 600px) {
  .calendar2 span {
    font-size: 9px;
  }
}
@media (min-width: 1000px) {
  .calendar2 span {
    font-size: 18px;
    line-height: 21px;
  }
}

.block_day {
  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;
  padding: 6px;
  gap: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #7000E3;
  border-radius: 12px;
}
@media (min-width: 600px) {
  .block_day {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .block_day {
    padding: 16px;
    gap: 30px;
    border-radius: 20px;
  }
}
.block_day span {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
}
@media (min-width: 600px) {
  .block_day span {
    text-align: left;
  }
}
@media (min-width: 1000px) {
  .block_day span {
    font-size: 32px;
    line-height: 37px;
  }
}
.block_day > span {
  font-size: 16px;
  line-height: 16px;
}
@media (min-width: 1000px) {
  .block_day > span {
    font-size: 26px;
    line-height: 30px;
  }
}

.block_span {
  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;
  width: 90px;
  height: 30px;
  border-radius: 5px;
  background-color: #9731FF;
}
@media (min-width: 600px) {
  .block_span {
    width: 98px;
    height: 42px;
    padding: 10px;
  }
}
@media (min-width: 1000px) {
  .block_span {
    border-radius: 15px;
    width: 156px;
    height: 80px;
  }
}

.block_white {
  margin-top: 10px;
  background-color: #FFF;
  border-radius: 10px;
  padding: 12px 9px;
}
@media (min-width: 600px) {
  .block_white {
    margin-left: 33%;
    width: 68%;
  }
}
@media (min-width: 1000px) {
  .block_white {
    border-radius: 20px;
    padding: 20px;
  }
}

.block_purple {
  /*width: 260px;
  height: 135px;*/
  padding: 10px 20px;
  background: #F3E7FF;
  border-radius: 10px;
}
@media (min-width: 600px) {
  .block_purple {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}
@media (min-width: 1000px) {
  .block_purple {
    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;
    padding: 20px 30px;
    border-radius: 20px;
  }
}
.block_purple p {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #000000;
}
@media (min-width: 600px) {
  .block_purple p {
    text-align: left;
  }
}
@media (min-width: 1000px) {
  .block_purple p {
    width: 100%;
    font-size: 20px;
    line-height: 23px;
  }
}

.sixth_section {
  margin-top: 50px;
  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;
}
.sixth_section > div {
  padding-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1000px) {
  .sixth_section > div {
    padding-top: 16px;
  }
}
@media (max-width: 550px) {
  .sixth_section > div {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.sixth_section > div div {
  padding: 10px;
  width: 264px;
  height: 320px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 45.375px 66px rgba(13, 11, 42, 0.07);
          box-shadow: 0px 45.375px 66px rgba(13, 11, 42, 0.07);
  backdrop-filter: blur(9.075px);
  border-radius: 20px;
}
@media (max-width: 1000px) {
  .sixth_section > div div {
    width: 166px;
    height: 198px;
    border-radius: 12px;
  }
  .sixth_section > div div img {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .sixth_section > div div {
    width: 270px;
    height: 250px;
  }
}
.sixth_section > div div > p {
  padding: 20px;
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #1D1D1D;
}
@media (max-width: 1000px) {
  .sixth_section > div div > p {
    padding: 10px 3px;
    font-size: 13px;
    line-height: 15px;
  }
}
@media (max-width: 550px) {
  .sixth_section > div div > p {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 18px;
  }
}

.training_schedule {
  margin-top: 30px;
  padding: 50px 30px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 62.2188px 90.5px rgba(13, 11, 42, 0.07);
          box-shadow: 0px 62.2188px 90.5px rgba(13, 11, 42, 0.07);
  backdrop-filter: blur(12.4438px);
  border-radius: 30px;
}
@media (max-width: 640px) {
  .training_schedule {
    padding: 20px;
    border-radius: 15px;
  }
}
.training_schedule h4 {
  margin-bottom: 20px;
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  line-height: 32px;
  color: #1D1D1D;
}
@media (max-width: 768px) {
  .training_schedule h4 {
    text-align: center;
    font-size: 18px;
    line-height: 21px;
    color: #1D1D1D;
  }
}
@media (max-width: 350px) {
  .training_schedule h4 {
    width: 180px;
    margin-left: 2.5rem;
  }
}
.training_schedule h4 > span {
  color: #FE4C04;
}
.training_schedule nav {
  margin: 1em 1.5rem;
}
@media (max-width: 640px) {
  .training_schedule nav {
    margin: 1rem;
  }
}
.training_schedule li {
  margin-bottom: 16px;
  list-style-type: disc;
  color: #FE4C04;
  font-size: 25px;
}
@media (max-width: 768px) {
  .training_schedule li {
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
  }
}
.training_schedule li div {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 21px;
  color: #1D1D1D;
}
@media (max-width: 768px) {
  .training_schedule li div {
    font-size: 11px;
    line-height: 13px;
  }
}
.training_schedule li p {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  line-height: 21px;
  color: #1D1D1D;
}
@media (max-width: 768px) {
  .training_schedule li p {
    font-size: 11px;
    line-height: 13px;
  }
}

.start_marathon {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
@media (max-width: 640px) {
  .start_marathon {
    margin-top: 1rem;
    -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;
    gap: 20px;
  }
}

.shedule_form h4 {
  color: #FF5410;
  text-align: center;
  font-family: Ubuntu;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-top: 20px;
  padding-bottom: 13px;
}

.calendar {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1.00606px solid #D2D2D2;
  border-radius: 30.1817px;
}
@media (max-width: 640px) {
  .calendar {
    border-radius: 10px;
    padding: 5px;
  }
}
.calendar img {
  width: 100%;
}
.calendar span {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
  font-size: 14.15px;
  line-height: 150%;
  color: #1D1D1D;
}
@media (max-width: 500px) {
  .calendar span {
    font-size: 8px;
  }
}
.calendar > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding: 13px;
  gap: 40px;
}

.line {
  border: 1px solid #E9E9E9;
}

.seventh_section {
  padding: 50px 30px;
  margin-top: 50px;
  background: linear-gradient(103.87deg, #7000E3 30.03%, #942BFF 51.72%, #681EB3 71.74%), #FFFFFF;
  border-radius: 30px;
}
@media (max-width: 1200px) {
  .seventh_section {
    padding: 26px 18px;
    margin-top: 30px;
    border-radius: 20px;
  }
}
@media (max-width: 630px) {
  .seventh_section {
    border-radius: 15px;
  }
}
.seventh_section h3 {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 42px;
  line-height: 48px;
  text-align: center;
  color: #F4F4F6;
  width: 50%;
}
@media (max-width: 1200px) {
  .seventh_section h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 800px) {
  .seventh_section h3 {
    width: auto;
  }
}
.seventh_section > div {
  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;
  gap: 37px;
}
.seventh_content {
  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;
  gap: 20px;
}
@media (max-width: 630px) {
  .seventh_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.seventh_content h4 {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #F4F4F6;
}
@media (max-width: 1200px) {
  .seventh_content h4 {
    font-size: 18px;
    line-height: 21px;
  }
}
@media (max-width: 600px) {
  .seventh_content h4 {
    text-align: left;
  }
}
.seventh_content div {
  width: 70%;
  height: 100px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 48px 0 98px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(30px);
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .seventh_content div {
    height: 70px;
    gap: 25px;
  }
}
@media (max-width: 800px) {
  .seventh_content div {
    padding: 0px 35px 0 75px;
    border-radius: 12px;
  }
}
@media (max-width: 630px) {
  .seventh_content div {
    width: auto;
    height: 100px;
  }
}
@media (max-width: 400px) {
  .seventh_content div {
    padding: 0px 15px 0 57px;
  }
}
.seventh_content div img {
  position: absolute;
  top: -26%;
  left: -4%;
}
@media (max-width: 1200px) {
  .seventh_content div img {
    width: 14%;
  }
}
@media (max-width: 800px) {
  .seventh_content div img {
    width: 17%;
  }
}
@media (max-width: 630px) {
  .seventh_content div img {
    width: 15%;
    top: -3%;
    left: 1%;
  }
}
@media (max-width: 400px) {
  .seventh_content div img {
    width: 24%;
    top: 8%;
    left: -1%;
  }
}

.seventh_form h4 {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #F4F4F6;
}
@media (max-width: 1200px) {
  .seventh_form h4 {
    font-size: 18px;
    line-height: 21px;
  }
}

.eighth_section {
  margin-top: 50px;
}
@media (max-width: 1000px) {
  .eighth_section {
    margin-top: 30px;
  }
}

.eighth_card {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin: 57px 0 30px;
}
@media (max-width: 1100px) {
  .eighth_card {
    margin: 26px 0 15px;
    gap: 15px;
  }
}
@media (max-width: 630px) {
  .eighth_card {
    grid-template-columns: 1fr 1fr;
    margin: 7px 0 5px;
    gap: 5px;
  }
}
.eighth_card div {
  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;
  background: #F3E7FF;
  padding: 10px 36px 30px 20px;
  -webkit-box-shadow: 0px 55px 80px rgba(13, 11, 42, 0.07);
          box-shadow: 0px 55px 80px rgba(13, 11, 42, 0.07);
  border-radius: 20px;
}
@media (max-width: 1100px) {
  .eighth_card div {
    border-radius: 12px;
  }
}
@media (max-width: 630px) {
  .eighth_card div {
    padding: 0px 14px 10px 10px;
    border-radius: 10px;
  }
}
.eighth_card div h5 {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 44px;
  line-height: 51px;
  color: #6D00DD;
}
@media (max-width: 1100px) {
  .eighth_card div h5 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 630px) {
  .eighth_card div h5 {
    font-size: 18px;
    line-height: 21px;
  }
}
.eighth_card div h5 span {
  font-size: 100px;
  line-height: 115px;
}
@media (max-width: 1100px) {
  .eighth_card div h5 span {
    font-size: 60px;
    line-height: 69px;
  }
}
@media (max-width: 630px) {
  .eighth_card div h5 span {
    font-size: 40px;
    line-height: 46px;
  }
}
.eighth_card div p {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 21px;
  color: #1D1D1D;
}
@media (max-width: 1100px) {
  .eighth_card div p {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 630px) {
  .eighth_card div p {
    font-size: 10px;
    line-height: 11px;
  }
}

.result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 1100px) {
  .result {
    gap: 15px;
  }
}
@media (max-width: 630px) {
  .result {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
.result div {
  width: 50%;
  padding: 20px 40px;
  background: linear-gradient(103.87deg, #7000E3 30.03%, #942BFF 51.72%, #681EB3 71.74%), #7000E3;
  -webkit-box-shadow: 0px 55px 80px rgba(13, 11, 42, 0.07);
          box-shadow: 0px 55px 80px rgba(13, 11, 42, 0.07);
  border-radius: 20px;
}
@media (max-width: 1100px) {
  .result div {
    padding: 12px 29px 20px;
    border-radius: 12px;
  }
}
@media (max-width: 630px) {
  .result div {
    padding: 12px 20px;
    border-radius: 10px;
    width: 100%;
  }
}
.result div h5 {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 44px;
  line-height: 51px;
  color: #F3E7FF;
}
@media (max-width: 1100px) {
  .result div h5 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 630px) {
  .result div h5 {
    font-size: 24px;
    line-height: 24px;
  }
}

.reviews {
  margin-top: 168px;
}
@media (max-width: 1200px) {
  .reviews {
    margin-top: 100px;
  }
}

.reviews_content {
  margin-top: 50px;
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;
  gap: 30px;
}
@media (max-width: 600px) {
  .reviews_content {
    margin-top: 0px;
  }
}

.reviews_card {
  width: 570px;
  height: 330px;
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  border-radius: 20px;
  background-color: #F4F4F4;
}
@media (max-width: 1000px) {
  .reviews_card {
    width: 467px;
  }
}
@media (max-width: 1000px) {
  .reviews_card {
    margin: 10px auto;
  }
}
.reviews_card a {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 120%;
  color: #343A40;
}
@media (max-width: 600px) {
  .reviews_card a {
    font-size: 16px;
  }
}
.reviews_card p {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: 130%;
  color: #343A40;
}
@media (max-width: 600px) {
  .reviews_card p {
    font-size: 14px;
  }
}
.reviews_card .sm_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 20px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .reviews_card .sm_block {
    height: 200px;
  }
}
.reviews_card span {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 130%;
  color: #343A40;
  padding-bottom: 3px;
}
@media (max-width: 600px) {
  .reviews_card span {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .reviews_card img {
    width: 30%;
  }
}

.more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin: 20px;
  opacity: 0.8;
  background: transparent;
}
@media (max-width: 600px) {
  .more svg {
    width: 6%;
  }
}

.inside_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.open {
  height: 271px;
}

.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.main-card {
  opacity: 1;
}

.swiper-slide2:not(.main-card) {
  opacity: 0.5;
}

.video_reviews_section {
  overflow: hidden;
  margin-top: 50px;
}

.video_reviews_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 47px;
}

.video_card {
  max-width: 85%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.play_reviews {
  max-width: 40%;
  position: relative;
  background-color: transparent;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .play_reviews {
    margin-bottom: 10px;
  }
}
@media (max-width: 500px) {
  .play_reviews {
    max-width: 100%;
  }
}
.play_reviews:before {
  background-image: url(https://fs.advance.ru/landing-pages/marathon/english_language_marathon/play2.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 100px;
  height: 100px;
  left: calc(45% - 40px);
  position: absolute;
  top: calc(45% - 40px);
}
.play_reviews:after {
  background-image: url(https://fs.advance.ru/landing-pages/marathon/english_language_marathon/play2.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 100px;
  height: 100px;
  left: calc(45% - 40px);
  position: absolute;
  top: calc(45% - 40px);
}
.play_reviews:hover {
  width: auto-6px;
  height: auto -5px;
  background: #000;
  border-radius: 20px;
}
@media (max-width: 500px) {
  .play_reviews:hover {
    height: auto-5px;
  }
}
.play_reviews:hover img {
  opacity: 0.5;
  border-radius: 20px;
}
.play_reviews:hover div {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.play_reviews div {
  position: absolute;
  bottom: 6%;
  left: 6%;
  right: 6%;
  gap: 10px;
  display: none;
}
@media (max-width: 800px) {
  .play_reviews div {
    gap: 5px;
    bottom: 4%;
    left: 4%;
    right: 4%;
  }
}
.play_reviews div h6 {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
  font-size: 28px;
  line-height: 130%;
  color: #FFFFFF;
}
@media (max-width: 800px) {
  .play_reviews div h6 {
    font-size: 20px;
  }
}
.play_reviews div p {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  line-height: 120%;
  color: #FFFFFF;
  text-align: start;
}
@media (max-width: 800px) {
  .play_reviews div p {
    font-size: 13px;
  }
}
.play_reviews img {
  max-width: 100%;
  border-radius: 20px;
  height: auto;
}

.course_mentor {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 68px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 59px 68px 38px;
  background: #EDEDEE;
  -webkit-box-shadow: 0px 55px 80px rgba(13, 11, 42, 0.07);
          box-shadow: 0px 55px 80px rgba(13, 11, 42, 0.07);
  border-radius: 30px;
}
@media (max-width: 1100px) {
  .course_mentor {
    padding: 35px 37px 45px;
    margin-top: 30px;
    border-radius: 20px;
    gap: 25px;
  }
}
@media (max-width: 600px) {
  .course_mentor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 15px;
    padding: 20px;
  }
}
.course_mentor div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.course_mentor div h3 {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  line-height: 46px;
  text-align: center;
  color: #1D1D1D;
}
@media (max-width: 1100px) {
  .course_mentor div h3 {
    font-size: 24px;
    line-height: 125%;
    gap: 7px;
  }
}
.course_mentor div h5 {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #1D1D1D;
}
@media (max-width: 1100px) {
  .course_mentor div h5 {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .course_mentor div h5 {
    text-align: center;
    font-size: 16px;
  }
}
.course_mentor div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (max-width: 1100px) {
  .course_mentor div ul {
    gap: 5px;
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .course_mentor div ul {
    padding-left: 27px;
  }
}
.course_mentor div li {
  list-style-type: disc;
  font-size: 17px;
}
@media (max-width: 1100px) {
  .course_mentor div li {
    font-size: 10px;
  }
}
.course_mentor div li span {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  color: #1D1D1D;
  margin-bottom: 5px;
}
@media (max-width: 1100px) {
  .course_mentor div li span {
    font-size: 9px;
    line-height: 125%;
  }
}
@media (max-width: 600px) {
  .course_mentor div li span {
    font-size: 14px;
  }
}

.mentor {
  width: 40%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1100px) {
  .mentor {
    width: auto;
  }
}
@media (max-width: 1100px) {
  .mentor img {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .mentor img {
    width: 100%;
  }
}

.mentor_descr {
  width: 60%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1100px) {
  .mentor_descr {
    width: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.finger_training {
  margin-top: 50px;
  padding: 70px 480px 70px 52px;
  height: 700px;
  background-color: #F3E7FF;
  background-image: url(https://fs.advance.ru/landing-pages/marathon/english_language_marathon/Aphone.png);
  border-radius: 30px;
  background-size: 76%;
  background-repeat: no-repeat;
  background-position-x: 206%;
  background-position-y: 76%;
}
@media (max-width: 1160px) {
  .finger_training {
    margin-top: 30px;
    padding: 43px 300px 45px 30px;
    height: 500px;
    border-radius: 20px;
    background-size: 39rem;
    background-position-x: 27rem;
    background-position-y: -7rem;
  }
}
@media (max-width: 700px) {
  .finger_training {
    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;
    padding: 20px;
    height: 825px;
    border-radius: 15px;
    background-size: 35rem;
    background-position-x: 0rem;
    background-position-y: 24rem;
  }
}
.finger_training h3 {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 44px;
  line-height: 51px;
  color: #1D1D1D;
  margin-bottom: 40px;
}
@media (max-width: 1160px) {
  .finger_training h3 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 15px;
  }
}
@media (max-width: 700px) {
  .finger_training h3 {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 15px;
  }
}

.white {
  width: 61%;
  background: #FFFFFF;
  border-radius: 8.83463px;
  padding: 5px;
  margin-bottom: 20px;
}
@media (max-width: 700px) {
  .white {
    width: 88%;
    border-radius: 5px;
    margin-bottom: 10px;
  }
}
.white h6 {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #1D1D1D;
}
@media (max-width: 1160px) {
  .white h6 {
    font-size: 11px;
    line-height: 13px;
  }
}

.finger_form {
  width: 75%;
}
@media (max-width: 700px) {
  .finger_form {
    width: 100%;
  }
}
.finger_form p {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
  font-size: 17.7828px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.5;
  margin-bottom: 20px;
}
@media (max-width: 1160px) {
  .finger_form p {
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 5px;
  }
}
@media (max-width: 700px) {
  .finger_form p {
    opacity: 1;
  }
}

.help_users {
  margin-top: 50px;
}
@media (max-width: 1160px) {
  .help_users {
    margin-top: 30px;
  }
}
@media (max-width: 1160px) {
  .help_users {
    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;
  }
}
.help_users > div {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1160px) {
  .help_users > div {
    margin-top: 25px;
    gap: 14px;
  }
}
@media (max-width: 735px) {
  .help_users > div {
    grid-template-columns: 1fr;
    margin-top: 5px;
    gap: 10px;
  }
}

.card_users {
  max-width: 264px;
  min-width: 167px;
  max-height: 790px;
  padding: 30px 20px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4.85593px 14.5678px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4.85593px 14.5678px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
}
@media (max-width: 1160px) {
  .card_users {
    padding: 10px 15px;
    border-radius: 10px;
  }
}
.card_users button {
  position: relative;
  background-color: transparent;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .card_users button {
    margin-bottom: 10px;
  }
}
.card_users button:before {
  background-image: url(https://fs.advance.ru/landing-pages/marathon/english_language_marathon/play.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 100px;
  height: 100px;
  left: calc(45% - 40px);
  position: absolute;
  top: calc(45% - 40px);
}
.card_users img {
  width: 100%;
}
.card_users h4 {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #191E27;
  margin-bottom: 23px;
}
@media (max-width: 1160px) {
  .card_users h4 {
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 10px;
  }
}
.card_users iframe {
  border-radius: 15px;
  width: 100%;
  height: 200px;
}
.card_users p {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  color: #191E27;
  margin-bottom: 10px;
}
@media (max-width: 1160px) {
  .card_users p {
    font-size: 10px;
    line-height: 11px;
  }
}

.statistics_license {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
.statistics_license h4 {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  line-height: 48px;
  text-align: center;
  color: #1D2644;
}
@media (max-width: 1000px) {
  .statistics_license h4 {
    font-size: 30px;
    line-height: 34px;
  }
}
.statistics_license h5 {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  line-height: 46px;
  text-align: center;
  color: #FE4C04;
}
@media (max-width: 1000px) {
  .statistics_license h5 {
    font-size: 26px;
    line-height: 30px;
  }
}
.statistics_license p {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: 23px;
}
@media (max-width: 1000px) {
  .statistics_license p {
    font-size: 12.1026px;
    line-height: 14px;
  }
}

.text_center {
  text-align: center;
}

.text_left {
  text-align: left;
  margin-bottom: 15px;
}

.orange {
  color: #FE4D07;
}

.black {
  color: #000000;
}

.block_stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
  margin-top: 10px;
}
@media (max-width: 600px) {
  .block_stat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

.statistics {
  width: 264.46px;
  height: 270px;
  background: #FFFFFF;
  border-radius: 20px;
  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;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1000px) {
  .statistics {
    width: 50%;
    height: 15rem;
  }
}
@media (max-width: 600px) {
  .statistics {
    width: 100%;
    height: 8rem;
    border-radius: 10px;
  }
}

.license1 {
  background-color: #F2F3F7;
}
.license1 img {
  width: 30%;
}
@media (max-width: 600px) {
  .license1 img {
    width: 70%;
  }
}

.expert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -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;
  background-color: #FCF9FF;
  border-radius: 20px;
  padding: 27px;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1000px) {
  .expert {
    border-radius: 15px;
    padding: 20px;
  }
}
@media (max-width: 600px) {
  .expert {
    border-radius: 10px;
    margin-bottom: 20px;
    -webkit-box-pack: baseline;
        -ms-flex-pack: baseline;
            justify-content: baseline;
  }
}
.expert .preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.exp1 {
  height: 550px;
}
@media (max-width: 1000px) {
  .exp1 {
    height: 355px;
  }
}
@media (max-width: 600px) {
  .exp1 {
    width: 250px;
    margin-left: 5px;
  }
}

.exp2 {
  height: 400px;
}
@media (max-width: 1000px) {
  .exp2 {
    height: 236px;
  }
}
@media (max-width: 600px) {
  .exp2 {
    height: 234px;
  }
}

.lic {
  width: 70%;
}
@media (max-width: 1000px) {
  .lic {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .lic {
    width: 8rem;
  }
}

.big_lic {
  width: 90%;
}
@media (max-width: 1200px) {
  .big_lic {
    width: 70%;
  }
}

.block_license {
  gap: 20px;
  padding: 50px 96px 74px;
  border-radius: 30px;
  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;
}
@media (max-width: 1000px) {
  .block_license {
    padding: 30px 40px;
    border-radius: 20px;
  }
}
@media (max-width: 600px) {
  .block_license {
    padding: 30px 20px;
    border-radius: 15px;
  }
}

.license2 {
  overflow: hidden;
  background-color: #F7F0FF;
}
.license3 {
  overflow: hidden;
  background-color: #FFE7E7;
}
.license3 div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn__leaf {
  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;
  gap: 30px;
}
@media (max-width: 600px) {
  .btn__leaf {
    gap: 10px;
  }
  .btn__leaf svg {
    width: 63%;
  }
}
.btn__leaf .btn__left, .btn__leaf .btn__right {
  background-color: rgba(255, 255, 255, 0);
}
.btn__leaf p {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 17.48px;
  color: #343A40;
}
@media (max-width: 600px) {
  .btn__leaf p {
    font-size: 14px;
  }
}

.swiper1 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .swiper1 {
    width: 92%;
    height: 100%;
  }
}
@media (max-width: 600px) {
  .swiper1 {
    width: 100%;
    height: 100%;
  }
}

.swiper-wrapper2 {
  width: 30%;
}

.wrapper1 {
  width: auto;
  height: 530px;
}

.wrapper2 {
  width: auto;
  height: 390px;
}

.swiper_slide {
  width: 100%;
}
@media (max-width: 1200px) {
  .swiper_slide {
    width: 50%;
    height: 100%;
  }
}

.free_access {
  margin-top: 100px;
  padding: 70px 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  background-color: #7000E3;
  border-radius: 30px;
}
.free_access h5 {
  color: #FFF;
  text-align: center;
  font-family: Ubuntu;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.free_access .gc-custom-form {
  color: #fff;
}
@media (max-width: 1140px) {
  .free_access {
    margin-top: 30px;
    padding: 30px 45px;
    border-radius: 15px;
  }
}
@media (max-width: 600px) {
  .free_access {
    -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;
    padding: 20px;
    border-radius: 20px;
  }
}
.free_access img {
  width: 50%;
  height: 50%;
}
@media (max-width: 600px) {
  .free_access img {
    width: 100%;
  }
}
.free_access > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 50%;
}
@media (max-width: 600px) {
  .free_access > div {
    width: auto;
  }
}
.free_access h4 {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 1140px) {
  .free_access h4 {
    font-size: 24px;
    line-height: 24px;
  }
}
.free_access h4 span {
  color: #FE4C04;
}
.free_access h6 {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 25px;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 1140px) {
  .free_access h6 {
    font-size: 13px;
    line-height: 16px;
  }
}

.timer {
  margin-top: 17px;
  padding: 0px 0px 10px;
  display: grid;
  grid-template-columns: 7.5rem 1.5rem 7.5rem 1.5rem 7.5rem 1.5rem 7.5rem;
  background-color: #FFFFFF;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-radius: 20px;
}
@media (max-width: 1150px) {
  .timer {
    padding: 5px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 12px;
  }
}
@media (max-width: 600px) {
  .timer {
    gap: 7px;
  }
}

.separator {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 60px;
  line-height: 69px;
  text-align: center;
  color: #7000E3;
}
@media (max-width: 1150px) {
  .separator {
    font-size: 32px;
    line-height: 30px;
  }
}

.timer_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.timer_item .counter {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 60px;
  line-height: 55px;
  text-align: center;
  color: #7000E3;
}
@media (max-width: 1150px) {
  .timer_item .counter {
    font-size: 37px;
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .timer_item .counter {
    font-size: 32px;
    line-height: 29px;
  }
}
.timer_item span {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 18px;
  text-align: center;
  color: #7000E3;
}
@media (max-width: 11440px) {
  .timer_item span {
    font-size: 12.4px;
  }
}
@media (max-width: 728px) {
  .timer_item span {
    font-size: 10px;
    line-height: 9px;
  }
}

footer {
  margin-top: 50px;
  position: relative;
  z-index: 1;
  padding: 50px 0 55px;
  background-color: #404143;
}
@media (max-width: 1230px) {
  footer {
    margin-top: 20px;
    padding: 29px 0 31px;
  }
}

.about_section {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 34px;
}
@media (max-width: 1230px) {
  .about_section {
    gap: 15px;
  }
}
@media (max-width: 700px) {
  .about_section {
    gap: 20px;
    grid-template-columns: 1fr;
  }
}

.about_us {
  width: 370px;
}
@media (max-width: 1230px) {
  .about_us {
    width: 226px;
  }
}
.about_us .requisite {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
}
@media (max-width: 1230px) {
  .about_us .requisite {
    font-size: 8px;
    line-height: 12px;
  }
}

.footer_numbers {
  margin: 20px 0 22px;
}
@media (max-width: 1230px) {
  .footer_numbers {
    margin: 12px 0 14px;
  }
}
.footer_numbers span {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
}
@media (max-width: 1230px) {
  .footer_numbers span {
    font-size: 11px;
    line-height: 14px;
  }
}

.about_social {
  width: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1230px) {
  .about_social > img {
    width: 104px;
    height: 25px;
  }
}

.social_media {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.social_media a {
  width: 35px;
}
@media (max-width: 1230px) {
  .social_media {
    margin-top: 5px;
    gap: 8px;
  }
  .social_media a {
    width: auto;
  }
}
@media (max-width: 1230px) {
  .social_media img {
    width: 20px;
    height: 20px;
  }
}

.politics {
  margin: 35px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.politics img {
  width: 22%;
}
@media (max-width: 1230px) {
  .politics {
    margin: 18px 0 12px;
  }
  .politics img {
    width: 44px;
    height: 66px;
  }
}

.politics_name {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 7px;
}
@media (max-width: 1230px) {
  .politics_name {
    font-size: 8px;
    line-height: 9px;
  }
}

.politics_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (max-width: 1230px) {
  .politics_links {
    gap: 5px;
  }
}
.politics_links a, .politics_links .name_transcriptions {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 14px;
}
@media (max-width: 1230px) {
  .politics_links a, .politics_links .name_transcriptions {
    font-size: 7px;
    line-height: 8px;
  }
}

/************FOOTER-TRAINING****************/
.training {
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media (max-width: 1230px) {
  .training {
    width: 150px;
    gap: 10px;
  }
}
.training > span {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (max-width: 1230px) {
  .training > span {
    font-size: 10px;
    line-height: 11px;
  }
}

.categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 17px;
}

.categories_name {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  color: #8F8F8F;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.categories_name:hover {
  color: #FFFFFF;
}
@media (max-width: 1230px) {
  .categories_name {
    font-size: 10px;
    line-height: 11px;
  }
}

.training_links {
  margin-top: 3px;
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 150%;
  color: #FFFFFF;
}
@media (max-width: 1230px) {
  .training_links {
    font-size: 7px;
  }
}

/***************FOOTER-CONTACTS*******************/
.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 17px;
}
@media (max-width: 700px) {
  .contacts {
    width: 300px;
  }
}
.contacts form {
  display: grid;
  gap: 13px;
  padding: 25px 30px;
  width: 370px;
  height: 210px;
  background: #FFFFFF;
  border-radius: 10px;
}
@media (max-width: 1230px) {
  .contacts form {
    gap: 8px;
    width: 226px;
    height: 126px;
    padding: 15px 16px;
    border-radius: 6px;
  }
}
@media (max-width: 700px) {
  .contacts form {
    width: 300px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.contacts form > span {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #404143;
}
@media (max-width: 1230px) {
  .contacts form > span {
    font-size: 10px;
    line-height: 11px;
  }
}

.subscription_email {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 306.63px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #5D5F62;
  border-radius: 5px;
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #8F8F8F;
}
@media (max-width: 1230px) {
  .subscription_email {
    width: 187px;
    height: 24px;
    border-radius: 3px;
    font-size: 8px;
    line-height: 9px;
  }
}
@media (max-width: 700px) {
  .subscription_email {
    width: 245px;
  }
}

.contacts_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 45px;
}
.contacts_icon img {
  height: auto;
  max-height: 36px;
  width: 100%;
}
@media (max-width: 1230px) {
  .contacts_icon {
    gap: 32;
  }
  .contacts_icon img {
    height: auto;
    max-height: 26px;
    width: auto;
  }
}

.subscription_check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (max-width: 1230px) {
  .subscription_check {
    gap: 5px;
  }
}

.btn_subscribe {
  cursor: pointer;
  width: 306.63px;
  height: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#9633FB), to(#7000E3));
  background: linear-gradient(180deg, #9633FB 0%, #7000E3 100%);
  border-radius: 5px;
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (max-width: 1230px) {
  .btn_subscribe {
    width: 187px;
    height: 24px;
    border-radius: 3px;
    font-size: 8px;
    line-height: 9px;
  }
}
@media (max-width: 700px) {
  .btn_subscribe {
    width: 249px;
  }
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  overflow: visible;
}
@media (max-width: 900px) {
  .container {
    padding: 0 10px;
  }
}

.text_preview {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  line-height: 46px;
  text-align: center;
  color: #1D1D1D;
}
@media (max-width: 900px) {
  .text_preview {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 550px) {
  .text_preview {
    font-size: 24px;
    line-height: 28px;
  }
}