/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,800&display=swap");

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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, video {
    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;
}

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

.intl-tel-input {
    height: 100%;
    position: relative;
    display: block;
}

.intl-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.intl-tel-input .hide {
    display: none;
}

.intl-tel-input .v-hide {
    visibility: hidden;
}

.intl-tel-input input, .intl-tel-input input[type=tel], .intl-tel-input input[type=text] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0;
}

.intl-tel-input .flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px;
}

.intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    width: 36px;
    height: 100%;
    padding: 0 0 0 8px;
}

.intl-tel-input .selected-flag .iti-flag {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.intl-tel-input .selected-flag .iti-arrow {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555;
}

.intl-tel-input .selected-flag .iti-arrow.up {
    border-top: none;
    border-bottom: 4px solid #555;
}

.intl-tel-input .country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
}

.intl-tel-input .country-list .country.highlight, .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input .country-list.dropup {
    bottom: 100%;
    margin-bottom: -1px;
}

.intl-tel-input .country-list .flag-box {
    display: inline-block;
    width: 20px;
}

@media (max-width: 500px) {
    .intl-tel-input .country-list {
        white-space: normal;
    }
}

.intl-tel-input .country-list .divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC;
}

.intl-tel-input .country-list .country {
    padding: 5px 10px;
}

.intl-tel-input .country-list .country .dial-code {
    color: #999;
}

.intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code, .intl-tel-input .country-list .flag-box {
    vertical-align: middle;
}

.intl-tel-input .country-list .country-name, .intl-tel-input .country-list .flag-box {
    margin-right: 6px;
}

.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=tel], .intl-tel-input.separate-dial-code input[type=text] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0;
}

.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
    right: auto;
    left: 0;
}

.intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
    width: 46px;
}

.intl-tel-input.allow-dropdown .flag-container:hover {
    cursor: pointer;
}

.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
    cursor: default;
}

.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
    background-color: transparent;
}

.intl-tel-input.separate-dial-code .selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
    display: table;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    display: table-cell;
    vertical-align: middle;
    padding-left: 28px;
}

.intl-tel-input.separate-dial-code.iti-sdc-2 input, .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel], .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text] {
    padding-left: 66px;
}

.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
    width: 60px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text] {
    padding-left: 76px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
    width: 70px;
}

.intl-tel-input.separate-dial-code.iti-sdc-3 input, .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel], .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text] {
    padding-left: 74px;
}

.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
    width: 68px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text] {
    padding-left: 84px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    width: 78px;
}

.intl-tel-input.separate-dial-code.iti-sdc-4 input, .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel], .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text] {
    padding-left: 82px;
}

.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
    width: 76px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text] {
    padding-left: 92px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
    width: 86px;
}

.intl-tel-input.separate-dial-code.iti-sdc-5 input, .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel], .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text] {
    padding-left: 90px;
}

.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
    width: 84px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text] {
    padding-left: 100px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
    width: 94px;
}

.intl-tel-input.iti-container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px;
}

.intl-tel-input.iti-container:hover {
    cursor: pointer;
}

.iti-mobile .intl-tel-input.iti-container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed;
}

.iti-mobile .intl-tel-input .country-list {
    max-height: 100%;
    width: 100%;
}

.iti-mobile .intl-tel-input .country-list .country {
    padding: 10px;
    line-height: 1.5em;
}

.iti-flag {
    width: 20px;
}

.iti-flag.be {
    width: 18px;
}

.iti-flag.ch {
    width: 15px;
}

.iti-flag.mc {
    width: 19px;
}

.iti-flag.ne {
    width: 18px;
}


.iti-flag.ac {
    height: 10px;
    background-position: 0 0;
}

.iti-flag.ad {
    height: 14px;
    background-position: -22px 0;
}

.iti-flag.ae {
    height: 10px;
    background-position: -44px 0;
}

.iti-flag.af {
    height: 14px;
    background-position: -66px 0;
}

.iti-flag.ag {
    height: 14px;
    background-position: -88px 0;
}

.iti-flag.ai {
    height: 10px;
    background-position: -110px 0;
}

.iti-flag.al {
    height: 15px;
    background-position: -132px 0;
}

.iti-flag.am {
    height: 10px;
    background-position: -154px 0;
}

.iti-flag.ao {
    height: 14px;
    background-position: -176px 0;
}

.iti-flag.aq {
    height: 14px;
    background-position: -198px 0;
}

.iti-flag.ar {
    height: 13px;
    background-position: -220px 0;
}

.iti-flag.as {
    height: 10px;
    background-position: -242px 0;
}

.iti-flag.at {
    height: 14px;
    background-position: -264px 0;
}

.iti-flag.au {
    height: 10px;
    background-position: -286px 0;
}

.iti-flag.aw {
    height: 14px;
    background-position: -308px 0;
}

.iti-flag.ax {
    height: 13px;
    background-position: -330px 0;
}

.iti-flag.az {
    height: 10px;
    background-position: -352px 0;
}

.iti-flag.ba {
    height: 10px;
    background-position: -374px 0;
}

.iti-flag.bb {
    height: 14px;
    background-position: -396px 0;
}

.iti-flag.bd {
    height: 12px;
    background-position: -418px 0;
}

.iti-flag.be {
    height: 15px;
    background-position: -440px 0;
}

.iti-flag.bf {
    height: 14px;
    background-position: -460px 0;
}

.iti-flag.bg {
    height: 12px;
    background-position: -482px 0;
}

.iti-flag.bh {
    height: 12px;
    background-position: -504px 0;
}

.iti-flag.bi {
    height: 12px;
    background-position: -526px 0;
}

.iti-flag.bj {
    height: 14px;
    background-position: -548px 0;
}

.iti-flag.bl {
    height: 14px;
    background-position: -570px 0;
}

.iti-flag.bm {
    height: 10px;
    background-position: -592px 0;
}

.iti-flag.bn {
    height: 10px;
    background-position: -614px 0;
}

.iti-flag.bo {
    height: 14px;
    background-position: -636px 0;
}

.iti-flag.bq {
    height: 14px;
    background-position: -658px 0;
}

.iti-flag.br {
    height: 14px;
    background-position: -680px 0;
}

.iti-flag.bs {
    height: 10px;
    background-position: -702px 0;
}

.iti-flag.bt {
    height: 14px;
    background-position: -724px 0;
}

.iti-flag.bv {
    height: 15px;
    background-position: -746px 0;
}

.iti-flag.bw {
    height: 14px;
    background-position: -768px 0;
}

.iti-flag.by {
    height: 10px;
    background-position: -790px 0;
}

.iti-flag.bz {
    height: 14px;
    background-position: -812px 0;
}

.iti-flag.ca {
    height: 10px;
    background-position: -834px 0;
}

.iti-flag.cc {
    height: 10px;
    background-position: -856px 0;
}

.iti-flag.cd {
    height: 15px;
    background-position: -878px 0;
}

.iti-flag.cf {
    height: 14px;
    background-position: -900px 0;
}

.iti-flag.cg {
    height: 14px;
    background-position: -922px 0;
}

.iti-flag.ch {
    height: 15px;
    background-position: -944px 0;
}

.iti-flag.ci {
    height: 14px;
    background-position: -961px 0;
}

.iti-flag.ck {
    height: 10px;
    background-position: -983px 0;
}

.iti-flag.cl {
    height: 14px;
    background-position: -1005px 0;
}

.iti-flag.cm {
    height: 14px;
    background-position: -1027px 0;
}

.iti-flag.cn {
    height: 14px;
    background-position: -1049px 0;
}

.iti-flag.co {
    height: 14px;
    background-position: -1071px 0;
}

.iti-flag.cp {
    height: 14px;
    background-position: -1093px 0;
}

.iti-flag.cr {
    height: 12px;
    background-position: -1115px 0;
}

.iti-flag.cu {
    height: 10px;
    background-position: -1137px 0;
}

.iti-flag.cv {
    height: 12px;
    background-position: -1159px 0;
}

.iti-flag.cw {
    height: 14px;
    background-position: -1181px 0;
}

.iti-flag.cx {
    height: 10px;
    background-position: -1203px 0;
}

.iti-flag.cy {
    height: 13px;
    background-position: -1225px 0;
}

.iti-flag.cz {
    height: 14px;
    background-position: -1247px 0;
}

.iti-flag.de {
    height: 12px;
    background-position: -1269px 0;
}

.iti-flag.dg {
    height: 10px;
    background-position: -1291px 0;
}

.iti-flag.dj {
    height: 14px;
    background-position: -1313px 0;
}

.iti-flag.dk {
    height: 15px;
    background-position: -1335px 0;
}

.iti-flag.dm {
    height: 10px;
    background-position: -1357px 0;
}

.iti-flag.do {
    height: 13px;
    background-position: -1379px 0;
}

.iti-flag.dz {
    height: 14px;
    background-position: -1401px 0;
}

.iti-flag.ea {
    height: 14px;
    background-position: -1423px 0;
}

.iti-flag.ec {
    height: 14px;
    background-position: -1445px 0;
}

.iti-flag.ee {
    height: 13px;
    background-position: -1467px 0;
}

.iti-flag.eg {
    height: 14px;
    background-position: -1489px 0;
}

.iti-flag.eh {
    height: 10px;
    background-position: -1511px 0;
}

.iti-flag.er {
    height: 10px;
    background-position: -1533px 0;
}

.iti-flag.es {
    height: 14px;
    background-position: -1555px 0;
}

.iti-flag.et {
    height: 10px;
    background-position: -1577px 0;
}

.iti-flag.eu {
    height: 14px;
    background-position: -1599px 0;
}

.iti-flag.fi {
    height: 12px;
    background-position: -1621px 0;
}

.iti-flag.fj {
    height: 10px;
    background-position: -1643px 0;
}

.iti-flag.fk {
    height: 10px;
    background-position: -1665px 0;
}

.iti-flag.fm {
    height: 11px;
    background-position: -1687px 0;
}

.iti-flag.fo {
    height: 15px;
    background-position: -1709px 0;
}

.iti-flag.fr {
    height: 14px;
    background-position: -1731px 0;
}

.iti-flag.ga {
    height: 15px;
    background-position: -1753px 0;
}

.iti-flag.gb {
    height: 10px;
    background-position: -1775px 0;
}

.iti-flag.gd {
    height: 12px;
    background-position: -1797px 0;
}

.iti-flag.ge {
    height: 14px;
    background-position: -1819px 0;
}

.iti-flag.gf {
    height: 14px;
    background-position: -1841px 0;
}

.iti-flag.gg {
    height: 14px;
    background-position: -1863px 0;
}

.iti-flag.gh {
    height: 14px;
    background-position: -1885px 0;
}

.iti-flag.gi {
    height: 10px;
    background-position: -1907px 0;
}

.iti-flag.gl {
    height: 14px;
    background-position: -1929px 0;
}

.iti-flag.gm {
    height: 14px;
    background-position: -1951px 0;
}

.iti-flag.gn {
    height: 14px;
    background-position: -1973px 0;
}

.iti-flag.gp {
    height: 14px;
    background-position: -1995px 0;
}

.iti-flag.gq {
    height: 14px;
    background-position: -2017px 0;
}

.iti-flag.gr {
    height: 14px;
    background-position: -2039px 0;
}

.iti-flag.gs {
    height: 10px;
    background-position: -2061px 0;
}

.iti-flag.gt {
    height: 13px;
    background-position: -2083px 0;
}

.iti-flag.gu {
    height: 11px;
    background-position: -2105px 0;
}

.iti-flag.gw {
    height: 10px;
    background-position: -2127px 0;
}

.iti-flag.gy {
    height: 12px;
    background-position: -2149px 0;
}

.iti-flag.hk {
    height: 14px;
    background-position: -2171px 0;
}

.iti-flag.hm {
    height: 10px;
    background-position: -2193px 0;
}

.iti-flag.hn {
    height: 10px;
    background-position: -2215px 0;
}

.iti-flag.hr {
    height: 10px;
    background-position: -2237px 0;
}

.iti-flag.ht {
    height: 12px;
    background-position: -2259px 0;
}

.iti-flag.hu {
    height: 10px;
    background-position: -2281px 0;
}

.iti-flag.ic {
    height: 14px;
    background-position: -2303px 0;
}

.iti-flag.id {
    height: 14px;
    background-position: -2325px 0;
}

.iti-flag.ie {
    height: 10px;
    background-position: -2347px 0;
}

.iti-flag.il {
    height: 15px;
    background-position: -2369px 0;
}

.iti-flag.im {
    height: 10px;
    background-position: -2391px 0;
}

.iti-flag.in {
    height: 14px;
    background-position: -2413px 0;
}

.iti-flag.io {
    height: 10px;
    background-position: -2435px 0;
}

.iti-flag.iq {
    height: 14px;
    background-position: -2457px 0;
}

.iti-flag.ir {
    height: 12px;
    background-position: -2479px 0;
}

.iti-flag.is {
    height: 15px;
    background-position: -2501px 0;
}

.iti-flag.it {
    height: 14px;
    background-position: -2523px 0;
}

.iti-flag.je {
    height: 12px;
    background-position: -2545px 0;
}

.iti-flag.jm {
    height: 10px;
    background-position: -2567px 0;
}

.iti-flag.jo {
    height: 10px;
    background-position: -2589px 0;
}

.iti-flag.jp {
    height: 14px;
    background-position: -2611px 0;
}

.iti-flag.ke {
    height: 14px;
    background-position: -2633px 0;
}

.iti-flag.kg {
    height: 12px;
    background-position: -2655px 0;
}

.iti-flag.kh {
    height: 13px;
    background-position: -2677px 0;
}

.iti-flag.ki {
    height: 10px;
    background-position: -2699px 0;
}

.iti-flag.km {
    height: 12px;
    background-position: -2721px 0;
}

.iti-flag.kn {
    height: 14px;
    background-position: -2743px 0;
}

.iti-flag.kp {
    height: 10px;
    background-position: -2765px 0;
}

.iti-flag.kr {
    height: 14px;
    background-position: -2787px 0;
}

.iti-flag.kw {
    height: 10px;
    background-position: -2809px 0;
}

.iti-flag.ky {
    height: 10px;
    background-position: -2831px 0;
}

.iti-flag.kz {
    height: 10px;
    background-position: -2853px 0;
}

.iti-flag.la {
    height: 14px;
    background-position: -2875px 0;
}

.iti-flag.lb {
    height: 14px;
    background-position: -2897px 0;
}

.iti-flag.lc {
    height: 10px;
    background-position: -2919px 0;
}

.iti-flag.li {
    height: 12px;
    background-position: -2941px 0;
}

.iti-flag.lk {
    height: 10px;
    background-position: -2963px 0;
}

.iti-flag.lr {
    height: 11px;
    background-position: -2985px 0;
}

.iti-flag.ls {
    height: 14px;
    background-position: -3007px 0;
}

.iti-flag.lt {
    height: 12px;
    background-position: -3029px 0;
}

.iti-flag.lu {
    height: 12px;
    background-position: -3051px 0;
}

.iti-flag.lv {
    height: 10px;
    background-position: -3073px 0;
}

.iti-flag.ly {
    height: 10px;
    background-position: -3095px 0;
}

.iti-flag.ma {
    height: 14px;
    background-position: -3117px 0;
}

.iti-flag.mc {
    height: 15px;
    background-position: -3139px 0;
}

.iti-flag.md {
    height: 10px;
    background-position: -3160px 0;
}

.iti-flag.me {
    height: 10px;
    background-position: -3182px 0;
}

.iti-flag.mf {
    height: 14px;
    background-position: -3204px 0;
}

.iti-flag.mg {
    height: 14px;
    background-position: -3226px 0;
}

.iti-flag.mh {
    height: 11px;
    background-position: -3248px 0;
}

.iti-flag.mk {
    height: 10px;
    background-position: -3270px 0;
}

.iti-flag.ml {
    height: 14px;
    background-position: -3292px 0;
}

.iti-flag.mm {
    height: 14px;
    background-position: -3314px 0;
}

.iti-flag.mn {
    height: 10px;
    background-position: -3336px 0;
}

.iti-flag.mo {
    height: 14px;
    background-position: -3358px 0;
}

.iti-flag.mp {
    height: 10px;
    background-position: -3380px 0;
}

.iti-flag.mq {
    height: 14px;
    background-position: -3402px 0;
}

.iti-flag.mr {
    height: 14px;
    background-position: -3424px 0;
}

.iti-flag.ms {
    height: 10px;
    background-position: -3446px 0;
}

.iti-flag.mt {
    height: 14px;
    background-position: -3468px 0;
}

.iti-flag.mu {
    height: 14px;
    background-position: -3490px 0;
}

.iti-flag.mv {
    height: 14px;
    background-position: -3512px 0;
}

.iti-flag.mw {
    height: 14px;
    background-position: -3534px 0;
}

.iti-flag.mx {
    height: 12px;
    background-position: -3556px 0;
}

.iti-flag.my {
    height: 10px;
    background-position: -3578px 0;
}

.iti-flag.mz {
    height: 14px;
    background-position: -3600px 0;
}

.iti-flag.na {
    height: 14px;
    background-position: -3622px 0;
}

.iti-flag.nc {
    height: 10px;
    background-position: -3644px 0;
}

.iti-flag.ne {
    height: 15px;
    background-position: -3666px 0;
}

.iti-flag.nf {
    height: 10px;
    background-position: -3686px 0;
}

.iti-flag.ng {
    height: 10px;
    background-position: -3708px 0;
}

.iti-flag.ni {
    height: 12px;
    background-position: -3730px 0;
}

.iti-flag.nl {
    height: 14px;
    background-position: -3752px 0;
}

.iti-flag.no {
    height: 15px;
    background-position: -3774px 0;
}

.iti-flag.np {
    width: 13px;
    height: 15px;
    background-position: -3796px 0;
}

.iti-flag.nr {
    height: 10px;
    background-position: -3811px 0;
}

.iti-flag.nu {
    height: 10px;
    background-position: -3833px 0;
}

.iti-flag.nz {
    height: 10px;
    background-position: -3855px 0;
}

.iti-flag.om {
    height: 10px;
    background-position: -3877px 0;
}

.iti-flag.pa {
    height: 14px;
    background-position: -3899px 0;
}

.iti-flag.pe {
    height: 14px;
    background-position: -3921px 0;
}

.iti-flag.pf {
    height: 14px;
    background-position: -3943px 0;
}

.iti-flag.pg {
    height: 15px;
    background-position: -3965px 0;
}

.iti-flag.ph {
    height: 10px;
    background-position: -3987px 0;
}

.iti-flag.pk {
    height: 14px;
    background-position: -4009px 0;
}

.iti-flag.pl {
    height: 13px;
    background-position: -4031px 0;
}

.iti-flag.pm {
    height: 14px;
    background-position: -4053px 0;
}

.iti-flag.pn {
    height: 10px;
    background-position: -4075px 0;
}

.iti-flag.pr {
    height: 14px;
    background-position: -4097px 0;
}

.iti-flag.ps {
    height: 10px;
    background-position: -4119px 0;
}

.iti-flag.pt {
    height: 14px;
    background-position: -4141px 0;
}

.iti-flag.pw {
    height: 13px;
    background-position: -4163px 0;
}

.iti-flag.py {
    height: 11px;
    background-position: -4185px 0;
}

.iti-flag.qa {
    height: 8px;
    background-position: -4207px 0;
}

.iti-flag.re {
    height: 14px;
    background-position: -4229px 0;
}

.iti-flag.ro {
    height: 14px;
    background-position: -4251px 0;
}

.iti-flag.rs {
    height: 14px;
    background-position: -4273px 0;
}

.iti-flag.ru {
    height: 14px;
    background-position: -4295px 0;
}

.iti-flag.rw {
    height: 14px;
    background-position: -4317px 0;
}

.iti-flag.sa {
    height: 14px;
    background-position: -4339px 0;
}

.iti-flag.sb {
    height: 10px;
    background-position: -4361px 0;
}

.iti-flag.sc {
    height: 10px;
    background-position: -4383px 0;
}

.iti-flag.sd {
    height: 10px;
    background-position: -4405px 0;
}

.iti-flag.se {
    height: 13px;
    background-position: -4427px 0;
}

.iti-flag.sg {
    height: 14px;
    background-position: -4449px 0;
}

.iti-flag.sh {
    height: 10px;
    background-position: -4471px 0;
}

.iti-flag.si {
    height: 10px;
    background-position: -4493px 0;
}

.iti-flag.sj {
    height: 15px;
    background-position: -4515px 0;
}

.iti-flag.sk {
    height: 14px;
    background-position: -4537px 0;
}

.iti-flag.sl {
    height: 14px;
    background-position: -4559px 0;
}

.iti-flag.sm {
    height: 15px;
    background-position: -4581px 0;
}

.iti-flag.sn {
    height: 14px;
    background-position: -4603px 0;
}

.iti-flag.so {
    height: 14px;
    background-position: -4625px 0;
}

.iti-flag.sr {
    height: 14px;
    background-position: -4647px 0;
}

.iti-flag.ss {
    height: 10px;
    background-position: -4669px 0;
}

.iti-flag.st {
    height: 10px;
    background-position: -4691px 0;
}

.iti-flag.sv {
    height: 12px;
    background-position: -4713px 0;
}

.iti-flag.sx {
    height: 14px;
    background-position: -4735px 0;
}

.iti-flag.sy {
    height: 14px;
    background-position: -4757px 0;
}

.iti-flag.sz {
    height: 14px;
    background-position: -4779px 0;
}

.iti-flag.ta {
    height: 10px;
    background-position: -4801px 0;
}

.iti-flag.tc {
    height: 10px;
    background-position: -4823px 0;
}

.iti-flag.td {
    height: 14px;
    background-position: -4845px 0;
}

.iti-flag.tf {
    height: 14px;
    background-position: -4867px 0;
}

.iti-flag.tg {
    height: 13px;
    background-position: -4889px 0;
}

.iti-flag.th {
    height: 14px;
    background-position: -4911px 0;
}

.iti-flag.tj {
    height: 10px;
    background-position: -4933px 0;
}

.iti-flag.tk {
    height: 10px;
    background-position: -4955px 0;
}

.iti-flag.tl {
    height: 10px;
    background-position: -4977px 0;
}

.iti-flag.tm {
    height: 14px;
    background-position: -4999px 0;
}

.iti-flag.tn {
    height: 14px;
    background-position: -5021px 0;
}

.iti-flag.to {
    height: 10px;
    background-position: -5043px 0;
}

.iti-flag.tr {
    height: 14px;
    background-position: -5065px 0;
}

.iti-flag.tt {
    height: 12px;
    background-position: -5087px 0;
}

.iti-flag.tv {
    height: 10px;
    background-position: -5109px 0;
}

.iti-flag.tw {
    height: 14px;
    background-position: -5131px 0;
}

.iti-flag.tz {
    height: 14px;
    background-position: -5153px 0;
}

.iti-flag.ua {
    height: 14px;
    background-position: -5175px 0;
}

.iti-flag.ug {
    height: 14px;
    background-position: -5197px 0;
}

.iti-flag.um {
    height: 11px;
    background-position: -5219px 0;
}

.iti-flag.us {
    height: 11px;
    background-position: -5241px 0;
}

.iti-flag.uy {
    height: 14px;
    background-position: -5263px 0;
}

.iti-flag.uz {
    height: 10px;
    background-position: -5285px 0;
}

.iti-flag.va {
    width: 15px;
    height: 15px;
    background-position: -5307px 0;
}

.iti-flag.vc {
    height: 14px;
    background-position: -5324px 0;
}

.iti-flag.ve {
    height: 14px;
    background-position: -5346px 0;
}

.iti-flag.vg {
    height: 10px;
    background-position: -5368px 0;
}

.iti-flag.vi {
    height: 14px;
    background-position: -5390px 0;
}

.iti-flag.vn {
    height: 14px;
    background-position: -5412px 0;
}

.iti-flag.vu {
    height: 12px;
    background-position: -5434px 0;
}

.iti-flag.wf {
    height: 14px;
    background-position: -5456px 0;
}

.iti-flag.ws {
    height: 10px;
    background-position: -5478px 0;
}

.iti-flag.xk {
    height: 15px;
    background-position: -5500px 0;
}

.iti-flag.ye {
    height: 14px;
    background-position: -5522px 0;
}

.iti-flag.yt {
    height: 14px;
    background-position: -5544px 0;
}

.iti-flag.za {
    height: 14px;
    background-position: -5566px 0;
}

.iti-flag.zm {
    height: 14px;
    background-position: -5588px 0;
}

.iti-flag.zw {
    height: 10px;
    background-position: -5610px 0;
}

.iti-flag {
    height: 15px;
    box-shadow: 0 0 1px 0 #888;
    background-image: url(../../img/new_pages/flags.png);
    background-repeat: no-repeat;
    background-color: #DBDBDB;
    background-position: 20px 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .iti-flag {
        background-size: 5630px 15px;
        background-image: url(../../img/new_pages/flags@2x.png);
    }
}

.iti-flag.np {
    background-color: transparent;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-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 {
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

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

.color-white {
    color: #fff;
}

.color-white-07 {
    color: rgba(255, 255, 255, 0.7);
}

.color-fountain-blue {
    color: #57C3C0;
}

.color-orange {
    color: #FF9900;
}

.color-royal-blue {
    color: #5845DD;
}

.color-blue-violet {
    color: #4949B7;
}

.color-portage {
    color: #9595EF;
}

.color-pickled-bluewood {
    color: #2D3851;
}

.color-bright-sun {
    color: #FFCC46;
}

.big-title {
    font-weight: 900;
    font-size: 56.9657px;
    line-height: 100%;
    text-transform: uppercase;
    text-shadow: 9.9471px 9.9471px 26.7027px rgba(13, 15, 27, 0.3);
}

@media (max-width: 1240px) and (min-width: 740px) {
    .big-title {
        font-size: 52px;
    }
}

@media (max-width: 740px) {
    .big-title {
        font-size: 24px;
        line-height: 110%;
        text-shadow: 4.44417px 4.44417px 11.9302px rgba(13, 15, 27, 0.3);
    }
}

.section-title-layout {
    position: relative;
}

.section-title {
    font-weight: 800;
    font-size: 34px;
    line-height: 118%;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

@media (max-width: 740px) {
    .section-title {
        font-size: 24px;
    }
}

.section-ghost-title {
    width: 100%;
    font-weight: 900;
    font-size: 125px;
    line-height: 118%;
    text-align: center;
    text-transform: uppercase;
    color: rgba(76, 106, 175, 0.05);
    position: absolute;
    top: -65px;
    left: 0;
}

@media (max-width: 740px) {
    .section-ghost-title {
        display: none;
    }
}

.section-ghost-title.section-ghost-title--white {
    color: rgba(255, 255, 255, 0.03);
}

.title-1 {
    font-weight: bold;
    font-size: 18px;
    line-height: 144%;
}

.title-2 {
    font-weight: 800;
    font-size: 17px;
    line-height: 150%;
}

.title-3 {
    font-weight: bold;
    font-size: 26px;
    line-height: 128%;
}

.title-4 {
    font-weight: 800;
    font-size: 34px;
    line-height: 129%;
    text-transform: uppercase;
}

@media (max-width: 740px) {
    .title-4 {
        font-size: 24px;
        line-height: 118%;
    }
}

.title-5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
}

@media (max-width: 740px) {
    .title-5 {
        font-size: 14px;
    }
}

.title-6 {
    font-size: 24px;
    line-height: 125%;
}

@media (max-width: 740px) {
    .title-6 {
        font-size: 18px;
        line-height: 133%;
    }
}

.title-7 {
    font-weight: bold;
    font-size: 32px;
    line-height: 137%;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .title-7 {
        font-size: 28px;
        line-height: 157%;
    }
}

@media (max-width: 740px) {
    .title-7 {
        font-size: 28px;
        line-height: 107%;
    }
}

.title-8 {
    font-weight: bold;
    font-size: 24px;
    line-height: 183%;
}

@media (max-width: 740px) {
    .title-8 {
        font-size: 20px;
        line-height: 209%;
    }
}

.subtitle {
    font-weight: 600;
    font-size: 22px;
    line-height: 140%;
}

@media (max-width: 740px) {
    .subtitle {
        font-size: 15px;
    }
}

.subtitle-2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 160%;
}

@media (max-width: 740px) {
    .subtitle-2 {
        font-size: 16px;
        line-height: 150%;
    }
}

.subtitle-3 {
    font-weight: 800;
    font-size: 16px;
    line-height: 160%;
}

.subtitle-4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 167%;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .subtitle-4 {
        font-size: 16px;
        line-height: 150%;
    }
}

@media (max-width: 740px) {
    .subtitle-4 {
        font-size: 14px;
        line-height: 143%;
    }
}

.subtitle-4 a {
    color: #FFCC46;
}

.subtitle-5 {
    font-weight: bold;
    font-size: 22px;
    line-height: 100%;
}

@media (max-width: 740px) {
    .subtitle-5 {
        font-size: 12px;
        line-height: 150%;
    }
}

.subtitle-6 {
    font-weight: 800;
    font-size: 20px;
    line-height: 120%;
}

.text-1 {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
}

.text-2 {
    font-size: 14px;
    line-height: 150%;
}

.text-3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 180%;
}

@media (max-width: 740px) {
    .text-3 {
        font-size: 16px;
    }
}

.text-4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
}

@media (max-width: 740px) {
    .text-4 {
        font-size: 16px;
    }
}

.text-5 {
    font-size: 14px;
    line-height: 160%;
}

.text-6 {
    font-size: 14px;
    line-height: 140%;
}

.text-7 {
    font-weight: 600;
    font-size: 12px;
    line-height: 140%;
}

.text-8 {
    font-size: 15px;
    line-height: 147%;
}

@media (max-width: 740px) {
    .text-8 {
        font-size: 14px;
        line-height: 157%;
    }
}

.text-9 {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
}

.text-10 {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
}

@media (max-width: 740px) {
    .text-10 {
        font-size: 14px;
    }
}

.text-11 {
    font-size: 18px;
    line-height: 167%;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .text-11 {
        font-size: 14px;
        line-height: 171%;
    }
}

@media (max-width: 740px) {
    .text-11 {
        font-size: 14px;
        line-height: 143%;
    }
}

.text-12 {
    font-size: 16px;
    line-height: 137%;
}

@media (max-width: 740px) {
    .text-12 {
        font-size: 14px;
        line-height: 143%;
    }
}

.text-13 {
    font-size: 11px;
    line-height: 200%;
}

@media (max-width: 740px) {
    .text-13 {
        font-size: 12px;
        line-height: 150%;
    }
}

.text-14 {
    font-size: 14px;
    line-height: 160%;
}

@media (max-width: 740px) {
    .text-14 {
        font-size: 12px;
        line-height: 150%;
    }
}

.ul-1, .home-program-item__tab_text ul li, .home-program-item__tab_text ol li, .program-tab-li {
    list-style: none;
    font-size: 14px;
    line-height: 141%;
    padding-left: 26px;
    margin-bottom: 20px;
    position: relative;
}

@media (max-width: 740px) {
    .ul-1, .home-program-item__tab_text ul li, .home-program-item__tab_text ol li, .program-tab-li {
        padding-left: 16px;
    }
}

.ul-1:before, .home-program-item__tab_text ul li:before, .home-program-item__tab_text ol li:before, .program-tab-li:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #FF9900;
    position: absolute;
    top: 6px;
    left: 0;
}

.ul-1:last-child, .home-program-item__tab_text ul li:last-child, .home-program-item__tab_text ol li:last-child, .program-tab-li:last-child {
    margin-bottom: 0;
}

.medium {
    font-weight: 500;
}

.semibold {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.extrabold {
    font-weight: 800;
}

.heavy {
    font-weight: 900;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.logo-2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.logo-2__img {
    height: 35px;
}

@media (max-width: 740px) {
    .logo-2__img {
        height: 32px;
    }
}

.logo-2__text {
    font-weight: bold;
    font-size: 25px;
    line-height: 111%;
    letter-spacing: -0.391158px;
    color: #FFFFFF;
    margin-left: 5px;
}

.burger {
    width: 22px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    align-items: flex-end;
    cursor: pointer;
    position: relative;
    top: auto;
    right: auto;
}

.burger:hover .burger-line:nth-child(1), .burger:hover .burger-line:nth-child(3), .burger.burger--active .burger-line:nth-child(1), .burger.burger--active .burger-line:nth-child(3) {
    width: 100%;
}

.burger-line {
    width: 100%;
    height: 3px;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 4px;
    transition: 0.3s;
}

.burger-line:nth-child(1), .burger-line:nth-child(3) {
    width: 17px;
}

.burger-line:last-child {
    margin-bottom: 0;
}

.lang-switcher {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.lang-switcher__current, .lang-switcher__menu_item {
    font-weight: 800;
    font-size: 12px;
    line-height: 192%;
    text-transform: uppercase;
    color: #FFFFFF;
}

.lang-switcher__arrow {
    margin-left: 5px;
}

.lang-switcher__menu {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 5;
}

.lang-switcher__menu_item {
    display: block;
}

.lang-switcher__menu_item:last-child {
    margin-bottom: 0;
}

.lang-switcher.lang-switcher--active .lang-switcher__menu {
    display: block;
}

.gift-box-layout {
    background: #4949B7;
}

.gift-box-layout .gift-box {
    border-radius: 0;
}

.gift-box {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background: #4949B7;
    border-radius: 5px;
    padding: 40px 50px 32px 167px;
    position: relative;
}

@media (max-width: 1240px) {
    .gift-box {
        border-radius: 0;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        margin: 0 auto;
    }
}

@media (max-width: 1240px) and (min-width: 740px) {
    .gift-box {
        max-width: 710px;
        padding: 43px 105px 39px;
    }
}

@media (max-width: 740px) {
    .gift-box {
        max-width: 340px;
        padding: 97px 0 43px;
    }
}

.gift-box:before {
    content: '';
    width: 146px;
    height: 230px;
    /*background: url(../../img/new_pages/common/gift-2.svg) no-repeat center/contain;*/
    background: url(../../img/new_pages/rocket.svg) no-repeat center/contain;
    position: absolute;
    bottom: 0;
    left: -3px;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .gift-box:before {
        bottom: auto;
        top: -92px;
        left: -29px;
    }
}

@media (max-width: 740px) {
    .gift-box:before {
        width: 105px;
        height: 165px;
        top: -86px;
        left: calc(50% - 53px);
        background-image: url(../../img/new_pages/rocket_mobile.svg)
    }
}

.gift-box__main {
    -ms-flex: 1;
    flex: 1;
}

.gift-box__title {
    font-weight: 700;
    font-size: 26px;
    line-height: 160%;
}

.gift-box__title .gift-box__title_color-box {
    background-color: #F73E91;
    padding: 8px 14px;
    border-radius: 23px;
}

@media (max-width: 740px) {
    .gift-box__title {
        font-size: 22px;
        line-height: 30px;
        padding: 0 10px;
    }

    .gift-box__title .gift-box__title_color-box {
        padding: 6px 14px;
    }

    .gift-box__title .gift-box__title_hidden-mobile {
        display: none;
    }
}

.gift-box__text {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    margin-top: 8px;
}

.gift-box__btn:hover {
    color: #ffffff;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .gift-box__text {
        margin-top: 22px;
    }
}

@media (max-width: 740px) {
    .gift-box__text {
        font-size: 16px;
        margin-top: 15px;
    }
}

@media (max-width: 1240px) and (min-width: 740px) {
    .gift-box__btn {
        margin: 28px auto 0;
    }
}

@media (max-width: 740px) {
    .gift-box__btn {
        margin: 26px auto 0;
    }
}

.circle-bg {
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: #E8EFF9;
    position: absolute;
    top: calc(50% - 300px);
    left: calc(50% - 300px);
    z-index: -1;
}

@media (max-width: 740px) {
    .circle-bg {
        width: 330px;
        height: 330px;
        top: calc(50% - 165px);
        left: calc(50% - 165px);
    }
}

.play-btn {
    width: 62px;
    height: 71px;
    background: url(../../img/new_pages/common/play.svg) no-repeat center/contain;
    cursor: pointer;
    position: absolute;
    top: calc(50% - 35px);
    left: calc(50% - 31px);
    z-index: 2;
}

@media (max-width: 740px) {
    .play-btn {
        width: 35px;
        height: 39px;
        top: calc(50% - 17px);
        left: calc(50% - 19px);
    }
}

.btn {
    display: inline-block;
    border-radius: 60px;
    border: 3px solid #FF9900;
    background: #FF9900;
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    font-size: 13px;
    line-height: 123%;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding: 21px 37px;
    transition: 0.4s;
    cursor: pointer;
}

@media (max-width: 740px) {
    .btn {
        width: 100%;
        font-size: 12px;
        padding: 21px 29px;
    }
}

@media (min-width: 1240px) {
    .btn:hover {
        border-color: #F73E91;
        background: #F73E91;
        color: #fff;
    }
}

.btn.btn--2 {
    padding: 25px 29px;
}

@media (max-width: 740px) {
    .btn.btn--2 {
        padding: 21px 29px;
    }
}

.btn.btn--bordered {
    background: transparent;
}

.btn:disabled {
    cursor: default;
    background: #ccc;
    border-color: #ccc;
}

.main-header {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background: #343482;
    padding: 20px 0;
    position: relative;
    z-index: 99;
}

.main-header, .main-header p, .main-header a, .main-header div {
    font-family: Montserrat, sans-serif;
}

.main-header .main-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main-header__left, .main-header__right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.main-header .menu-item a {
    font-family: Montserrat, sans-serif;
}

.main-header .lang-switcher {
    height: auto;
}

.main-header-menu, .main-header-menu > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1240px) {
    .main-header-menu, .main-header-menu > ul {
        display: none;
    }
}

.main-header-menu__item, .main-header-menu .menu-item {
    margin: 0 42px 0 0;
}

.main-header-menu__item:last-child, .main-header-menu .menu-item:last-child {
    margin-right: 0;
}

.main-header-menu__item, .main-header-menu__item a, .main-header-menu .menu-item, .main-header-menu .menu-item a {
    font-weight: 600;
    font-size: 12px;
    line-height: 187.84%;
    text-transform: uppercase;
    color: #FFFFFF;
}

.main-header-menu__item:hover, .main-header-menu__item a:hover, .main-header-menu .menu-item:hover, .main-header-menu .menu-item a:hover {
    color: #FF9900;
}

.main-header-burger {
    margin-left: 40px;
}

.main-header-burger.main-header-burger--active .main-header-submenu {
    display: block;
}

.main-header-submenu {
    width: 290px;
    display: none;
    background: #343482;
    border-radius: 20px;
    position: absolute;
    top: calc(100% + 50px);
    right: -35px;
    z-index: 5;
}

@media (max-width: 1240px) {
    .main-header-submenu {
        width: 100vw;
        height: 100vh;
        border-radius: 0;
        z-index: 999999999;
        position: fixed;
        top: 0;
        right: auto;
        left: 0;
    }
}

@media (max-width: 1240px) and (min-width: 740px) {
    .main-header-submenu {
        padding: 50px 32px;
    }
}

@media (max-width: 740px) {
    .main-header-submenu {
        padding: 50px 32px;
    }
}

.main-header-submenu:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 14px 14px 14px;
    border-color: transparent transparent #343482 transparent;
    position: absolute;
    top: -14px;
    right: 28px;
}

@media (max-width: 1240px) {
    .main-header-submenu:before {
        display: none;
    }
}

.main-header-submenu__inner {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.main-header-submenu__close {
    display: none;
    width: 22px;
    height: 22px;
    background: url(../../img/new_pages/common/close-22.svg) no-repeat center/contain;
    position: absolute;
    top: 27px;
    right: 108px;
}

@media (max-width: 1240px) {
    .main-header-submenu__close {
        display: block;
    }
}

@media (max-width: 740px) {
    .main-header-submenu__close {
        right: 17px;
    }
}

.main-header-submenu-additional {
    display: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.09);
}

@media (max-width: 1240px) {
    .main-header-submenu-additional {
        -ms-flex: 1;
        flex: 1;
        display: -ms-flexbox;
        display: flex;
    }
}

.main-header-submenu-additional, .main-header-submenu-additional > ul {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.main-header-submenu-additional__item, .main-header-submenu-additional .menu-item {
    margin-bottom: 40px;
}

.main-header-submenu-additional__item:last-child, .main-header-submenu-additional .menu-item:last-child {
    margin-bottom: 0;
}

.main-header-submenu-additional__item, .main-header-submenu-additional__item a, .main-header-submenu-additional .menu-item, .main-header-submenu-additional .menu-item a {
    font-weight: 600;
    font-size: 18px;
    line-height: 188%;
    text-transform: uppercase;
    color: #FFFFFF;
}

@media (max-width: 740px) {
    .main-header-submenu-additional__item, .main-header-submenu-additional__item a, .main-header-submenu-additional .menu-item, .main-header-submenu-additional .menu-item a {
        font-size: 16px;
        line-height: 100%;
    }
}

.main-header-submenu-additional__item:hover, .main-header-submenu-additional__item a:hover, .main-header-submenu-additional .menu-item:hover, .main-header-submenu-additional .menu-item a:hover {
    color: #FF9900;
}

.main-header-submenu-main {
    padding: 22px 32px;
}

@media (max-width: 1240px) {
    .main-header-submenu-main {
        -ms-flex: 1;
        flex: 1;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
}

.main-header-submenu-main__item, .main-header-submenu-main__item a, .main-header-submenu-main .menu-item, .main-header-submenu-main .menu-item a {
    display: block;
    font-weight: bold;
    font-size: 14px;
    line-height: 243%;
    color: #FFFFFF;
    position: relative;
    z-index: 2;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .main-header-submenu-main__item, .main-header-submenu-main__item a, .main-header-submenu-main .menu-item, .main-header-submenu-main .menu-item a {
        font-size: 18px;
        line-height: 333%;
    }
}

@media (max-width: 740px) {
    .main-header-submenu-main__item, .main-header-submenu-main__item a, .main-header-submenu-main .menu-item, .main-header-submenu-main .menu-item a {
        font-size: 16px;
        line-height: 375%;
    }
}

.main-header-submenu-main__item:hover, .main-header-submenu-main__item a:hover, .main-header-submenu-main .menu-item:hover, .main-header-submenu-main .menu-item a:hover {
    color: #FF9900;
}

.main-header-lang-switcher {
    margin-left: 46px;
}

@media (max-width: 740px) {
    .main-header-lang-switcher {
        display: none;
    }
}

.main-header-socials {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 40px;
}

@media (max-width: 740px) {
    .main-header-socials {
        display: none;
    }
}

.main-header-social {
    display: block;
    width: 44px;
    margin-right: 20px;
}

.main-header-social:last-child {
    margin-right: 0;
}

.main-header-social__img {
    width: 100%;
    height: auto;
}

.main-footer {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background: #121D54;
    padding: 18px 0;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .main-footer {
        padding: 25px 0 0;
    }
}

@media (max-width: 740px) {
    .main-footer {
        padding: 31px 0 36px;
    }
}

.main-footer, .main-footer p, .main-footer a, .main-footer div {
    font-family: Montserrat, sans-serif;
}

.main-footer .main-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 740px) {
    .main-footer .main-wrapper {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.main-footer-col {
    -ms-flex: 1;
    flex: 1;
}

@media (max-width: 740px) {
    .main-footer-col {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
}

@media (max-width: 1240px) and (min-width: 740px) {
    .main-footer-col.main-footer-col--1 {
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (max-width: 1240px) and (min-width: 740px) {
    .main-footer-col.main-footer-col--2 {
        -ms-flex-order: 3;
        order: 3;
        -ms-flex: initial;
        flex: initial;
        width: 100%;
    }
}

@media (max-width: 740px) {
    .main-footer-col.main-footer-col--2 {
        margin-top: 34px;
    }
}

@media (max-width: 1240px) and (min-width: 740px) {
    .main-footer-col.main-footer-col--3 {
        -ms-flex-order: 2;
        order: 2;
    }
}

@media (max-width: 740px) {
    .main-footer-col.main-footer-col--3 {
        margin-top: 46px;
    }
}

.main-footer-title {
    margin-top: 23px;
}

.main-footer-text {
    max-width: 400px;
    margin-top: 8px;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .main-footer-menu {
        margin-top: 20px;
        position: relative;
    }
}

@media (max-width: 1240px) and (min-width: 740px) {
    .main-footer-menu:before {
        content: '';
        width: 100vw;
        height: 100%;
        background: #0D153D;
        position: absolute;
        top: 0;
        left: calc(50% - 50vw);
    }
}

@media (max-width: 1240px) and (min-width: 740px) {
    .main-footer-menu, .main-footer-menu > ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.main-footer-menu__item, .main-footer-menu .menu-item {
    margin-bottom: 26px;
    position: relative;
    z-index: 2;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .main-footer-menu__item, .main-footer-menu .menu-item {
        margin: 10px 36px 10px 0;
    }
}

@media (max-width: 740px) {
    .main-footer-menu__item, .main-footer-menu .menu-item {
        margin-bottom: 13px;
    }
}

.main-footer-menu__item:last-child, .main-footer-menu .menu-item:last-child {
    margin-bottom: 0;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .main-footer-menu__item:last-child, .main-footer-menu .menu-item:last-child {
        margin-bottom: 10px;
        margin-right: 0;
    }
}

.main-footer-menu__item, .main-footer-menu__item a, .main-footer-menu .menu-item, .main-footer-menu .menu-item a {
    display: block;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 188%;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
}

.main-footer-menu__item:hover, .main-footer-menu__item a:hover, .main-footer-menu .menu-item:hover, .main-footer-menu .menu-item a:hover {
    color: #FF9900;
}

.main-footer-email {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media (max-width: 740px) {
    .main-footer-email {
        -ms-flex-align: center;
        align-items: center;
    }
}

.main-footer-email__title {
    margin-top: 15px;
}

@media (max-width: 740px) {
    .main-footer-email__title {
        margin-top: 8px;
    }
}

.main-footer-email__text {
    margin-top: 8px;
}

.popup-layout {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(25, 30, 43, 0.85);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 999999999;
}

.popup-scrollarea {
    height: 100%;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 0;
    overflow: auto;
    position: relative;
    z-index: 3;
}

@media (min-width: 1480px) {
    .popup-scrollarea {
        padding: 100px 0;
    }
}

@media (max-width: 740px) {
    .popup-scrollarea {
        display: block;
        padding: 80px 0 40px;
    }
}

.popup-close {
    width: 30px;
    height: 30px;
    background: url(../../img/new_pages/common/close-30.svg) no-repeat center/contain;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: -75px;
    z-index: 103;
}

@media (max-width: 1240px) {
    .popup-close {
        right: 0;
    }
}

@media (max-width: 1240px) and (min-width: 740px) {
    .popup-close {
        top: -80px;
    }
}

@media (max-width: 740px) {
    .popup-close {
        width: 22px;
        height: 22px;
        top: -60px;
    }
}

.popup {
    width: 762px;
    background: transparent;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

@media (max-width: 740px) {
    .popup {
        width: 320px;
    }
}

.popup.popup-video {
    width: 832px;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .popup.popup-video {
        width: 710px;
    }
}

@media (max-width: 740px) {
    .popup.popup-video {
        width: 340px;
    }
}

.popup.popup-video .popup-video__video {
    padding-bottom: 56%;
    position: relative;
}

.popup.popup-video .popup-video__video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.popup.popup-tabs {
    width: 964px;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .popup.popup-tabs {
        width: 704px;
    }
}

@media (max-width: 740px) {
    .popup.popup-tabs {
        width: 340px;
    }
}

.popup-slider {
    width: 100%;
    max-width: 762px;
    margin: 0 auto;
}

@media (min-width: 1240px) {
    .popup-slider {
        height: 100vh;
    }
}

@media (max-width: 1240px) and (min-width: 740px) {
    .popup-slider {
        padding-bottom: 150px;
    }
}

@media (max-width: 740px) {
    .popup-slider {
        padding-bottom: 145px;
    }
}

.popup-slider .slick-arrow {
    width: 76px;
    height: 76px;
    background: no-repeat center, #E8EFF9;
    border-radius: 21px;
    font-size: 0;
    position: absolute;
    top: calc(50% - 38px);
}

@media (max-width: 1240px) {
    .popup-slider .slick-arrow {
        top: auto;
        bottom: 0;
    }
}

@media (max-width: 740px) {
    .popup-slider .slick-arrow {
        width: 70px;
        height: 70px;
        border-radius: 19px;
    }
}

@media (min-width: 1240px) {
    .popup-slider .slick-arrow:hover {
        background-color: #FF9900;
    }
}

.popup-slider .slick-arrow.slick-prev {
    background-image: url(../../img/new_pages/home/reviews/arrow-left-mobile.svg);
    left: -250px;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .popup-slider .slick-arrow.slick-prev {
        left: calc(50% - 183px);
    }
}

@media (max-width: 740px) {
    .popup-slider .slick-arrow.slick-prev {
        left: 0;
    }
}

@media (min-width: 1240px) {
    .popup-slider .slick-arrow.slick-prev:hover {
        background-image: url(../../img/new_pages/home/reviews/arrow-left-mobile-hover.svg);
    }
}

.popup-slider .slick-arrow.slick-next {
    background-image: url(../../img/new_pages/home/reviews/arrow-right-mobile.svg);
    right: -250px;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .popup-slider .slick-arrow.slick-next {
        right: calc(50% - 183px);
    }
}

@media (max-width: 740px) {
    .popup-slider .slick-arrow.slick-next {
        right: 0;
    }
}

@media (min-width: 1240px) {
    .popup-slider .slick-arrow.slick-next:hover {
        background-image: url(../../img/new_pages/home/reviews/arrow-right-mobile-hover.svg);
    }
}

@media (min-width: 1240px) {
    .popup-slide {
        height: 100vh;
    }
}

.popup-slide-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 1240px) {
    .popup-slide-inner {
        height: 100vh;
    }
}

.popup-slide-inner img, .popup-slide-inner iframe {
    display: block;
}

.popup-slide-inner img {
    max-width: 100%;
    max-height: 720px;
    width: auto;
    height: auto;
    margin: 0 auto;
}

@media (max-width: 1480px) and (min-width: 1240px) {
    .popup-slide-inner img {
        max-height: 600px;
    }
}

@media (max-width: 740px) {
    .popup-slide-inner img {
        max-height: 480px;
    }
}

.popup-slide-inner__iframe {
    width: 100%;
    height: 500px;
    position: relative;
}

@media (max-width: 740px) {
    .popup-slide-inner__iframe {
        height: 260px;
    }
}

.popup-slide-inner__iframe iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.popup.popup-form {
    width: 463px;
    background: #4949B7;
    border-radius: 20px;
    color: #FFFFFF;
    text-align: center;
    padding: 36px 30px 37px;
}

@media (max-width: 740px) {
    .popup.popup-form {
        width: 340px;
        padding: 32px 20px;
    }
}

.popup.popup-form .popup-form__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 133%;
}

.popup.popup-form .popup-form__subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 137%;
    margin-top: 13px;
}

@media (max-width: 740px) {
    .popup.popup-form .popup-form__subtitle {
        font-size: 14px;
        line-height: 143%;
        margin-top: 17px;
    }
}

.popup.popup-form .popup-form__form {
    margin-top: 18px;
}

@media (max-width: 740px) {
    .popup.popup-form .popup-form__form {
        margin-top: 28px;
    }
}

.popup.popup-form .popup-form__text {
    font-weight: 500;
    font-size: 12px;
    line-height: 183%;
    margin-top: 20px;
}

@media (max-width: 740px) {
    .popup.popup-form .popup-form__text {
        margin-top: 23px;
    }
}

.popup.popup-form .popup-form__disclaimer {
    font-weight: 500;
    font-size: 10px;
    line-height: 160%;
    margin-top: 22px;
}

@media (max-width: 740px) {
    .popup.popup-form .popup-form__disclaimer {
        margin-top: 16px;
    }
}

#popup-form-program-3 .popup-form-2,
#popup-form-program-2 .popup-form-2,
#popup-form-program-1 .popup-form-2 {
    display: flex;
    flex-direction: column;
    ALIGN-ITEMS: flex-end;
}

#popup-form-program-3 .popup.popup-form-2 .popup-form-2__img.popup-form-2__img--2,
#popup-form-program-2 .popup.popup-form-2 .popup-form-2__img.popup-form-2__img--2,
#popup-form-program-1 .popup.popup-form-2 .popup-form-2__img.popup-form-2__img--2 {
    display: block;
}

@media screen and (max-width: 740px) {
    #popup-form-program-3 .popup.popup-form-2 .popup-form-2__img.popup-form-2__img--2,
    #popup-form-program-2 .popup.popup-form-2 .popup-form-2__img.popup-form-2__img--2,
    #popup-form-program-1 .popup.popup-form-2 .popup-form-2__img.popup-form-2__img--2 {
        display: none;
    }
}

#popup-form-program-1 .popup.popup-form-2 .popup-form-2__title,
#popup-form-program-2 .popup.popup-form-2 .popup-form-2__title,
#popup-form-program-3 .popup.popup-form-2 .popup-form-2__title {
    font-size: 32px;
}

.popup.popup-form-2 {
    width: 896px;
    background: #4949B7;
    border-radius: 20px;
    color: #FFFFFF;
    padding: 50px 60px 53px 80px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .popup.popup-form-2 {
        width: 730px;
        padding: 50px 20px 53px 40px;
    }
}

@media (max-width: 740px) {
    .popup.popup-form-2 {
        width: 340px;
        padding: 17px 19px 37px 22px;
    }
}

.popup.popup-form-2 .popup-form-2__wrapper-image {
    width: 42%;
    max-width: 342px;
}

@media (max-width: 740px) {
    .popup.popup-form-2 .popup-form-2__wrapper-image {
        display: none;
    }
}

.popup.popup-form-2 .popup-form-2__info {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.popup.popup-form-2 .popup-form-2__info-text {
    padding: 0 10px;
    position: relative;
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    color: #ffffff;
}

.popup.popup-form-2 .popup-form-2__info-text:nth-child(2) {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

.popup.popup-form-2 .popup-form-2__img,
.popup.popup-form-2 .popup-form-2__img-blur,
.popup.popup-form-2 .popup-form-2__img-rocket {
    position: relative;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

.popup.popup-form-2 .popup-form-2__img > img,
.popup.popup-form-2 .popup-form-2__img > svg,
.popup.popup-form-2 .popup-form-2__img-blur > img,
.popup.popup-form-2 .popup-form-2__img-blur > svg,
.popup.popup-form-2 .popup-form-2__img-rocket > img,
.popup.popup-form-2 .popup-form-2__img-rocket > svg {
    width: 100%;
    max-width: 100%;
    border: none;
}

.popup.popup-form-2 .popup-form-2__img {
    width: 85px;
    z-index: 2;
    position: absolute;
    top: 17px;
    left: 22px;
    display: none;
}

.popup.popup-form-2 .popup-form-2__img-blur,
.popup.popup-form-2 .popup-form-2__img-rocket {
    position: absolute;
}

.popup.popup-form-2 .popup-form-2__img-blur {
    width: 50%;
    max-width: 468px;
    z-index: 3;
    left: 15px;
    bottom: 0;
}

.popup.popup-form-2 .popup-form-2__img-rocket {
    width: 100%;
    max-width: 123px;
    z-index: 1;
    top: 135px;
    left: 0;
}

@media (max-width: 740px) {
    .popup.popup-form-2 .popup-form-2__img {
        display: block;
    }
}

.popup.popup-form-2 .popup-form-2__img.popup-form-2__img--2 {
    width: 462px;
    height: 537px;
    background-image: url(../../img/new_pages/common/form-2-baloon.svg);
    bottom: 37px;
    left: -45px;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .popup.popup-form-2 .popup-form-2__img.popup-form-2__img--2 {
        bottom: 16px;
        left: -126px;
    }
}

@media screen and (max-width: 740px) {
    .popup.popup-form-2 .popup-form-2__img.popup-form-2__img--2 {
        display: none;
        flex-direction: column !important;
    }

    .popup.popup-form-2.popup-form-2--2 {
        flex-direction: column;
    }
}

.popup.popup-form-2 .popup-form-2__content {
    position: relative;
    z-index: 2;
    width: 55%;
    max-width: 395px;
}

@media (max-width: 740px) {
    .popup.popup-form-2 .popup-form-2__content {
        width: 100%;
    }
}

.popup.popup-form-2 .popup-form-2__title {
    font-weight: 800;
    font-size: 50px;
    line-height: 38px;
    text-align: left;
}

.popup.popup-form-2 .free-popup-form-2__title {
    text-align: right;
}

.popup.popup-form-2 .popup-form-2__title span {
    display: block;
}

.popup.popup-form-2 .popup-form-2__title_orange {
    font-size: 39px;
    font-weight: 900;
    color: #FF9900;
}

.popup.popup-form-2 .popup-form-2__title_yellow {
    font-size: 42px;
    font-weight: 900;
    color: #FFDD85;
}

.popup.popup-form-2 .popup-form-2__title_italic {
    font-style: italic;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
}

@media (max-width: 740px) {
    .popup.popup-form-2 .popup-form-2__title {
        font-size: 38px;
        line-height: 100%;
    }

    .popup.popup-form-2 .popup-form-2__title_orange,
    .popup.popup-form-2 .popup-form-2__title_yellow {
        font-size: 31px;
        line-height: 38px;
        font-weight: 900;
    }

    .popup.popup-form-2 .popup-form-2__title_italic {
        font-size: 14px;
        line-height: 100%;
    }
}

.popup.popup-form-2 .popup-form-2__text {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin: 37px 0 66px;
    text-align: right;
}

.popup.popup-form-2 .popup-form-2__text_underline {
    display: inline-block;
    white-space: nowrap;
    position: relative;
}

.popup.popup-form-2 .popup-form-2__text_underline::before {
    content: '';
    display: block;
    width: 100%;
    height: 6px;
    background-color: #FFDD85;
    position: absolute;
    left: 0;
    bottom: -5px;
}

.popup.popup-form-2 .gift-box__btn {
    padding: 21px 10px;
    width: 100%;
    font-size: 16px;
    line-height: 19px;
    font-weight: 900;
}

.popup.popup-form-2 .popup-link__text_large {
    font-size: 22px;
    line-height: 27px;
    font-weight: 900;
}

@media (max-width: 740px) {
    .popup.popup-form-2 .gift-box__btn,
    .popup.popup-form-2 .popup-link__text_large {
        font-size: 12px;
        line-height: 14px;
    }

    .popup.popup-form-2 .gift-box__btn {
        margin: 0 auto;
    }
}

.popup.popup-form-2 .popup-link__text_decoration {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.popup.popup-form-2 .popup-link__text_decoration::before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #EF1111;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
}

@media (max-width: 740px) {
    .popup.popup-form-2 .popup-form-2__text {
        margin: 24px 0 45px;
        font-size: 14px;
        line-height: 17px;
    }
}

.popup.popup-form-2 .popup-form-2__text-2 {
    font-weight: 500;
    font-size: 16px;
    line-height: 162%;
    margin-top: 8px;
}

@media (max-width: 740px) {
    .popup.popup-form-2 .popup-form-2__text-2 {
        font-size: 14px;
        line-height: 143%;
        margin-top: 12px;
    }
}

.popup.popup-form-2 .form.popup-form-2__form {
    margin-top: 40px;
}

@media (max-width: 740px) {
    .popup.popup-form-2 .form.popup-form-2__form {
        margin-top: 20px;
    }
}

.popup.popup-form-2 .form.popup-form-2__form .form__submit {
    margin-top: 40px;
}

@media (max-width: 740px) {
    .popup.popup-form-2 .form.popup-form-2__form .form__submit {
        margin-top: 30px;
    }
}

.popup.popup-form-2.popup-form-2--2 .form.popup-form-2__form {
    margin-top: 20px;
}

@media (max-width: 740px) {
    .popup.popup-form-2.popup-form-2--2 .form.popup-form-2__form {
        margin-top: 18px;
    }
}

.popup.popup-form-2.popup-form-2--2 .form.popup-form-2__form .form__submit {
    margin-top: 24px;
}

@media (max-width: 740px) {
    .popup.popup-form-2.popup-form-2--2 .form.popup-form-2__form .form__submit {
        margin-top: 27px;
    }
}

.form .formgroup {
    margin-top: 18px;
}

.form .formgroup:first-child {
    margin-top: 0;
}

.form__submit {
    width: 100%;
    margin-top: 24px;
}

.form__submit:first-child {
    margin-top: 0;
}

.modal-bottom {
    width: 100vw;
    padding: 20px;
    background: #9595EF;
    border-top: 1px solid #2E2362;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
}

@media (max-width: 740px) {
    .modal-bottom {
        padding: 20px 0;
    }
}

.modal-vpn .main-wrapper {
    max-width: 900px;
}

.modal-vpn-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.modal-vpn-block__avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-right: 40px;
}

@media (max-width: 740px) {
    .modal-vpn-block__avatar {
        display: none;
    }
}

.modal-vpn-block__text {
    -ms-flex: 1;
    flex: 1;
}

@media (max-width: 740px) {
    .modal-vpn-block__text {
        max-width: 420px;
        font-size: 12px;
    }
}

.modal-vpn-block__text a {
    color: #fff;
    text-decoration: underline;
}

.modal-vpn-block__btn {
    margin-left: 40px;
}

@media (max-width: 740px) {
    .modal-vpn-block__btn {
        width: auto;
        margin-left: 20px;
    }
}

html {
    min-height: 100vh;
}

body {
    background: #ffffff;
    font-family: Montserrat, sans-serif;
    color: #2D3851;
    font-size: 15px;
    line-height: 160%;
    overflow-x: hidden;
}

@media (max-width: 740px) {
    body {
        font-size: 14px;
    }
}

body, .page {
    min-height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.main-wrapper {
    max-width: 1426px;
    padding: 0 30px;
    margin: 0 auto;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .main-wrapper {
        max-width: 730px;
        padding: 0 10px;
    }
}

@media (max-width: 740px) {
    .main-wrapper {
        max-width: 360px;
        padding: 0 10px;
    }
}

.main {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    overflow-x: hidden;
}

a {
    transition: 0.4s;
}

a:not(.btn):hover {
    color: #FF9900;
}

.br-lg {
    display: block;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .br-lg {
        display: none;
    }
}

@media (max-width: 740px) {
    .br-lg {
        display: none;
    }
}

.br-lp {
    display: none;
}

@media (max-width: 1480px) and (min-width: 1240px) {
    .br-lp {
        display: block;
    }
}

@media (max-width: 1240px) and (min-width: 740px) {
    .br-lp {
        display: none;
    }
}

@media (max-width: 740px) {
    .br-lp {
        display: none;
    }
}

.br-lp-md {
    display: none;
}

@media (max-width: 1480px) and (min-width: 1240px) {
    .br-lp-md {
        display: block;
    }
}

@media (max-width: 1240px) and (min-width: 740px) {
    .br-lp-md {
        display: block;
    }
}

@media (max-width: 740px) {
    .br-lp-md {
        display: none;
    }
}

.br-lp-sm {
    display: none;
}

@media (max-width: 1480px) and (min-width: 1240px) {
    .br-lp-sm {
        display: block;
    }
}

@media (max-width: 1240px) and (min-width: 740px) {
    .br-lp-sm {
        display: block;
    }
}

@media (max-width: 740px) {
    .br-lp-sm {
        display: block;
    }
}

.br-lg-md {
    display: block;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .br-lg-md {
        display: block;
    }
}

@media (max-width: 740px) {
    .br-lg-md {
        display: none;
    }
}

.br-lg--sm {
    display: block;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .br-lg--sm {
        display: none;
    }
}

@media (max-width: 740px) {
    .br-lg--sm {
        display: block;
    }
}

.br-md-sm {
    display: none;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .br-md-sm {
        display: block;
    }
}

@media (max-width: 740px) {
    .br-md-sm {
        display: block;
    }
}

.br-md {
    display: none;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .br-md {
        display: block;
    }
}

@media (max-width: 740px) {
    .br-md {
        display: none;
    }
}

.br-sm {
    display: none;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .br-sm {
        display: none;
    }
}

@media (max-width: 740px) {
    .br-sm {
        display: block;
    }
}

.br-sm-text {
    display: none;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .br-sm-text {
        display: none;
    }
}

@media (max-width: 740px) {
    .br-sm-text {
        display: inline;
    }
}

.inline-lg {
    display: inline;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .inline-lg {
        display: none;
    }
}

@media (max-width: 740px) {
    .inline-lg {
        display: none;
    }
}

.inline-lp {
    display: none;
}

@media (max-width: 1480px) and (min-width: 1240px) {
    .inline-lp {
        display: inline;
    }
}

@media (max-width: 1240px) and (min-width: 740px) {
    .inline-lp {
        display: none;
    }
}

@media (max-width: 740px) {
    .inline-lp {
        display: none;
    }
}

.inline-lp-md {
    display: none;
}

@media (max-width: 1480px) and (min-width: 1240px) {
    .inline-lp-md {
        display: inline;
    }
}

@media (max-width: 1240px) and (min-width: 740px) {
    .inline-lp-md {
        display: inline;
    }
}

@media (max-width: 740px) {
    .inline-lp-md {
        display: none;
    }
}

.inline-lp-sm {
    display: none;
}

@media (max-width: 1480px) and (min-width: 1240px) {
    .inline-lp-sm {
        display: inline;
    }
}

@media (max-width: 1240px) and (min-width: 740px) {
    .inline-lp-sm {
        display: inline;
    }
}

@media (max-width: 740px) {
    .inline-lp-sm {
        display: inline;
    }
}

.inline-lg-md {
    display: inline;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .inline-lg-md {
        display: inline;
    }
}

@media (max-width: 740px) {
    .inline-lg-md {
        display: none;
    }
}

.inline-md-sm {
    display: none;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .inline-md-sm {
        display: inline;
    }
}

@media (max-width: 740px) {
    .inline-md-sm {
        display: inline;
    }
}

.inline-md {
    display: none;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .inline-md {
        display: inline;
    }
}

@media (max-width: 740px) {
    .inline-md {
        display: none;
    }
}

.inline-sm {
    display: none;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .inline-sm {
        display: none;
    }
}

@media (max-width: 740px) {
    .inline-sm {
        display: inline;
    }
}

.hidden {
    display: none;
}

.clear {
    display: table;
    clear: both;
}

p, h1, h2, h3, h4, h5, h6, img {
    display: block;
}

a {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    transition: 0.5s;
}

button {
    background: none;
    border: none;
    transition: 0.5s;
}

em {
    font-style: italic;
}

b, strong {
    font-weight: 700;
}

.input, .textarea, .select {
    width: 100%;
    display: block;
    border: none;
    background: #3E3E9C;
    border-radius: 100px;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 214%;
    padding: 17px 33px;
    outline: none;
    transition: 0.5s;
}

.input:-ms-input-placeholder, .textarea:-ms-input-placeholder, .select:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.input::placeholder, .textarea::placeholder, .select::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

textarea {
    resize: none;
}

label {
    display: block;
}

.home-intro-section {
    background: url(../../img/new_pages/home/intro/bg.svg) no-repeat center/cover, #4949B7;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-intro-section {
        background: url(../../img/new_pages/home/intro/bg-tablet.svg) no-repeat center bottom/cover, #4949B7;
    }
}

@media (max-width: 740px) {
    .home-intro-section {
        background: url(../../img/new_pages/home/intro/bg-mobile.svg) no-repeat center bottom/cover, #4949B7;
    }
}

.home-intro {
    padding: 70px 0 86px;
    position: relative;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-intro {
        padding: 34px 0 441px;
    }
}

@media (max-width: 740px) {
    .home-intro {
        padding: 27px 0 431px;
    }
}

.home-intro__title {
    max-width: 760px;
}

.home-intro__subtitle {
    margin-top: 15px;
}

@media (max-width: 740px) {
    .home-intro__subtitle {
        margin-top: 11px;
    }
}

.home-intro-ul {
    margin-top: 37px;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-intro-ul {
        margin-top: 45px;
    }
}

@media (max-width: 740px) {
    .home-intro-ul {
        margin-top: 16px;
    }
}

.home-intro-ul__li {
    color: #FFFFFF;
    padding-left: 32px;
    margin-bottom: 21px;
    position: relative;
}

@media (max-width: 740px) {
    .home-intro-ul__li {
        font-size: 13px;
        line-height: 120%;
        margin-bottom: 16px;
    }
}

.home-intro-ul__li:before {
    content: '';
    width: 18px;
    height: 18px;
    background: url(../../img/new_pages/common/check-circle.svg) no-repeat center/contain;
    position: absolute;
    top: calc(50% - 9px);
    left: 0;
}

.home-intro-ul__li:last-child {
    margin-bottom: 0;
}

.home-intro-btn {
    margin-top: 43px;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-intro-btn {
        margin-top: 37px;
    }
}

@media (max-width: 740px) {
    .home-intro-btn {
        margin-top: 18px;
    }
}

.home-intro-features {
    position: absolute;
    top: 40px;
    left: 744px;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-intro-features {
        top: calc(100% - 370px);
        left: 0;
    }
}

@media (max-width: 740px) {
    .home-intro-features {
        top: calc(100% - 410px);
        left: 0;
    }
}

.home-intro-features-item {
    width: 323px;
    min-height: 50px;
    background: url(../../img/new_pages/home/intro/feature-bg.svg) no-repeat center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px 50px 7px 20px;
    margin-bottom: 6px;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-intro-features-item {
        width: 253px;
        min-height: 40px;
        background-image: url(../../img/new_pages/home/intro/feature-bg-tablet.svg);
        padding: 6px 12px 6px 38px;
    }
}

@media (max-width: 740px) {
    .home-intro-features-item {
        width: 253px;
        min-height: 40px;
        background-image: url(../../img/new_pages/home/intro/feature-bg-mobile.svg);
        padding: 6px 30px 6px 12px;
    }
}

.home-intro-features-item:nth-child(2) {
    margin-left: 31px;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-intro-features-item:nth-child(2) {
        margin-left: 16px;
    }
}

@media (max-width: 740px) {
    .home-intro-features-item:nth-child(2) {
        margin-left: 12px;
    }
}

.home-intro-features-item:nth-child(3) {
    margin-left: 62px;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-intro-features-item:nth-child(3) {
        margin-left: 32px;
    }
}

@media (max-width: 740px) {
    .home-intro-features-item:nth-child(3) {
        margin-left: 24px;
    }
}

.home-intro-features-item:last-child {
    margin-bottom: 0;
}

.home-intro-features-item__title, .home-intro-features-item__title-img {
    margin-right: 17px;
}

@media (max-width: 1240px) {
    .home-intro-features-item__title, .home-intro-features-item__title-img {
        margin-right: 12px;
    }
}

.home-intro-features-item__title {
    font-weight: 800;
    font-size: 30px;
    line-height: 100%;
    color: #5845DD;
}

@media (max-width: 1240px) {
    .home-intro-features-item__title {
        font-size: 23px;
    }
}

.home-intro-features-item__title-img {
    max-width: 41px;
    max-height: 21px;
}

@media (max-width: 1240px) {
    .home-intro-features-item__title-img {
        max-width: 32px;
        max-height: 16px;
    }
}

.home-intro-features-item__text {
    -ms-flex: 1;
    flex: 1;
    font-weight: 600;
    font-size: 12px;
    line-height: 130%;
    color: #FFFFFF;
}

@media (max-width: 1240px) {
    .home-intro-features-item__text {
        font-size: 10px;
    }
}

.home-foreword-section {
    padding: 90px 0 0;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-foreword-section {
        padding-top: 75px;
    }
}

@media (max-width: 740px) {
    .home-foreword-section {
        padding-top: 53px;
    }
}

.home-foreword__subtitle {
    max-width: 860px;
    text-align: center;
    margin: 70px auto 0;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-foreword__subtitle {
        max-width: 663px;
        margin-top: 82px;
    }
}

@media (max-width: 740px) {
    .home-foreword__subtitle {
        margin-top: 59px;
    }
}

.home-foreword-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 100px auto 0;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-foreword-list {
        width: 665px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 22px;
    }
}

@media (max-width: 740px) {
    .home-foreword-list {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 55px;
    }
}

.home-foreword-item {
    width: 292px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 32px;
    position: relative;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-foreword-item {
        margin: 52px 80px 0 0;
    }
}

@media (max-width: 740px) {
    .home-foreword-item {
        margin: 65px auto 0;
    }
}

.home-foreword-item:after {
    content: '';
    width: 171px;
    height: 32px;
    background: url(../../img/new_pages/home/foreword/arrow-curve-top.svg) no-repeat center/contain;
    position: absolute;
    top: -20px;
    right: -103px;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-foreword-item:after {
        width: 182px;
        height: 34px;
        background-image: url(../../img/new_pages/home/foreword/arrow-curve-odd-2-tablet.svg);
        top: 92px;
        left: 246px;
    }
}

@media (max-width: 740px) {
    .home-foreword-item:after {
        width: 31px;
        height: 172px;
        background-image: url(../../img/new_pages/home/foreword/arrow-curve-right.svg);
        top: auto;
        bottom: -69px;
        right: 14px;
    }
}

@media (max-width: 740px) {
    .home-foreword-item:first-child {
        margin-top: 0;
    }
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-foreword-item:first-child:after {
        width: 171px;
        height: 33px;
        background-image: url(../../img/new_pages/home/foreword/arrow-curve-odd-1-tablet.svg);
        top: -20px;
        left: 251px;
    }
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-foreword-item:nth-child(even) {
        margin-right: 0;
    }
}

.home-foreword-item:nth-child(even):after {
    content: '';
    background-image: url(../../img/new_pages/home/foreword/arrow-curve-bottom.svg);
    top: 88px;
    right: -101px;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-foreword-item:nth-child(even):after {
        width: 149px;
        height: 88px;
        background-image: url(../../img/new_pages/home/foreword/arrow-curve-even-tablet.svg);
        top: 152px;
        right: auto;
        left: -145px;
    }
}

@media (max-width: 740px) {
    .home-foreword-item:nth-child(even):after {
        width: 28px;
        height: 172px;
        background-image: url(../../img/new_pages/home/foreword/arrow-curve-left.svg);
        top: auto;
        bottom: -87px;
        right: auto;
        left: -4px;
    }
}

@media (min-width: 1240px) {
    .home-foreword-item:last-child {
        margin-right: 0;
    }
}

.home-foreword-item:last-child:after {
    display: none;
}

.home-foreword-item__icon {
    width: 76px;
    height: 76px;
    filter: drop-shadow(0px 8.63636px 17.2727px rgba(28, 45, 135, 0.26));
    margin-bottom: 31px;
}

.home-foreword-item__text {
    width: 100%;
    line-height: 140%;
    text-align: center;
}

.home-foreword-item__text_number {
    font-weight: 800;
    font-size: 18px;
}

.home-foreword-gift {
    margin-top: 70px;
}

@media (max-width: 1240px) {
    .home-foreword-gift {
        width: 100vw;
        background: #4949B7;
        position: relative;
        left: calc(50% - 50vw);
    }
}

@media (max-width: 740px) {
    .home-foreword-gift {
        margin-top: 115px;
    }
}

.home-whom-section {
    padding: 90px 0 0;
}

@media (max-width: 740px) {
    .home-whom-section {
        padding-top: 50px;
    }
}

.home-whom-main {
    max-width: 1076px;
    margin: 65px auto 0;
    position: relative;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-whom-main {
        margin-top: 56px;
    }
}

@media (max-width: 740px) {
    .home-whom-main {
        margin-top: 35px;
    }
}

.home-whom-about {
    width: 496px;
    height: 496px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background: url(../../img/new_pages/home/whom/about-circle.svg) no-repeat center/cover;
    position: relative;
    z-index: 2;
}

@media (max-width: 1240px) {
    .home-whom-about {
        margin: 0 auto;
    }
}

@media (max-width: 740px) {
    .home-whom-about {
        left: calc(50% - 248px);
    }
}

.home-whom-about__item {
    text-align: center;
    margin-bottom: 76px;
}

@media (max-width: 740px) {
    .home-whom-about__item {
        max-width: 340px;
    }
}

.home-whom-about__item:last-child {
    margin-bottom: 0;
}

.home-whom-about__item_title {
    max-width: 270px;
    margin: 0 auto;
}

.home-whom-about__item_text {
    max-width: 390px;
    margin: 12px auto 0;
}

.home-whom-people {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 1240px) {
    .home-whom-people {
        top: 496px;
    }
}

.home-whom-people-item {
    position: absolute;
}

.home-whom-people-item__img {
    background: no-repeat center / contain;
    position: absolute;
    top: -44px;
    right: 198px;
}

.home-whom-people-item__text {
    width: 174px;
    font-weight: 500;
    line-height: 140%;
}

@media (max-width: 1240px) {
    .home-whom-people-item__text {
        text-align: center;
    }
}

.home-whom-people-item.home-whom-people-item--1 {
    top: 38px;
    left: 636px;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-whom-people-item.home-whom-people-item--1 {
        top: 215px;
        left: 462px;
    }
}

@media (max-width: 740px) {
    .home-whom-people-item.home-whom-people-item--1 {
        top: 160px;
        left: 182px;
    }
}

.home-whom-people-item.home-whom-people-item--1 .home-whom-people-item__img {
    width: 435px;
    height: 215px;
    background-image: url(../../img/new_pages/home/whom/item-1.svg);
    top: -33px;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-whom-people-item.home-whom-people-item--1 .home-whom-people-item__img {
        width: 220px;
        height: 439px;
        background-image: url(../../img/new_pages/home/whom/item-1-tablet.svg);
        top: -450px;
        left: -76px;
    }
}

@media (max-width: 740px) {
    .home-whom-people-item.home-whom-people-item--1 .home-whom-people-item__img {
        width: 214px;
        height: 406px;
        background-image: url(../../img/new_pages/home/whom/item-1-mobile.svg);
        top: -418px;
        left: -70px;
    }
}

.home-whom-people-item.home-whom-people-item--2 {
    top: 117px;
    left: 965px;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-whom-people-item.home-whom-people-item--2 {
        top: 546px;
        left: 400px;
    }
}

@media (max-width: 740px) {
    .home-whom-people-item.home-whom-people-item--2 {
        top: 500px;
        left: 184px;
    }
}

.home-whom-people-item.home-whom-people-item--2 .home-whom-people-item__img {
    width: 609px;
    height: 187px;
    background-image: url(../../img/new_pages/home/whom/item-2.svg);
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-whom-people-item.home-whom-people-item--2 .home-whom-people-item__img {
        width: 197px;
        height: 613px;
        background-image: url(../../img/new_pages/home/whom/item-2-tablet.svg);
        top: -625px;
        left: -53px;
    }
}

@media (max-width: 740px) {
    .home-whom-people-item.home-whom-people-item--2 .home-whom-people-item__img {
        width: 171px;
        height: 558px;
        background-image: url(../../img/new_pages/home/whom/item-2-mobile.svg);
        top: -568px;
        left: -28px;
    }
}

.home-whom-people-item.home-whom-people-item--3 {
    top: 254px;
    left: 775px;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-whom-people-item.home-whom-people-item--3 {
        top: 357px;
        left: 260px;
    }
}

@media (max-width: 740px) {
    .home-whom-people-item.home-whom-people-item--3 {
        top: 350px;
        left: 57px;
    }
}

.home-whom-people-item.home-whom-people-item--3 .home-whom-people-item__img {
    width: 591px;
    height: 118px;
    background-image: url(../../img/new_pages/home/whom/item-3.svg);
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-whom-people-item.home-whom-people-item--3 .home-whom-people-item__img {
        width: 127px;
        height: 594px;
        background-image: url(../../img/new_pages/home/whom/item-3-tablet.svg);
        top: -606px;
        left: 17px;
    }
}

@media (max-width: 740px) {
    .home-whom-people-item.home-whom-people-item--3 .home-whom-people-item__img {
        width: 128px;
        height: 565px;
        background-image: url(../../img/new_pages/home/whom/item-3-mobile.svg);
        top: -577px;
        left: 20px;
    }
}

.home-whom-people-item.home-whom-people-item--4 {
    top: 396px;
    left: 967px;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-whom-people-item.home-whom-people-item--4 {
        top: 551px;
        left: 121px;
    }
}

@media (max-width: 740px) {
    .home-whom-people-item.home-whom-people-item--4 {
        top: 528px;
        left: -18px;
    }
}

.home-whom-people-item.home-whom-people-item--4 .home-whom-people-item__img {
    width: 581px;
    height: 165px;
    background-image: url(../../img/new_pages/home/whom/item-4.svg);
    top: -100px;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-whom-people-item.home-whom-people-item--4 .home-whom-people-item__img {
        width: 173px;
        height: 584px;
        background-image: url(../../img/new_pages/home/whom/item-4-tablet.svg);
        top: -596px;
        left: 26px;
    }
}

@media (max-width: 740px) {
    .home-whom-people-item.home-whom-people-item--4 .home-whom-people-item__img {
        width: 122px;
        height: 610px;
        background-image: url(../../img/new_pages/home/whom/item-4-mobile.svg);
        top: -622px;
        left: 30px;
    }
}

.home-whom-people-item.home-whom-people-item--5 {
    top: 439px;
    left: 636px;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-whom-people-item.home-whom-people-item--5 {
        top: 215px;
        left: 76px;
    }
}

@media (max-width: 740px) {
    .home-whom-people-item.home-whom-people-item--5 {
        top: 172px;
        left: -38px;
    }
}

.home-whom-people-item.home-whom-people-item--5 .home-whom-people-item__img {
    width: 579px;
    height: 146px;
    background-image: url(../../img/new_pages/home/whom/item-5.svg);
    top: -82px;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-whom-people-item.home-whom-people-item--5 .home-whom-people-item__img {
        width: 153px;
        height: 583px;
        background-image: url(../../img/new_pages/home/whom/item-5-tablet.svg);
        top: -596px;
        left: 26px;
    }
}

@media (max-width: 740px) {
    .home-whom-people-item.home-whom-people-item--5 .home-whom-people-item__img {
        width: 179px;
        height: 553px;
        background-image: url(../../img/new_pages/home/whom/item-5-mobile.svg);
        top: -565px;
        left: 34px;
    }
}

.home-whom-stairs-layout {
    margin-top: 118px;
    position: relative;
}

@media (min-width: 740px) {
    .home-whom-stairs-layout {
        min-height: 395px;
    }
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-whom-stairs-layout {
        margin-top: 685px;
    }
}

@media (max-width: 740px) {
    .home-whom-stairs-layout {
        margin-top: 604px;
    }
}

.home-whom-stairs-layout:before {
    content: '';
    width: 1195px;
    height: 395px;
    background: url(../../img/new_pages/home/whom/stairs.svg) no-repeat center/contain;
    position: absolute;
    bottom: 0;
    left: calc(50% - 960px);
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-whom-stairs-layout:before {
        left: calc(50% - 680px);
    }
}

@media (max-width: 740px) {
    .home-whom-stairs-layout:before {
        display: none;
    }
}

.home-whom-stairs-layout:after {
    content: '';
    width: 249px;
    height: 191px;
    background: url(../../img/new_pages/home/whom/running-man.svg) no-repeat center/contain;
    position: absolute;
    bottom: 193px;
    left: calc(50% - 87px);
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-whom-stairs-layout:after {
        left: calc(50% + 193px);
    }
}

@media (max-width: 740px) {
    .home-whom-stairs-layout:after {
        display: none;
    }
}

.home-whom-stairs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 45px;
    position: relative;
    z-index: 2;
}

@media (min-width: 740px) {
    .home-whom-stairs {
        width: 1280px;
        left: calc(50% - 640px);
    }
}

@media (max-width: 1240px) {
    .home-whom-stairs {
        -ms-flex-direction: column;
        flex-direction: column;
        padding-right: 0;
    }
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-whom-stairs {
        width: 710px;
        left: calc(50% - 355px);
    }
}

.home-whom-stairs-list {
    -ms-flex: 1;
    flex: 1;
    padding-top: 27px;
    position: relative;
}

@media (max-width: 1240px) {
    .home-whom-stairs-list {
        -ms-flex-order: 2;
        order: 2;
    }
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-whom-stairs-list {
        min-height: 395px;
        margin-top: 45px;
    }
}

@media (max-width: 740px) {
    .home-whom-stairs-list {
        padding-bottom: 38px;
        margin-top: 44px;
    }
}

@media (max-width: 740px) {
    .home-whom-stairs-list:before {
        content: '';
        width: 100vw;
        height: 100%;
        background: #121D54;
        position: absolute;
        top: 0;
        left: calc(50% - 50vw);
    }
}

.home-whom-stairs-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 6px;
}

@media (max-width: 740px) {
    .home-whom-stairs-item {
        margin-bottom: 14px;
        position: relative;
        z-index: 2;
    }
}

.home-whom-stairs-item:last-child {
    margin-bottom: 0;
}

.home-whom-stairs-item:nth-child(1) {
    margin-left: 0px;
}

@media (max-width: 740px) {
    .home-whom-stairs-item:nth-child(1) {
        margin-left: 0;
    }
}

.home-whom-stairs-item:nth-child(2) {
    margin-left: 60px;
}

@media (max-width: 740px) {
    .home-whom-stairs-item:nth-child(2) {
        margin-left: 0;
    }
}

.home-whom-stairs-item:nth-child(3) {
    margin-left: 120px;
}

@media (max-width: 740px) {
    .home-whom-stairs-item:nth-child(3) {
        margin-left: 0;
    }
}

.home-whom-stairs-item:nth-child(4) {
    margin-left: 180px;
}

@media (max-width: 740px) {
    .home-whom-stairs-item:nth-child(4) {
        margin-left: 0;
    }
}

.home-whom-stairs-item:nth-child(5) {
    margin-left: 240px;
}

@media (max-width: 740px) {
    .home-whom-stairs-item:nth-child(5) {
        margin-left: 0;
    }
}

.home-whom-stairs-item:nth-child(6) {
    margin-left: 300px;
}

@media (max-width: 740px) {
    .home-whom-stairs-item:nth-child(6) {
        margin-left: 0;
    }
}

.home-whom-stairs-item__icon {
    width: 44px;
    height: 44px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(203, 205, 235, 0.22);
    margin-right: 19px;
}

@media (max-width: 740px) {
    .home-whom-stairs-item__icon {
        width: 37px;
        height: 37px;
        margin-right: 15px;
    }
}

.home-whom-stairs-item__icon_img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

@media (max-width: 740px) {
    .home-whom-stairs-item__icon_img {
        width: 17px;
        height: 17px;
    }
}

.home-whom-stairs-item__text {
    -ms-flex: 1;
    flex: 1;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-whom-stairs-item__text {
        font-size: 14px;
    }
}

.home-whom-action {
    padding-top: 87px;
}

@media (max-width: 1240px) {
    .home-whom-action {
        width: 100%;
        -ms-flex-order: 1;
        order: 1;
        padding-top: 0;
    }
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-whom-action {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-whom-action__title {
        -ms-flex: 1;
        flex: 1;
    }
}

.home-whom-action__btn {
    margin-top: 32px;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-whom-action__btn {
        margin-top: 0;
    }
}

@media (max-width: 740px) {
    .home-whom-action__btn {
        margin-top: 24px;
    }
}

.home-gives-section {
    background: #121D54;
    padding: 90px 0 125px;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-gives-section {
        padding-bottom: 72px;
    }
}

@media (max-width: 740px) {
    .home-gives-section {
        padding: 28px 0 53px;
    }
}

.home-gives-main {
    max-width: 1048px;
    margin: 90px auto 0;
}

@media (max-width: 740px) {
    .home-gives-main {
        margin-top: 226px;
    }
}

.home-gives-item {
    width: 510px;
    text-align: right;
    margin-bottom: 130px;
    position: relative;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-gives-item {
        width: 460px;
        margin-bottom: 150px;
    }
}

@media (max-width: 740px) {
    .home-gives-item {
        width: 100%;
        text-align: left;
        margin-bottom: 255px;
    }
}

.home-gives-item:before {
    content: '';
    background: no-repeat center / contain;
    position: absolute;
}

.home-gives-item:last-child {
    margin-bottom: 0;
}

.home-gives-item:nth-child(odd) {
    text-align: left;
    margin-left: auto;
}

.home-gives-item:nth-child(1):before {
    width: 406px;
    height: 267px;
    background-image: url(../../img/new_pages/home/gives/item-1.svg);
    top: -40px;
    left: -556px;
}

@media (max-width: 1240px) {
    .home-gives-item:nth-child(1):before {
        background-image: url(../../img/new_pages/home/gives/item-1-tablet.svg);
    }
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-gives-item:nth-child(1):before {
        width: 252px;
        height: 247px;
        top: -16px;
        left: -282px;
    }
}

@media (max-width: 740px) {
    .home-gives-item:nth-child(1):before {
        width: 163px;
        height: 160px;
        top: -186px;
        left: 90px;
    }
}

.home-gives-item:nth-child(2):before {
    width: 488px;
    height: 336px;
    background-image: url(../../img/new_pages/home/gives/item-2.svg);
    top: -96px;
    left: 631px;
}

@media (max-width: 1240px) {
    .home-gives-item:nth-child(2):before {
        background-image: url(../../img/new_pages/home/gives/item-2-tablet.svg);
    }
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-gives-item:nth-child(2):before {
        width: 271px;
        height: 311px;
        top: -120px;
        left: 480px;
    }
}

@media (max-width: 740px) {
    .home-gives-item:nth-child(2):before {
        width: 170px;
        height: 195px;
        top: -226px;
        left: 105px;
    }
}

.home-sells-section {
    padding: 160px 0 0;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-sells-section {
        padding-top: 86px;
    }
}

@media (max-width: 740px) {
    .home-sells-section {
        padding-top: 54px;
    }
}

.home-sells-main {
    max-width: 1160px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
}

@media (max-width: 1240px) {
    .home-sells-main {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.home-sells-video {
    width: 616px;
    padding-top: 37px;
    margin-top: 51px;
    position: relative;
}

@media (max-width: 1240px) {
    .home-sells-video {
        -ms-flex-order: 2;
        order: 2;
    }
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-sells-video {
        margin-top: 112px;
    }
}

@media (max-width: 740px) {
    .home-sells-video {
        width: 100%;
        margin-top: 45px;
    }
}

.home-sells-video__iframe {
    height: 347px;
    background: #E8EFF9;
    box-shadow: 0px 10px 60px rgba(37, 128, 236, 0.31);
    border-radius: 20px;
    cursor: pointer;
}

@media (max-width: 740px) {
    .home-sells-video__iframe {
        height: 192px;
        border-radius: 12px;
    }
}

.home-sells-video__iframe_img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}

@media (max-width: 740px) {
    .home-sells-video__iframe_img {
        border-radius: 12px;
    }
}

.home-sells-video__text {
    font-weight: 600;
    font-size: 13px;
    line-height: 160%;
    text-align: center;
    margin-top: 16px;
}

@media (max-width: 740px) {
    .home-sells-video__text {
        font-size: 12px;
    }
}

.home-sells-content {
    width: 435px;
}

@media (max-width: 1240px) {
    .home-sells-content {
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
    }
}

.home-sells-content__title .section-ghost-title {
    width: auto;
    left: calc(50% - 365px);
}

@media (min-width: 740px) {
    .home-sells-content__title .section-title {
        text-align: left;
    }
}

.home-sells-content__text {
    margin-top: 32px;
}

@media (max-width: 740px) {
    .home-sells-content__text {
        margin-top: 29px;
    }
}

.home-system-section {
    padding: 160px 0 0;
}

@media (max-width: 740px) {
    .home-system-section {
        padding-top: 53px;
    }
}

.home-system-box {
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1240px) {
    .home-system-box {
        width: 100vw;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        left: calc(50% - 50vw);
    }
}

.home-system-box__title {
    margin: 0 auto 37px;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-system-box__title {
        max-width: 710px;
    }
}

@media (max-width: 740px) {
    .home-system-box__title {
        max-width: 340px;
        margin-bottom: 30px;
    }
}

.home-system-box__left {
    width: calc(50% + 56px);
    border-radius: 20px 0 0 20px;
    background: url(../../img/new_pages/home/system/bg-left.svg) no-repeat top left/cover, #2E2362;
    padding: 79px 40px 59px 51px;
}

@media (max-width: 1240px) {
    .home-system-box__left {
        width: 100%;
        border-radius: 0;
    }
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-system-box__left {
        padding: 79px 10px 64px;
    }
}

@media (max-width: 740px) {
    .home-system-box__left {
        background-image: url(../../img/new_pages/home/system/bg-left-mobile.svg);
        padding: 53px 10px 32px;
    }
}

.home-system-box__right {
    width: calc(50% - 56px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 1240px) {
    .home-system-box__right {
        width: 100%;
    }
}

.home-system-box__right_top {
    -ms-flex: 1;
    flex: 1;
    border-radius: 0 20px 0 0;
    background: url(../../img/new_pages/home/system/bg-right-top.svg) no-repeat bottom right/cover, #4949B7;
    padding: 80px 51px 69px 68px;
}

@media (max-width: 1240px) {
    .home-system-box__right_top {
        border-radius: 0;
    }
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-system-box__right_top {
        padding: 63px 10px 51px;
    }
}

@media (max-width: 740px) {
    .home-system-box__right_top {
        padding: 34px 10px;
    }
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-system-box__right_top .home-system-box-blocks .home-system-box-block {
        margin-bottom: 24px;
    }
}

@media (max-width: 740px) {
    .home-system-box__right_top .home-system-box-blocks .home-system-box-block {
        margin-bottom: 22px;
    }
}

@media (max-width: 1240px) {
    .home-system-box__right_top .home-system-box-block__title {
        display: none;
    }
}

.home-system-box__right_bottom {
    border-radius: 0 0 20px 0;
    background: #FF9900;
    padding: 51px 60px 64px;
}

@media (max-width: 1240px) {
    .home-system-box__right_bottom {
        border-radius: 0;
    }
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-system-box__right_bottom {
        padding: 51px 10px 64px;
    }
}

@media (max-width: 740px) {
    .home-system-box__right_bottom {
        padding: 27px 10px 23px;
    }
}

@media (max-width: 1240px) {
    .home-system-box-blocks {
        margin: 0 auto;
    }
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-system-box-blocks {
        max-width: 710px;
    }
}

@media (max-width: 740px) {
    .home-system-box-blocks {
        max-width: 340px;
    }
}

.home-system-box-blocks .home-system-box-block {
    margin-bottom: 56px;
}

.home-system-box-blocks .home-system-box-block:last-child {
    margin-bottom: 0;
}

.home-system-box-block__title {
    margin-bottom: 20px;
}

.home-system-box-block__title:last-child {
    margin-bottom: 0;
}

.home-system-box-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 24px;
}

@media (max-width: 740px) {
    .home-system-box-item {
        margin-bottom: 22px;
    }
}

.home-system-box-item:last-child {
    margin-bottom: 0;
}

.home-system-box-item__number {
    width: 24px;
    margin-right: 8px;
}

@media (max-width: 740px) {
    .home-system-box-item__number {
        margin-right: 4px;
    }
}

.home-system-box-item__text {
    -ms-flex: 1;
    flex: 1;
}

.home-system-box-guarantee {
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
}

.home-system-box-guarantee__title {
    font-weight: 800;
    font-size: 32px;
}

@media (max-width: 740px) {
    .home-system-box-guarantee__title {
        font-size: 26px;
    }
}

.home-system-box-guarantee__title_emoji {
    font-size: 38px;
    line-height: 110%;
    margin-right: 11px;
}

@media (max-width: 740px) {
    .home-system-box-guarantee__title_emoji {
        font-size: 31px;
        margin-right: 9px;
    }
}

.home-system-box-guarantee__text {
    margin-top: 8px;
}

@media (max-width: 740px) {
    .home-system-box-guarantee__text {
        max-width: 305px;
        margin: 11px auto 0;
    }
}

.home-details-section {
    padding: 210px 0;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-details-section {
        padding: 81px 0 202px;
    }
}

@media (max-width: 740px) {
    .home-details-section {
        padding: 37px 0 111px;
    }
}

.home-details-main {
    max-width: 1264px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 108px;
    margin: 0 auto;
}

@media (max-width: 1240px) {
    .home-details-main {
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
    }
}

.home-details-content {
    -ms-flex: 1;
    flex: 1;
    margin-right: 32px;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-details-content {
        margin: 0 0 147px;
    }
}

@media (max-width: 740px) {
    .home-details-content {
        margin: 0 0 84px;
    }
}

@media (min-width: 1240px) {
    .home-details-content__title .section-ghost-title {
        left: -137px;
    }
}

@media (min-width: 1240px) {
    .home-details-content__title .section-title {
        text-align: left;
    }
}

.home-details-video {
    width: 616px;
    height: 347px;
    border-radius: 20px;
    box-shadow: 0px 10px 60px rgba(37, 128, 236, 0.31);
    position: relative;
}

@media (max-width: 740px) {
    .home-details-video {
        width: 100%;
        height: 190px;
        border-radius: 12px;
    }
}

.home-details-video__img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

@media (max-width: 740px) {
    .home-details-video__img {
        border-radius: 12px;
    }
}

.home-program-section {
    background: url(../../img/new_pages/home/program/bg.svg) no-repeat center/cover;
    padding: 90px 0 65px;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-program-section {
        padding-bottom: 74px;
    }
}

@media (max-width: 740px) {
    .home-program-section {
        background-image: url(../../img/new_pages/home/program/bg-mobile.svg);
        padding: 58px 0 42px;
    }
}

.home-program {
    max-width: 1080px;
    margin: 0 auto;
}

.home-program__title-2 {
    margin-top: 130px;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-program__title-2 {
        margin-top: 140px;
    }
}

@media (max-width: 740px) {
    .home-program__title-2 {
        margin-top: 90px;
    }
}

.home-program-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px auto 0;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-program-list {
        max-width: 510px;
        margin-top: 0;
    }
}

.home-program-item {
    width: calc(50% - 32px);
    min-height: 305px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background: radial-gradient(76.27% 76.27% at 93.61% 5.4%, rgba(255, 255, 255, 0.210207) 0%, rgba(248, 255, 248, 0.0740476) 100%);
    border: 2px solid rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    border-radius: 40px;
    padding: 50px 76px;
    margin: 58px 16px 0;
    position: relative;
}

@media (max-width: 1240px) {
    .home-program-item {
        width: 100%;
    }
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-program-item {
        margin: 58px 0 0;
    }
}

@media (max-width: 740px) {
    .home-program-item {
        min-height: 200px;
        border-radius: 30px;
        padding: 39px 15px 20px 23px;
        margin: 30px 0 0;
    }
}

.home-program-item:nth-child(1) {
    z-index: 12;
}

.home-program-item:nth-child(2) {
    z-index: 11;
}

.home-program-item:nth-child(3) {
    z-index: 10;
}

.home-program-item:nth-child(4) {
    z-index: 9;
}

.home-program-item:nth-child(5) {
    z-index: 8;
}

.home-program-item:nth-child(6) {
    z-index: 7;
}

.home-program-item:nth-child(7) {
    z-index: 6;
}

.home-program-item:nth-child(8) {
    z-index: 5;
}

.home-program-item:nth-child(9) {
    z-index: 4;
}

.home-program-item:nth-child(10) {
    z-index: 3;
}

.home-program-item:nth-child(11) {
    z-index: 2;
}

.home-program-item:nth-child(12) {
    z-index: 1;
}

.home-program-item__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 26px;
    line-height: 151%;
    margin-bottom: 16px;
}

@media (max-width: 740px) {
    .home-program-item__title {
        font-size: 20px;
    }
}

.home-program-item__title_line {
    width: 6px;
    height: 30px;
    background: #78BFD3;
    border-radius: 100px;
    margin-right: 8px;
}

.home-program-item__title_line.home-program-item__title_line--pink {
    background: #F73E91;
}

.home-program-item__title_line.home-program-item__title_line--plus {
    width: 30px;
    background: url(../../img/new_pages/home/program/title-plus.svg) no-repeat center/contain;
}

.home-program-item__ul {
    margin-top: 15px;
}

.home-program-item__ul_li {
    font-weight: 800;
    font-size: 18px;
    line-height: 140%;
    padding-left: 36px;
    margin-bottom: 30px;
    position: relative;
}

@media (max-width: 740px) {
    .home-program-item__ul_li {
        font-size: 16px;
        padding-left: 28px;
    }
}

.home-program-item__ul_li:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: calc(50% - 3px);
    left: 12px;
}

@media (max-width: 740px) {
    .home-program-item__ul_li:before {
        left: 0;
    }
}

.home-program-item__ul_li:after {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../../img/new_pages/home/program/plus.svg) no-repeat center/contain;
    position: absolute;
    bottom: -25px;
    left: 36px;
}

@media (max-width: 740px) {
    .home-program-item__ul_li:after {
        left: 30px;
    }
}

.home-program-item__ul_li:last-child {
    margin-bottom: 0;
}

.home-program-item__ul_li:last-child:after {
    display: none;
}

.home-program-item__plus {
    width: 99px;
    height: 99px;
    background: url(../../img/new_pages/home/program/item-plus.svg) no-repeat center/contain;
    position: absolute;
    bottom: -2px;
    right: -2px;
    cursor: pointer;
    transition: 0.3s;
}

@media (max-width: 740px) {
    .home-program-item__plus {
        width: 79px;
        height: 79px;
    }
}

.home-program-item__plus:hover {
    background-image: url(../../img/new_pages/home/program/item-plus-hover.svg);
}

.home-program-item__best {
    width: 276px;
    height: 276px;
    background: url(../../img/new_pages/home/program/best-choice.svg) no-repeat center/contain;
    font-style: italic;
    font-weight: 800;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    padding: 114px 0 0 10px;
    position: absolute;
    top: -79px;
    right: -73px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (max-width: 740px) {
    .home-program-item__best {
        -ms-transform: scale(0.7) rotate(45deg);
        transform: scale(0.7) rotate(45deg);
        top: -97px;
        right: -92px;
    }
}

.home-program-item__header {
    width: calc(100% + 4px);
    background: linear-gradient(0deg, #4752DF, #4752DF), linear-gradient(90deg, #79BBE0 0%, #27AAF4 100%);
    border-radius: 40px 40px 0px 0px;
    padding: 30px 76px;
    position: relative;
    top: -2px;
    left: -2px;
}

@media (max-width: 740px) {
    .home-program-item__header {
        border-radius: 30px 30px 0 0;
        padding: 17px 20px;
    }
}

.home-program-item__main {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1240px) {
    .home-program-item__main {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.home-program-item__col {
    -ms-flex: 1;
    flex: 1;
    padding: 45px 76px 56px;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-program-item__col {
        padding-right: 57px;
    }
}

@media (max-width: 740px) {
    .home-program-item__col {
        padding: 26px 12px 43px;
    }
}

.home-program-item__col.home-program-item__col--1 {
    background: rgba(24, 17, 66, 0.28);
}

.home-program-item__col.home-program-item__col--2 {
    padding-left: 50px;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-program-item__col.home-program-item__col--2 {
        padding-left: 76px;
    }
}

@media (max-width: 740px) {
    .home-program-item__col.home-program-item__col--2 {
        padding: 27px 12px 33px;
    }
}

.home-program-item__tabs-btns {
    margin-top: 34px;
}

@media (max-width: 740px) {
    .home-program-item__tabs-btns {
        margin-top: 21px;
    }
}

.home-program-item__tabs-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #FFFFFF;
    margin-bottom: 30px;
    cursor: pointer;
}

.home-program-item__tabs-btn:before {
    content: '';
    width: 18px;
    height: 18px;
    background: url(../../img/new_pages/home/program/tab-btn-plus.svg) no-repeat center/contain;
    margin-right: 15px;
}

.home-program-item__tabs-btn:last-child {
    margin-bottom: 0;
}

.home-program-item__tabs-btn.home-program-item__tabs-btn--active {
    color: #9595EF;
}

.home-program-item__tabs-btn.home-program-item__tabs-btn--active:before {
    background-image: url(../../img/new_pages/home/program/tab-btn-plus-hover.svg);
}

.home-program-item__tabs {
    position: relative;
}

.home-program-item__tabs:after {
    content: '';
    width: calc(100% - 32px);
    height: 89px;
    background: linear-gradient(0deg, #263162 5.61%, rgba(44, 55, 103, 0) 114.54%);
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (max-width: 740px) {
    .home-program-item__tabs:after {
        height: 126px;
        width: calc(100% - 20px);
    }
}

.home-program-item__tab {
    max-height: 370px;
    display: none;
    padding-left: 42px;
    overflow-y: auto;
    direction: rtl;
}

@media (max-width: 1240px) {
    .home-program-item__tab {
        max-height: 410px;
    }
}

@media (max-width: 740px) {
    .home-program-item__tab {
        padding-left: 25px;
    }
}

.home-program-item__tab::-webkit-scrollbar {
    width: 5px;
    cursor: pointer;
}

.home-program-item__tab::-webkit-scrollbar-track {
    border-radius: 100px;
    background-color: rgba(114, 127, 159, 0.29);
}

.home-program-item__tab::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background-color: #727F9F;
}

.home-program-item__tab::-webkit-scrollbar-thumb:window-inactive {
    background-color: rgba(114, 127, 159, 0.29);
}

.home-program-item__tab::-webkit-scrollbar-button:start:decrement {
    display: none;
}

.home-program-item__tab_title, .home-program-item__tab_text {
    direction: ltr;
}

.home-program-item__tab_text {
    color: #fff;
    margin-top: 40px;
}

@media (max-width: 1240px) {
    .home-program-item__tab_text {
        font-size: 14px;
    }
}

@media (max-width: 740px) {
    .home-program-item__tab_text {
        margin-top: 24px;
    }
}

.home-program-item__tab_text:first-child {
    margin-top: 0;
}

.home-program-item__tab_text ul, .home-program-item__tab_text ol {
    margin: 15px 0;
}

.home-program-item__tab.home-program-item__tab--active {
    display: block;
}

.home-program-item__btn {
    margin-top: 50px;
}

@media (max-width: 740px) {
    .home-program-item__btn {
        margin-top: 29px;
    }
}

.home-program-item.home-program-item--lg {
    width: calc(100% - 32px);
    padding: 0;
}

@media (max-width: 1240px) {
    .home-program-item.home-program-item--lg {
        width: 100%;
    }
}

.home-program-item.home-program-item--lg .home-program-item__title {
    -ms-flex-pack: center;
    justify-content: center;
}

.home-timer-block {
    max-width: 863px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    margin: 103px auto 0;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-timer-block {
        max-width: 645px;
        margin-top: 68px;
    }
}

@media (max-width: 740px) {
    .home-timer-block {
        margin-top: 34px;
    }
}

.home-timer-block__title-1, .home-timer-block__title-2 {
    font-size: 20px;
    line-height: 160%;
    text-align: center;
    color: #FFFFFF;
}

@media (max-width: 740px) {
    .home-timer-block__title-1, .home-timer-block__title-2 {
        font-size: 18px;
        line-height: 156%;
    }
}

.home-timer-block__title-1 {
    font-weight: 600;
}

.home-timer-block__btn {
    margin-top: 40px;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-timer-block__btn {
        margin-top: 33px;
    }
}

@media (max-width: 740px) {
    .home-timer-block__btn {
        margin-top: 43px;
    }
}

.home-timer-block__title-2 {
    font-weight: 800;
    margin-top: 40px;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-timer-block__title-2 {
        margin-top: 33px;
    }
}

@media (max-width: 740px) {
    .home-timer-block__title-2 {
        margin-top: 43px;
    }
}

.home-timer-block .home-timer {
    margin: 27px auto 0;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-timer-block .home-timer {
        margin-top: 33px;
    }
}

.home-timer > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.home-timer > ul > li {
    width: 75px;
    text-align: center;
    color: #fff;
    margin-right: 50px;
}

@media (max-width: 740px) {
    .home-timer > ul > li {
        width: 60px;
        margin-right: 30px;
    }
}

.home-timer > ul > li:last-child {
    margin-right: 0;
}

.home-timer__time > li {
    font-weight: 800;
    font-size: 47px;
    line-height: 105%;
    position: relative;
}

@media (max-width: 740px) {
    .home-timer__time > li {
        font-size: 32px;
    }
}

.home-timer__time > li:after {
    content: ":";
    width: 50px;
    color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 0;
    right: -50px;
}

@media (max-width: 740px) {
    .home-timer__time > li:after {
        width: 30px;
        right: -30px;
    }
}

.home-timer__time > li:last-child:after {
    display: none;
}

.home-timer__title {
    margin-top: 5px;
}

.home-timer__title > li {
    font-weight: 800;
    font-size: 13px;
    line-height: 123%;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

@media (max-width: 740px) {
    .home-timer__title > li {
        font-size: 10px;
    }
}

.home-program-modules {
    max-width: 864px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 37px auto 0;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-program-modules {
        width: 742px;
        margin-top: 55px;
        position: relative;
        left: calc(50% - 371px);
    }
}

@media (max-width: 740px) {
    .home-program-modules {
        margin-top: 42px;
    }
}

.home-program-module {
    width: calc(50% - 32px);
    margin: 40px 16px 0;
    display: -ms-flexbox;
    display: flex;
    background: radial-gradient(76.27% 76.27% at 93.61% 5.4%, rgba(255, 255, 255, 0.210207) 0%, rgba(248, 255, 248, 0.0740476) 100%);
    border: 2px solid rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    border-radius: 20px;
    position: relative;
    cursor: pointer;
    transition: 0.4s;
}

@media (max-width: 1240px) {
    .home-program-module {
        min-height: 127px;
    }
}

@media (max-width: 740px) {
    .home-program-module {
        width: 100%;
        margin: 26px 0 0;
    }
}

@media (max-width: 1240px) {
    .home-program-module:before {
        content: '';
        width: 46px;
        height: 50px;
        background: url(../../img/new_pages/home/program/module-plus-tablet.svg) no-repeat center/contain;
        position: absolute;
        bottom: -2px;
        right: -2px;
    }
}

@media (min-width: 1240px) {
    .home-program-module:hover {
        -ms-transform: scale(1.09);
        transform: scale(1.09);
    }

    .home-program-module:hover .home-program-module__btn {
        opacity: 1;
    }
}

@media (max-width: 740px) {
    .home-program-module:first-child {
        margin-top: 0;
    }
}

.home-program-module__main {
    -ms-flex: 1;
    flex: 1;
    padding: 30px 80px 30px 35px;
    transition: 0.4s;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-program-module__main {
        padding: 21px 25px;
    }
}

@media (max-width: 740px) {
    .home-program-module__main {
        padding: 26px 34px 21px 27px;
    }
}

.home-program-module__text {
    margin-top: 5px;
}

@media (max-width: 740px) {
    .home-program-module__text {
        margin-top: 7px;
    }
}

.home-program-module__btn {
    width: 68px;
    height: calc(100% + 4px);
    border-radius: 0 20px 20px 0;
    background: url(../../img/new_pages/home/program/module-arrow.svg) no-repeat center, #FF9900;
    position: absolute;
    top: -2px;
    right: -2px;
    opacity: 0;
    transition: 0.4s;
    cursor: pointer;
}

@media (max-width: 1240px) {
    .home-program-module__btn {
        display: none;
    }
}

.home-program-installment {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-top: 76px;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-program-installment {
        margin-top: 63px;
    }
}

@media (max-width: 740px) {
    .home-program-installment {
        margin-top: 34px;
    }
}

.home-program-installment__title {
    max-width: 515px;
}

.home-program-installment__title b {
    color: #9595EF;
}

.home-program-installment__text {
    max-width: 775px;
    margin-top: 32px;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-program-installment__text {
        margin-top: 45px;
    }
}

@media (max-width: 740px) {
    .home-program-installment__text {
        margin-top: 26px;
    }
}

.home-program-installment__text a {
    font-weight: 600;
    color: #FF9900;
    text-decoration: underline;
}

.program-tabs {
    display: -ms-flexbox;
    display: flex;
    padding: 0 35px;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .program-tabs {
        padding: 0 24px;
    }
}

@media (max-width: 740px) {
    .program-tabs {
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0;
    }
}

@media (max-width: 740px) {
    .program-tabs.program-tabs--2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 24px;
    }
}

@media (min-width: 1240px) {
    .program-tabs.program-tabs--2 .program-tab {
        /* width: 210px;
      font-size: 16px;
      line-height: 112%;
      padding: 10px 30px; */
        max-width: 210px;
        width: 100%;
        font-size: 0.8em;
        line-height: 112%;
        padding: 10px;
    }
}

@media (max-width: 1240px) {
    .program-tabs.program-tabs--2 .program-tab {
        font-size: 0.8em; /* 14px; */
        line-height: 129%;
        padding: 10px;
    }
}

@media (max-width: 1240px) and (min-width: 740px) {
    .program-tabs.program-tabs--2 .program-tab {
        width: 152px;
    }
}

@media (max-width: 740px) {
    .program-tabs.program-tabs--2 .program-tab {
        width: 160px;
        height: 90px;
        border-radius: 20px;
        margin: 20px 20px 0 0;
    }
}

@media (max-width: 740px) {
    .program-tabs.program-tabs--2 .program-tab:nth-child(1), .program-tabs.program-tabs--2 .program-tab:nth-child(2) {
        margin-top: 0;
    }
}

@media (max-width: 740px) {
    .program-tabs.program-tabs--2 .program-tab:nth-child(2n+2) {
        margin-right: 0;
    }
}

.program-tab {
    max-width: 210px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #9595EF;
    border-radius: 20px 20px 0 0;
    font-weight: bold;
    font-size: 20px;
    line-height: 200%;
    text-align: center;
    color: #FFFFFF;
    padding: 11px 50px 7px;
    margin-right: 22px;
    cursor: pointer;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .program-tab {
        font-size: 14px;
        line-height: 286%;
        padding: 10px 42px 8px;
        margin-right: 5px; /* 16px; */
    }
}

@media (max-width: 740px) {
    .program-tab {
        font-size: 14px;
        line-height: 129%;
        padding: 14px 25px;
        margin: 0 10px;
    }
}

@media (min-width: 740px) {
    .program-tab:last-child {
        margin-right: 0;
    }
}

.program-tab.program-tab--active, .program-tab.package-tab--active, .program-tab.module-tab--active {
    background: #fff;
    color: #1B1F39;
}

.program-content-tabs {
    background: #FFFFFF;
    border-radius: 20px;
}

.program-content-tabs.program-content-tabs--2 .program-content-tab {
    padding: 32px 85px 29px;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .program-content-tabs.program-content-tabs--2 .program-content-tab {
        padding: 40px 75px 54px;
    }
}

@media (max-width: 740px) {
    .program-content-tabs.program-content-tabs--2 .program-content-tab {
        padding: 26px 16px 197px;
    }
}

.program-content-tabs.program-content-tabs--2 .program-content-tab .program-tab-ul {
    max-width: 723px;
}

.program-content-tab {
    display: none;
    padding: 53px 83px 32px;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .program-content-tab {
        padding: 41px 84px 38px;
    }
}

@media (max-width: 740px) {
    .program-content-tab {
        padding: 28px 14px 35px;
    }
}

.program-content-tab.program-content-tab--active, .program-content-tab.package-content-tab--active, .program-content-tab.module-content-tab--active {
    display: block;
}

.program-tab-ul-layout {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1240px) {
    .program-tab-ul-layout {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.program-tab-ul-layout__col {
    width: 364px;
}

@media (max-width: 1240px) {
    .program-tab-ul-layout__col {
        width: 100%;
        margin-bottom: 20px;
    }
}

.program-tab-ul-layout__col:last-child {
    margin: 0;
}

.program-tab-li.program-tab-li--subtitle {
    font-weight: bold;
    text-transform: uppercase;
    color: #4949B7;
}

@media (max-width: 1240px) {
    .program-tab-li.program-tab-li--subtitle {
        padding-left: 0;
        margin-top: 46px;
    }
}

.program-tab-li.program-tab-li--subtitle:before {
    display: none;
}

.program-tab-ul-btn-layout {
    text-align: center;
    margin-top: 44px;
}

@media (max-width: 1240px) {
    .program-tab-ul-btn-layout {
        margin-top: 34px;
    }
}

.program-tab-ul-disclaimer {
    max-width: 800px;
    font-size: 10px;
    line-height: 141%;
    color: #1B1F39;
    margin: 31px auto 0;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .program-tab-ul-disclaimer {
        margin-top: 34px;
    }
}

@media (max-width: 740px) {
    .program-tab-ul-disclaimer {
        margin-top: 21px;
    }
}

.module-tab-ul-layout {
    min-height: 487px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .module-tab-ul-layout {
        min-height: 631px;
    }
}

@media (max-width: 740px) {
    .module-tab-ul-layout {
        min-height: 0;
    }
}

.module-tab-ul-layout .program-tab-ul {
    -ms-flex: 1;
    flex: 1;
}

.module-tab-ul-btn-layout {
    text-align: center;
    margin-top: 20px;
}

@media (max-width: 1240px) {
    .module-tab-ul-btn-layout {
        margin-top: 42px;
    }
}

.module-content-tab {
    position: relative;
}

.module-content-tab:after {
    content: '';
    background: no-repeat center / contain;
    position: absolute;
    bottom: 0;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .module-content-tab:after {
        bottom: 165px;
    }
}

@media (max-width: 740px) {
    .module-content-tab:after {
        bottom: 32px;
    }
}

.module-content-tab:nth-child(1):after {
    width: 243px;
    height: 523px;
    background-image: url(../../img/new_pages/home/program/module-decor-1.svg);
    right: -42px;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .module-content-tab:nth-child(1):after {
        width: 68px;
        height: 145px;
        right: calc(50% - 34px);
    }
}

@media (max-width: 740px) {
    .module-content-tab:nth-child(1):after {
        width: 60px;
        height: 128px;
        right: calc(50% - 30px);
    }
}

.module-content-tab:nth-child(2):after {
    width: 278px;
    height: 530px;
    background-image: url(../../img/new_pages/home/program/module-decor-2.svg);
    right: -132px;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .module-content-tab:nth-child(2):after {
        display: none;
    }
}

@media (max-width: 740px) {
    .module-content-tab:nth-child(2):after {
        width: 58px;
        height: 111px;
        right: calc(50% - 29px);
    }
}

.module-content-tab:nth-child(3):after,
.module-content-tab:nth-child(5):after {
    width: 246px;
    height: 441px;
    background-image: url(../../img/new_pages/home/program/module-decor-3.svg);
    bottom: 53px;
    right: -125px;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .module-content-tab:nth-child(3):after,
    .module-content-tab:nth-child(5):after {
        width: 55px;
        height: 99px;
        bottom: 148px;
        right: calc(50% - 27px);
    }
}

@media (max-width: 740px) {
    .module-content-tab:nth-child(3):after,
    .module-content-tab:nth-child(5):after {
        width: 50px;
        height: 91px;
        right: calc(50% - 25px);
    }
}

.module-content-tab:nth-child(4):after {
    width: 260px;
    height: 496px;
    background-image: url(../../img/new_pages/home/program/module-decor-4.svg);
    right: -129px;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .module-content-tab:nth-child(4):after {
        width: 52px;
        height: 99px;
        bottom: 138px;
        right: calc(50% - 26px);
    }
}

@media (max-width: 740px) {
    .module-content-tab:nth-child(4):after {
        width: 52px;
        height: 99px;
        right: calc(50% - 26px);
    }
}

.module-tab-title {
    display: none;
    font-weight: bold;
    font-size: 14px;
    line-height: 129%;
    text-align: center;
    color: #1B1F39;
    margin-bottom: 24px;
}

@media (max-width: 740px) {
    .module-tab-title {
        display: block;
    }
}

.home-format-section {
    padding: 220px 0 0;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-format-section {
        padding-top: 65px;
    }
}

@media (max-width: 740px) {
    .home-format-section {
        padding-top: 50px;
    }
}

.home-format {
    position: relative;
}

@media (min-width: 1240px) {
    .home-format {
        width: 1264px;
        left: calc(50% - 632px);
    }
}

.home-format-main {
    min-height: 432px;
    margin-top: 50px;
    position: relative;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-format-main {
        padding-bottom: 341px;
        margin-top: 25px;
    }
}

@media (max-width: 740px) {
    .home-format-main {
        padding-bottom: 200px;
        margin-top: 30px;
    }
}

.home-format-main__decor {
    width: 568px;
    height: 316px;
    background: url(../../img/new_pages/home/format/decor.svg) no-repeat center/contain;
    position: absolute;
    bottom: 0;
    left: 372px;
    z-index: 2;
}

@media (max-width: 1240px) {
    .home-format-main__decor {
        bottom: 0;
    }
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-format-main__decor {
        left: calc(50% - 284px);
    }
}

@media (max-width: 740px) {
    .home-format-main__decor {
        width: 324px;
        height: 180px;
        left: calc(50% - 162px);
    }
}

.home-format-list {
    position: relative;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-format-list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.home-format-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #121D54;
    border-radius: 20px;
    color: rgba(255, 255, 255, 0.7);
    padding: 18px 22px 18px 30px;
}

@media (min-width: 1240px) {
    .home-format-item {
        height: 89px;
        position: absolute;
    }
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-format-item {
        width: 332px;
        margin-top: 25px;
    }
}

@media (max-width: 740px) {
    .home-format-item {
        min-height: 83px;
        padding: 18px 20px;
        margin-top: 14px;
    }
}

@media (max-width: 740px) {
    .home-format-item:first-child {
        margin-top: 0;
    }
}

.home-format-item__text b {
    font-weight: 800;
    color: #fff;
}

@media (min-width: 1240px) {
    .home-format-item.home-format-item--1, .home-format-item.home-format-item--2, .home-format-item.home-format-item--5 {
        text-align: center;
    }
}

@media (min-width: 1240px) {
    .home-format-item.home-format-item--1 {
        width: 422px;
        top: 0;
        left: 0;
    }
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-format-item.home-format-item--1 {
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (min-width: 1240px) {
    .home-format-item.home-format-item--2 {
        width: 332px;
        top: 0;
        left: 513px;
    }
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-format-item.home-format-item--2 {
        -ms-flex-order: 2;
        order: 2;
    }
}

@media (min-width: 1240px) {
    .home-format-item.home-format-item--3 {
        width: 281px;
        top: 115px;
        left: 0;
    }
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-format-item.home-format-item--3 {
        -ms-flex-order: 3;
        order: 3;
    }
}

.home-format-item.home-format-item--4 {
    background: #F73E91;
    position: relative;
}

@media (min-width: 1240px) {
    .home-format-item.home-format-item--4 {
        width: 328px;
        text-align: right;
        top: 0;
        left: 936px;
    }
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-format-item.home-format-item--4 {
        -ms-flex-order: 4;
        order: 4;
    }
}

.home-format-item.home-format-item--4:before {
    content: '';
    width: 27px;
    height: 100px;
    background: url(../../img/new_pages/home/format/exclamation-mark.svg);
    position: absolute;
    top: -7px;
    left: -12px;
    z-index: 2;
}

@media (min-width: 1240px) {
    .home-format-item.home-format-item--5 {
        width: 283px;
        top: 115px;
        left: 981px;
    }
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-format-item.home-format-item--5 {
        -ms-flex-order: 6;
        order: 6;
        width: 209px;
    }
}

@media (min-width: 1240px) {
    .home-format-item.home-format-item--6 {
        width: 422px;
        height: 175px;
        top: 230px;
        left: 0;
    }
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-format-item.home-format-item--6 {
        -ms-flex-order: 5;
        order: 5;
        width: 456px;
    }
}

@media (min-width: 1240px) {
    .home-format-item.home-format-item--7 {
        width: 368px;
        height: 175px;
        top: 230px;
        left: 896px;
    }
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-format-item.home-format-item--7 {
        width: 100%;
        -ms-flex-order: 7;
        order: 7;
        padding: 27px 57px 16px;
    }
}

.home-format-disclaimer {
    background: #FF9900;
    border-radius: 20px;
    text-align: center;
    padding: 35px 236px 30px;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-format-disclaimer {
        padding: 35px 30px;
    }
}

@media (max-width: 740px) {
    .home-format-disclaimer {
        text-align: left;
        padding: 22px 20px 18px;
    }
}

.home-format-disclaimer__text {
    margin-top: 8px;
}

@media (max-width: 740px) {
    .home-format-disclaimer__text {
        margin-top: 0;
    }
}

.home-author-section {
    padding: 80px 0 0;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-author-section {
        padding-top: 71px;
    }
}

@media (max-width: 740px) {
    .home-author-section {
        padding-top: 56px;
    }
}

.home-author {
    max-width: 1264px;
    padding-left: 108px;
    margin: 0 auto;
}

@media (max-width: 1240px) {
    .home-author {
        padding-left: 0;
    }
}

.home-author__title .section-ghost-title, .home-author__title .section-title {
    text-align: left;
}

@media (max-width: 740px) {
    .home-author__title .section-ghost-title, .home-author__title .section-title {
        text-align: center;
    }
}

.home-author__title .section-ghost-title {
    width: auto;
    left: -18px;
}

.home-author-main {
    margin-top: 48px;
    position: relative;
}

@media (max-width: 740px) {
    .home-author-main {
        margin-top: 35px;
    }
}

.home-author-info {
    width: 400px;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-author-info {
        width: 332px;
    }
}

@media (max-width: 740px) {
    .home-author-info {
        width: 284px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 auto;
    }
}

.home-author-info__photo {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

@media (max-width: 740px) {
    .home-author-info__photo {
        width: 200px;
    }
}

.home-author-info__content {
    text-align: center;
    padding: 24px 38px 0;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-author-info__content {
        padding: 22px 0 0;
    }
}

@media (max-width: 740px) {
    .home-author-info__content {
        padding: 11px 0 0;
    }
}

.home-author-info__name {
    font-weight: bold;
    font-size: 24px;
    line-height: 140%;
    color: #1B1F39;
}

@media (max-width: 740px) {
    .home-author-info__name {
        font-size: 18px;
    }
}

.home-author-info__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 175%;
    color: #1B1F39;
    margin-top: 16px;
}

@media (max-width: 740px) {
    .home-author-info__text {
        font-size: 14px;
        margin-top: 11px;
    }
}

.home-author-info__text a {
    font-weight: 600;
    text-decoration: underline;
}

.home-author-quote {
    width: 724px;
    background: url(../../img/new_pages/home/author/quote.svg) no-repeat center left 76px, #121D54;
    font-size: 14px;
    line-height: 200%;
    color: #FFFFFF;
    padding: 53px 76px 40px 216px;
    position: absolute;
    top: 63px;
    left: 324px;
    z-index: 2;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-author-quote {
        width: 445px;
        background: url(../../img/new_pages/home/author/quote.svg) no-repeat left 32px center/68px, #121D54;
        padding: 35px 22px 35px 129px;
        top: 35px;
        left: 260px;
    }
}

@media (max-width: 740px) {
    .home-author-quote {
        width: 100vw;
        background: url(../../img/new_pages/home/author/quote.svg) no-repeat top 23px left 20px/36px, #121D54;
        line-height: 143%;
        padding: 72px 20px 15px;
        margin-top: 27px;
        position: relative;
        top: 0;
        left: calc(50% - 50vw);
    }
}

.home-author-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (min-width: 1240px) {
    .home-author-list {
        position: absolute;
        top: 322px;
        left: 540px;
    }
}

@media (max-width: 1240px) {
    .home-author-list {
        margin: 54px auto 0;
    }
}

@media (max-width: 740px) {
    .home-author-list {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
    }
}

.home-author-item {
    width: 184px;
    margin-right: 32px;
}

@media (max-width: 1240px) {
    .home-author-item {
        text-align: center;
    }
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-author-item {
        margin-right: 64px;
    }
}

@media (max-width: 740px) {
    .home-author-item {
        width: 310px;
        margin: 0 0 64px;
    }
}

.home-author-item:last-child {
    margin-right: 0;
}

@media (max-width: 740px) {
    .home-author-item:last-child {
        margin-bottom: 0;
    }
}

.home-author-item__icon {
    width: 76px;
    height: 76px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #5C5CDC;
    box-shadow: 0 8.63636px 17.2727px rgba(28, 45, 135, 0.26);
    border-radius: 23px;
}

@media (max-width: 1240px) {
    .home-author-item__icon {
        margin: 0 auto;
    }
}

.home-author-item__icon.home-author-item__icon--pink {
    background: #F73E91;
}

.home-author-item__icon.home-author-item__icon--blue {
    background: #78BFD3;
}

.home-author-item__title {
    line-height: 140%;
    margin-top: 19px;
}

.home-author-item__text {
    line-height: 140%;
    margin-top: 5px;
}

.home-reviews-section {
    padding: 175px 0 150px;
    overflow-x: hidden;
    position: relative;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-reviews-section {
        padding: 95px 0 168px;
    }
}

@media (max-width: 740px) {
    .home-reviews-section {
        padding: 80px 0 59px;
    }
}

.home-reviews-facts {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
}

@media (max-width: 740px) {
    .home-reviews-facts {
        margin-top: 10px;
    }
}

.home-reviews-fact {
    width: 400px;
    border-radius: 12px;
    background: #fff;
    filter: drop-shadow(0px 4px 25px rgba(53, 81, 147, 0.2));
    padding: 60px 32px 26px;
    margin: 80px 16px 0;
}

@media (max-width: 740px) {
    .home-reviews-fact {
        width: 100%;
        padding: 60px 15px 26px;
        margin: 63px 0 0;
    }
}

.home-reviews-fact__number {
    width: 90px;
    height: 90px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url(../../img/new_pages/home/reviews/number-romb.svg) no-repeat center/contain;
    font-weight: 800;
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    padding-bottom: 7px;
    position: absolute;
    top: -40px;
    left: calc(50% - 45px);
}

.home-reviews-fact__text {
    line-height: 140%;
    text-align: center;
}

.home-reviews-fact__img {
    max-width: 100%;
    margin: 28px auto 0;
}

.home-reviews-slider {
    width: 850px;
    margin: 137px auto 0;
}

@media (max-width: 740px) {
    .home-reviews-slider {
        width: 340px;
        padding-bottom: 112px;
        margin-top: 55px;
    }
}

.home-reviews-slider:before, .home-reviews-slider:after {
    content: '';
    width: 310px;
    height: 100%;
    background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    z-index: 2;
}

@media (max-width: 740px) {
    .home-reviews-slider:before, .home-reviews-slider:after {
        display: none;
    }
}

.home-reviews-slider:before {
    left: calc(50% - 50vw);
}

.home-reviews-slider:after {
    right: calc(50% - 50vw);
    -ms-transform: scale(-1);
    transform: scale(-1);
}

.home-reviews-slider .slick-list {
    overflow: visible;
}

.home-reviews-slider .slick-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.home-reviews-slider .slick-arrow {
    width: 290px;
    height: 290px;
    border-radius: 50%;
    font-size: 0;
    position: absolute;
    top: calc(50% - 145px);
    z-index: 3;
    cursor: pointer;
    transition: background-color 0.3s;
}

@media (max-width: 740px) {
    .home-reviews-slider .slick-arrow {
        width: 76px;
        height: 76px;
        border-radius: 20px;
        background: #E8EFF9;
        top: auto;
        bottom: 0;
    }
}

.home-reviews-slider .slick-arrow.slick-prev {
    background: url(../../img/new_pages/home/reviews/arrow-left.svg) no-repeat center right 25px, #121D54;
    left: calc(50% - 50vw - 240px);
}

@media (max-width: 740px) {
    .home-reviews-slider .slick-arrow.slick-prev {
        background: url(../../img/new_pages/home/reviews/arrow-left-mobile.svg) no-repeat center, #E8EFF9;
        left: calc(50% - 100px);
    }
}

.home-reviews-slider .slick-arrow.slick-prev:hover {
    background: url(../../img/new_pages/home/reviews/arrow-left-hover.svg) no-repeat center right -25px, #FF9900;
}

@media (max-width: 740px) {
    .home-reviews-slider .slick-arrow.slick-prev:hover {
        background: url(../../img/new_pages/home/reviews/arrow-left-mobile-hover.svg) no-repeat center, #FF9900;
    }
}

.home-reviews-slider .slick-arrow.slick-next {
    background: url(../../img/new_pages/home/reviews/arrow-right.svg) no-repeat center left 25px, #121D54;
    right: calc(50% - 50vw - 240px);
}

@media (max-width: 740px) {
    .home-reviews-slider .slick-arrow.slick-next {
        background: url(../../img/new_pages/home/reviews/arrow-right-mobile.svg) no-repeat center, #E8EFF9;
        right: calc(50% - 100px);
    }
}

.home-reviews-slider .slick-arrow.slick-next:hover {
    background: url(../../img/new_pages/home/reviews/arrow-right-hover.svg) no-repeat center left -25px, #FF9900;
}

@media (max-width: 740px) {
    .home-reviews-slider .slick-arrow.slick-next:hover {
        background: url(../../img/new_pages/home/reviews/arrow-right-mobile-hover.svg) no-repeat center, #FF9900;
    }
}

.home-reviews-slide {
    width: 250px;
    padding: 0 25px;
    position: relative;
}

@media (max-width: 740px) {
    .home-reviews-slide {
        width: 100%;
        padding: 0;
        opacity: 0;
    }
}

.home-reviews-slide:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

.home-reviews-slide.slick-current {
    width: 350px;
    z-index: 6;
}

@media (max-width: 740px) {
    .home-reviews-slide.slick-current {
        width: 100%;
        opacity: 1;
    }
}

.home-reviews-slide.slick-current:before {
    display: none;
}

.home-reviews-slide.slick-current .home-reviews-slide-content__img {
    filter: drop-shadow(0px 17.3768px 104.261px rgba(37, 128, 236, 0.31));
    border-radius: 35px;
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

@media (max-width: 740px) {
    .home-reviews-slide.slick-current .home-reviews-slide-content__img {
        filter: drop-shadow(0px 15px 40px rgba(37, 128, 236, 0.2));
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.home-reviews-slide-content {
    cursor: pointer;
}

.home-reviews-slide-content__img {
    width: 100%;
    height: auto;
    transition: 0.3s;
}

.home-students-section {
    padding: 84px 0 0;
    position: relative;
}

@media (max-width: 740px) {
    .home-students-section {
        padding-top: 43px;
    }
}

.home-students-section:before {
    content: '';
    width: 100%;
    height: 768px;
    background: #121D54;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 740px) {
    .home-students-section:before {
        height: 558px;
    }
}

.home-students-section .main-wrapper {
    position: relative;
    z-index: 2;
}

.home-students {
    max-width: 1304px;
    margin: 0 auto;
}

.home-students__title {
    margin-left: 125px;
}

@media (max-width: 1240px) {
    .home-students__title {
        margin-left: 0;
    }
}

.home-students__title .section-ghost-title {
    width: auto;
    text-align: left;
    left: -97px;
}

.home-students__title .section-title {
    text-align: left;
}

.home-students-slider-layout {
    border-bottom: 1px solid #3F4776;
    position: relative;
}

@media (max-width: 1240px) {
    .home-students-slider-layout {
        border-bottom: 0;
    }
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-students-slider-layout:before {
        content: '';
        width: 100vw;
        height: 1px;
        background: #3F4776;
        position: absolute;
        bottom: 0;
        left: calc(50% - 50vw);
    }
}

.home-students-slider-decor {
    width: 531px;
    height: 538px;
    background: url(../../img/new_pages/home/students/decor.png) no-repeat center/contain;
    position: absolute;
    bottom: -1px;
    right: 27px;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-students-slider-decor {
        width: 326px;
        height: 334px;
        right: -45px;
    }
}

@media (max-width: 740px) {
    .home-students-slider-decor {
        display: none;
    }
}

.home-students-slider {
    padding: 45px 0 50px 125px;
}

@media (max-width: 1240px) {
    .home-students-slider {
        padding-left: 0;
    }
}

@media (max-width: 740px) {
    .home-students-slider {
        padding: 33px 0 51px;
    }
}

.home-students-slider .slick-list {
    overflow: visible;
}

.home-students-slider .slick-arrow {
    width: 209px;
    height: 17px;
    background: no-repeat center / contain;
    font-size: 0;
    position: absolute;
    top: calc(100% + 34px);
    cursor: pointer;
    z-index: 5;
}

@media (max-width: 740px) {
    .home-students-slider .slick-arrow {
        display: none;
    }
}

.home-students-slider .slick-arrow.slick-prev {
    display: none;
}

.home-students-slider .slick-arrow.slick-next {
    background-image: url(../../img/new_pages/home/students/arrow-right.svg);
    left: 1041px;
    transition: 0.4s;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-students-slider .slick-arrow.slick-next {
        left: 677px;
    }
}

@media (min-width: 1240px) {
    .home-students-slider .slick-arrow.slick-next:hover {
        background-image: url(../../img/new_pages/home/students/arrow-right-orange.svg);
        left: 996px;
    }
}

.home-students-slider .slick-dots {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: calc(100% + 32px);
    left: 125px;
    z-index: 5;
}

@media (max-width: 1240px) {
    .home-students-slider .slick-dots {
        left: 0;
    }
}

@media (max-width: 740px) {
    .home-students-slider .slick-dots {
        width: 100%;
        top: auto;
        bottom: 0;
    }
}

.home-students-slider .slick-dots > li {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: rgba(255, 255, 255, 0.3);
    margin-right: 42px;
    cursor: pointer;
}

@media (max-width: 740px) {
    .home-students-slider .slick-dots > li {
        margin: 10px 28px 0 0;
    }
}

.home-students-slider .slick-dots > li:last-child {
    margin-right: 0;
}

.home-students-slider .slick-dots > li.slick-active {
    color: #fff;
}

.home-students-slide.slick-current .home-students-info {
    opacity: 1;
    transition: 0.5s;
}

.home-students-info {
    max-width: 455px;
    position: relative;
    opacity: 0;
}

@media (min-width: 1240px) {
    .home-students-info {
        min-height: 300px;
    }
}

.home-students-info__about {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.home-students-info__about_photo {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    margin-right: 23px;
}

.home-students-info__about_text {
    -ms-flex: 1;
    flex: 1;
}

.home-students-info__about.home-students-info__about--right .home-students-info__about_photo {
    margin-right: 0;
    margin-left: 23px;
}

.home-students-info__about.home-students-info__about--right .home-students-info__about_text {
    text-align: right;
}

.home-students-info__name, .home-students-info__position {
    font-size: 15px;
    line-height: 140%;
}

.home-students-info__name {
    font-weight: 700;
}

.home-students-info__position {
    font-weight: 500;
    margin-top: 6px;
}

.home-students-info__title {
    font-weight: 600;
    font-size: 22px;
    line-height: 140%;
    margin-top: 45px;
}

@media (max-width: 740px) {
    .home-students-info__title {
        font-size: 18px;
        margin-top: 37px;
    }
}

.home-students-info__text {
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
    margin-top: 15px;
}

@media (max-width: 740px) {
    .home-students-info__text {
        font-size: 14px;
    }
}

.home-students-info__next {
    width: 300px;
    position: absolute;
    top: calc(100% + 60px);
    left: 660px;
}

@media (min-width: 1240px) {
    .home-students-info__next {
        width: 600px;
        left: 360px;
    }
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-students-info__next {
        left: 410px;
    }
}

@media (max-width: 740px) {
    .home-students-info__next {
        display: none;
    }
}

.home-students-video-slider {
    padding: 120px 0 42px;
}

@media (max-width: 740px) {
    .home-students-video-slider {
        padding: 42px 0 33px;
    }
}

.home-students-video-slider .slick-list {
    overflow: visible;
}

.home-students-video-slider .slick-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.home-students-video-slide {
    width: 464px;
    padding: 0 35px;
    position: relative;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-students-video-slide {
        width: 378px;
        padding: 0 20px;
    }
}

@media (max-width: 740px) {
    .home-students-video-slide {
        width: 220px;
        padding: 0 10px;
    }
}

.home-students-video-slide:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

.home-students-video-slide .play-btn {
    opacity: 0;
    transition: 0.3s;
}

.home-students-video-slide.slick-current {
    width: 720px;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-students-video-slide.slick-current {
        width: 496px;
    }
}

@media (max-width: 740px) {
    .home-students-video-slide.slick-current {
        width: 316px;
    }
}

.home-students-video-slide.slick-current:before {
    display: none;
}

.home-students-video-slide.slick-current .play-btn {
    opacity: 1;
}

.home-students-video {
    cursor: pointer;
    position: relative;
}

.home-students-video__thumb {
    width: 100%;
    height: auto;
    border-radius: 27px;
    box-shadow: 0px 13.5065px 81.039px rgba(13, 33, 56, 0.31);
}

@media (max-width: 740px) {
    .home-students-video__thumb {
        border-radius: 10px;
        box-shadow: 0px 4.81268px 28.8761px rgba(13, 33, 56, 0.31);
    }
}

.home-receive-section {
    padding: 100px 0 0;
}

@media (max-width: 1240px) {
    .home-receive-section {
        padding-top: 65px;
    }
}

@media (max-width: 740px) {
    .home-receive__title .section-title {
        text-align: left;
    }
}

.home-receive-main {
    max-width: 1114px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 63px auto 0;
}

@media (max-width: 1240px) {
    .home-receive-main {
        max-width: 540px;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 740px) {
    .home-receive-main {
        margin-top: 41px;
    }
}

.home-receive-main__left {
    width: calc(50% - 17px);
    margin-right: 108px;
}

@media (max-width: 1240px) {
    .home-receive-main__left {
        width: 100%;
    }
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-receive-main__left {
        margin: 0 0 36px;
    }
}

@media (max-width: 740px) {
    .home-receive-main__left {
        margin: 0 0 21px;
    }
}

.home-receive-main__right {
    width: calc(50% - 91px);
}

@media (max-width: 1240px) {
    .home-receive-main__right {
        width: 100%;
    }
}

.home-receive-guarantee {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background: #4949B7;
    border-radius: 20px;
    padding: 13px 124px;
    margin-top: 71px;
}

@media (max-width: 1240px) {
    .home-receive-guarantee {
        width: 100vw;
        -ms-flex-direction: column;
        flex-direction: column;
        border-radius: 0;
        text-align: center;
        padding: 40px 10px 49px;
        position: relative;
        left: calc(50% - 50vw);
    }
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-receive-guarantee {
        margin-top: 45px;
    }
}

@media (max-width: 740px) {
    .home-receive-guarantee {
        margin-top: 54px;
        padding: 31px 10px 42px;
    }
}

.home-receive-guarantee__main {
    -ms-flex: 1;
    flex: 1;
    margin-right: 20px;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-receive-guarantee__main {
        margin: 0 0 38px;
    }
}

@media (max-width: 740px) {
    .home-receive-guarantee__main {
        max-width: 340px;
        margin: 0 0 25px;
    }
}

.home-receive-guarantee__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 26px;
    line-height: 100%;
}

@media (max-width: 740px) {
    .home-receive-guarantee__title {
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 22px;
    }
}

.home-receive-guarantee__title_emoji {
    font-weight: 800;
    font-size: 38px;
    line-height: 110%;
    margin: 0 7px 0 0;
}

@media (max-width: 740px) {
    .home-receive-guarantee__title_emoji {
        font-size: 30px;
        margin: 0 6px 0 0;
    }
}

.home-receive-guarantee__text {
    max-width: 670px;
    padding-bottom: 8px;
    margin-top: 4px;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-receive-guarantee__text {
        margin-top: 24px;
    }
}

@media (max-width: 740px) {
    .home-receive-guarantee__text {
        margin-top: 10px;
    }
}

@media (max-width: 740px) {
    .home-receive-guarantee__btn {
        max-width: 340px;
    }
}

.home-faq {
    max-width: 832px;
    padding: 80px 0 96px;
    margin: 0 auto;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .home-faq {
        padding: 78px 0 114px;
    }
}

@media (max-width: 740px) {
    .home-faq {
        padding: 54px 0 113px;
    }
}

.home-faq-video {
    border-radius: 27px;
    margin: 40px auto 0;
    cursor: pointer;
    position: relative;
}

@media (max-width: 740px) {
    .home-faq-video {
        border-radius: 11px;
        margin-top: 30px;
    }
}

.home-faq-video__img {
    width: 100%;
    height: auto;
    border-radius: 27px;
    box-shadow: 0px 13.5065px 81.039px rgba(37, 128, 236, 0.31);
}

@media (max-width: 740px) {
    .home-faq-video__img {
        border-radius: 11px;
    }
}

.home-faq-list {
    margin-top: 61px;
}

@media (max-width: 740px) {
    .home-faq-list {
        margin-top: 32px;
    }
}

.home-faq-item {
    margin-bottom: 21px;
}

.home-faq-item:last-child {
    margin-bottom: 0;
}

.home-faq-item__header {
    display: -ms-flexbox;
    display: flex;
    padding-left: 35px;
    position: relative;
    cursor: pointer;
}

@media (max-width: 740px) {
    .home-faq-item__header {
        padding-left: 18px;
    }
}

.home-faq-item__header:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4949B7;
    position: absolute;
    top: 18px;
    left: 0;
}

@media (max-width: 740px) {
    .home-faq-item__header:before {
        top: 14px;
    }
}

.home-faq-item__main {
    display: none;
    padding: 20px 107px 0 35px;
}

@media (max-width: 740px) {
    .home-faq-item__main {
        padding: 5px 70px 0 18px;
    }
}

.home-faq-item__title {
    -ms-flex: 1;
    flex: 1;
    padding-top: 8px;
    margin-right: 12px;
}

.home-faq-item__arrow {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: url(../../img/new_pages/common/arrow-toggle-11.svg) no-repeat center, #4949B7;
    opacity: 0.26;
    transition: 0.3s;
}

.home-faq-item.home-faq-item--active .home-faq-item__arrow {
    opacity: 1;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.error-404-page {
    background: url(../../img/new_pages/error-404/bg.svg) no-repeat right calc(50% - 330px) bottom -2px, #4949B7;
}

@media (max-width: 1480px) and (min-width: 1240px) {
    .error-404-page {
        background-size: 900px auto;
        background-position: right calc(50% - 240px) bottom -2px;
    }
}

@media (max-width: 1240px) and (min-width: 740px) {
    .error-404-page {
        background-size: 794px auto;
        background-position: center bottom -2px;
    }
}

@media (max-width: 740px) {
    .error-404-page {
        background-size: 500px auto;
        background-position: center bottom -2px;
    }
}

.error-404 {
    padding: 120px 0;
}

@media (max-width: 1480px) and (min-width: 1240px) {
    .error-404 {
        padding: 100px 0;
    }
}

@media (max-width: 1240px) and (min-width: 740px) {
    .error-404 {
        padding: 55px 0 435px;
    }
}

@media (max-width: 740px) {
    .error-404 {
        padding: 58px 0 322px;
    }
}

.error-404__title {
    font-weight: 800;
    font-size: 243px;
    line-height: 137%;
    color: #FFFFFF;
}

@media (max-width: 1480px) and (min-width: 740px) {
    .error-404__title {
        font-size: 173px;
    }
}

@media (max-width: 1240px) {
    .error-404__title {
        text-align: center;
    }
}

@media (max-width: 740px) {
    .error-404__title {
        font-size: 127px;
    }
}

@media (min-width: 1240px) {
    .success-page .main-wrapper {
        max-width: 1324px;
    }
}

.success-page-layout {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    background: url(../../img/new_pages/success/bg.svg) no-repeat center, #4949B7;
    color: #FFFFFF;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .success-page-layout {
        background: url(../../img/new_pages/success/bg-tablet.svg) no-repeat right bottom -220px, #4949B7;
    }
}

@media (max-width: 740px) {
    .success-page-layout {
        background: #4949B7;
    }
}

.success-page-layout > .main-wrapper {
    width: 100%;
}

.success {
    padding: 80px 0 105px;
    overflow: hidden;
}

@media (max-width: 1480px) and (min-width: 1240px) {
    .success {
        padding: 44px 0;
    }
}

@media (max-width: 1240px) and (min-width: 740px) {
    .success {
        padding: 24px 0 30px;
    }
}

@media (max-width: 740px) {
    .success {
        padding: 21px 0 52px;
    }
}

@media (max-width: 1480px) and (min-width: 1240px) {
    .success.success--2 .success-video__col.success-video__col--1 {
        max-width: 775px;
        padding-left: 75px;
        margin-right: 0;
    }
}

@media (max-width: 1480px) and (min-width: 1240px) {
    .success.success--2 .success-video__col.success-video__col--2 {
        width: 487px;
        margin-left: -67px;
    }
}

@media (min-width: 1240px) {
    .success.success--3 .success-video__col.success-video__col--1 {
        max-width: 490px;
    }
}

@media (max-width: 1240px) and (min-width: 740px) {
    .success.success--3 .success-video__col.success-video__col--1 {
        margin-bottom: 70px;
    }
}

@media (max-width: 740px) {
    .success.success--3 .success-video__col.success-video__col--1 {
        margin-bottom: 47px;
    }
}

.success.success--3 .success-video__col.success-video__col--1 .success-author {
    margin: 30px 0 0;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .success.success--3 .success-video__col.success-video__col--1 .success-author {
        margin-top: 38px;
    }
}

@media (max-width: 740px) {
    .success.success--3 .success-video__col.success-video__col--1 .success-author {
        margin-top: 21px;
    }
}

.success.success--3 .success-video__col.success-video__col--1 .success-author:first-child {
    margin-top: 0;
}

.success.success--3 .success-video__col.success-video__col--2 {
    width: 720px;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .success.success--3 .success-video-title {
        max-width: 503px;
    }
}

.success.success--3 .success-video-outro-text {
    margin-top: 28px;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .success.success--3 .success-video-outro-text {
        margin-top: 37px;
    }
}

@media (max-width: 740px) {
    .success.success--3 .success-video-outro-text {
        margin-top: 26px;
    }
}

.success.success--4 {
    overflow: initial;
}

.success-video {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1240px) {
    .success-video {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.success-video__col.success-video__col--1 {
    -ms-flex: 1;
    flex: 1;
    max-width: 573px;
    margin-right: 20px;
    position: relative;
    z-index: 2;
}

@media (max-width: 1240px) {
    .success-video__col.success-video__col--1 {
        -ms-flex: initial;
        flex: initial;
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 1240px) and (min-width: 740px) {
    .success-video__col.success-video__col--1 {
        margin: 0 0 30px;
    }
}

@media (max-width: 740px) {
    .success-video__col.success-video__col--1 {
        margin: 0 0 34px;
    }
}

.success-video__col.success-video__col--2 {
    width: 616px;
}

@media (max-width: 1240px) {
    .success-video__col.success-video__col--2 {
        width: 100%;
    }
}

.success-video-subtitle {
    margin-top: 21px;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .success-video-subtitle {
        margin-top: 9px;
    }
}

@media (max-width: 740px) {
    .success-video-subtitle {
        margin-top: 11px;
    }
}

.success-video-subtitle:first-child {
    margin-top: 0;
}

.success-video-text {
    margin-top: 30px;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .success-video-text {
        margin-top: 13px;
    }
}

@media (max-width: 740px) {
    .success-video-text {
        margin-top: 10px;
    }
}

.success-video-text:first-child {
    margin-top: 0;
}

.success-video-outro-text {
    margin-top: 80px;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .success-video-outro-text {
        margin-top: 11px;
    }
}

@media (max-width: 740px) {
    .success-video-outro-text {
        margin-top: 17px;
    }
}

.success-video-outro-text:first-child {
    margin-top: 0;
}

.success-video-block {
    width: 616px;
    margin: 0 auto;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .success-video-block {
        width: 536px;
    }
}

@media (max-width: 740px) {
    .success-video-block {
        width: 340px;
    }
}

.success-video-block__video {
    width: 100%;
    height: auto;
    border-radius: 23px;
    filter: drop-shadow(0px 11.4741px 68.8444px rgba(8, 24, 43, 0.31));
    cursor: pointer;
}

@media (max-width: 740px) {
    .success-video-block__video {
        border-radius: 15px;
    }
}

.success-video-block__video img, .success-video-block__video iframe {
    width: 100%;
    height: auto;
    border-radius: 23px;
}

@media (max-width: 740px) {
    .success-video-block__video img, .success-video-block__video iframe {
        border-radius: 15px;
    }
}

.success-video-block__video img {
    object-fit: cover;
}

.success-video-block.success-video-block--lg {
    width: 720px;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .success-video-block.success-video-block--lg {
        width: 536px;
    }
}

@media (max-width: 740px) {
    .success-video-block.success-video-block--lg {
        width: 340px;
    }
}

.success-author {
    width: 290px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px 0 0 auto;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .success-author {
        margin-top: 30px;
    }
}

.success-author__photo {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: contain;
}

.success-author__content {
    -ms-flex: 1;
    flex: 1;
    text-align: right;
    margin-left: 10px;
}

.success-author__title {
    font-weight: 500;
    font-size: 17px;
    line-height: 133%;
}

@media (max-width: 740px) {
    .success-author__title {
        font-size: 15px;
    }
}

.success-author__name {
    font-style: italic;
    font-size: 15px;
    line-height: 150%;
    margin-top: 5px;
}

@media (max-width: 740px) {
    .success-author__name {
        font-size: 13px;
    }
}

.success-author.success-author--left .success-author__content {
    text-align: left;
    margin: 0 10px 0 0;
}

.success-video-dummy {
    position: relative;
}

.success-video-dummy__img {
    max-width: 827px;
    height: auto;
    position: absolute;
    top: 0;
    right: -60px;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

@media (max-width: 1480px) and (min-width: 1240px) {
    .success-video-dummy__img {
        max-width: 554px;
        right: 0;
    }
}

@media (max-width: 1240px) {
    .success-video-dummy__img {
        position: static;
        margin: 0 auto;
        -ms-transform: none;
        transform: none;
    }
}

@media (max-width: 1240px) and (min-width: 740px) {
    .success-video-dummy__img {
        max-width: 492px;
    }
}

@media (max-width: 740px) {
    .success-video-dummy__img {
        max-width: 309px;
    }
}

.success-so-about {
    max-width: 1010px;
    text-align: center;
    margin: 0 auto;
}

@media (max-width: 1240px) {
    .success-so-about {
        text-align: left;
    }
}

.success-so-about__text {
    margin-top: 18px;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .success-so-about__text {
        margin-top: 14px;
    }
}

.success-so-box-layout {
    width: 680px;
    margin: 34px auto 0;
    position: relative;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .success-so-box-layout {
        margin-top: 25px;
    }
}

@media (max-width: 740px) {
    .success-so-box-layout {
        width: 100%;
        margin-top: 32px;
    }
}

.success-so-box {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    background: #343482;
    border-radius: 20px;
    padding: 11px 72px 42px;
    margin: 0 auto;
    position: relative;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .success-so-box {
        width: 540px;
        padding: 15px 70px 19px;
    }
}

@media (max-width: 740px) {
    .success-so-box {
        width: 100vw;
        border-radius: 0;
        padding: 16px 10px 28px;
        left: calc(50% - 50vw);
    }
}

@media (max-width: 740px) {
    .success-so-box__title, .success-so-box__text-1, .success-so-box__text-2 {
        max-width: 350px;
    }
}

.success-so-box__text-1 {
    margin-top: 3px;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .success-so-box__text-1 {
        margin-top: 0;
    }
}

.success-so-box__text-2 {
    margin-top: 7px;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .success-so-box__text-2 {
        max-width: 320px;
        margin-top: 6px;
    }
}

.success-so-box__btn-layout {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -32px;
    left: 0;
}

@media (max-width: 1240px) {
    .success-so-box__btn-layout {
        bottom: 0;
        top: calc(100% + 30px);
    }
}

@media (max-width: 740px) {
    .success-so-box__btn {
        width: 300px;
    }
}

.success-so-box-prices {
    width: 259px;
    height: 249px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: url(../../img/new_pages/success/so-box-rocket.svg) no-repeat center/contain;
    padding: 0 0 48px 10px;
    position: absolute;
    top: -70px;
    left: -197px;
    z-index: 2;
}

@media (max-width: 1240px) {
    .success-so-box-prices {
        -ms-transform: scale(0.615);
        transform: scale(0.615);
    }
}

@media (max-width: 1240px) and (min-width: 740px) {
    .success-so-box-prices {
        top: auto;
        bottom: 75px;
        left: -75px;
    }
}

@media (max-width: 740px) {
    .success-so-box-prices {
        margin: -10px auto -48px;
        position: relative;
        top: auto;
        left: auto;
    }
}

.success-so-box-prices__text {
    font-weight: 800;
    font-size: 15px;
    line-height: 120%;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #121D54;
    text-align: center;
}

.success-so-box-prices__price-old, .success-so-box-prices__price {
    width: 68px;
    height: 68px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
}

.success-so-box-prices__price-old {
    background: #343482;
    font-weight: bold;
    font-size: 33px;
    line-height: 121%;
    color: rgba(255, 255, 255, 0.7);
    top: 96px;
    left: -15px;
}

.success-so-box-prices__price-old:after {
    content: '';
    width: 68px;
    height: 68px;
    background: url(../../img/new_pages/success/price-old-cross.svg) no-repeat center/contain;
    position: absolute;
    top: calc(50% - 34px);
    left: calc(50% - 34px);
    z-index: 3;
}

.success-so-box-prices__price-old_currency {
    font-weight: 800;
    font-size: 15px;
    line-height: 120%;
    padding-top: 10px;
}

.success-so-box-prices__price {
    background: #F73E91;
    font-weight: bold;
    font-size: 52px;
    line-height: 121%;
    color: #FFFFFF;
    top: 57px;
    right: -10px;
}

.success-so-box-prices__price_currency {
    font-weight: 800;
    font-size: 21px;
    line-height: 120%;
    padding-top: 18px;
}

@media (min-width: 1240px) {
    .success-so-box-list {
        position: absolute;
        top: 6px;
        left: calc(100% - 66px);
        z-index: 2;
    }
}

@media (max-width: 1240px) and (min-width: 740px) {
    .success-so-box-list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 32px;
    }
}

.success-so-box-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 1240px) {
    .success-so-box-item {
        width: 263px;
        height: 50px;
        background: url(../../img/new_pages/success/flag-vector.svg) no-repeat center/contain;
        padding: 3px 30px 3px 6px;
        margin-bottom: 6px;
    }
}

@media (max-width: 1240px) and (min-width: 740px) {
    .success-so-box-item {
        width: 208px;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-right: 35px;
    }
}

@media (max-width: 740px) {
    .success-so-box-item {
        margin-bottom: 21px;
    }
}

.success-so-box-item:last-child {
    margin: 0;
}

.success-so-box-item__icon {
    width: 44px;
    height: 44px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background: #343482;
    margin-right: 10px;
}

.success-so-box-item__icon_img {
    max-width: 20px;
    width: auto;
    max-height: 20px;
    height: auto;
}

.success-so-box-item__text {
    -ms-flex: 1;
    flex: 1;
    font-weight: 600;
    font-size: 12px;
    line-height: 130%;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .success-so-box-item__text {
        padding-top: 8px;
    }
}

.success-so-box-disclaimer {
    margin-top: 43px;
}

@media (max-width: 1240px) and (min-width: 740px) {
    .success-so-box-disclaimer {
        margin-top: 103px;
    }
}

@media (max-width: 740px) {
    .success-so-box-disclaimer {
        margin-top: 117px;
    }
}

.popup-form-input {
    width: 100%;
    display: block;
    border: none;
    background: #3E3E9C;
    border-radius: 100px;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 214%;
    padding: 17px 33px;
    outline: none;
    transition: 0.5s;
}

.wpcf7 form.wpcf7-form .wpcf7-form-control-wrap {
    margin-bottom: 18px;
    display: block;
}

.wpcf7-not-valid-tip {
    font-size: 12px;
    margin-bottom: 0;
}

.popup-form-input::placeholder {
    color: #fff !important;
}

.popup-form-btn {
    display: inline-block;
    border-radius: 60px;
    border: 3px solid #FF9900;
    background: #FF9900;
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    font-size: 13px;
    line-height: 123%;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding: 21px 37px;
    transition: 0.4s;
    cursor: pointer;
    width: 100%;
}

.wpcf7 form .wpcf7-response-output {
    display: none !important;
}

.promocode-box {
    text-align: center;
    background-color: #9595EF;
    border-radius: 6px;
    padding: 10px;
    margin-top: 15px;
}

.promocode-box p {
    position: relative;
}

.promocode-box strong {
    cursor: pointer;
}

.country-list .country-name {
    color: #000;
}

.tooltip {
    position: absolute;
    opacity: 0;
    top: -10px;
    right: -238px;
    background-color: #1ab394;
    border-radius: 5px;
    color: #fff;
    padding: 10px 20px;
    text-transform: none;
    transition: all 0.75s ease;
    width: 190px;
}

.tooltip::after {
    position: absolute;
    top: 15px;
    left: 0px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #1ab394;
    content: "";
    font-size: 0;
    line-height: 0;
    margin-left: -5px;
    width: 0;
}

.tooltip.active {
    opacity: 1;
}


.partners__wrapper {
    width: 1366px;
    margin: 30px auto;
    max-width: 100%;
    overflow: hidden;
}

.partners__wrapper img {
    width: 200px;
}

.partners__wrapper .glide__slides {
    display: flex;
}

.partners__wrapper .section-title-layout {
    padding: 48px 0 48px;
}

.partners__wrapper .section-ghost-title {
    top: -20px;
}

.partners__wrapper .glide__slide {
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.partners__popup-container {
    margin: initial;
    position: absolute;
    width: 600px;
    max-width: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.partners__popup-container .program-content-tabs {
    padding: 20px;
}

.partners__popup-container .program-content-tab {
    padding: 0;
}

.partners__popup-container .program-content {
    display: block;
}

.partners__popup-container .program-content-tab > div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.partners__popup-container .program-content-tab > div h2 {
    width: 60%;
    font-size: 24px;
    font-weight: bold;
}

.partners__popup-container .program-content-tab > div img {
    width: 35%;
    max-width: 150px;
}


/* NEW PROGRAM */

/*
(i) Стилі будуть застосовуватись до
всіх класів, що містять *__container
Наприклад header__container, main__container і т.п.
Сніппет (HTML): cnt
*/

[class*=__container] {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 24px;
}

.new-program__promocode {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    margin: 40px auto;
    text-align: center;
}

.new-program__promocode h3 {
    font-size: 36px;
    font-weight: bold;
    color: red;
}

.new-program__promocode p {
    font-size: 28px;
}

.spollers {
    display: -ms-grid;
    display: grid;
    gap: 15px;
}

.spollers__item {
    font-size: 1.25rem;
    border: 1px solid #121D54;
    border-radius: 20px;
    position: relative;
}

.spollers__title {
    width: 100%;
    cursor: default;
    text-align: left;
    padding: 14px;
    position: relative;
    list-style: none;
}

.spollers__title::marker,
.spollers__title::-webkit-details-marker {
    display: none;
}

._spoller-init .spollers__title {
    cursor: pointer;
    /*
  ._spoller-init & {
  	position: relative;
  	width: 100%;
  	text-align: left;
  	&::before,
  	&::after {
  		content: "";
  		position: absolute;
  		right: 0;
  		top: toRem(12);
  		height: toRem(1);
  		transition: all 0.3s ease 0s;
  		width: toRem(10);
  		background-color: #000;
  	}
  	&::before {
  		transform: rotate(40deg);
  		right: toRem(7);
  	}
  	&::after {
  		transform: rotate(-40deg);
  	}
  }
  &._spoller-active {
  	&::before {
  		transform: rotate(-40deg);
  	}
  	&::after {
  		transform: rotate(40deg);
  	}
  }
  */
}


._spoller-init .spollers__title._spoller-active::before {
    -webkit-transform: translateX(-75%) rotate(-40deg);
    -ms-transform: translateX(-75%) rotate(-40deg);
    transform: translateX(-75%) rotate(-40deg);
}

._spoller-init .spollers__title._spoller-active::after {
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}

.ibg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.ibg--top {
    -o-object-position: top;
    object-position: top;
}

.ibg--bottom {
    -o-object-position: bottom;
    object-position: bottom;
}

.ibg--left {
    -o-object-position: left;
    object-position: left;
}

.ibg--right {
    -o-object-position: right;
    object-position: right;
}

.ibg--contain {
    -o-object-fit: contain;
    object-fit: contain;
}

.main__bg-blob {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
}

.main__bg-blob img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.main__bg-waves {
    position: absolute;
    z-index: 1;
    bottom: -68%;
    right: 10%;
}

.main__bg-waves img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.main__heading {
    padding-top: 36px;
    position: relative;
    z-index: 4;
}

.main__title {
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 56px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.57px;
    text-transform: uppercase;
    margin-bottom: 11px;
    text-align: center;
}

.main__subtitle {
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 600;
    text-align: center;
}

.main__body {
    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;
    min-height: 370px;
    position: relative;
    z-index: 4;
}

.page__main {
    background-color: #4949B7;
    position: relative;
    background-image: url("../../img/new_pages/main-section/background-header-main.png");

    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.wrapper-main {
    position: relative;

}

.wrapper-main__orange-blob {
    position: absolute;
    bottom: -107px;
    right: 0;
    z-index: 4;
}

.wrapper-main__orange-blob img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom;
    object-position: bottom;
    width: 369px;
}

@media screen and (max-width: 1050px) {
    .wrapper-main__orange-blob img {
        width: 100%;
    }
}

.wrapper-main__white-circle {
    position: absolute;
    top: 3%;
    right: -5%;
    width: 370px;
    height: 370px;
    border-radius: 50%;
    background-color: #e8eff9;
    z-index: 2;
}

.hero-main {
    position: absolute;
    top: 5px;
    left: -160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero-main__content {
    position: absolute;
    top: 35%;
    left: 73%;
    background-color: #121D54;
    padding: 16px 37px 15px 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 19px;
}

@media screen and (max-width: 1365px) {
    .hero-main__content {
        top: 52%;
    }
}

.hero-main__content svg {
    width: 45px;
    height: 39px;
}

.hero-main__content span {
    white-space: nowrap;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    line-height: 1.4090909091;
    font-weight: 600;
}

.user-main {
    position: absolute;
    right: 134px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 100px;
    top: 44px;
}

.user-main__quote {
    display: none;
}

.user-main__content {
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    line-height: 1.4090909091;
    font-weight: 600;
}

.user-main__image {
    position: relative;
    z-index: 1;
}

.user-main__image-inner {
    position: absolute;
    top: 73%;
    left: 60%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.page__benefits {
    background-color: white;
    padding-bottom: 50px;
}

.benefits__heading {
    position: relative;
    padding-top: 68px;
    margin-bottom: 6px;
}

.benefits__title {
    color: #28334C;
    font-family: "Montserrat", sans-serif;
    font-size: 34px;
    line-height: 1.1764705882;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}

.benefits__title span {
    color: #4949B7;
}

.benefits__subtitle {
    position: absolute;
    top: 0%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: rgba(76, 106, 175, 0.051);
    font-family: "Montserrat", sans-serif;
    font-size: 125px;
    line-height: 1.176;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

.benefits__body {
    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;
    gap: 100px;
    margin-bottom: 20px;
}

.item-benefits__image {
    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;
    position: relative;
    margin-bottom: 32px;
}

.item-benefits__image-arrow_1 svg {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.item-benefits__image-arrow_2 svg {
    position: absolute;
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.item-benefits__title {
    color: #2D3851;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.item-benefits__text {
    color: #2D3851;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
    text-align: center;
}

.no-webp .about {
    background: url("../../img/new_pages/about-section/big-cloud.png") 0 -22% no-repeat;
}

.about {
    position: relative;
}

.about__heading {
    padding-top: 38px;
    padding-bottom: 38px;
    margin-bottom: 13px;
    background-color: #4949B7;
    position: relative;
    z-index: -1;
}

.about__heading svg {
    position: absolute;
    bottom: 1%;
    right: -2%;
}

.about__heading path {
    fill: rgba(255, 255, 255, 0.1);
}

.about__title {
    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;
    gap: 5px;
    padding-top: 7px;
    padding-bottom: 20px;
}

.about__title span:first-child {
    color: rgba(255, 255, 255, 0.12);
    font-family: "Montserrat", sans-serif;
    font-size: 124px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    position: absolute;

}

.about__title span:last-child {
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.01em;
    position: relative;
    top: 14px;
    text-transform: uppercase;
}

.about__footer {
    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;
    margin-top: 70px;
}

.about__button {
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: 0.2em;
    text-align: center;
    text-transform: uppercase;
    padding: 19px 30px 20px;
    max-width: 486px;
    width: 100%;
    border-radius: 88px;
    background-color: #121D54;
}

/*.spollers__body ul.accepted {*/
/*  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(5%, #fffaf3), color-stop(95%, #fffaf3), to(#ffffff));*/
/*  background: linear-gradient(180deg, #ffffff 0%, #fffaf3 5%, #fffaf3 95%, #ffffff 100%);*/
/*}*/
.expert-vip {
    margin-top: 40px;
}

.spollers__body .spollers__footer {
    display: none;
}

.spollers__body ul.accepted li {
    position: relative;
    padding-left: 38px;
    padding-right: 5px;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
}

.spollers__body ul.accepted li::before {
    content: "";
    position: absolute;
    width: 27px;
    height: 15px;
    top: 3px;
    left: 5px;
    background: url("../../img/new_pages/about-section/arrow.svg") 100%/cover no-repeat;
}

.spollers__body ul.disabled li {
    position: relative;
    padding-left: 38px;
    padding-right: 5px;
    padding-bottom: 20px;
    color: #A4A4BF;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    background-color: white;
}

.spollers__body ul.disabled {
    background-color: white;
    padding-top: 10px;
}

.spollers__body ul.disabled li::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    top: 2px;
    left: 5px;
    background: url("../../img/new_pages/about-section/cross.svg") 100%/cover no-repeat;
}

.spollers__body {
    /*background-color: #fffaf3;*/
    transition: all 0.4s ease;
    overflow: hidden;
}

.spollers__body ul.vip {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(20%, #3232C5));
    background: linear-gradient(180deg, #ffffff 0%, #3232C5 20%);
    padding-bottom: 1px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-top: 25px;
    margin-top: -25px;
    margin-bottom: 6px;
}

.vip-disabled {
    padding-top: 25px;
}

.spollers__best_choice {
    width: 200px;
    height: 200px;
    background: url(../../img/new_pages/home/program/best-choice.svg) no-repeat center/contain;
    font-style: italic;
    font-weight: 800;
    font-size: 13px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;
    padding: 86px 0 0 10px;
    position: absolute;
    top: -57px;
    right: -52px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    filter: drop-shadow(0px 3px 5px #f73f91);
}

.spollers__body ul.vip li {
    position: relative;
    padding-left: 38px;
    padding-right: 5px;
    margin-bottom: 20px;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
}

.spollers__body ul.vip li::before {
    content: "";
    position: absolute;
    width: 26px;
    height: 25px;
    top: 2px;
    left: 5px;
    background: url("../../img/new_pages/about-section/circle-list.svg") 100%/cover no-repeat;
}

.spollers__item {
    background-color: #fff;
}

.spollers__title {
    color: #4646B1;
    font-family: "Montserrat", sans-serif;
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    text-align: center;
    padding-bottom: 43px;
}

.spollers__title.vip {
    color: #ffffff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(50%, #3232C5));
    background: linear-gradient(0deg, #ffffff 0%, #3232C5 50%);
    margin-bottom: -30px;
    padding-bottom: 30px;
    z-index: 0;
    padding-top: 20px;
}

@media screen and (max-width: 1050px) {
    .spollers__title.vip {
        background: none;
    }
}

.spollers__title i {
    font-family: "Montserrat", sans-serif;
    font-size: 57px;
    line-height: 0.3157894737;
    font-weight: 900;
    letter-spacing: 0.01em;
    text-align: left;
    font-style: normal;
    background: -webkit-linear-gradient(rgba(13, 15, 27, 0.4) 10%, rgb(250, 255, 0) 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.spollers__title span {
    position: absolute;
    top: -7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.1);
    font-family: "Montserrat", sans-serif;
    font-size: 48px;
    font-weight: 900;
    line-height: 48px;
    letter-spacing: 0.01em;
    text-align: left;
    z-index: -1;
    display: none;
}

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

.spollers__price,
.spollers__sale-price {
    position: relative;
    color: #4949B7;
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    line-height: 0.8823529412;
    font-weight: 900;
    margin-bottom: 24px;
}

.spollers__sale-price {
    font-size: 34px;
}

.spollers__price::before {
    content: "";
    position: absolute;
    width: 120%;
    height: 3px;
    background-color: #FB0F0F;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.spollers__button {
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    line-height: 1.2222222222;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-align: center;
    text-transform: uppercase;
    padding: 21px 30px 19px;
    max-width: 333px;
    width: 100%;
    border-radius: 88px;
    background-color: #FF9900;
}

.spollers__choice {
    display: block;
    position: absolute;
    max-width: 166px;
    width: 100%;
    height: auto;
    top: -50px;
    right: -39px;
}

.spollers__choice img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.accent-text {
    color: #FF9900;
    font-weight: 900;
}

.big-text {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0em;
    text-align: left;
    text-transform: uppercase;
}

.list-title {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 900;
    letter-spacing: 0em;
    text-align: left;
    text-transform: uppercase;
}

.bange.disabled .bange__item {
    background-color: #CDC7BE;
}

.bange.disabled .bange__body {
    background-color: rgb(255, 255, 255);
}

.no-webp .bange.disabled .bange__body::before {
    background: url("../../img/new_pages/about-section/card-bg-gray.png") 100%/cover no-repeat;
}

.bange.disabled .bange__body::before {
    opacity: 0.8;
}

.bange {
    margin-bottom: 5px;
    background-color: white;
    border-radius: 20px;
    overflow: hidden;
}

.bange__body {
    border-radius: 40px;
    background-color: rgba(18, 29, 84, 0.2);
    position: relative;
    border-radius: 40px;
    overflow: hidden;
}

.no-webp .bange__body::before {
    background: url("../../img/new_pages/about-section/card-bg-blur.png") 100%/cover no-repeat;
}

.bange__body::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}

.bange__item {
    max-width: 60px;
    width: 100%;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: #FF9900;
    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;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.bange__subtitle {
    padding-top: 11px;
    padding-left: 90px;
    position: relative;
    z-index: 2;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 900;
    margin-bottom: 15px;
}

.bange__subtitle span {
    display: block;
    margin-bottom: 5px;
}

.bange__text {
    position: relative;
    z-index: 2;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    padding-left: 18px;
    padding-bottom: 11px;
}

.bange__title {
    position: relative;
    z-index: 2;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    line-height: 25px;
    font-weight: 900;
    padding: 37px 18px 42px;
    text-align: center;
}

.bange__title span {
    display: block;
    margin-bottom: 15px;
}

.new-program {
    overflow: hidden;
}

.spollers {
    --gap: 22px;
    --elements: 3;
    max-width: 1360px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: var(--gap);
}

/*.spollers__item {*/
/*    min-height: 200px;*/
/*    width: calc((100% - (var(--elements) - 1) * var(--gap)) / (var(--elements)));*/
/*}*/

.spoilers__wrapper {
    min-height: 200px;
    width: calc((100% - (var(--elements) - 1) * var(--gap)) / (var(--elements)));
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}

.spollers__price-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 10px;
}

@media (max-width: 992px) {
    .spollers {
        --elements: 1;
    }
}

.webp .about {
    background: url(../../img/new_pages/about-section/big-cloud.webp) 0 -22% no-repeat;
}

.webp .bange.disabled .bange__body::before {
    background: url(../../img/new_pages/about-section/card-bg-gray.webp) 100%/cover no-repeat;
}

.webp .bange__body::before {
    background: url(../../img/new_pages/about-section/card-bg-blur.webp) 100%/cover no-repeat;
}

.about {
    background: url(../../img/new_pages/about-section/big-cloud.webp) 0 -22% no-repeat;
}

.bange.disabled .bange__body::before {
    background: url(../../img/new_pages/about-section/card-bg-gray.webp) 100%/cover no-repeat;
}

.bange__body::before {
    background: url(../../img/new_pages/about-section/card-bg-blur.webp) 100%/cover no-repeat;
}

.more_button {
    display: none;
}

@media screen and (max-width: 1050px) {
    .main__body {
        min-height: 404px;
    }

    .main__title {
        font-size: 26px;
        letter-spacing: 0;
    }

    .main__subtitle {
        font-size: 10px;
        font-weight: 300;
    }

    [class*=__container] {
        padding: 0 14px;
    }

    .wrapper-main__white-circle, .user-main__image, .main__bg-blob {
        display: none;
    }

    .hero-main__image {
        width: 244px;
    }

    .hero-main__image img {
        width: 100%;
    }

    .wrapper-main__orange-blob {
        bottom: -75px;
        right: -100px;
    }

    .user-main {
        right: 95px;
        top: 86px;
    }

    .user-main p {
        padding: 0px 3px;
        font-size: 15px;
        display: flex;
        align-items: center;
        background: white;
        color: #121D54;
        width: 244px;
        gap: 10px;
    }

    .hero-main {
        top: 136px;
        left: -21px;
    }

    .hero-main__content span {
        font-size: 15px;
    }

    .hero-main__content {
        top: 40%;
        left: 60%;
        padding: 8px 13px 10px 11px;
    }

    .hero-main__content svg {
        width: 28px;
        height: 24px;
    }

    .benefits__title {
        font-size: 22px;
    }

    .benefits__subtitle {
        font-size: 48px;
    }

    .benefits__subtitle {
        top: 45%;
    }

    .benefits__body {
        flex-direction: column;
        gap: 5px;
    }

    .item-benefits__image {
        margin: 0 auto -10px;
        width: 85px;
    }

    .item-benefits__image img {
        width: 100%;
    }

    .item-benefits__image-arrow_2 svg {
        transform: rotate(-86deg) scale(0.7);
        left: -177px;
        top: 40px;
    }

    .item-benefits__image-arrow_1 svg {
        transform: rotate(-90deg) scale(0.7);
        top: 105px;
        left: 100px;
    }

    .about__title span:first-child {
        font-size: 40px;
    }

    .about__title span:last-child {
        font-size: 22px;
    }

    .about__heading {
        padding: 9px 0 0px;
    }

    .about__heading svg {
        display: none;
    }

    .webp .about {
        background-size: 218px;
        background-position: left -55px;
    }

    .about {
        background-size: 218px;
        background-position: left -55px;
    }

    .spollers__button:not(.more_button) {
        display: none;
    }

    .spollers__button {
        width: 211px;
        padding: 12px 30px 13px;
    }

    .spollers {
        gap: 50px;
    }

    .spollers__title {
        padding-top: 30px;
        border-radius: 20px;
        color: white;
    }

    .spollers__title span {
        display: block;
        color: #ffffff2e;
        top: 3px;
    }

    .spollers__item.hidden-spoller .spollers__body {
        height: 88px;
        margin-top: -49px;
    }

    .spollers__item.hidden-spoller .spollers__body .accepted {
        position: relative;
        top: -17px;
        margin-top: 0;
    }

    .spollers__choice {
        width: 82px;
        height: 92px;
        top: -28px;
        right: -13px;
    }

    .spollers__title.vip {
        margin-bottom: 0;
        padding-top: 28px;
        padding-bottom: 45px;
    }

    .spollers__best_choice {
        font-size: 9px;
        padding: 60px 0 0 10px;
        top: -41px;
        right: -37px;
        width: 140px;
        height: 140px;
    }

    .spoilers__wrapper:nth-child(1) .hidden-spoller .spollers__title {
        background: linear-gradient(180deg, #F90 70.2%, rgba(255, 153, 0, 0.00) 100%);
    }

    .spoilers__wrapper:nth-child(1) .hidden-spoller.spollers__item {
        background: linear-gradient(180deg, #F90 70.2%, #fffaf3 100%);
    }

    .spoilers__wrapper:nth-child(1) .spollers__item {
        background: linear-gradient(180deg, #F90 3%, #fffaf3 8%);
    }

    .spoilers__wrapper:nth-child(2) .hidden-spoller .spollers__title {
        background: linear-gradient(180deg, #57A3B8 70.2%, rgba(255, 153, 0, 0.00) 100%);
    }

    .spoilers__wrapper:nth-child(2) .hidden-spoller.spollers__item {
        background: linear-gradient(180deg, #57A3B8 70.7%, #fffaf3 98.2%);
    }

    .spoilers__wrapper:nth-child(2) .spollers__item {
        background: linear-gradient(180deg, #57A3B8 3%, #fffaf3 8%);
    }

    .spoilers__wrapper:nth-child(3) .hidden-spoller .spollers__title {
        background: linear-gradient(180deg, #3232C5 70.2%, rgba(255, 153, 0, 0.00) 100%);
        z-index: 1;
    }

    .spoilers__wrapper:nth-child(3) .hidden-spoller.spollers__item {
        background: linear-gradient(180deg, #3232C5 70%, #fffaf3 100%);
    }

    .spoilers__wrapper:nth-child(3) .spollers__item {
        background: linear-gradient(180deg, #3232C5 3%, #fffaf3 8%);
    }

    .spoilers__wrapper:nth-child(2) .spollers__body {
        display: flex;
        flex-direction: column;
    }

    .spoilers__wrapper:nth-child(2) .spollers__body .spollers__footer {
        order: 4;
    }

    .spoilers__wrapper:nth-child(2) .spollers__body .vip-disabled {
        order: 5;
    }

    .spoilers__wrapper:nth-child(3) .hidden-spoller .expert-vip {
        display: none;
    }

    .spoilers__wrapper:nth-child(3) .hidden-spoller .spollers__body ul.vip {
        background: none;
        top: 12px;
        position: relative;
    }

    .spoilers__wrapper:nth-child(3) .hidden-spoller .spollers__body ul.vip li {
        margin-bottom: 10px;
        color: black;
    }

    .spoilers__wrapper:nth-child(3) .hidden-spoller .spollers__body .big-text {
        text-transform: none;
    }

    .hidden-spoller .accent-text {
        color: black;
    }

    .spollers__item:after {
        content: '';
        width: 30px;
        height: 50px;
        background-image: url("../../img/new_pages/main-section/arrow-down.svg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        position: absolute;
        left: 50%;
        opacity: 0.5;
        top: 100%;
        transform: translate(-50%, -106%);
        animation: none;
        pointer-events: none;
    }

    .hidden-spoller.spollers__item:after {
        top: 50%;
        transform: translate(-50%, -15%);
        animation: 3s linear 1s infinite alternate arrowUptoDown;
    }

    .hide-arrow.spollers__item:after {
        content: none;
    }

    .spollers__item ul.disabled, .spollers__item div.disabled {
        display: none;
    }

    .spollers__item ul.disabled.showHidden {
        display: block;
        height: 180px;
        overflow: hidden;
        position: relative;
        padding-top: 60px;
    }

    .spollers__item ul.disabled.showHidden:after {
        content: '';
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgb(78 78 78 / 61%) 30%, rgba(255, 255, 255, 0.51) 59%, rgba(255, 255, 255, 1) 83%);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .spollers__item .disabled.showHidden:before {
        content: attr(data-text);
        position: absolute;
        top: 20px;
        left: 0;
        right: 0;
        text-align: center;
        display: block;
        color: #ffffff;
        font-weight: bold;
        z-index: 1;
    }

    .spollers__body ul.disabled li, .spollers__body ul.disabled li .big-text {
        font-size: 13px;
    }

    @keyframes arrowUptoDown {
        from {
            transform: translate(-50%, -10%);
        }

        to {
            transform: translate(-50%, -40%);
        }
    }

    .about__footer {
        padding: 0 14px;
        margin-top: 45px;
    }

    .spollers__body {
        border-radius: 0 0 20px 20px;
    }

    .spollers__body .spollers__footer {
        margin-bottom: 50px;
        display: flex;
    }

    .spollers__body .spollers__footer .spollers__button:not(.more_button) {
        display: block;
    }

    .spollers__item + .spollers__footer .more_button {
        display: none;
    }

    .spollers__item.hidden-spoller + .spollers__footer .more_button {
        display: block;
    }

    .spollers__item + .spollers__footer .spollers__button:not(.more_button) {
        display: block;
        max-width: 100%;
    }

    .spollers__item.hidden-spoller + .spollers__footer .spollers__button:not(.more_button) {
        display: none;
    }

    .user-main__quote {
        display: inline-block;
        width: 28px;
        height: 24px;
    }

    .page__benefits {
        padding-bottom: 6px;
    }

    .spollers__price {
        font-size: 22px;
    }

    .spollers__price {
        margin-bottom: 4px;
    }

    .list-title {
        font-size: 16px;
    }

    .bange__item {
        max-width: 62px;
        height: 74px;
    }
}

.header-login {
    display: none;
}

.new-form {
    padding-top: 35px;
    padding-bottom: 50px;
    background-color: #4949B7;
    background-image: url("../../img/new_pages/background-new-form.svg");
    background-position: center -55px;
    background-repeat: no-repeat;
    position: relative;
}

.new-form:after {
    content: '';
    display: block;
    width: 435px;
    height: 435px;
    bottom: 104px;
    position: absolute;
    right: 13%;
    background-image: url("../../img/new_pages/personal-consultation-tickect.png");
    background-size: contain;
}

.new-form__title {
    font-size: 48px;
    line-height: 55px;
    font-weight: 900;
    color: white;
    text-align: center;
}

.new-form__title br:nth-child(1) {
    display: none;
}

.new-form .new-form__subtitle {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    color: white;
    text-align: center;
    max-width: 654px;
    margin: 32px auto 32px;
    position: relative;
}

.new-form .new-form__subtitle:before {
    content: '';
    display: block;
    width: 86px;
    height: 78px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../../img/new_pages/new-form-lamp.svg");
    position: absolute;
    top: -20px;
    right: 102%;
}

.new-form form {
    width: 635px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.new-form .form-group {
    width: 100%;
    display: flex;
    gap: 10px;
    position: relative;
}

.new-form .form-group input {
    width: 100%;
    background-color: #00000015;
    padding: 17px 20px 17px 58px;
    color: white;
    font-size: 14px;
    line-height: 30px;
    border: none;
    outline: none;
    border-radius: 50px;
}

#countrySelect {
    background-color: #00000015;
    padding: 17px 5px 17px 10px;
    color: white;
    font-size: 14px;
    line-height: 30px;
    border: none;
    outline: none;
    border-radius: 50px;
    width: 95px;
    z-index: 2;
    position: absolute;
    top: 0;
    bottom: 0;
}

#countrySelect + .iti {
    width: 100%;
}

#countrySelect + .iti input {
    padding-left: 105px;
}

.iti__flag-container {
    display: none;
}

.new-form .form-group input::placeholder {
    color: white;
}

.new-form .send-form-button {
    width: 356px;
    padding: 24px;
    font-size: 13px;
    color: white;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 20px auto 0;
    border-radius: 50px;
    background-color: #FF9900;
    border: none;
    cursor: pointer;
}

.new-form .error-message {
    color: #ff7575;
    font-size: 11px;
    display: none;
}

@media screen and (max-width: 1870px) {
    .new-form:after {
        right: 5%;
    }

}

@media screen and (max-width: 1780px) {
    /*.new-form:after {*/
    /*    width: 335px;*/
    /*    height: 335px;*/
    /*}*/
}

@media screen and (max-width: 1780px) {
    .new-form:after {
        right: 3%;
    }
}

@media screen and (max-width: 1480px) {
    .new-form:after {
        right: 0;
    }
}

@media screen and (max-width: 1390px) {
    .new-form:after {
        width: 325px;
        height: 325px;
    }
}

@media screen and (max-width: 1220px) {
    .new-form:after {
        display: none;
    }
}

@media screen and (max-width: 1080px) {


    .new-form .new-form__subtitle:before {
        content: none;
    }
}

@media screen and (max-width: 740px) {

    .new-form {
        background-image: url("../../img/new_pages/background-new-form-mobile.svg");
        background-position: top center;
        padding-top: 20px;
    }

    .new-form h3 {
        font-size: 21px;
        margin-bottom: 19px;
        line-height: 120%;
    }

    .new-form .new-form__subtitle {
        font-size: 14px;
        line-height: 120%;
        width: 80%;
        margin: 0 0 68px 0;
        text-align: left;
        font-weight: 200;
    }

    .new-form__title br {
        display: inline;
    }

    .new-form .new-form__subtitle:before {
        content: '';
        background-image: url("../../img/new_pages/personal-consultation-tickect-mobile.png");
        left: 82%;
        top: -20px;
        width: 135px;
        height: 135px;
    }

    .new-form .form-group {
        text-align: center;
        max-width: 300px;
        margin: 0 auto;
        flex-direction: column;
    }

    .new-form .form-group input {
        padding-top: 7px;
        padding-bottom: 7px;
        width: 300px;
        max-width: 100%;
        padding-left: 34px;
    }

    .new-form .send-form-button {
        width: 300px;
        max-width: 100%;
        margin-top: 6px;
    }

    #countrySelect {
        width: 30%;
        padding: 7px 6px 7px 6px;
        height: 44px;
    }
}

.logo_mono {
    width: 120px;
    height: 120px;
    @media screen and (max-width: 768px) {
        width: 60px;
        height: 60px;
    }
}

.main-footer-col {
    a, p, li {
        color: white;
        margin-bottom: 10px;
    }

    li {
        list-style: disc;
        margin-left: 20px;
    }

    a:not(.logo-2) {
        text-decoration: underline;
    }
}

@media (min-width: 1241px) {
    .main-footer .main-wrapper {
        align-items: stretch;
    }

    .main-footer-col {
        font-size: 12px;
    }

    .main-footer-col a,
    .main-footer-col p,
    .main-footer-col li {
        margin-bottom: 5px;
        font-size: 12px;
        line-height: 1.3;
    }

    .main-footer-col .logo_mono {
        width: 50px;
        height: 50px;
    }

    .main-footer-col.main-footer-col--2 {
        margin-top: auto;
    }

    .main-footer-col.main-footer-col--2 .menu-item {
        margin-bottom: 10px;
    }

    .main-footer-col.main-footer-col--2 .menu-item a {
        font-size: 10px;
        line-height: 1.5;
    }
}