@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Ubuntu+Sans:ital,wght@0,100..800;1,100..800&display=swap");
@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;
}

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

.modal_course_two {
  display: none;
}

.modal_course_three {
  display: none;
}

.modal_course_one, .modal_course_two, .modal_course_three {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
}
.modal_course_one .bg_modal, .modal_course_two .bg_modal, .modal_course_three .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;
}
.modal_course_one .bg_modal .body, .modal_course_two .bg_modal .body, .modal_course_three .bg_modal .body {
  max-width: 600px;
  width: 100%;
  border-radius: 10px;
  padding: 10px;
  background: #fff;
}
@media (max-width: 728px) {
  .modal_course_one .bg_modal .body, .modal_course_two .bg_modal .body, .modal_course_three .bg_modal .body {
    width: 300px;
    padding: 0;
  }
}

.card_user_modal {
  display: none;
}

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

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

.text_preview {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #232323;
}

@media (min-width: 600px) {
  .text_preview {
    font-size: 30px;
    line-height: 34px;
  }
}
@media (min-width: 1000px) {
  .text_preview {
    font-size: 48px;
    line-height: 55px;
  }
}
.bg_yellow_blur {
  background: rgba(200, 195, 53, 0.9);
  backdrop-filter: blur(1.32653px);
}

.bg_green_blur {
  background: rgba(53, 200, 109, 0.9);
  backdrop-filter: blur(1.32653px);
}

.bg_yellow {
  background: linear-gradient(83.12deg, #CABA33 0.48%, #F2DD34 57.5%, #FEF4A0 100%);
}

.bg_green {
  background: linear-gradient(83.12deg, #36B865 0.48%, #6ADE94 57.5%, #DBFAE6 100%);
}

.bg_yellow_light {
  background: #FFFED4;
}

.bg_green_light {
  background: #EEFDF3;
}

.border_yellow {
  border: 0.616928px solid #CDBD33;
}

.border_green {
  border: 0.616928px solid #34B764;
}

.color_yellow {
  color: #CDBD33;
}

.color_green {
  color: #34B764;
}

.color_purple {
  color: #892CFF;
}

.yellow {
  background-color: #CDBD33;
}

.green {
  background-color: #34B764;
}

.purple {
  background-color: #892CFF;
}

.btn_yellow {
  background: linear-gradient(276.57deg, #CDBD33 5.1%, #EBE183 99.39%);
}

.btn_green {
  background: linear-gradient(276.57deg, #34B764 5.1%, #6BD793 99.39%);
}

.btn_purple {
  background: linear-gradient(276.57deg, #9634FB 5.1%, #B77FFF 99.39%);
}

.block_desc_yellow {
  background: #FFFACE;
}

.block_desc_green {
  background: #C6F5D7;
}

.list_yellow {
  background-color: #FDF39A;
}

.list_green {
  background-color: #EBFFF0;
}

.leave_request_yellow {
  background: linear-gradient(276.57deg, #CBBB33 5.1%, #F1DD34 99.39%);
}

.leave_request_green {
  background: linear-gradient(276.57deg, #34B764 5.1%, #8AE5AB 99.39%);
}

html {
  scroll-behavior: smooth;
}

.rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.close {
  display: none;
}

.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;
  margin-top: 6px;
}
.header_content .nav {
  display: none;
}
.header_content .logo img {
  width: 40%;
}
.header_content .tel {
  display: none;
}
.header_content .get_course {
  padding: 5px 25px;
  width: 122px;
  height: 25px;
  background: #FD4B04;
  border-radius: 20px;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #FFFFFF;
}

@media (min-width: 700px) {
  .header_content {
    margin-top: 20px;
  }
  .header_content .logo img {
    width: 60%;
  }
  .header_content .get_course {
    padding: 8px;
    width: 102px;
    height: 30px;
    border-radius: 15px;
    font-size: 12px;
    line-height: 14px;
  }
  .header_content .tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    text-align: right;
    color: #3C3C3C;
  }
  .header_content .tel_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 18px;
  }
}
@media (min-width: 1000px) {
  .header_content .logo img {
    width: 100%;
  }
  .header_content .get_course {
    width: 166px;
    height: 40px;
    border-radius: 20px;
    padding: 10px 8px;
    font-size: 16px;
    line-height: 18px;
  }
  .header_content .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
  .header_content .nav a {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #232323;
  }
  .header_content .tel {
    font-size: 20px;
    line-height: 23px;
  }
}
.first_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}
.first_section h1 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  color: #252D4D;
}
.first_section h1 span {
  font-size: 40px;
  line-height: 40px;
}
.first_section h4 {
  margin-top: 4px;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #252D4D;
}

.first_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-top: 17px;
  padding: 30px 20px 20px 20px;
  width: 100%;
  height: 455px;
  border-radius: 10px;
  background-image: url(https://fs.advance.ru/landing-pages/sale/summer_intensive_course/first_bg320.png);
  background-size: cover;
  background-position-x: center;
  background-position-y: bottom;
}
.first_content .desc .orange {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 17px;
  color: #FD4B04;
}
.first_content .desc .black {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  color: #252D4D;
}
.first_content .desc div {
  margin: 7px 0 10px;
  padding: 15px 19px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(255, 255, 255, 0.3);
  border: 0.308464px solid #FFFFFF;
  backdrop-filter: blur(3.08464px);
  border-radius: 9.69598px;
}
.first_content .desc div p {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #252D4D;
}
.first_content .desc div li {
  padding: 4px 0px 0px 15px;
  position: relative;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #252D4D;
}
.first_content .desc div li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 8px;
  background-image: url(https://fs.advance.ru/landing-pages/sale/summer_intensive_course/check-red.svg);
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.first_content .img_block img {
  position: absolute;
  right: calc(50% - 150px);
  bottom: 0px;
  width: 21rem;
  border-radius: 10px;
}

.for_class {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-left: calc(50% - 126px);
  margin-top: 185px;
}
.for_class div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 122px;
  height: 27px;
  border-radius: 4px;
}
.for_class div p {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 12.0412px;
  line-height: 14px;
  color: #FFFFFF;
}
.for_class div p span {
  font-weight: 700;
}

.after_first_content {
  display: none;
}

@media (min-width: 700px) {
  .first_section {
    margin-top: 20px;
  }
  .first_section h1 {
    font-size: 44px;
    line-height: 62px;
  }
  .first_section h1 span {
    font-size: 60px;
  }
  .first_section h4 {
    font-size: 18px;
    line-height: 21px;
  }
  .first_content {
    height: 277px;
    background-image: url(https://fs.advance.ru/landing-pages/sale/summer_intensive_course/first_bg768.png);
  }
  .first_content .desc {
    width: 50%;
  }
  .first_content .desc .orange {
    font-size: 18px;
    line-height: 21px;
  }
  .first_content .desc div {
    margin: 15px 0 18px;
  }
  .first_content .desc .black {
    font-size: 15px;
    line-height: 17px;
  }
  .first_content .img_block img {
    right: 0;
    bottom: 1px;
    width: 25.5rem;
  }
  .for_class {
    gap: 18px;
    margin-left: calc(70% - 95px);
    margin-top: calc(8% - 100px);
  }
  .after_first_content {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
  }
  .after_first_content .promotion {
    padding: 13px 21px;
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #FFFFFF;
    border: 0.616928px solid #FD4B04;
    border-radius: 15px;
  }
  .after_first_content .promotion p {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 17px;
    text-align: center;
    color: #FD4B04;
  }
  .after_first_content .promotion a {
    height: 49.42px;
    margin-top: 7px;
    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: 12px;
    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;
    color: #FFFFFF;
  }
  .recomendation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    padding: 21px 31px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
    height: 104px;
    background: #FDFFF2;
    border-radius: 15px;
  }
  .recomendation p {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #252D4D;
  }
  .recomendation div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 17px;
  }
  .recomendation img {
    width: 50%;
  }
}
@media (min-width: 750px) {
  .first_content {
    padding: 35px 44px;
  }
}
@media (min-width: 1200px) {
  .first_section h1 {
    font-size: 72px;
    line-height: 80px;
  }
  .first_section h1 span {
    font-size: 100px;
    line-height: 100px;
  }
  .first_section h4 {
    font-size: 30px;
    line-height: 34px;
  }
  .first_content {
    padding: 58px 68px;
    background-image: url(https://fs.advance.ru/landing-pages/sale/summer_intensive_course/first_bg1920.png);
    width: 1146px;
    margin-top: 23px;
    height: 451px;
    border-radius: 20px;
  }
  .first_content .img_block img {
    width: 41.5rem;
  }
  .first_content .desc .orange {
    font-size: 30px;
    line-height: 34px;
  }
  .first_content .desc .black {
    font-size: 24px;
    line-height: 28px;
  }
  .first_content .desc div {
    padding: 25px 30px;
    margin: 24px 0 30px;
    border-radius: 15px;
  }
  .first_content .desc div p {
    font-size: 22px;
    line-height: 25px;
  }
  .first_content .desc div li {
    font-size: 22px;
    line-height: 25px;
    padding: 4px 0px 0px 22px;
  }
  .first_content .desc div li:before {
    width: 15px;
    height: 15px;
    top: 11px;
  }
  .for_class {
    gap: 30px;
    margin-left: calc(70% - 182px);
    margin-top: calc(8% - 140px);
  }
  .for_class div {
    width: 230px;
    height: 50px;
    border-radius: 10px;
  }
  .for_class div p {
    font-size: 22px;
    line-height: 25px;
  }
  .after_first_content {
    margin-top: 30px;
    gap: 30px;
  }
  .after_first_content .promotion {
    padding: 23px 29px;
  }
  .after_first_content .promotion p {
    font-size: 24px;
    line-height: 28px;
  }
  .after_first_content .promotion a {
    margin-top: 19px;
    width: 498px;
    height: 69px;
    font-size: 28px;
    line-height: 32px;
  }
  .recomendation {
    gap: 25px;
    padding: 35px 45px;
    height: 170px;
    border-radius: 20px;
  }
  .recomendation p {
    font-size: 20px;
    line-height: 23px;
  }
  .recomendation img {
    height: 29px;
  }
}
.second_content {
  margin-top: 20px;
  padding: 20px 10px;
  background: #FFF1EC;
  border-radius: 10px;
}
.second_content ul {
  margin-top: 10px;
}
.second_content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 10px;
  padding: 8px 10px 8px 34px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 9.25559px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 9.25559px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #232323;
}
.second_content ul li:before {
  content: "";
  position: absolute;
  left: 12px;
  width: 12px;
  height: 12px;
  background-image: url(https://fs.advance.ru/landing-pages/sale/summer_intensive_course/kurs-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.video_dating h4 {
  padding: 5px 25px;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #FD4B04;
}
.video_dating p {
  padding: 5px 32px;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #232323;
}
.video_dating > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  gap: 10px;
}
.video_dating > div img {
  display: none;
}
.video_dating .iframe {
  z-index: 0;
  margin-top: 10px;
  position: relative;
  width: 274px;
  height: 143px;
  border-radius: 7.5px;
}
.video_dating .iframe:before {
  z-index: -1;
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 274px;
  height: 143px;
  background: #FFFFFF;
  border-radius: 7.5px;
  border: 3.09695px solid #9633FB;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
}
.video_dating .iframe:after {
  z-index: -1;
  content: "";
  left: 0;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 274px;
  height: 143px;
  background: #FFFFFF;
  border-radius: 7.5px;
  border: 3.09695px solid #FD4B04;
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
}
.video_dating iframe {
  z-index: 1;
  width: 274px;
  height: 143px;
  border-radius: 7.5px;
}

@media (min-width: 700px) {
  .second_content {
    padding: 20px 45px 49px;
    border-radius: 20px;
  }
  .second_content ul li {
    height: 40px;
    font-size: 13px;
    margin-bottom: 13px;
  }
  .second_content ul li:before {
    width: 16px;
    height: 16px;
  }
  .video_dating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .video_dating > div {
    margin-top: 28px;
    gap: 23px;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .video_dating > div div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 60%;
  }
  .video_dating > div div img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .video_dating h4 {
    font-size: 18px;
    line-height: 22px;
    padding: 0 110px;
  }
  .video_dating .iframe {
    width: 412px;
    height: 214px;
  }
  .video_dating .iframe:before {
    width: 412px;
    height: 214px;
    border: 5.09695px solid #9633FB;
  }
  .video_dating .iframe:after {
    top: 0;
    width: 412px;
    height: 214px;
    border: 5.09695px solid #FD4B04;
  }
  .video_dating iframe {
    width: 412px;
    height: 214px;
  }
}
@media (min-width: 1000px) {
  .second_content {
    margin-top: 30px;
    padding: 50px 67px;
  }
  .second_content ul li {
    padding: 17px 70px;
    height: 65px;
    border-radius: 20px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 25px;
  }
  .second_content ul li:before {
    width: 30px;
    height: 30px;
    left: 27px;
  }
  .video_dating h4 {
    margin-top: 30px;
    font-size: 30px;
    line-height: 36px;
  }
  .video_dating p {
    font-size: 22px;
    line-height: 36px;
  }
  .video_dating .iframe {
    width: 671px;
    height: 349px;
  }
  .video_dating .iframe:before {
    width: 671px;
    height: 349px;
    border: 9.09695px solid #9633FB;
  }
  .video_dating .iframe:after {
    width: 671px;
    height: 349px;
    border: 9.09695px solid #FD4B04;
  }
  .video_dating iframe {
    width: 671px;
    height: 349px;
    border-radius: 18px;
  }
}
.third_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;
}
.third_content .btn_desc_second {
  position: absolute;
  right: 20px;
  top: 20px;
}
.third_content img {
  width: 20px;
}
.third_content .preview_block {
  width: 100%;
  height: 80px;
  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;
  padding: 15px 25px;
  border-radius: 15px;
}
.third_content .preview_block h4 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 25px;
  color: #FFFFFF;
}
.third_content button {
  background-color: transparent;
}
.third_content .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 15px;
}
.third_content .desc {
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.third_content .bottom {
  background-color: #FFFFFF;
  border-radius: 15px;
}
.third_content .block_desc {
  position: relative;
  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;
  padding: 15px;
  border-radius: 15px;
}
.third_content .first_desc {
  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 .first_desc > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.third_content .first_desc > div div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.third_content .first_desc > div .block {
  width: 77px;
  height: 23px;
  border-radius: 5px;
  padding: 2px 5px;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  text-align: center;
  color: #FFFFFF;
}
.third_content .first_desc > div .quantity {
  padding-left: 30px;
  position: relative;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  color: #000000;
}
.third_content .first_desc > div .quantity:before {
  position: absolute;
  content: "";
  width: 20px;
  left: 3px;
  top: -1px;
  height: 20px;
  background-image: url(https://fs.advance.ru/landing-pages/sale/summer_intensive_course/blockicon-play.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.third_content .first_desc > div .hours {
  padding-left: 25px;
  position: relative;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  color: #000000;
}
.third_content .first_desc > div .hours:before {
  padding-left: 26px;
  position: absolute;
  content: "";
  left: 2px;
  width: 20px;
  height: 20px;
  background-image: url(https://fs.advance.ru/landing-pages/sale/summer_intensive_course/blockicon-time.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.third_content .first_desc h5 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 24px;
  color: #000000;
}
.third_content .second_desc {
  gap: 10px;
  padding: 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;
}
.third_content .second_desc p {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 15px;
}
.third_content .second_desc .content_block p {
  width: 178px;
  height: 25px;
  border-radius: 5px;
  padding: 4px 19px;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #FFFFFF;
}
.third_content .second_desc .content_block > ul > li {
  padding-left: 15px;
  position: relative;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 5px;
}
.third_content .second_desc .content_block > ul > li:before {
  position: absolute;
  content: "•";
  left: 0;
}
.third_content .second_desc .content_block > ul > li span {
  font-weight: 700;
}
.third_content .second_desc .content_block > ul ul {
  margin-bottom: 10px;
  padding-left: 15px;
}
.third_content .second_desc .content_block > ul ul li {
  position: relative;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
}
.third_content .second_desc .mini_block {
  background-color: #BEFFD6;
  border-radius: 5px;
  padding: 15px;
}
.third_content .second_desc .mini_block p {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  margin-bottom: 15px;
}
.third_content .leave_request {
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 230px;
  height: 50px;
  border-radius: 5px;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 15px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
}

@media (min-width: 800px) {
  .third_content {
    margin-top: 40px;
    gap: 33px;
  }
  .third_content .bottom {
    border-radius: 20px;
  }
  .third_content .quantity {
    font-size: 16px;
    line-height: 18px;
  }
  .third_content .hours {
    font-size: 16px;
    line-height: 18px;
  }
  .third_content .btn_desc_second {
    position: static;
  }
  .third_content img {
    width: 30px;
  }
  .third_content .preview_block {
    height: 60px;
  }
  .third_content .preview_block h4 {
    font-size: 24px;
  }
  .third_content .second_desc {
    gap: 36px;
    padding: 30px 30px 60px 30px;
  }
  .third_content .second_desc .mini_block {
    margin-right: 128px;
    padding: 30px;
  }
  .third_content .second_desc .mini_block p {
    font-size: 18px;
    line-height: 21px;
  }
  .third_content .second_desc div {
    padding: 0 128px 0 0;
  }
  .third_content .second_desc p {
    font-size: 18px;
    line-height: 21px;
  }
  .third_content .second_desc .content_block p {
    width: 215px;
    height: 30px;
    font-size: 18px;
    line-height: 21px;
  }
  .third_content .second_desc .content_block > ul li {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 10px;
  }
  .third_content .second_desc .content_block > ul ul li {
    font-size: 18px;
    line-height: 21px;
  }
  .third_content .desc {
    padding: 20px 40px;
    gap: 20px;
  }
  .third_content .block_desc {
    padding: 20px 25px;
    border-radius: 20px;
  }
  .third_content .first_desc > div .block {
    width: 95px;
    height: 30px;
    font-size: 20px;
    line-height: 23px;
  }
  .third_content .first_desc h5 {
    font-size: 27px;
    line-height: 25px;
  }
  .third_content .leave_request {
    width: 361px;
    height: 70px;
    border-radius: 15px;
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 1000px) {
  .third_content {
    margin-top: 100px;
    gap: 50px;
  }
  .third_content img {
    width: auto;
  }
  .third_content .preview_block {
    padding: 0px 31px;
    height: 100px;
    border-radius: 20px;
  }
  .third_content .preview_block h4 {
    font-size: 40px;
    line-height: 46px;
  }
  .third_content .preview_block img {
    width: 43px;
  }
  .third_content .list {
    border-radius: 20px;
  }
  .third_content .desc {
    padding: 50px 68px;
    gap: 30px;
  }
  .third_content .block_desc {
    padding: 26px 30px;
  }
  .third_content .first_desc > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 25px;
  }
  .third_content .first_desc h5 {
    font-size: 30px;
    line-height: 34px;
  }
}
.fourth_content {
  margin-top: 20px;
  padding: 20px 18px;
  background: #ECFAFF;
  border-radius: 10px;
}
.fourth_content > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-top: 15px;
}
.fourth_content .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fourth_content .card img {
  width: 7rem;
}
.fourth_content .card h4 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #282828;
  margin-bottom: 5px;
}
.fourth_content .card p {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-size: 11px;
  line-height: 13px;
  color: #282828;
}

@media (min-width: 750px) {
  .fourth_content {
    margin-top: 40px;
    padding: 30px 40px;
    border-radius: 20px;
  }
  .fourth_content > div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 30px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .fourth_content > div .card {
    width: 288px;
    height: 106px;
  }
}
@media (min-width: 1000px) {
  .fourth_content {
    padding: 50px 68px;
    margin-top: 100px;
    border-radius: 30px;
  }
  .fourth_content div {
    row-gap: 60px;
  }
  .fourth_content div .card {
    width: 450px;
    height: 180px;
    gap: 20px;
  }
  .fourth_content div .card img {
    width: 180px;
  }
  .fourth_content div .card h4 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .fourth_content div .card p {
    font-size: 20px;
    line-height: 23px;
  }
}
.fifth_content {
  margin-top: 20px;
}

.card_content {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.card_content > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 20px 20px 20px 10px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.card_content > div img {
  width: 50px;
  height: 50px;
}
.card_content > div p {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  color: #232323;
}
.card_content > div p span {
  font-weight: 500;
}

@media (min-width: 600px) {
  .fifth_content {
    margin-top: 40px;
  }
  .card_content {
    border-radius: 20px;
    gap: 20px;
  }
  .card_content > div {
    border-radius: 20px;
    gap: 20px;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .card_content > div img {
    width: 70px;
    height: 70px;
  }
  .card_content > div p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 1000px) {
  .fifth_content {
    margin-top: 100px;
  }
  .card_content {
    margin-top: 30px;
    gap: 30px;
  }
  .card_content > div {
    gap: 20px;
    border-radius: 20px;
    padding: 30px;
    width: 557px;
    height: 165px;
  }
  .card_content > div img {
    width: 80px;
    height: 80px;
  }
}
.sixth_content {
  margin-top: 20px;
  padding: 20px;
  background: linear-gradient(186.89deg, #7000E3 10.78%, #942BFF 50.94%, #681EB3 89.22%), #FFFFFF;
  border-radius: 18.5502px;
}
.sixth_content h4 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.sixth_content > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 18px;
}
.sixth_content .card .card_img {
  cursor: pointer;
  position: relative;
}
.sixth_content .card .card_img:after {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  background-image: url(https://fs.advance.ru/landing-pages/sale/summer_intensive_course/play.svg);
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  background-size: contain;
  background-repeat: no-repeat;
}
.sixth_content .card img {
  width: 100%;
  margin-bottom: 9px;
}
.sixth_content .card p {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  color: #FFFFFF;
}
.sixth_content .card p span {
  font-weight: 700;
}
.sixth_content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.sixth_content ul li {
  position: relative;
  padding: 9px 10px 9px 34px;
  background: #9F42FF;
  border-radius: 12px;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
}
.sixth_content ul li:before {
  position: absolute;
  content: "";
  left: 10px;
  top: 33%;
  width: 15px;
  height: 15px;
  background-image: url(https://fs.advance.ru/landing-pages/sale/summer_intensive_course/check-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.sixth_content ul li span {
  font-weight: 700;
}

@media (min-width: 600px) {
  .sixth_content {
    margin-top: 40px;
    padding: 30px 45px;
  }
  .sixth_content h4 {
    font-size: 30px;
    line-height: 34px;
  }
  .sixth_content > div {
    gap: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .sixth_content .card {
    width: 38%;
  }
  .sixth_content ul {
    width: 60%;
  }
  .sixth_content ul li {
    padding: 10px 31px 10px 37px;
  }
}
@media (min-width: 1000px) {
  .sixth_content {
    padding: 50px 65px;
    margin-top: 50px;
    border-radius: 30px;
  }
  .sixth_content > div {
    gap: 30px;
  }
  .sixth_content h4 {
    font-size: 48px;
    line-height: 55px;
    text-align: left;
    margin-bottom: 25px;
  }
  .sixth_content ul {
    gap: 10px;
  }
  .sixth_content ul li {
    border-radius: 20px;
    padding: 15px 20px 15px 70px;
    font-size: 20px;
    line-height: 23px;
  }
  .sixth_content ul li:before {
    left: 23px;
    width: 30px;
    height: 30px;
  }
  .sixth_content .card p {
    font-size: 18px;
    line-height: 21px;
  }
  .sixth_content .card .card_img:after {
    width: 140px;
    height: 140px;
    left: calc(50% - 69px);
    top: calc(50% - 69px);
  }
}
.seventh_content {
  background-image: url("https://fs.advance.ru/landing-pages/sale/summer_intensive_course/kids_bg320.png");
  background-position-x: calc(50% - 10px);
  background-position-y: 19rem;
  background-repeat: no-repeat;
  height: 680px;
  margin-top: 20px;
  padding: 25px 20px;
  background-color: #DDF1FF;
  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;
  gap: 10px;
}
.seventh_content h4 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 25px;
  text-align: center;
  color: #232323;
  margin-bottom: 10px;
}
.seventh_content h5 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}
.seventh_content p {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  color: #232323;
}
.seventh_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: 8px;
  padding: 12px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(3.08464px);
  border-radius: 12px;
}
.seventh_content > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.date {
  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;
  width: 69.85px;
  height: 45px;
  border-radius: 6px;
}

.btn_reg {
  height: 49.35px;
  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.08464px 9.25393px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 3.08464px 9.25393px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 17.274px;
  line-height: 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;
  color: #FFFFFF;
}

@media (min-width: 650px) {
  .seventh_content {
    margin-top: 40px;
    padding: 25px 44px;
    padding-right: 50%;
    height: 401px;
    background-image: url("https://fs.advance.ru/landing-pages/sale/summer_intensive_course/kids_bg768.png");
    background-position-x: calc(50% + 98px);
    background-position-y: -11rem;
    gap: 12px;
  }
}
@media (min-width: 1200px) {
  .seventh_content {
    gap: 20px;
    margin-top: 50px;
    border-radius: 20px;
    padding: 40px 68px;
    padding-right: 50%;
    height: 650px;
    background-image: url("https://fs.advance.ru/landing-pages/sale/summer_intensive_course/kids_bg1920.png");
    background-position-x: calc(50% + 300px);
    background-position-y: -18rem;
  }
  .seventh_content h4 {
    font-size: 36px;
    line-height: 41px;
  }
  .seventh_content h5 {
    font-size: 24px;
    line-height: 28px;
  }
  .seventh_content > div {
    padding: 20px 30px;
    border-radius: 20px;
  }
  .seventh_content p {
    font-size: 24px;
    line-height: 24px;
  }
  .date {
    width: 132px;
    height: 70px;
    border-radius: 10px;
  }
  .btn_reg {
    height: 80px;
    font-size: 28px;
    line-height: 32px;
    border-radius: 20px;
  }
}
.eighth_section {
  margin-top: 20px;
}

.eighth_content {
  padding: 20px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.eighth_content h4 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 25px;
  text-align: center;
  color: #232323;
}
.eighth_content > div {
  margin-top: 16px;
  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;
}
.eighth_content > div div {
  padding: 14px 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  background: #E9FFF1;
  border-radius: 10px;
}
.eighth_content > div div img {
  max-width: 35px;
  max-height: 35px;
}
.eighth_content > div div p {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #232323;
}
.eighth_content > div div p span {
  font-weight: 700;
}

.second_block {
  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: 13px;
}
.second_block iframe {
  width: 299px;
  height: 164px;
  border-radius: 10px;
}
.second_block h5 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 17px;
  color: #232323;
}
.second_block p {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 17px;
  color: #232323;
}

.video_card {
  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_block {
  margin-top: 20px;
  padding: 20px;
  background: linear-gradient(83.12deg, #9633FB 0.48%, #AC68FF 57.5%, #B881FF 100%);
  border-radius: 10px;
}
.third_block h4 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
}
.third_block li {
  margin-top: 15px;
  position: relative;
  padding-left: 33px;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 20px;
  color: #FFFFFF;
}
.third_block li:before {
  position: absolute;
  top: 5%;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(https://fs.advance.ru/landing-pages/sale/summer_intensive_course/kurs-arrow-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.third_block li span {
  font-weight: 700;
}

@media (min-width: 650px) {
  .eighth_content {
    padding: 40px 45px;
    border-radius: 20px;
  }
  .eighth_content h4 {
    font-size: 30px;
    line-height: 34px;
    text-align: left;
  }
  .eighth_content > div {
    gap: 20px;
  }
  .eighth_content > div div {
    padding: 15px 20px;
    height: 80px;
    border-radius: 20px;
  }
  .eighth_content > div div p {
    font-size: 24px;
    line-height: 28px;
  }
  .eighth_content > div div img {
    max-width: 50px;
    max-height: 50px;
  }
  .third_block {
    margin-top: 57px;
    padding: 30px 60px;
  }
  .third_block h4 {
    font-size: 30px;
    line-height: 34px;
  }
  .third_block li {
    padding-left: 44px;
  }
  .third_block li:before {
    width: 30px;
    height: 30px;
    background-image: url(https://fs.advance.ru/landing-pages/sale/summer_intensive_course/kurs-arrow-white768.svg);
  }
}
@media (min-width: 730px) {
  .second_block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    gap: 0;
  }
  .second_block .video_card {
    width: 226px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .second_block iframe {
    width: 226px;
    height: 124px;
  }
}
@media (min-width: 1200px) {
  .eighth_section {
    margin-top: 50px;
  }
  .content {
    position: relative;
  }
  .eighth_content {
    width: 65%;
    padding: 60px 68px;
  }
  .eighth_content h4 {
    font-size: 36px;
    line-height: 41px;
  }
  .second_block {
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    left: 70%;
    top: 0;
  }
  .second_block .line {
    margin: 30px 0 30px;
    height: 1px;
    background-color: #E0E0E0;
  }
  .second_block h5 {
    font-size: 16px;
    line-height: 18px;
  }
  .second_block p {
    font-size: 16px;
    line-height: 18px;
  }
  .second_block iframe {
    width: 324px;
    height: 178px;
    border-radius: 20px;
  }
  .second_block .video_card {
    width: auto;
    gap: 16px;
  }
  .third_block {
    width: 65%;
    padding: 30px 50px;
    border-radius: 20px;
  }
  .third_block h4 {
    font-size: 36px;
    line-height: 41px;
  }
  .third_block li {
    font-size: 20px;
    line-height: 23px;
  }
  .third_block li:before {
    width: 35px;
    height: 35px;
  }
}
.ninth_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: 20px;
}
.ninth_content h3 {
  margin-bottom: 15px;
}
.ninth_content > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}

.kids_review {
  padding: 20px;
  width: 225px;
  height: 275px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 9.27201px 9.27201px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 9.27201px 9.27201px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}
.kids_review img {
  width: 100%;
}
.kids_review .kids_img {
  cursor: pointer;
  margin-top: 19px;
  position: relative;
}
.kids_review .kids_img:after {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  background-image: url(https://fs.advance.ru/landing-pages/sale/summer_intensive_course/play.svg);
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  background-size: contain;
  background-repeat: no-repeat;
}
.kids_review h5 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #191E27;
}
.kids_review p {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #191E27;
}

@media (min-width: 700px) {
  .ninth_content {
    margin-top: 40px;
  }
  .ninth_content > div {
    gap: 9px;
  }
}
@media (min-width: 1000px) {
  .ninth_content {
    margin-top: 50px;
  }
  .ninth_content > div {
    gap: 30px;
  }
  .kids_review {
    padding: 30px 32px;
    width: 362px;
    height: 445px;
    border-radius: 20px;
  }
  .kids_review h5 {
    font-size: 24px;
    line-height: 28px;
  }
  .kids_review p {
    font-size: 24px;
    line-height: 28px;
  }
  .kids_review .kids_img {
    margin-top: 25px;
  }
  .kids_review .kids_img::after {
    width: 140px;
    height: 140px;
    left: calc(50% - 69px);
    top: calc(50% - 69px);
  }
}
@font-face {
  font-family: "Ubuntu-regular";
  src: url("https://fs.advance.ru/fonts/Ubuntu/Ubuntu-Regular.woff2") format("woff2"), url("https://fs.advance.ru/fonts/Ubuntu/Ubuntu-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.tenth_section {
  margin-top: 20px;
  background: linear-gradient(357.35deg, #DCBAFF 2.21%, #F2E6FF 94.8%);
}

.tenth_content {
  padding: 30px 0 37px;
}

.course_bye {
  margin-top: 13px;
  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;
}
.course_bye .card {
  padding: 20px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 9.33884px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 9.33884px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}
.course_bye .card .price_desc {
  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;
  gap: 7px;
}
.course_bye .card h4 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
.course_bye .card h4 span {
  font-size: 14px;
  line-height: 16px;
}
.course_bye ul {
  margin: 10px 0 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: 10px;
}
.course_bye ul li {
  padding-left: 22px;
  position: relative;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #232323;
}
.course_bye .line {
  height: 0.62259px;
  background-color: #DFDFDF;
}
.course_bye .sale {
  padding: 4px 10px;
  border-radius: 5px;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  color: #FFFFFF;
}

.bef_yellow:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 2px;
  background-image: url(https://fs.advance.ru/landing-pages/sale/summer_intensive_course/check-yellow.svg);
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.bef_green:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 2px;
  background-image: url(https://fs.advance.ru/landing-pages/sale/summer_intensive_course/check-green.svg);
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.bef_purple:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 2px;
  background-image: url(https://fs.advance.ru/landing-pages/sale/summer_intensive_course/check-violet.svg);
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 1000px) {
  .bef_yellow:before {
    width: 15px;
    height: 15px;
  }
  .bef_green:before {
    width: 15px;
    height: 15px;
  }
  .bef_purple:before {
    width: 15px;
    height: 15px;
  }
}
.price {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #232323;
}

.old_price {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #232323;
}

.sale_price {
  font-family: "Ubuntu Sans", Ubuntu, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 41px;
}

.bye {
  margin-top: 10px;
  width: 260px;
  height: 45px;
  border-radius: 12px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
}

.decor_yellow {
  text-decoration: line-through;
  text-decoration-color: #CDBD33;
}

.decor_green {
  text-decoration: line-through;
  text-decoration-color: #34B764;
}

.decor_purple {
  text-decoration: line-through;
  text-decoration-color: #892CFF;
}

.privileges {
  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: 20px;
}
.privileges div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  background: #C293FF;
  border-radius: 10px;
}
.privileges div span {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  text-align: center;
}
.privileges div a {
  color: #FFFFFF;
}

.form {
  margin-top: 10px;
}

.form_preview {
  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 25px;
  background: radial-gradient(50% 50% at 50% 50%, #D763FF 0%, #8D09BB 100%);
  border-radius: 20px 20px 0px 0px;
}
.form_preview img {
  width: 40%;
}
.form_preview p {
  margin-top: 20px;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
  backdrop-filter: blur(1.14969px);
}

.vidget {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px rgba(150, 51, 251, 0.2);
          box-shadow: 0px 0px 20px rgba(150, 51, 251, 0.2);
  border-radius: 0 0 20px 20px;
}

@media (min-width: 400px) {
  .course_bye {
    margin-top: 22px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .course_bye .card {
    width: 226px;
    height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .course_bye .card div {
    gap: 4px;
  }
  .course_bye ul {
    margin: 10px 0 13px;
    gap: 7px;
  }
  .course_bye ul li {
    font-size: 10px;
    line-height: 11px;
  }
  .price {
    font-size: 10px;
    line-height: 11px;
  }
  .old_price {
    font-size: 22px;
    line-height: 25px;
  }
  .sale_price {
    font-size: 28px;
    line-height: 32px;
  }
  .bye {
    width: 200px;
    height: 45px;
    border-radius: 12px;
    margin-top: 0;
  }
}
@media (min-width: 700px) {
  .tenth_container {
    background-repeat: no-repeat;
    background-image: url(https://fs.advance.ru/landing-pages/sale/summer_intensive_course/dogs_bg768.svg);
    background-position-x: right;
  }
  .tenth_section {
    margin-top: 40px;
  }
  .privileges {
    margin-top: 20px;
  }
  .privileges div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 20px;
  }
  .privileges div a {
    border-bottom: 2px solid;
  }
  .form {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .form_preview {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%;
    border-radius: 20px 0px 0px 20px;
  }
  .vidget {
    width: 50%;
    border-radius: 0 20px 20px 0px;
  }
}
@media (min-width: 760px) {
  .course_bye {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 900px) {
  .tenth_container {
    background-repeat: no-repeat;
    background-image: url(https://fs.advance.ru/landing-pages/sale/summer_intensive_course/dogs_bg.svg);
    background-position-x: right;
  }
}
@media (min-width: 1200px) {
  .tenth_section {
    margin-top: 100px;
  }
  .tenth_content {
    padding: 50px 0 81px;
  }
  .course_bye {
    margin-top: 37px;
  }
  .course_bye .card {
    padding: 30px 20px;
    width: 363px;
    height: 710px;
  }
  .course_bye .card h4 {
    height: 100px;
    font-size: 30px;
    line-height: 34px;
  }
  .course_bye .card h4 span {
    font-size: 20px;
    line-height: 23px;
  }
  .course_bye ul {
    gap: 15px;
  }
  .course_bye ul li {
    font-size: 16px;
    line-height: 18px;
  }
  .course_bye .sale {
    font-size: 20px;
    line-height: 23px;
    padding: 5px 20px;
    border-radius: 10px;
  }
  .bye {
    width: 322px;
    height: 70px;
    border-radius: 15px;
    font-size: 24px;
    line-height: 28px;
  }
  .price {
    font-size: 16px;
    line-height: 18px;
  }
  .old_price {
    font-size: 36px;
    line-height: 41px;
  }
  .sale_price {
    font-size: 44px;
    line-height: 51px;
  }
  .privileges {
    margin-top: 50px;
    gap: 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;
  }
  .privileges div {
    width: 950px;
    height: 80px;
    background: #C293FF;
    border-radius: 20px;
  }
  .privileges div span {
    font-size: 24px;
    line-height: 28px;
  }
  .form {
    margin-top: 50px;
  }
  .form_preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18px;
    padding: 50px 81px 91px;
    border-radius: 30px 0px 0px 30px;
  }
  .form_preview p {
    font-size: 30px;
    line-height: 34px;
  }
  .vidget {
    padding: 0px 58px 0px 44px;
    border-radius: 0px 30px 30px 0px;
  }
}
@media (min-width: 800px) {
  .course_bye .card {
    width: auto;
  }
}
.form_info {
  padding-bottom: 15px;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}
.form_info .vidget {
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.form__socials {
  padding: 20px 20px 26px 20px;
  margin: 0 20px;
  background-color: #AAE3FF;
  border-radius: 15px;
}
.form__socials p {
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-family: "Ubuntu-regular";
  text-align: center;
}
.form__socials p:first-child {
  margin-bottom: 10px;
}
.form__socials ul {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 18px;
  font-family: "Ubuntu-regular";
}
.form__socials ul li {
  position: relative;
  padding: 4px 6px;
  display: grid;
  grid-template-columns: 18px 1fr;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #fff;
}
.form__socials ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 15px;
}
.form__socials ul li a:hover {
  border: 1px solid #263238;
}
.form__socials ul li a:active {
  border: 1px solid #263238;
}

@media (min-width: 700px) {
  .form_info {
    width: 50%;
    border-radius: 0 20px 20px 0px;
  }
  .form_info .vidget {
    width: 100% !important;
  }
  .form__socials {
    padding: 15px 15px 15px 15px;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 10px;
  }
  .form__socials p {
    font-size: 11px;
  }
  .form__socials p:first-child {
    margin-bottom: 5px;
  }
  .form__socials ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 7px;
    font-size: 11px;
    margin-bottom: 5px;
  }
  .form__socials ul li {
    grid-template-columns: 12px 1fr;
  }
}
@media (min-width: 1200px) {
  .form_info {
    border-radius: 0px 30px 30px 0px;
  }
  .form__socials {
    padding: 20px 26px 27px 26px;
    border-radius: 15px;
    margin-left: 44px;
    margin-right: 44px;
    margin-bottom: 30px;
  }
  .form__socials p {
    font-size: 18px;
  }
  .form__socials p:first-child {
    margin-bottom: 10px;
  }
  .form__socials ul {
    gap: 10px;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .form__socials ul li {
    grid-template-columns: 16px 1fr;
  }
}
footer {
  position: relative;
  z-index: 1;
  padding: 50px 0 55px;
  background-color: #404143;
}
@media (max-width: 1230px) {
  footer {
    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;
}
@media (max-width: 1230px) {
  .social_media {
    margin-top: 5px;
    gap: 8px;
  }
}
@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;
}
@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: 40px;
}
@media (max-width: 1230px) {
  .contacts_icon {
    gap: 0;
    height: 20px;
  }
}

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