@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: 80%;
  width: 100%;
  height: 58%;
  border-radius: 10px;
}
@media (max-width: 728px) {
  .card_user_modal .bg_modal .body {
    width: 300px;
    padding: 0;
  }
}

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

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

.btn_reg {
  width: 260px;
  height: 45px;
  background: -webkit-gradient(linear, left bottom, left top, from(#FE4C04), to(#FF803D));
  background: linear-gradient(0deg, #FE4C04 0%, #FF803D 100%);
  -webkit-box-shadow: 0px 3.08901px 9.26702px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 3.08901px 9.26702px rgba(0, 0, 0, 0.25);
  border-radius: 9.26702px;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #FFFFFF;
}

@media (min-width: 700px) {
  .btn_reg {
    width: 302.72px;
    font-size: 18px;
    line-height: 21px;
  }
}
@media (min-width: 1200px) {
  .btn_reg {
    width: 490px;
    height: 69px;
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    font-size: 28px;
    line-height: 32px;
  }
}
.text_preview {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #1D1D1D;
}

@media (min-width: 1000px) {
  .text_preview {
    font-size: 40px;
    line-height: 46px;
  }
}
.header {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.logo img {
  height: 17px;
}

.tel {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 9px;
  line-height: 10px;
  text-align: center;
  color: #1A2E35;
}

@media (min-width: 600px) {
  .header {
    margin-top: 21px;
  }
  .logo img {
    height: 25px;
  }
  .tel {
    font-size: 16px;
    line-height: 18px;
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .logo img {
    height: 45px;
  }
  .tel {
    font-size: 20px;
    line-height: 23px;
  }
}
.preview_content {
  overflow: hidden;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 550px;
  border-radius: 20px;
  background-image: url(https://fs.advance.ru/landing-pages/webinar/english_for_beginners/bg320.png);
  background-position-x: right;
  background-position-y: 40%;
}
.preview_content .preview_text {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.preview_content .preview_text .time {
  width: 139.62px;
  height: 25px;
  background: #FFFFFF;
  border-radius: 5px;
}
.preview_content .preview_text .time span {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 17px;
  text-align: center;
  color: #FE4C04;
}
.preview_content span {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 105%;
  text-align: center;
  color: #1D1D1D;
}
.preview_content h1 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  color: #1D1D1D;
}
.preview_content p {
  margin: 6px 0 6px;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #1D1D1D;
}
.preview_content img {
  height: 281px;
}

@media (min-width: 600px) {
  .preview_content {
    padding: 20px 20px;
    position: relative;
    height: 352px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background-position-y: center;
    background-image: url(https://fs.advance.ru/landing-pages/webinar/english_for_beginners/bg330.png);
  }
  .preview_content .preview_text {
    width: 65%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .preview_content .preview_text h1 {
    font-size: 46px;
    line-height: 46px;
    text-align: left;
  }
  .preview_content .preview_text p {
    font-size: 22px;
    line-height: 25px;
    text-align: left;
  }
  .preview_content .preview_text .time_free_class {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
  }
  .preview_content img {
    position: absolute;
    height: 352px;
    right: 5px;
    bottom: 0;
  }
}
@media (min-width: 700px) {
  .preview_content {
    padding: 40px 42px;
  }
}
@media (min-width: 780px) {
  .preview_content {
    position: relative;
    height: 352px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background-position-y: center;
    background-size: 109rem;
    background-position-y: 42rem;
    background-image: url(https://fs.advance.ru/landing-pages/webinar/english_for_beginners/bg-big.png);
  }
  .preview_content .preview_text {
    width: 65%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .preview_content .preview_text h1 {
    font-size: 46px;
    line-height: 46px;
    text-align: left;
  }
  .preview_content .preview_text p {
    font-size: 22px;
    line-height: 25px;
    text-align: left;
  }
  .preview_content .preview_text .time_free_class {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
  }
}
@media (min-width: 1200px) {
  .preview_content {
    margin-top: 20px;
    height: 570px;
  }
  .preview_content .preview_text {
    width: 60%;
    gap: 20px;
  }
  .preview_content .preview_text h1 {
    font-size: 76px;
    line-height: 74px;
  }
  .preview_content .preview_text p {
    margin: 19px 0 23px;
    font-size: 36px;
    line-height: 41px;
  }
  .preview_content .preview_text .time {
    width: 226px;
    height: 39px;
    border-radius: 8.94256px;
  }
  .preview_content .preview_text .time span {
    font-size: 24px;
    line-height: 28px;
  }
  .preview_content span {
    font-size: 24px;
    line-height: 105%;
  }
  .preview_content img {
    height: 570px;
  }
}
.gift_content {
  padding: 20px;
  margin-top: 28px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 240px;
  background: #ED3940;
  backdrop-filter: blur(6.17801px);
  border-radius: 15px;
}
.gift_content .left {
  left: 0;
}
.gift_content .right {
  right: 0;
}
.gift_content p {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #FFFFFF;
}
.gift_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;
  gap: 6px;
}

.gift_text {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  color: #FFEB79;
}

.alphabet {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
}

.gift_img {
  position: absolute;
  height: 103px;
  bottom: 0;
}

@media (min-width: 670px) {
  .gift_content {
    padding: 12px;
    height: 85px;
  }
  .gift_content div {
    gap: 2px;
  }
  .gift_content .left {
    left: 25px;
  }
}
@media (min-width: 1200px) {
  .gift_content {
    margin-top: 50px;
    padding: 12px;
    height: 135px;
  }
  .gift_content div {
    gap: 4px;
  }
  .gift_content div p {
    font-size: 20px;
    line-height: 23px;
  }
  .gift_content .left {
    left: 45px;
  }
  .gift_img {
    height: 164px;
  }
  .gift_text {
    font-size: 30px;
    line-height: 34px;
  }
  .alphabet {
    font-size: 30px;
    line-height: 34px;
  }
}
.newbie_problems_content {
  position: relative;
  margin-top: 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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-image: url(https://fs.advance.ru/landing-pages/webinar/english_for_beginners/beginner-talk.png);
  background-position-y: 70px;
  /* background-position: top; */
  background-position-x: center;
  background-size: 259px;
  background-repeat: no-repeat;
}

.problems_cards {
  margin-top: 235px;
  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;
}
.problems_cards .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 275px;
  height: 50px;
  background: #F9F4FF;
  backdrop-filter: blur(1.54236px);
  border-radius: 12.3388px;
}
.problems_cards .cards_left .card:before {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  left: -25px;
  top: 0px;
  border: 17px solid transparent;
  border-top: 15px solid #F9F4FF;
  border-right: 21px solid #F9F4FF;
}
.problems_cards .cards_right .card:before {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  left: -25px;
  top: 0px;
  border: 17px solid transparent;
  border-top: 15px solid #F9F4FF;
  border-right: 21px solid #F9F4FF;
}
.problems_cards span {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 17px;
  color: #1D1D1D;
}

.gap10 {
  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: 360px) {
  .newbie_problems_content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 700px) {
  .newbie_problems_content {
    background-size: 376px;
    height: 375px;
  }
  .problems_cards .cards_left {
    position: absolute;
    left: 0;
    top: 27%;
  }
  .problems_cards .cards_left .card:before {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    right: -25px;
    left: auto;
    top: 0px;
    border: 17px solid transparent;
    border-top: 17px solid #F9F4FF;
    border-left: 21px solid #F9F4FF;
  }
  .problems_cards .cards_left .first_card {
    margin-left: 50px;
  }
  .problems_cards .cards_right {
    position: absolute;
    right: 0;
    top: 27%;
  }
  .problems_cards .first_card {
    width: 200px;
    height: 80px;
    margin-left: -35px;
  }
  .problems_cards .second_card {
    width: 223px;
    height: 80px;
  }
  .gap10 {
    gap: 19px;
  }
}
@media (min-width: 1000px) {
  .newbie_problems_content {
    height: 566px;
    background-size: 617px;
    margin-top: 50px;
  }
  .newbie_problems_content .problems_cards .card {
    padding: 30px;
    border-radius: 20px;
  }
  .newbie_problems_content .problems_cards span {
    font-size: 24px;
    line-height: 28px;
  }
  .newbie_problems_content .problems_cards .first_card {
    width: 324px;
    height: 130px;
    margin-left: -50px;
  }
  .newbie_problems_content .problems_cards .second_card {
    width: 362px;
    height: 130px;
  }
  .newbie_problems_content .problems_cards .cards_left {
    top: 20%;
  }
  .newbie_problems_content .problems_cards .cards_left .first_card {
    margin-left: 75px;
  }
  .newbie_problems_content .problems_cards .cards_right {
    top: 20%;
  }
  .gap10 {
    gap: 30px;
  }
}
.class_for_you_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;
  margin-top: 30px;
  background-image: url(https://fs.advance.ru/landing-pages/webinar/english_for_beginners/stroke.svg);
  background-position-x: center;
  background-repeat: no-repeat;
}
.class_for_you_content h3 {
  padding-top: 18px;
}
.class_for_you_content .arrow {
  display: none;
}

.cards_reason {
  margin: 37px 0 20px 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: 5px;
}
.cards_reason div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 26px;
  height: 50px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 9.26702px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 9.26702px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.cards_reason div p {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 15px;
  color: #1D1D1D;
}
.cards_reason div img {
  position: absolute;
  left: -20px;
  top: 6px;
  width: 37px;
  height: 37px;
}

@media (min-width: 600px) {
  .class_for_you_content {
    position: relative;
    background-image: none;
  }
  .class_for_you_content .arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: -11%;
  }
  .cards_reason {
    margin: 58px 0 30px;
    gap: 50px 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cards_reason div {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 218px;
    height: 125px;
    border-radius: 10px;
    padding-left: 0;
    padding: 43px 25px 0px;
  }
  .cards_reason div img {
    width: 60px;
    height: 60px;
    left: 36%;
    top: -32px;
  }
  .cards_reason div p {
    font-size: 15px;
    line-height: 17px;
    text-align: center;
  }
}
@media (min-width: 1000px) {
  .class_for_you_content {
    margin-top: 90px;
  }
  .class_for_you_content .arrow {
    top: -12%;
    height: 275px;
  }
  .cards_reason {
    margin: 131px 0 50px;
    gap: 100px 30px;
  }
  .cards_reason div {
    padding: 70px 30px 0;
    max-width: 362px;
    width: 362px;
    height: 175px;
    border-radius: 20px;
  }
  .cards_reason div p {
    font-size: 22px;
    line-height: 25px;
  }
  .cards_reason div img {
    width: 100px;
    height: 100px;
    top: -50px;
  }
}
@media (min-width: 1200px) {
  .class_for_you_content .arrow {
    top: -16%;
  }
}
.advantage_content {
  margin-top: 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;
}
.advantage_content .cards {
  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;
}
.advantage_content .cards div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 300px;
  gap: 20px;
  padding: 20px 25px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 28.0327px 40.7749px rgba(13, 11, 42, 0.07);
          box-shadow: 0px 28.0327px 40.7749px rgba(13, 11, 42, 0.07);
  backdrop-filter: blur(5.60654px);
  border-radius: 15px;
}
.advantage_content .cards div p {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #1D1D1D;
}
.advantage_content .cards div img {
  width: 100%;
}

@media (min-width: 760px) {
  .advantage_content {
    margin-top: 50px;
  }
  .advantage_content .cards {
    margin-top: 26px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 15px;
  }
  .advantage_content .cards div {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 6px;
    height: 203px;
    gap: 12px;
  }
  .advantage_content .cards div p {
    font-size: 14px;
    line-height: 16px;
  }
  .advantage_content .cards div img {
    max-width: 200px;
  }
}
@media (min-width: 1100px) {
  .advantage_content {
    margin-top: 100px;
  }
  .advantage_content .cards {
    margin-top: 46px;
    gap: 30px;
  }
  .advantage_content .cards div {
    padding: 10px;
    height: 330px;
    gap: 20px;
  }
  .advantage_content .cards div p {
    font-size: 22px;
    line-height: 25px;
  }
  .advantage_content .cards div img {
    min-width: 244px;
    max-width: 244px;
  }
}
.practice_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: 30px;
  background: radial-gradient(50% 50% at 50% 50%, #D4A9FF 0%, #FBF6FF 100%);
  border-radius: 15px;
}
.practice_content .orange {
  margin: 44px 0 20px;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #ED3940;
}

.list_practice {
  margin-top: 15px;
}
.list_practice 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: 10px;
}
.list_practice ul li {
  position: relative;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #252D4D;
  padding: 10px 10px 10px 46px;
  background: #FFFFFF;
  border-radius: 12px;
}
.list_practice ul li:before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  left: 10px;
  top: 10px;
  background-size: 24px 24px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_12_1919)'%3e%3cpath d='M27.542 0H12.458C5.57766 0 0 5.57766 0 12.458V27.542C0 34.4223 5.57766 40 12.458 40H27.542C34.4223 40 40 34.4223 40 27.542V12.458C40 5.57766 34.4223 0 27.542 0ZM31.8352 14.4487L18.908 30.5557C18.447 31.1299 17.7519 31.4659 17.0155 31.4701C16.9308 31.4705 16.8466 31.4666 16.7631 31.4584C16.1214 31.3956 15.5265 31.0809 15.1128 30.5774L8.37969 22.3826C7.52266 21.3395 7.67352 19.7991 8.71656 18.9421C9.75953 18.085 11.3001 18.2359 12.157 19.279L16.9793 25.1481L28.0224 11.3886C28.8676 10.3357 30.4062 10.1673 31.4589 11.0123C32.5117 11.8573 32.6802 13.3958 31.8352 14.4487Z' fill='%23ED3940'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_12_1919'%3e%3crect width='40' height='40' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}
.list_practice img {
  margin-top: 10px;
  width: 100%;
}

.main_window {
  margin-top: 10px;
  position: relative;
  padding: 25px;
  background: #7000E3;
  border-radius: 18.534px;
}
.main_window p {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 14.8272px;
  line-height: 130%;
  color: #FFFFFF;
  text-align: center;
}
.main_window span {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 27.8011px;
  line-height: 130%;
  color: #FFFFFF;
  text-align: center;
}
.main_window div {
  position: relative;
}
.main_window div a {
  z-index: 1;
  position: absolute;
  left: 50%;
  bottom: -48px;
  width: 46.95px;
  height: 46.95px;
  background-position: center;
  background: #7000E3;
  border-radius: 30px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.main_window div a:after {
  z-index: 0;
  content: "";
  position: absolute;
  left: 49%;
  bottom: 8px;
  width: 31px;
  height: 31px;
  background-image: url(https://fs.advance.ru/landing-pages/sale/advance_courses/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
}

@media (min-width: 700px) {
  .practice_content {
    padding: 45px;
  }
  .list_practice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
  }
  .list_practice ul {
    width: 60%;
  }
  .list_practice ul li {
    max-height: 70px;
    height: 100%;
  }
  .list_practice img {
    max-width: 40%;
    min-width: 242px;
  }
}
@media (min-width: 1000px) {
  .practice_content {
    margin-top: 50px;
  }
  .practice_content .orange {
    margin: 68px 0 40px;
    font-size: 40px;
    line-height: 46px;
  }
  .list_practice {
    gap: 30px;
  }
  .list_practice ul {
    gap: 20px;
  }
  .list_practice ul li {
    min-height: 70px;
    max-height: 100px;
    height: auto;
    padding: 15px 30px 15px 80px;
    font-size: 22px;
    line-height: 25px;
  }
  .list_practice ul li:before {
    left: 20px;
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }
  .list_practice img {
    max-width: 392px;
  }
  .main_window {
    margin-top: 20px;
    height: 229px;
    border-radius: 30px;
  }
  .main_window p {
    font-size: 24px;
    line-height: 130%;
  }
  .main_window p span {
    font-size: 45px;
    line-height: 130%;
  }
  .main_window div a {
    width: 76px;
    height: 76px;
    border-radius: 50px;
    bottom: -95px;
  }
  .main_window div a:after {
    width: 50px;
    height: 50px;
    bottom: 11px;
  }
}
.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: 300;
  font-size: 16px;
  line-height: 18px;
  color: #191E27;
  margin-bottom: 10px;
}
.card_users p span {
  font-weight: 700;
}
@media (max-width: 1160px) {
  .card_users p {
    font-size: 10px;
    line-height: 11px;
  }
}

.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: #FFFFFF;
  -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";
  font-style: normal;
  font-weight: 700;
  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";
  font-style: normal;
  font-weight: 700;
  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";
  font-style: normal;
  font-weight: 300;
  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;
  }
}

.left_center {
  margin-left: calc((100% - 256px) / 2);
}

.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: 30px;
  line-height: 34px;
  text-align: center;
  color: #1D2644;
}
.statistics_license h5 {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  color: #FE4C04;
}
.statistics_license p {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-weight: 300;
  font-style: normal;
  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: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10px;
}
.block_stat div {
  width: 100%;
  height: 8rem;
  background: #FFFFFF;
  border-radius: 10px;
  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;
}

.slide_content {
  width: 75%;
}

.license1 {
  background-color: #F2F3F7;
}
.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: 10px;
  padding: 20px;
  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 {
  width: 240px;
  margin: 10px 25%;
  height: 355px;
}

.exp2 {
  min-width: 181px;
  height: 234px;
}

.lic {
  width: 6rem;
}

.big_lic {
  width: 10rem;
}

.block_license {
  gap: 20px;
  padding: 30px 20px;
  border-radius: 15px;
  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;
}

.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: 10px;
}
.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: 14px;
  color: #343A40;
}

@media (min-width: 450px) {
  .left_center {
    margin-left: calc((100% - 308px) / 2);
  }
}
@media (min-width: 600px) {
  .btn__leaf {
    gap: 30px;
  }
  .btn__leaf svg {
    width: 63%;
  }
  .btn__leaf p {
    font-size: 17.48px;
  }
  .block_license {
    padding: 30px 40px;
    border-radius: 20px;
  }
  .big_lic {
    width: 70%;
  }
  .lic {
    width: 54%;
  }
  .exp2 {
    height: 236px;
  }
  .exp1 {
    min-width: 181px;
  }
  .expert {
    border-radius: 15px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .license1 img {
    width: 30%;
  }
  .block_stat {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 28px;
  }
  .block_stat div {
    width: 50%;
    height: 15rem;
    border-radius: 20px;
  }
}
@media (min-width: 800px) {
  .left_center {
    margin-left: calc((100% - 485px) / 2);
  }
}
@media (min-width: 1000px) {
  .block_license {
    padding: 50px 96px 74px;
    border-radius: 30px;
  }
  .lic {
    width: 70%;
  }
  .exp2 {
    min-width: 285px;
    height: 400px;
  }
  .exp1 {
    min-width: 285px;
    height: 520px;
  }
  .expert {
    border-radius: 20px;
    padding: 27px;
  }
  .block_stat div {
    width: 264.46px;
    height: 270px;
  }
  .slide_content {
    width: 94%;
  }
  .statistics_license h4 {
    font-size: 36px;
    line-height: 48px;
  }
  .statistics_license h5 {
    font-size: 40px;
    line-height: 46px;
  }
  .statistics_license p {
    font-size: 20px;
    line-height: 23px;
  }
}
.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;
}