@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-size: 100%;
  /* 1 */
    -webkit-text-size-adjust: 100%;
  /* 2 */
    -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
    border: 0;
  /* 1 */
    -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
    border: 0;
  /* 1 */
    padding: 0;
    white-space: normal;
  /* 2 */
    *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
    font-size: 100%;
  /* 1 */
    margin: 0;
  /* 2 */
    vertical-align: baseline;
  /* 3 */
    *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
  /* 2 */
    cursor: pointer;
  /* 3 */
    *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
  /* 1 */
    padding: 0;
  /* 2 */
    *height: 13px;
  /* 3 */
    *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
    overflow: auto;
  /* 1 */
    vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
}

body {
    background-color: #F7F7F7;
    overflow-x: hidden;
    font-family: 'Lab Grotesque';
    font-size: 1.4rem;
    line-height: 1.5;
    color: #000000;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

/* Blocks */
.header {
    position: fixed;
    z-index: 9991;
    top: 0;
    left: 0;
    width: 100%;
}

.header__container-mb {
    display: none;
}

.header__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1300px;
    margin: 0 auto;
    padding: 33px 0;
}

.header__ul {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 59px;
    -moz-column-gap: 59px;
    column-gap: 59px;
}

.header__item {
    margin: 0;
    padding: 0;
}

.header__link {
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    color: #000;
    padding-bottom: 5px;
}

.header__link:hover {
    border-bottom: 2px solid #C20020;
}

.header__btn {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #C20020;
    padding: 8px 15px;
}

.burger .line1 {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.burger .line2 {
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.burger .line3 {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.checkbox {
    position: absolute;
    display: block;
    height: 34px;
    width: 51px;
    top: 35px;
    right: 45px;
    z-index: 9;
    opacity: 0;
    cursor: pointer;
}

.burger input[type="checkbox"]:checked ~ .line1 {
    width: 23px;
    height: 2px;
    -webkit-transform: rotate(45deg) translateX(3px) translateY(2px);
    transform: rotate(45deg) translateX(3px) translateY(2px);
}

.burger input[type="checkbox"]:checked ~ .line2 {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.burger input[type="checkbox"]:checked ~ .line3 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 23px;
    height: 2px;
}

.menu-items {
    padding-top: 120px;
    height: 100vh;
    width: 100%;
    display: none;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 50px;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    text-align: left;
    position: fixed;
    top: 0;
    left: 0;
    background: #F7F7F7;
    row-gap: 30px;
    z-index: 8;
}

.burger input[type="checkbox"]:checked ~ .menu-items {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.menu-items-active {
    display: -ms-flexbox;
    display: flex;
}

.menu-items .header__link:hover {
    border-bottom: 2px solid #326CF9;
}

.menu-items .header__link {
    font-size: 18px;
}

.menu-items li {
    list-style: none;
}

.menu-items .header__btn {
    max-width: 238px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
}

.line-remove {
    -webkit-transform: unset !important;
    transform: unset !important;
    width: unset !important;
    height: unset !important;
}

@font-face {
    font-family: 'Lab Grotesque';
  src: url("../fonts/LabGrotesque-Bold.woff2") format("woff2"), url("../fonts/LabGrotesque-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'Lab Grotesque';
  src: url("../fonts/LabGrotesque-Medium.woff2") format("woff2"), url("../fonts/LabGrotesque-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'Lab Grotesque';
  src: url("../fonts/LabGrotesque-Regular.woff2") format("woff2"), url("../fonts/LabGrotesque-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'Lab Grotesque';
  src: url("../fonts/LabGrotesque-Black.woff2") format("woff2"), url("../fonts/LabGrotesque-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

.accordionjs {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 10px;
    margin-bottom: 20px;
}

.accordionjs .acc_section {
    border: 1px solid #ccc;
    position: relative;
    z-index: 10;
    margin-top: -1px;
    overflow: hidden;
}

.accordionjs .acc_section .acc_head {
    position: relative;
    background: #fff;
    padding: 10px;
    display: block;
    cursor: pointer;
}

.accordionjs .acc_section .acc_head h3 {
    line-height: 1;
    margin: 5px 0;
}

.accordionjs .acc_section .acc_content {
    padding: 10px;
}

.accordionjs .acc_section:first-of-type,
.accordionjs .acc_section:first-of-type .acc_head {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.accordionjs .acc_section:last-of-type,
.accordionjs .acc_section:last-of-type .acc_content {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.accordionjs .acc_section.acc_active > .acc_content {
    display: block;
}

.accordionjs .acc_section.acc_active > .acc_head {
    background: #F9F9F9;
    border-bottom: 1px solid #ccc;
}

.preheader {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.preheader::after {
    display: block;
    content: '';
    background-image: url(../images/bg1_legal.png);
    width: 720px;
    height: 660px;
    position: absolute;
    top: -250px;
    z-index: -1;
    right: 0px;
}

.preheader__title {
    font-size: 100px;
    line-height: 120%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000000;
    margin: 240px 0 0;
}

.preheader__subtitle {
    max-width: 480px;
    font-size: 20px;
    line-height: 120%;
    margin: 40px 0 45px;
}

.preheader__btn {
    font-weight: 500;
    font-size: 19px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #C20020;
    padding: 10px 30px;
}

.bold {
    font-weight: 900;
}

.s-1 {
    max-width: 1300px;
    margin: 110px auto 0;
}

.s-1__title {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #000000;
    margin-bottom: 25px;
}

.s-1__blocks {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.s-1__block {
    padding: 30px;
    display: -ms-flexbox;
    display: flex;
    max-width: 413px;
    width: 100%;
    background: #E8BA52;
}

.s-1__block--green {
    background: #3E8C9E;
}

.s-1__block--blue {
    background: #5E45E3;
}

.s-1__block-title {
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    line-height: 90%;
    margin-bottom: 30px;
}

.s-1__block-text {
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.01em;
    margin-bottom: 10px;
    color: #fff;
}

.s-1__block-text:last-child {
    margin-bottom: 0;
}

.s-1__block-info {
    padding: 15px 0 0 30px;
}

.s-1__img-mb {
    display: none;
}

.s-2 {
    /* max-width: 1300px; */
    margin: 0 auto;
    padding-top: 80px;
    padding-left: 110px;
    position: relative;
    /* background-color: white; */
    /* background-image: url(../images/bg2_legal.svg);
    background-size: cover; */
}

.s-2__container {
    max-width: 1200px;
    margin: 0 auto;
    /* padding-top: 120px;
    padding-left: 110px; */
    position: relative;
    /* background-image: url(../images/bg2_legal.svg);
    background-size: cover; */
}

/* .s-2::after {
    display: block;
    content: '';

    width: 729px;
    height: 755px;
    position: absolute;
    top: -70px;
    right: -70px;
} */

.s-2__title {
    font-weight: 700;
    font-size: 60px;
    line-height: 50px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 45px;
}

.s-2__subtitle {
    font-weight: 700;
    font-size: 26px;
    line-height: 140%;
    letter-spacing: 0.01em;
    max-width: 555px;
    margin-bottom: 30px;
}

.s-2__text {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.01em;
    margin-bottom: 20px;
    max-width: 555px;
}

.s-2__text2 {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.01em;
    margin-bottom: 20px;
    max-width: 300px;
    display: flex;
    justify-content: space-between;
}


.s-2__more {
    display: none;
}

.s-3 {
    background: #094B72;
    /* margin-top: 120px; */
}

.s-3__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 54px 120px 54px 72px;
}

.s-3__text {
  /* margin-right: 200px; */
      max-width: 80%;
      font-size: 20px;
      line-height: 25px;
      letter-spacing: 0.01em;
      margin-bottom: 20px;
      max-width: 555px;
}

.s-4 {
    /* max-width: 1300px; */
    /* padding-top: 125px; */
    margin: 0 auto;
    background-color: white;
}

.s-4__container {
    max-width: 1400px;
    padding-top: 125px;
    margin: 0 auto;
}

.s-4__title {
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #000000;
    margin-bottom: 25px;
}

.s-4__blocks {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 30px;
}

.s-4__block {
    max-width: 413px;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 30px;
    background-color: #fff;
}

.s-4__block-text {
    margin: 45px 0 0;
    font-size: 16px;
    line-height: 120%;
    padding-left: 30px;
}

.s-5 {
    max-width: 1400px;
    width: 100%;
    margin: auto;
    padding-top: 50px;
    position: relative;
    /* background-color: white; */
}

.s-5__container {
    max-width: 1110px;
    margin: 0 auto;
    padding-left: 150px;
}

.s-5::after {
    display: block;
    content: '';
    width: 639px;
    height: 1041px;
    position: absolute;
    top: -50px;
    /* left: -230px; */
    background: url(../images/bg3_left_legal.svg);
    background-repeat: no-repeat;
}

.s-5::before {
    display: block;
    content: '';
    width: 549px;
    /* height: 831px; */
    position: absolute;
    top: -100px;
    right: -100px;
    /* background: url(../images/bg3_left_legal.svg); */
}

.s-5__blocks {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 65px;
}

.s-5__img {
    height: 661px;
}

.s-5__info {
    max-width: 1100px;
}

.s-5__info2 {

  flex-wrap: wrap;
      max-width: 700px;
      display: flex;
      /* align-content: flex-start; */
      /* justify-content: space-between; */

}


.s-5__title {
    font-size: 31px;
    line-height: 100%;
    font-weight: 700;
    margin-bottom: 20px;
}

.s-5__text {
    font-size: 16px;
    line-height: 140%;
    /* margin-bottom: 15px; */
    margin-top: 25px;
}

.s-5__text2 {
  font-size: 16px;
  line-height: 140%;
    margin-left: 15px;
    margin-top: 15px;

}


.s-5__text:last-child {
    margin-bottom: 0;
}

.s-5__btn {
    padding: 10px 30px;
    background: #C20020;
    color: #fff;
    font-weight: 500;
    font-size: 19px;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-decoration: none;
    display: block;
    max-width: 234px;
    margin: 0 auto;
    text-align: center;
}

.s-6 {
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 120px;
}

.s-6__title {
    font-size: 40px;
    font-weight: bold;
    line-height: 48px;
    margin-bottom: 90px;
    text-align: center;
}

.s-6__slider {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.s-6__img {
    margin-bottom: 45px;
}

.s-6__block-title {
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    margin: 0 0 13px;
}

.s-6__block-text {
    font-size: 16px;
    line-height: 22px;
    color: #3f4144;
}

.s-6__block {
    padding: 0 20px;
}

.s-7 {
    background-color: #fff;
    margin-top: 120px;
}

.s-7__container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 56px 120px 130px 151px;
    box-sizing: border-box;
    position: relative;
}

.s-7__container::after {
    display: block;
    background-image: url(../images/bg4_legal.png);
    content: '';
    position: absolute;
    top: -89px;
    right: 106px;
    width: 507px;
    height: 411px;
}

.s-7__title {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 50px;
}

.s-7__img {
    margin-bottom: 16px;
}

.s-7__subtitle {
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    margin-bottom: 23px;
}

.s-7__text {
    max-width: 585px;
    font-size: 18px;
    line-height: 22px;
    color: #3f4144;
    margin-bottom: 60px;
}

.s-7__logos {
    padding: 45px 0;
    border-top: 5px solid #C20020;
    border-bottom: 5px solid #C20020;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}





.s-10 {
    /* background-color: #fff; */
    margin-top: 80px;
}

.s-10__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
}

.s-10__container2 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
}

.s-10__container::after {
    display: block;
    /* background-image: url(../images/s-7-bg.png); */
    content: '';
    position: absolute;
    top: -89px;
    right: 106px;
    width: 507px;
    height: 411px;
}

.s-10__title {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 50px;
}

.s-10__img {
    margin-bottom: 16px;
}

.s-10__subtitle {
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    margin-bottom: 23px;
}

.s-10__text {
    max-width: 585px;
    font-size: 18px;
    line-height: 22px;
    color: #3f4144;
    margin-bottom: 60px;
}

.s-10__logos {
    padding: 45px 0;
    font-size: 18px;
    /* border-top: 5px solid #C20020;
    border-bottom: 5px solid #C20020; */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


    .s-10__logos_img_vert {
      display: none;
    }

.s-10__logos_img {
  text-align-last: center;
}

.s-8 {
    background-color: #273744;
}

.s-8__container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 113px 0 130px;
}

.s-8__title {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 120px;
}

.s-8__blocks {
    max-width: 900px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 90px;
    -moz-column-gap: 90px;
    column-gap: 90px;
    row-gap: 25px;
}

.s-9 {
    max-width: 1046px;
    margin: 0 auto;
    padding-top: 90px;
}

.s-9__title {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 60px;
}

.acc_head {
    background-color: transparent !important;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    padding-bottom: 40px !important;
    padding-top: 40px !important;
    border-bottom: 1px solid #000000;
    position: relative;
}

.accordionjs .acc_section.acc_active > .acc_head {
    border-bottom: none !important;
    padding-bottom: 10px !important;
}

.acc_section {
    background-color: transparent;
}

.accordionjs .acc_section {
    border: none !important;
}

.accordionjs .acc_active {
    border-bottom: 1px solid #000 !important;
    margin-bottom: 0 !important;
    padding-bottom: 40px;
}

.acc_content {
    font-size: 18px;
    line-height: 22px;
    color: #3f4144;
}

.acc_head::after {
    display: block;
    content: '';
    background-image: url(../images/s-9-inactive.svg);
    width: 24px;
    height: 13px;
    position: absolute;
    right: 10px;
    bottom: 42px;
}

.accordionjs .acc_section.acc_active > .acc_head::after {
    background-image: url(../images/s-9-active.svg);
    width: 29px;
    height: 19px;
    right: 10px;
    bottom: 11px;
}

.footer {
    margin-top: 155px;
    background-color: #282828;
}

.footer__blocks {
    display: -ms-flexbox;
    display: flex;
    max-width: 1440px;
    padding: 54px 70px 30px;
    margin: 0 auto;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__text {
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    opacity: 0.9;
    margin-top: 90px;
}

.footer__text-2 {
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    opacity: 0.9;
    margin-top: 40px;
}

.footer__email {
    font-weight: 900;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    opacity: 0.9;
}

.footer__social {
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 13px;
    -moz-column-gap: 13px;
    column-gap: 13px;
}

.footer__copy {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: rgba(247, 246, 245, 0.5);
    margin-top: 40px;
}

.footer__href {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
  /* identical to box height */
    display: block;
    color: #F7F6F5;
    margin-top: 40px;
    opacity: 0.9;
}

.footer__btn {
    display: block;
    max-width: 230px;
    background: #E8BA52;
    padding: 9px 18px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-decoration: none;
    height: 40px;
}

/* Slider */
.slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
    font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: -40px;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 30px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: 45%;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: url(../images/slick-arrow-left.svg);
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: 45%;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: url(../images/slick-arrow-right.svg);
}

[dir="rtl"] .slick-next:before {
    content: "../";
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    height: 450px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    opacity: 1;
    transition: .3s ease-in-out all;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-slide.slick-center {
    opacity: 1;
}

.s-6__slider::after {
    content: "";
    /* background: #FAFAFA; */
    position: absolute;
    top: 0;
    height: 100%;
    width: 12%;
    z-index: 100;
    opacity: .9;
    right: -1px;
    /* background: linear-gradient(90deg, rgba(211, 218, 226, 0.59) 0%, rgba(211, 218, 226, 0) 100%); */
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.s-6__slider::before {
    content: "";
    /* background: #FAFAFA; */
    position: absolute;
    top: 0;
    height: 100%;
    width: 12%;
    z-index: 100;
    opacity: .9;
    /* background: linear-gradient(90deg, rgba(211, 218, 226, 0.59) 0%, rgba(211, 218, 226, 0) 100%); */
}

.popup {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 999;
}

.popup__container {
    background: #F7F7F7;
    max-width: 1300px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 770px;
    overflow-y: scroll;
    position: relative;
    padding: 70px 0;
}

.popup__form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}

.popup__title {
    font-weight: 700;
    font-size: 51px;
    line-height: 61px;
    color: #000000;
    margin-bottom: 30px;
    text-align: center;
}

.popup__subtitle {
    font-size: 26px;
    line-height: 31px;
    color: #000000;
    max-width: 700px;
    text-align: center;
    margin-bottom: 30px;
}

.popup__form {
    display: -ms-flexbox;
    display: flex;
    row-gap: 15px;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 945px;
    margin: 0 auto;
}

.popup__label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 5px;
}

.popup__input {
    background: white;
    border-radius: 8px;
    border: none;
    width: 446px;
    height: 64px;
    /* color: #949494; */
    padding-left: 17px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}

.popup__input::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    /* color: #949494; */
}

.popup__input::-moz-placeholder {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #949494;
}

.popup__input:-ms-input-placeholder {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #949494;
}

.popup__input::-ms-input-placeholder {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #949494;
}

.popup__input::placeholder {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #949494;
}

.popup__btn {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: center;
    color: #000000;
    background: #E8BA52;
    border: none;
    outline: none;
    height: 53px;
    max-width: 290px;
    width: 100%;
    margin: 30px auto 0;
}

.popup__close {
    color: #fff;
    font-size: 30px;
    position: absolute;
    top: 50px;
    right: 50px;
    font-weight: 300;
    cursor: pointer;
}

.popup__active {
    display: -ms-flexbox;
    display: flex;
}

.popup__thank {
    display: none;
}

.popup__form-none {
    display: none;
}

.popup__thank-active {
    display: block;
}

.error-text {
    font-size: 16px;
    color: #fff;
}

.popup__info {
    max-width: 445px;
    color: #000000;
    font-size: 12px;
}

.popup__subtitle-thank {
    font-size: 26px;
    line-height: 31px;
    text-align: center;
    color: #000;
}

.form__group {
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

.form__group input {
    max-width: 288px;
}

.form__group-2 {
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 53px;
    -moz-column-gap: 53px;
    column-gap: 53px;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form__group-2 input {
    max-width: 446px;
}

.popup--program {
    background-color: rgba(0, 0, 0, 0.5);
}

.popup__group {
    margin-bottom: 40px;
    border-bottom: 1px solid #000;
}

.popup__group:last-child {
    border-bottom: unset;
    margin-bottom: 0;
}

.popup__container--program {
    background: #FFFFFF;
    max-width: 1078px;
    overflow-y: auto;
    padding: 80px;
    -ms-flex-pack: unset;
    justify-content: unset;
}

.popup__program-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #C20020;
    margin-bottom: 60px;
}

.popup__group-title {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    padding-left: 60px;
    color: #000000;
    position: relative;
}

.popup__group-min {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 60px 50px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.popup__block {
    max-width: 382px;
}

.popup__block-title {
    font-weight: 800;
    font-size: 20px;
    line-height: 100%;
    color: #000000;
    margin: 0 0 20px;
}

.popup__block-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #000000;
}

.popup__group-title::after {
    display: block;
    content: '';
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    background: #C20020;
    border-radius: 59.5px;
}

.title-purple::after {
    background: #5E45E3;
}

.title-green::after {
    background: #42AD73;
}

.title-yellow::after {
    background: #E8BA52;
}

.s-2__btn {
    font-weight: 500;
    font-size: 19.7398px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    background-color: #5E45E3;
    padding: 10px 30px;
    max-width: 404px;
    cursor: pointer;
}

@media screen and (max-width: 1399px) {
    .header__container {
        padding: 33px 20px;
    }

    .header__ul {
        -webkit-column-gap: 45px;
        -moz-column-gap: 45px;
        column-gap: 45px;
    }

    .header__link {
        font-size: 16px;
    }

    .header__btn {
        font-size: 12px;
    }

    .preheader {
        padding: 0 20px;
    }

    .preheader::after {
        background-size: contain;
        width: 586px;
        height: 648px;
        position: absolute;
        top: -95px;
        right: 0px;
        background-repeat: no-repeat;
    }

    .preheader__title {
        font-size: 90px;
    }

    .preheader__subtitle {
        font-size: 18px;
    }

    .preheader__btn {
        font-size: 17px;
    }

    .s-1 {
        padding: 0 20px;
    }

    .s-1__blocks {
        -webkit-column-gap: 19px;
        -moz-column-gap: 19px;
        column-gap: 19px;
    }

    .s-2__title {
        font-size: 50px;
        margin-bottom: 35px;
    }

    .s-2__subtitle {
        font-size: 22px;
        margin-bottom: 25px;
    }

    .s-2__text {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .s-3__text {
        font-size: 26px;
        line-height: 100%;
    }
    .mob_none{
      display: none;
    }

    .s-4 {
        padding: 120px 20px 0;
    }

    .s-4__blocks {
        -ms-flex-pack: center;
        justify-content: center;
    }

    .s-5::after {
        left: -315px;
    }
}

@media screen and (max-width: 1199px) {
    .header__logo {
        width: 180px;
    }

    .header__ul {
        -webkit-column-gap: 25px;
        -moz-column-gap: 25px;
        column-gap: 25px;
    }

    .header__link {
        font-size: 14px;
    }

    .header__btn {
        font-size: 10px;
        padding: 6px 7.5px;
    }

    .preheader {
        padding: 0 50px;
    }

    .preheader__title {
        font-size: 80px;
    }

    .preheader::after {
        width: 496px;
        height: 648px;
        top: -60px;
    }

    .s-1 {
        padding: 0 50px;
    }

    .s-1__blocks {
        row-gap: 19px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .s-2 {
        padding-left: 50px;
    }

    .s-2__title {
        font-size: 40px;
        margin-bottom: 30px;
    }

    .s-2__subtitle {
        font-size: 26.7588px;
        line-height: 140%;
        margin-bottom: 15px;
    }

    .s-2__text {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .s-2::after {
        background-size: contain;
        background-repeat: no-repeat;
        width: 575px;
        height: 564px;
        top: 131px;
        right: -70px;
    }

    .s-3__container {
        max-width: 1440px;
        margin: 0 auto;
        padding: 45px 50px;
    }

    .s-4 {
        padding: 120px 50px 0;
    }

    .s-4__title {
        margin-bottom: 50px;
    }

    .s-5::after {
        width: 533px;
        height: 876px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .s-5::before {
        width: 402px;
        height: 603px;
        background-size: contain;
        background-repeat: no-repeat;
        top: 0;
    }

    .s-7__container {
        padding: 56px 50px 130px 50px;
    }

    .s-7__container::after {
        top: -28px;
        right: -48px;
        width: 442px;
        height: 355px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .s-10__container {
        padding: 56px 50px 130px 50px;
    }

    .s-10__container::after {
        top: -28px;
        right: -48px;
        width: 442px;
        height: 355px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .s-8__container {
        padding: 113px 50px 130px;
    }

    .s-9 {
        padding: 90px 50px 0;
    }

    .footer__blocks {
        padding: 54px 50px 30px;
        display: grid;
        -ms-flex-align: end;
        align-items: flex-end;
        grid-template-areas: "A A A A   A A B B   B B B B" "A A A A   A A B B   B B B B" "А А А А   А А C C   C C C C" "А А А А   А А D D   D D D D";
    }

    .footer__group {
        grid-area: А;
    }

    .footer__info {
        grid-area: B;
    }

    .footer__social {
        grid-area: C;
    }

    .footer__btn {
        grid-area: D;
    }
}

@media screen and (max-width: 999px) {
    .header__container {
        display: none;
    }

    .header__container-mb {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 38px 45px;
    }

    .burger {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 7px;
    }

    .burger span {
        display: block;
        width: 51px;
        height: 4px;
        background-color: #000;
        border-radius: 20px;
    }

    .preheader__title {
        margin-top: 187px;
        line-height: 120%;
        letter-spacing: 0.05em;
    }

    .preheader__subtitle {
        max-width: 447px;
        font-size: 22px;
    }

    .preheader__subtitle {
        margin: 30px 0 35px;
    }

    .preheader__btn {
        font-size: 20px;
    }

    .preheader::after {
        background-image: url(../images/header-bg-mb.png);
        width: 768px;
        height: 1316px;
        top: 0px;
        right: calc(50% - 384px);
    }

    .s-1 {
        margin: 800px auto 0;
    }

    .s-1__title {
        margin-bottom: 40px;
    }

    .s-1__blocks {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }

    .s-1__block {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        row-gap: 35px;
        max-width: 329px;
    }

    .s-1__block-info {
        padding: 0;
    }

    .s-1__block {
        padding: 20px 15px;
    }

    .s-1__block-title {
        margin-bottom: 10px;
    }

    .s-1__img-mb {
        display: block;
    }

    .s-1__img {
        display: none;
    }

    .s-2__subtitle {
        max-width: 60%;
    }

    .s-2__text {
        max-width: 385px;
    }

    .s-2::after {
        width: 446px;
        height: 575px;
        background-image: url(../images/s-2-bg-mb.png);
        top: 148px;
        right: -20px;
    }

    .s-4__block {
        padding: 17px 12px;
        max-width: 329px;
    }

    .s-4__block-text {
        padding-left: 16px;
        font-size: 14px;
    }

    .s-4__blocks {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
        row-gap: 10px;
    }

    .s-5__container {
        max-width: 415px;
        padding-left: 0;
    }

    .s-5__title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .s-5__text {
        font-size: 16px;
        max-width: 420px;
        margin-bottom: 25px;
    }

    .s-5__text2 {
        font-size: 16px;
        max-width: 420px;
        margin-left: 15px;
        margin-top: 15px;
    }

    .s-5__img {
        height: 530px;
    }

    .s-5::after {
        width: 341px;
        height: 619px;
        top: 35px;
        left: -172px;
    }

    .s-5::before {
        width: 308px;
        height: 481px;
    }

    .s-5__blocks {
        margin-bottom: 50px;
    }

    .s-6 {
        margin: 0 auto;
        padding-top: 100px;
    }

    .s-6__title {
        margin-bottom: 60px;
    }

    .s-6__img {
        width: 100%;
    }

    .s-6__block {
        padding: 0 5px;
    }

    .slick-track {
        -webkit-column-gap: unset;
        -moz-column-gap: unset;
        column-gap: unset;
    }

    .s-7__container {
        padding: 113px 50px 120px;
    }

    .s-7__title {
        margin-bottom: 80px;
    }

    .s-7__logos {
        padding: 38px 0 46px;
    }

    .s-10__container {
        padding: 113px 50px 120px;
    }

    .s_10__title {
        margin-bottom: 80px;
    }

    .s-10__logos {
        padding: 38px 0 46px;
    }

    .s-8__blocks {
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
    }

    .s-8__title {
        text-align: left;
    }

    .s-8__block-img img {
        max-width: 100%;
    }

    .acc_head {
        padding-bottom: 18px !important;
        padding-top: 18px !important;
    }

    .acc_head::after {
        bottom: 22px;
    }

    .popup__form {
        row-gap: 0;
    }

    .form__group {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .form__group-2 {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .form__group input {
        max-width: 466px;
    }

    .popup__container {
        height: 770px;
    }
}

@media screen and (max-width: 768px) {
    .preheader::after {
        background-image: url(../images/header-bg-mb.png);
        width: 662px;
        height: 1236px;
        top: 100px;
        right: calc(50% - 331px);
    }

    .s-2::after {
        width: 309px;
        height: 399px;
        background-image: url(../images/s-2-bg-mb.png);
        top: 258px;
        right: 0;
    }

    .s-5::after {
        width: 316px;
        height: 619px;
        top: 35px;
        left: -172px;
    }

    .s-7__container::after {
        top: -55px;
        right: -48px;
        width: 411px;
        height: 355px;
    }

    .s-10__container::after {
        top: -55px;
        right: -48px;
        width: 411px;
        height: 355px;
    }

    .popup__container--program {
        padding: 40px;
    }

    .popup__program-title {
        font-size: 30px;
        line-height: 38px;
    }

    .popup__group-title {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 30px;
    }

    .popup__group-title::after {
        width: 26px;
        height: 26px;
    }

    .popup__block-title {
        font-size: 16px;
        line-height: 100%;
        color: #000000;
        margin: 0 0 15px;
    }

    .popup__block-text {
        font-size: 15px;
    }
}

@media screen and (max-width: 667px) {
    .header__container-mb {
        padding: 23px 25px;
    }

    .header__logo {
        width: 186px;
    }

    .burger {
        row-gap: 4px;
    }

    .burger span {
        width: 23px;
        height: 2px;
    }

    .menu-items {
        padding-left: 25px;
    }

    .burger input[type="checkbox"]:checked ~ .line1 {
        width: 23px;
        height: 2px;
        -webkit-transform: rotate(45deg) translateX(-3px) translateY(-2px);
        transform: rotate(45deg) translateX(-3px) translateY(-2px);
    }

    .checkbox {
        height: 20px;
        width: 20px;
        top: 23px;
        right: 30px;
    }

    .preheader {
        position: relative;
        z-index: 1;
        padding: 0 25px;
    }

    .preheader__title {
        font-size: 38px;
        margin-top: 150px;
        line-height: 120%;
        letter-spacing: 0.05em;
    }

    .preheader__subtitle {
        font-size: 16px;
        max-width: 310px;
        margin: 15px 0 20px;
    }

    .preheader__btn {
        font-size: 14px;
    }

    .preheader::after {
        /* background-image: url(../images/header-bg-mb-2.png); */
        width: 360px;
        height: 745px;
        top: 250px;
        right: calc(50% - 180px);
        z-index: -1;
    }

    .s-1 {
        margin: 0;
    }

    .s-1__title {
        margin-bottom: 25px;
        font-size: 30px;
        text-align: center;
    }

    .s-1__blocks {
        row-gap: 8px;
    }

    .s-1__block {
        row-gap: 20px;
    }

    .s-1__block-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .s-2 {
        margin: 0 auto;
        padding: 60px 50px 0;
    }

    .s-2__title {
        font-size: 30px;
        margin-bottom: 12px;
    }

    .s-2__subtitle {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 25px;
        max-width: 100%;
    }

    .s-2__btn {
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.02em;
        color: #FFFFFF;
        background-color: #5E45E3;
        padding: 5px 15px;
        max-width: 280px;
        margin-bottom: 10px;
        cursor: pointer;
    }

    .s-2__text {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .s-2__text:nth-child(5) {
        display: none;
    }

    .s-2__text:nth-child(4) {
        display: none;
    }

    .s-2__more {
        display: block;
        font-size: 16px;
        line-height: 140%;
        font-weight: 700;
        text-decoration: underline;
    }

    .s-2::after {
        width: 178px;
        height: 228px;
        background-image: url(../images/s-2-bg-mb.png);
        bottom: -202px;
        right: 0;
        top: unset;
    }

    .s-3 {
        margin-top: 200px;
    }

    .s-3__text {
        font-size: 16px;
        line-height: 100%;
    }

    .mob_none{
      display: none;
    }

    .s-4 {
        margin: 0 auto;
        padding-top: 80px;
    }

    .s-4__title {
        font-size: 30px;
    }

    .s-4__img {
        width: 138px;
    }

    .s-4__blocks {
        row-gap: 6px;
    }

    .s-5 {
        margin: 0 auto;
        padding-top: 50px;
    }

    .s-5__title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .s-5__text {
        font-size: 14px;
        max-width: 370px;
        margin-bottom: 25px;
    }

    .s-5__text2 {
        font-size: 14px;
        max-width: 370px;
        margin-left: 15px;
        margin-top: 15px;
    }


    .s-5__img {
        height: 434px;
    }

    .s-5__text {
        max-width: 288px;
    }

    .s-5__container {
        max-width: 320px;
        padding-left: 0;
    }

    .s-5__blocks {
        margin-bottom: 75px;
    }

    .s-5::after {
        width: 167px;
        height: 281px;
        top: 445px;
        left: -62px;
    }

    .s-5::before {
        top: 419px;
        width: 228px;
        height: 254px;
    }

    .s-6__title {
        font-size: 30px;
        margin-bottom: 40px;
    }

    .s-6__block-title {
        font-size: 16px;
        text-align: center;
    }

    .s-6__block-text {
        font-size: 14px;
        line-height: 16px;
        padding: 0 5px;
    }

    .s-6__img {
        width: 100px;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .slick-track {
        height: 300px;
    }

    .s-7__container {
        padding: 20px 25px 80px;
    }

    .s-7__title {
        font-size: 30px;
        line-height: 36px;
    }

    .s-7__title {
        margin-bottom: 65px;
    }

    .s-7__subtitle {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 18px;
    }

    .s-7__text {
        font-size: 16px;
    }

    .s-7__logos {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: unset;
        justify-content: unset;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        row-gap: 25px;
    }

    .s-7__container::after {
        top: -90px;
        right: -48px;
        width: 267px;
        height: 187px;
    }



    .s-10__container {
        padding: 20px 25px 80px;

    }

    .s-10__container2 {
        padding: 20px 25px 80px;
        display: flex;
    }

    .s-10__title {
        font-size: 30px;
        line-height: 36px;
    }

    .s-10__title {
        margin-bottom: 65px;
    }

    .s-10__subtitle {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 18px;
    }

    .s-10__text {
        font-size: 16px;
    }

    .s-10__logos {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: unset;
        justify-content: unset;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        row-gap: 25px;
    }

    .s-10__container::after {
        top: -90px;
        right: -48px;
        width: 267px;
        height: 187px;
    }

    .s-8__container {
        padding: 70px 25px;
    }

    .s-8__title {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 25px;
    }

    .s-9 {
        padding: 80px 25px 0;
        margin: 0 auto;
    }

    .s-9__title {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 20px;
    }

    .acc_head {
        font-size: 16px;
        line-height: 20px;
    }

    .acc_content {
        font-size: 14px;
    }

    .accordionjs .acc_active {
        padding-bottom: 20px;
    }

    .footer {
        margin-top: 77px;
    }

    .footer__blocks {
        padding: 90px 25px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .footer__copy {
        margin-top: 30px;
        margin-bottom: 80px;
    }

    .footer__info {
        margin-bottom: 70px;
    }

    .footer__social {
        margin-bottom: 25px;
    }

    .popup__title {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .popup__subtitle {
        font-size: 16px;
        line-height: 20px;
        max-width: 300px;
        margin-bottom: 20px;
    }

    .popup__label {
        font-size: 14px;
        line-height: 14px;
    }

    .popup__input {
        margin-top: 5px;
        max-width: 300px;
        height: 50px;
    }

    .popup__input::-webkit-input-placeholder {
        font-size: 16px;
        line-height: 16px;
        padding-left: 10px;
    }

    .popup__input::-moz-placeholder {
        font-size: 16px;
        line-height: 16px;
        padding-left: 10px;
    }

    .popup__input:-ms-input-placeholder {
        font-size: 16px;
        line-height: 16px;
        padding-left: 10px;
    }

    .popup__input::-ms-input-placeholder {
        font-size: 16px;
        line-height: 16px;
        padding-left: 10px;
    }

    .popup__input::placeholder {
        font-size: 16px;
        line-height: 16px;
        padding-left: 10px;
    }

    .popup__btn {
        max-width: 240px;
        margin: 20px auto 0;
    }

    .popup__close {
        top: 30px;
        right: 30px;
        width: 25px;
    }
}

@media screen and (max-width: 475px) {
    .s-5::after {
        left: -90px;
    }

    .s-5::before {
        right: -135px;
    }

    .s-6__block-title {
        font-size: 14px;
        line-height: 14px;
        margin: 0 0 5px;
    }

    .s-6__block-text {
        font-size: 11px;
        line-height: 12px;
        padding: 0 5px;
    }

    .slick-prev {
        left: 40%;
    }

    .slick-next {
        right: 40%;
    }

    .s-7__container::after {
        top: -35px;
        right: -63px;
        width: 240px;
        height: 150px;
    }

    .s-7__logos {
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .s-7__logo {
        width: 90%;
    }

    .s-7__logo-block {
        max-width: 150px;
        width: 100%;
    }




    .s-10__container::after {
        top: -35px;
        right: -63px;
        width: 240px;
        height: 150px;
    }

    .s-10__logos {
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }


.s-10__logos_img_vert {
  display: flex;
flex-wrap: wrap;
flex-direction: row;
width: 155px;
}
    .s-10__logos_img {
      display: none;
    }

    .s-10__logo {
        width: 90%;
    }

    .s-10__logo-block {
        max-width: 400px;
        width: 100%;
        font-size: 16px;
    }

    .acc_head {
        font-size: 14px;
        line-height: 20px;
    }

    .form__group input {
        max-width: 280px;
    }

    .form__group-2 input {
        max-width: 280px;
    }

    .popup__input::-webkit-input-placeholder {
        font-size: 14px;
        padding-left: 5px;
    }

    .popup__input::-moz-placeholder {
        font-size: 14px;
        padding-left: 5px;
    }

    .popup__input:-ms-input-placeholder {
        font-size: 14px;
        padding-left: 5px;
    }

    .popup__input::-ms-input-placeholder {
        font-size: 14px;
        padding-left: 5px;
    }

    .popup__input::placeholder {
        font-size: 14px;
        padding-left: 5px;
    }

    .popup__input {
        padding-left: 5px;
    }

    .popup__info {
        max-width: 280px;
    }

    .popup__container--program {
        padding: 15px;
    }

    .popup__group-min {
        padding: 0 0px 25px;
    }
}
