    /*@font-face {
        font-family: 'HelveticaNeue';
        src: url("../fonts/HelveticaNeue/HelveticaNeueCyr-Roman.eot");
        src: url("../fonts/HelveticaNeue/HelveticaNeueCyr-Roman.eot?#iefix") format('embedded-opentype'), url("../fonts/HelveticaNeue/HelveticaNeueCyr-Roman.woff") format('woff'), url("../fonts/HelveticaNeue/HelveticaNeueCyr-Roman.ttf") format('truetype');
        font-weight: 400;
        font-style: normal;
    }
    
    @font-face {
        font-family: 'HelveticaNeue';
        src: url("../fonts/HelveticaNeue/HelveticaNeueCyr-Medium.eot");
        src: url("../fonts/HelveticaNeue/HelveticaNeueCyr-Medium.eot?#iefix") format('embedded-opentype'), url("../fonts/HelveticaNeue/HelveticaNeueCyr-Medium.woff") format('woff'), url("../fonts/HelveticaNeue/HelveticaNeueCyr-Medium.ttf") format('truetype');
        font-weight: 500;
        font-style: normal;
    }
    
    @font-face {
        font-family: 'HelveticaNeue';
        src: url("../fonts/HelveticaNeue/HelveticaNeueCyr-Bold.eot");
        src: url("../fonts/HelveticaNeue/HelveticaNeueCyr-Bold.eot?#iefix") format('embedded-opentype'), url("../fonts/HelveticaNeue/HelveticaNeueCyr-Bold.woff") format('woff'), url("../fonts/HelveticaNeue/HelveticaNeueCyr-Bold.ttf") format('truetype');
        font-weight: 800;
        font-style: normal;
    }*/
    
    @font-face {
        font-family: 'FuturaDemiC';
        src: url("../fonts/FuturaDemiC/FuturaDemiC-Italic.eot");
        src: url("../fonts/FuturaDemiC/FuturaDemiC-Italic.eot?#iefix") format('embedded-opentype'), url("../fonts/FuturaDemiC/FuturaDemiC-Italic.woff") format('woff'), url("../fonts/FuturaDemiC/FuturaDemiC-Italic.ttf") format('truetype');
        font-weight: 400;
        font-style: normal;
    }
    
    @font-face {
        font-family: 'icomoon';
        src: url("../fonts/icomoon/icomoon.eot?5z02cs");
        src: url("../fonts/icomoon/icomoon.eot?5z02cs#iefix") format('embedded-opentype'), url("../fonts/icomoon/icomoon.woff?5z02cs") format('woff'), url("../fonts/icomoon/icomoon.ttf?5z02cs") format('truetype'), url("../fonts/icomoon/icomoon.svg?5z02cs#icomoon") format('svg');
        font-weight: 400;
        font-style: normal;
        font-display: block;
    }
    
    * {
        margin: 0;
        padding: 0;
        font: inherit;
        box-sizing: border-box;
    }
    
    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    main,
    nav,
    section,
    summary {
        display: block;
    }
    
    audio,
    canvas,
    progress,
    video {
        display: inline-block;
        vertical-align: baseline;
    }
    
    audio:not([controls]) {
        display: none;
        height: 0;
    }
    
    [hidden],
    template {
        display: none;
    }
    
    html {
        font-family: 'HelveticaNeue', Arial, sans-serif;
        font-weight: 400;
        -ms-text-size-adjust: 100%;
        -webkit-text-size-adjust: 100%;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-focus-ring-color: rgba(255, 255, 255, 0);
        cursor: default;
    }
    
    body {
        font-size: 100%;
        line-height: 1;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
    }
    
    a {
        background: transparent;
    }
    
    *:focus,
    *:active,
    *:hover {
        outline: none;
    }
    
    hr {
        box-sizing: content-box;
        height: 0;
    }
    
    ol,
    ul {
        list-style: none;
    }
    
    pre {
        -moz-tab-size: 4;
        tab-size: 4;
        white-space: pre-wrap;
    }
    
    q {
        quotes: '\201C' '\201D' '\2018' '\2019';
    }
    
    img {
        border: none;
    }
    
    svg:not(:root) {
        overflow: hidden;
    }
    
    button,
    input {
        line-height: normal;
    }
    
    button,
    select {
        text-transform: none;
    }
    
    button {
        overflow: visible;
    }
    
    button,
    html input[type='button'],
    input[type='reset'],
    input[type='submit'] {
        -webkit-appearance: button;
        cursor: pointer;
    }
    .fs22{ font-size: 22px; }
    button[disabled],
    html input[disabled] {
        cursor: default;
    }
    
    input[type='checkbox'],
    input[type='radio'] {
        box-sizing: border-box;
    }
    
    input[type='number']::-webkit-inner-spin-button,
    input[type='number']::-webkit-outer-spin-button {
        height: auto;
    }
    
    input[type='search'] {
        -webkit-appearance: textfield;
        box-sizing: content-box;
    }
    
    input[type='search']::-webkit-search-cancel-button,
    input[type='search']::-webkit-search-decoration {
        -webkit-appearance: none;
    }
    
    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: none;
        padding: 0;
    }
    
    textarea {
        overflow: auto;
        vertical-align: top;
    }

    .center{ display: block;text-align: center; }
    strong{ font-weight: 700; font-style: normal; }
    
    button,
    input,
    select[multiple],
    textarea {
        background-image: none;
    }
    
    input,
    select,
    textarea {
        border-radius: 0;
        box-shadow: none;
    }
    
    input,
    textarea {
        resize: none;
        -webkit-user-select: text;
        -ms-user-select: text;
        user-select: text;
    }
    
    [placeholder]:focus:-ms-input-placeholder {
        color: transparent;
    }
    
    [placeholder]:focus::placeholder {
        color: transparent;
    }
    
    table {
        border-collapse: collapse;
        border-spacing: 0;
    }
    /* Slider */
    
    .slick-slider {
        position: relative;
        display: block;
        box-sizing: border-box;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-touch-callout: none;
        -khtml-user-select: none;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent;
    }
    
    .slick-list {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }
    
    .slick-list:focus {
        outline: none;
    }
    
    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }
    
    .slick-slider .slick-track,
    .slick-slider .slick-list {
        transform: translate3d(0, 0, 0);
    }
    
    .slick-track {
        position: relative;
        top: 0;
        left: 0;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }
    
    .slick-track:after {
        clear: both;
    }
    
    .slick-loading .slick-track {
        visibility: hidden;
    }
    
    .slick-slide {
        display: none;
        float: left;
        height: 100%;
        min-height: 1px;
    }
    
    [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;
    }
    
    .smm-about-item {
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        max-width: 100%;
    }
    .smm-about-item .smm-about-item__img-wrap{
        margin-right: 20px;
    }
    .smm-about-item__image {
        margin-right: 20px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 79px;
        height: 79px;
    }
    
    /* .smm-about-item_calendar {
        max-width: 406px;
    }
     */
    /* .smm-about-item_result {
        max-width: 320px;
    }
     */
    .smm-about-item__text {
        font-size: 21px;
        line-height: 1.5;
        /* transform: translateY(15px); */
    }
    
    .smm-about-item__descr {
        font-size: 12px;
        color: #d5d5d5;
    }
    
    @media (max-width: 1100px) {
        .smm-about-item {
            margin-bottom: 20px;
        }
        /* .smm-about-item_calendar {
            max-width: 360px;
        }
        .smm-about-item_result {
            max-width: 360px;
        } */
    }
    
    @media (max-width: 854px) {
        .smm-about-item {
            width: 100%;
            max-width: 100%;
        }
        .smm-about-item_calendar,
        .smm-about-item_result {
            max-width: 100%;
        }
        .smm-about-item_calendar .smm-about-item__image {
            margin-right: 30px;
        }
        .smm-about-item__text {
            transform: translateY(0);
        }
    }
    
    @media (max-width: 450px) {
        .smm-about-item__image {
            max-width: 50px;
            height: auto;
        }
        .smm-about-item_calendar .smm-about-item__image {
            margin-right: 20px;
        }
    }
    
    .smm-about-program {
        position: relative;
        z-index: 2;
        padding-top: 80px;
        padding-bottom: 64px;
        box-shadow: 5.08px 20.376px 90px 0 rgba(49, 24, 82, 0.06);
    }
    
    .smm-about-program__items-wrap {
        margin-top: 65px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    
    @media (max-width: 1100px) {
        .smm-about-program {
            padding-top: 40px;
            padding-bottom: 25px;
        }
        .smm-about-program__items-wrap {
            margin: 0 auto;
            margin-top: 35px;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -ms-flex-pack: distribute;
            justify-content: space-around;
            width: 90%;
        }
    }
    
    @media (max-width: 450px) {
        .smm-about-program {
            padding-top: 30px;
            padding-bottom: 25px;
        }
        .smm-about-program__items-wrap {
            width: 100%;
        }
    }
    
    .smm-bread-crumbs {
        margin-left: 25px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 14px;
        font-weight: 400;
        line-height: 30px;
        transform: translateY(4px);
    }
    
    @media (max-width: 1330px) {
        .smm-bread-crumbs {
            line-height: 1.3;
        }
    }
    
    .smm-bread-crumbs__item {
        padding-right: 30px;
    }
    
    .smm-bread-crumbs__link {
        position: relative;
        text-decoration: none;
        color: #000;
    }
    
    .smm-bread-crumbs__link:hover {
        text-decoration: underline;
    }
    
    .smm-bread-crumbs__link::after {
        position: absolute;
        top: 50%;
        right: -20px;
        width: 13px;
        height: 5px;
        content: '';
        background-image: url("../img/arrow.png");
        transform: translateY(-50%);
    }
    
    @media (max-width: 961px) {
        .smm-bread-crumbs__desc {
            display: none;
        }
    }
    
    .smm-button {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        min-height: 61px;
        font-family: 'HelveticaNeue', Arial, sans-serif;
        font-size: 20px;
        font-weight: 600;
        line-height: 28px;
        color: #fff;
        background-color: #039;
        border: none;
        transition: background-image, box-shadow 0.3s ease-in-out;
        text-decoration: none;
    }
    
    .smm-button:hover {
        background-image: linear-gradient(to top, rgba(0, 0, 1, 0.11) 0, rgba(255, 255, 255, 0.11) 100%);
        box-shadow: 0 0 35px rgba(188, 193, 227, 0.46), inset 0 0 27px rgba(255, 255, 255, 0.19);
    }
    
    .smm-checkbox {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        max-width: 323px;
    }
    
    .smm-checkbox__input {
        position: absolute;
        left: -9999px;
        visibility: hidden;
        opacity: 0;
    }
    
    .smm-checkbox__square {
        margin-top: 2px;
        display: block;
        width: 19px;
        min-width: 19px;
        height: 19px;
        border: 1px solid transparent;
        background-color: #fff;
    }
    
    .smm-checkbox__image {
        margin-top: 2px;
        display: none;
        width: 19px;
        height: auto;
    }
    
    .smm-checkbox__input:checked+.smm-checkbox__square .smm-checkbox__image {
        display: block;
    }
    
    .smm-checkbox__title {
        margin-left: 8px;
        font-size: 12px;
    }
    
    .smm-checkbox__link {
        color: #000;
        transition: opacity 0.3s ease-in;
    }
    
    .smm-checkbox__link:hover {
        opacity: 0.8;
    }
    
    @media (max-width: 900px) {
        .smm-checkbox {
            max-width: 282px;
        }
        .smm-checkbox__title {
            line-height: 1;
        }
    }
    
    @media (max-width: 670px) {
        .smm-checkbox {
            max-width: 100%;
        }
    }
    
    .smm-client-item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        width: 140px;
        height: 130px;
        background-color: #fff;
    }
    
    .smm-client-item__image {
        width: -webkit-fit-content;
        width: fit-content;
        height: auto;
        background-repeat: no-repeat;
        background-size: contain;
        display: block;
        height: 100%;
        width: 100%;
        background-position: center;
        margin: 0 12px;
    }
    
    .smm-client-item__image.sberbank {
        background-image: url(../img/sber.svg);
    }
    
    .smm-client-item__image.vtb24 {
        background-image: url(../img/vtb24.svg);
    }
    
    .smm-client-item__image.pepsico {
        background-image: url(../img/pepsico.png);
    }
    
    .smm-client-item__image.google {
        background-image: url(../img/goog.svg);
    }
    
    .smm-client-item__image.cola {
        background-image: url(../img/cola.png);
    }
    
    .smm-client-item__image.beeline {
        background-image: url(../img/beeline.svg);
        margin: 0 25px;
    }
    
    .smm-client-item__image.rostelecom {
        background-image: url(../img/rostelecom.svg);
    }
    
    .smm-client-item__image.pfizer {
        background-image: url(../img/pfizer.svg);
    }
    
    .smm-client-item__image.avito {
        background-image: url(../img/avito.svg);
    }
    
    .smm-client-item__image.ashan {
        background-image: url(../img/ashan.svg);
    }
    
    @media (max-width: 1156px) {
        .smm-client-item {
            margin-bottom: 15px;
            width: 22%;
        }
    }
    
    @media (max-width: 840px) {
        .smm-client-item {
            width: 30%;
        }
    }
    
    @media (max-width: 640px) {
        .smm-client-item {
            width: 48%;
        }
    }
    
    @media (max-width: 360px) {
        .smm-client-item {
            height: 90px;
        }
        .smm-client-item__image {
            max-width: 130px;
        }
    }
    
    .smm-clients {
        padding-top: 58px;
        padding-bottom: 38px;
        display: block;
        box-shadow: 0 28px 68px rgba(0, 0, 0, 0.06);
    }
    
    .smm-clients__clents-wrap {
        margin-top: 15px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-line-pack: justify;
        align-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .smm-clients__subtitle {
        max-width: 880px;
        font-family: 'HelveticaNeue', Arial, sans-serif;
        font-size: 25px;
        font-weight: 600;
        line-height: 35px;
        letter-spacing: 0.3px;
        color: #444;
    }
    
    @media (max-width: 840px) {
        .smm-clients__clents-wrap {
            margin-top: 0;
        }
    }
    
    @media (max-width: 640px) {
        .smm-clients {
            padding-top: 20px;
        }
    }
    
    .smm-community {
        margin-top: 80px;
        display: block;
        background-image: url("../img/back-02-05.svg");
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .smm-community__wrap {
        display: -ms-flexbox;
        display: flex;
    }
    
    .smm-community__descr {
        padding-top: 35px;
        font-size: 25px;
        font-weight: 600;
        line-height: 35px;
    }
    
    .smm-community__list {
        padding-top: 40px;
        font-size: 16px;
        line-height: 26px;
    }
    
    .smm-community__item {
        position: relative;
        padding-bottom: 10px;
    }
    
    .smm-community__item::before {
        position: absolute;
        top: -5px;
        left: -20px;
        content: '/';
        font-size: 35px;
        font-weight: 600;
        color: #039;
    }
    
    .smm-community__img-wrap {
        transform: translate(-110px, 127px);
    }
    
    .smm-community__img {
        width: 614px;
        height: 581px;
    }
    
    .smm-community__content {
        position: relative;
        padding-top: 170px;
        padding-bottom: 194px;
        transform: translateX(-35px);
    }
    
    /* .smm-community__content::after {
        position: absolute;
        top: 54px;
        right: -235px;
        width: 181px;
        height: 145px;
        content: '';
        background-image: url("../img/program@2x.png");
        background-repeat: no-repeat;
        background-size: contain;
    } */
    /* @media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
    only screen and (-moz-min-device-pixel-ratio: 1.5),
    only screen and (-o-min-device-pixel-ratio: 3/2),
    only screen and (min-device-pixel-ratio: 1.5),
    only screen and (min--moz-device-pixel-ratio: 1.5),
    only screen and (min-resolution: 1.5dppx) {
        .smm-community__content::after {
            background-image: url("../img/program@2x.png");
        }
    } */
    
    @media (max-width: 1538px) {
        .smm-community__content::after {
            right: -150px;
        }
        .smm-community__img-wrap {
            transform: translate(-60px, 127px);
        }
    }
    
    @media (max-width: 1200px) {
        .smm-community {
            padding-top: 40px;
            padding-bottom: 30px;
        }
        .smm-community__content {
            padding-top: 0;
            padding-bottom: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            width: 100%;
            max-width: 60%;
            transform: translateX(0);
        }
        .smm-community__content::after {
            display: none;
        }
        .smm-community__img-wrap {
            transform: translate(0, 0);
        }
        .smm-community__img {
            width: 100%;
            height: auto;
        }
    }
    
    @media (max-width: 850px) {
        .smm-community__img-wrap {
            display: none;
        }
        .smm-community__content {
            max-width: 100%;
        }
        .smm-community__list {
            margin-left: 20px;
        }
        .smm-community__descr {
            padding-top: 15px;
            font-size: 20px;
            line-height: 20px;
        }
        .smm-community__list {
            padding-top: 20px;
            line-height: 22px;
        }
    }
    
    .smm-contacts {
        padding-top: 42px;
        padding-bottom: 48px;
        background-color: #f7f5f1;
    }
    
    .smm-contacts__title {
        font-size: 25px;
        font-weight: bold;
        line-height: 2.4;
    }
    
    .smm-contacts__address {
        position: relative;
        width: 100%;
        max-width: 820px;
        font-family: "FuturaDemiC";
        font-size: 45px;
        font-weight: 600;
        line-height: 50px;
    }
    
    .smm-contacts__address::after {
        position: absolute;
        top: 14px;
        right: -49px;
        width: 37px;
        height: 26px;
        content: '';
        background-image: url("../img/arrow1.svg");
        background-repeat: no-repeat;
    }
    
    .smm-contacts__wrap {
        padding-top: 57px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    
    .smm-contacts__label {
        margin-bottom: 6px;
        font-size: 11px;
        line-height: 15px;
        text-transform: uppercase;
    }
    
    .smm-contacts__inner-wrap {
        margin-right: 49px;
        padding-left: 5px;
        font-weight: 600;
    }
    
    .smm-contacts__tel,
    .smm-contacts__mail {
        font-size: 21px;
        line-height: 35px;
        color: #000;
        text-decoration: none;
        transition: opacity 0.3s ease;
    }
    
    .smm-contacts__tel:hover,
    .smm-contacts__mail:hover {
        opacity: 0.8;
    }
    
    @media (max-width: 920px) {
        .smm-contacts {
            padding-top: 30px;
            padding-bottom: 20px;
        }
        .smm-contacts__address {
            font-size: 35px;
            line-height: 40px;
        }
        .smm-contacts__address::after {
            display: none;
        }
        .smm-contacts__wrap {
            padding-top: 37px;
        }
    }
    
    @media (max-width: 640px) {
        .smm-contacts__wrap {
            padding-top: 0;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }
        .smm-contacts__inner-wrap {
            padding-top: 30px;
        }
    }
    
    @media (max-width: 450px) {
        .smm-contacts__address {
            font-size: 28px;
            line-height: 30px;
        }
        .smm-contacts__label {
            margin-bottom: 0;
        }
        .smm-contacts__inner-wrap {
            padding-top: 20px;
        }
    }
    
    .smm-container {
        margin: 0 auto;
        padding: 0 15px;
        width: 100%;
        max-width: 1173px;
    }
    
    .smm-document {
        padding-top: 129px;
        padding-bottom: 113px;
        display: block;
        background-image: url("../img/document-bg.png");
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .smm-document__wrap {
        display: -ms-flexbox;
        display: flex;
    }
    
    .smm-document__subtitle {
        padding-top: 40px;
        max-width: 640px;
        font-size: 25px;
        font-weight: 600;
        line-height: 34px;
    }
    
    .smm-document__disclaimer {
        position: relative;
        padding-top: 20px;
        padding-left: 60px;
        max-width: 715px;
        font-size: 16px;
        line-height: 24px;
    }

    .smm-document__disclaimer-wrap {
        margin-top: 80px;
    }


.smm-document__disclaimer.hh::before {
    background-image: url(../img/hh.png?v=1.01);
}
.smm-document__disclaimer.forbes::before {
    background-image: url(../img/forbes.png?v=1.01);
}
.smm-document__disclaimer::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 46px;
    height: 46px;
    background-repeat: no-repeat;
    background-size: contain;
}


    @media (max-width: 700px) {
        .smm-document__disclaimer-wrap {
            margin-top: 0;
        }

    }

    .smm-document__link {
        color: #3b53f8;
        transition: hover 0.3s ease-in;
    }
    
    .smm-document__link:hover {
        color: #7198cf;
    }
    
    .smm-document__img-wrap {
        margin-top: 10px;
        margin-left: 67px;
		max-width: 355px;
    }
    
    .smm-document__img {
        width: 100%;
        height: auto;
    }
    
    .smm-document .smm-section-title__main {
        line-height: 55px;
    }
    
    .smm-document__text-wrap {
        width: 100%;
        max-width: 540px;
    }
    
    @media (max-width: 1000px) {
        .smm-document {
            padding-top: 40px;
            padding-bottom: 30px;
        }
        .smm-document__img-wrap {
            margin-left: 20px;
        }
        .smm-document__subtitle {
            padding-top: 25px;
            padding-bottom: 40px;
            font-size: 20px;
            line-height: 22px;
        }
        .smm-document__disclaimer {
            font-size: 14px;
            line-height: 18px;
        }
    }
    
    @media (max-width: 675px) {
        .smm-document__wrap {
            -ms-flex-direction: column;
            flex-direction: column;
        }
        .smm-document__img-wrap {
            margin-top: 10px;
            margin-left: 0;
        }
        .smm-document__subtitle {
            padding-top: 15px;
            padding-bottom: 10px;
        }
    }
    
    .smm-feedback {
        padding-top: 55px
        /* padding-top: 75px; */
        padding-bottom: 30px;
        display: block;
    }
    
    .smm-feedback__slider-wrap {
        position: relative;
        margin-top: 45px;
    }
    
    .smm-feedback__left-btn,
    .smm-feedback__right-btn {
        position: absolute;
        top: 50%;
        right: -41px;
        cursor: pointer;
        transform: translateY(-50%);
    }
    
    .smm-feedback__left-btn:hover,
    .smm-feedback__right-btn:hover {
        opacity: 0.8;
    }
    
    .smm-feedback__left-btn {
        right: auto;
        left: -41px;
    }
    
    @media (max-width: 1243px) {
        .smm-feedback {
            padding-top: 0;
        }
        .smm-feedback__slider-wrap {
            margin-left: auto;
            margin-right: auto;
            max-width: 95%;
        }
        .smm-feedback__left-btn {
            left: -25px;
        }
        .smm-feedback__right-btn {
            right: -25px;
        }
    }
    
    @media (max-width: 360px) {
        .smm-feedback__left-btn,
        .smm-feedback__right-btn {
            width: 18px;
            height: auto;
        }
        .smm-feedback__arrow {
            width: 100%;
            height: auto;
        }
        .smm-feedback__left-btn {
            left: -20px;
        }
        .smm-feedback__right-btn {
            right: -20px;
        }
    }
    
    .smm-first-screen {
        position: relative;
        width: 100%;
        background-image: url("../img/top-01-01.svg?v=1.05");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        top: -91px;
        margin-bottom: -91px;
    }

    .smm-first-screen__content {
        margin-left: 2px;
        padding-right: 20%;
    }
    
    .smm-first-screen__title {
        margin-top: 30px;
        margin-bottom: 20px;
        margin-left: -2px;
        font-family: 'FuturaDemiC', sans-serif;
        font-size: 70px;
        font-weight: 600;
        /*line-height: 70px;*/
        line-height: 66px;
        /*hei*/
    }
    
    @media (max-width: 1366px) {
        /*hei*/
        .smm-first-screen__title {
            /*hei*/
            font-size: 60px;
            /*hei*/
            line-height: 52px;
            /*hei*/
            margin-bottom: 15px;
            /*hei*/
            margin-top: 15px;
            /*hei*/
        }
        /*hei*/
    }
    /*hei*/

    .smm-first-screen__subtitle {
        width: 100%;
        max-width: 600px;
        font-size: 25px;
        font-weight: 600;
        line-height: 36px;
        letter-spacing: 0.2px;
    }
    .smm-first-screen__description {
        margin-top: 27px;
        max-width: 640px;
        font-size: 18px;
        line-height: 24px;
    }
    
    @media (max-width: 1366px) {
        /*hei*/
        .smm-first-screen__description {
            /*hei*/
            margin-top: 15px;
            /*hei*/
        }
        /*hei*/
    }
    /*hei*/
    
    .smm-first-screen__btn-wrap {
        padding-top: 22px;
        padding-bottom: 70px;
        width: 100%;
        max-width: 333px;
    }
    
    @media (max-width: 1366px) {
        /*hei*/
        .smm-first-screen__btn-wrap {
            /*hei*/
            padding-bottom: 20px;
            /*hei*/
        }
        /*hei*/
    }
    
    .smm-first-screen__logo-wrap {
        padding-top: 120px;
        /*hei*/
    }
    
    .smm-program {
        padding-bottom: 50px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
    
    @media (max-width: 1366px) {
        /*hei*/
        .smm-program {
            /*hei*/
            padding-bottom: 20px;
            /*hei*/
        }
        /*hei*/
    }
    
    .smm-program__img-wrap {
        margin-right: 21px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        width: 61px;
        height: 61px;
        background-color: #fff;
        border-radius: 50%;
    }
    
    @media (max-width: 1366px) {
        /*hei*/
        .smm-program__img-wrap {
            /*hei*/
            width: 50px;
            /*hei*/
            height: 50px;
            /*hei*/
        }
        /*hei*/
        .smm-program__img-wrap>img {
            /*hei*/
            height: 60%;
            /*hei*/
        }
        /*hei*/
    }
    /*hei*/
    
    .smm-program__img {
        height: 100%;
        max-height: 37px;
    }
    
    .smm-program__descr {
        transform: translateY(6px);
    }
    
    @media (max-width: 1366px) {
        /*hei*/
        .smm-program__descr {
            /*hei*/
            transform: none;
            /*hei*/
        }
        /*hei*/
    }
    /*hei*/
    
    @media (max-width: 767px) {
        .smm-first-screen {
            background-position: top left;
        }


    .smm-first-screen__content {
      padding-right: 0;
    }

    }
    
    @media (max-width: 850px) {
        .smm-first-screen__content {
            margin-left: 0;
        }
        .smm-first-screen__title {
            margin-top: 20px;
            margin-bottom: 18px;
            font-size: 50px;
            line-height: 50px;
        }
        .smm-first-screen__subtitle {
            font-size: 20px;
            line-height: 25px;
        }
        .smm-first-screen__description {
            margin-top: 20px;
            font-size: 16px;
            line-height: 20px;
        }
        .smm-first-screen__btn-wrap {
            padding-top: 15px;
            padding-bottom: 40px;
            width: 100%;
            max-width: 333px;
        }
        .smm-program {
            padding-bottom: 40px;
        }
    }
    
    @media (max-width: 850px) {
        .smm-first-screen__title {
            font-size: 30px;
            line-height: 30px;
        }
        .smm-first-screen__btn-wrap {
            padding-bottom: 30px;
        }
    }
    
    .smm-footer-list {
        display: block;
        width: 100%;
        max-width: 200px;
    }
    
    .smm-footer-list__title {
        font-size: 11px;
        font-weight: 600;
        line-height: 1.818;
        text-transform: uppercase;
        color: #000;
    }
    
    .smm-footer-list__item {
        padding-bottom: 5px;
        font-size: 11px;
        font-weight: 600;
        line-height: 1;
        letter-spacing: -0.5px;
    }
    
    .smm-footer-list__list {
        padding-top: 3px;
    }
    
    .smm-footer-list__link {
        line-height: 15px;
        color: #77a0d0;
        transition: color 0.3s ease-in;
    }
    
    .smm-footer-list__link:hover {
        color: #039;
    }
    
    @media (max-width: 850px) {
        .smm-footer-list {
            margin-bottom: 20px;
            max-width: 100%;
        }
    }
    
    .smm-footer {
        padding-top: 68px;
        padding-bottom: 36px;
    }
    
    .smm-footer__wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    
    @media (max-width: 850px) {
        .smm-footer {
            padding-top: 30px;
            padding-bottom: 10px;
        }
        .smm-footer__wrap {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }
    }
    
    .smm-for-whom {
        padding-top: 93px;
        padding-bottom: 30px;
        background-image: url("../img/back-01-05.svg?v=1.02");
        background-repeat: no-repeat;
        background-size: cover;
    }

    .smm-for-whom .smm-first-screen__btn-wrap{ margin: 0 auto; padding-bottom: 30px; }
    
    .smm-for-whom__items-wrap {
        padding-top: 50px;
        padding-bottom: 17px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    
    @media (max-width: 1136px) {
        .smm-for-whom__items-wrap {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -ms-flex-pack: distribute;
            justify-content: space-around;
            /* max-width: 90%; */
        }
    }
    
    @media (max-width: 420px) {
        .smm-for-whom {
            padding-top: 30px;
            padding-bottom: 0;
        }
        .smm-for-whom__items-wrap {
            padding: 20px 0;
            max-width: 100%;
        }
    }
    
    .smm-format-item {
        margin-bottom: 40px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        max-width: 226px;
        min-height: 150px;
    }
    
    .smm-format-item_contain {
        max-width: 350px;
    }
    
    .smm-format-item__title {
        max-width: 170px;
        font-size: 26px;
        font-weight: 600;
        line-height: 30px;
        text-align: center;
    }
    
    .smm-format-item__line {
        margin-top: 18px;
        margin-bottom: 18px;
        width: 98%;
        height: 1px;
        background-color: #d5d5d5;
    }
    
    .smm-format-item__descr {
        line-height: 24px;
        text-align: center;
    }
    
    @media (max-width: 575px) {
        .smm-format-item {
            max-width: 200px;
        }
        .smm-format-item_contain {
            max-width: 100%;
        }
    }
    
    @media (max-width: 447px) {
        .smm-format-item {
            max-width: 100%;
            min-height: 0;
            margin-bottom: 25px;
        }
        .smm-format-item__line {
            width: 80%;
            margin: 10px 0;
        }
    }
    
    .smm-format {
        padding-top: 135px;
        padding-bottom: 15px;
        display: block;
    }
    
    .smm-format__wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .smm-format__title {
        position: relative;
        margin-bottom: 40px;
        width: 100%;
        max-width: 260px;
        min-height: 150px;
        font-family: 'FuturaDemiC', sans-serif;
        font-size: 55px;
        font-weight: 600;
        line-height: 51px;
        transform: translateY(-42px);
    }
    
    .smm-format__title::after {
        position: absolute;
        top: 120px;
        left: 0;
        width: 98%;
        height: 1px;
        background-color: #d5d5d5;
        content: '';
    }
    
    @media (max-width: 854px) {
        .smm-format {
            padding-top: 52px;
        }
        .smm-format__title {
            font-size: 40px;
            line-height: 40px;
            transform: translateY(-22px);
        }
        .smm-format__title::after {
            top: 100px;
        }
    }
    
    @media (max-width: 1086px) {
        .smm-format__wrap {
            -ms-flex-pack: distribute;
            justify-content: space-around;
        }
    }
    
    @media (max-width: 575px) {
        .smm-format__title {
            max-width: 200px;
        }
    }
    
    @media (max-width: 447px) {
        .smm-format__title {
            margin-bottom: 0;
            max-width: 100%;
            min-height: 0;
            font-size: 35px;
        }
        .smm-format__title::after {
            display: none;
        }
    }
    
    .smm-grades-item {
        position: absolute;
        max-width: 320px;
    }
    
    .smm-grades-item__title {
        font-size: 50px;
        font-family: "FuturaDemiC";
        font-weight: 600;
        line-height: 1.5;
    }
    
    .smm-grades-item__descr {
        line-height: 22px;
    }
    
    .smm-grades-item_1 {
        top: 616px;
        left: 1
    }
    
    .smm-grades-item_2 .smm-grades-item__title {
        font-size: 54px;
        line-height: 1.071;
    }
    
    .smm-grades-item_2 {
        max-width: 270px;
        top: 80px;
        left: 401px;
    }
    
    .smm-grades-item_3 {
        top: -9px;
        left: 850px;
    }
    
    .smm-grades-item_4 .smm-grades-item__title {
        font-size: 54px;
        line-height: 1.071;
    }
    
    .smm-grades-item_4 {
        top: 319px;
        left: 787px;
    }
    
    .smm-grades-item_5 {
        max-width: 430px;
        top: 498px;
        left: 535px;
    }
    
    .smm-grades-item_1 .smm-grades-item__wrap::before {
        left: 53px;
    }
    
    .smm-grades-item_2 .smm-grades-item__wrap::before {
        background-color: #3b53f8;
    }
    
    .smm-grades-item_4 .smm-grades-item__wrap::before {
        top: -25px;
        background-color: #669fe7;
    }
    
    .smm-grades-item_5 .smm-grades-item__wrap::before {
        background-color: #976dfb;
    }
    
    .smm-grades-item__wrap {
        position: relative;
    }
    
    .smm-grades-item__wrap::before {
        position: absolute;
        top: -15px;
        width: 17px;
        height: 17px;
        border-radius: 50%;
        content: '';
        background-color: #3242a2;
    }
    
    @media (max-width: 1022px) {
        .smm-grades-item {
            position: static;
            margin-bottom: 15px;
            max-width: 270px;
        }
        .smm-grades-item__wrap::before {
            display: none;
        }
        .smm-grades-item__title {
            line-height: 1.071;
        }
        .smm-grades-item_4 .smm-grades-item__title,
        .smm-grades-item_2 .smm-grades-item__title {
            font-size: 54px;
        }
        .smm-grades-item_5 {
            max-width: 400px;
        }
    }
    
    @media (max-width: 586px) {
        .smm-grades-item {
            max-width: 400px;
        }
        .smm-grades-item__title {
            font-size: 25px;
        }
        .smm-grades-item_4 .smm-grades-item__title,
        .smm-grades-item_2 .smm-grades-item__title {
            font-size: 25px;
        }
    }
    
    .smm-grades {
        padding-top: 120px;
        display: block;
        min-height: 850px;
    }
    
    .smm-grades__items-wrap {
        position: relative;
        min-height: 868px;
    }
    
    .smm-grades__img {
        position: absolute;
        top: -60px;
        left: -40px;
        width: 1009px;
        height: 736px;
        background-image: url(../img/grades-bg@2x.png);
        background-repeat: no-repeat;
        background-size: 1009px 736px;
    }
    /* @media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
    only screen and (-moz-min-device-pixel-ratio: 1.5),
    only screen and (-o-min-device-pixel-ratio: 3/2),
    only screen and (min-device-pixel-ratio: 1.5),
    only screen and (min--moz-device-pixel-ratio: 1.5),
    only screen and (min-resolution: 1.5dppx) {
        .smm-grades__img {
            background-image: url(../img/grades-bg@2x.png)
        }
    } */
    
    .smm-grades__img:before {
        content: '';
        display: block;
        background-image: url(../img/line.svg);
        background-repeat: no-repeat;
        background-position: right 9px bottom -2px;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
    
    .smm-grades__img:after {
        content: '';
        display: block;
        background-image: url(../img/fly4@2x.png);
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 177px 103px;
        width: 177px;
        height: 130px;
        position: absolute;
        left: 29px;
        top: 252px;
    }
    /*     
    @media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
    only screen and (-moz-min-device-pixel-ratio: 1.5),
    only screen and (-o-min-device-pixel-ratio: 3/2),
    only screen and (min-device-pixel-ratio: 1.5),
    only screen and (min--moz-device-pixel-ratio: 1.5),
    only screen and (min-resolution: 1.5dppx) {
        .smm-grades__img:after {
            background-image: url("../img/fly4@2x.png");
        }
    }
     */
    
    @media (max-width: 1022px) {
        .smm-grades {
            padding-top: 40px;
            padding-bottom: 10px;
            min-height: 0;
        }
        .smm-grades__img {
            display: none;
        }
        .smm-grades__items-wrap {
            padding-top: 25px;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -ms-flex-pack: distribute;
            justify-content: space-around;
            min-height: 0;
        }
    }
    
    .smm-header {
        padding-top: 17px;
        padding-right: 45px;
        padding-left: 111px;
        padding-bottom: 14px;
        z-index: 55;
        background-color: transparent;
        position: relative;
    }
    
    .smm-header__wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    
    .smm-header__inner-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .smm-header__menu-btn {
        margin-right: 14px;
        min-width: 41px;
        height: 41px;
        background-color: #1658DA;
        /*background-image: url("../img/burger.png");
  background-repeat: no-repeat;
  background-size: contain;*/
        border: none;
        cursor: pointer;
        border-radius: 5px;
        position: relative;
    }
    
    .smm-header__menu-btn-line,
    .smm-header__menu-btn:before,
    .smm-header__menu-btn:after {
        content: '';
        position: absolute;
        height: 3px;
        width: 21px;
        bottom: 19px;
        left: 10px;
        background: #fff;
        border: none;
        -webkit-transition: all .35s ease;
        transition: all .35s ease;
        cursor: pointer;
    }
    
    .smm-header__menu-btn:before {
        bottom: 12px;
    }
    
    .smm-header__menu-btn:after {
        bottom: 26px;
    }
    
    .smm-header__menu-btn:hover {
        opacity: 0.8;
    }
    
    .smm-header__logo-mini {
        min-width: 28px;
        height: 41px;
        text-decoration: none;
        cursor: pointer;
        background-image: url("../img/logo-mini.svg");
        background-repeat: no-repeat;
        background-size: contain;
    }
    
    .smm-header__logo-mini:hover {
        opacity: 0.8;
    }
    
    .smm-header__icons-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        max-width: 205px;
    }
    
    @media (max-width: 449px) {
        .smm-header__icons-wrap {
            justify-content: flex-end;
        }
    }
    
    .smm-header__btns {
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        width: 61px;
        height: 28px;
        border: 1px solid #d5d5d5;
    }
    
    .smm-header__ru-btn,
    .smm-header__en-btn {
        width: 30px;
        font-size: 13px;
        line-height: 30px;
        color: #878787;
        background-color: transparent;
        text-transform: uppercase;
        border: none;
        outline: none;
        transition: color 0.3s ease-in;
    }
    
    .smm-header__ru-btn:hover,
    .smm-header__en-btn:hover {
        color: #000;
    }
    
    .smm-header__ru-btn_active,
    .smm-header__en-btn_active {
        color: #000;
    }
    
    .smm-header__ru-btn {
        border-right: 1px solid #d5d5d5;
    }
    
    .smm-header__view-btn,
    .smm-header__user-btn,
    .smm-header__search-btn {
        width: 30px;
        height: 21px;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        border: none;
        outline: none;
    }
    
    @media (max-width: 449px) {
        .smm-header__view-btn,
        .smm-header__user-btn,
        .smm-header__search-btn {
            display: none;
        }
    }
    
    .smm-header__view-btn:hover,
    .smm-header__user-btn:hover,
    .smm-header__search-btn:hover {
        opacity: 0.8;
    }
    
    .smm-header__view-btn {
        background-image: url("../img/eye.svg");
    }
    
    .smm-header__user-btn {
        background-image: url("../img/person.svg");
    }
    
    .smm-header__search-btn {
        background-image: url("../img/search.svg");
    }
    
    .smm-header__menu-mobile {
        position: relative;
        top: 0;
        left: 0;
        overflow: hidden;
        width: 100%;
        height: 0;
        max-height: 0;
        transition: max-height 0.3s ease-in;
    }
    
    .smm-header__menu-mobile_active {
        height: auto;
        max-height: 183px;
    }
    
    @media (max-width: 1295px) {
        .smm-header {
            padding: 15px 20px;
        }
    }
    
    .smm-info-item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        max-width: 210px;
        min-height: 130px;
    }
    
    .smm-info-item_document {
        max-width: 223px;
    }
    
    .smm-info-item__title {
        font-family: 'FuturaDemiC', sans-serif;
        font-size: 58px;
        font-weight: 600;
        line-height: 70px;
    }
    
    .smm-info-item_smaller .smm-info-item__title {
        font-size: 46px;
        line-height: -1.5px;
    }
    
    .smm-info-item__line {
        margin-bottom: 13px;
        width: 99%;
        height: 1px;
        background-color: #d5d5d5;
    }
    
    .smm-info-item__descr {
        text-align: center;
    }
    
    @media (max-width: 1230px) {
        .smm-info-item__title {
            font-family: 'FuturaDemiC', sans-serif;
            font-size: 35px;
            font-weight: 600;
            line-height: 50px;
        }
        .smm-info-item_smaller .smm-info-item__title {
            font-size: 35px;
            line-height: -1.5px;
        }
    }
    
    @media (max-width: 400px) {
        .smm-info-item {
            max-width: 152px;
        }
        .smm-info-item__line {
            margin-bottom: 8px;
            width: 80%;
        }
    }
    
    .smm-info {
        padding-top: 80px;
        padding-bottom: 70px;
        background-color: #fff;
    }
    
    .smm-info__wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
    }
    
    @media (max-width: 1230px) {
        .smm-info {
            padding-top: 43px;
            padding-bottom: 30px;
        }
    }
    
    @media (max-width: 1066px) {
        .smm-info__wrap {
            -ms-flex-pack: distribute;
            justify-content: space-around;
        }
    }
    
    .smm-wrapper__input {
        margin-bottom: 10px;
        padding-left: 15px;
        display: block;
        width: 100%;
        min-width: 360px;
        min-height: 68px;
        font-family: 'FuturaDemiC', sans-serif;
        font-size: 20px;
        color: #000;
        background-color: #fff;
        border: none;
        border-bottom: 1px solid #d5d5d5;
        outline: none;
    }
    
    .smm-wrapper__input:focus {
        border-bottom: 1px solid #000;
    }
    
    .smm-wrapper__input_cut {
        min-width: 282px;
    }
    
    .input-error {
        border-bottom: 1px solid #f00;
    }
    
    @media (max-width: 900px) {
        .smm-wrapper__input {
            min-width: 282px;
            min-height: 50px;
        }
    }
    
    .smm-logo {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .smm-logo__link {
        margin-right: 18px;
    }
    
    @media (max-width: 1366px) {
        /*hei*/
        .smm-logo__link {
            /*hei*/
            width: 65px;
            /*hei*/
            margin-right: 15px;
            /*hei*/
        }
        /*hei*/
        .smm-logo__link>img {
            /*hei*/
            width: 100%;
            /*hei*/
        }
        /*hei*/
    }
    /*hei*/
    
    .smm-logo__descr {
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
        transform: translateY(-4px);
    }
    
    @media (max-width: 1366px) {
        /*hei*/
        .smm-logo__descr {
            /*hei*/
            font-size: 16px;
            /*hei*/
            line-height: 20px;
            /*hei*/
        }
        /*hei*/
    }
    
    .smm-overlay {
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.4);
    }
    
    .active {
        display: block !important;
    }
    
    .smm-page-main {
        overflow: hidden;
        font-family: 'HelveticaNeue', Arial, sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        color: #000;
        background-color: #fff;
    }
    
    .smm-popup-sign {
        position: fixed;
        z-index: 1000;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }
    
    .smm-popup-sign__close {
        position: absolute;
        z-index: 1001;
        top: 30px;
        right: 28px;
        width: 18px;
        height: 18px;
        background-color: transparent;
        border: none;
        opacity: 1;
    }
    
    .smm-popup-sign__close:before,
    .smm-popup-sign__close:after {
        position: absolute;
        left: 6px;
        top: 0;
        content: ' ';
        height: 18px;
        width: 6px;
        background-color: #3b53f8;
    }
    
    .smm-popup-sign__close:before {
        transform: rotate(45deg);
    }
    
    .smm-popup-sign__close:after {
        transform: rotate(-45deg);
    }
    
    .smm-popup-sign__close:hover {
        opacity: 0.75;
    }
    
    .smm-popup-sign__wrap {
        position: relative;
        padding-top: 40px;
        padding-bottom: 58px;
        padding-left: 73px;
        padding-right: 73px;
        margin: 0 auto;
        width: 90%;
        max-width: 600px;
        background-color: #fff;
        pointer-events: auto;
        background-image: url("../img/popup-bg.jpg");
        background-repeat: no-repeat;
        background-position: left -450px top -85px;
    }
    
    .smm-popup-sign__inner-wrap {
        margin-top: 8px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .smm-popup-sign__inputs-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    
    .smm-popup-sign__title {
        font-family: 'FuturaDemiC';
        font-size: 55px;
        font-weight: 600;
        line-height: 55px;
    }
    
    .smm-popup-sign__subtitle {
        padding-top: 10px;
        line-height: 30px;
    }
    
    .smm-popup-sign__form {
        padding-top: 43px;
    }
    
    .smm-popup-sign__btn-wrap {
        width: 281px;
    }
    
    .active {
        display: block;
    }
    
    @media (max-width: 900px) {
        .smm-popup-sign__wrap {
            padding-top: 30px;
            padding-bottom: 30px;
            padding-left: 20px;
            padding-right: 20px;
        }
        .smm-popup-sign__title {
            font-size: 35px;
            line-height: 1;
        }
        .smm-popup-sign__form {
            padding-top: 20px;
        }
    }
    
    @media (max-width: 670px) {
        .smm-popup-sign__inputs-wrap,
        .smm-popup-sign__inner-wrap {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }
        .smm-popup-sign__checkbox-wrap {
            padding-top: 10px;
            -ms-flex-order: 2;
            order: 2;
        }
    }
    
    .smm-program-details {
        padding-top: 73px;
        padding-bottom: 65px;
        display: block;
        background-image: url("../img/lamp.svg");
        background-repeat: no-repeat;
        background-position: bottom 790px right 80px;
        background-size: 180px;
    }
    /*     
    @media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
    only screen and (-moz-min-device-pixel-ratio: 1.5),
    only screen and (-o-min-device-pixel-ratio: 3/2),
    only screen and (min-device-pixel-ratio: 1.5),
    only screen and (min--moz-device-pixel-ratio: 1.5),
    only screen and (min-resolution: 1.5dppx) {
        .smm-program-details {
            background-image: url("../img/program@2x.png");
        }
    } */
    
    .smm-program-details__inner-wrap {
        padding-top: 74px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
    }
    
    .smm-program-details__inner-wrap_head {
        margin-bottom: -25px;
        padding-top: 0;
    }
    
    .smm-program-details__inner-wrap_head .smm-program-details__right-side {
        left: 23px;
        padding-top: 2px;
    }
    
    .smm-program-details__inner-wrap_head .smm-program-details__right-side::before {
        display: none;
    }
    
    .smm-program-details__inner-wrap_move {
        padding-top: 71px;
    }
    
    .smm-program-details__inner-wrap_moved {
        padding-top: 64px;
    }
    
    .smm-program-details__left-side,
    .smm-program-details__right-side {
        position: relative;
        width: 50%;
    }
    
    .smm-program-details__left-side {
        right: 115px;
        text-align: right;
    }
    
    .smm-program-details__left-side::after {
        position: absolute;
        top: 32px;
        right: -85px;
        width: -webkit-fit-content;
        width: fit-content;
        font-size: 12px;
        text-transform: uppercase;
        transform: rotate(-90deg);
    }
    
    .smm-program-details__left-side_1::after {
        content: '20 часов';
    }
    
    .smm-program-details__left-side_2::after {
        content: '46 часов';
    }
    
    .smm-program-details__left-side_3::after {
        content: '32 часа';
    }
    
    .smm-program-details__left-side_6::after {
        top: 21px;
        right: -75px;
        content: '2 часа';
    }
    
    .smm-program-details__right-side {
        left: 23px;
        padding-top: 2px;
    }
    
    .smm-program-details__right-side::before {
        position: absolute;
        left: -44px;
        width: 7px;
        height: 94%;
        content: '';
    }
    
    .smm-program-details__right-side_1::before {
        background-color: #dc82c5;
        height: 88%;
    }
    
    .smm-program-details__right-side_2::before {
        background-color: #9b8fef;
        height: 95%;
    }
    
    .smm-program-details__right-side_3::before {
        background-color: #abb6e4;
    }
    
    .smm-program-details__title {
        position: relative;
        font-family: 'FuturaDemiC';
        font-size: 55px;
        line-height: 55px;
    }
    
    .smm-program-details__title::after {
        position: absolute;
        top: 34px;
        right: -136px;
        width: 88px;
        height: 840px;
        content: '';
        background-image: url("../img/line.png");
        background-repeat: no-repeat;
        background-size: contain;
    }
    
    .smm-program-details__img {
        transform: translateX(20px);
        width: 145px;
        height: 118px;
    }
    
    .smm-program-details__step-title {
        font-size: 25px;
        font-weight: 600;
        line-height: 35px;
        color: #444;
    }
    
    .smm-program-details__step-subtitle {
        font-size: 18px;
        line-height: 45px;
        font-weight: 600;
        color: #444;
    }
    
    .smm-program-details__step {
        position: relative;
        padding-bottom: 20px;
        line-height: 22px;
    }
    
    .smm-program-details__step::before {
        position: absolute;
        left: -53px;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        content: '';
    }
    
    .smm-program-details__step_1::before {
        background-color: #dc82c5;
    }
    
    .smm-program-details__step_2::before {
        background-color: #9b8fef;
    }
    
    .smm-program-details__step_3::before {
        background-color: #abb6e4;
    }
    

    .smm-program-details__step_6 {
        padding-right: 100px;
        line-height: 35px;
    }

    .smm-program-details__step_6 > span {
        display: block;
        padding-top: 10px;
        color: #a2a2a2;
    }
    
    .smm-program-details__step_6::before {
        left: -63px;
        width: 44px;
        height: 44px;
        background-color: #6db280;
    }
    
    .smm-program-details__step_last {
        padding-bottom: 0;
    }
    
    .smm-program-details__wrapper {
        position: relative;
        margin-top: 80px;
        box-shadow: 5.08px 20.376px 90px 0 rgba(49, 24, 82, 0.06);
    }
    
    .smm-program-details__wrapper::before {
        position: absolute;
        top: -70px;
        left: 5px;
        width: 300px;
        height: 220px;
        content: '';
        background-image: url("../img/wom_3-03.svg?v=1.02");
        background-size: contain;
        background-repeat: no-repeat;
    }
    /*     
    @media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
    only screen and (-moz-min-device-pixel-ratio: 1.5),
    only screen and (-o-min-device-pixel-ratio: 3/2),
    only screen and (min-device-pixel-ratio: 1.5),
    only screen and (min--moz-device-pixel-ratio: 1.5),
    only screen and (min-resolution: 1.5dppx) {
        .smm-program-details__wrapper::before {
            background-image: url("../img/fly3@2x.png");
        }
    }
     */
    
    .smm-program-details__item {
        position: relative;
        padding-left: 20px;
    }
    
    .smm-program-details__item::before {
        position: absolute;
        top: 8px;
        left: 0;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        content: '';
        background-color: #003399;
    }
    
    .smm-program-details__step_4 .smm-program-details__item::before {
        background-color: #842b27;
    }
    
    .smm-program-details__btn-wrap {
        margin: 0 auto;
        padding-top: 25px;
        padding-bottom: 34px;
        width: 100%;
        max-width: 333px;
    }
    
    .smm-program-details__btn-wrap_program {
        padding-top: 33px;
        padding-bottom: 47px;
    }
    
    @media (max-width: 1811px) {
        .smm-program-details {
            background-position: bottom 790px right 80px;
        }
    }

    @media (max-width: 1511px) {
        .smm-program-details {
            background-size: 120px;
            background-position: bottom 790px right 50px;
        }
    }
    
    @media (max-width: 1120px) {
        .smm-program-details {
            background-image: none;
        }
        .smm-program-details__title::after {
            display: none;
        }
        .smm-program-details__inner-wrap {
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-flex-align: center;
            -ms-grid-row-align: center;
            align-items: center;
        }
        .smm-program-details__inner-wrap_head {
            -ms-flex-direction: row;
            flex-direction: row;
        }
        .smm-program-details__left-side {
            right: auto;
            margin-bottom: 10px;
            text-align: left;
        }
        .smm-program-details__right-side::before {
            display: none;
        }
        .smm-program-details__step {
            padding-left: 20px;
        }
        .smm-program-details__step::before {
            position: absolute;
            left: -20px;
        }
        .smm-program-details__step_6 {
            padding-left: 40px;
        }
    }
    
    @media (max-width: 850px) {
        .smm-program-details {
            padding: 30px 0;
        }
        .smm-program-details__title {
            font-size: 40px;
            line-height: 40px;
        }
        .smm-program-details__left-side,
        .smm-program-details__right-side {
            width: 100%;
        }
        .smm-program-details__inner-wrap {
            padding-top: 20px;
            -ms-flex-align: start;
            -ms-grid-row-align: start;
            align-items: start;
        }
        .smm-program-details__left-side::after {
            right: -25px;
        }
        .smm-program-details__left-side_6 {
            padding-left: 20px;
        }
        .smm-program-details__left-side_6::after {
            right: -10px;
        }
        .smm-program-details__right-side_6 {
            left: 0;
        }
        .smm-program-details__step {
            max-width: 90%;
        }
        .smm-program-details__step_6 {
            padding: 0 20px;
            max-width: 100%;
        }
        .smm-program-details__step_6::before {
            display: none;
        }
        .smm-program-details__wrapper::before {
            display: none;
        }
    }
    
    @media (max-width: 450px) {
        .smm-program-details__title {
            font-size: 35px;
            line-height: 35px;
        }
    }
    
    .smm-result-item {
        display: block;
        width: 100%;
        max-width: 260px;
    }
    
    .smm-result-item__img-wrap {
        position: relative;
        margin-bottom: 23px;
    }
    
    .smm-result-item__img-wrap::before {
        position: absolute;
        top: -34px;
        left: 0;
        width: 1px;
        height: 34px;
        content: '';
        background-color: #d5d5d5;
    }
    
    .smm-result-item__image {
        width: 120px;
        height: 120px;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        color: #fff;
        font-size: 65px;
        font-family: 'FuturaDemiC';
        padding-bottom: 9px;
        padding-right: 5px;
    }
    
    .smm-result-item__image-fst {
        background-color: #4e76c3;
    }
    
    .smm-result-item__image-sec {
        background-color: #51d8db;
    }
    
    .smm-result-item__image-thrd {
        background-color: #9b8fef;
    }
    .smm-result-item__image-frth {
        background-color: #abb6e4;
    }
        
    .smm-result-item__text {
        max-width: 360px;
        line-height: 24px;
    }
    .smm-result-item__text_bold {
        font-weight: 600;
    }
    .smm-result-item_01 .smm-result-item__text {
        max-width: 300px;
    }
    
    @media (max-width: 1000px) {
        .smm-result-item {
            display: -ms-flexbox;
            display: flex;
            max-width: 100%;
        }
        .smm-result-item__text br {
            display: none;
        }
        .smm-result-item__text {
            max-width: 100%;
        }
        .smm-result-item_01 .smm-result-item__text {
            max-width: 100%;
        }
        .smm-result-item__img-wrap {
            margin-right: 30px;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            width: 80px;
            height: 80px;
        }
        .smm-result-item__img-wrap::before {
            display: none;
        }
        .smm-result-item__image {
            width: 80px;
            height: 81px;
            font-size: 45px;
            padding-bottom: 4px;
            padding-right: 4px;
        }
    }
    
    @media (max-width: 550px) {
        .smm-result-item {
            margin-bottom: 10px;
            -ms-flex-align: flex-start;
            align-items: flex-start;
        }
    }
    
    .smm-result {
        padding-top: 84px;
        padding-bottom: 101px;
        display: block;
    }
    
    .smm-result__items-wrap {
        margin-top: 28px;
        /* margin-top: 44px; */
        padding-top: 34px;
        padding-bottom: 57px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-top: 1px solid #d5d5d5;
        border-right: 1px solid #d5d5d5;
    }
    
    .smm-result__total {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        min-height: 231px;
        border-right: 1px solid #d5d5d5;
        box-shadow: 5.08px 20.376px 90px 0 rgba(49, 24, 82, 0.06);
    }
    
    .smm-result__img-wrap {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 512px;
        height: 231px;
        background-color: #dbeff8;
    }
    
    .smm-result__img {
        position: relative;
        top: -68px;
        width: 486px;
        height: 298px;
    }
    
    .smm-result__text {
        margin-left: 93px;
        max-width: 460px;
        font-size: 20px;
        line-height: 30px;
    }
    
    @media (max-width: 1100px) {
        .smm-result {
            padding-top: 40px;
            padding-bottom: 25px;
        }
        .smm-result__text {
            margin-left: 33px;
            padding-right: 10px;
        }
    }
    
    @media (max-width: 1000px) {
        .smm-result__items-wrap {
            margin: 0 auto;
            margin-top: 35px;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -ms-flex-pack: distribute;
            justify-content: space-around;
            width: 90%;
            border: none;
        }
        .smm-result__img-wrap {
            -ms-flex-negative: 1;
            flex-shrink: 1;
        }
        .smm-result__total {
            border-right: none;
        }
    }
    
    @media (max-width: 790px) {
        .smm-result__items-wrap {
            padding-bottom: 30px;
        }
        .smm-result__total {
            min-height: 100px;
        }
        .smm-result__img-wrap {
            display: none;
        }
        .smm-result__text {
            margin-left: 0;
            padding: 15px 0;
            max-width: 100%;
            font-size: 16px;
            text-align: center;
        }
    }
    
    @media (max-width: 480px) {
        .smm-result {
            padding-top: 30px;
            padding-bottom: 25px;
        }
        .smm-result__items-wrap {
            margin-top: 0;
            width: 100%;
        }
        .smm-result-item__img-wrap {
            margin-right: 15px;
        }
    }
    
    .smm-section-title {
        display: block;
    }
    
    .smm-section-title__main {
        font-family: 'FuturaDemiC';
        font-size: 55px;
        line-height: 0.818;
    }
    
    .smm-section-title__sub {
        padding-top: 16px;
        max-width: 1000px;
        font-size: 25px;
        font-weight: 600;
        line-height: 35px;
        color: #444;
    }
    @media (max-width: 854px) {
        .smm-section-title__main {
            font-size: 40px;
            line-height: 0.818;
        }
    }
    
    @media (max-width: 450px) {
        .smm-section-title__main {
            font-size: 35px;
            line-height: 0.818;
        }
        .smm-section-title__sub {
            font-size: 18px;
            line-height: 20px;
        }
    }
    
    .smm-slider {
        display: block;
    }
    
    .smm-slide {
        background-color: #f7f5f1;
    }
    
    .smm-slide__text {
        padding-top: 45px;
        padding-bottom: 76px;
        font-size: 25px;
        line-height: 35px;
        color: #444;
    }
    
    .smm-slide__username {
        margin: 7px 0;
        font-size: 20px;
        line-height: 1.5;
        font-weight: 600;
        color: #000000;
    }
    .smm-slide-userpic-wrap {
        margin-bottom: 15px;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        box-shadow: 10.161px 40.752px 108px 0px rgba(49, 24, 82, 0.17);
        overflow: hidden;
    }

    .smm-slide-userpic {
        width: 100%;
        height: 100%;
    }
    .smm-slide__vacancy {
        line-height: 20px;
        color: #8c8c8c;
    }
    
    .smm-slide__wrap {
        padding-left: 55px;
        padding-right: 105px;
        display: -ms-flexbox;
        display: flex;
    }
    
    .smm-slide__right {
        padding-left: 30px;
    }
    
    .smm-slide__left {
        padding-top: 40px;
        min-width: 190px;
    }
    /****** Slider dots style *****/
    
    .my-dots {
        position: absolute;
        top: -65px;
        right: 0;
        padding: 0;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 93px;
        text-align: center;
        list-style: none;
    }
    
    .my-dots li {
        position: relative;
        margin: 0 5px;
        padding: 0;
        width: 10px;
        height: 10px;
        display: inline-block;
        cursor: pointer;
    }
    
    .my-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 10px;
        height: 10px;
        padding: 5px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: transparent;
    }
    
    .my-dots li button:hover,
    .my-dots li button:focus {
        outline: none;
    }
    
    .my-dots li button:hover:before,
    .my-dots li button:focus:before {
        opacity: 1;
    }
    
    .my-dots li button:before {
        font-family: 'slick';
        font-size: 6px;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        content: '';
        text-align: center;
        background-color: #f7f5f1;
        transition: background-color 0.3s ease-in;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    
    .my-dots li.slick-active button:before {
        background-color: #039;
    }
    /****** end Slider dots style *****/
    
    @media (max-width: 1243px) {
        .smm-slide__wrap {
            padding-left: 30px;
            padding-right: 30px;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }
        .smm-slide__right {
            padding-left: 30px;
        }
    }
    
    @media (max-width: 850px) {
        .smm-slide__text {
            padding-bottom: 45px;
            font-size: 20px;
            line-height: 25px;
        }
        .smm-slide__username {
            margin: 5px 0;
            font-size: 18px;
            line-height: 1;
        }
        .smm-slide__vacancy {
            font-size: 14px;
            line-height: 14px;
        }
        .smm-slide__wrap {
            padding-left: 15px;
            padding-right: 15px;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }
        .smm-slide__right {
            padding-left: 20px;
        }
    }
    
    @media (max-width: 640px) {
        .my-dots {
            top: -30px;
        }
    }
    
    @media (max-width: 450px) {
        .smm-slide__wrap {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }
        .smm-slide__text {
            font-size: 18px;
            padding-top: 15px;
            padding-bottom: 20px;
        }
        .smm-slide__right {
            padding-left: 0;
        }
        .smm-slide__left {
            padding-top: 20px;
            max-width: 100%;
        }
        .smm-slide__vacancy br {
            display: none;
        }
    }
    
    .smm-teacher-item {
        margin-right: 28px;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        width: 100%;
        max-width: 462px;
    }
    
    .smm-teacher-item__img-wrap {
        margin-right: 32px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 165px;
        height: 165px;
    }
    
    .smm-teacher-item__img {
        width: 100%;
        height: auto;
    }
    
    .smm-teacher-item__text-wrap {
        padding-bottom: 12px;
        /*margin-top: 33px;
        line-height: 24px;*/
    }
    
    .smm-teacher-item__name {
        font-size: 20px;
        font-weight: 500;
    }
    
    .smm-teacher-item__descr {
        transform: translateY(10px);
        color: #8c8c8c;
        line-height: 1.3;
    }
    
    .smm-teacher-item__descr_small {
        font-size: 13px;
    }
    
    @media (max-width: 960px) {
        .smm-teacher-item {
            margin-right: 0;
        }
        .smm-teacher-item__text-wrap {
            margin-top: 0;
        }
        .smm-teacher-item__text-wrap br {
            display: none;
        }
        .smm-teacher-item__img-wrap {
            margin-right: 15px;
            width: 100px;
            height: 100px;
        }
    }
    
    @media (max-width: 740px) {
        .smm-teacher-item {
            margin-top: 20px;
        }
    }
    
    .smm-teachers {
        padding-top: 20px;
        padding-bottom: 98px;
        display: block;
    }
    
    .smm-teachers__wrapper {
        padding-top: 54px;
    }
    
    .smm-teachers__items-wrap {
        display: -ms-flexbox;
        display: flex;
    }
    
    .smm-teachers__items-wrap_translated {
        margin-left: 165px;
    }
    
    @media (max-width: 1200px) {
        .smm-teachers {
            padding-bottom: 40px;
        }
        .smm-teachers__wrapper {
            padding-top: 30px;
        }
        .smm-teachers__items-wrap {
            margin-top: 20px;
        }
        .smm-teachers__items-wrap_translated {
            margin-left: 0;
        }
    }
    
    @media (max-width: 960px) {
        .smm-teachers__items-wrap {
            -ms-flex-pack: justify;
            justify-content: space-between;
        }
    }
    
    @media (max-width: 740px) {
        .smm-teachers__items-wrap {
            margin-top: 0;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }
        .smm-teachers__wrapper {
            padding-top: 0;
        }
    }
    
    @media (max-width: 480px) {
        .smm-teacher-item__descr {
            font-size: 12px;
            line-height: 18px;
        }
    }
    
    .smm-term-item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        max-width: 360px;
    }
    
    .smm-term-item__icon1 {
        width: 27px;
    }
    
    .smm-term-item__icon2 {
        width: 31px;
    }
    
    .smm-term-item__icon3 {
        width: 23px;
    }
    
    .smm-term-item__title {
        padding-top: 8px;
        font-size: 25px;
        font-weight: 600;
        line-height: 1.2;
    }
    
    .smm-term-item__sub {
        line-height: 24px;
        padding-top: 13px;
        text-align: center;
    }
    
    .smm-term-item__text-link {
        margin-right: 15px;
        display: inline-block;
        transform: translateY(-5px);
    }
    
    .smm-term-item__link {
        color: #3b53f8;
        transition: opacity 0.3s ease-in;
    }
    
    .smm-term-item__link:hover {
        opacity: 0.8;
    }
    
    .smm-term-item__link-img {
        padding-right: 5px;
        margin-bottom: -5px;
    }
    
    .smm-term-item__icon-wrap {
        height: 30px;
    }
    
    @media (max-width: 705px) {
        .smm-term-item {
            margin-bottom: 20px;
        }
    }
    
    .smm-terms {
        padding-top: 35px;
        /* padding-top: 80px; */
        padding-bottom: 30px;
        display: block;
    }
    
    .smm-terms__cost {
        position: relative;
        margin-top: 34px;
        /* margin-top: 57px; */
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        box-shadow: 5.08px 20.376px 90px 0 rgba(49, 24, 82, 0.06);
        background-color: #fff;
    }
    
    .smm-terms__left-side {
        padding-right: 86px;
        width: 100%;
        max-width: 50%;
        text-align: right;
    }
    
    .smm-terms__right-side {
        padding-top: 47px;
        padding-left: 86px;
        padding-bottom: 48px;
        width: 100%;
        max-width: 50%;
        background-color: #6db280;
    }
    
    .smm-terms__price {
        font-family: "FuturaDemiC";
        font-size: 55px;
        line-height: 1;
        color: #fff;
    }
    
    .smm-terms__wrap {
        padding-top: 34px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    
    .smm-terms__title {
        font-size: 25px;
        font-weight: 600;
        line-height: 1.2;
        padding-bottom: 10px;
    }
    
    .smm-terms__btn-wrap {
        margin: 0 auto;
        padding-top: 44px;
        padding-bottom: 34px;
        width: 100%;
        max-width: 356px;
    }
    
    .smm-terms__descr {
        line-height: 20px;
    }
    
    @media (max-width: 850px) {
        .smm-terms {
            padding-top: 30px;
            padding-bottom: 25px;
        }
        .smm-terms__cost {
            margin-top: 15px;
        }
        .smm-terms__left-side {
            padding-right: 20px;
        }
        .smm-terms__right-side {
            padding-top: 30px;
            padding-left: 20px;
            padding-bottom: 30px;
        }
        .smm-terms__price {
            font-size: 35px;
        }
    }
    
    @media (max-width: 705px) {
        .smm-terms {
            padding-top: 0;
        }
        .smm-terms__wrap {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -ms-flex-pack: distribute;
            justify-content: space-around;
        }
        .smm-terms__btn-wrap {
            padding-top: 20px;
        }
        .smm-terms__cost {
            -ms-flex-direction: column;
            flex-direction: column;
        }
        .smm-terms__left-side {
            padding: 20px 0;
            max-width: 100%;
            text-align: center;
        }
        .smm-terms__right-side {
            padding-left: 0;
            text-align: center;
            max-width: 100%;
        }
    }
    
    .smm-terms__cards-wrap {
        /* margin-top: 39px; */
        display: flex;
        justify-content: space-between;
        box-shadow: 10.161px 40.752px 202px 0px rgba(49, 24, 82, 0.13);
    }
    
    .smm-card {
        display: block !important;
        margin: 0 auto;
        width: 100%;
        max-width: 280px;
        background-color: rgb(255, 255, 255);
        /* box-shadow: inset 5.161px 10.752px 50px 0px rgba(49, 24, 82, 0.13); */
    }
    
    .smm-card__wrap {
        position: relative;
        display: flex;
        flex-direction: column;
        /*min-height: 560px;*/
        min-height: 600px;
    }
    
    .smm-card__top {
        padding-top: 30px;
        padding-bottom: 17px;
        box-shadow: 10.161px 40.752px 202px 0px rgba(49, 24, 82, 0.13);

    }
    
    .smm-card__title {
        font-size: 20px;
        min-height: 75px;
        color: rgb(0, 0, 0);
        font-weight: bold;
        line-height: 1.25;
        text-align: center;
    }
    
    .smm-card__advantages-wrap {
        padding-left: 20px;
        padding-right: 20px;
        display: flex;
        justify-content: space-between;
    }
    
    .smm-card__advantage {
        position: relative;
        display: flex;
        flex-direction: column;
        font-size: 14px;
        color: rgb(0, 0, 0);
        line-height: 1.714;
        align-items: center;
        min-width: 95px;
    }
    
    .smm-card__advantage::after {
        position: absolute;
        bottom: 55px;
        margin: 0 auto;
        width: 90%;
        height: 2px;
        content: '';
        background-color: #c4c4c5;
    }
    
    .smm-card__advantage-title {
        margin-bottom: 18px;
        font-weight: bold;
    }
    
    .smm-card__advantage-descr {
        text-align: center;
    }
    
    .smm-card__descr {
        padding-top: 25px;
        padding-left: 28px;
        padding-right: 30px;
        font-size: 15px;
        font-family: 'HelveticaNeue',Arial, sans-serif;
        color: rgb(0, 18, 33);
        line-height: 1.4;
        /* box-shadow: 10.161px 40.752px 202px 0px rgba(49, 24, 82, 0.13); */
    }
    
    .smm-card__more {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 0;
        width: 100%;
        min-height: 86px;
        background-color: #6db280;
        font-size: 20px;
        color: rgb(255, 255, 255);
        font-weight: bold;
        line-height: 1.4;
        text-decoration: none;
        transition: background-image, box-shadow 0.3s ease-in-out;
    }
    
    .smm-card__more:hover {
        background-image: linear-gradient(to top, rgba(0, 0, 1, 0.11) 0, rgba(255, 255, 255, 0.11) 100%);
        box-shadow: 0 0 35px rgba(188, 193, 227, 0.46), inset 0 0 27px rgba(255, 255, 255, 0.19);
    }
    
    .smm-terms__slider-wrap {
        position: relative;
        margin-top: 39px;
        background-color: rgba(49, 24, 82, 0.05);
    }
    
    .smm-terms__left-btn,
    .smm-terms__right-btn {
        position: absolute;
        top: 50%;
        right: -41px;
        cursor: pointer;
        transform: translateY(-50%);
    }
    
    .smm-terms__left-btn:hover,
    .smm-terms__right-btn:hover {
        opacity: 0.8;
    }
    
    .smm-terms__left-btn {
        right: auto;
        left: -41px;
    }
    
    .slick-disabled {
        opacity: 0 !important;
        cursor: auto !important;
    }
    
    @media (max-width: 1243px) {
        .smm-terms__slider-wrap {
            margin-left: auto;
            margin-right: auto;
            max-width: 95%;
        }
        .smm-terms__left-btn {
            left: -25px;
        }
        .smm-terms__right-btn {
            right: -25px;
        }
    }
    
    @media (max-width: 360px) {
        .smm-terms__left-btn,
        .smm-terms__right-btn {
            width: 18px;
            height: auto;
        }
        .smm-terms__arrow {
            width: 100%;
            height: auto;
        }
        .smm-terms__left-btn {
            left: -15px;
        }
        .smm-terms__right-btn {
            right: -15px;
        }
    }
    /* @media(max-width:1170px) {
        .smm-terms__cards-wrap {
            flex-wrap: wrap;
            justify-content: space-around;
        }
        .smm-card {
            max-width: 40%;
            margin-bottom: 20px;
        }
    }
    
    @media(max-width:860px) {
        .smm-card {
            max-width: 49%;
        }
        .smm-card__wrap {
            min-height: 575px;
        }
    }
    
    @media(max-width:640px) {
        .smm-card {
            max-width: 100%;
        }
        .smm-card__wrap {
            min-height: 420px;
        }
        .smm-card__top {
            padding-top: 15px;
        }
        .smm-card__advantages-wrap {
            justify-content: space-around;
        }
    }
    
    @media(max-width:540px) {
        .smm-card__wrap {
            min-height: 520px;
        }
    } */
    
    .smm-whom-item {
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 100%;
        max-width: 200px;
    }
    
    .smm-whom-item__image {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 145px;
        height: 145px;
    }
    
    .smm-for-whom__title-wrap {
        margin-right: 50px;
        width: 100%;
        /* max-width: 320px; */
    }
    .smm-for-whom__title-wrap > .smm-whom-item__text {
        margin-top: 20px;
        font-size: 18px;
    }
    @media (max-width: 1107px) {
        .smm-for-whom__title-wrap {
            margin-bottom: 30px;
            max-width: 100%;
        }
    }

    .smm-whom-item__text {
        /* color: #ffffff; */
        line-height: 24px;
        text-align: center;
        transform: translateY(15px);
    }
    
    @media (max-width: 1136px) {
        .smm-whom-item {
            margin-bottom: 15px;
        }
    }
    
    @media (max-width: 480px) {
        .smm-whom-item__image {
            margin-right: 10px;
            width: 100px;
            height: 100px;
        }
        .smm-whom-item__text {
            font-size: 14px;
            line-height: 22px;
            transform: translateY(0);
        }
    }