@font-face {
    font-family: "MTSText";
    font-display: swap;
    src: url("https://static.mts.ru/mts_rf/images/fonts/v1/MTSText/MTSText-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "MTSCompact";
    font-display: swap;
    src: url("https://static.mts.ru/mts_rf/images/fonts/v1/MTSCompact/MTSCompact-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "MTSCompact";
    font-display: swap;
    src: url("https://static.mts.ru/mts_rf/images/fonts/v1/MTSCompact/MTSCompact-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "MTSWide";
    font-display: swap;
    src: url("https://static.mts.ru/mts_rf/images/fonts/v1/MTSWide/MTSWide-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "MTSWide";
    font-display: swap;
    src: url("https://static.mts.ru/mts_rf/images/fonts/v1/MTSWide/MTSWide-Bold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
}

html * {
    box-sizing: border-box;
    font-family: "MTSCompact", sans-serif;
}

body {
    font-family: "MTSCompact", sans-serif;
    background-color: #f2f3f7;
    height: 100vh;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

body.no-scroll {
    overflow: hidden !important;
    z-index: 0;
}

.container {
    width: 100%;
    max-width: calc(1048px + 40px * 2);
    padding: 0 40px;
    margin-right: auto;
    margin-left: auto;
    color: #1d2023;
}

.container.--wide {
    max-width: 1400px;
    padding: 0 20px;
}

@media (max-width: 767px) {
    .container {
        padding: 0 20px;
    }
}

.article-container {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
}

.wrapper {
    padding: 32px 0;
}

.wrapper.--slider {
    padding: 64px 0 128px;
}

.wrapper.--recommend {
    padding: 24px 0;
}

.wrapper.--quote {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
}

h1,
h2,
h3,
h4 {
    margin: 0;
}

h1,
h2,
h3,
h4 {
    font-weight: 500;
}

p {
    margin: 0 0 16px;
}

p:last-child {
    margin-bottom: 0;
}

h1 {
    font-size: 44px;
    line-height: 44px;
}

h2 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 20px;
}

h3 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 16px;
}

h4,
h5,
h6 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 4px;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

section {
    margin-bottom: 32px;
}

section:last-child {
    margin-bottom: 0;
}

.person__content-position.--hidden {
    visibility: hidden;
    height: 16px;
}

.person__content-fio.--hidden {
    visibility: hidden;
    height: 20px;
}

.person__content-description.--hidden {
    visibility: hidden;
    height: 16px;
}

@media (max-width: 767px) {
    p {
        margin: 0 0 20px;
    }

    h1 {
        font-size: 32px;
        line-height: 36px;
    }

    h2 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 16px;
    }

    h3 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    h4 {
        font-size: 17px;
        line-height: 24px;
        margin-bottom: 4px;
    }
}

.person {
    display: grid;
    grid-template-columns: 52px 1fr;
    column-gap: 8px;
}

.person__avatar {
    position: relative;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    overflow: hidden;
    margin-right: 8px;
}

.person__avatar:before {
    content: "";
    position: absolute;
    border-radius: 16px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(188, 195, 208, 0.5);
}

.person__avatar img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.person__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 12px;
    line-height: 16px;
    color: #626c77;
}

.person__content-fio {
    font-size: 14px;
    line-height: 20px;
    color: #1d2023;
    font-weight: 500;
}

.tag {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    background-color: #ffffff;
    padding: 2px 6px;
    border-radius: 8px;
    margin-right: 12px;
    color: #0a0311;
}

.tag.--product {
    background-color: #efe2ff;
}

.button {
    display: block;
    width: fit-content;
    font-size: 17px;
    line-height: 24px;
    text-decoration: none;
    border: none;
    background: #f2f3f7;
    font-family: MTSCompact, sans-serif;
    text-align: center;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 14px 22px;
    border-radius: 8px;
    cursor: pointer;
    color: inherit;
    box-sizing: border-box;
    z-index: 1;
}

a.button {
    border-bottom: none;
    color: inherit;
}

.button.violet-gradient {
    color: #ffffff;
    position: relative;
    background: transparent;
    overflow: hidden;
}

.button.violet-gradient::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 300%;
    height: 300%;
    transition: all 0.3s ease;
    background: linear-gradient(
            -123.59deg,
            #5f1bb5 0%,
            #632fd3 19.688%,
            #732fc9 39.376%,
            #7743e7 59.064%,
            #8743dd 78.752%,
            #8b57fb 98.44%
    );
    transform: translate(0%, 0%);
    z-index: -1;
}

.button.violet-gradient:hover::before {
    transform: translate(-25%, -25%);
}

.button.violet-gradient:active::before {
    transform: translate(-50%, -50%);
}

.button.black {
    background: #0a0311;
    color: #ffffff;
}

.button.black:hover {
    background: #2c3135;
}

.button.black:active {
    background: #000000;
}

.button.white {
    color: #1D2023;
    position: relative;
    background-color: #F2F3F7;
    overflow: hidden;
    font-family: MTSWide, sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.mts_btn {
    height: min-content;
}

/*Серый текст над заголовком*/

.caption {
    display: block;
    color: #969fa8;
    text-transform: uppercase;
    font-family: MTSWide, sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
}

.breadcrumbs {
    display: flex;
}

.breadcrumbs__item {
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    line-height: 20px;
    color: #626c77;
}

.breadcrumbs__item:after {
    content: "";
    display: inline-block;
    align-self: center;
    background-image: url("../img/arrow-right.svg");
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    margin: 0 4px;
}

.breadcrumbs__item:last-child {
    color: inherit;
}

.breadcrumbs__item:last-child:after {
    display: none;
}

.breadcrumbs__item-link {
    text-decoration: none;
}

/*Кнопка "Поделиться"*/

.share {
    position: relative;
}

.share__wrapper {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 20px;
    padding-top: 8px;
    transition: 0.3s ease-out;
}

.share__link {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #626c77;
    font-weight: 500;
    width: fit-content;
}

.share__link:hover {
    color: #969fa8;
    transition: 0.3s ease-out;
}

.share__link:before {
    content: "";
    display: inline-block;
    background-image: url("../img/share.svg");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    transition: 0.3s ease-out;
}

.share__link:hover:before {
    background-image: url("../img/share-hover.svg");
}

.share__menu {
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 4px 16px 0 #00000014;
    padding: 6px;
    width: 204px;
    color: #1d2023;
    z-index: 100;
}

.share__menu-item {
    padding: 6px;
    font-size: 17px;
    line-height: 24px;
    border-radius: 6px;
    font-weight: 400;
    transition: 0.3s ease-out;
}

.share__menu-item:hover {
    background-color: #f2f3f7;
}

.share__menu-item.--copy.success-copy {
    background-color: #ecff9f;
    color: #1d2023;
}

.success-copy .share__menu-item-link.--copy:before {
    background-image: url("../img/icon-check-copy.svg");
}

.success-copy .share__menu-item-link.--copy:hover:before {
    background-image: url("../img/icon-check-copy.svg");
}

.share__menu-item:last-child {
    margin-bottom: 0;
}

.share__menu-item-link {
    display: flex;
    align-items: center;
}

.share__menu-item-link:before {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    transition: 0.3s ease-out;
}

.share__menu-item-link.--copy:before {
    background-image: url("../img/copy.svg");
}

.share__menu-item-link.--vk::before {
    background-image: url("../img/vk.svg");
}

.share__menu-item-link.--telegram::before {
    background-image: url("../img/telegram.svg");
}

.share__menu-item-link.--copy:hover:before {
    background-image: url("../img/copy-hover.svg");
}

.share__menu-item-link.--vk:hover:before {
    background-image: url("../img/vk-hover.svg");
}

.share__menu-item-link.--telegram:hover:before {
    background-image: url("../img/telegram-hover.svg");
}

/*Элементы формы*/
.form__field textarea,
.form__field input {
    color: #1d2023;
    width: 100%;
    font-size: 17px;
    line-height: 24px;
    border-radius: 16px;
    padding: 14px 12px;
    outline: none;
    border: 1px solid rgba(188, 195, 208, 0.5);
    background-color: #f2f3f7;
    box-sizing: border-box;
}

.form__field textarea:hover,
.form__field input:hover {
    transition: all 0.3s ease;
    border-color: #1d2023;
}

.form__field textarea:focus,
.form__field input:focus {
    transition: all 0.3s ease;
    border-color: #007cff;
}

.form__field.error textarea,
.form__field.error input {
    border-color: #f95721;
}

.form__field_error {
    font-family: "MTS Compact", sans-serif;
    margin-top: 4px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: #ec3b03;
}

.form__field_error.hide {
    display: none;
}

.form__field textarea {
    padding: 10px 12px;
    resize: none;
    height: 98px;
}

.form__field-checkbox label {
    display: block;
    position: relative;
    padding-left: 22px;
    user-select: none;
    cursor: pointer;
}

.form__field-checkbox label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    margin: 2px;
    border: 1px solid #969FA8;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.form__field-checkbox label::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    top: 3px;
    left: 3px;
    background-image: url('/blog/wp-content/themes/Impreza-child/assets24/img/icon-check-for-checkbox.svg');
    background-size: 8px;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.form__field-checkbox label:hover:before {
    background: #bcc3d040;
}

.form__field-checkbox input:checked + label:before {
    background-color: #8743DD;
    border-color: #8743DD;
}

.form__field-checkbox input:checked + label:after {
    opacity: 1;
    visibility: visible;
}

@media (min-width: 768px) {
    .form__field-checkbox.policy-message {
        max-width: 414px;
    }
}

.form__field-checkbox.policy-message {
    text-align: left;
}

/*поле телефона*/
.iti {
    position: relative;
}

.iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.iti__hide {
    display: none;
}

.iti__v-hide {
    visibility: hidden;
}

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

.iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px;
}

.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px;
}

.iti__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: white;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.iti__country-list--dropup {
    bottom: 100%;
    margin-bottom: -1px;
}

@media (max-width: 500px) {
    .iti__country-list {
        white-space: normal;
    }
}

.iti__flag-box {
    display: inline-block;
    width: 20px;
}

.iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

.iti__country {
    padding: 5px 10px;
    outline: none;
}

.iti__dial-code {
    color: #999;
}

.iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, 0.05);
}

.iti__flag-box,
.iti__country-name,
.iti__dial-code {
    vertical-align: middle;
}

.iti__flag-box,
.iti__country-name {
    margin-right: 6px;
}

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

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0;
}

.iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer;
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
    cursor: default;
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
    background-color: transparent;
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
}

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

.iti--container:hover {
    cursor: pointer;
}

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

.iti-mobile .iti__country-list {
    max-height: 100%;
    width: 100%;
}

.iti-mobile .iti__country {
    padding: 10px 10px;
    line-height: 1.5em;
}

.iti__flag {
    width: 20px;
}

.iti__flag.iti__be {
    width: 18px;
}

.iti__flag.iti__ch {
    width: 15px;
}

.iti__flag.iti__mc {
    width: 19px;
}

.iti__flag.iti__ne {
    width: 18px;
}

.iti__flag.iti__np {
    width: 13px;
}

.iti__flag.iti__va {
    width: 15px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-size: 5652px 15px;
    }
}

.iti__flag.iti__ac {
    height: 10px;
    background-position: 0px 0px;
}

.iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0px;
}

.iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0px;
}

.iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0px;
}

.iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0px;
}

.iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0px;
}

.iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0px;
}

.iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0px;
}

.iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0px;
}

.iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0px;
}

.iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0px;
}

.iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0px;
}

.iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0px;
}

.iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0px;
}

.iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0px;
}

.iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0px;
}

.iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0px;
}

.iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0px;
}

.iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0px;
}

.iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0px;
}

.iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0px;
}

.iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0px;
}

.iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0px;
}

.iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0px;
}

.iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0px;
}

.iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0px;
}

.iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0px;
}

.iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0px;
}

.iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0px;
}

.iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0px;
}

.iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0px;
}

.iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0px;
}

.iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0px;
}

.iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0px;
}

.iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0px;
}

.iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0px;
}

.iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0px;
}

.iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0px;
}

.iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0px;
}

.iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0px;
}

.iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0px;
}

.iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0px;
}

.iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0px;
}

.iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0px;
}

.iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0px;
}

.iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0px;
}

.iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0px;
}

.iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0px;
}

.iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0px;
}

.iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0px;
}

.iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0px;
}

.iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0px;
}

.iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0px;
}

.iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0px;
}

.iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0px;
}

.iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0px;
}

.iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0px;
}

.iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0px;
}

.iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0px;
}

.iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0px;
}

.iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0px;
}

.iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0px;
}

.iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0px;
}

.iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0px;
}

.iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0px;
}

.iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0px;
}

.iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0px;
}

.iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0px;
}

.iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0px;
}

.iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0px;
}

.iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0px;
}

.iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0px;
}

.iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0px;
}

.iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0px;
}

.iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0px;
}

.iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0px;
}

.iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0px;
}

.iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0px;
}

.iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0px;
}

.iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0px;
}

.iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0px;
}

.iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0px;
}

.iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0px;
}

.iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0px;
}

.iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0px;
}

.iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0px;
}

.iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0px;
}

.iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0px;
}

.iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0px;
}

.iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0px;
}

.iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0px;
}

.iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0px;
}

.iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0px;
}

.iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0px;
}

.iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0px;
}

.iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0px;
}

.iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0px;
}

.iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0px;
}

.iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0px;
}

.iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0px;
}

.iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0px;
}

.iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0px;
}

.iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0px;
}

.iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0px;
}

.iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0px;
}

.iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0px;
}

.iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0px;
}

.iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0px;
}

.iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0px;
}

.iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0px;
}

.iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0px;
}

.iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0px;
}

.iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0px;
}

.iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0px;
}

.iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0px;
}

.iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0px;
}

.iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0px;
}

.iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0px;
}

.iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0px;
}

.iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0px;
}

.iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0px;
}

.iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0px;
}

.iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0px;
}

.iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0px;
}

.iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0px;
}

.iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0px;
}

.iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0px;
}

.iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0px;
}

.iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0px;
}

.iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0px;
}

.iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0px;
}

.iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0px;
}

.iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0px;
}

.iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0px;
}

.iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0px;
}

.iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0px;
}

.iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0px;
}

.iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0px;
}

.iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0px;
}

.iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0px;
}

.iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0px;
}

.iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0px;
}

.iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0px;
}

.iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0px;
}

.iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0px;
}

.iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0px;
}

.iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0px;
}

.iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0px;
}

.iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0px;
}

.iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0px;
}

.iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0px;
}

.iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0px;
}

.iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0px;
}

.iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0px;
}

.iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0px;
}

.iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0px;
}

.iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0px;
}

.iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0px;
}

.iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0px;
}

.iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0px;
}

.iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0px;
}

.iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0px;
}

.iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0px;
}

.iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0px;
}

.iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0px;
}

.iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0px;
}

.iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0px;
}

.iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0px;
}

.iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0px;
}

.iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0px;
}

.iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0px;
}

.iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0px;
}

.iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0px;
}

.iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0px;
}

.iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0px;
}

.iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0px;
}

.iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0px;
}

.iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0px;
}

.iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0px;
}

.iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0px;
}

.iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0px;
}

.iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0px;
}

.iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0px;
}

.iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0px;
}

.iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0px;
}

.iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0px;
}

.iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0px;
}

.iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0px;
}

.iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0px;
}

.iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0px;
}

.iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0px;
}

.iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0px;
}

.iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0px;
}

.iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0px;
}

.iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0px;
}

.iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0px;
}

.iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0px;
}

.iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0px;
}

.iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0px;
}

.iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0px;
}

.iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0px;
}

.iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0px;
}

.iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0px;
}

.iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0px;
}

.iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0px;
}

.iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0px;
}

.iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0px;
}

.iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0px;
}

.iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0px;
}

.iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0px;
}

.iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0px;
}

.iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0px;
}

.iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0px;
}

.iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0px;
}

.iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0px;
}

.iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0px;
}

.iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0px;
}

.iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0px;
}

.iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0px;
}

.iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0px;
}

.iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0px;
}

.iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0px;
}

.iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0px;
}

.iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0px;
}

.iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0px;
}

.iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0px;
}

.iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0px;
}

.iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0px;
}

.iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0px;
}

.iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0px;
}

.iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0px;
}

.iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0px;
}

.iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0px;
}

.iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0px;
}

.iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0px;
}

.iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0px;
}

.iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0px;
}

.iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0px;
}

.iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0px;
}

.iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0px;
}

.iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0px;
}

.iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0px;
}

.iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0px;
}

.iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0px;
}

.iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0px;
}

.iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0px;
}

.iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0px;
}

.iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0px;
}

.iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0px;
}

.iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0px;
}

.iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0px;
}

.iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0px;
}

.iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0px;
}

.iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0px;
}

.iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0px;
}

.iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0px;
}

.iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0px;
}

.iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0px;
}

.iti__flag {
    height: 15px;
    box-shadow: 0px 0px 1px 0px #888;
    background-image: url("/blog/wp-content/themes/Impreza-child/assets/img/flags.png");
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("/blog/wp-content/themes/Impreza-child/assets/img/flags.png");
    }
}

.iti__flag.iti__np {
    background-color: transparent;
}

/*Форма заявки в попап*/

.form-popup,
.form-popup__result {
    background: #fff;
    padding: 32px;
    min-width: 335px;
    max-width: 464px;
    border-radius: 16px;
}

.form-popup__title {
    font-family: "MTSCompact", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    margin-bottom: 32px;
}

.form-popup .form__field-wrapper {
    display: grid;
    gap: 16px;
    margin-bottom: 24px;
}

.form-popup .form__field input {
    border-radius: 6px;
}

.form-popup .button {
    width: 100%;
}

.form-popup__result {
    justify-items: center;
    gap: 16px;
    text-align: center;
}

.form-popup__result-img {
    max-height: 179px;
}

.form-popup__result-title {
    font-family: "MTSCompact", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
}

.form-popup__result-subtitle {
    font-family: "MTSCompact", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
}

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

@media (max-width: 991px) {
    .share__wrapper {
        right: 0;
    }
}

@media (max-width: 767px) {
    .share.--left .share__wrapper {
        left: 0;
    }

    .breadcrumbs__item {
        font-size: 17px;
        line-height: 24px;
    }

    .tag {
        font-size: 17px;
        line-height: 24px;
    }

    .tag.--desktop {
        display: none;
    }

    .share__link {
        display: flex;
        align-items: center;
        font-size: 17px;
        line-height: 24px;
    }
}

.articles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: self-start;
    gap: 32px;
}

.articles__item {
    display: flex;
    flex-direction: column-reverse;
    background: #ffffff;
    padding: 6px;
    border-radius: 16px;
    border: 1px solid #bcc3d080;
}

.articles__item:hover .articles__item-image img {
    transform: scale(1.05);
}

.articles__item-content {
    padding: 16px 12px;
}

.articles__item-image {
    border-radius: 12px;
    overflow: hidden;
    height: 182px;
}

.articles__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-out;
}

.articles__item-text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
    color: #626c77;
}

.articles__item-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px;
    font-weight: 500;
}

.articles__item-bottom {
    display: flex;
    justify-content: space-between;
}

.articles__item-bottom .articles__item-text {
    margin-bottom: 0;
}

.articles__item-bottom-arrow {
    position: relative;
    width: 24px;
    height: 24px;
}

.articles__item-bottom-arrow:before {
    content: "";
    position: absolute;
    background-image: url("../img/increase-arrow.svg");
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}

/* Широкий блок */

.articles__item:nth-child(24n + 2),
.articles__item:nth-child(24n + 9),
.articles__item:nth-child(24n + 18) {
    grid-column: span 2;
}

.articles__item:nth-child(24n + 2) .articles__item-image,
.articles__item:nth-child(24n + 9) .articles__item-image,
.articles__item:nth-child(24n + 18) .articles__item-image {
    height: 386px;
}

/* Цветные блоки */

.articles__item:nth-child(24n + 6),
.articles__item:nth-child(24n + 16),
.articles__item:nth-child(24n + 22) {
    padding: 0;
    color: #fafafa;
    border-radius: 0;
}

.articles__item:nth-child(24n + 6) .articles__item-text,
.articles__item:nth-child(24n + 16) .articles__item-text,
.articles__item:nth-child(24n + 22) .articles__item-text {
    color: #fafafa;
}

.articles__item:nth-child(24n + 6) .articles__item-image,
.articles__item:nth-child(24n + 16) .articles__item-image,
.articles__item:nth-child(24n + 22) .articles__item-image {
    display: none;
    border: none;
}

.articles__item:nth-child(24n + 6) {
    background: linear-gradient(123.59deg, #8743dd 0%, #8b57fb 98.44%);
}

.articles__item:nth-child(24n + 6):hover .articles__item-title {
    text-decoration: underline;
}

.articles__item:nth-child(24n + 16) {
    background: #0070e5;
}

.articles__item:nth-child(24n + 16):hover .articles__item-title {
    text-decoration: underline;
}

.articles__item:nth-child(24n + 22) {
    background: #0a0311;
}

.articles__item:nth-child(24n + 22):hover .articles__item-title {
    text-decoration: underline;
}

@media (max-width: 1024px) {
    .articles {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }

    .articles__item:nth-child(24n + 2),
    .articles__item:nth-child(24n + 9),
    .articles__item:nth-child(24n + 18) {
        grid-column: span 1;
    }

    .articles__item:nth-child(24n + 2) .articles__item-image,
    .articles__item:nth-child(24n + 9) .articles__item-image,
    .articles__item:nth-child(24n + 18) .articles__item-image {
        height: 182px;
    }
}

@media (max-width: 767px) {
    .articles {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

.mts_banner {
    align-items: center;
}

.banner {
    display: grid;
    grid-template-columns: 1fr auto;
    column-gap: 32px;
    align-items: center;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 26px 24px 26px 32px;
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
}

.banner__text {
    font-size: 20px;
    line-height: 28px;
}

.banner.violet {
    background-color: #8743dd;
}

.banner.violet .banner__text {
    color: #fafafa;
}

.banner.white {
    background-color: #ffffff;
}

.banner.white .banner__text {
    color: #1d2023;
}

.banner.black {
    background-color: #0a0311;
}

.banner.black .banner__text {
    color: #fafafa;
}

.banner.black .button {
    color: #ffffff;
    position: relative;
    background: transparent;
    overflow: hidden;
}

.banner.black .button::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 300%;
    height: 300%;
    transition: all 0.3s ease;
    background: linear-gradient(
            -123.59deg,
            #5f1bb5 0%,
            #632fd3 19.688%,
            #732fc9 39.376%,
            #7743e7 59.064%,
            #8743dd 78.752%,
            #8b57fb 98.44%
    );
    transform: translate(0%, 0%);
    z-index: -1;
}

.banner.black .button:hover::before {
    transform: translate(-25%, -25%);
}

.banner.black .button:active::before {
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .banner {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        padding: 24px;
    }

    .banner__text {
        max-width: none;
        margin-bottom: 32px;
    }

    .banner .button {
        width: 100%;
    }
}

.banner-l {
    display: grid;
    grid-template-columns: auto 396px;
    grid-template-areas:
        "title image"
        "text image"
        "btn image";
    background-color: #ffffff;
    border-radius: 16px;
    padding: 32px;
    column-gap: 32px;
    max-width: 888px;
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-right: auto;
}

.banner-l__title {
    grid-area: title;
    margin-bottom: 16px;
}

.banner-l__text {
    grid-area: text;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 32px;
}

.banner-l__btn {
    grid-area: btn;
}

.banner-l__image {
    grid-area: image;
    border-radius: 8px;
    overflow: hidden;
    height: fit-content;
}

.banner-l.violet {
    background-color: #8743dd;
}

.banner-l.violet .banner-l__title,
.banner-l.violet .banner-l__text {
    color: #fafafa;
}

.banner-l.white {
    background-color: #ffffff;
}

.banner-l.white .banner-l__title,
.banner-l.white .banner-l__text {
    color: #1d2023;
}

.banner-l.black {
    background-color: #0a0311;
}

.banner-l.black .banner-l__title,
.banner-l.black .banner-l__text {
    color: #fafafa;
}

.banner-l.black .button {
    color: #ffffff;
    position: relative;
    background: transparent;
    overflow: hidden;
}

.banner-l.black .button::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 300%;
    height: 300%;
    transition: all 0.3s ease;
    background: linear-gradient(
            -123.59deg,
            #5f1bb5 0%,
            #632fd3 19.688%,
            #732fc9 39.376%,
            #7743e7 59.064%,
            #8743dd 78.752%,
            #8b57fb 98.44%
    );
    transform: translate(0%, 0%);
    z-index: -1;
}

.banner-l.black .button:hover::before {
    transform: translate(-25%, -25%);
}

.banner-l.black .button:active::before {
    transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
    .banner-l {
        grid-template-areas:
            "title"
            "text"
            "image"
            "btn";
        grid-template-columns: 1fr;
        width: 100%;
    }

    .banner-l__image {
        margin-bottom: 32px;
    }
}

@media (max-width: 767px) {
    .banner-l {
        padding: 20px;
    }

    .banner-l .button {
        width: 100%;
    }
}

.banner-m {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 32px;
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
}

.banner-m__text {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 32px;
}

.banner-m.violet {
    background-color: #8743dd;
}

.banner-m.violet .banner-m__title,
.banner-m.violet .banner-m__text {
    color: #fafafa;
}

.banner-m.white {
    background-color: #ffffff;
}

.banner-m.white .banner-m__title,
.banner-m.white .banner-m__text {
    color: #1d2023;
}

.banner-m.black {
    background-color: #0a0311;
}

.banner-m.black .banner-m__title,
.banner-m.black .banner-m__text {
    color: #fafafa;
}

.banner-m.black .button {
    color: #ffffff;
    position: relative;
    background: transparent;
    overflow: hidden;
}

.banner-m.black .button::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 300%;
    height: 300%;
    transition: all 0.3s ease;
    background: linear-gradient(
            -123.59deg,
            #5f1bb5 0%,
            #632fd3 19.688%,
            #732fc9 39.376%,
            #7743e7 59.064%,
            #8743dd 78.752%,
            #8b57fb 98.44%
    );
    transform: translate(0%, 0%);
    z-index: -1;
}

.banner-m.black .button:hover::before {
    transform: translate(-25%, -25%);
}

.banner-m.black .button:active::before {
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .banner-m .button {
        width: 100%;
    }

    .banner-m__text {
        font-size: 17px;
        line-height: 24px;
    }
}

.button-more {
    width: 100%;
    background-color: #e2e5eb;
    border: none;
    border-radius: 16px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    padding: 32px;
    /*transition: 0.3s ease-out;*/
    cursor: pointer;
}

.button-more:hover {
    background-color: #ffffff;
}

.button-more .more-loader {
    display: none;
}

.button-more .more-loader img {
    display: inline;
}

.button-more.loading {
    padding: 16px 32px;
    pointer-events: none;
}

.button-more.loading .more-text {
    display: none;
}

.button-more.loading .more-loader {
    display: initial;
}

.button-section {
    padding: 32px 0;
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
}

.button-section.center {
    display: flex;
    justify-content: center;
}

@media (max-width: 767px) {
    .button-section .button {
        width: 100%;
    }
}

.button-to-up {
    position: fixed;
    left: 20px;
    bottom: 41px;
    display: flex;
    align-items: center;
    padding: 15px;
    border: 1px solid #BCC3D080;
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 0 8px 16px 0 #00000014, 0 4px 24px 0 #0000001F;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0, 0, 0.8, 1);
    z-index: 100;
}

@media (max-width: 479px) {
    .button-to-up {
        bottom: 31px;
    }
}

.button-to-up:before {
    content: "";
    display: inline-block;
    background-image: url("../img/icon-arrow-to-up.svg");
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

.comments {
    position: relative;
}

.comments {
    padding-left: 44px;
}

.comments:before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 1px;
    background-color: rgba(6, 52, 98, 0.5);
}

.comments.main {
    padding: 0;
}

.comments.main:before {
    display: none;
}

.comments__item {
    display: grid;
    row-gap: 4px;
}

.comments__item-main {
}

.comments__item-main-top {
    display: flex;
    font-size: 17px;
    line-height: 24px;
}

.comments__item-main-top-name {
    color: #1d2023;
    font-weight: 500;
    margin-right: 4px;
}

.comments__item-main-top-date {
    color: #626c77;
}

.comments__item-main-content {
    font-size: 17px;
    line-height: 24px;
}

.comments__item-main-button {
    background: none;
    width: fit-content;
    border: none;
    padding: 6px 0;
    color: #626c77;
    cursor: pointer;
}

.comments {
}

.comment-section {
    margin: 0 auto 64px;
    padding: 64px 30px 32px;
    max-width: 748px;
}

.comment-section__title {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 20px 10px;
    color: #000000;
}

.comment-section__bottom {
    display: grid;
    grid-template-columns: 300px auto;
    column-gap: 16px;
    margin-top: 16px;
}

@media (max-width: 767px) {
    .comment-section__bottom {
        grid-template-columns: 1fr;
        row-gap: 16px;
    }

    .comment-section__bottom .button {
        width: 100%;
    }
}

.content-block {
    padding: 32px 0;
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
}

.content-block__title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 4px;
}

.content-block__links {
    font-size: 17px;
    line-height: 24px;
    color: #8743dd;
}

.content-block__links-item {
    margin-bottom: 8px;
}

.content-block__links-list {
    list-style: disc;
    padding-left: 30px;
    margin-bottom: 8px;
}

.content-block__links-list-item {
    margin-bottom: 4px;
}

.content-block__links-list-item:last-child {
    margin-bottom: 0;
}

.cover-image-section {
    width: 100vw;
    padding: 32px 0;
    margin-left: calc(-50vw + 50%);
}

.embed-video-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 888px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 32px 0;
}

.embed-video-section__head {
    text-align: center;
}

.embed-video-section__video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.embed-video-section__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.faq {
    padding: 32px 0;
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
}

.faq__item {
    border-bottom: 1px solid #ddd;
}

.faq__item-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    padding: 20px 0;
}

.faq__item-heading-icon {
    flex-shrink: 0;
    background-image: url("../img/icon-arrow-down.svg");
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    transform: rotate(0deg);
    transition: transform 0.3s;
    margin-left: 12px;
}

.active .faq__item-heading-icon {
    transform: rotate(180deg);
}

.faq__item-content {
    display: none;
    font-size: 17px;
    line-height: 24px;
    height: auto;
    overflow: hidden;
    padding: 3px 0 20px;
}

.final {
    display: grid;
    grid-template-columns: 1fr 99px;
    column-gap: 12px;
    padding: 32px 0;
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
}

.final__left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.final__left-date {
    grid-area: date;
}

.final__left-time {
    grid-area: time;
}

.final__left-date,
.final__left-time {
    font-size: 14px;
    line-height: 20px;
    color: #626c77;
    font-weight: 500;
    padding: 2px 6px;
    margin-right: 12px;
    margin-bottom: 12px;
}

.final .tag {
    margin-bottom: 12px;
}

.final__tags {
    display: none;
}

@media (max-width: 767px) {
    .final {
        grid-template-columns: 1fr;
    }

    .final__left {
        grid-template-columns: max-content 1fr;
        display: grid;
        grid-template-areas:
            "date time"
            "tags tags";
    }

    .final__tags {
        grid-area: tags;
        display: flex;
        flex-wrap: wrap;
    }

    .final__left-date,
    .final__left-time {
        font-size: 17px;
        line-height: 24px;
    }

    .final__left-date {
        margin: 0 12px 0 0;
    }

    .final__left-time {
        margin-bottom: 0;
    }

    .final__left-time,
    .final__left-date {
        margin-bottom: 12px;
    }
}

.first-articles {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 32px;
    align-items: self-start;
    margin-bottom: 32px;
}

@media (max-width: 991px) {
    .first-articles {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }
}

@media (max-width: 767px) {
    .first-articles {
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 12px;
        margin-bottom: 12px;
    }
}

.footer {
    background-color: #f2f3f7;
    padding: 24px 0;
    font-family: MTSWide, sans-serif;
}

.footer .container {
    max-width: 1400px;
    padding: 0 20px;
}

.footer.--with-border {
    border-top: 1px solid rgba(188, 195, 208, 0.5);
}

.footer__top,
.footer__middle {
    display: grid;
    grid-template-columns: 1fr 548px;
    column-gap: 32px;
    margin-bottom: 48px;
}

.footer__top-left {
}

.footer__top-left-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #1d2023;
    margin-bottom: 8px;
}

.footer__top-left-description {
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    max-width: 664px;
    color: #1d2023;
}

.footer_top-left-info {
    margin-top: 16px;
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
}

.footer_top-left-email {
    display: flex;
    align-items: center;
    margin-top: 4px;
    cursor: pointer;
}

.footer_top-left-email span {
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    color: #626C77;
}

.footer_top-left-email img {
    width: 24px;
    height: 24px;
    margin-right: 4px;
}

.footer__middle {
}

.footer__middle-wrapper {
    display: grid;
    grid-template-columns: 57% 37%;
    column-gap: 32px;
}

.footer__middle-download {
    display: grid;
    grid-template-columns: 44px 1fr;
    column-gap: 12px;
    color: inherit;
    text-decoration: none;
}

.footer__middle-download-icon {
    display: block;
    width: 44px;
    height: 44px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("../img/icon-link-mts.svg");
}

.footer__middle-download-title {
    font-size: 17px;
    line-height: 24px;
    color: #1d2023;
}

.footer__middle-download-text {
    font-size: 14px;
    line-height: 20px;
    color: #626c77;
}

.footer__middle-links {
    display: grid;
}

@media (min-width: 991px) {
    .footer__middle-links {
        grid-template-columns: 215px 79px 107px;
        gap: 16px 24px;
    }

    .footer__middle-links {
        grid-template-areas:
        'a a a '
        'b c c '
        'd d f ';
    }

    .footer__middle-links-item:first-child {
        grid-area: a;
    }

    .footer__middle-links-item:nth-child(2) {
        grid-area: b;
    }

    .footer__middle-links-item:nth-child(3) {
        grid-area: c;
    }

    .footer__middle-links-item:nth-child(4) {
        grid-area: d;
    }

    .footer__middle-links-item:nth-child(5) {
        grid-area: f;
    }
}

.footer__middle-links-item {
    color: #626c77;
    font-size: 17px;
    line-height: 24px;
    text-decoration: none;
}

.footer__middle-links-item:hover {
    text-decoration: underline;
}

.footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 17px;
    line-height: 24px;
    color: #626c77;
}

.footer__bottom-left-text {
    display: none;
}

@media (max-width: 991px) {
    .footer__top,
    .footer__middle {
        grid-template-columns: 1fr 368px;
    }

    .footer__top-left {
    }

    .footer__top-left-title {
        font-size: 17px;
        line-height: 24px;
    }

    .footer__top-left-description {
        font-size: 14px;
        line-height: 20px;
    }

    .footer__middle-wrapper {
        grid-template-columns: 1fr;
        row-gap: 24px;
    }

    .footer__middle-download {
        grid-template-columns: 32px 1fr;
    }

    .footer__middle-download-icon {
        width: 32px;
        height: 32px;
    }

    .footer__middle-download-title {
        font-size: 14px;
        line-height: 20px;
    }

    .footer__middle-links {
        gap: 12px;
    }

    .footer__middle-links-item {
        font-size: 14px;
        line-height: 17px;
    }

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

@media (max-width: 767px) {
    .footer {
        padding: 20px 0;
    }

    .footer__top {
        grid-template-columns: 1fr;
        row-gap: 40px;
        margin-bottom: 40px;
    }

    .footer__top-left-title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .footer__middle-download {
        align-items: center;
    }

    .footer__middle {
        grid-template-columns: 1fr;
        row-gap: 40px;
        margin-bottom: 40px;
    }

    .footer__middle-wrapper {
        row-gap: 40px;
    }

    .footer__middle-links {
        display: flex;
        flex-direction: column;
        row-gap: 0;
    }

    .footer__middle-links-item:first-child,
    .footer__middle-links-item:nth-child(2) {
        grid-column: span 1;
    }

    .footer__middle-links-item {
        font-size: 17px;
        line-height: 24px;
        margin-bottom: 16px;
    }

    .footer__middle-links-item:last-child {
        margin-bottom: 0;
    }

    .footer__middle-links-item.--email {
        display: none;
    }

    .footer__bottom {
        font-size: 17px;
        line-height: 24px;
    }
}

.social-links {
    display: grid;
    grid-template-columns: repeat(4, min-content);
    column-gap: 16px;
}

.social-links__item {
    display: block;
    width: 44px;
    height: 44px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.social-links__item.telegram {
    background-image: url("../img/icon-telegram.svg");
}

.social-links__item.vk {
    background-image: url("../img/icon-vk.svg");
}

.social-links__item.rutube {
    background-image: url("../img/icon-rutube.svg");
}

.social__links:last-child {
    margin-right: 0;
}

@media (max-width: 991px) {
    .social-links__item {
        width: 32px;
        height: 32px;
    }
}

.footer-menu {
    display: grid;
    grid-template-columns: repeat(2, max(200px));
    column-gap: 32px;
}

.footer-menu__column {
    display: grid;
    row-gap: 16px;
}

.footer-menu__column-item {
}

.footer-menu__column-item-link {
    color: #626c77;
    text-decoration: none;
    font-size: 17px;
    line-height: 24px;
}

.footer-menu__column-item-link:hover {
    text-decoration: underline;
}

.footer-menu__column-item.--email {
    display: none;
}

@media (max-width: 991px) {
    .footer-menu {
        grid-template-columns: repeat(2, max(150px));
    }

    .footer-menu__column {
        row-gap: 12px;
    }

    .footer-menu__column-item-link {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 767px) {
    .footer-menu {
        grid-template-columns: 1fr;
        row-gap: 16px;
    }

    .footer-menu__column-item-link {
        font-size: 17px;
        line-height: 24px;
    }

    .footer-menu__column {
        row-gap: 16px;
    }

    .footer-menu__column-item.--email {
        display: block;
    }

    .footer__bottom {
        display: block;
    }

    .footer__bottom-left-text {
        display: inline;
    }

    .footer__bottom-right {
        display: none;
    }
}

/*!* Выпадашка под номером телефона *!*/
.dropdown {
    position: relative;
    color: #969fa8;
}

.dropdown__trigger-phone {
    display: block;
    margin-right: 4px;
    transition: 0.3s ease-out;
    color: inherit;
}

.dropdown__trigger-phone svg {
    margin-right: 4px;
    vertical-align: sub;
}

.dropdown__trigger-place {
    display: block;
    font-size: 14px;
    line-height: 20px;
    transition: 0.3s ease-out;
}

.dropdown__trigger-place svg {
    vertical-align: sub;
    margin-left: 4px;
}

.dropdown__content {
    position: absolute;
    top: 100%;
    z-index: 10;
    max-width: 176px;
    width: 100%;
    padding-top: 4px;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-out;
}

.dropdown__content-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    padding: 16px;
    border-radius: 16px;
    background-color: #ffffff;
    box-shadow: 0 8px 16px 0 #00000014, 0 4px 24px 0 #0000001F;
}

.dropdown__content-list-item-link {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #969fa8;
}

.dropdown__content-list-item-link:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("../img/icon-phone.svg") no-repeat;
}

.dropdown__content-list-item-place {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    color: #1d2023;
}

/* Шапка */
.header {
    position: relative;
    z-index: 450;
}

.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 450;
    transform: translateY(-100%);
    transition: transform 0.3s ease;
}

.header-sticky--visible {
    transform: none;
}

.header,
.header-sticky {
    padding: 0 32px;
    background: #fff;
    border-bottom: 1px solid rgba(150, 159, 168, 0.2);
}

.header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    max-width: 1856px;
    padding: 14px 0;
    margin: 0 auto;
}

.header__btn-list {
    display: flex;
    align-items: center;
    gap: 16px;
}

.header__btn--support,
.header__btn--login,
.header__btn--phone,
.header__btn--free {
    display: flex;
    align-items: center;
    padding: 10px;
    font-family: MTSWide, sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #1d2023;
    background-color: #F2F3F7;
    border: none;
    border-radius: 16px;
    cursor: pointer;
    transition: 0.275s ease-out;
}

.header__btn--support span,
.header__btn--login span,
.header__btn--free span {
    padding: 4px 8px;
    font-family: inherit;
    color: inherit;
}

.header__btn--support:hover,
.header__btn--login:hover,
.header__btn--phone:hover {
    transition: 0.275s ease-out;
    background: #E5E7ED;
}

.header__btn--search {
    width: 44px;
    height: 44px;
    outline: none;
    border: none;
    background: none;
    padding: 0;
    line-height: 0;
    cursor: pointer;
}

.header__btn--free {
    background: linear-gradient(93.12deg, #8743DD -0.17%, #9666FB 151.36%);
    color: #fff;
}

.header__btn--burger {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}

.header-link {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    line-height: 20px;
    color: #969FA8;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header__btn--support {
        display: none;
    }
}

@media (min-width: 992px) {
    .header__btn--burger,
    .header__btn--support svg {
        display: none;
    }
}

@media (max-width: 991px) {
    .header__btn--support span {
        display: none;
    }
}

@media (max-width: 767px) {
    .header,
    .header-sticky {
        padding: 0 20px;
    }

    .header__inner {
        gap: 16px;
        padding: 6px 0;
    }

    .header__btn-list {
        gap: 12px;
    }

    .header__btn--free,
    .header__btn--phone,
    .header__btn--support {
        display: none;
    }

    .header__btn--burger,
    .header__btn--search {
        width: 32px;
        height: 32px;
    }

    .header__btn--login {
        padding: 8px;
        border-radius: 12px;
        font-size: 10px;
        line-height: 12px;
    }

    .header__btn--login span {
        padding: 2px 4px;
    }
}

/* основное меню */
.menu-wrapper {
    position: relative;
    flex: 1;
    margin-left: 4px;
    color: #1D2023;
}

@media (max-width: 1199px) {
    .header-sticky .menu-wrapper {
        display: none;
    }
}

@media (max-width: 991px) {
    .menu-wrapper {
        display: none;
    }
}

.menu-dropdown {
    position: absolute;
    top: 100%;
    left: -72px;
    transition: visibility 0.3s ease, opacity 0.3s ease;
    visibility: hidden;
    opacity: 0;
    padding-top: 34px;
    cursor: default;
}

.menu-dropdown__list {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 40px;
    margin: 0;
    background-color: #ffffff;
    border-radius: 24px;
    font-size: 17px;
    line-height: 24px;
    list-style: none;
}

.menu-dropdown__list:before {
    content: "";
    position: absolute;
    top: -8px;
    width: 20px;
    height: 8px;
    left: 91px;
    background: #fff no-repeat center;
    mask-image: url("../img/icon-dropdown-menu-arrow.svg");
}

.menu-dropdown__list-item a {
    display: flex;
    align-items: center;
    color: #1d2023;
    transition: 0.3s ease-out;
    font-weight: 400;
    white-space: nowrap;
}

.menu-dropdown__list-item a:before,
.sidebar-list__item a:before,
.sidebar-menu__item a:before {
    flex-shrink: 0;
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    margin-right: 12px;
}

.menu-dropdown__list-item.meetings a:before,
.sidebar-menu__item.meetings a:before {
    background-image: url("../img/icon-video-review.svg");
}

.menu-dropdown__list-item.webinars a:before,
.sidebar-menu__item.webinars a:before {
    background-image: url("../img/icon-calendar.svg");
}

.menu-dropdown__list-item.courses a:before,
.sidebar-menu__item.courses a:before {
    background-image: url("../img/icon-audiobook.svg");
}

.menu-dropdown__list-item.forms a:before,
.sidebar-menu__item.forms a:before {
    background-image: url("../img/icon-quotes.svg");
}

.menu-dropdown__list-item.chats a:before,
.sidebar-menu__item.chats a:before {
    background-image: url("../img/icon-chat.svg");
}

.menu-dropdown__list-item.tasks a:before,
.sidebar-menu__item.tasks a:before {
    background-image: url("../img/icon-task-management.svg");
}

.menu-dropdown__list-item.boards a:before,
.sidebar-menu__item.boards a:before {
    background-image: url("../img/icon-ungroup.svg");
}

.menu-dropdown__list-item.comdi a:before,
.sidebar-menu__item.comdi a:before {
    background-image: url("../img/icon-hotspot.svg");
}

.menu-dropdown__list-item.equipment a:before,
.sidebar-menu__item.equipment a:before {
    background-image: url("../img/icon-dvr-camera.svg");
}

.menu-dropdown__list-item.premise a:before,
.sidebar-menu__item.premise a:before {
    background-image: url("../img/icon-data-quality-check.svg");
}

.menu-dropdown__list-item.education a:before,
.sidebar-list__item.education a:before {
    background-image: url("../img/icon-education.svg");
}

.menu-dropdown__list-item.industry a:before,
.sidebar-list__item.industry a:before {
    background-image: url("../img/icon-delivery.svg");
}

.menu-dropdown__list-item.health a:before,
.sidebar-list__item.health a:before {
    background-image: url("../img/icon-heart-beat.svg");
}

.menu-dropdown__list-item.federal a:before,
.sidebar-list__item.federal a:before {
    background-image: url("../img/icon-federal.svg");
}

.menu-dropdown__list-item.finance a:before,
.sidebar-list__item.finance a:before {
    background-image: url("../img/icon-finance.svg");
}

.menu-dropdown__list-item.retail a:before,
.sidebar-list__item.retail a:before {
    background-image: url("../img/icon-retail.svg");
}

.menu-dropdown__list-item.it a:before,
.sidebar-list__item.it a:before {
    background-image: url("../img/icon-it.svg");
}

.menu-dropdown__list-item.ai a:before,
.sidebar-list__item.ai a:before {
    background-image: url("../img/icon-spark.svg");
}

.menu-dropdown__list-item.business a:before,
.sidebar-list__item.business a:before {
    background-image: url("../img/icon-business.svg");
}

.menu-dropdown__list-item.support a:before,
.sidebar-list__item.support a:before {
    background-image: url("../img/icon-support.svg");
}

.menu-dropdown__list-item.download a:before,
.sidebar-list__item.download a:before {
    background-image: url("../img/icon-download.svg");
}

.menu-dropdown__list-item.blog-cases a:before,
.sidebar-list__item.blog-cases a:before {
    background-image: url("../img/icon-cases.svg");
}

.menu-dropdown__list-item.blog a:before,
.sidebar-list__item.blog a:before {
    background-image: url("../img/icon-blog.svg");
}

.menu-dropdown__list-item.updates a:before,
.sidebar-list__item.updates a:before {
    background-image: url("../img/icon-updates.svg");
}

.menu-dropdown__list-item a:hover {
    color: #ff0032;
}

.menu {
    position: relative;
    display: flex;
    gap: 16px;
    min-height: 32px;
    flex: 1;
}

.menu__wrapper {
    position: relative;
    display: flex;
    gap: 16px;
}

.menu__item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 2px;
    color: inherit;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
}

.menu__item:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    bottom: 0;
    border-radius: 1px;
    background: #ff0032;
    transition: all 0.25s ease;
}

.menu__item:hover:before,
.menu__item:active:before {
    width: 100%;
}

.menu-item-hovered {
    padding-right: 0;
}

.menu-item-hovered:after {
    content: '';
    width: 16px;
    height: 16px;
    background: url('../img/icon-dropdown-arrow-dark.svg');
    transform: rotateX(180deg);
    transition: all .275s ease;
}

.menu-item-hovered:hover:after {
    transform: rotateX(0deg);
    transition: all .275s ease;
}

/* Затемнение, которое появляется при отрытии меню или сайдбара */
.overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 449;
    background-color: rgba(29, 32, 35, 0.4);
    backdrop-filter: blur(4px);
    transition: 0.3s ease-out;
    visibility: hidden;
    opacity: 0;
}

/* Сайдбар */

.sidebar {
    background-color: #f2f3f7;
    color: #1D2023;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0;
    right: 0;
    padding-bottom: 20px;
    will-change: transform;
    transition: all 0.2s ease-out;
    font-family: "MTS Compact", "Arial", sans-serif;
    transform: translateX(100%);
}

.sidebar__inner {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sidebar__top {
    border-radius: 0 0 24px 24px;
    background-color: #ffffff;
    padding: 12px 84px 16px 40px;
}

.sidebar__top,
.sidebar__top .dropdown__trigger-place,
.sidebar__top .dropdown__content-list-item-place {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
}

.sidebar__top-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.sidebar__top-wrapper .dropdown__trigger {
    display: flex;
    align-items: center;
    gap: 4px;
}

.sidebar__top-item {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-right: 0;
}

.sidebar__top-close {
    position: absolute;
    top: 12px;
    right: 40px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background-color: #f2f3f7;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.sidebar__top-close:before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-image: url("../img/icon-close.svg");
    width: 14px;
    height: 14px;
}

.sidebar__item {
    border-radius: 24px;
    padding: 36px 40px;
    background-color: #ffffff;
}

.sidebar__item.--link {
    padding: 24px 40px;
}

.sidebar__item.--last {
    margin-bottom: 0;
}

.sidebar__item.--columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 12px;
}

.sidebar__title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    color: #1d2023;
}

.sidebar__enter-btn {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin-top: 16px;
}

.sidebar__enter-btn:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-image: url("../img/icon-exit.svg");
    margin-right: 8px;
    font-weight: 400;
}

.sidebar-menu__item {
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
    border-radius: 12px;
    background-color: #f2f3f7;
    padding: 12px 16px;
    margin-bottom: 8px;
}

.sidebar-menu__item:last-child {
    margin-bottom: 0;
}

.sidebar-menu__item a {
    display: flex;
    align-items: center;
}

.sidebar-menu__item-text {
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    padding-left: 36px;
    margin-top: 8px;
    max-width: 270px;
}

.sidebar-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 12px 16px;
}

.sidebar-list__item {
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
}

.sidebar-list__item a {
    display: flex;
}

@media (max-width: 767px) and (min-width: 375px) {
    .sidebar-menu {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 8px;
    }

    .sidebar-menu__item:nth-last-of-type(-n + 4) {
        grid-column: span 2;
    }
}

@media (max-width: 767px) {
    .sidebar__top {
        padding: 6px 60px 16px 20px;
    }

    .sidebar__top-wrapper {
        max-width: 194px;
    }

    .sidebar__top-close {
        top: 16px;
        right: 16px;
    }

    .sidebar__item,
    .sidebar__item.--link {
        padding: 24px 20px;
    }

    .sidebar__title {
        font-size: 21px;
        line-height: 24px;
        letter-spacing: 0.02em;
    }

    .sidebar__item.--columns {
        grid-template-columns: 1fr;
        row-gap: 16px;
    }

    .sidebar-list {
        padding: 0;
    }
}

.hero-section {
    background-color: #ffffff;
    border-radius: 0 0 24px 24px;
}

.hero-section .breadcrumbs {
    margin-bottom: 8px;
}

.hero-section .container {
    max-width: 1440px;
}

.hero-section__inner {
    padding: 40px 0 64px;
    display: grid;
    grid-template-areas:
		"head image"
		"info image"
		"authors image";
    grid-template-columns: 1fr 1fr;
    column-gap: 32px;
}

.hero-section__head {
    grid-area: head;
}

.hero-section__head-title {
    margin-bottom: 24px;
}

.hero-section__image {
    grid-area: image;
    border-radius: 16px;
}

.hero-section__image img {
    border-radius: 16px;
    width: 100%;
}

.hero-section__info {
    grid-area: info;
    display: grid;
    grid-template-columns: 1fr 99px;
    align-items: start;
    column-gap: 12px;
    color: #626c77;
    height: fit-content;
    margin-bottom: 20px;
}

.hero-section__info-content {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.hero-section__info-content-text {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 12px;
    margin-right: 12px;
    margin-bottom: 12px;
}

.hero-section__info-content-text-date,
.hero-section__info-content-text-time {
    padding: 2px 6px;
}

.hero-section__info-content-tag {
    margin-right: 12px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    background-color: #f2f3f7;
    padding: 2px 6px;
    border-radius: 8px;
    color: #0a0311;
}

.hero-section__info-content-tag.--product {
    background-color: #efe2ff;
}

.hero-section__info-content-tag:last-child {
    margin-right: 0;
}

.hero-section__tags-mobile {
    display: none;
}

.hero-section__authors {
    grid-area: authors;
}

.hero-section__authors-item {
    margin-bottom: 18px;
}

.hero-section__authors-item:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .hero-section__inner {
        padding: 40px 0 40px;
        display: grid;
        grid-template-areas:
			"head"
			"image"
			"info"
			"authors";
        grid-template-columns: 1fr;
        column-gap: 0;
    }

    .hero-section__head {
        grid-area: head;
    }

    .hero-section__image {
        grid-area: image;
        margin-bottom: 24px;
    }

    .hero-section__info {
        grid-area: info;
    }

    .hero-section__authors {
        grid-area: authors;
    }

    .hero-section__info-share-menu {
        right: 0;
    }
}

@media (max-width: 767px) {
    .breadcrumbs__item:after {
        background-size: 24px 24px;
        width: 24px;
        height: 20px;
        margin: 0 4px;
    }

    .hero-section__inner {
        grid-template-areas:
			"head"
			"image"
			"tags-mobile"
			"info"
			"authors";
        padding: 32px 0;
    }

    .hero-section__head-title {
        margin-bottom: 16px;
    }

    .hero-section__image {
        margin-bottom: 16px;
    }

    .hero-section__info {
        margin-bottom: 24px;
        grid-template-columns: 1fr 115px;
    }

    .hero-section__info-content {
        display: flex;
        font-size: 17px;
        line-height: 24px;
    }

    .hero-section__info-content-text {
        grid-template-columns: repeat(2, max-content);
    }

    .hero-section__info-content-tag {
        font-size: 17px;
        line-height: 24px;
    }

    .hero-section__info-content-tag.--desktop {
        display: none;
    }

    .hero-section__info-content-tag.--mobile {
        display: flex;
    }

    .hero-section__tags-mobile {
        display: flex;
        flex-wrap: wrap;
        grid-area: tags-mobile;
    }

    .hero-section__info-content-btns {
        margin-bottom: 16px;
    }

    .hero-section .tags__item {
        margin-bottom: 16px;
    }
}

.image-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 888px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 32px 0;
}

.image-section.--vertical img {
    max-width: 288px;
    width: 100%;
}

.image-section__img {
    border-radius: 16px;
    margin-bottom: 8px;
    overflow: hidden;
}

.image-section__description {
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    color: #626C77;
}

.mini-fact {
    padding: 32px 0;
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
}

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

.mini-fact__table-head {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    padding: 16px 0;
    border-bottom: 1px solid #626c77;
}


.mini-fact__table-body {
    font-size: 17px;
    line-height: 24px;
    padding: 16px 0;
}

.mini-fact__table-row {
    display: flex;
}

.mini-fact__table-column {
    display: flex;
    justify-content: center;
    flex: 1 0 50%;
    border-right: 1px solid #626c77;
}

/*3 колонки, модификатор columns-3*/
.mini-fact__table.columns-3 .mini-fact__table-column {
    flex: 1 0 33%;
}

/*4 колонки, модификатор columns-4*/
.mini-fact__table.columns-4 .mini-fact__table-column {
    flex: 1 0 25%;
}

/*5 колонок, модификатор columns-5*/
.mini-fact__table.columns-5 .mini-fact__table-column {
    flex: 1 0 20%;
}

.mini-fact__table-column:last-child {
    border-right: none;
}

.mini-fact__table-column-inner {
    padding: 10px 0;
}

.mini-fact__table-content {
    display: grid;
    grid-template-columns: repeat(3, auto);
    align-items: center;
    column-gap: 10px;
    width: fit-content;
}

@media (max-width: 767px) {
    .mini-fact__table-column {
        border-right: none;
    }

    .mini-fact__table-head {
        font-size: 14px;
        line-height: 20px;
        padding: 44px 0 0;
    }

    .mini-fact__table-body {
        font-size: 14px;
        line-height: 20px;
        padding: 4px 0 0;
    }

    .mini-fact__table-column-inner {
        padding: 12px 0;
    }

    .mini-fact__table-body .mini-fact__table-column-inner {
        padding: 16px 0;
    }

    .mini-fact__table-content {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .image-section__img {
        margin-bottom: 4px;
    }
}

.mini-text {
    padding: 32px 0;
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
}

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

.mini-text__table-head {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    padding-top: 16px;
}

.mini-text__table-body {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 16px;
}

.mini-text__table-row {
    display: flex;
}

.mini-text__table-column {
    position: relative;
    flex: 1 0 50%;
}

.columns-3 .mini-text__table-column {
    flex: 0 0 33%;
}

.columns-4 .mini-text__table-column {
    flex: 0 0 25%;
}

.columns-5 .mini-text__table-column {
    flex: 0 0 20%;
}

.mini-text__table-row.--first .mini-text__table-column {
    padding-top: 16px;
}

.mini-text__table-column:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    background-color: black;
    height: 100%;
}

.mini-text__table-column:last-child:after {
    content: none;
}

.mini-text__table-head .mini-text__table-column:after {
    height: calc(100% - 16px);
}

.mini-text__table-row.--first .mini-text__table-column:after {
    height: calc(100% - 16px);
    bottom: 0;
    top: unset;
}

.mini-text__table-head .mini-text__table-column {
    padding-bottom: 16px;
    border-bottom: 1px solid #626c77;
}

.mini-text__table-column-inner {
    padding: 10px;
}

@media (max-width: 767px) {
    .mini-text__table-body {
        font-size: 14px;
        line-height: 20px;
    }

    .mini-text__table {
        overflow-y: auto;
    }

    .mini-text__table-column {
        flex: 0 0 343px !important;
    }

    .columns-3 .mini-text__table-column {
        flex: 0 0 228px !important;
    }

    .columns-4 .mini-text__table-column {
        flex: 0 0 172px !important;
    }

    .columns-5 .mini-text__table-column {
        flex: 0 0 137px !important;
    }
}

.popup {
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease-out;
}

.popup__btn-close {
    display: none;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: #f2f3f71a;
    position: absolute;
    right: calc(-8px + -44px);
    top: 0;
    border-radius: 16px;
    cursor: pointer;
}

@media (max-width: 767px) {
    .popup__btn-close {
        right: 0;
        top: calc(-8px + -44px);
    }
}

.popup.--with-btn-close .popup__btn-close {
    display: flex;
}

.popup__body {
    position: absolute;
    background-color: #fff;
    border: none;
    border-radius: 16px;
    box-shadow: 3px 4px 18px #0000000d;
    margin: 0 5%;
    max-width: 888px;
    z-index: 982;
}

.popup__content {
    display: flex;
    max-height: 90vh;
    position: relative;
}

.popup__content img {
    max-height: 90vh;
}

.popup__backdrop {
    background: #0a031166;
    backdrop-filter: blur(10px);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    transition: background-color 50ms, visibility 50ms;
    width: 100%;
    cursor: pointer;
    z-index: 981;
}

.post-m {
    display: flex;
    flex-direction: column;
    padding: 6px;
    background-color: #ffffff;
    border-radius: 16px;
    border: 1px solid #bcc3d080;
}

.post-m:hover .post-m__image img {
    transform: scale(1.05);
}

.post-m__content {
    display: grid;
    row-gap: 8px;
    padding: 16px 12px;
}

.post-m__content-text {
    font-size: 14px;
    line-height: 20px;
    color: #626c77;
}

.post-m__content-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}

.post-m__image {
    height: 182px;
    border-radius: 12px;
    overflow: hidden;
}

.post-m__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-out;
}

@media (max-width: 767px) {
    .post-m__image {
        height: 160px;
    }
}

.post-s {
    color: #fafafa;
    padding: 16px;
    display: block;
}

.post-s:hover .post-s__title {
    text-decoration: underline;
}

.post-s.red {
    background: #ff0032;
}

.post-s.black {
    background: #0a0311;
}

.post-s.blue {
    background: #0070e5;
}

.post-s.violet {
    background: linear-gradient(123.59deg, #8743dd 0%, #8b57fb 98.44%);
}

.post-s__text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
}

.post-s__title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 8px;
}

.post-s__bottom {
    display: flex;
    justify-content: space-between;
}

.post-s__bottom .post-s__text {
    margin-bottom: 0;
}

.post-s__arrow {
    position: relative;
    width: 24px;
    height: 24px;
}

.post-s__arrow:before {
    content: "";
    position: absolute;
    background-image: url("../img/increase-arrow.svg");
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}

.post-xl {
    display: flex;
    flex-direction: column;
    padding: 6px;
    background-color: #ffffff;
    border-radius: 16px;
    border: 1px solid #bcc3d080;
}

.post-xl:hover .post-xl__image img {
    transform: scale(1.05);
}

.post-xl__content {
    display: grid;
    row-gap: 24px;
    padding: 16px 12px;
}

.post-xl__content-text {
    font-size: 20px;
    line-height: 28px;
    color: #626c77;
}

.post-xl__content:last-of-type .post-xl__content-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 84px;
    color: unset;
    text-overflow: ellipsis;
    overflow: hidden;
}

.post-xl__content-title {
    margin-bottom: 0;
    font-size: 36px;
    line-height: 40px;
    font-weight: 500;
    max-width: 650px;
    color: #000000;
}

.post-xl__image {
    flex-grow: 1;
    border-radius: 12px;
    overflow: hidden;
}

.post-xl__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-out;
}

@media (max-width: 991px) {
    .post-xl__content {
        row-gap: 16px;
    }

    .post-xl__image {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .post-xl__content:not(:first-child) {
        display: none;
    }

    .post-xl__content-text {
        font-size: 14px;
        line-height: 20px;
    }

    .post-xl__content-title {
        font-size: 32px;
        line-height: 36px;
    }

    .post-xl__image {
        height: 160px;
    }
}

.post-xxl {
    display: block;
    padding: 48px;
    color: #fafafa;
    margin-bottom: 32px;
}

.post-xxl:hover .post-xxl__bottom-title {
    text-decoration: underline;
}

.post-xxl.violet {
    background: linear-gradient(123.59deg, #8743dd 0%, #8b57fb 98.44%);
}

.post-xxl.red {
    background: #ff0032;
}

.post-xxl.blue {
    background: #0070e5;
}

.post-xxl.black {
    background: #0a0311;
}

.post-xxl__top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 136px;
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
}

.post-xxl__top-section {
    border: 1px solid #fafafa;
    border-radius: 32px;
    padding: 12px 22px;
}

.post-xxl__bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.post-xxl__bottom-title {
    max-width: 864px;
    font-size: 44px;
    line-height: 44px;
    font-weight: 500;
}

.post-xxl__bottom-arrow {
    position: relative;
    width: 44px;
    height: 44px;
}

.post-xxl__bottom-arrow:before {
    content: "";
    position: absolute;
    background-image: url("../img/increase-arrow.svg");
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}

@media (max-width: 991px) {
    .post-xxl__top {
        margin-bottom: 104px;
    }

    .post-xxl__bottom-title {
        font-size: 36px;
        line-height: 40px;
        max-width: 525px;
    }
}

@media (max-width: 767px) {
    .post-xxl {
        padding: 20px;
        margin-bottom: 12px;
    }

    .post-xxl__top {
        margin-bottom: 88px;
    }

    .post-xxl__top-section {
        font-size: 12px;
        line-height: 16px;
    }

    .post-xxl__bottom-title {
        font-size: 24px;
        line-height: 28px;
        max-width: 267px;
    }

    .post-xxl__bottom-arrow {
        width: 24px;
        height: 24px;
    }
}

.preface-section {
    padding: 0 0 32px;
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
}

.preface-section__paragraph {
    font-size: 24px;
    line-height: 32px;
}

@media (max-width: 767px) {
    .preface-section__paragraph {
        font-size: 20px;
        line-height: 28px;
    }
}

.quote-section {
    padding-left: 32px;
    max-width: 1024px;
    border-left: 1px solid rgba(188, 195, 208, 0.5);
    width: calc(65vw + 80px);
}

.quote-section__content {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
    color: #0a0311;
    font-family: MTSText, sans-serif;
}

@media screen and (min-width: 1024px) {
    .quote-section__content p {
        max-width: clamp(600px, 60vw, 1200px);
    }
}

@media (max-width: 991px) {
    .quote-section {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .quote-section {
        padding-left: 20px;
    }

    .quote-section__content {
        font-size: 20px;
        line-height: 28px;
    }
}

.reference-section {
    display: grid;
    grid-template-areas:
		"images link"
		"images tags";
    grid-template-columns: 100px 1fr;
    column-gap: 16px;
    padding: 12px;
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    border-radius: 16px;
    border: 1px solid rgba(188, 195, 208, 0.5);
    transition: 0.3s ease-in;
    -webkit-box-shadow: 0 5px 15px -1px rgba(34, 60, 80, 0.09);
    -moz-box-shadow: 0 5px 15px -1px rgba(34, 60, 80, 0.09);
    box-shadow: 0 5px 15px -1px rgba(34, 60, 80, 0.09);
    cursor: pointer;
}

.reference-section:hover {
    background-color: #F2F3F7;
}

.reference-section .reference-section__image {
    grid-area: images;
    border-radius: 8px;
    overflow: hidden;
    height: fit-content;
}

.reference-section .reference-section__image img {
    width: 100%;
}

.reference-section .reference-section__tags {
    grid-area: tags;
    display: flex;
    flex-wrap: wrap;
}

.reference-section .reference-section__title {
    position: relative;
    grid-area: link;
    margin-bottom: 12px;
    padding-right: 40px; /* Место для круга */
}

.reference-section .reference-section__title .reference-section__link {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #8743dd;
    border-bottom: none;
    max-width: 447px;
    word-wrap: break-word; /* Перенос длинных слов */
}

.reference-section .reference-section__title .reference-section__circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 24px;
    border: 1px solid rgba(188, 195, 208, 0.5);
    position: absolute;
    top: 0;
    right: 0;
}

.reference-section .reference-section__image {
    width: 100%;
    height: 100%;
    border-bottom: none;
}

.reference-section .reference-section__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
    .reference-section {
        display: grid;
        grid-template-areas:
			"link"
			"tags"
			"images";
        grid-template-columns: 1fr;
    }

    .reference-section .reference-section__link {
        font-size: 24px;
    }

    .reference-section .reference-section__title {
        margin-bottom: 0;
    }

    .reference-section__image {
        display: none;
    }

    .reference-section__tags {
        display: none !important;
    }
}

.search {
    position: relative;
    width: 100%;
}

.search__wrapper {
    position: relative;
    width: 100%;
}

.search__wrapper:before {
    content: "";
    position: absolute;
    background-image: url("../img/search.svg");
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    background-size: 100% 100%;
    top: 50%;
    left: 12px;
    transform: translate(0, -50%);
}

.search__wrapper.not-empty .search__clear-btn {
    display: block;
}

.search__wrapper-input {
    outline: none;
    border: 1px solid rgba(188, 195, 208, 0.5);
    border-radius: 16px;
    font-size: 17px;
    line-height: 24px;
    padding: 8px 40px 10px;
    width: 100%;
    transition: 0.3s ease-out;
}

.search__wrapper-input:hover {
    border: 1px solid #1d2023;
}

.search__wrapper-input:focus {
    border: 1px solid #007cff;
}

.search__list {
    width: 100%;
    position: absolute;
    top: calc(100% + 4px);
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 12px 20px 0 #00000024;
    padding: 6px;
    font-size: 17px;
    line-height: 24px;
}

.search__list-item {
    padding: 10px 6px;
    cursor: pointer;
}

.search__clear-btn {
    position: absolute;
    top: 50%;
    right: 12px;
    display: none;
    transform: translate(0, -50%);
    cursor: pointer;
}

.search__clear-btn:after {
    content: "";
    display: block;
    background-image: url("../img/delete.svg");
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    background-size: 100% 100%;
}

.slider-articles {
    border: 1px solid #bcc3d080;
    border-radius: 16px;
    padding: 32px;
}

.slider-articles__wrapper {
}

.slider-articles__head {
    display: flex;
    justify-content: space-between;
}

.slider-articles__head-arrows {
}

.slider-articles__head-arrows-item {
    position: relative;
    background-color: #ffffff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    outline: none;
    transition: 0.3s ease-out;
    cursor: pointer;
}

.slider-articles__head-arrows-item.next {
    margin-left: 12px;
}

.slider-articles__head-arrows-item:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("../img/slider-arrow.svg");
    display: block;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
}

.slider-articles__head-arrows-item.next:before {
    transform: translate(-50%, -50%) rotate(180deg);
}

.slider-articles__slider-item {
    border-radius: 16px;
    overflow: hidden;
}

.slider-articles__slider-item {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 16px;
    box-sizing: border-box;
}

.slider-articles .slick-slide {
    margin: 6px;
}

.slider-articles__slider-item-text {
    font-size: 14px;
    line-height: 20px;
    color: #626c77;
    margin-bottom: 4px;
}

.slider-articles__slider-item-text:last-child {
    margin-bottom: 0;
}

.slider-articles__slider-item-description {
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 4px;
    color: #000000;
}

.slider-articles__slider-item:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .slider-articles__head-arrows-item {
        width: 44px;
        height: 44px;
    }
}

@media (max-width: 767px) {
    .slider-articles {
        padding: 20px 0 20px 20px;
    }

    .slider-articles__head-arrows {
        display: none;
    }

    .slider-articles .slick-slide {
        width: 260px;
    }
}

.slider-section {
    max-width: 888px;
    padding: 32px 0;
    margin-right: auto;
    margin-left: auto;
}

.slider-section__head {
    text-align: center;
    margin-bottom: 20px;
}

.slider-section__slider {
    border-radius: 16px;
    overflow: hidden;
}

.slider-section__slider-item {
    border-radius: 16px;
    overflow: hidden;
}

.slider-section__slider .slick-dots {
    position: absolute;
    top: 24px;
    display: flex;
    justify-content: space-between;
    left: 50%;
    width: calc(100% - 80px);
    padding: 0;
    transform: translate(-50%, 0);
}

.slider-section__slider .slick-dots button {
    display: block;
    height: 4px;
    border-radius: 5px;
    width: 100%;
    font-size: 0;
    border: none;
    background-color: #000000;
    opacity: 0.4;
    transition: 0.3s ease-out;
    cursor: pointer;
}

.slider-section__slider .slick-dots .slick-active button {
    opacity: 1;
}

.slider-section__slider .slick-dots li {
    width: 100%;
    margin-right: 8px;
    list-style: none;
}

.slider-section__slider .slick-dots li:last-child {
    margin-right: 0;
}

.slider-section__slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
    font-size: 0;
    background-color: #ffffff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    opacity: 0.4;
    box-shadow: 0 4px 16px 0 #00000014;
    transition: 0.3s ease-out;
    cursor: pointer;
}

.slider-section__slider .slick-arrow:hover {
    opacity: 1;
}

.slider-section__slider .slick-arrow:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("../img/slider-arrow.svg");
    display: block;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
}

.slider-section__slider .slick-arrow.slick-prev {
    left: 40px;
}

.slider-section__slider .slick-arrow.slick-next {
    right: 40px;
}

.slider-section__slider .slick-arrow.slick-next:before {
    transform: translate(-50%, -50%) rotate(180deg);
}

.slider-section__description {
    font-size: 17px;
    line-height: 24px;
    margin-top: 4px;
    text-align: center;
    color: #626C77;
}

@media (max-width: 991px) {
}

.tabs {
    display: flex;
}

.tabs__item {
    display: flex;
    justify-content: center;
    width: fit-content;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 12px;
    font-size: 14px;
    line-height: 20px;
    margin-right: 8px;
    cursor: pointer;
    transition: 0.3s ease-out;
}

.tabs__item:last-child {
    margin-right: 0;
}

.tabs__item.active {
    background-color: #1d2023;
    color: #fafafa;
}

@media (max-width: 1050px) {
    .tabs {
        margin-bottom: 0;
        width: 100%;
    }

    .tabs__item {
        width: 100%;
    }

    .search {
        margin-top: 16px;
    }
}

@media (max-width: 767px) {
    .tabs {
        overflow-x: auto;
        scrollbar-gutter: stable;
    }

    .tabs::-webkit-scrollbar {
        -webkit-appearance: none;
        visibility: hidden;
        height: 0;
        width: 0;
        display: none;
    }

    .tabs::-webkit-scrollbar-thumb {
        -webkit-appearance: none;
        visibility: hidden;
        height: 0;
        width: 0;
        display: none;
    }
}

.text-block {
    font-size: 20px;
    line-height: 28px;
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
}

.post-old i {
    font-style: normal;
}

.text-block mark {
    background-color: inherit;
}

.text-block.secondary {
    background-color: #ffffff;
    padding: 32px;
    border-radius: 16px;
    border: 1px solid rgba(188, 195, 208, 0.5);
}

.text-block a {
    color: #8743dd;
    text-decoration: none;
    border-bottom: 1px solid #8743dd;
    transition: border-bottom-color 0.3s ease-out;
}

.text-block .reference-section .tag a {
    color: #0a0311;
    border-bottom: none;
}

.text-block a:hover {
    border-bottom-color: transparent;
}

.text-block table {
    border: none;
    border-collapse: collapse;
    display: block;
    max-width: calc(100vw - 40px);
    overflow-x: auto;
    transform: translateX(-50%);
    margin-left: 50%;
    width: 800px !important;
    margin-bottom: 32px;
}

.text-block table td {
    vertical-align: top;
    border: 1px solid #bcc3d080;
    padding: 1em;
}

.text-block table tr:first-child td {
    padding: 2em 1em;
    vertical-align: center;
    white-space: nowrap;
}

.text-block blockquote {
    padding-left: 32px;
    max-width: 1024px;
    border-left: 1px solid rgba(188, 195, 208, 0.5);
    width: calc(65vw + 80px);
    margin: 0 0 32px;
}

@media screen and (min-width: 1024px) {
    .text-block blockquote {
        max-width: clamp(600px, 60vw, 1200px);
    }
}

.text-block blockquote p {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
    color: #0a0311;
    font-family: MTSText, sans-serif;
}

.text-block small {
    display: block;
    color: #969fa8;
    text-transform: uppercase;
    font-family: MTSWide, sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.05em;
}

.text-block hr {
    border: 1px solid #bcc3d080;
    margin: 16px 0;
}

.text-block ul {
    list-style: disc;
    padding-left: 30px;
    margin-bottom: 16px;
}

.text-block__image {
    border-radius: 16px;
    overflow: hidden;
}

.text-block__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-block__image.--vertical img {
    max-width: 288px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.post-old .zoom-image img {
    display: flex;
    justify-content: center;
}

.post-old .text-block img {
    border-radius: 16px;
    margin-bottom: 16px;
}

.text-block__image-description {
    display: block;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 8px;
    text-align: center;
    color: #626C77;
}

.text-block__video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.text-block__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.text-block .button.--center {
    margin-right: auto;
    margin-left: auto;
}

.text-block .zoom-image {
    cursor: pointer;
}

@media (max-width: 991px) {
    .text-block blockquote {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .text-block {
        font-size: 17px;
        line-height: 24px;
    }

    .text-block blockquote {
        padding-left: 20px;
    }

    .text-block blockquote p {
        font-size: 20px;
        line-height: 28px;
    }

    .text-block.secondary {
        padding: 20px;
    }

    .text-block__image-description {
        margin-top: 4px;
        font-size: 17px;
        line-height: 24px;
    }

    .text-block .button {
        width: 100%;
    }
}

.top-block {
    background-color: #ffffff;
    padding: 68px 0 32px;
    border-radius: 0 0 24px 24px;
    margin-bottom: 32px;
}

.top-block__wrapper {
    display: grid;
    grid-template-columns: 1fr 328px;
    column-gap: 32px;
}

.top-block__title {
    font-size: 44px;
    line-height: 44px;
    font-weight: 500;
}

.top-block__text {
    font-size: 17px;
    line-height: 24px;
}

@media (max-width: 991px) {
    .top-block {
        padding: 72px 0 32px;
    }

    .top-block__wrapper {
        display: flex;
        justify-content: space-between;
    }

    .top-block__title {
        font-size: 36px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    /* Верхняя плашка */
    .top-block {
        padding: 32px 0 16px;
    }

    .top-block__wrapper {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
    }

    .top-block__title {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 4px;
    }
}

.top-cards {
    display: grid;
    grid-template-columns: 1fr 328px;
    grid-template-rows: repeat(2, auto);
    gap: 32px;
}

.top-cards__item {
    height: 100%;
}

.top-cards__item:first-child {
    grid-row: span 2;
}

@media (max-width: 991px) {
    .top-cards {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }

    .top-cards__item:first-child {
        grid-column: span 2;
    }
}

@media (max-width: 767px) {
    .top-cards {
        grid-template-columns: 1fr;
        row-gap: 12px;
    }

    .top-cards__item:first-child {
        grid-column: unset;
    }
}

.main {
    padding-bottom: 128px;
}

.main__head-top {
    display: grid;
    grid-template-columns: 1fr 328px;
    column-gap: 32px;
    margin-bottom: 32px;
}

.main__popular {
    padding: 32px;
    border: 1px solid rgba(188, 195, 208, 0.5);
    border-radius: 16px;
}

.main__block-white {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background-color: #ffffff;
    border-radius: 24px 24px 0 0;
}

.main .articles {
    margin-bottom: 32px;
}

.main .button-more {
    margin-bottom: 32px;
}

.main__wrapper {
    padding: 32px 0;
}

@media (max-width: 1050px) {
    .main {
        padding-bottom: 40px;
    }

    .main__head-top {
        display: grid;
        grid-template-columns: 1fr;
        margin-bottom: 32px;
    }
}

@media (max-width: 767px) {
    .main {
        padding-bottom: 64px;
    }

    .main__wrapper {
        padding: 12px 0;
    }

    .main__popular {
        padding: 20px 0 20px 20px;
    }

    .main .button-more {
        margin-bottom: 12px;
    }
}

.page404 {
    padding: 32px 0 128px;
    background-color: #ffffff;
}

.page404__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page404__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 311px;
}

.page404__image {
    max-width: 150px;
    margin-bottom: 40px;
}

.page404__title {
    text-align: center;
}

.page404__text {
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 32px;
    text-align: center;
    color: #626c77;
}

@media (max-width: 991px) {
    .page404 {
        padding-bottom: 64px;
    }
}

@media (max-width: 767px) {
    .page404__btn {
        width: 100%;
        max-width: 311px;
    }
}

.tag-page {
    padding-bottom: 128px;
}

.tag-page__head {
    margin-bottom: 32px;
}

.tag-page__head-top {
    padding: 32px 0;
    background: #ffffff;
    border-radius: 0 0 24px 24px;
}

.tag-page__head-bottom {
    padding: 32px 0 16px;
    margin-bottom: 32px;
}

.tag-page__breadcrumbs {
    margin-bottom: 12.5px;
}

.tag-page__title {
    font-size: 44px;
    line-height: 44px;
    font-weight: 500;
}

.tag-page .articles {
    margin-bottom: 32px;
}

@media (max-width: 991px) {
    .tag-page {
        padding: 0 0 40px;
    }

    .tag-page__head {
        margin-bottom: 40px;
    }

    .tag-page__head-top {
        padding-top: 64px;
    }

    .tag-page__breadcrumbs {
        margin-bottom: 32px;
    }

    .tag-page__title {
        font-size: 36px;
        line-height: 40px;
    }
}

@media (min-width: 767px) {
    .tag-page__breadcrumbs .breadcrumbs__item {
        font-size: 17px;
        line-height: 24px;
    }
}

@media (max-width: 767px) {
    .tag-page__breadcrumbs {
        margin-bottom: 16px;
    }

    .tag-page {
        padding: 0 0 20px;
    }

    .tag-page__head {
        margin-bottom: 20px;
    }

    .tag-page__head-top {
        padding-top: 32px;
        padding-bottom: 20px;
    }

    .tag-page__title {
        font-size: 32px;
        line-height: 36px;
    }

    .tag-page .articles {
        margin-bottom: 12px;
    }
}

#search-popup {
    align-items: start;
    margin-top: 32px;
}

#search-popup .popup__body {
    max-width: 1264px;
    width: 100%;
}

.search-popup {
    position: relative;
    padding: 32px;
    border-radius: 12px;
    background: #fff;
    width: 100%;
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    font-family: "MTSCompact", sans-serif;
    color: #1d2023;
}

@media (max-width: 767px) {
    .search-popup {
        padding: 12px;
    }
}

.search-popup__wrapper {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.search-popup__wrapper > *:not(:last-child) {
    margin-right: 8px;
}

.search-popup__dropdown {
    flex-grow: 0;
    max-width: 160px;
}

@media (max-width: 767px) {
    .search-popup__dropdown {
        display: none;
    }
}

.search-popup__dropdown_label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 160px;
    max-width: 160px;
    background: #f2f3f7;
    border-radius: 8px;
    padding: 10px 12px;
    border: 1px solid #bcc3d080;
    cursor: pointer;
    transition: all 0.3s ease;
}

.search-popup__dropdown_label:hover {
    border-color: #1d2023;
    transition: all 0.3s ease;
}

.search-popup__dropdown.--open .search-popup__dropdown_label,
.search-popup__dropdown_label:active {
    border-color: #007cff;
    transition: all 0.3s ease;
}

.search-popup__dropdown_label-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #1d2023;
}

.search-popup__dropdown_label-icon {
    transform: rotate(0deg);
    transition: all 0.3s ease;
}

.search-popup__dropdown.--open .search-popup__dropdown_label-icon {
    transform: rotate(-180deg);
    transition: all 0.3s ease;
}

.search-popup__dropdown_list {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    max-height: 75vh;
    padding: calc(32px + 6px);
    padding-top: 32px;
    background: #fff;
    border-radius: 0 0 16px 16px;
    overflow-y: scroll;
    scrollbar-width: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.search-popup__dropdown_list::-webkit-scrollbar {
    display: none;
}

.search-popup__dropdown_list-item {
    width: fit-content;
    border-radius: 12px;
    padding: 14px 6px;
    font-size: 17px;
    line-height: 24px;
    transition: all 0.3s ease;
    white-space: nowrap;
    cursor: pointer;
}

.search-popup__dropdown_list-item:hover {
    background: #f2f3f7;
}

.search-popup__dropdown.--open .search-popup__dropdown_list {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
    z-index: 9998;
}

.search-popup__input-wrapper {
    flex-grow: 1;
    position: relative;
}

.search-popup__input-wrapper .form__field {
    position: relative;
}

.search-popup__input-wrapper .form__field input {
    padding: 10px 12px;
    border-radius: 8px;
}

@media (max-width: 767px) {
    .search-popup__input-wrapper .form__field input:focus {
        padding-right: calc(12px + 32px);
    }
}

.search-popup__input-clear {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 8px;
    width: 32px;
    height: 100%;
    padding: 4px;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}

.--focus .search-popup__input-clear {
    opacity: 1;
    visibility: visible;
}

.search-popup__input_list-wrapper:not(.--fast-result) {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 4px;
    padding: 6px;
    background: #fff;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.12), 0px 12px 20px rgba(0, 0, 0, 0.14);
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9999;
}

@media (max-width: 767px) {
    .search-popup__input_list-wrapper:not(.--fast-result) {
        left: -12px;
        width: calc(100vw - 12px);
        border-radius: 0 0 16px 16px;
        padding-top: calc(6px + 24px);
        box-shadow: none;
        padding: 12px;
    }
}

.search-popup__input_list-item.--show-all-results {
    margin-top: 24px;
    margin-bottom: 32px;
    text-align: center;
    cursor: pointer;
}

@media (min-width: 767px) and (max-width: 991px) {
    .search-popup__input_list-item.--show-all-results {
        margin-bottom: 32px;
    }
}

@media (max-width: 767px) {
    .search-popup__input_list-item.--show-all-results {
        margin-bottom: 0px;
    }
}

.search-popup__input_list-wrapper.--open:not(.--fast-result) {
    opacity: 1;
    visibility: visible;
}

.search-popup__input_list-link {
    display: flex;
    align-items: center;
}

.search-popup__input_list-link > span:first-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-popup__input_list-link span:nth-child(2) {
    flex: 1 0 auto;
    color: #969fa8;
    text-align: right;
}

.--popular {
    display: none;
}

.--popular.--open {
    display: block;
}

.popular-query {
    justify-content: space-between;
    margin: 0 6px;
    padding: 14px 0;
}

.--fast-result {
    display: none;
}

.--fast-result.--open {
    display: block;
}

.fast-result {
    padding: 8px 6px;
}

.fast-result__img-wrapper {
    flex: 1 0 100%;
    max-width: 113px;
    max-height: 72px;
    border-radius: 12px;
    overflow: hidden;
    margin-right: 4px;
}

.fast-result__content-wrapper {
    display: grid;
    gap: 4px;
    padding: 0 8px;
    flex: 0 1 100%;
}

.fast-result__content-category,
.fast-result__content-date {
    color: #626c77;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.fast-result__content-title {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 767px) {
    .fast-result__content-category,
    .fast-result__content-title,
    .fast-result__content-date {
        font-size: 12px;
        line-height: 16px;
    }
}

.search-popup__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: none;
    border-radius: 8px;
    padding: 10px;
    width: fit-content;
    min-width: 44px;
    min-height: 44px;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    font-family: "MTSCompact", sans-serif;
    cursor: pointer;
}

.search-popup__btn-search,
.search-popup__btn-all {
    background-color: #1d2023;
    color: #fafafa;
}

.search-popup__btn-close,
.search-popup__btn-up {
    background-color: #f2f3f7;
}

.search-popup__btn-up {
    display: flex;
    align-items: center;
    margin-right: 16px;
}

.search-popup__btn-fix {
    margin: 32px auto 0px;
}

@media (max-width: 767px) {
    .search-popup__btn-fix {
        width: 100%;
    }
}

.search-popup__result-wrapper {
    max-height: 75vh;
    overflow-y: scroll;
    scrollbar-width: none;
    scroll-behavior: smooth;
}

.search-popup__result-wrapper::-webkit-scrollbar {
    display: none;
}

.search-popup__result {
    display: none;
    scroll-behavior: smooth;
}

.search-popup__result.--open {
    display: block;
}

.search-popup__result_length {
    text-align: right;
    font-size: 17px;
    line-height: 24px;
    color: #626c77;
    padding: 8px 0;
    margin: 8px 0 0;
}

@media (max-width: 767px) {
    .search-popup__result_length {
        display: none;
    }
}

.search-popup__result_btn-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
}

.search-popup__btn-all {
    min-width: 142px;
}

.search-popup__btn-up svg {
    margin-right: 8px;
}

@media (max-width: 767px) {
    .search-popup__result_btn-wrapper {
        margin-top: 24px;
    }

    .search-popup__result_btn-wrapper .search-popup__btn {
        padding: 14px;

    }

    .search-popup__btn:nth-child(2) {
        flex: 1;
    }

    .search-popup__btn:first-child {
        flex: 0 127px;
    }
}

.search-popup__result_list.--d-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 767px) {
    .search-popup__result_list.--d-grid {
        padding-top: 32px;
        gap: 24px;
        grid-template-columns: repeat(4, minmax(164px, 1fr));
    }
}

.search-popup__result_category {
    padding-top: 32px;
}

@media (max-width: 767px) {
    .search-popup__result_category {
        padding-top: 24px;
    }
}

.search-popup__result_category-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 16px;
    cursor: pointer;
}

@media (max-width: 991px) {
    .search-popup__result_category-title {
        font-size: 24px;
        line-height: 28px;
    }
}

.search-popup__result_category-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 100%;
    min-width: 20px;
    min-height: 20px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    background-color: #f2f3f7;
    border-radius: 50%;
    padding: 2px 6px;
    vertical-align: middle;
}

.search-popup__result_category-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

@media (min-width: 767px) {
    .search-popup__result_category-list {
        grid-template-columns: repeat(4, minmax(164px, 1fr));
        gap: 16px;
    }
}

@media (min-width: 991px) {
    .search-popup__result_category-list {
        gap: 24px;
    }
}

.search-popup__result_help {
    display: none;
    margin-top: 8px;
    margin-bottom: 32px;
    padding: 8px 0;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
}

.search-popup__result_help.--open {
    display: block;
}

.search-popup__result_help span {
    color: #626c77;
}

.search-popup__result_not-found {
    display: none;
    margin-top: 32px;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    color: #626c77;
}

@media (max-width: 767px) {
    .search-popup__result_not-found {
        margin-top: 0;
        padding-top: 85px;
        font-size: 20px;
        line-height: 28px;
    }

    .search-popup__result_not-found p {
        max-width: 173px;
        margin: 0 auto;
    }
}

.search-popup__result_not-found.--open {
    display: block;
}

.post-search {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 12px;
}

.post-search__image {
    height: 182px;
    border-radius: 12px;
    overflow: hidden;
}

.post-search__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-search__content {
    display: grid;
    row-gap: 8px;
    padding: 8px;
}

.post-search__content-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}

.post-search__content-text {
    font-size: 14px;
    line-height: 20px;
    color: #626c77;
}

@media (max-width: 991px) {
    .post-search__content {
        padding: 8px 0;
    }

    .post-search__content-title,
    .post-search__content-text {
        font-size: 12px;
        line-height: 16px;
    }

    .post-search__content-text {
        font-weight: 500;
    }
}

@media (max-width: 500px) {
    .post-search__image {
        height: 104px;
    }
}


/* Блоки для страницы кейса */

.container.--case {
    max-width: 1304px;
    padding: 0 20px;
}

.hero-section-case {
    background-color: #ffffff;
    padding: 20px 0 32px;
}

.hero-section-case__inner {

}

.hero-section-case__block {
    background: #F2F3F7;
    border-radius: 32px;
    padding: 32px;
}

.hero-section-case__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-bottom: 8px;
}

.hero-section-case__block.--1 {
    grid-row: 1 / 3;
    margin-right: -20%;
}

.hero-section-case__block.--2 {
    margin-left: 20%;
}

.hero-section-case__block.--3 {
    margin-left: 20%;
}

.hero-section-case__block.--4 {
    display: flex;
    align-items: center;
}

.hero-section-case__title {
    font-family: MTSCompact, sans-serif;
    font-size: 56px;
    font-weight: 500;
    line-height: 56px;
    margin-bottom: 16px;
}

.hero-section-case__title.--secondary {
    font-family: MTSWide, sans-serif;
    margin-bottom: 4px;
}

.hero-section-case__text {
    font-family: MTSCompact, sans-serif;
    font-size: 24px;
    line-height: 32px;
}

.hero-section-case__description {
    font-family: MTSWide, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.05em;
    max-width: 284px;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-transform: uppercase;
}

.hero-section-case__row {
    display: flex;
}

.hero-section-case__image {
    position: relative;
    padding: 6px 24px 6px 0;
    max-width: 185px;
    flex-shrink: 0;
}

.hero-section-case__image:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 64px;
    width: 1px;
    background-color: #BCC3D080;
}

@media (max-width: 767px) {
    .hero-section-case__image:after {
        display: none;
    }
}


.hero-section-case__image img {

}

.hero-section-case__industry {
    position: relative;
    padding: 0 24px;
}

.hero-section-case__industry:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 64px;
    width: 1px;
    background-color: #BCC3D080;
}

@media (max-width: 767px) {
    .hero-section-case__industry:after {
        display: none;
    }
}

.hero-section-case__industry-title {
    font-size: 17px;
    line-height: 24px;
    color: #626C77;
    margin-bottom: 6px;
}

.hero-section-case__industry-value {
    font-size: 24px;
    line-height: 32px;
}

.hero-section-case__services {
    padding-left: 24px;
}

.hero-section-case__services-text {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 12px;
    color: #626C77;
}

.hero-section-case__services-list {
    display: flex;
}

.hero-section-case__services-list-item {
    display: flex;
    align-items: center;
    margin-right: 24px;
}

.hero-section-case__services-list-item:last-child {
    margin-right: 0;
}

.hero-section-case__services-list-item-image {
    height: 26px;
    flex-shrink: 0;
}

.hero-section-case__services-list-item-image img {
    width: auto;
    height: 100%;
}

@media (max-width: 1338px) {

    .hero-section-case__title.--secondary {
        font-size: 44px;
        line-height: 44px;
    }

    .hero-section-case__block.--1 {
        grid-column: 1 / 3;
        grid-row: 1 / 2;
        margin-right: 0;
    }

    .hero-section-case__block.--2 {
        margin-left: 0;
    }

    .hero-section-case__block.--3 {
        margin-left: 0;
    }
}

@media (max-width: 945px) {
    .hero-section-case__block.--4 {
        display: block;
    }

    .hero-section-case__services {
        padding-left: 0;
        margin-top: 24px;
    }
}

@media (max-width: 767px) {
    .hero-section-case {
        padding: 20px 0;
    }

    .hero-section-case__wrapper {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-bottom: 12px;
    }

    .hero-section-case__block.--1 {
        grid-column: 1 / 2;
    }

    .hero-section-case__block {
        padding: 20px;
        border-radius: 24px;
    }

    .hero-section-case__title {
        font-size: 24px;
        font-weight: 500;
        line-height: 28px;
        margin-bottom: 16px;
    }

    .hero-section-case__text {
        font-size: 20px;
        line-height: 28px;
    }

    .hero-section-case__title.--secondary {
        font-size: 36px;
        line-height: 40px;
    }

    .hero-section-case__description {
        font-size: 10px;
        font-weight: 700;
        line-height: 12px;
        letter-spacing: 0.05em;
    }

    .hero-section-case__row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .hero-section-case__image {
        border-right: none;
        padding: 0;
    }

    .hero-section-case__industry {
        border-right: none;
        padding: 0;
    }

    .hero-section-case__services {
        margin-top: 20px;
    }

    .hero-section-case__services-list {
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 24px;
    }

    .hero-section-case__services-list-item {
        width: fit-content;
        margin-right: 0;
    }

    .hero-section-case__services-text {
        margin-bottom: 6px;
    }
}

/* Обертка для страницы кейсов */

.wrapper-case {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 80px;
}

.wrapper-case .text-block__image img {
    margin-left: 0;
}

@media (max-width: 1338px) {
    .wrapper-case {
        gap: 40px;
    }
}

@media (max-width: 991px) {
    .wrapper-case {
        display: block;
    }
}

/* Такие стили добавить всем блокам, которые выравниваются по середине, сюда прямо через запятую */
.wrapper-case .text-block,
.wrapper-case .banner,
.wrapper-case .banner-m,
.wrapper-case .banner-l {
    margin-right: 0;
    margin-left: 0;
}

@media (max-width: 991px) {
    .wrapper-case .text-block {
        margin-right: auto;
        margin-left: auto;
    }
}

.wrapper-new {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 80px;
}

@media (max-width: 1338px) {
    .wrapper-new {
        gap: 40px;
    }
}

@media (max-width: 1024px) {
    .wrapper-new {
        display: block;
    }
}

/* Такие стили добавить всем блокам, которые выравниваются по середине, сюда прямо через запятую */
.wrapper-new .text-block {
    margin-right: 0;
    margin-left: 0;
}

@media (max-width: 1024px) {
    .wrapper-new .text-block {
        margin-right: auto;
        margin-left: auto;
    }
}

/* Триггер для открытия формы */
.fixed-cta {
    position: sticky;
    top: 32px;
    padding: 24px;
    border-radius: 32px;
    margin-top: 32px;
    height: fit-content;
    background: url('/blog/wp-content/themes/Impreza-child/assets24/img/popup/background.png') center/cover no-repeat;
    overflow: hidden;
    transition: all 0.5s ease-out;
}

.fixed-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: inherit;
    filter: blur(16px);
    z-index: -1;
}

.fixed-cta::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(
            circle at center,
            rgba(0, 0, 0, 0.25) 0%,
            rgba(0, 0, 0, 0.30) 100%
    );
    mix-blend-mode: multiply;
    z-index: -1;
}

.fixed-cta__title {
    font-size: 32px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 12px;
    color: #FAFAFA;
}

.fixed-cta__text {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
    color: #FAFAFA;
}

.fixed-cta__divider {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    margin: 12px 0;
}

.fixed-cta-case {
    position: sticky;
    top: 32px;
    background-color: #ffffff;
    padding: 24px;
    border-radius: 16px;
    border: 1px solid #BCC3D080;
    margin-top: 32px;
    height: fit-content;
}

.fixed-cta-case__title {
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 15px;
}

.fixed-cta-case__text {
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
}

.fixed-cta-case__divider {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #E2E5EB;
    margin: 24px 0;
}

.fixed-cta__items {
    display: flex;
    flex-direction: column;
    gap: 12px;
    list-style-type: none;
    margin-bottom: 24px;
}

.fixed-cta__items .fixed-cta__items-item {
    display: flex;
    align-items: center;
    gap: 3px;
}

.fixed-cta__items.messenger .fixed-cta__items-item {
    display: flex;
    align-items: flex-start;
    gap: 3px;
}

.fixed-cta__items .fixed-cta__items-item svg {
    flex-shrink: 0;
    width: auto;
    height: auto;
    display: block;
}

.fixed-cta__items .fixed-cta__items-item span {
    display: block;
    vertical-align: top;
    color: #FAFAFA;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
}

.fixed-cta__items.messenger .fixed-cta__items-item span {
    position: relative;
    top: -5px;
}

.fixed-cta__btn {
    width: 100%;
    border-radius: 16px;
}

@media (max-width: 1024px) {
    .fixed-cta {
        display: none;
    }
}

@media (max-width: 991px) {
    .fixed-cta-case {
        display: none;
    }
}

/* Блок в админке с фактами - состоит из от 1 до 3 элементов */
.factoid {
    display: flex;
    flex-wrap: wrap;
    padding: 16px 0 0;
}

.factoid__block {
    min-width: 80px;
    margin-right: 24px;
    margin-bottom: 16px;
    width: min-content;
}

.factoid__block:last-child {
    margin-right: 0;
}

.factoid__block-title {
    font-family: MTSWide, sans-serif;
    font-size: 56px;
    font-weight: 500;
    line-height: 56px;
    margin-bottom: 4px;
    white-space: nowrap;
}

.factoid__block-text {
    font-family: MTSWide, sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .factoid__block {
        margin-right: 20px;
        margin-bottom: 24px;
    }

    .factoid__block:last-child {
        margin-right: 0;
    }

    .factoid__block-title {
        font-size: 36px;
        font-weight: 500;
        line-height: 36px;
    }
}

/* Блок маленькая цитата */

.quote-small {
    padding-left: 16px;
    margin: 16px 0;
    border-left: 2px solid #000000;
}

.quote-small.--in {
    border-left: 2px solid #BCC3D080;
}

.quote-small__text {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 16px;
}

.--in .quote-small__text {
    color: #626C77;
}

.quote-small__author {
    display: grid;
    grid-template-columns: 52px 1fr;
    column-gap: 8px;
    align-items: center;
}

.quote-small__author-image {
    position: relative;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    overflow: hidden;
    margin-right: 8px;
}

.quote-small__author-image:before {
    content: "";
    position: absolute;
    border-radius: 16px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(188, 195, 208, 0.5);
}

.quote-small__author-image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.quote-small__author-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 12px;
    line-height: 16px;
    color: #626c77;
}

.quote-small__author-content-name {
    font-size: 14px;
    line-height: 20px;
    color: #1d2023;
    font-weight: 500;
}

.read-more-detail {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
}

.read-more__wrapper {
    display: flex;
    justify-content: space-between;
}

.read-more__icon {
    width: 44px;
    height: 44px;
    margin-left: 35px;
}

.read-more__icon:before {
    content: '';
    display: block;
    background-image: url("../img/icon-scroll.svg");
    width: 100%;
    height: 100%;
}

.read-more__title {
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 32px;
}

@media (max-width: 767px) {
    .read-more__title {
        margin-bottom: 24px;
    }
}

@media (max-width: 420px) {
    .read-more__title {
        max-width: 240px;
    }
}

.read-more-main .read-more__title {
    margin-bottom: 24px;
}

@media (max-width: 767px) {
    .read-more-main .read-more__title {
        margin-bottom: 16px;
        font-size: 32px;
        line-height: 36px;
    }
}

.read-more-main {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 24px 0;
    background: #E2E5EB;
    border-radius: 24px 0 0 24px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .read-more-main {
        padding: 40px 0;
    }
}

@media (max-width: 767px) {
    .read-more-main {
        padding: 32px 0;
        border-radius: 20px 0 0 20px;
    }
}

.read-more__slider {
    overflow: visible;
}

.read-more__slider .swiper-wrapper {
    align-items: stretch;
}

.read-more__slider .swiper-slide {
    width: 328px;
    height: auto;
}

.read-more__slider-item {
    display: flex;
    flex-direction: column;
    width: 328px;
    height: 100%;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 6px;
    cursor: grab;
    transition: 0.3s ease-out;
}

.read-more__slider-item:hover .read-more__slider-item-image img {
    transform: scale(1.05);
    transition: 0.3s ease-out;
}

.read-more__slider-item-wrapper {
    display: flex;
    flex-direction: column;
    padding: 16px 12px;
    flex-grow: 1;
}

.read-more__slider-item-image {
    height: 182px;
    border-radius: 12px;
    overflow: hidden;
}

.read-more__slider-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-out;
}

.read-more__slider-item-text {
    font-size: 14px;
    line-height: 20px;
    color: #626C77;
    margin-bottom: 8px;
}

.read-more__slider-item-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 8px;
}

.read-more__slider-item-date {
    font-size: 14px;
    line-height: 20px;
    color: #626C77;
    margin-top: auto;
}

/* Разводная кейсов */

.cases {
    margin-bottom: 64px;
}

/* Фильтр */
.filter-cases {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 32px;
    margin-bottom: 16px;
}

.cases .main__head-top {
    margin-bottom: 24px;
}

@media (max-width: 991px) {
    .filter-cases {
        grid-template-columns: 1fr;
        row-gap: 12px;
    }
}

.filter-cases-divider {
    width: 100%;
    background-color: #BCC3D080;
    height: 1px;
    margin-bottom: 24px;
}

/* Дропдаун */
.dropdown-cases {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 4px 40px 4px 4px;
    background-color: #ffffff;
    border-radius: 12px;
    border: 1px solid #BCC3D080;
    height: fit-content;
    transition: 0.3s ease-out;
}

@media (max-width: 991px) {
    .dropdown-cases {
        display: flex;
        align-items: center;
        min-height: 44px;
    }
}

.dropdown-cases__content {
    flex-grow: 1;
    cursor: pointer;
}

.dropdown-cases:hover {
    border: 1px solid #1D2023;
}

.dropdown-cases.--active {
    border: 1px solid #007CFF;
}

.dropdown-cases.--active .dropdown-cases__placeholder {
    color: #969FA8;
}

.dropdown-cases__content-placeholder {
    font-size: 17px;
    line-height: 24px;
    color: #626C77;
    margin-left: 6px;
}

@media (max-width: 991px) {
    .dropdown-cases__content-placeholder {
        font-size: 17px;
        line-height: 24px;
    }
}

.dropdown-cases__content-arrow {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    background-image: url("../img/icon-arrow-down-grey.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 100%;
    transition: 0.3s ease-out;
    cursor: pointer;
}

.dropdown-cases.--active .dropdown-cases__content-arrow {
    transform: rotate(180deg) translateY(50%);
}

.dropdown-cases__content-selected {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2px;
    row-gap: 4px;
}

.dropdown-cases__content-selected-item {
    display: flex;
    align-items: center;
    background-color: #F2F3F7;
    padding: 7px 6px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 20px;
    width: fit-content;
}

.dropdown-cases__content-selected-item-delete {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url('../img/icon-close-grey.svg');
    background-repeat: no-repeat;
    margin-left: 2px;
    cursor: pointer;
}

.dropdown-cases__menu {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    transform: translateY(calc(100% + 4px));
    display: none;
    background-color: #ffffff;
    width: 100%;
    border-radius: 16px;
    padding: 6px;
    box-shadow: 0 12px 20px 0 #00000024;
    z-index: 10;
    will-change: transform;
}

.dropdown-cases__menu-list {
    max-height: 176px;
    overflow-y: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
    .dropdown-cases__menu-list::-webkit-scrollbar {
        width: 4px;
        height: 4px;
        background-color: #ffffff;
        border-radius: 4px;
    }

    .dropdown-cases__menu-list::-webkit-scrollbar-thumb {
        background: #BBC1C7;
        border-radius: 4px;
    }

    .dropdown-cases__menu-list {
        scrollbar-width: thin;
        scrollbar-color: #BBC1C7 #ffffff;
    }
}


.dropdown-cases__menu-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #1D2023;
    padding: 6px;
    cursor: pointer;
}

.dropdown-cases__menu-list-item.--active:after {
    content: '';
    display: block;
    background-image: url('../img/icon-check-red.svg');
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

/*Карточки основные*/
.cards-cases {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 32px;
    row-gap: 24px;
    margin: 24px 0;
}

@media (max-width: 991px) {
    .cards-cases {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 12px;
    }
}

@media (max-width: 767px) {
    .cards-cases {
        grid-template-columns: 1fr;
    }
}

.card-cases {
    display: flex;
    background-color: #ffffff;
    border-radius: 16px;
    border: 1px solid #BCC3D080;
    overflow: hidden;
    transition: 0.3s ease-out;
}

.card-cases:hover {
    border: 1px solid #8743DD;
}

.card-cases__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.card-cases__wrapper:hover .card-cases__bottom .card-cases__bottom-number {
    transition: 0.3s;
    color: #8743DD;
}

.card-cases__wrapper:hover .card-cases__bottom .card-cases__bottom-text {
    transition: 0.3s;
    color: #8743DD;
}

.card-cases__left {
    transform: translateX(-100%);
    display: flex;
    flex-direction: column;
    padding: 16px;
    width: 328px;
    transition: 0.3s ease-out;
}

.card-cases__left-top {
    display: grid;
    grid-template-columns: 62px 206px 24px;
    margin-bottom: 16px;
}

.card-cases__left-top > :last-child {
    margin-left: 4px;
}

.card-cases__left-image {
    width: 62px;
    border-radius: 12px;
    overflow: hidden;
}

.card-cases__left-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-cases__left-content {
    background: #F2F3F7;
    padding: 8px;
    border-radius: 12px;
}

.card-cases__left-content-fio {
    font-family: MTSWide, sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
    margin-bottom: 2px;
    color: #1D2023;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.card-cases__left-content-position {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #626C77;
}

.card-cases__left-middle {
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
}

.card-cases__left-bottom {
    display: flex;
    align-items: center;
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid #BCC3D080;
}

.card-cases__left-bottom-number {
    font-family: MTSWide, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin-right: 6px;
}

.card-cases__left-bottom-text {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
}

.card-cases__right {
    display: flex;
    flex-direction: column;
    padding: 16px;
    width: 328px;
    transform: translateX(-100%);
    transition: 0.3s ease-out;
}

.card-cases__right-top {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-bottom: 25px;
}

.card-cases__right-top::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(
            to right,
            rgba(188, 195, 208, 0.2),
            rgba(188, 195, 208, 1),
            rgba(188, 195, 208, 0.2)
    );
}

.card-cases__right-top-logo {
    height: 48px;
}

.card-cases__right-top-icon {
    width: 32px;
    height: 32px;
    border: 1px solid rgba(188, 195, 208, 0.5);
    border-radius: 24px;
    padding: 8px;
}

.card-cases__right-top-arrow {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url('../img/cases/rotate-icon.svg');
    background-repeat: no-repeat;
    background-size: 100%;
}

.card-cases__left-top-icon {
    width: 24px;
    height: 24px;
    border: 0.75px solid rgba(188, 195, 208, 0.5);
    border-radius: 18px;
    padding: 5px;
}

.card-cases__left-arrow {
    display: block;
    width: 12px;
    height: 12px;
    background-image: url('../img/cases/link-arrow.svg');
    background-repeat: no-repeat;
    background-size: 100%;
}

.card-cases__right-image {
    height: 163px;
    margin-bottom: 16px;
    border: 1px solid #BCC3D080;
    border-radius: 4px;
    overflow: hidden;
}

.card-cases__right-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-cases__right-text {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 16px;
}

.card-cases__right-bottom {
    display: flex;
    align-items: center;
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid #BCC3D080;
}

.card-cases__right-bottom-number {
    font-family: MTSWide, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin-right: 6px;
}

.card-cases__right-bottom-text {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
}

.card-cases__bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: auto 16px 16px;
}

.card-cases__bottom-number {
    font-family: MTSWide, sans-serif;
    font-size: 56px;
    font-weight: 500;
    line-height: 56px;
    white-space: nowrap;
    margin-bottom: 4px;
}

.card-cases__bottom-text {
    font-family: MTSWide, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
}

/* Карточки серые */

.cards-grey-cases {
    border-radius: 16px;
    background-color: #ffffff;
    padding: 24px;
    will-change: transform;
    overflow: hidden;
}

@media (max-width: 767px) {
    .cards-grey-cases {
        margin: 0 -20px;
    }
}

.cards-grey-cases__title {
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 24px;
}

@media (max-width: 767px) {
    .cards-grey-cases__title {
        font-size: 32px;
        font-weight: 500;
        line-height: 36px;
    }
}

.cards-grey-cases__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

@media (max-width: 767px) {
    .cards-grey-cases__list {
        display: none;
    }
}

.card-grey-cases__slider {
    display: none;
}

@media (max-width: 767px) {
    .card-grey-cases__slider {
        display: block;
    }

    .card-grey-cases__slider .swiper-slide {
        width: 308px;
    }

    .card-grey-cases__slider .swiper-wrapper {
        display: flex;
    }
}

.card-grey-cases {
    padding: 24px;
    position: relative;
    z-index: 1;
}

.card-grey-cases:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #BCC3D080;
    background-color: #F2F3F7;
    border-radius: 12px;
    transition: all 0.3s ease-out;
    z-index: -1;
}

.card-grey-cases:hover:before {
    transform: scale(0.98);
    border: 1px solid #8743DD
}

@media (max-width: 767px) {
    .card-grey-cases {
        display: block;
        width: 308px;
        margin-right: 12px;
    }
}

.card-grey-cases__top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.card-grey-cases__top-logo {
    height: 48px;
}

.card-grey-cases__top-arrow {
    width: 24px;
    height: 24px;
    background-image: url('../img/icon-arrow-link.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    filter: brightness(0) saturate(100%) invert(11%) sepia(6%) saturate(845%) hue-rotate(169deg) brightness(94%) contrast(95%);
}

.card-grey-cases__text {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 16px;
}

.card-grey-cases__bottom {
    display: flex;
    align-items: center;
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid #BCC3D080;
}

.card-grey-cases__bottom-number {
    font-family: MTSWide, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin-right: 6px;
}

.card-grey-cases__bottom-text {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
}

/* Один кейс */
.single-case {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 8px;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 24px;
}

@media (max-width: 991px) {
    .single-case {
        grid-template-columns: 1fr;
        row-gap: 8px;
    }
}

@media (max-width: 767px) {
    .single-case {
        padding: 20px;
        margin: 0 -20px;
        row-gap: 10px;
    }
}

.single-case__left {
    display: flex;
    flex-direction: column;
    background: #F2F3F7;
    border-radius: 12px;
    padding: 24px;
}

.single-case__left-text {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 24px;
}

.single-case__left-logo {
    margin-top: auto;
    height: 36px;
}

.single-case__left-logo img {
    height: 100%;
}

.single-case__center {
    background: #F2F3F7;
    border-radius: 12px;
    padding: 24px;
}

.single-case__center-top {
    display: grid;
    grid-template-columns: 62px 1fr;
    column-gap: 8px;
    margin-bottom: 24px;
}

.single-case__center-top-img {
    width: 62px;
    height: 62px;
    border-radius: 12px;
    overflow: hidden;
}

.single-case__center-top-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-case__center-top-content {
    background-color: #ffffff;
    padding: 8px;
    border-radius: 12px;
}

.single-case__center-top-content-fio {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 4px;
}

.single-case__center-top-content-position {
    font-size: 12px;
    line-height: 16px;
}

.single-case__center-text {
    font-size: 17px;
    line-height: 24px;
}

.single-case__right {
    display: flex;
    flex-direction: column;
}

.single-case__right-wrapper {
    flex: 1;
    background: #F2F3F7;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 10px;
}

.single-case__right-factoids {

}

@media (max-width: 991px) {
    .single-case__right-factoids {
        display: flex;
        column-gap: 24px;
    }
}

@media (max-width: 767px) {
    .single-case__right-factoids {
        flex-direction: column;
    }
}

.single-case__right-factoid {
    margin-bottom: 24px;
    color: #8743DD;
}

.single-case__right-factoid:last-child {
    margin-bottom: 0;
}

.single-case__right-factoid-number {
    font-family: MTSWide, sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 36px;
    white-space: nowrap;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background: linear-gradient(91.12deg, #8743DD 7%, #9666FB 80.73%);
    font-style: normal;
    -webkit-background-clip: text !important;
}

.single-case__right-factoid-text {
    font-family: MTSWide, sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    min-width: 200px;
    max-width: 240px;
    width: 100%;
}

.single-case__right-btn {
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .single-case__right-btn.button-new {
        padding: 18px;
    }
}

/* Новая кнопка, стили будут добавляться скорее всего */
.button-new {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    font-family: MTSWide, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.05em;
    background: linear-gradient(91.12deg, #8743DD 7%, #9666FB 80.73%);
    border-radius: 16px;
    padding: 14px;
    color: #ffffff;
    text-transform: uppercase;
}

.button-new:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.1);
    opacity: 0;
    transition: all 0.3s ease-out;
}

.button-new:hover:before {
    opacity: 1;
}

.breadcrumbs-case-wrapper {
    background-color: #ffffff;
    padding: 20px 0;
}

.breadcrumbs-case {
    display: flex;
}

.breadcrumbs-case__item {
    display: flex;
    align-items: flex-start;
}

.breadcrumbs-case__item:after {
    content: "";
    display: inline-block;
    align-self: center;
    background-image: url("../img/arrow-right.svg");
    background-size: 100%;
    width: 24px;
    height: 24px;
    margin: 0 4px;
}

/*.breadcrumbs-case__item:last-child {*/
/*    color: inherit;*/
/*}*/

.breadcrumbs-case__item:last-child:after {
    display: none;
}

.breadcrumbs-case__item-link {
    text-decoration: none;
    font-size: 17px;
    line-height: 24px;
    color: #626c77;
}

/* Врезка статей на главной */

.main-cases {

}

.main-cases__title {
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 24px;
}

@media (max-width: 991px) {
    .main-cases__title {
        margin-bottom: 16px;
    }
}

@media (max-width: 767px) {
    .main-cases__title {
        font-size: 32px;
        line-height: 36px;
    }
}

.main-cases__blocks {

}

.main-cases__slider {
    overflow: hidden;
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-right: auto;
    margin-bottom: 24px;
}

@media (max-width: 991px) {
    .main-cases__slider {
        margin-bottom: 16px;
    }
}

.main-cases__slider .swiper-wrapper {
    align-items: stretch;
}

.main-cases__slider .swiper-slide {
    height: auto;
}

.main-cases__slider .card-cases {
    height: 100%;
}

.main-cases__slider .swiper-slide,
.main-cases__slider .card-cases {
    width: 328px;
    margin-right: 32px;
}

@media (max-width: 991px) {
    .main-cases__slider .swiper-slide,
    .main-cases__slider .card-cases {
        margin-right: 16px;
    }
}

@media (max-width: 767px) {
    .main-cases__slider .swiper-slide,
    .main-cases__slider .card-cases {
        margin-right: 8px;
    }
}

.main-cases__slider .swiper-slide:last-child,
.main-cases__slider .card-cases:last-child {
    margin-right: 0;
}

.main-cases__slider .card-cases:last-child {
    margin-right: 0;
}

.main-cases__slider-item {

}

.main-cases__bottom {
    display: flex;
    column-gap: 32px;
}

@media (max-width: 767px) {
    .main-cases__bottom {
        display: flex;
        flex-direction: column;
        row-gap: 16px;
    }
}

.main-cases__btn {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    max-width: 328px;
    height: 72px;
    border-radius: 20px;
}

@media (max-width: 991px) {
    .main-cases__btn {
        max-width: 170px;
    }
}

@media (max-width: 767px) {
    .main-cases__btn {
        max-width: unset;
    }
}

.main-cases__marquee-container {
    position: relative;
    background-color: #ffffff;
    border-radius: 24px;
    padding: 12px 0;
    flex-grow: 1;

    width: 100%;
    overflow: hidden;
}

.main-cases__marquee-container:before,
.main-cases__marquee-container:after {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 68px;
    height: 48px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.main-cases__marquee-container:before {
    left: 0;
    background-image: url('../img/pseudo-left.png');
}

.main-cases__marquee-container:after {
    right: 0;
    background-image: url('../img/pseudo-right.png');
}

/* Бегущая строка */

.marquee-slider {
    overflow: hidden;
}

/* animation-duration управляет скоростью бегущей строки */
.marquee-slider-container {
    width: 100%;
    animation-name: animation;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    display: flex;
    gap: 12px;
    animation-duration: 100s;
    animation-direction: normal;
    animation-play-state: running;
}

.marquee-slider-container img {
    height: 48px;
    flex: 0 0 auto;
}


@keyframes animation {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-335%);
    }
}

.loader {
    width: 36px;
    padding: 4px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: linear-gradient(91.12deg, #8743DD 7%, #9666FB 80.73%);
    --_m: conic-gradient(#0000 10%, #000),
    linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: l3 1s infinite linear;
    margin: 0 auto;
}

@keyframes l3 {
    to {
        transform: rotate(1turn)
    }
}

/*Style for Divider*/
.divider {
    position: relative;
    width: 100%;
    padding: 24px 0;
}

.divider:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #BCC3D080;
}

@media (max-width: 767px) {
    .divider {
        padding: 16px 0;
    }
}

/*subscription*/
.subscription {
    border-radius: 32px;
    color: #1d2023;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
}

@media (max-width: 991px) {
    .subscription {
        padding: 32px;
        background-size: 156px 219px;
    }
}

@media (min-width: 767px) {
    .subscription {
        background-image: url('/blog/wp-content/themes/Impreza-child/assets24/img/subscription-bg.png');
    }
}

@media (max-width: 767px) {
    .subscription {
        padding: 20px;
    }
}

.subscription__head {
    max-width: 660px;
    margin-bottom: 32px;
}

.subscription__head_title {
    font-weight: 500;
    font-size: 44px;
    line-height: 44px;
    letter-spacing: 0px;
}

@media (max-width: 991px) {
    .subscription__head_title {
        font-size: 36px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .subscription__head_title {
        font-size: 32px;
        line-height: 36px;
    }
}

.subscription__head_description {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #626C77;
}

@media (max-width: 991px) {
    .subscription__head_description {
        max-width: 467px;
    }
}

@media (max-width: 767px) {
    .subscription__head_description {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (min-width: 768px) {
    .subscription__form {
        max-width: 510px;
    }
}

.subscription__form .form__field-wrapper {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
}

@media (min-width: 768px) {
    .subscription__form .form__field-wrapper {
        column-gap: 4px;
    }
}

@media (max-width: 767px) {
    .subscription__form .form__field-wrapper {
        flex-direction: column;
        row-gap: 8px;
    }
}

.subscription__form .form__field {
    flex: 1;
    width: 100%;
}

.subscription__form input {
    padding: 10px 12px;
}

.subscription__form button {
    min-height: 46px;
    border-radius: 16px;
    padding: 12px;
    min-width: 155px;
    font-family: 'MTSWide', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

@media (max-width: 767px) {
    .subscription__form button {
        width: 100%;
    }
}

.subscription #form-result {
    grid-template-columns: 41px 1fr;
    gap: 10px;
    padding: 16px 20px;
    border-radius: 20px;
    background: #F2F3F7;
    max-width: 510px;
}

.modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
    justify-items: center;
    padding: 32px;
    overflow: hidden auto;
    overscroll-behavior: contain;
    background-color: rgba(98, 108, 119, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease-out;
}

.modal.active {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 767px) {
    .modal {
        padding: 32px 20px;
    }
}

@media (max-width: 579px) {
    .modal {
        padding: 64px 0;
    }
}

.modal__blur-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    backdrop-filter: blur(8px);
    mask: linear-gradient(to bottom, black 50%, transparent 100%) no-repeat;
}

.modal__content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-width: 800px;
    width: 100%;
    padding: 7px;
    border-radius: 24px;
    border: 1px solid #bcc3d080;
    background: linear-gradient(180deg, rgba(29, 26, 32, 0.16) 0%, rgba(29, 26, 32, 0.36) 100%);
    box-shadow: 0 -8px 24px 0 rgba(0, 0, 0, 0.1), 0 -2px 24px 0 rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(20px);
}

#short-modal .modal__content {
    max-width: 408px;
}

.modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 16px;
}

.modal__body {
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08), 0 4px 24px 0 rgba(0, 0, 0, 0.12);
}

.modal__close-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    border-radius: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

@media (hover) {
    .modal__close-button:hover {
        background-color: rgba(255, 255, 255, 0.1);
    }
}

.modal-form__body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

#short-modal .modal-form__body {
    display: block;
}

@media (max-width: 768px) {
    .modal-form__body {
        grid-template-columns: 1fr;
    }
}

.modal-form__content, .modal-form__form {
    display: flex;
    align-items: center;
    padding: 16px;
}

.modal-form__content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-radius: 20px 0 0 20px;
    background-color: #F2F3F7;
}

@media (max-width: 768px) {
    .modal-form__content {
        padding-bottom: 36px;
        margin-bottom: -20px;
        border-radius: 20px 20px 0 0;
    }
}

.modal-form__form {
    border-radius: 0 20px 20px 0;
    background-color: #FFFFFF;
}

@media (max-width: 768px) {
    .modal-form__form {
        position: relative;
        z-index: 2;
        border-radius: 20px;
    }

    .modal-form__form .mts-application-form {
        width: 100%;
    }
}

#short-modal .modal-form__form {
    border-radius: 20px;
}

.modal-form__title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    color: #1D2023;
    margin: 0;
    max-width: 333px;
}

.modal-form__description {
    display: flex;
    flex-direction: column;
    list-style-type: disc;
    padding-left: 28px;
}

.modal-form__description .modal-form__description-item {
    color: #626C77;
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
}

.modal-form__image {
    border-radius: 4px;
    overflow: hidden;
    line-height: 0;
}

.modal-form__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .modal-form__image {
        display: none;
    }
}

.policy-message {
    padding: 8px 16px;
    margin: 0;
    text-align: center;
}

.policy-message.--s {
    font-size: 12px;
    line-height: 16px;
}

.policy-message.--m {
    font-size: 14px;
    line-height: 20px;
}

@media (max-width: 767px) {
    .policy-message {
        padding: 8px 0;
    }
}

.policy-message.--dark {
    color: #1D2023;
}

.policy-message.--light {
    color: #FAFAFA;
}

.policy-message.--gray {
    color: #626C77;
}

.policy-message a {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    padding: 0 2px;
    border-radius: 4px;
    color: currentColor;
    text-decoration: none;
    border: none;
    transition: background-color 0.2s ease-in-out;
}

.policy-message a:after {
    content: url("../img/icon-arrow-link.svg");
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-bottom: 4px;
}

.policy-message.--dark a:after {
    filter: brightness(0) saturate(100%) invert(10%) sepia(12%) saturate(501%) hue-rotate(169deg) brightness(98%) contrast(94%);
}

.policy-message.--light a:after {
    filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(2%) hue-rotate(144deg) brightness(107%) contrast(96%);
}

.policy-message.--gray a:after {
    filter: brightness(0) saturate(100%) invert(45%) sepia(6%) saturate(878%) hue-rotate(171deg) brightness(89%) contrast(85%);
}

.policy-message a:hover {
    background-color: #F2F3F780;
}

.policy-message.--gray a:hover {
    background-color: #EFF0F4;
}

.mts-application-form {
    width: 100%;
}

.mts-application-form__title {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    font-weight: 500;
}

#short-modal .mts-application-form__title {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 8px;
}

#short-modal .mts-application-form__text {
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    color: #626C77;
    max-width: 360px;
}

.mts-application-form__form {
    display: flex;
    flex-direction: column;
}

.mts-application-form__form-fields {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.mts-application-form__btn {
    color: #FFFFFF;
    margin: 20px auto 0;
}

.mts-application-form__info {
    margin: 16px auto 0;
}

.mts-application-form__form .application-modal-form__button {
    width: 100%;
    border-radius: 16px;
    margin-top: 12px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.05em;
}

.mts-application-form__form .application-modal-form__button span {
    font-family: MTSWide, sans-serif;
    font-weight: 700;
}

.v-input-mts {
    position: relative;
}

.v-input-mts__input {
    background: #f2f3f7;
    border: 1px solid rgba(188, 195, 208, .502);
    border-radius: 16px;
    box-shadow: none;
    color: #1d2023;
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    height: 44px;
    line-height: 24px;
    outline: none;
    padding: 10px 36px 10px 12px;
    transition: all .3s ease;
    width: 100%;
}

.v-input-mts__input:hover {
    border-color: #1D2023;
}

.v-input-mts__input:focus {
    transition: all 0.3s ease;
    border-color: #007CFF;
}

.v-input-mts__input:focus::placeholder {
    color: #969FA8;
}

.v-dropdown-mts.error .v-dropdown-mts__wrapper .v-dropdown-mts__field {
    border-color: #f95721;
}

.v-dropdown-mts.--m .v-dropdown-mts__field,
.v-dropdown-mts.--m .v-dropdown-mts__options {
    border-radius: 16px;
}

.v-dropdown-mts.--white .v-dropdown-mts__field {
    background-color: #FFFFFF;
}

.v-dropdown-mts__wrapper {
    position: relative;
}

.v-dropdown-mts__icon {
    position: absolute;
    right: 12px;
    top: calc(50% - 12px);
    transform: rotate(0deg);
    transition: transform 0.3s;
}

.v-dropdown-mts.active .v-dropdown-mts__icon {
    transform: rotate(180deg);
}

.v-dropdown-mts__info {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    color: #626C77;
    margin-bottom: 4px;
}

.v-dropdown-mts__field {
    width: 100%;
    height: 44px;
    background-color: #F2F3F7;
    border-radius: 16px;
    border: 1px solid #D7DAE3;
    padding: 10px 12px;
    cursor: pointer;
    user-select: none;
}

.v-dropdown-mts__field:not(.active .v-dropdown-mts__field):not(.error .v-dropdown-mts__field):hover {
    border: 1px solid #1D2023;
}

.v-dropdown-mts.active .v-dropdown-mts__field {
    border: 1px solid #2980FF;
}

.xl .v-dropdown-mts__field {
    height: 44px;
    padding: 10px 36px 10px 12px;
}

.v-dropdown-mts__selected {
    padding-right: 28px;
    font-size: 17px;
    line-height: 24px;
    color: #626C77;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.v-dropdown-mts__selected--dark {
    color: #1d2023;
}

.error .v-dropdown-mts__selected {
    padding-right: 60px;
}

.v-dropdown-mts__options {
    position: absolute;
    left: 0;
    width: 100%;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.12), 0px 12px 20px 0px rgba(0, 0, 0, 0.14);
    border-radius: 8px;
    overflow: hidden;
    min-height: 0;
    padding: 6px;
    will-change: transform;
    background: #FFFFFF;
    z-index: 970;
    opacity: 0;
    visibility: hidden;
}

.v-dropdown-mts.active .v-dropdown-mts__options {
    opacity: 1;
    visibility: visible;
}

.v-dropdown-mts__options-inner {
    width: 100%;
    height: 100%;
    max-height: 600px;
    overflow-y: auto;
}

.v-dropdown-mts__options-list {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
}

.v-dropdown-mts__options-list-item {
    padding: 10px 6px;
    border-radius: 12px;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    color: #1D2023;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.v-dropdown-mts__options-list-item:hover {
    background-color: rgba(188, 195, 208, 0.2509803922);
}

.v-dropdown-mts__options.--top {
    top: -8px;
    transform: translateY(-100%);
}

.v-dropdown-mts__options.--bottom {
    bottom: -8px;
    transform: translateY(100%);
}

.mts-form-message {
    display: flex !important;
    flex-direction: column;
    align-items: center;
}

.mts-form-message__image {
    position: relative;
    margin-bottom: 20px;
}

.mts-form-message__bottom {
    text-align: center;
    margin: 0 auto;
}

.mts-form-message__bottom-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    margin-bottom: 12px;
}

.mts-form-message__bottom-text {
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #626C77;
}

.mts-form-message__bottom-info {
    color: #969fa8;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
}

@media screen and (min-width: 1024px) {
    .wp-block-lazyblock-mts-banner {
        display: none;
    }

    .wp-block-lazyblock-mts-banner-l {
        display: none;
    }
}

.wp-block-lazyblock-mts-banner-m {
    display: none;
}

.form-row {
    display: flex;
    gap: 12px;
    align-items: center;
    width: 100%;
}

.form-row .mts-application-form__field {
    flex: 1;
    min-width: 0;
}

.form-row .button {
    border-radius: 16px;
}

@media (max-width: 768px) {
    .form-row {
        flex-direction: column;
    }

    .form-row .mts-application-form__field {
        width: 100%;
    }

    .form-row .button {
        width: 100%;
    }
}

.neuro {
    position: relative;
    border-radius: 32px;
    padding: 24px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F2F3F7 20.35%);
    max-height: 160px;
    cursor: pointer;
    margin-bottom: 32px;
    box-shadow: 0 0 0 0 rgba(188, 195, 208, 0);
    transition: box-shadow 0.3s ease, max-height 0.3s ease;
}

.neuro:hover {
    box-shadow: 0 0 0 1px rgba(188, 195, 208, 0.5);
}

.neuro:hover .neuro__title {
    color: #8743DD;
}

.neuro:hover::after {
    background-color: #8743DD;
}

.neuro::after {
    content: '';
    position: absolute;
    top: 32px;
    right: 30px;
    width: 16px;
    height: 14px;
    background-color: #626C77;
    -webkit-mask: url("../img/neuro/arrow.svg") no-repeat center / contain;
    mask: url("../img/neuro/arrow.svg") no-repeat center / contain;
    transition: 0.3s, background-color 0.3s ease;
    pointer-events: none;
}

.neuro::before {
    content: '';
    position: absolute;
    top: 4px;
    right: 4px;
    width: 68px;
    height: 68px;
    background: #F2F3F7;
    border-radius: 28px;
    pointer-events: none;
    border: 1px solid transparent;
    transition: border 0.3s ease;
}

.neuro:hover::before,
.neuro.active::before {
    border-color: rgba(232, 232, 232, 0.4);
}

.neuro__title {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.05px;
    text-transform: uppercase;
    color: #626C77;
    font-family: MTSWide, sans-serif;
    margin-bottom: 24px;
    transition: 0.3s;
}

.neuro__text {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    position: relative;
    max-height: 90px;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 78%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0) 100%);
    transition: max-height 0.3s ease;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

@media (max-width: 768px) {
    .neuro {
        padding: 16px;
        border-radius: 24px;
    }

    .neuro::after {
        top: 25px;
        right: 24px;
        width: 8.5px;
        height: 7.5px;
    }

    .neuro::before {
        width: 48px;
        height: 48px;
        border-radius: 20px;
    }

    .neuro__title {
        font-size: 12px;
        line-height: 12px;
    }

    .neuro__text {
        font-size: 17px;
        line-height: 24px;
    }
}

.neuro.active {
    max-height: 1000px;
}

.neuro.active::after {
    transform: rotate(-180deg);
}

.neuro.active .neuro__text {
    max-height: 1000px;
    -webkit-mask-image: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 1) 0%,
            rgba(0, 0, 0, 1) 92%,
            rgba(0, 0, 0, 0) 100%
    );
    mask-image: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 1) 0%,
            rgba(0, 0, 0, 1) 92%,
            rgba(0, 0, 0, 0) 100%
    );
}



