@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;
}

/*--------------------*/
.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 30px;
  overflow: visible;
}
@media (max-width: 700px) {
  .container {
    padding: 0 10px;
  }
}

.btn_reg {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 260px;
  height: 43px;
  background: linear-gradient(276.57deg, #FE4C04 5.1%, #FF8D5F 99.39%);
  border-radius: 10px;
  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;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 140%;
  text-align: center;
  color: #FFFFFF;
}

@media (min-width: 1000px) {
  .btn_reg {
    height: 70px;
    border-radius: 15px;
    font-size: 24px;
  }
}
.image_modal {
  display: none;
}

.image_modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100vw;
  height: 100vh;
}
.image_modal img {
  width: auto;
  max-height: 100%;
}
@media (max-width: 550px) {
  .image_modal img {
    width: 100%;
  }
}
.image_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;
}
.image_modal .bg_modal .body {
  max-width: 100vw;
  max-height: 100%;
  padding: 50px;
  border-radius: 10px;
}
@media (max-width: 1100px) {
  .image_modal .bg_modal .body {
    height: auto;
  }
}
@media (max-width: 340px) {
  .image_modal .bg_modal .body {
    width: 100%;
    padding: 10px;
  }
}

.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: 80%;
  width: 100%;
  height: 58%;
  border-radius: 10px;
}
@media (max-width: 728px) {
  .card_user_modal .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 img {
  width: 50%;
}
.header_content span {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-size: 9px;
  line-height: 10px;
  text-align: center;
  color: #3C3C3C;
}

@media (min-width: 600px) {
  .header_content img {
    width: 65%;
  }
  .header_content span {
    font-size: 18px;
    line-height: 21px;
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .header_content img {
    width: 100%;
  }
  .header_content span {
    font-size: 20px;
  }
}
.first_content_block {
  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;
}

h1 {
  margin-top: 10px;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 105%;
  color: #252D4D;
}

.promo {
  margin-top: 10px;
  width: 148px;
  height: 30px;
  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;
  background: #7E11EE;
  border-radius: 7px;
}
.promo h4 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 17px;
  color: #FFFFFF;
}

.first_content {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  border-radius: 15px;
  height: 400px;
  background-image: url(https://fs.advance.ru/landing-pages/webinar/relaxation/bg-son-320.png);
  background-size: 22rem;
  background-repeat: no-repeat;
}
.first_content div {
  padding: 20px 20px 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(255, 255, 255, 0.3);
  border: 0.308901px solid #FFFFFF;
  backdrop-filter: blur(3.08901px);
  border-radius: 10px;
}
.first_content div p {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  color: #1D1D1D;
  margin-bottom: 10px;
}

.first_after_content {
  margin-top: 20px;
  width: 300px;
  height: 200px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  background-size: 22rem;
  background-image: url(https://fs.advance.ru/landing-pages/webinar/relaxation/bg-may-320.png);
  background-repeat: no-repeat;
  border-radius: 15px;
}
.first_after_content h2 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
}
.first_after_content h3 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
}

@media (min-width: 500px) {
  h1 {
    margin-top: 20px;
    font-size: 36px;
  }
  .first_content {
    margin-top: 30px;
    width: auto;
    background-position-x: 95%;
    background-position-y: 0rem;
    background-size: 64rem;
    background-image: url(https://fs.advance.ru/landing-pages/webinar/relaxation/bg-son-1180.png);
  }
  .first_content div {
    width: 53%;
  }
  .first_content a {
    width: 53%;
  }
  .first_after_content {
    margin-top: 30px;
    width: auto;
    height: 172px;
    background-image: url(https://fs.advance.ru/landing-pages/webinar/relaxation/bg-may.png);
    background-size: 152%;
    background-position-x: center;
  }
}
@media (min-width: 700px) {
  .first_content {
    height: 321px;
    padding: 43px;
    background-size: 107%;
    background-image: url(https://fs.advance.ru/landing-pages/webinar/relaxation/bg-son-1180.png);
  }
  .first_content div {
    width: 60%;
  }
  .first_content div p {
    font-size: 15px;
    line-height: 19px;
  }
  .first_content a {
    width: 60%;
  }
  .first_after_content {
    width: auto;
    padding: 37px 101px;
    height: 172px;
    background-image: url(https://fs.advance.ru/landing-pages/webinar/relaxation/bg-may.png);
    background-size: 110%;
  }
  .first_after_content h2 {
    font-size: 30px;
    line-height: 34px;
  }
  .first_after_content h3 {
    font-size: 22px;
    line-height: 25px;
  }
}
@media (min-width: 900px) {
  h1 {
    margin-top: 10px;
  }
  .promo {
    border-radius: 7px;
    width: 166px;
  }
  .first_content div {
    width: 50%;
  }
  .first_content a {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  h1 {
    margin-top: 20px;
    font-size: 60px;
  }
  .promo {
    margin-top: 20px;
    width: 264px;
    height: 50px;
  }
  .promo h4 {
    font-size: 24px;
    line-height: 28px;
  }
  .first_content {
    margin-top: 44px;
    height: 520px;
    padding: 70px;
    background-size: 102%;
    border-radius: 30px;
  }
  .first_content div {
    padding: 33px 38px 0 38px;
    border-radius: 15px;
  }
  .first_content div p {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .first_after_content {
    height: 280px;
    padding: 60px 148px;
    border-radius: 30px;
    background-size: 100%;
  }
  .first_after_content h2 {
    font-size: 50px;
    line-height: 57px;
  }
  .first_after_content h3 {
    font-size: 36px;
    line-height: 41px;
  }
}
.second_content {
  margin-top: 20px;
}
.second_content > div {
  margin-top: 18px;
  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;
}
.second_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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 24px;
  background: #FFFFFF;
  border-radius: 15px;
  min-height: 49px;
}
.second_content > div div h4 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.second_content > div div p {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #1D1D1D;
}

.border_orange {
  -webkit-box-shadow: 0px 0px 18.534px rgba(254, 76, 4, 0.2);
          box-shadow: 0px 0px 18.534px rgba(254, 76, 4, 0.2);
}
.border_orange h4 {
  color: #FE4C04;
}

.border_purple {
  -webkit-box-shadow: 0px 0px 18.534px rgba(112, 0, 227, 0.2);
          box-shadow: 0px 0px 18.534px rgba(112, 0, 227, 0.2);
}
.border_purple h4 {
  color: #681EB3;
}

@media (min-width: 500px) {
  .second_content {
    margin-top: 30px;
  }
  .second_content > div {
    gap: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .second_content > div div {
    width: 222px;
  }
}
@media (min-width: 1100px) {
  .second_content {
    margin-top: 50px;
  }
  .second_content > div {
    gap: 30px;
  }
  .second_content > div div {
    padding: 35px 24px;
    width: 362px;
  }
  .second_content > div div h4 {
    font-size: 24px;
    line-height: 28px;
  }
  .second_content > div div p {
    font-size: 24px;
    line-height: 28px;
  }
}
.third_content {
  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: 30px 20px;
  margin-top: 20px;
  background: #FFEFE9;
  border-radius: 20px;
}
.third_content img {
  width: 85%;
  margin-bottom: 20px;
}
.third_content h3 {
  text-align: start;
  margin-bottom: 16px;
}
.third_content > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 10px;
}
.third_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;
  gap: 10px;
}
.third_content > div > div div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45px;
  padding: 0px 12px;
  background: #FFFFFF;
  border-radius: 10px;
}
.third_content > div > div div p {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: #252D4D;
}
.third_content > div h4 {
  margin-bottom: 10px;
}
.third_content > div a {
  width: 100%;
  padding: 0 30px;
}
.third_content h4 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 17px;
  color: #252D4D;
}

@media (min-width: 500px) {
  .third_content {
    margin-top: 30px;
  }
  .third_content img {
    width: 20rem;
    margin-bottom: 0;
  }
}
@media (min-width: 700px) {
  .third_content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 37px 45px;
    gap: 15px;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .third_content h3 {
    margin-bottom: 0;
  }
  .third_content img {
    width: 35%;
  }
  .third_content > div {
    width: 65%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .third_content > div h4 {
    margin-bottom: 0;
  }
  .third_content > div button {
    width: 100%;
  }
  .third_content > div div {
    gap: 14px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .third_content {
    gap: 30px;
    margin-top: 50px;
    padding: 68px 60px;
  }
  .third_content > div > div {
    gap: 25px;
  }
  .third_content > div > div div {
    padding: 21px 30px;
    height: 70px;
  }
  .third_content > div > div div p {
    font-size: 22px;
    line-height: 24px;
  }
  .third_content > div h4 {
    font-size: 24px;
    line-height: 28px;
  }
}
.fourth_content {
  margin-top: 20px;
  background: #EBEBEB;
  border-radius: 20px;
  padding: 30px 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.fourth_content .card_content {
  padding: 0 30px;
  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;
}
.fourth_content .card_content 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: 20px;
  padding: 7px 7px 20px;
  background: #FFFFFF;
  border-radius: 10px;
}
.fourth_content .card_content div img {
  width: 100%;
}
.fourth_content .card_content div p {
  width: 157px;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #252D4D;
}
.fourth_content .vacation {
  margin: 0 30px;
  height: 75px;
  background: linear-gradient(270.24deg, #252D4D 0%, #AEB1BC 100%);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fourth_content .vacation h4 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
}

@media (min-width: 400px) {
  .fourth_content {
    margin-top: 30px;
    padding: 30px 35px;
  }
  .fourth_content .card_content {
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .fourth_content .card_content div {
    width: 200px;
  }
  .fourth_content .vacation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    height: 40px;
  }
}
@media (min-width: 1200px) {
  .fourth_content {
    gap: 20px;
    padding: 50px 85px;
  }
  .fourth_content .card_content {
    margin-top: 30px;
    gap: 25px;
  }
  .fourth_content .card_content div {
    gap: 25px;
    padding: 10px;
    width: 320px;
    height: 280px;
    border-radius: 15px;
  }
  .fourth_content .card_content div p {
    width: 229px;
    font-size: 22px;
    line-height: 25px;
  }
  .fourth_content .vacation {
    height: 65px;
  }
  .fourth_content .vacation h4 {
    font-size: 30px;
    line-height: 34px;
  }
}
.fifth_content {
  margin-top: 20px;
  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: #F8F2FF;
  border-radius: 20px;
  padding: 20px;
}
.fifth_content img {
  width: 100%;
}
.fifth_content .btn_reg {
  width: 200px;
}

.first_block {
  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;
}
.first_block .card_content {
  margin-top: 10px;
  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;
}
.first_block .card_content div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 10px;
  background: #FFFFFF;
  border-radius: 10px;
}
.first_block .card_content div img {
  max-width: 1.5rem;
}
.first_block .card_content div p {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #232323;
}

.line {
  height: 0.5px;
  background-color: #252D4D;
}

.second_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 10px;
  padding: 0 30px;
}
.second_block 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: 20px;
  width: 200px;
  height: 175px;
  padding: 6px;
  background: #FFFFFF;
  border-radius: 10px;
}
.second_block div h5 {
  width: 155px;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  color: #252D4D;
}

.third_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 20px;
}
.third_block div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  margin: 0 35px;
  background: #FFFFFF;
  border-radius: 10px;
}
.third_block h4 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #252D4D;
}

@media (min-width: 500px) {
  .fifth_content {
    margin-top: 30px;
    padding: 30px 45px;
  }
  .first_block > img {
    width: 25rem;
  }
}
@media (min-width: 700px) {
  .fifth_content {
    gap: 10px;
    padding: 30px 45px;
  }
  .fifth_content .btn_reg {
    width: 260px;
  }
  .first_block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    margin-bottom: 10px;
  }
  .first_block > img {
    width: 242px;
    height: 194px;
  }
  .first_block .card_content {
    margin-top: 0;
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .first_block .card_content div {
    gap: 12px;
  }
  .second_block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
  }
  .third_block div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 40px;
  }
}
@media (min-width: 1000px) {
  .fifth_content {
    gap: 30px;
    margin-top: 50px;
    padding: 50px 68px;
  }
  .fifth_content .btn_reg {
    width: 260px;
  }
  .first_block {
    gap: 30px;
  }
  .first_block > img {
    width: 392px;
    height: 315px;
  }
  .first_block .card_content {
    gap: 30px;
  }
  .first_block .card_content div {
    gap: 12px;
    padding: 18px 30px;
  }
  .first_block .card_content div img {
    max-width: 2.5rem;
  }
  .first_block .card_content div p {
    font-size: 22px;
    line-height: 25px;
  }
  .second_block div {
    gap: 30px;
    padding: 10px;
    width: 320px;
    height: 280px;
  }
  .second_block div h5 {
    width: 235px;
    font-size: 22px;
    line-height: 25px;
  }
  .third_block div {
    height: 65px;
    border-radius: 15px;
  }
  .third_block div h4 {
    font-size: 26px;
    line-height: 30px;
  }
  .third_block .btn_reg {
    width: 362px;
  }
}
.course_mentor {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 98px 70px;
  background: #EDEDEE;
  -webkit-box-shadow: 0px 34.0421px 49.5158px rgba(13, 11, 42, 0.07);
          box-shadow: 0px 34.0421px 49.5158px rgba(13, 11, 42, 0.07);
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .course_mentor {
    padding: 35px 37px 45px;
    margin-top: 50px;
    border-radius: 20px;
    gap: 25px;
  }
}
@media (max-width: 730px) {
  .course_mentor {
    margin-top: 30px;
    -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;
    border-radius: 15px;
    padding: 20px;
    gap: 20px;
  }
}
.course_mentor img {
  width: 100%;
}
.course_mentor div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 730px) {
  .course_mentor div {
    gap: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.course_mentor div h3 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 46px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #232323;
}
@media (max-width: 1200px) {
  .course_mentor div h3 {
    font-size: 24px;
    line-height: 125%;
    gap: 7px;
  }
}
.course_mentor div h5 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #1D1D1D;
}
@media (max-width: 1200px) {
  .course_mentor div h5 {
    font-size: 12px;
  }
}
@media (max-width: 730px) {
  .course_mentor div h5 {
    font-size: 16px;
    text-align: center;
  }
}
.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: 1200px) {
  .course_mentor div ul {
    gap: 5px;
    padding-left: 20px;
  }
}
@media (max-width: 730px) {
  .course_mentor div ul {
    margin-top: 6px;
    padding-left: 27px;
  }
}
.course_mentor div li {
  list-style-type: disc;
  font-size: 15px;
}
@media (max-width: 1200px) {
  .course_mentor div li {
    font-size: 10px;
  }
}
.course_mentor div li span {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 125%;
  color: #232323;
  margin-bottom: 5px;
}
@media (max-width: 1200px) {
  .course_mentor div li span {
    font-size: 9px;
    line-height: 125%;
  }
}
@media (max-width: 730px) {
  .course_mentor div li span {
    font-size: 14px;
  }
}

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

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

.card_users {
  max-width: 264px;
  min-width: 167px;
  max-height: 844px;
  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;
  }
}
@media (max-width: 730px) {
  .card_users {
    -webkit-box-shadow: 0px 0px 9.26702px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 9.26702px rgba(0, 0, 0, 0.1);
  }
}
.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/webinar/relaxation/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%;
  border-radius: 15px;
}
.card_users h4 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  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";
  font-style: normal;
  font-weight: 400;
  font-size: 17.4814px;
  line-height: 20px;
  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";
  font-style: normal;
  font-weight: 700;
  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";
  font-style: normal;
  font-weight: 700;
  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";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 23px;
}
@media (max-width: 1000px) {
  .statistics_license p {
    font-size: 14px;
    line-height: 120%;
  }
}

.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;
  }
}
.block_stat div {
  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) {
  .block_stat div {
    width: 50%;
    height: 15rem;
  }
}
@media (max-width: 600px) {
  .block_stat div {
    width: 100%;
    height: 8rem;
    border-radius: 10px;
  }
}

.slide_content {
  width: 94%;
}
@media (max-width: 1000px) {
  .slide_content {
    width: 75%;
  }
}

.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 {
  min-width: 285px;
  height: 520px;
}
@media (max-width: 1000px) {
  .exp1 {
    min-width: 181px;
    height: 355px;
  }
}
@media (max-width: 600px) {
  .exp1 {
    width: 240px;
    margin: 10px 25%;
  }
}

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

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

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

.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;
}

.btn__leaf {
  margin-top: 20px;
  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";
  font-style: normal;
  font-weight: 300;
  font-size: 17.48px;
  color: #343A40;
}
@media (max-width: 600px) {
  .btn__leaf p {
    font-size: 14px;
  }
}

.free_access {
  margin-top: 100px;
  padding: 70px 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  background-color: #7000E3;
  border-radius: 30px;
}
.free_access h5 {
  margin-top: 20px;
  color: #FFF;
  text-align: center;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media (max-width: 1000px) {
  .free_access h5 {
    margin: 10px 0;
    font-size: 14px;
    line-height: 16px;
  }
}
.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;
    gap: 20px;
    padding: 20px;
    border-radius: 20px;
  }
}
.free_access img {
  width: 45%;
  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: 1200px) {
  .free_access > div {
    gap: 0px;
  }
}
@media (max-width: 600px) {
  .free_access > div {
    width: 100%;
  }
}
.free_access h4 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 55px;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 1000px) {
  .free_access h4 {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 730px) {
  .free_access h4 {
    font-size: 30px;
    line-height: 34px;
  }
}
.free_access h4 span {
  color: #FE4C04;
}
.free_access h6 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 25px;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 1000px) {
  .free_access h6 {
    font-size: 13px;
    line-height: 16px;
  }
}

.timer {
  margin-top: 17px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 9px 0;
  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";
  font-style: normal;
  font-weight: 700;
  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";
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 55px;
  text-align: center;
  color: #7000E3;
}
@media (max-width: 1000px) {
  .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";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 18px;
  text-align: center;
  color: #7000E3;
}
@media (max-width: 1000px) {
  .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";
  font-style: normal;
  font-weight: 400;
  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";
  font-style: normal;
  font-weight: 700;
  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";
  font-style: normal;
  font-weight: 400;
  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";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
}
@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";
  font-style: normal;
  font-weight: 700;
  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";
  font-style: normal;
  font-weight: 700;
  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";
  font-style: normal;
  font-weight: 400;
  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";
  font-style: normal;
  font-weight: 700;
  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";
  font-style: normal;
  font-weight: 400;
  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;
  }
}

.check_agree span, .check_agree a {
  display: inline-block;
  margin: 0;
  font-family: "Muller";
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  line-height: 10px;
}
@media (max-width: 1230px) {
  .check_agree span, .check_agree a {
    font-size: 6px;
    line-height: 6px;
  }
}

.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";
  font-style: normal;
  font-weight: 400;
  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;
  }
}

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "Muller";
  font-weight: 400;
  font-style: normal;
  src: url(https://fs.advance.ru/fonts/Muller/MullerRegular.ttf);
}
.text_preview {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 46px;
  text-align: center;
  color: #1D1D1D;
}
@media (max-width: 900px) {
  .text_preview {
    font-size: 30px;
    line-height: 34px;
  }
}
@media (max-width: 550px) {
  .text_preview {
    font-size: 24px;
    line-height: 28px;
  }
}