/* input(930,26): run-time error CSS1035: Expected colon, found '{'
input(2423,21): run-time error CSS1035: Expected colon, found ','
input(2499,26): run-time error CSS1035: Expected colon, found '{'
input(2519,12): run-time error CSS1035: Expected colon, found '{'
input(3523,6): run-time error CSS1035: Expected colon, found '{'
input(6083,28): run-time error CSS1035: Expected colon, found '{'
input(6147,7): run-time error CSS1035: Expected colon, found '{'
input(6164,23): run-time error CSS1035: Expected colon, found '{'
input(6182,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '!important'
input(6784,17): run-time error CSS1035: Expected colon, found '{'
input(6833,13): run-time error CSS1035: Expected colon, found '{'
input(10771,9): run-time error CSS1035: Expected colon, found '{'
input(10785,17): run-time error CSS1035: Expected colon, found '{'
input(10861,12): run-time error CSS1035: Expected colon, found '{'
input(10906,10): run-time error CSS1035: Expected colon, found '{'
input(10940,29): run-time error CSS1035: Expected colon, found '{' */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('../fonts/DIN Pro/dinpro_light.otf?v=Msv7qtqiHUnprQEwKe779HABAiA');
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('../fonts/DIN Pro/dinpro.otf?v=Msv7qtqiHUnprQEwKe779HABAiA');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('../fonts/DIN Pro/dinpro_medium.otf?v=Msv7qtqiHUnprQEwKe779HABAiA');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('../fonts/DIN Pro/dinpro_bold.otf?v=Msv7qtqiHUnprQEwKe779HABAiA');
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('../fonts/DIN Pro/dinpro_black.otf?v=Msv7qtqiHUnprQEwKe779HABAiA');
    font-style: normal;
    font-weight: 900;
}


@font-face {
    font-family: 'DIN Pro Condensed';
    src: url('../fonts/DIN Pro Condensed/dinpro_condensedregular.otf?v=Msv7qtqiHUnprQEwKe779HABAiA');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'DIN Pro Condensed';
    src: url('../fonts/DIN Pro Condensed/dinpro_condensedmedium.otf?v=Msv7qtqiHUnprQEwKe779HABAiA');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: 'DIN Pro Condensed';
    src: url('../fonts/DIN Pro Condensed/dinpro_condensedbold.otf?v=Msv7qtqiHUnprQEwKe779HABAiA');
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: 'DIN Pro Condensed';
    src: url('../fonts/DIN Pro Condensed/dinpro_condensedblack.otf?v=Msv7qtqiHUnprQEwKe779HABAiA');
    font-style: normal;
    font-weight: 900;
}


@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter-Regular.otf?v=Msv7qtqiHUnprQEwKe779HABAiA');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter-Bold.otf?v=Msv7qtqiHUnprQEwKe779HABAiA');
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter-Black.otf?v=Msv7qtqiHUnprQEwKe779HABAiA');
    font-style: normal;
    font-weight: 900;
}

html {
    scroll-behavior: smooth;
}

:root {
    --swiper-theme-color: #e60000;
}

p {
    -webkit-text-size-adjust: none !important;
    padding: 0;
    margin: 0;
}

img {
    border-radius: 10px;
}

a img {
    border: 0;
}

iframe {
    border-radius: 10px;
}

textarea {
    max-height: 600px;
}

input[type='submit']:hover, input[type="checkbox"] {
    cursor: pointer;
}

input[type=file],
input[type=file]::-webkit-file-upload-button {
    cursor: pointer;
}


input {
    border-radius: 10px;
}

textarea {
    border-radius: 10px;
}

.left {
    float: left;
}

.right {
    float: right !important;
}

.cleared {
    clear: both;
}

form label.error {
    display: none !important;
}

.clearfix:after {
    content: " ";
    display: block;
    width: 100%;
    height: 0px;
    clear: both;
}

label.error {
    display: none !important;
}

body.compensate-for-scrollbar {
    overflow: visible;
    margin: 0;
}

a.ref {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    text-decoration: none;
    display: block;
}

.bold {
    font-weight: bold;
}

html {
    height: 100%;
}

body {
    font-family: 'DIN Pro Condensed', sans-serif;
    font-weight: 400;
    min-width: 370px;
    /*background:url(../prices.jpg) no-repeat center 0;*/
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.page-container {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 0;
    margin: 0 auto;
    opacity: 1;
    /*overflow-x: hidden;*/
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* UI Kit */

.loader {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*regions map styles*/
.rf-map,
.rf-map * {
    box-sizing: border-box;
}

.rf-map {
    padding: 0 0 0 25px;
}

    .rf-map .district {
        background: #fff;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 200px;
        font-size: 12px;
        z-index: 100;
    }

    .rf-map.open .district b {
        top: 0;
        left: 0;
        border-radius: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2), 0 16px 20px rgba(0, 0, 0, 0.2);
    }

    .rf-map.open .district span {
        color: #FFF;
    }

    .rf-map svg {
        width: 100%;
        height: 100%;
        filter: drop-shadow(0 5px 12px rgba(0, 0, 0, 0.1));
    }

    .rf-map path {
        stroke: #C4C4C4;
        stroke-width: 0.5;
        stroke-linejoin: round;
    }

    .rf-map [data-code] {
        fill: #eee;
        transition: fill 0.2s;
    }

        .rf-map [data-code]:hover {
            fill: #E60000;
            cursor: pointer;
        }

    .rf-map .district-text {
        display: none;
        position: absolute;
        z-index: 6;
        left: 0;
        top: 60px;
        width: calc(100% - 20px);
        height: calc(100% - 90px);
        padding: 0 20px;
        overflow: auto;
        color: #FFF;
        font-size: 13px;
        font-family: Verdana, sans-serif;
    }

    .rf-map .close-district {
        opacity: 0;
        z-index: 6;
        position: absolute;
        top: 10px;
        right: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        line-height: 1;
        font-size: 40px;
        color: #fff;
        cursor: pointer;
        transition: opacity 1s;
        pointer-events: none;
    }

    .rf-map.open .close-district {
        opacity: 1;
        pointer-events: initial;
    }

    .rf-map .district-links {
        margin-top: 10px;
        display: flex;
        flex-wrap: wrap;
    }

        .rf-map .district-links div {
            font-size: 13px;
            font-family: Verdana, sans-serif;
            padding: 4px;
        }

            .rf-map .district-links div:after {
                content: " | ";
                color: #337AB7;
            }

            .rf-map .district-links div:last-child:after {
                content: "";
            }

.dropfill {
    fill: #E60000 !important;
}

.mainfill {
    fill: #1d4567 !important;
}

@media (min-width: 768px) {
    .rf-map .district b {
        width: 28px;
        height: 28px;
        left: 6px;
        top: 28px;
    }

    .rf-map .district span {
        top: 30px;
        left: 46px;
        font-size: 20px;
        font-weight: normal;
    }

    .rf-map .district-text {
        left: 30px;
        top: 80px;
        width: calc(100% - 60px);
        height: calc(100% - 130px);
        font-size: 16px;
    }

    .rf-map .close-district {
        width: 60px;
        height: 60px;
        font-size: 60px;
    }

    .rf-map .district-links {
        display: none;
    }
}


/*END OF region map styles*/


p {
    font-family: 'Din Pro', sans-serif;
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #282827;
    margin: 0 0 16px 0;
    letter-spacing: 0;
}

h1 {
    font-size: 100px;
    font-weight: 900;
    line-height: 130%;
    margin: 0 0 32px 0;
    text-transform: uppercase;
}

h2 {
    font-size: 48px;
    font-weight: 900;
    line-height: 130%;
    margin: 0 0 32px 0;
    text-transform: uppercase;
}

h3 {
    font-size: 40px;
    font-weight: 900;
    line-height: 130%;
    padding: 0;
    margin: 0 0 16px 0;
    text-transform: uppercase;
}

h4 {
    font-size: 32px;
    font-weight: 900;
    line-height: 130%;
}

    h1.red, h2.red, h3.red, h4.red, h5.red, h6.red {
        color: #E60000;
    }

blockquote p i {
    font-size: 16px;
    line-height: 60%;
}

.button {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 48px;
    border: 1px solid #E60000;
    border-radius: 10px;
    background: transparent;
    font-family: 'DIN Pro Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #282827;
    text-decoration: none;
    outline: none;
}

.button-with-arrow {
}

    .button-with-arrow:after {
        content: "";
        display: inline-block;
        width: 24px;
        height: 24px;
        background: url(../img/link-arrow.svg?v=Msv7qtqiHUnprQEwKe779HABAiA) no-repeat center center;
        margin: 0 0 0 8px;
    }

    .button-with-arrow:hover:after, .button-with-arrow:active:after, .button-with-arrow.active:after {
        background: url(../img/link-arrow-white.svg?v=Msv7qtqiHUnprQEwKe779HABAiA) no-repeat center center;
    }

.button:hover {
    background: #E60000;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.button:active, .button.active {
    background: #E60000;
    color: #fff;
    text-decoration: none;
}

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

.button[disabled], .button[disabled]:hover, .button[disabled]:active, .button.disabled {
    color: #C8C8C8;
    border-color: #C8C8C8;
    background: transparent;
    cursor: default;
}

    .button[disabled]:after, .button[disabled]:hover:after, .button[disabled]:active:after, .button.disabled:after {
        filter: grayscale(100%);
        opacity: 0.3;
        cursor: default;
        background: url(../img/link-arrow.svg?v=Msv7qtqiHUnprQEwKe779HABAiA) no-repeat center center;
    }

.fill-button {
    background: #E60000;
    color: #fff;
}

    .fill-button:after {
        background: url(../img/link-arrow-white.svg?v=Msv7qtqiHUnprQEwKe779HABAiA) no-repeat center center;
    }

    .fill-button:hover, .fill-button:active, .fill-button.active {
        background: #AB0909;
    }

.button-signed:after {
    background: url(../img/signed-icon2.svg?v=Msv7qtqiHUnprQEwKe779HABAiA) no-repeat center center;
}

.button-signed:hover:after, .button-signed:active:after, .button-signed.active:after {
    background: url(../img/signed-icon2.svg?v=Msv7qtqiHUnprQEwKe779HABAiA) no-repeat center center;
}

.more-button {
    background: transparent;
}

    .more-button:after {
        transform: rotate(135deg);
    }

.link {
    display: block;
    text-decoration: none;
    outline: none;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #282827;
}

    .link:after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 24px;
        height: 24px;
        background: url(../img/link-arrow.svg?v=Msv7qtqiHUnprQEwKe779HABAiA) no-repeat center center;
        margin: -2px 0 0 8px;
    }

    .link:hover {
        color: #AB0909;
        color: #E60000;
    }

    .link:active {
        color: #E60000;
    }

    .link[disabled], .link[disabled]:hover, .link[disabled]:active, .link.disabled {
        color: #C8C8C8;
    }

        .link[disabled]:after, .link[disabled]:hover:after, .link[disabled]:active:after, .link.disabled:after {
            filter: grayscale(100%);
            opacity: 0.3;
            cursor: default;
            background: url(../img/link-arrow.svg?v=Msv7qtqiHUnprQEwKe779HABAiA) no-repeat center center;
        }

.the-tabs-head .button {
    margin: 0 16px 16px 0;
    padding: 8px 24px;
    font-size: 16px;
}

.tag {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #E60000;
    border-radius: 10px;
    padding: 8px 16px;
}

    .tag .red {
        color: #E60000;
    }

.tag2 {
    background: #FFFFFF;
    font-weight: 700;
    font-size: 16px;
    color: #282827;
}

.breadcrumbs {
    margin-bottom: 61.5px;
}

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

        .breadcrumbs ul li {
            display: inline-block;
            vertical-align: middle;
            font-weight: 700;
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 0.02em;
            text-transform: uppercase;
            color: #282827;
            margin: 0;
            padding: 0;
        }

            .breadcrumbs ul li a {
                display: flex;
                flex-flow: row wrap;
                justify-content: flex-start;
                align-items: center;
                text-decoration: none;
                color: #C8C8C8;
                line-height: 24px;
            }

                .breadcrumbs ul li a:after {
                    content: "";
                    display: inline-block;
                    vertical-align: middle;
                    width: 24px;
                    height: 24px;
                    margin-left: 6px;
                    background: url(../img/breadcrumb.svg?v=Msv7qtqiHUnprQEwKe779HABAiA) no-repeat center center;
                }

                .breadcrumbs ul li a:hover {
                    color: #282827;
                }

            .breadcrumbs ul li span {
                display: inline-block;
                color: #282827;
                line-height: 24px;
            }

.social {
    display: flex;
    align-items: center;
}

.social-content {
    width: 272px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 8px
}

.social a {
    display: inline-flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 10px;
    cursor: pointer;
}

    .social a:hover {
        background: #E60000;
    }

    .social a svg {
        max-width: 80%;
    }

        .social a svg path {
            fill: #282827;
        }

    .social a:hover svg path {
        fill: #fff;
    }

.content-section .social {
    margin-bottom: 48px;
}

    .content-section .social .social-content {
        display: inline-flex;
        gap: 8px;
    }

    .content-section .social a {
        border: 1px solid #282827;
    }

        .content-section .social a:hover {
            border-color: #E60000;
        }

    .content-section .social p {
        font-family: 'DIN Pro Condensed', sans-serif;
        display: inline-block;
        vertical-align: middle;
        font-weight: 900;
        font-size: 32px;
        line-height: 130%;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #1D1D1D;
        margin: 0 48px 0 0;
    }

.news-article .social {
}

    .news-article .social p {
        display: block;
    }

.stream-frame {
    margin-bottom: 60px;
}


    .stream-frame img {
        display: block;
        max-width: 100%;
    }

    .stream-frame iframe {
        display: block;
        width: 100%;
        height: 800px;
    }

.messengers {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}

    .messengers a {
        display: inline-flex;
        flex-flow: column wrap;
        justify-content: center;
        align-items: center;
        vertical-align: middle;
        text-decoration: none;
        margin: 0 16px 0 0;
        border: 1px solid #282827;
        border-radius: 10px;
        width: 60px;
        height: 60px;
    }

        .messengers a svg path {
            fill: #282827;
        }

        .messengers a:hover svg path {
            fill: #E60000;
        }

input[type="file"] {
    cursor: pointer;
}

input[type="text"] {
    font-family: 'DIN Pro Condensed', sans-serif;
    display: block;
    border: 0;
    outline: none;
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #282828;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #282827;
    background: transparent;
}

    input[type="text"]::-webkit-input-placeholder, input[type="text"]::-moz-placeholder {
        font-family: 'DIN Pro Condensed', sans-serif;
        font-weight: 700;
        font-size: 16px;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #282827;
    }

    input[type="text"]:hover, input[type="text"]:active {
        border-color: #E60000;
    }

.block-confirm {
    max-width: 505px !important;
}

.email-text {
    white-space: nowrap;
    font-family: 'Inter Light', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
    margin-bottom: 16px;
}
/* End of UI Kit */

.custom-arrow-background .prev {
    background: url("../img/arrow-left-svg.svg?v=Msv7qtqiHUnprQEwKe779HABAiA") no-repeat center center;
    background-size: 32px;
}

.custom-arrow-background .next {
    background: url("../img/arrow-right-svg.svg?v=Msv7qtqiHUnprQEwKe779HABAiA") no-repeat center center;
    background-size: 32px;
}

.slick-prev, .slick-next {
    width: 76px;
    height: 76px;
    background: #A7A7A7 url(../img/slider-arrow.svg) no-repeat center center;
    border-radius: 50%;
}

.slick-prev {
    background: #A7A7A7 url(../img/slider-arrow1.svg) no-repeat center center;
    z-index: 2;
    left: -106px;
}

    .slick-prev:hover {
        background: #D1000F url(../img/slider-arrow1.svg) no-repeat center center;
    }

.slick-next {
    right: -106px;
}

    .slick-next:hover {
        background: #D1000F url(../img/slider-arrow.svg) no-repeat center center;
    }

    .slick-prev:before, .slick-next:before, .slick-prev:after, .slick-next:after {
        display: none;
    }


.main {
    clear: both;
    position: relative;
    padding: 0 0 0px 0;
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0.03em;
    color: #393939;
    overflow-y: hidden;
}

.main-page-container .main {
    padding-bottom: 0px;
}

.inner-section {
    /*width: 1242px;*/
    max-width: 1920px;
    margin: 0 auto;
    padding-left: 100px;
    padding-right: 100px;
}

header {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 0px;
    width: 100%;
    padding: 0px 0 0px 0;
    z-index: 98;
    background: url(../img/top-bg.jpg?v=Msv7qtqiHUnprQEwKe779HABAiA);
    background-size: cover;
    color: #393939;
    transition: all 0s;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);;
}

.red-line-warning-header{
    width: 100%;
    padding: 12px 24px;
    background: #e60000;
    display: flex;
    justify-content: center;
    align-items: center;

    .warning-text-header {
        color: #FFFFFF;
        font-size: 24px;
        font-weight: 500;
    }
}

.inner-header {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 4px;
    padding-bottom: 4px;
}

header.active {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
    background: url(../img/top-bg.jpg?v=Msv7qtqiHUnprQEwKe779HABAiA);
    background-size: cover;
}

.header-placeholder {
    width: 100%;
    height: 127px;
    display: none;
}

.header.active + .header-placeholder {
    display: block;
}

.header.active .inner-header {
    padding-top: 4px;
    padding-bottom: 4px;
}

.mobile-header-phone {
    display: none;
}

.header-logo {
    font-size: 0;
}

    .header-logo svg {
        display: inline-block;
        vertical-align: middle;
    }

.header-title {
    width: 190px;
    height: 69px;
}

.mobile-menu-toggler {
    display: none !important;
    width: 22px;
    height: 100%;
    background: url(../img/menu-icon.svg?v=Msv7qtqiHUnprQEwKe779HABAiA) no-repeat center center;
    z-index: 100;
}

    .mobile-menu-toggler.active {
        background: url(../img/menu-close.svg) no-repeat center center;
    }

.header-content {
    margin-left: auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.header-menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

    .header-menu ul {
        list-style: none;
        padding: 0;
        margin: 0 0 0px 0;
    }

        .header-menu ul li {
            display: inline-block;
            margin: 0 16px 0 15px;
        }

            .header-menu ul li:first-child {
                margin-left: 0;
            }

            .header-menu ul li:last-child {
                margin-right: 0;
            }

            .header-menu ul li a {
                display: block;
                text-decoration: none;
                font-weight: 500;
                font-size: 20px;
                line-height: 1.5em;
                letter-spacing: 0.03em;
                text-transform: uppercase;
                color: #282827;
            }

                .header-menu ul li a:hover {
                    color: #E60000;
                }


.header .contacts {
    text-align: right;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: center;
}

.header-contacts-item {
    display: flex;
    flex-direction: row;
    vertical-align: middle;
    text-align: right;
    gap: 16px;
}


.contact-item {
    display: flex;
    flex-wrap: wrap;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    color: #E60000;
    font-size: 20px;
    background-color: #FFFFFF;
    border: 1px solid #C8C8C8;
    width: 48px !important;
    height: 48px !important;
    border-radius: 10px;
    justify-content: center;
}

.mobile-top-bar .contact-item{
    align-content: center;
}

.contact-item-static {
    background-color: none;
    border: none;
    color: black;
    align-content: center;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

    .header .contacts .mail {
        color: #282827;
        margin-left: 32px;
    }

.header .phone-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-content: center;
    border-radius: 10px;
}

.header .phone-icon {
    width: 24px;
    height: 24px;
    fill: #E60000;
    transition: fill 0.3s;
}

.header .phone-container:hover {
    background-color: #E60000;
}

    .header .phone-container:hover .phone-icon {
        fill: #FFFFFF;
    }

.header .mobile-phone-link {
    display: none;
}

.header .header-phone-dropdown {
    display: none;
    flex-direction: row;
    align-items: center;
    position: absolute;
    min-width: 172px;
    right: 0px;
    top: 100%;
    margin: 14px 0 0 0;
    z-index: 999;
    background: #FBFBFB;
    border: 1px solid rgba(40, 40, 39, 0.2);
    padding: 24px 24px;
    border-radius: 10px;
    gap: 24px;
    text-transform: none;
}

.header .phone-container:hover .header-phone-dropdown {
    display: flex;
}

.header .header-phone-dropdown:before {
    content: "";
    display: block;
    width: 100%;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    margin: -32px 0 0 0;
    z-index: 999;
}

.header-phone-dropdown .phone-dropdown-left {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 232px;
}

.header-phone-dropdown .phone-copy-container {
    display: flex;
    gap: 4px;
    position: relative;
    flex-direction: column;
}

.copy-container-content {
    display: flex;
    gap: 8px;
    flex-direction: row;
}

.header-phone-dropdown .phone-copy-button {
    background: none;
    border: none;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

 .copy-success {
    max-width: 192px;
    opacity: 0;
    transition: opacity 0.3s ease;
    color: black;
    font-size: 14px;
    text-align:  end;
    font-weight: 400;
    font-family: 'Inter', sans-serif
}

 .copy-success.show {
        opacity: 1;
    }

.header-phone-dropdown .phone-dropdown-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #282827;
    text-align: start;
    font-family: Inter;
}

.header-phone-dropdown .phone-number {
    text-decoration: none;
    color: #333;
    font-weight: 900;
    font-size: 24px;
    line-height: 110%;
    text-transform: uppercase;
}

.header-phone-dropdown .phone-copy-button svg {
    fill: #E60000;
    transition: fill 0.3s;
}

.header-phone-dropdown .phone-copy-button:hover svg {
    fill: #007bff;
}

.header-phone-dropdown .phone-dropdown-qr-code-block {
    border: 1px solid #C8C8C8;
    background-color: #FFFFFF;
    padding: 9px;
    border-radius: 10px;
}

    .header-phone-dropdown .phone-dropdown-qr-code-block img {
        width: 123px;
        height: 123px;
    }

.header-dinamic-block {
    width: 100%;
    background: #fff;
    padding: 12px 0px;
}

.header-dinamic-menu {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    padding-left: calc(100px + 93px);
    padding-right: calc(100px + 153px);
}

    .header-dinamic-menu ul {
        list-style: none;
        padding: 0;
        margin: 0 0 0 0;
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 24px;
    }

        .header-dinamic-menu ul li {
            display: inline-block;
        }

            .header-dinamic-menu ul li:first-child {
                margin-left: 0;
            }

            .header-dinamic-menu ul li:last-child {
                margin-right: 0;
            }

            .header-dinamic-menu ul li a {
                display: block;
                text-decoration: none;
                font-weight: 400;
                font-size: 18px;
                color: #282827;
                line-height: 140%;
                font-family: 'Din Pro', sans-serif
            }

                .header-dinamic-menu ul li a:hover {
                    color: #E60000;
                }


.top-block-section {
    background: url(../img/top-bg.jpg?v=Msv7qtqiHUnprQEwKe779HABAiA) no-repeat center 0;
    background-size: cover;
    padding: 0;
    z-index: 3;
    overflow: visible;
    height: 540px;
    max-height: 100vh;
}

    .top-block-section .inner-section {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        align-items: center;
        height: 100%;
    }

    .top-block-section .section-title {
        font-weight: 900;
        font-size: 100px;
        line-height: 130%;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #282827;
    }

        .top-block-section .section-title span {
            display: block;
            color: #E60000;
        }

section {
    clear: both;
    position: relative;
}

    section p a {
        color: #D1000F;
        text-decoration: none;
    }

        section p a:hover {
            text-decoration: underline;
        }

.section-title {
    display: block;
    font-weight: 700;
    font-size: 70px;
    line-height: 130%;
    text-transform: uppercase;
    color: #DA2128;
    padding: 0;
    margin: 0 0 16px 0;
}

h1 {
    display: block;
    font-weight: 900;
    font-size: 48px;
    line-height: 1.3em;
    text-transform: uppercase;
    color: #393939;
    padding: 0;
    margin: 0 0 34px 0;
}


.footer {
    background: url(../img/top-bg.jpg?v=Msv7qtqiHUnprQEwKe779HABAiA);
    position: relative;
    background-repeat: no-repeat;
    z-index: 9;
    background-size: cover;
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    padding: 32px 100px 0;
    margin-bottom: 24px;
    gap: 48px;
}

.second-footer-row {
    display: flex;
    padding: 16px 100px;
    justify-content: space-between;
    gap: 65px;
    background-color: rgba(0, 0, 0, 0.05); 
}

    .second-footer-row .img {
        display: flex;
        align-content: center;
        justify-content: center;
    }

        .second-footer-row .img img {
            border-radius: 0px;
            max-width: 80px;
        }

.second-footer-text{
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 1575px;
}

.second-footer-top-text, .second-footer-bottom-text {
    font-family: 'Din Pro', sans-serif;
    font-weight: 400;
    line-height: 140%;
}

.second-footer-top-text {
    font-size: 14px;
}

.second-footer-bottom-text {
    display: flex;
    flex-direction: row;
    gap: 8px;
    font-size: 14px;
}

    .second-footer-column-info {
        text-align: left;
    }

    .second-footer-column-info .text {
        font-family: Inter;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        margin-bottom: 24px;
        color: rgba(40, 40, 39, 1);
    }

.third-footer-row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 24px 100px;
    align-content: center;
}

.third-footer-row p{
    font-size: 14px;
    line-height: 150%;
    font-weight: 400;
    margin-bottom: 0;
    font-family: 'Din Pro', sans-serif;
}

    .third-footer-column .footer-contacts {
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

.third-footer-column .phone-number {
    font-size: 40px;
    line-height: 110%;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    color: black;
}

.third-footer-column .footer-contact {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-content: center;
}

.mobile-footer-contacts .footer-contact {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-content: center;
}

.footer-contact .footer-contact-img {
    align-content: center;
}

.third-footer-column .footer-contact-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    font-family: 'Din Pro', sans-serif;
    max-width: 250px;
}

.mobile-footer-contacts .footer-contact-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    font-family: 'Din Pro', sans-serif;
}

.mobile-footer-contacts .footer-contact-img {
    align-content: center;
}

.mobile-footer-contacts .footer-contact-img svg {
    width: 16px;
    height: 16px;
}

    .footer-inner .third-footer-column {
        text-align: start;
        gap: 24px;
        display: flex;
        flex-direction: column;
    }

    .third-footer-column img, .ddos-mobile img {
        border-radius: 0;
    }

    .third-footer-column .social {
        margin-bottom: 30px;
    }

.social-content a {
    border: 1px solid rgba(40, 40, 39, 0.2);
}

.policy {
    font-family: 'Din Pro', sans-serif;
    color: rgba(40, 40, 39, 0.7);
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}

.inner-footer {
    display: block;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.footer-column {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    max-width: 100%;
    margin-bottom: 8px;
}

    .footer-column.footer-left {
    }

    .footer-column.footer-right {
        width: 700px;
        background: #fff;
        text-align: center;
        padding: 48px 24px;
        margin-bottom: 40px;
    }

.footer-top {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.footer-logo {
    display: block;
    text-decoration: none;
    margin-top: -5px;
}

    .footer-logo svg {
        width: 232px;
        height: 76px;
    }

.first-footer-column p {
    font-size: 14px;
}

.first-footer-column {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.footer-logo-column {
    width: 310px;
}

    .footer-logo-column .footer-contacts {
        display: none;
    }

.footer-logo img {
    display: inline-block;
    vertical-align: top;
}


.footer-top-right {
    margin-left: auto;
}

.footer-menu-container {
    padding-bottom: 25px;
}

.ddos-guard-img {
    position: absolute;
    bottom: 55px;
    right: 100px;
}

.footer-menu{
    display: flex;
    flex-direction: row;
    gap: 72px;
}

.mobile-footer-contacts {
    display: none;
    flex-direction: column;
    gap: 16px;
    border-top: 1px solid rgba(200, 200, 200, 1);
    padding: 24px 0px;
    padding-bottom: 0px;
}

.static-nav-block ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0px 0;
    display: flex;
    flex-flow: row wrap;
    flex-direction: column;
    gap: 16px;
}

.dinamic-nav-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 16px;
    column-gap: 48px;
}

.static-nav-block ul li, .dinamic-nav-block ul li {
    display: inline-block;
}

    .dinamic-nav-block ul li {
        break-inside: avoid;
    }

    .static-nav-block ul li a, .dinamic-nav-block ul li a {
        display: block;
        text-decoration: none;
        color: #282827;
        text-align: start;
    }

    .static-nav-block ul li a {
        font-weight: 700;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0.02em;
        text-transform: uppercase;
    }

    .dinamic-nav-block ul li a {
        font-family: 'Din Pro', sans-serif;
        display: block;
        text-decoration: none;
        font-weight: 400;
        font-size: 18px;
        line-height: 140%;
        letter-spacing: 0.02em;
    }

    .static-nav-block ul li:last-child a, .dinamic-nav-block ul li:last-child a {
        margin-right: 0;
    }

    .static-nav-block ul li:hover a, .dinamic-nav-block ul li:hover a {
        color: #E60000;
    }



.footer-guard-block {
    max-width: 1030px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    margin: 0 auto 42px;
}


    .footer-guard-block .text {
        font-family: Inter, sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: rgba(40, 40, 39, 1);
    }

.footer-bottom {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: 'Inter', sans-serif;
}

    .footer-bottom p, .footer-bottom a {
        display: block;
        font-weight: 400;
        font-size: 16px;
        line-height: 130%;
        color: #282827;
        text-decoration: none;
        margin: 0;
    }

    .footer-contacts p, .footer-contacts a, .footer .social p {
        font-family: 'DIN Pro Condensed', sans-serif;
        display: block;
        text-decoration: none;
        font-weight: 700;
        font-size: 24px;
        line-height: 130%;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #282827;
        padding: 0;
        margin: 0 0 16px 0;
    }

    .footer-contacts .footer-phone {
        font-size: 48px;
        font-weight: 900;
        line-height: 1em;
        margin-bottom: 14px;
    }

    .footer-contacts .footer-mail {
        display: inline-block;
        color: #E60000;
        border-bottom: 2px solid #E60000;
    }

        .footer-contacts .footer-mail:hover {
            border-color: transparent;
        }

        
    .footer .social a:last-child {
        margin-right: 0;
    }

.footer-links {
}

    .footer-links a {
        display: block;
        text-decoration: none;
        font-weight: 700;
        font-size: 24px;
        line-height: 130%;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #282827;
        margin-bottom: 16px;
    }

        .footer-links a:after {
            content: "";
            width: 24px;
            height: 24px;
            background: url(../img/link-arrow.svg?v=Msv7qtqiHUnprQEwKe779HABAiA) no-repeat center center;
            display: inline-block;
            vertical-align: middle;
            margin: -2px 0 0 7px;
        }

        .footer-links a:hover {
            color: #E60000;
        }

        .footer-links a:last-child {
        }


.main-page-content-section {
    padding: 48px 0 88px 0;
    position: relative;
    z-index: 9;
}

    .main-page-content-section .inner-section {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: flex-start;
    }

.content-column {
}

    .content-column.left-column {
        width: 57%;
    }

    .content-column.parallax-content-column {
        width: 40%;
        margin-top: -435px;
        position: relative;
        z-index: 9;
    }

.parallax-container {
    position: absolute;
    position: relative;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
}

.content-column.left-column h2, .content-column.left-column h1 {
    margin-bottom: 48px;
}

.image-and-text-block {
}

.image-and-text-block p:has(> a.button) {
    padding-right: 0 !important;
}

.image-and-text-item {
}

    .image-and-text-item .img {
        overflow: hidden;
    }

        .image-and-text-item .img img {
            width: 100%;
        }


.mob-img {
    display: none;
}

.text-for-mobile {
    display: none;
}

.mobile-social-link {
    display: none;
}

.image-and-text-item .text {
}

.image-and-text-item .buttons-wrap {
    display: flex;
    flex-flow: row wrap;
}

    .image-and-text-item .buttons-wrap .button {
        flex-grow: 1;
    }

.image-and-text-item .button {
    font-size: 22px;
    margin-bottom: 16px;
    width: 100%;
}

    .image-and-text-item .button:last-child {
        margin-bottom: 0px;
    }

.image-and-text-item h3, .image-and-text-item .title {
    margin: 0 0 16px 0;
    text-transform: uppercase;
}

.image-and-text-item p {
    margin: 0 0 32px 0;
}

.what-we-do-block .image-and-text-item {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 48px;
}

.what-we-do-block .img {
    width: 55%;
    padding-top: 55%;
    position: relative;
}

    .what-we-do-block .img picture {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

.what-we-do-block .text {
    width: 40%;
}

.article-item {
    padding: 24px 24px;
    margin-bottom: 32px;
    border: 1px solid rgba(40, 40, 39, 0.2);
    background: #fff;
    border-radius: 10px;
}

    .article-item .tag {
        margin: 0 16px 24px 0;
    }

    .article-item .title {
        font-weight: 900;
        font-size: 40px;
        line-height: 130%;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #282827;
        margin: 0 0 16px 0;
    }

        .article-item .title a {
            text-decoration: none;
            color: #282827;
        }

    .article-item .date {
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 125%;
        color: #C8C8C8;
        margin: 0 0 16px 0;
    }

    .article-item p {
        margin-bottom: 24px;
    }

    .article-item .link {
        margin-bottom: 24px;
    }

    .article-item .img {
        overflow: hidden;
    }

        .article-item .img img {
            display: block;
            width: 100%;
        }

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

.article-item-2columns {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

    .article-item-2columns .img {
        width: 40%;
    }

        .article-item-2columns .img img {
            width: auto;
            max-width: 100%;
        }

    .article-item-2columns .text {
        width: 60%;
    }

.banner-item {
    margin: 0 0 32px 0;
}

    .banner-item a {
        text-decoration: none;
        display: block;
    }

    .banner-item img {
        width: 100%;
        border-radius: 10px;
    }

.img-banner {
    border-radius: 10px;
    padding-top: 57%;
    position: relative;
    background: url("../img/placeholder/news-adaptive.png?v=Msv7qtqiHUnprQEwKe779HABAiA") no-repeat center center;
    background-size: cover;
    aspect-ratio: 16/10;
}

    .img-banner picture {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

        .img-banner picture img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

.img-people {
    border-radius: 10px;
    padding-top: 101%;
    position: relative;
    background: url("../img/placeholder/news-adaptive.png?v=Msv7qtqiHUnprQEwKe779HABAiA") no-repeat center center;
    background-size: cover;
}

    .img-people picture {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

        .img-people picture img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

.stream-text-block {
    margin-bottom: 70px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

    .stream-text-block.small {
        width: 700px;
        max-width: 100%;
    }

    .stream-text-block .text {
        width: 50%;
        padding-right: 35px;
    }

    .stream-text-block .img {
        width: 50%;
    }

        .stream-text-block .img img {
            max-width: 100%;
        }

    .stream-text-block.small .text {
        width: 60%;
    }

    .stream-text-block.small .img {
        width: 38%;
    }

    .stream-text-block .text h2, .stream-text-block .text h1 {
        margin-bottom: 16px;
    }

.stream-qr {
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px 0 0;
}

    .stream-qr .title {
        display: block;
        text-align: center;
        font-weight: 700;
        font-size: 22px;
        line-height: 1.2em;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #E60000;
        margin: 0 0 16px 0;
    }

    .stream-qr img {
        display: block;
        width: 262px;
        max-width: 100%;
    }


.contacts-line {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 24px;
}

    .contacts-line.inline {
        display: inline-flex;
        margin-right: 24px;
    }

    .contacts-line svg {
        margin-right: 16px;
    }

    .contacts-line .title {
        font-weight: 700;
        font-size: 24px;
        line-height: 130%;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #282827;
        margin-right: 16px;
    }

    .contacts-line .value {
        font-family: Inter, sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 140%;
        color: #282827;
    }

        .contacts-line .value a {
            color: #E60000;
            text-decoration: none;
        }

            .contacts-line .value a.black {
                color: #282827;
            }

        .contacts-line .value .with-border-right {
            display: inline-block;
            line-height: 16px;
            padding-right: 12px;
            margin-right: 6px;
            border-right: 2px solid #000;
        }

        .contacts-line .value a[href*="mailto"] {
            color: #282828;
            text-decoration: underline;
        }

    .contacts-line .bold {
        text-transform: uppercase;
        font-family: 'DIN Pro Condensed', sans-serif;
        font-weight: 700;
        font-size: 24px;
        line-height: 130%;
    }

.search-block {
    position: relative;
    margin: 0 0 24px 0;
    width: 407px;
    max-width: 100%;
}

.search-block [type="submit"] {
    display: block;
    outline: none;
    border: 0;
    background: url(../img/search.svg?v=Msv7qtqiHUnprQEwKe779HABAiA) no-repeat center center;
    width: 16px;
    height: 100%;
    height: 35px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.search-result {
    background: #FFFFFF;
    border: 1px solid rgba(40, 40, 39, 0.2);
    margin-bottom: 20px;
    padding: 24px 24px;
    border-radius: 10px;
}

    .search-result h3 {
        font-size: 24px;
        font-weight: 700;
        line-height: 110%;
        margin-bottom: 8px;
    }

    .search-result p {
        margin-bottom: 24px;
    }

    .search-result a {
        color: #E60000;
    }

    .search-result .phone {
        font-weight: 900;
        font-size: 32px;
        line-height: 130%;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #282827;
    }

    .search-result .fax {
        font-weight: 900;
        font-size: 32px;
        line-height: 130%;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #282827;
        margin: 0 0 8px 0;
    }

    .search-result .messengers svg {
        max-width: 24px;
    }

.map-and-text {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

    .map-and-text .text {
        width: 450px;
        max-width: 100%;
    }

    .map-and-text .chosen-container {
        font-family: 'DIN Pro Condensed', sans-serif;
        border: 0;
        background: transparent;
        outline: none;
    }

    .map-and-text .chosen-single, .map-and-text .chosen-container-active .chosen-single {
        font-family: 'DIN Pro Condensed', sans-serif;
        font-weight: 700;
        font-size: 16px;
        border: 0;
        background: transparent;
        outline: none;
        box-shadow: none;
        border-bottom: 1px solid #282827;
        border-radius: 0;
        padding: 8px 0 8px 0px;
        height: auto;
    }

        .map-and-text .chosen-single span {
            text-transform: uppercase;
            font-size: 16px;
        }

    .map-and-text .chosen-container-single .chosen-single div {
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        align-items: center;
        background: url(../img/search.svg?v=Msv7qtqiHUnprQEwKe779HABAiA) no-repeat center center;
    }

        .map-and-text .chosen-container-single .chosen-single div b {
            display: none;
        }

.chosen-container .chosen-results li {
    font-family: 'DIN Pro Condensed', sans-serif;
    font-weight: 700;
    font-size: 16px;
}

.map-and-text .select2-container {
    font-family: 'DIN Pro Condensed', sans-serif;
    font-weight: 700;
    font-size: 16px;
    border: 0;
    background: transparent;
    outline: none;
    box-shadow: none;
    border-bottom: 1px solid #282827;
    border-radius: 0;
    padding: 5px 0 5px 0px;
    height: auto;
    width: 100% !important;
}

.map-and-text .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

.map-and-text .select2-selection__arrow {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    background: url(../img/search.svg?v=Msv7qtqiHUnprQEwKe779HABAiA) no-repeat center center;
    height: 28px !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

    .map-and-text .select2-selection__arrow b {
        display: none;
    }

.map-and-text .select2-container--default .select2-selection--single .select2-selection__rendered {
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'DIN Pro Condensed', sans-serif;
    padding-left: 0;
}

.select2-results__option {
    font-family: 'DIN Pro Condensed', sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.8px;
}

.select2-search--dropdown {
    display: block;
    padding: 6px 8px;
    margin-bottom: 4px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 0;
    border-bottom: 1px solid #333;
    border-radius: 0px;
    padding: 0 0px;
    height: 30px;
    outline: none;
    font-size: 20px;
    font-family: 'DIN Pro Condensed', sans-serif;
    letter-spacing: 0.5px;
    font-weight: 500;
}

    .select2-container--default .select2-search--dropdown .select2-search__field::-webkit-input-placeholder {
        font-size: 16px;
        font-family: 'DIN Pro Condensed', sans-serif;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-weight: 500;
    }

    .select2-container--default .select2-search--dropdown .select2-search__field:-moz-placeholder {
        font-size: 16px;
        font-family: 'DIN Pro Condensed', sans-serif;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-weight: 500;
    }


.content-section {
    padding-top: 30px;
    padding-bottom: 60px;
}

.contacts-page {

    .phone-container, .fax-container {
        margin-top: 10px;
        font-family: sans-serif;
        gap: 8px;
        display: flex;
        flex-flow: row;
        margin-bottom: 8px;
        width: 100% !important;
        height: max-content !important;
    }
    
    .search-block{
        width: 100%;
    }
    
}

.contact-page-title{
    font-size: 56px;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.contact-page-subtitle{
    font-size: 40px;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 16px;
    text-transform: uppercase;
    max-width: 500px;
}

.region-description-text{
    font-size: 18px;
    max-width: 600px;
    line-height: 140%;
    font-weight: 400;
    margin-bottom: 24px;
}

.contacts-block {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin-bottom: 60px;
}

.contacts-link {
    color: red;
    text-decoration: underline;
}

.contact-blocks{
    display: flex;
    flex-flow: row;
    width: 100%;
    gap: 30px;
}

.contacts-block-item{
    display: flex;
    flex-flow: column;
    gap: 48px;
    padding: 24px;
    border: 1px solid #C8C8C8;
    border-radius: 10px;
    width: 100%;
}

.contacts-block-content{
    display: flex;
    flex-flow: column;
    gap: 16px;
    
    .contacts-block-title{
        font-size: 40px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 110%;
    }
    
    .contacts-block-text{
        font-family: 'DIN Pro', sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 140%;
    }
}

.contacts-block-actions{
    display: flex;
    flex-flow: row;
    gap: 16px;
    
    .button{
        width: 262px;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0;
    }
}

.people-messages {
    margin-top: 28px;
}

.contacts-block-column {
    max-width: 50%;
}

    .contacts-block-column.wide {
        width: 875px;
        max-width: 100%;
    }

.adress, .email {
    color: #e60000;
    text-decoration: none;
    font-family: 'DIN Pro', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}

.phone-label, .fax-label {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'DIN Pro Condensed', sans-serif;
    line-height: 140%;
}

.phone-list, .fax-list{
    display: flex;
    flex-flow: column;
    gap: 8px;
    font-size: 16px;
    font-weight: 400;
}

.phone-list a.phone, .fax-list a.fax {
    font-family: 'DIN Pro', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}


.regions-map {
    flex: 1 auto;
}

.result_map {
    width: 100%;
}

    .result_map .main_lr {
        display: block;
        /*width: 1100px;*/
        width: 100%;
    }

    .result_map .main_left {
        display: none;
    }

    .result_map .rf-map {
        width: 100%;
        padding-left: 50px;
    }

.news-article {
    width: 1136px;
    max-width: 100%;
    margin: 0 auto;
}

    .news-article h2, .news-article h1 {
        margin-bottom: 16px;
    }

    .news-article .date {
        font-weight: 700;
        font-size: 16px;
        line-height: 130%;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #282827;
        opacity: 0.5;
        padding: 0;
        margin: 0 0 48px 0;
    }

    .news-article .image {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 500px;
        height: 100%;
        max-height: 744px;
    }

        .news-article .image img {
            display: block;
            max-width: 100vw;
            width: 100%;
            max-height: 100%;
            max-height: 744px;
            object-fit: contain;
        }

.note {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #282827;
    opacity: .7;
    padding-top: 12px;
}

.news-catalog-head {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    padding-bottom: 24px;
}

.search-block ~ .news-catalog-head {
    padding-top: 20px;
}

.news-catalog-head .button {
    margin: 0 16px 16px 0;
    padding: 8px 24px;
    font-size: 16px;
    background: #fff;
}

    .news-catalog-head .button:hover, .news-catalog-head .button:active, .news-catalog-head .button.active {
        background: #E60000;
        color: #fff;
    }

    .news-catalog-head .button:hover, .news-catalog-head .button.active {
    }

.news-catalog {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.news-catalog-item {
    position: relative;
    width: 553px;
    width: 32.3%;
    max-width: 100%;
    margin-right: 1.5%;
    margin-bottom: 40px;
}

.swiper {
    padding-bottom: 48px;
}

.news-swiper-slide {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.more-news-swiper-slide {
    height: auto;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    z-index: 50;
    height: 8px;
    width: 100%;
}

.swiper-scrollbar-drag {
    background: red;
}

.news-catalog-item:nth-child(3n+3) {
    margin-right: 0;
}

.different-sizes .news-catalog-item:nth-child(1), .different-sizes .news-catalog-item:nth-child(2), .different-sizes .news-catalog-item:nth-child(3), .different-sizes .news-catalog-item:nth-child(4) {
    width: 48.5%;
    margin-right: 3%;
}

.different-sizes .news-catalog-item:nth-child(2), .different-sizes .news-catalog-item:nth-child(4) {
    margin-right: 0;
}


.news-catalog-item .img {
    position: relative;
    overflow: hidden;
    margin-bottom: 16px;
    height: auto;
    padding-top: 62.5%;
    aspect-ratio: 16/10;
}

    .news-catalog-item .img img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }

    .news-catalog-item .img picture {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }


.different-sizes .news-catalog-item:nth-child(1) .img img, .different-sizes .news-catalog-item:nth-child(2) .img img, .different-sizes .news-catalog-item:nth-child(3) .img img, .different-sizes .news-catalog-item:nth-child(4) .img img {
    height: auto;
}


.news-catalog-item .text {
}

    .news-catalog-item .text .title {
        font-weight: 700;
        font-size: 24px;
        line-height: 110%;
        letter-spacing:0;
        text-transform: uppercase;
        color: #282827;
        margin: 0 0 8px 0;
    }

        .news-catalog-item .text .title a {
            text-decoration: none;
            color: #282827;
        }

    .news-catalog-item .text .date {
        font-weight: 700;
        font-size: 16px;
        line-height: 120%;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #282827;
        opacity: 0.5;
    }

.news-catalog-item .tags {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 9;
    width: 100%;
}

.news-catalog-item .tag {
    margin-right: 16px;
}

.news-linkBox {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.different-sizes .news-catalog-item:nth-child(1) .img, .different-sizes .news-catalog-item:nth-child(2) .img, .different-sizes .news-catalog-item:nth-child(3) .img, .different-sizes .news-catalog-item:nth-child(4) .img {
    max-height: 500px;
    overflow: hidden;
}

.different-sizes .news-catalog-item:nth-child(1) .title, .different-sizes .news-catalog-item:nth-child(2) .title, .different-sizes .news-catalog-item:nth-child(3) .title, .different-sizes .news-catalog-item:nth-child(4) .title {
    font-weight: 900;
    font-size: 26px;
}

.more-button-wrap {
    padding: 15px 0 15px 0;
    text-align: center;
}

.banner-item iframe {
    display: block;
    width: 100%;
    height: 400px;
}

.mobile-menu-toggler {
    display: none;
}

.mobile-menu {
    display: none;
}

.mobile-menu-nav ul li .mobile-menu-login-button {
    border-color: #fff;
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 28px;
}

    .mobile-menu-nav ul li .mobile-menu-login-button:active {
        background-color: white;
        color: black;
    }

#mobile-exit {
    display: none;
}

.mobile-menu-account-name {
    display: none;
    font-weight: 900 !important;
    font-size: 24px !important;
    line-height: 110% !important;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 0 !important;
}

    .mobile-menu-account-name.active {
        display: block;
    }

.mobile-menu-nav .button-li {
    padding: 24px 0;
    border-top: 1px solid rgba(255,255,255,.23);
    border-bottom: 1px solid rgba(255,255,255,.23);
}


.mobile-old-version-link {
    display: none;
}

.inner-page-container {
}

    .inner-page-container header {
        background: url(../img/inner-page-header-bg.jpg?v=Msv7qtqiHUnprQEwKe779HABAiA) no-repeat center 0;
        background-size: cover;
    }


.page-columns-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.page-column {
    width: 48%;
}

    .page-column.left-column {
        width: 74%;
        flex: 1;
        max-width: 100%;
    }

    .page-column.right-column {
        width: 407px;
        margin-left: 30px;
    }

.the-tabs-head {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(40, 40, 39, 0.2);
}

    .the-tabs-head button, .the-tabs-head a {
        font-family: 'DIN Pro Condensed', sans-serif;
        outline: none;
        border: 0;
        background: transparent;
        display: inline-block;
        font-weight: 700;
        font-size: 20px;
        line-height: 120%;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #282827;
        opacity: 0.4;
        padding: 24px 0;
        margin: 0 40px -1px 0;
        position: relative;
        border-bottom: 3px solid transparent;
        text-decoration: none;
    }

        .the-tabs-head button:hover, .the-tabs-head a:hover {
            opacity: 1;
            cursor: pointer;
        }

    .the-tabs-head .active {
        opacity: 1;
        border-bottom: 3px solid #e60000;
    }

.big-tabs-head {
}

    .big-tabs-head button, .big-tabs-head a {
        font-size: 23px;
    }

.the-tabs-content {
    padding-top: 40px;
}

    .the-tabs-content .the-tabs-head {
        margin-top: -40px;
    }

.mini-news-block {
    margin-bottom: 40px;
}

    .mini-news-block .block-head {
        font-weight: 700;
        font-size: 30px;
        line-height: 130%;
        text-transform: uppercase;
        color: #282827;
        margin: 0 0 16px 0;
    }

.mini-news-block-content {
    border: 1px solid rgba(40, 40, 39, 0.2);
    padding: 0 16px;
}

.mini-news-item {
    padding: 16px 0;
    border-bottom: 1px solid rgba(40, 40, 39, 0.2);
}

    .mini-news-item:last-child {
        border: 0;
    }

    .mini-news-item .tag2 {
        font-size: 14px;
        padding: 4px 8px;
        border: 1px solid #E60000;
        line-height: 1.2em;
        margin-bottom: 8px;
    }

    .mini-news-item .title {
        font-weight: 700;
        font-size: 18px;
        line-height: 130%;
        text-transform: uppercase;
        color: #282827;
        margin: 0 0 8px 0;
    }

        .mini-news-item .title a {
            text-decoration: none;
            color: inherit;
        }

    .mini-news-item .date {
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
        text-transform: uppercase;
        color: #282827;
        opacity: 0.5;
    }

.about-page {
    padding: 48px 48px;
    background: #FBFBFB;
    border: 1px solid rgba(40, 40, 39, 0.2);
    border-radius: 10px;
}

.about-page-head {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 48px;
}

    .about-page-head img {
        border: 1px solid rgba(40, 40, 39, .2);
    }

.about-page-content .big-img {
    border: 1px solid rgba(40, 40, 39, .2);
}

.about-page-head.centered {
    justify-content: center;
}

.about-page-head img {
    display: block;
    max-width: 100%;
}

.about-page-head .description {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    text-align: right;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #282827;
}

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

.about-page-content {
}

.about-page b, .about-page strong {
    font-weight: 700;
}

.about-page-content > img, .about-page-content > p img {
    display: block;
    max-width: 100%;
    margin: 0 0 40px 0;
}

.about-page-content > p + img, .about-page-content > p img {
    margin-top: 35px;
}

.about-page-content .button, .about-page-content p .button {
    margin-bottom: 20px;
    margin-top: 15px;
}

.official-stamp-block {
    position: relative;
    z-index: 3;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    width: 793px;
}

    .official-stamp-block.hidden {
        display: none;
    }

    .official-stamp-block .text {
        width: 421px;
        max-width: 100%;
    }

    .official-stamp-block p {
        font-weight: 700;
        font-size: 18px;
        line-height: 120%;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #282827;
        margin-bottom: 110px;
        font-family: 'DIN Pro Condensed', sans-serif;
    }

    .official-stamp-block .title {
        font-weight: 700;
        font-size: 30px;
        line-height: 120%;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #282827;
        margin-bottom: 80px;
    }

    .official-stamp-block .date {
        font-weight: 700;
        font-size: 18px;
        line-height: 120%;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #282827;
        opacity: 0.5;
    }

    .official-stamp-block .img {
        width: 302px;
        max-width: 100%;
    }

    .official-stamp-block img {
        display: block;
        width: 100%;
    }

.about-page h2, .about-page h1 {
    font-weight: 900;
    font-size: 50px;
    margin-bottom: 24px;
}

.about-page h3 {
    font-size: 30px;
}

.about-page .type2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px;
}

.main-page-content-section .inner-section {
}

.resized-column {
    width: 40%;
    position: relative;
}

    .resized-column .parallax-content-column {
        width: 100%;
    }

.buro-page h2, .buro-page h1 {
    margin-bottom: 24px;
    line-height: 1.1em;
}

    .buro-page h2 span, .buro-page h1 span {
        display: block;
    }

h1 .red, h2 .red, h3 .red {
    color: #E60000;
}

.sliding-images {
    padding: 0 0 25px 0;
}

p + .sliding-images {
    padding-top: 20px;
}

.sliding-images-content {
}

.sliding-images img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    margin: 0 30px 15px 0;
}

    .sliding-images img:last-child {
        margin-right: 0 !important;
    }

.page-head-with-img {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
    margin-top: -35px;
}

    .page-head-with-img img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 30px;
    }

.people-block {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.people-item {
    width: 407px;
    width: 24%;
    max-width: 100%;
    margin: 0 1.33% 48px 0;
}

    .people-item:nth-child(4n+4) {
        margin-right: 0;
    }

    .people-item .img {
        width: 100%;
        overflow: hidden;
        margin: 0 0 16px 0;
    }

        .people-item .img img {
            display: block;
            width: 100%;
        }

    .people-item .text {
    }

        .people-item .text .tag {
            margin: 0 0 16px 0;
            padding: 4px 8px;
            border: 1px solid #E60000;
            line-height: 17px;
            font-weight: 700;
            font-size: 14px;
            text-transform: uppercase;
            color: #E60000;
            background: transparent;
        }

        .people-item .text .title {
            font-weight: 700;
            font-size: 20px;
            line-height: 120%;
            letter-spacing: 0.02em;
            text-transform: uppercase;
            color: #282827;
            padding: 0 0 8px 0;
        }

        .people-item .text p {
            font-family: Inter, sans-serif;
            font-weight: 400;
            font-size: 16px;
            line-height: 145%;
            color: #282827;
            padding: 0 0 20px 0;
        }

            .people-item .text p:last-of-type {
                padding-bottom: 0;
            }

    .people-item .messengers {
        padding: 5px 0 20px 0;
    }

        .people-item .messengers svg {
            max-width: 24px;
        }

.link-list {
    list-style: none;
    padding: 0;
    margin: 0 0 0px 0;
}

    .link-list li {
        display: block;
        padding: 0;
        margin: 0 0 8px 0;
        line-height: 1.2em;
    }

    .link-list a {
        font-weight: 700;
        font-size: 16px;
        line-height: 1.2em;
        letter-spacing: 0.02em;
        text-decoration: none;
        text-transform: uppercase;
        color: #272728;
        border-bottom: 1px solid #272728;
    }

        .link-list a:hover {
            color: #E60000;
            border-bottom: 1px solid #e60000;
        }

.search-results-content-section {
}

    .search-results-content-section h1 {
        margin-bottom: 24px;
    }

.show-number {
    padding: 14px 0 40px 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #282827;
}

    .show-number span, .show-number a {
        display: inline-block;
        vertical-align: middle;
        text-decoration: none;
        font-weight: 700;
        font-size: 24px;
        line-height: 130%;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #282827;
        margin: 0 0 0 13px;
    }

        .show-number span:hover, .show-number a:hover {
            text-decoration: none;
            cursor: pointer;
        }

        .show-number span.active, .show-number a.active {
            color: #E60000;
        }

.search-results-block {
    max-width: 1137px;
}

.search-results-item {
    padding: 0 140px 32px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 0 32px 0;
}

    .search-results-item:last-child {
        border: 0;
    }

    .search-results-item .title {
        font-weight: 900;
        font-size: 26px;
        line-height: 120%;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #282827;
        margin: 0 0 16px 0;
        padding: 0;
    }

        .search-results-item .title a {
            color: #282827;
            text-decoration: none;
        }

        .search-results-item .title .red {
            color: #E60000;
        }

    .search-results-item p {
        display: block;
        margin: 0 0 16px 0;
        padding: 0;
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
        color: #282827;
    }

    .search-results-item .date {
        font-weight: 700;
        font-size: 16px;
        line-height: 120%;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #282827;
        opacity: 0.5;
        padding: 0;
        margin: 0;
    }

.pagination {
}

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

        .pagination ul li {
            display: inline-block;
            vertical-align: middle;
            margin: 0 1px;
        }

            .pagination ul li a {
                display: inline-block;
                text-decoration: none;
                padding: 0 8px;
                line-height: 46px;
                border: 1px solid transparent;
                font-weight: 700;
                font-size: 24px;
                letter-spacing: 0.02em;
                text-transform: uppercase;
                color: #282827;
            }

            .pagination ul li span {
                display: inline-block;
                text-decoration: none;
                padding: 0 8px;
                line-height: 46px;
                border: 1px solid transparent;
                font-weight: 700;
                font-size: 24px;
                letter-spacing: 0.02em;
                text-transform: uppercase;
                color: #282827;
            }

            .pagination ul li a:hover {
                color: #E60000;
            }

            .pagination ul li a.active, .pagination ul li.active a {
                border: 1px solid #E60000;
                border-radius: 10px;
                padding: 0 18px;
            }

            .pagination ul li.prev a, .pagination ul li.next a {
                border: 1px solid #282827;
                display: inline-flex;
                flex-flow: column wrap;
                justify-content: center;
                align-items: center;
                height: 48px;
                width: 48px;
            }

            .pagination ul li.prev.disabled a, .pagination ul li.next.disabled a {
                border-color: rgba(0, 0, 0, 0.35);
            }

            .pagination ul li.prev.disabled svg path, .pagination ul li.next.disabled svg path {
                fill: rgba(0, 0, 0, 0.35);
            }

            .pagination ul li.prev a {
                margin-right: 40px;
                border-radius: 10px;
            }

            .pagination ul li.next a {
                margin-left: 35px;
                border-radius: 10px;
            }

/*login page styles*/

.header-login {
    display: inline-block;
    display: inline-flex;
    vertical-align: middle;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    
    a{
        text-decoration: none;
    }
}

    .header-login > a {
        padding-top: 7px;
    }

    .header-login .dropdown-toggle {
        height: 24px;
        padding-top: 7px;
        outline: none;
        border: 0;
        background: transparent;
        display: inline-block;
        padding: 0;
        margin: 0;
    }

        .header-login .dropdown-toggle:hover {
            cursor: pointer;
        }

.header-login-dropdown {
    display: none;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    min-width: calc(150px + 32px);
    right: 0px;
    top: 100%;
    margin: 14px 0 0 0;
    z-index: 9;
    background: #FBFBFB;
    border: 1px solid rgba(40, 40, 39, 0.2);
    padding: 16px 16px;
    border-radius: 10px;
}

.header-login:hover .header-login-dropdown {
    display: flex;
}

.header-login-dropdown:before {
    content: "";
    display: block;
    width: 100%;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    margin: -32px 0 0 0;
    z-index: 9;
}

.header-login .name {
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #282827;
    padding: 0;
    margin: 0 0 16px 0;
    white-space: nowrap;
    text-decoration: none;
}

    .header-login .name span {
        color: #E60000;
    }

.header-login-id {
    font-family: "DIN Pro Condensed", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 1px;
    text-transform: uppercase;
    align-self: flex-start;
    opacity: 0.3;
    margin-top: 16px;
    margin-bottom: 0;
}

.header-login .header-logout-button {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #282827;
}

.header-login .header-cabinet-button {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between !important;
    margin-bottom: 16px;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #282827;
}

.header-logout-button svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: -4px;
}

.header-cabinet-button svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
}


.login-page {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    min-height: calc(100vh - 634px);
}

    .login-page .hide {
        display: none !important;
    }

.login-page-block {
    display: none;
    margin: 25px auto;
}

    .login-page-block.show {
        display: block;
    }

    .login-page-block h2, .login-page-block h1 {
        text-align: center;
        margin: 0 0 8px 0;
    }

    .login-page-block p {
        text-align: center;
    }

.login-form {
    width: 554px;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 0 0 0;
}

.login-page-block .big-ref {
    display: block;
    text-decoration: none;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #282827;
    margin: 0 0 16px 0;
    text-align: center;
}

    .login-page-block .big-ref:last-child {
        margin-bottom: 0;
    }

    .login-page-block .big-ref:hover {
        opacity: 0.8;
    }

.form-item {
    position: relative;
    margin: 0 0 16px 0;
}

.form-item-submit {
    padding-top: 0px;
    padding-bottom: 0px;
}

.create_message_rules {
    margin-top: 8px;
    margin-bottom: 8px;
}

.login-page .form-item .error-message {
    margin: 0 0 0px 0;
    position: static;
    padding-top: 7px;
}

.form-item .code.invalid {
    color: #e60000 !important;
}

.login-bottom-refs {
    padding-top: 15px;
}

.login-page .form-item input.invalid {
    background: transparent !important;
}

.login-page .grey {
    color: #C8C8C8;
}

.login-page .button[disabled], .login-page .button[disabled]:hover, .login-page .button[disabled]:active, .login-page .button.disabled {
    color: #282827;
    border-color: transparent;
    background: #C8C8C8;
    cursor: default;
}

.form-item input[type=text], .form-item input[type=password], .form-item input[type=email], .form-item input[type=number] {
    font-family: 'DIN Pro Condensed', sans-serif;
    display: block;
    width: 100%;
    height: 63px;
    border: 1px solid #282827;
    outline: none;
    background: transparent;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0.02em;
    text-transform: none;
    color: #282827;
    padding: 0 24px;
}

    .form-item input[type=text]::-webkit-input-placeholder, .form-item input[type=password]::-webkit-input-placeholder, .form-item input[type=email]::-webkit-input-placeholder, .form-item input[type=number]::-webkit-input-placeholder, .form-item input[type=text]:-moz-placeholder, .form-item input[type=password]:-moz-placeholder, .form-item input[type=email]:-moz-placeholder, .form-item input[type=number]:-moz-placeholder {
        font-family: 'DIN Pro Condensed', sans-serif;
        font-size: 24px;
        line-height: 130%;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #ddd;
    }

.login-page .form-item input::placeholder {
    font-family: 'DIN Pro Condensed', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #C8C8C8;
}

.form-item textarea {
    font-family: 'DIN Pro Condensed', sans-serif;
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 82px;
    min-height: 82px;
    border: 1px solid #B7B7B7;
    outline: none;
    background: transparent;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0.02em;
    text-transform: none;
    color: #282827;
    padding: 8px 24px;
}

    .form-item textarea::placeholder {
        opacity: 0.4;
        color: #282827;
        font-family: 'DIN Pro Condensed', sans-serif;
        font-weight: 700;
        font-size: 24px;
        line-height: 130%;
        letter-spacing: 0.02em;
        text-transform: none;
    }

.form-item input.code {
    font-weight: 900;
    font-size: 32px;
    letter-spacing: 10px;
    text-align: center;
}

    .form-item input.code::-webkit-input-placeholder, .form-item input.code:-moz-placeholder {
        opacity: 0.2;
    }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-item-checkbox label {
    display: block;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

    .form-item-checkbox label span {
        display: inline-block;
        vertical-align: middle;
        max-width: max-content;
        font-family: 'Inter', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.2em;
        color: #282827;
    }

    .form-item-checkbox label a {
        color: #282827;
        display: inline-block;
        text-decoration: none !important;
        border-bottom: 1px solid #282827;
    }

        .form-item-checkbox label a:hover {
            border-color: transparent;
        }

.form-item-submit + .form-item-checkbox {
    margin-top: -25px;
}

.form-item.big-margin {
    margin-bottom: 35px;
}

.form-item {
}

.form-item-date input[type="text"] {
    background: url(../img/calendar-icon2.svg?v=Msv7qtqiHUnprQEwKe779HABAiA) no-repeat right 18px center;
    padding-right: 40px;
}

.form-item-group {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

    .form-item-group .form-item:last-child {
        margin-right: 0 !important;
    }

.form-item-group2 .form-item {
    width: 49%;
    margin-right: 2%;
}

.form-item-group3 .form-item {
    width: 32%;
    margin-right: 2%;
}


input.error {
    border-color: #E60000 !important;
    color: #E60000 !important;
}

.error-message {
    display: none;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    color: #E60000;
    padding: 8px 0 0 0;
}

    .error-message.show {
        display: block;
    }

    .error-message img {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
    }

.input-wrap {
    position: relative;
}

.password-toggler {
    display: inline-block;
    text-decoration: none;
    border: 0;
    outline: none;
    background: transparent;
    position: absolute;
    top: 50%;
    right: 24px;
    z-index: 3;
    transform: translateY(-50%);
}

    .password-toggler:hover {
        cursor: pointer;
    }

    .password-toggler svg {
        display: none;
    }

input.error + .password-toggler svg path, .error .password-toggler svg path {
    fill: #E60000;
}

.password-toggler .on {
    display: block;
}

input[type="password"] + .password-toggler .off {
    display: block;
}

input[type="password"] + .password-toggler .on {
    display: none;
}

.submit-button {
    width: 100%;
}

.back-button {
    width: 100%;
}

.submit-button + .back-button {
    margin-top: 16px;
}

/*end of login page styles*/


.no-results-note {
    padding: 80px 0 100px 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #282827;
    font-family: 'Inter', sans-serif;
}

    .no-results-note span {
        font-family: 'DIN Pro Condensed', sans-serif;
        display: block;
        font-weight: 900;
        font-size: 100px;
        line-height: 130%;
        text-align: center;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #282827;
        padding: 0;
        margin: 0 0 16px 0;
    }

.hidden {
    display: none !important;
}

.page404 {
    width: 850px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 150px 10px 120px 10px;
    min-height: calc(100vh - 615px)
}

    .page404 h1, .page404 h2 {
    }

    .page404 p {
    }

    .page404 h1 + p, .page404 h2 + p {
        margin: 0 0 32px 0;
        padding: 0;
    }

    .page404 .button {
    }

.popup {
    display: none;
    /*width: 540px;*/
    min-width: 540px;
    max-width: 100%;
    padding: 72px 48px;
}

.popup-title {
    font-weight: 900;
    font-size: 50px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #282827;
    padding: 0;
    margin: 0 0 40px 0;
}

.fancybox-close-small {
    opacity: 1;
    width: 48px;
    height: 48px;
}

    .fancybox-close-small svg {
        width: 28px;
        height: 28px;
    }

        .fancybox-close-small svg path {
            fill: #e60000;
        }

    .fancybox-close-small:before {
        content: "Закрыть";
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 3;
        transform: translate(-100%, -50%);
        font-family: 'DIN Pro Condensed', sans-serif;
        font-weight: 700;
        font-size: 22px;
        line-height: 26px;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #282827;
    }

.text-to-copy {
    display: none !important;
}

.sliding-text-block {
    overflow: hidden;
    margin-bottom: 64px;
}

.sliding-text-container {
    animation: slide 120s linear infinite;
    width: 5000px;
    height: 95px;
    background: url(../img/pictures/sliding-text1.png?v=Msv7qtqiHUnprQEwKe779HABAiA) repeat-x center 0;
}

    .sliding-text-container.version2 {
        background-image: url(../img/pictures/sliding-text2.png?v=Msv7qtqiHUnprQEwKe779HABAiA);
    }

@keyframes slide {
    0% {
        transform: translate3d(0px, 0, 0);
    }

    100% {
        transform: translate3d(-2000px, 0, 0);
    }
}

.lavra-banner {
    height: 400px;
    padding: 28px 0 10px 0;
    background: transparent no-repeat center center;
    background-size: cover;
    text-align: center;
    margin-bottom: 64px;
    position: relative;
    border-radius: 10px;
}

.lavra-banner-logo {
    position: absolute;
    bottom: 20px;
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 3;
}

.lavra-banner::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.855);
    z-index: 2;
}

.lavra-banner-logo span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 0px;
    margin: 0 0 0 24px;
    font-weight: 700;
    font-size: 27px;
    line-height: 160%;
    text-transform: uppercase;
    color: #000000;
}

    .lavra-banner-logo span:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 3px;
        height: 60px;
        background: #000000;
        margin-right: 24px;
    }

.lavra-banner-logo img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    width: 123px;
}

.lavra-banner .lavra-title {
    display: block;
    font-weight: 900;
    font-size: 42px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    padding: 0;
    margin: 0 0 16px 0;
    z-index: 4;
    position: relative;
}

    .lavra-banner .lavra-title span {
        display: block;
        color: #E60000;
        font-size: 65px;
        line-height: 70px;
    }

.lavra-banner .lavra-text {
    font-family: 'Din Pro', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 160%;
    text-transform: uppercase;
    color: #383D42;
    text-align: center;
}

.cyber-section {
    margin-bottom: 94px;
}

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

.cyber-pagination {
    padding-top: 24px;
    position: relative;
}

#top > section > section > div:nth-child(2) > div > div.swiper-pagination.cyber-pagination.swiper-pagination-bullets.swiper-pagination-horizontal > span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: red;
}

.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
}

.cyber-block-content {
    display: inline-block;
}

.cyber-block .cyber-title {
    margin-bottom: 0px;
    text-align: left;
}

.cyber-left {
    display: inline-block;
    vertical-align: top;
    width: 553px;
    max-width: 100%;
    margin-right: 42px;
    text-align: left;
    padding-top: 32px;
}

.cyber-qr {
    display: inline-block;
    vertical-align: top;
    width: 248px;
    text-align: left;
    margin-top: -45px;
}

.cyber-qr-title {
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #E60000;
    margin: 0 0 16px 0;
}

.cyber-left a {
    display: inline;
    text-decoration: none;
    border-bottom: 1px solid #E60000;
}

    .cyber-left a:hover {
        border-color: transparent;
        text-decoration: none;
    }

.cyber-qr img {
    display: block;
    width: 100%;
}

.cyber-mobile-link {
    display: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #E60000;
}

    .cyber-mobile-link a {
        text-decoration: none;
        color: inherit;
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        align-items: center;
    }

    .cyber-mobile-link svg {
        display: inline-block;
        margin-right: 8px;
    }

.banner-information {
    max-width: 65%;
}

        .banner-information .breadcrumbs ul li a {
            color: rgba(255, 255, 255, 0.6);
        }

        .banner-information .breadcrumbs ul li span {
            color: rgba(255, 255, 255, 1);
        }

        .banner-information .breadcrumbs ul li a:hover {
            color: rgba(255, 255, 255, 1);
        }

        .banner-information .breadcrumbs ul li a:after {
            content: "";
            display: inline-block;
            vertical-align: middle;
            width: 24px;
            height: 24px;
            margin-left: 6px;
            background: url(../img/flame/arrow_right.svg?v=Msv7qtqiHUnprQEwKe779HABAiA) no-repeat center center;
        }

    .banner-information .flame-banner-title {
        color: #ffffff;
        font-size: 100px;
        margin-bottom: 16px;
    }

/*Pitanie page*/

.pitanie-report-options-inner {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.pitanie-report-option {
    width: 408px;
    max-height: 536px;
}

    .pitanie-report-option img {
        background: url("../img/placeholder/news.png?v=Msv7qtqiHUnprQEwKe779HABAiA&v=F_OJqJUxCmgEq9QeOyryBZN_Rvk") no-repeat center center;
        background-size: cover;
        width: 100%;
        aspect-ratio: 16/10;
        object-fit: cover;
    }

    .pitanie-report-option h4 {
        text-transform: uppercase;
    }

.pitanie-title {
    font-size: 100px;
    font-weight: 900;
    line-height: 130px;
    letter-spacing: 0.02em;
    text-align: left;
    margin-bottom: 8px;
    margin-top: 120px;
}

.pitanie-subtitle {
    color: red;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 900;
    line-height: 41.6px;
    letter-spacing: 0.02em;
    text-align: left;
}

.pitanie-banner {
    background: url("../img/pitanie/schoolEatsBackground.png?v=Msv7qtqiHUnprQEwKe779HABAiA") no-repeat center center;
    background-size: cover;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.pitanie-report-button {
    margin-top: 16px;
    width: 100%;
}

.pitanie-banner-info {
    color: white;
}

    .pitanie-banner-info .breadcrumbs {
        margin-bottom: 150px;
    }

    .pitanie-banner-info h1 {
        color: white;
        margin-bottom: 8px;
        font-size: 100px;
        font-weight: 700;
        line-height: 110%;
        letter-spacing: 0em;
        text-align: left;
        max-width: 967px;
    }

    .pitanie-banner-info p {
        max-width: 80%;
    }

    .pitanie-banner-info h2 {
        color: white;
        margin-bottom: 24px;
        font-size: 32px;
        font-weight: 900;
        line-height: 41.6px;
        letter-spacing: 0.02em;
        text-align: left;
    }

.pitanie-banner-buttons {
    display: flex;
    justify-content: space-between;
    max-width: 588px;
}

.pitanie-popup-activation-button {
    background: red;
}

.pitanie-button {
    color: white;
    max-width: 278px;
    width: 100%;
    font-size: 21px;
    font-weight: 700;
    line-height: 31.2px;
    letter-spacing: 0.02em;
    text-align: center;
    height: 63px;
    padding: 16px 48px;
}

.button-line {
    content: "";
    background: url("../img/call.svg?v=Msv7qtqiHUnprQEwKe779HABAiA") center no-repeat;
    width: 24px;
    height: 24px;
    margin-left: 8px;
}

.pitanie-banner-illustration {
    height: 100%;
    align-self: end;
}

    .pitanie-banner-illustration img {
        height: 100%;
        vertical-align: bottom;
    }

.pitanie-banner-content {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pitanie-banner-info {
    max-width: 1043px;
    width: 100%;
    margin-right: 60px;
}

.pitanie-separator {
    content: "";
    height: 1px;
    width: 100%;
    background: #D9D9D9;
    margin: 24px auto;
}

.pitanie-popup {
    width: 1428px;
    padding: 32px;
    border-radius: 10px;
    display: none;
}

.pitanie-coordination-popup {
    width: 1428px;
    padding: 32px;
    border-radius: 10px;
    display: none;
}


.pitanie-coordination-title {
    font-size: 48px;
}

.pitanie-popup-quality-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

    .pitanie-popup-quality-column label {
        display: flex;
        flex-wrap: wrap;
    }

        .pitanie-popup-quality-column label span {
            flex-basis: 0;
            margin-top: 0;
            flex-grow: 1;
        }

.pitanie-popup-quality-checkboxes {
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
}

.pitanie-popup-quality-column {
    max-width: 30%;
}


    .pitanie-popup-quality-column span {
        margin-top: 24px;
        font-family: 'Inter', sans-serif;
        font-size: 18px;
        position: relative;
        display: flex;
    }

        .pitanie-popup-quality-column span p {
            margin-bottom: 0;
        }

        .pitanie-popup-quality-column span:first-child {
            margin-top: 16px;
        }

.pitanie-popup h2 {
    text-align: center;
    padding-top: 36px;
    color: #282827;
}

.pitanie-popup input, .pitanie-popup select .pitanie-popup input::placeholder {
    width: 100%;
    border: 1px solid #28282733;
    height: 63px;
    padding: 20px 24px;
    border-radius: 10px;
}


.pitanie-popup-freeForm {
    position: relative;
}

.pitanie-popup-freeFormSup {
    visibility: hidden;
}

.pitanie-popup .pitanie-popup-quality-column input {
    height: 24px;
    width: 24px;
    padding: 0;
    position: relative;
}

.pitanie-popup sup {
    color: red;
}

.schoolAddressAlert {
    color: red;
    display: none;
    margin-bottom: 0;
}

.pitanie-checkbox-button {
    min-width: 24px;
    min-height: 24px;
    border: red;
    margin: 3px 8px 3px 4px;
}

.pitanie-radio-buttons-outer input {
    height: 24px;
    width: 24px;
}

.pitanie-radio-button .ez-hide {
    border-color: red;
}

.pitanie-radio-buttons-outer label {
    display: flex;
    align-items: center;
    margin-top: 24px;
    font-size: 18px;
    font-family: 'Inter', sans-serif;
}

.pitanie-radio-buttons-outer span:first-child {
    margin-top: 16px;
}

.pitanie-popup-item .form-item-file {
    padding: 0;
}

    .pitanie-popup-item .form-item-file input[type="file"] {
        width: 271px;
    }

.pitanie-popup-item textarea {
    padding: 10px;
}

.pitanie-popup > div.pitanie-popup-form > div.smart-captcha {
    height: 102px !important;
    margin-top: 24px;
}

.pitanie-popup {
    overflow: initial;
}

.pitanie-radio-buttons-outer .ez-radio {
    margin-right: 16px;
}

.pitanie-file-placeholder {
    color: #282827;
    opacity: 0.5;
    margin-top: 8px;
}

.pitanie-popup .select2-container--default .select2-selection--single {
    border-radius: 10px;
    border: 1px solid #28282733;
}

    .pitanie-popup .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: red transparent transparent transparent;
    }

.pitanie-popup .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent red transparent;
    border-width: 0 4px 5px 4px;
}

.pitanie-popup .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: calc(50% - 13px);
    right: 24px;
}

.pitanie-popup .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 24px;
    font-weight: 700;
    color: #282827;
}

.pitanie-popup .select2-container .select2-selection--single {
    height: 63px;
    text-transform: uppercase;
}

.pitanie-popup .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 63px;
}

.pitanie-popup h4 {
    font-family: "DIN Pro Condensed", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 21.33px;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: #282827;
}

.pitanie-popup-item {
    max-width: 444px;
    width: 100%;
    margin-top: 16px;
}

    .pitanie-popup-item .select2 {
        min-width: 100%;
        max-width: 100%;
    }

    .pitanie-popup-item textarea {
        height: 136px;
        border-radius: 10px;
        width: 100%;
        resize: none;
        border: 1px solid rgba(40, 40, 39, .2);
    }

.pitanie-popup-button {
    margin-top: 24px;
}

.pitanie-popup-item-full {
    max-width: 100%;
}

.pitanie-popup-geo, .pitanie-popup-contacts {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
}

.pitanie-popup-contacts {
    justify-content: flex-start;
    gap: 16px;
}

.pitanie-rules {
    margin-top: 16px;
}

.pitanie-popup-noSchool {
    margin-top: 16px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    display: none;
}

    .pitanie-popup-noSchool label {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: max-content;
    }

    .pitanie-popup-noSchool p {
        display: none;
        margin-top: 8px;
        color: red;
    }

.rules-text {
    margin: 0;
    font-family: Inter, sans-serif;
    line-height: 150%;
    font-size: 16px;
    font-weight: 400;
}

.rules-checkbox {
    min-width: 24px;
    margin-right: 8px;
    margin-bottom: 12px;
}

.range {
    margin-top: 75px;
    max-width: 610px;
    max-height: 10px;
}

#range .noUi-handle {
    background: red;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    cursor: pointer;
    right: -13px;
    top: -4px;
}

#range .noUi-connect {
    background: red;
    max-height: 10px;
}

.noUi-base, .noUi-connects {
    max-height: 10px;
}

#range .noUi-tooltip {
    background: red;
    color: white;
    border-radius: 10px;
    width: 36px;
    height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    margin-bottom: 10px;
}

    #range .noUi-tooltip:after {
        content: '';
        position: absolute;
        left: 9px;
        bottom: -15px;
        border: 10px solid transparent;
        border-top: 10px solid red;
    }

#range .noUi-handle:before {
    display: none;
}

#range .noUi-handle:after, .noUi-handle:before {
    content: none;
}

.pitanie-slider .swiper-slide, .pitanie-download-slider .swiper-slide {
    display: flex;
    justify-content: center;
}

.pitanie-goal {
    display: flex;
    align-items: center;
    margin-top: 120px;
}

    .pitanie-goal .pitanie-title {
        margin-top: 0;
    }

    .pitanie-goal .pitanie-subtitle {
        margin-bottom: 24px;
    }

.pitanie-goal-information {
    margin-right: 30px;
    max-width: 700px;
}

.pitanie-goal-illustration {
    max-width: 991px;
    max-height: 512px;
}

    .pitanie-goal-illustration img {
        width: 100%;
    }

.pitanie-history-inner {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.pitanie-history-information {
    max-width: 50%;
    width: 100%;
}

.pitanie-history-year {
    font-size: 40px;
    font-weight: 900;
    line-height: 52px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #C8C8C8;
    margin-right: 48px;
    cursor: pointer;
}

.pitanie-history-month {
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    cursor: pointer;
    margin-right: 24px;
}

    .pitanie-history-year:hover, .pitanie-history-month:hover {
        color: red;
    }

.pitanie-history-yearSelector, .pitanie-history-monthSelector {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.pitanie-history-monthSelector {
    margin: 24px 0 40px;
}


.pitanie-history-illustration {
    margin-right: 30px;
    width: 50%;
}

    .pitanie-history-illustration img {
        width: 100%;
        max-width: 100%;
        max-height: 519px;
        object-fit: contain;
    }

.pitanie-history-description p {
    font-family: Inter, Sans-Serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    margin-bottom: 0;
}

.pitanie-history-selectedYear, .pitanie-history-selectedMonth {
    color: red;
}

.pitanie-history .pitanie-title {
    margin-bottom: 0;
}

.pitanie-history .pitanie-subtitle {
    font-size: 48px;
    line-height: 62.4px;
}

.pitanie-download-button {
    font-family: "DIN Pro Condensed", sans-serif;
    color: #282827;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    background: transparent;
    border: none;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 31.2px;
    letter-spacing: 0.02em;
    text-align: left;
    max-height: 31px;
}

.pitanie-download-item {
    width: 262px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 375px;
    padding: 16px;
    cursor: pointer;
    border: 1px solid #C8C8C8;
    border-radius: 10px;
}

    .pitanie-download-item h4 {
        font-size: 24px;
        position: absolute;
        font-weight: 700;
        line-height: 31.2px;
        letter-spacing: .02em;
        text-align: left;
        text-transform: uppercase;
        margin-bottom: 0;
        max-width: 260px;
        top: 46px;
    }

.pitanie-download-illustration {
    max-width: 220px;
    max-height: 220px;
    margin: 16px 0 8px;
}

.pitanie-download-item p {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
}

.pitanie-download-button img {
    margin-left: 8px;
}

.pitanie-download-instruction {
    margin-top: 40px;
}

.ui-widget-content {
    background: #fff;
    color: #282827;
    border-radius: 10px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
}

.ui-widget.ui-widget-content {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.ui-autocomplete {
    max-height: 50%;
}

.ui-menu-item-wrapper {
    border-radius: 10px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background: none;
    border: none;
    padding: 3px 1em 3px 0.4em;
}

.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    padding: 3px 1em 3px .4em;
    border-width: 1px 0px 1px 0px;
    margin: 0;
    border-color: #cccccc;
    border: none;
    color: red;
}

.pitanie-popup-success, .pitanie-popup-loading {
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.pitanie-popup-success-img, .pitanie-popup-loading-img {
    margin-bottom: 24px;
    margin-top: 64px;
    max-width: 100%;
}

.pitanie-popup-loading-img {
    margin-bottom: 24px;
    margin-top: 64px;
    max-width: 50%;
}


.pitanie-popup-success-button {
    background: red;
    color: white;
    width: 100%;
}

.pitanie-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: transparent;
}

/*Youth page*/

.youth-banner {
    background: url("../img/youth-page/youth-banner-background.png?v=Msv7qtqiHUnprQEwKe779HABAiA") no-repeat center center;
    background-size: cover;
    overflow: hidden;
    height: 800px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.youth-content-section, .pitanie-content-section {
    padding-top: 0;
}

.pitanie-content-section {
    padding: 0;
    padding-bottom: 140px;
}

.youth-title {
    margin-top: 120px;
    margin-bottom: 24px;
    font-size: 100px;
    font-weight: 900;
    letter-spacing: 0.02em;
    text-align: left;
}

.youth-banner-illustration-outer {
    position: relative;
    max-height: 392px;
}

    .youth-banner-illustration-outer img {
        height: 100%;
        max-height: 392px;
        min-width: 392px;
        max-width: 100%;
        float: right;
    }

.youth-banner-illustration {
    max-width: 700px;
    position: absolute;
    bottom: 80px;
    right: 160px;
}

.youth-banner-information h1 {
    line-height: 80%;
    font-size: 100px;
    color: #FFFFFF;
    margin-top: 101px;
}

    .youth-banner-information h1 span {
        font-size: 48px;
        line-height: 80%;
    }

.youth-button {
    color: #FFFFFF;
    width: 450px;
    height: 63px;
    padding: 16px 35px;
    border: #ffffff solid 1px;
}

.youth-button-about {
    border-color: red;
    color: #282827;
    margin-top: 32px;
}

.youth-about-item-title-outer {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.youth-about-item {
    display: flex;
    justify-content: space-between;
    align-items: end;
    width: 100%;
    min-height: 394px;
    border: 1px solid rgba(40, 40, 39, .2);
    border-radius: 10px;
    margin-bottom: 24px;
}

.youth-about-item-info-inner h3 {
    font-size: 48px;
    font-weight: 900;
    line-height: 70%;
    letter-spacing: 0.02em;
    text-align: left;
    margin-bottom: 0;
}

.youth-about-item-info-inner p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    margin-bottom: 0;
}

.youth-about-item-info-inner h3 span {
    font-size: 24px;
    font-weight: 700;
    line-height: 70%;
    letter-spacing: 0.02em;
    text-align: left;
}

.youth-about-item-info img {
    margin-right: 30px;
    height: 283px;
    width: 270px;
    object-fit: contain;
}

.youth-about-item-title-outer img {
    display: none;
    margin-right: 16px;
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.youth-about-item-illustration {
    min-height: 100%;
    object-fit: contain;
    object-position: bottom;
    width: 406px;
    cursor: pointer;
}

.youth-about-item-info {
    display: flex;
    align-self: center;
    padding: 30px;
}

.youth-map-outer {
    display: flex;
    align-items: center;
    margin-top: 120px;
}

.youth-map-noInfo {
    display: none;
}

.youth-map-information-outer {
    width: 552px;
}

    .youth-map-information-outer h3 {
        font-size: 50px;
        font-weight: 900;
        line-height: 50px;
        letter-spacing: 0.02em;
        text-align: left;
        margin-top: 0;
    }

    .youth-map-information-outer p {
        font-size: 18px;
        font-weight: 400;
        line-height: 26.1px;
        text-align: left;
        margin-bottom: 32px;
    }

.youth-select-search {
    width: 100%;
}

.youth-map-information {
    padding: 24px 16px 16px;
    border: 1px solid rgba(40, 40, 39, .2);
    border-radius: 10px;
}

    .youth-map-information .social-content a {
        background: red;
        fill: white;
    }

        .youth-map-information .social-content a svg path {
            background: red;
            fill: white;
        }

        .youth-map-information .social-content a:hover {
            background: #e60000;
        }

    .youth-map-information h4 {
        text-transform: uppercase;
        font-size: 30px;
        font-weight: 700;
        line-height: 39px;
        text-align: left;
        margin-bottom: 16px;
    }

        .youth-map-information h4:first-child {
            margin-bottom: 24px;
        }

    .youth-map-information .social-content {
        max-width: 228px;
    }

.youth-textWithImg {
    display: flex;
    margin-bottom: 24px;
}

.youth-map-withInfo .youth-textWithImg:last-child {
    margin-bottom: 0;
}

.youth-map-withInfo {
    display: none;
}

.youth-textWithImg .social-content {
    width: 100%;
    margin-right: 16px;
}

.youth-textWithImg p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20.3px;
    text-align: left;
    margin-bottom: 0;
}

.youth-textWithImg .youth-map-profession h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 31.2px;
    letter-spacing: 0.02em;
    text-align: left;
    margin-bottom: 8px;
}

.youth-map-withInfo .youth-textWithImg {
    margin-bottom: 16px;
}

.content-section .youth-map-information .social {
    margin-bottom: 0;
}

.youth-map-information .social a {
    border: 1px solid rgba(40, 40, 39, .2);
}

.youth-news-item .img img {
    object-fit: cover;
}

.youth-links {
    position: relative;
}

.youth-links-title-image {
    position: absolute;
    bottom: 0;
    right: 465px;
    height: 100%;
}

.youth-links-inner {
    width: 70%;
    padding: 40px;
    border-radius: 10px;
    border: 1px solid rgba(40, 40, 39, .2);
}

.youth-links-info {
    max-width: 513px;
}

    .youth-links-info h3 {
        font-size: 48px;
        font-weight: 900;
        line-height: 62.4px;
        letter-spacing: 0.02em;
        text-align: left;
        margin-bottom: 0;
    }

.youth-links-phone img {
    max-width: 264px;
}

.youth-links-info span {
    color: #e60000;
}

.youth-links-button {
    background: #e60000;
    color: #ffffff;
    width: 100%;
    margin-top: 32px;
    height: 63px;
}

.youth-links-image {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.youth-links-phone {
    background: url("../img/youth-page/youth-links-phone.png?v=Msv7qtqiHUnprQEwKe779HABAiA") no-repeat center;
    background-size: contain;
    position: absolute;
    left: 583px;
    bottom: 0;
    height: 450px;
    width: 432px;
    display: flex;
    text-align: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 78px 84px 26px 84px;
    z-index: 10;
}

.content-section .youth-social {
    max-width: 232px;
    margin: 0 auto;
}

    .content-section .youth-social a {
        border: none;
    }

.youth-links-social-adaptive, .youth-links-social-mobile {
    display: none;
}


/*select styles*/

.form-item .select2-container {
    width: 100% !important;
}

.form-item-file {
    padding: 8px 0 10px 0;
}

    .form-item-file .warning span {
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0.48px;
        text-transform: uppercase;
        color: #E60000;
    }

.form-item-file-content {
    position: relative;
}

.form-item-file .error-message {
    position: static !important;
}

.form-item-file input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9;
}

.form-item .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.25);
}

.form-item select.changed ~ .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: rgba(0, 0, 0, 1);
}

.select2-container--open {
    z-index: 100000;
}

.form-item .select2-container--default .select2-selection--single {
    padding: 15px 14px;
    height: 63px;
    border: 1px solid #282827;
    border-radius: 10px;
}

    .form-item .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 50%;
        right: 17px;
        transform: translateY(-50%);
        background: url(../img/arrow-down1.svg?v=Msv7qtqiHUnprQEwKe779HABAiA) no-repeat center center;
        width: 24px;
        height: 24px;
    }

        .form-item .select2-container--default .select2-selection--single .select2-selection__arrow b {
            display: none;
            border-width: 7px 5px 0 5px;
        }

.select2-dropdown {
    background: #FFFFFF;
    box-shadow: 0px 16px 24px rgba(43, 43, 43, 0.08);
    padding: 12px 24px;
}

.select2-results__option {
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #282827;
    padding: 12px 0;
    margin: 0;
    background: transparent !important;
}

    .select2-results__option:hover {
        opacity: 1;
    }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    color: #282827;
    opacity: 1;
    background: transparent;
}

.select2-results__options::-webkit-scrollbar {
    width: 5px;
}

.select2-results__options::-webkit-scrollbar-track {
    background: transparent;
}

.select2-results__options::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border: 0px solid orange;
}

.form-item:not(.form-item-checkbox) > label {
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 170%;
    text-transform: uppercase;
    color: rgba(43, 43, 43, 0.3);
    padding: 0;
    margin: 0 0 8px 0;
}

.form-item label sup {
    color: #e60000;
    display: inline-block;
    font-size: 18px;
    position: relative;
    top: 2px;
    left: -1px;
}

.form-item {
    position: relative;
    width: 100%;
}

    .form-item .error-message {
        display: none;
        padding: 2px 0 0 0;
        font-weight: 400;
        font-size: 16px;
        line-height: 145%;
        color: #E60000;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 2;
    }

    .form-item input.invalid {
        background: #FDE6E6 !important;
        border: 1px solid #E60000 !important;
    }

select.invalid ~ .select2-container .select2-selection--single {
    background: #FDE6E6 !important;
    border: 1px solid #E60000 !important;
}

.form-item .error-message.active {
    display: block;
}

/*end of select styles*/

.news-filter-item-period {
    padding-top: 24px;
}

    .news-filter-item-period .news-catalog-head {
        padding-bottom: 4px;
    }

.headings-with-link {
}

    .headings-with-link a, .headings-with-link span {
        opacity: 0.3;
        display: inline-block;
        vertical-align: middle;
        margin-right: 40px;
        color: #282828;
        text-decoration: none;
    }

    .headings-with-link .active {
        opacity: 1;
    }

.news-filter-head {
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #282827;
    margin: 0 0 16px 0;
}

.news-filter-item-period .news-catalog-head .button {
    min-width: 145px;
}

    .news-filter-item-period .news-catalog-head .button[disabled]:hover {
        color: #c8c8c8;
        border-color: #c8c8c8;
        background: transparent;
        cursor: default;
    }

.news-filter-item-date {
    padding-bottom: 0;
    padding-top: 24px;
}

.filter-date-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 32px 16px 0;
}

    .filter-date-item span {
        display: block;
        position: absolute;
        top: 8px;
        left: 0px;
        z-index: 2;
        font-weight: 700;
        font-size: 16px;
        line-height: 1.2em;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #E60000;
    }

    .filter-date-item input {
        padding: 0 26px 0 14px;
        font-weight: 700;
        font-size: 16px;
        line-height: 1.2em;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #282827;
        background: url(../img/calendar-icon.svg?v=Msv7qtqiHUnprQEwKe779HABAiA) no-repeat right center;
    }

.two-characters.filter-date-item input {
    padding-left: 22px;
}

.news-filter-item-date .news-filter-head {
    margin-bottom: 8px;
}

.news-filter-item-buttons {
    margin-bottom: 35px;
}

    .news-filter-item-buttons .button {
        width: 400px;
        max-width: 100%;
        display: block;
        font-size: 16px;
        padding: 7px 18px;
        margin-bottom: 3px;
    }

.reset-filter-button {
    color: #E60000;
    background: transparent;
    border-color: transparent;
}

    .reset-filter-button:hover, .reset-filter-button:active {
        color: #E60000 !important;
        background: transparent !important;
        border-color: transparent !important;
    }

    .reset-filter-button:disabled, .reset-filter-button.disabled {
        color: #C8C8C8 !important;
        background: transparent !important;
        border-color: transparent !important;
    }

/*datepicker styles*/

.ui-datepicker.ui-widget {
    background: #FFFFFF;
    border: 1px solid #C8C8C8;
    padding: 16px 16px;
    font-family: 'DIN Pro Condensed', sans-serif;
    z-index: 9999 !important;
}

.ui-datepicker .ui-datepicker-header {
    padding: 0;
    margin: 0 0 20px 0;
    background: transparent;
    border: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}

.ui-datepicker .ui-datepicker-title {
    font-weight: 900;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #282827;
    background: transparent;
    margin: 0;
    text-align: left;
    display: inline-block;
    order: 1;
    padding-right: 8px;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    display: inline-block;
    margin: 0 0 0 16px !important;
    /*position: static;*/
    width: 16px;
    height: 16px;
    transform: none;
    background: url(../img/calendar-arrow.svg?v=Msv7qtqiHUnprQEwKe779HABAiA) no-repeat center center !important;
    border: 0 !important;
    outline: none;
    left: auto;
    top: 7px !important;
}

    .ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover {
        opacity: 0.8;
        cursor: pointer;
    }

    .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
        display: none;
    }

.ui-datepicker .ui-datepicker-prev {
    order: 2;
    right: 44px;
}

.ui-datepicker .ui-datepicker-next {
    order: 3;
    transform: rotate(180deg);
    right: 17px;
}

.ui-datepicker table {
    width: 100%;
    font-size: initial;
    border-collapse: collapse;
    margin: 0 0 0.4em;
    margin: 0 0 0 -8px;
}

.ui-datepicker th {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #282827;
    padding: 0 0 12px 0;
    width: 20px;
    height: 20px;
}

.ui-datepicker td {
    padding: 0 0 8px 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #282827;
    width: 20px;
    height: 20px;
}

.ui-datepicker tr:last-child td {
    padding-bottom: 0;
}

.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 0;
    text-align: center;
    text-decoration: none;
}

    .ui-datepicker td a:hover {
        opacity: 1 !important;
    }


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 0;
    outline: none;
    background: transparent;
    text-decoration: none;
    color: #282827;
    opacity: 0.5;
    font-weight: 700;
    font-size: 16px;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    color: #E60000;
    opacity: 1;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    color: #E60000;
    opacity: 1;
    padding: 0;
}

/*end of datepicker styles*/

.radar-banner {
    display: flex;
    background: url("../img/radar/radar-banner-background.png?v=Msv7qtqiHUnprQEwKe779HABAiA") no-repeat center center;
    background-size: cover;
    border-radius: 40px;
    margin-bottom: 80px;
}

    .radar-banner .banner-information {
        padding: 48px;
        padding-right: 0;
    }

.radar-banner-header {
    display: flex;
    align-items: center;
    gap: 30px;
}

    .radar-banner-header img {
        max-width: 120px;
        max-height: 120px;
    }

.radar-title {
    font-size: 58px;
    font-weight: 900;
    line-height: 110%;
    letter-spacing: 0.02em;
    text-align: left;
    color: #ffffff;
    margin-bottom: 0;
}

.radar-subtitle {
    margin-bottom: 0;
}

.radar-banner-email {
    font-size: 24px;
    font-weight: 700;
    font-family: "DIN Pro Condensed";
    line-height: 110%;
    text-transform: uppercase;
}

.radar-banner {
    position: relative;
}

    .radar-banner .radar-banner-illustration {
        position: absolute;
        top: -52px;
        right: 0;
        max-width: 45%;
        max-height: 664px;
    }

.radar-banner-header h4 {
    font-family: Inter, Sans-Serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    text-align: left;
    color: #ffffff;
}

.radar-banner-social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

    .radar-banner-social a {
        content: " ";
        max-width: 201px;
        max-height: 59px;
        width: 201px;
        height: 59px;
    }

    .radar-banner-social .button {
        color: #282827;
        background: #ffffff;
        font-size: 22px;
        width: 201px;
        max-width: 201px;
        max-height: 59px;
        line-height: normal;
        padding: 16px 24px;
    }

    .radar-banner-social a:nth-child(2) {
        background: url("../img/radar/radar-social-ruStore.png?v=Msv7qtqiHUnprQEwKe779HABAiA") center center no-repeat;
        background-size: contain;
    }

    .radar-banner-social a:nth-child(3) {
        background: url("../img/radar/radar-social-appGallery.png?v=Msv7qtqiHUnprQEwKe779HABAiA") center center no-repeat;
        background-size: contain;
    }

    .radar-banner-social a:nth-child(4) {
        background: url("../img/radar/radar-social-telegram.png?v=Msv7qtqiHUnprQEwKe779HABAiA") center center no-repeat;
        background-size: contain;
    }


.radar-banner .banner-information p {
    margin-bottom: 24px;
}

.radar-banner-header {
    margin-bottom: 24px;
}

.radar-app-guide-outer p {
    margin-bottom: 0;
}

.radar-guide-swiper {
    padding-top: 40px;
    padding-bottom: 46px;
}

.radar-app-guide-outer h2 {
    color: #E60000;
}

.radar-app-guide-outer h3 {
    font-size: 48px;
    font-weight: 900;
    line-height: 62.4px;
    letter-spacing: 0.02em;
    text-align: left;
    margin-bottom: 24px;
}

.radar-app-guide {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.radar-app-guide-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-height: 562px;
    background: #F5F5F5;
    border: 1px solid #C8C8C8;
    padding: 24px;
    border-radius: 10px;
}

    .radar-app-guide-item img {
        max-height: 448px;
        max-width: 230px;
    }

.radar-app-guide-header {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    gap: 24px;
    margin-bottom: 24px;
}

    .radar-app-guide-header h4 {
        font-size: 16px;
        font-weight: 700;
        line-height: 20.8px;
        letter-spacing: 0.02em;
        text-align: left;
    }

    .radar-app-guide-header span {
        text-align: center;
        color: #ffffff;
        width: 40px;
        height: 40px;
        border-radius: 5px;
        background: #e60000;
    }

.radar-posters {
    position: relative;
    display: flex;
    justify-content: space-between;
    background: #F5F5F5;
    border: 1px solid #C8C8C8;
    border-radius: 10px;
    width: 100%;
    max-height: 428px;
    margin-bottom: 80px;

    .red-block-radar-poster{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 35%;
        object-fit: cover;
        background: url("../img/radar/radar-posters-background.png?v=Msv7qtqiHUnprQEwKe779HABAiA");
        border-radius: 10px;
        
        .radar-ask-icon{
            width: 160.5px;
            height: 160.5px;
        }
    }
}

.ask-radar-posters{
    margin-top: 192px;
    border: none !important;
}

.radar-posters-background {
    max-height: 428px;
}

.radar-posters-illustration {
    position: absolute;
    bottom: 0;
    right: 322px;
    max-width: 476px;
    height: 374px;
}

.radar-ask-posters-illustration{
    position: absolute;
    bottom: 0;
    left: 38%;
    max-width: 641px;
    height: 374px;
}

.radar-ask-posters-illustration-adaptive{
    display: none;
    position: absolute;
    bottom: 0;
}

.radar-posters-illustration-adaptive, .radar-posters-button-adaptive {
    display: none;
}

.radar-posters-information {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 48px 0 48px 48px;
    max-width: 660px;
}

.ask-radar-banner{
    gap: 16px;
    padding: 70px 0 70px 40px;
    
    p {
        margin: 0 !important;
    }
    
    a {
        text-decoration: none;
        color: #282827;
    }
}

.radar-posters-information-first-row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    
    .radar-icon-mobile{
        display: none;
        width: 76.5px;
        height: 76.5px;
    }
}

    .radar-posters-information h3 {
        margin-bottom: 0;
    }

    .radar-posters-information h2 {
        color: #e60000;
    }

    .radar-posters-information p {
        margin: 16px 0 24px;
        line-height: 26.1px;
        !important;
    }

.radar-posters .button, .radar-ios .button {
    background-color: #e60000;
    color: #ffffff;
    max-width: 280px;
}

    .radar-posters-information .button:hover, .radar-ios .button:hover {
        background-color: transparent;
        color: #282827;
    }

.radar-faq, .radar-history-outer {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    padding-left: 100px;
    padding-right: 100px;
}

.radar-history {
    position: relative;
    max-width: 1400px;
    border-bottom: 1px solid #28282733;
    margin-bottom: 32px;
}

.radar-faq, .radar-history-outer {
    margin-bottom: 80px;
}

.radar-history-outer-adaptive {
    display: none;
}

.radar-app-guide-outer {
    margin-bottom: 127px;
}

.radar-faq-swiper-adaptive {
    display: none;
    padding-bottom: 46px;
}

.radar-faq-slide {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: flex-start;
    gap: 30px;
}

.radar_faq h2 {
    margin-bottom: 0;
}

.radar-faq-swiper {
    padding-top: 40px;
}


.radar-faq-item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.radar-faq-item-header-button {
    display: flex;
    align-items: center;
    content: " ";
    background: url("../img/radar/radar-faq-button.svg?v=Msv7qtqiHUnprQEwKe779HABAiA");
    min-height: 32px;
    min-width: 32px;
    border: none;
    cursor: pointer;
}

.radar-faq-item {
    border: 1px solid #C8C8C8;
    border-radius: 10px;
    padding: 30px 24px;
    background: #F5F5F5;
    max-width: calc(50% - 15px);
    min-width: 400px;
    width: 100%;
    height: fit-content !important;
    line-height: 1.2;
    cursor: pointer;
}

.faq-number {
    font-family: "DIN Pro Condensed", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.8px;
    letter-spacing: 0.02em;
    text-align: left;
    text-transform: uppercase;
    color: #e60000;
}

.faq-title {
    font-family: "DIN Pro Condensed", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 31.2px;
    letter-spacing: 0.02em;
    text-align: left;
    margin-bottom: 0;
}

.radar-faq-item-content {
    font-family: "Inter", Sans-Serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    color: #282827;
    transition: max-height 0.2s;
    overflow: hidden;
}

    .radar-faq-item-content[aria-hidden="true"] {
        max-height: 0;
    }

    .radar-faq-item-content[aria-hidden="false"] {
        max-height: 200px;
        margin-top: 24px;
    }


[data-drawer-showing="true"] .trigger {
    background: url("../img/radar/radar-faq-button-active.svg?v=Msv7qtqiHUnprQEwKe779HABAiA");
}

.radar-faq-item-content {
    display: flex;
    line-height: 1.4;
    max-width: 800px;
}

.radar-prev {
    width: 40px;
    height: 40px;
    background: url("../img/radar/radar-swiper-next.svg?v=Msv7qtqiHUnprQEwKe779HABAiA") center center;
    transform: rotate(180deg);
    position: absolute;
    left: 28px;
    top: calc(50% - 8px);
}

.radar-next {
    width: 40px;
    height: 40px;
    background: url("../img/radar/radar-swiper-next.svg?v=Msv7qtqiHUnprQEwKe779HABAiA") center center;
    position: absolute;
    right: 28px;
    top: calc(50% - 8px);
}

.radar-pagination {
    display: none;
}

.radar-history-item {
    cursor: pointer;
}

    .radar-history-item p {
        font-family: "DIN Pro Condensed", Sans-Serif;
        font-size: 30px;
        font-weight: 700;
        line-height: 36px;
        letter-spacing: 0.02em;
        opacity: 0.4;
        margin-bottom: 0;
    }

.radar-history-swiper {
    max-width: 1400px;
    margin-left: 73px;
    margin-right: 48px;
}

    .radar-history-swiper p {
        margin-bottom: 0;
    }

.radar-history-item p {
    width: fit-content;
}

.radar-history-active p {
    opacity: 1;
    padding-bottom: 24px;
    border-bottom: 3px solid #e60000;
}

.radar-history-next, .radar-history-prev {
    top: 35px;
}

.radar-history-next {
    right: 0;
}

.radar-history-prev {
    left: 0;
}

.radar-popup {
    border-radius: 10px;
}

    .radar-popup p {
        margin-bottom: 0;
    }

.radar-popup-header {
    display: flex;
    gap: 40px;
    margin-bottom: 48px;
}

.radar-popup-link-adaptive {
    display: none;
}

.radar-popup-link, .radar-popup-link-adaptive {
    background: #e60000;
    color: #ffffff;
    height: 63px;
    width: 270px;
    font-size: 24px !important;
    font-weight: 700;
    line-height: 31.2px;
    letter-spacing: 0.02em;
    padding: 16px 32px;
}

    .radar-popup-link :hover, .radar-popup-link-adaptive:hover {
        background: #ffffff;
        color: #e60000;
    }

.radar-popup-header img {
    max-width: 150px;
    max-height: 150px;
}

.radar-banner-email{
    
}

.radar-popup-header h2 {
    font-size: 48px;
    font-weight: 900;
    line-height: 62.4px;
    letter-spacing: 0.02em;
    text-align: left;
}

.radar-popup-warning {
    display: flex;
    gap: 24px;
    align-items: center;
    padding: 24px;
    border-radius: 10px;
    border: 1px solid #C8C8C8;
    background: #F5F5F5;
    margin-bottom: 48px;
}

    .radar-popup-warning p {
        margin-bottom: 0;
        font-size: 18px;
        font-weight: 400;
        line-height: 27px;
        text-align: left;
    }

.radar-popup h2 {
    margin-bottom: 24px;
}

.radar-popup p {
    font-family: Inter, Sans-Serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
}

.radar-popup-requirements-list {
    margin-bottom: 48px;
    margin-left: 32px;
}

    .radar-popup-requirements-list li {
        font-family: Inter, Sans-Serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 27px;
        text-align: left;
    }

.radar-popup-app-illustration {
    position: relative;
    display: flex;
    justify-content: center;
    background: #F5F5F5;
    border: 1px solid #C8C8C8;
    border-radius: 10px;
    height: 321px;
    margin-bottom: 24px;
}

    .radar-popup-app-illustration img {
        max-width: 263px;
        bottom: 0;
        position: absolute;
        overflow: unset;
        max-height: 297px;
    }

.radar-popup-app-guide-item .radar-app-guide-header span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}

.radar-popup-app-guide-item .radar-app-guide-header {
    margin-bottom: 16px;
}

.radar-popup {
    display: none;
}

.radar-popup-swiper {
    padding-top: 24px;
}

/*------------------------------------------------*/
.about-page-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.about-page-item {
    position: relative;
    width: 402px;
    height: 220px;
    margin: 0 30px 30px 0;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    color: #282827;
    text-align: center;
    font-size: 32px;
    font-weight: 900;
    line-height: 130%;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    background: url(../img/about-page-bg1.jpg?v=Msv7qtqiHUnprQEwKe779HABAiA) no-repeat center center;
    background-size: cover;
    transition: all 0s;
    border-radius: 10px;
}

    .about-page-item:nth-child(4n+4) {
        margin-right: 0;
    }

    .about-page-item span {
        display: inline-block;
    }

    .about-page-item:hover {
        background: url(../img/about-page-bg1-hover.jpg?v=Msv7qtqiHUnprQEwKe779HABAiA) no-repeat center center;
        background-size: cover;
        font-size: 40px;
        color: #fff;
    }

.img-gallery {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    padding: 0 0 20px 0;
}

.img-gallery-item {
    width: 261px;
    height: 160px;
    overflow: hidden;
    position: relative;
    margin: 0 30px 30px 0;
}

    .img-gallery-item:after {
        content: "";
        display: block;
        width: 32px;
        height: 32px;
        background: url(../img/zoom-icon.png?v=Msv7qtqiHUnprQEwKe779HABAiA) no-repeat center center;
        position: absolute;
        top: 8px;
        left: 8px;
        z-index: 3;
        opacity: 0;
        transition: all 0.3s;
    }

    .img-gallery-item:hover:after {
        opacity: 1;
    }

    .img-gallery-item:nth-child(4n+4) {
        margin-right: 0;
    }

    .img-gallery-item img {
        display: block;
        width: 100%;
    }

.img-modal * {
    font-family: 'DIN Pro Condensed', sans-serif !important;
}

.img-modal .fancybox-bg {
    width: 100%;
    height: 100%;
}

.img-modal .fancybox-inner {
    left: 50%;
    top: 50%;
    width: 1500px;
    width: auto;
    transform: translate(-50%, -50%);
    height: 1062px;
    padding: 120px 88px;
    max-width: 90vw;
    max-height: 90vh;
    background: #fff;
}

.img-modal .fancybox-stage {
    position: static !important;
    height: 100%;
    width: 100%;
}

.img-modal .fancybox-slide {
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    padding: 0;
    max-width: 90vw;
    max-height: 90vh;
}

.img-modal .fancybox-toolbar {
    visibility: visible;
    opacity: 1;
}

.img-modal .fancybox-button--zoom {
    display: none !important;
}

.img-modal .fancybox-button--play {
    display: none !important;
}

.img-modal .fancybox-button--thumbs {
    display: none !important;
}

.img-modal .fancybox-button--close {
    background: transparent;
    width: auto;
    height: auto;
    padding: 48px 88px 0 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}

    .img-modal .fancybox-button--close:hover {
        opacity: 0.8;
    }

    .img-modal .fancybox-button--close:before {
        content: "Закрыть";
        display: inline-block;
        color: #282827;
        font-size: 22px;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.44px;
        text-transform: uppercase;
        margin-right: 8px;
    }

    .img-modal .fancybox-button--close svg {
        width: 24px;
        height: 24px;
    }

        .img-modal .fancybox-button--close svg path {
            fill: #F00;
        }

.img-modal .fancybox-content {
    transform: none !important;
    position: static;
    width: 100% !important;
    height: 100% !important;
}

.fancybox-content {
    border-radius: 10px;
}

.img-modal .fancybox-image {
    width: auto;
    min-width: 100%;
}

.img-modal .fancybox-infobar {
    top: auto;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    color: #272728;
    font-size: 24px;
    opacity: 1 !important;
    visibility: visible !important;
    mix-blend-mode: initial;
    font-weight: 700;
}

.img-modal .fancybox-navigation .fancybox-button {
    width: 80px;
    height: 80px;
    background: url(../img/fancy-next1.png?v=Msv7qtqiHUnprQEwKe779HABAiA) no-repeat center center;
    opacity: 0.6;
    visibility: visible;
}

    .img-modal .fancybox-navigation .fancybox-button:hover {
        opacity: 1;
    }

.img-modal .fancybox-button--arrow_left {
    transform: rotate(180deg);
    left: 50px;
}

.img-modal .fancybox-button--arrow_right {
    left: auto;
    right: 50px;
}

.img-modal .fancybox-navigation .fancybox-button div {
    display: none;
}


/* rubezh page styles */

.rubezh-top-section {
    padding: 48px 48px 48px 80px;
    margin-bottom: 80px;
    background-image: url(../img/rubezh/top-stripes.png?v=Msv7qtqiHUnprQEwKe779HABAiA), url(../img/rubezh/top-bg1.png?v=Msv7qtqiHUnprQEwKe779HABAiA);
    background-repeat: no-repeat, no-repeat;
    background-position: right bottom, 0 0;
    background-size: auto 100%, cover;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}

    .rubezh-top-section .text {
        width: 700px;
        max-width: 700px;
        /*flex:1 0;*/
        
        .button {
            width: 100%;
            max-width: 484px;
        }
    }

        .rubezh-top-section .text .info {
        }

            .rubezh-top-section .text .info span {
                font-size: 16px;
                font-weight: 700;
                line-height: 130%;
                letter-spacing: 0.32px;
                text-transform: uppercase;
                display: block;
                padding-bottom: 8px;
            }

            .rubezh-top-section .text .info .grey {
                opacity: 0.5;
            }

        .rubezh-top-section .text p {
            padding: 0 0 0px 0;
            margin: 0 0 32px 0;
            font-size: 18px;
            font-weight: 400;
            line-height: 150%;
            color: #282827;
            max-width: 501px;
            font-family: Inter;
        }

        .rubezh-top-section .text .title {
            font-size: 48px;
            font-weight: 900;
            line-height: 130%;
            letter-spacing: 0.96px;
            text-transform: uppercase;
            color: #282827;
            padding: 0 0 16px 0;
        }

    .rubezh-top-section .media {
        width: 50%;
        max-width: 100%;
        margin-left: auto;
        
        img {
            width: 100%;
        }
    }

        .rubezh-top-section .media iframe {
            display: block;
            padding: 0;
            margin: 0;
            width: 100%;
            max-width: 100vw;
        }

.rubezh-forum-section {
    padding: 0 0 50px 0;
}

    .rubezh-forum-section h2 {
        margin-bottom: 40px;
    }

.rubezh-forum-block {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.rubezh-forum-item {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    padding: 16px 48px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FBFBFB;
    width: 845px;
    max-width: 100%;
    margin-bottom: 30px;
}

    .rubezh-forum-item .text {
        width: 370px;
        max-width: 100%;
    }

        .rubezh-forum-item .text .title {
            font-size: 40px;
            font-weight: 900;
            line-height: 130%;
            letter-spacing: 0.8px;
            text-transform: uppercase;
            color: #282828;
            margin: 0 0 8px 0;
        }

        .rubezh-forum-item .text p {
            font-size: 24px;
            font-weight: 700;
            line-height: 130%;
            letter-spacing: 0.48px;
            text-transform: uppercase;
            color: #282828;
            margin: 0 0 0px 0;
            padding: 0;
            font-family: 'DIN Pro Condensed', sans-serif;
        }

        .rubezh-forum-item .text .img {
        }

            .rubezh-forum-item .text .img img {
                display: block;
                max-width: 100%;
            }

.rubezh-bonus-section {
    padding: 0 0 50px 0;
}

.rubezh-bonus-block {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.rubezh-bonus-item {
    width: 407px;
    max-width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FBFBFB;
    padding: 24px 24px;
    margin: 0 22px 30px 0;
}

    .rubezh-bonus-item:nth-child(4n+4) {
        margin-right: 0;
    }

    .rubezh-bonus-item .icon {
        margin: 0 0 16px 0;
    }

        .rubezh-bonus-item .icon img {
            display: block;
            max-width: 100%;
        }

    .rubezh-bonus-item .title {
        font-size: 32px;
        font-weight: 900;
        line-height: 130%;
        letter-spacing: 0.64px;
        text-transform: uppercase;
        margin: 0 0 8px 0;
    }

    .rubezh-bonus-item p {
        font-size: 24px;
        font-weight: 700;
        line-height: 130%;
        letter-spacing: 0.48px;
        text-transform: uppercase;
        padding: 0;
        margin: 0;
        font-family: 'DIN Pro Condensed', sans-serif;
    }

.rubezh-middle-section {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 276px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FBFBFB;
    padding: 48px 80px;
}

    .rubezh-middle-section .text {
        width: 750px;
        max-width: 100%;
    }

        .rubezh-middle-section .text h2 {
            margin-bottom: 12px;
        }

        .rubezh-middle-section .text p {
            padding: 0;
            margin: 0 0 32px 0;
        }

            .rubezh-middle-section .text p b, .rubezh-middle-section .text p strong {
                font-weight: bold;
            }

        .rubezh-middle-section .text .button {
        }

    .rubezh-middle-section .img {
    }

        .rubezh-middle-section .img img {
            display: block;
            max-width: 100%;
        }

.rubezh-bottom-section {
    position: relative;
    margin-bottom: 80px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FBFBFB;
    padding-right: 488px;
    padding: 48px 80px;
}

    .rubezh-bottom-section .text {
        width: 630px;
        max-width: 100%;
    }

        .rubezh-bottom-section .text h2 {
            margin-bottom: 16px;
        }

        .rubezh-bottom-section .text p {
            padding: 0;
            margin: 0 0 32px 0;
        }

        .rubezh-bottom-section .text .button {
        }

    .rubezh-bottom-section .img {
        position: absolute;
        bottom: 0;
        right: 260px;
        width: 488px;
        height: 576px;
        max-width: 100%;
    }

        .rubezh-bottom-section .img .phone-bg {
            width: 100%;
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 1;
        }

    .rubezh-bottom-section .info {
        position: relative;
        z-index: 2;
        padding: 118px 0 0 0;
        text-align: center;
    }

        .rubezh-bottom-section .info img {
            display: block;
            max-width: 100%;
            margin: 0 auto 32px auto;
        }

        .rubezh-bottom-section .info .button {
            margin: 0 auto 32px;
            width: 300px;
            max-width: 100%;
        }

    .rubezh-bottom-section .social {
    }

        .rubezh-bottom-section .social .title {
            color: #fff;
            padding: 0 0 16px 0;
            font-size: 20px;
            font-weight: 700;
            line-height: 140%;
            text-transform: uppercase;
        }

        .rubezh-bottom-section .social a {
            border: 0;
            border-radius: 50%;
        }

            .rubezh-bottom-section .social a:last-child {
                margin-right: 0;
            }

            .rubezh-bottom-section .social a:hover {
                background: #fff;
            }

                .rubezh-bottom-section .social a:hover svg path {
                    fill: #E60000;
                }

.white-button {
    background: #fff;
}

    .white-button:hover, .white-button:active, .white-button.active {
        background: rgba(255, 255, 255, 0.95);
        color: #282828;
    }

        .white-button:hover:after, .white-button:active:after, .white-button.active:after {
            background: url(../img/link-arrow.svg?v=Msv7qtqiHUnprQEwKe779HABAiA) no-repeat center center;
        }


.rubezh-popup {
    width: 600px;
    max-width: 100%;
    padding: 48px 48px;
}

    .rubezh-popup .popup-title {
        font-size: 40px;
        text-align: left;
    }

        .rubezh-popup .popup-title + p {
            margin-top: -35px;
            padding: 0;
            margin-bottom: 32px;
        }

    .rubezh-popup .form-item-file {
        padding: 0 0 8px 0;
        margin: 0;
    }

    .rubezh-popup .uploaded-files {
        padding: 0;
    }

    .rubezh-popup .uploaded-files-item {
        line-height: 120%;
        margin: 8px 0 0 0;
    }

    .rubezh-popup .form-item-submit {
        margin-bottom: 0;
        padding-top: 8px;
    }

    .rubezh-popup .error-message {
        font-size: 16px;
        font-weight: 700;
        line-height: 130%;
        letter-spacing: 0.32px;
        text-transform: uppercase;
        font-family: 'DIN Pro Condensed', sans-serif;
    }

        .rubezh-popup .error-message.active {
            padding-top: 10px;
        }

    .rubezh-popup .form-item-submit [type="submit"][disabled] {
        background: #C8C8C8 !important;
        color: #282827 !important;
    }

        .rubezh-popup .form-item-submit [type="submit"][disabled]:after {
            filter: grayscale(0%) !important;
            opacity: 1 !important;
            background-image: url(../img/link-arrow-black.svg?v=Msv7qtqiHUnprQEwKe779HABAiA) !important;
        }

.rubezh-form-item {
}

    .rubezh-form-item .title {
        font-size: 24px;
        font-weight: 700;
        line-height: 130%;
        letter-spacing: 0.48px;
        text-transform: uppercase;
        color: #282828;
        margin: 0 0 8px 0;
    }

    .rubezh-form-item.video-item .title {
        font-size: 18px;
    }

    .rubezh-form-item .info {
        color: #C8C8C8;
        font-size: 16px;
        font-weight: 700;
        line-height: 130%;
        letter-spacing: 0.32px;
        text-transform: uppercase;
        margin: 0 0 16px 0;
    }

        .rubezh-form-item .info.small {
            font-size: 12px;
            color: #2b2b2b;
        }

        .rubezh-form-item .info img {
            display: none;
        }

        .rubezh-form-item .info a.red {
            color: #E60000;
        }

.rubezh-popup .file-placeholder {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    color: #C8C8C8;
    letter-spacing: 0.32px;
}

    .rubezh-popup .file-placeholder .icon {
        width: 48px;
        height: 48px;
        background: #E60000;
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        align-items: center;
        margin: 0 16px 0 0;
    }

        .rubezh-popup .file-placeholder .icon svg {
            margin: 0;
        }

            .rubezh-popup .file-placeholder .icon svg path {
                fill: #fff;
            }

.rubezh-thanks-popup {
    width: 600px;
    max-width: 100%;
    padding: 48px 140px;
}

    .rubezh-thanks-popup .popup-title {
        font-size: 40px;
        text-align: center;
    }

    .rubezh-thanks-popup .button {
        width: 100%;
        margin: 0 auto;
    }

    .rubezh-thanks-popup .fancybox-close-small {
        display: none;
    }

.mobile-img {
    display: none !important;
}

.rubezh-top-section .mobile-info {
    display: none !important;
}

.rubezh-top-section .mobile-head {
    display: none !important;
}

.rubezh-top-section a.red {
    color: #E60000;
}

.rubezh-top-section a.inline {
    display: inline-flex;
}

.rubezh-top-section .mobile-info {
    display: flex !important;
    flex-flow: row wrap;
    justify-content: flex-start;
    color: #282827;
    font-size: 16px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    padding-top: 8px;
}

    .rubezh-top-section .mobile-info img {
        margin-right: 16px;
    }

/* END OF rubezh page styles */

.about-centres-block {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.about-centres-item {
    width: 553px;
    max-width: 100%;
    border: 1px solid rgba(40, 40, 39, 0.20);
    border-radius: 10px;
    background: #FFF;
    margin: 0 30px 30px 0;
    padding: 24px 24px;
    color: #282827;
}

    .about-centres-item .title {
        color: #282827;
        font-size: 30px;
        font-weight: 900;
        line-height: 120%;
        letter-spacing: 0.6px;
        text-transform: uppercase;
        margin: 0 0 16px 0;
    }

    .about-centres-item .about-link {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        align-items: center;
        font-family: 'Inter', sans-serif;
        font-size: 18px;
        margin-bottom: 24px;
    }

        .about-centres-item .about-link .email-link {
            color: inherit;
            text-decoration: none;
            border-bottom: 1px solid #282828;
            line-height: 1.2em;
        }

            .about-centres-item .about-link .email-link:hover {
                border-color: transparent;
            }

        .about-centres-item .about-link svg {
            display: inline-block;
            margin-left: 20px;
            max-width: 24px;
        }

    .about-centres-item ul {
        margin-left: 20px;
    }

        .about-centres-item ul li {
            font-family: 'Inter', sans-serif;
            font-size: 16px;
            font-weight: 400;
            line-height: 1.3em;
            margin-bottom: 4px;
        }

.people-block-er .people-item {
    width: 553px;
    max-width: 100%;
}

.accept-modals-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    /*align-items: flex-start;*/
    position: fixed;
    bottom: 24px;
    left: 50%;
    margin-left: -860px;
    z-index: 97;
}

.accept-cookies, .accept-radar {
    display: none;
}

.accept-cookies-modal {
    width: 594px;
    max-width: 100%;
    margin-right: 31px;
    padding: 24px 24px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 10px;
    background: #FBFBFB;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}

    .accept-cookies-modal:last-child {
        margin-right: 0;
    }

    .accept-cookies-modal .modal-title {
        color: #282827;
        font-size: 32px;
        font-weight: 900;
        line-height: 130%;
        letter-spacing: 0.64px;
        text-transform: uppercase;
        margin: 0 0 8px 0;
    }

    .accept-cookies-modal p {
        font-size: 14px;
        margin: 0 0 23px 0;
    }

        .accept-cookies-modal p a {
            color: inherit;
            text-decoration: none;
            border-bottom: 1px solid #282828;
            line-height: 1.2em;
        }

            .accept-cookies-modal p a:hover {
                border-color: transparent;
            }

    .accept-cookies-modal .button {
        width: 100%;
    }

.accept-cookies-modal-content {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.accept-cookies-text {
    flex: 1 0;
}

.accept-cookies-qr {
}

    .accept-cookies-qr img {
        max-width: 124px;
    }

.accept-modal-close {
    width: 100%;
    margin: 0 0 8px 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.44px;
    text-transform: uppercase;
    background: transparent;
    border: 0;
    outline: none;
    font-family: 'DIN Pro Condensed', sans-serif;
}

    .accept-modal-close:hover {
        cursor: pointer;
        opacity: 0.9;
    }

    .accept-modal-close img {
        display: inline-block;
        max-width: 100%;
        width: auto;
        margin-left: 8px;
    }

.drone-detected-modal {
    width: 537px;
    background: #E60000;
    color: #fff;
}

    .drone-detected-modal .accept-cookies-text .button {
        width: 333px;
        max-width: 100%;
        padding-left: 18px;
        padding-right: 18px;
        text-align: center;
        justify-content: center;
        background: #fff;
        color: #E60000;
    }

    .drone-detected-modal .accept-cookies-text .button-with-arrow:hover:after {
        background-image: url(../img/link-arrow.svg?v=Msv7qtqiHUnprQEwKe779HABAiA);
        background-repeat: no-repeat;
        background-position: center center;
    }

    .drone-detected-modal .modal-title, .drone-detected-modal p, .drone-detected-modal a {
        color: #fff;
    }

.black-modal {
    background: #282827;
    color: #fff;
}

    .black-modal .button {
        background: #fff;
        color: #282827;
        border: 0;
    }

    .black-modal .modal-title, .black-modal p, .black-modal a {
        color: #fff;
    }


.more-news-container {
    padding: 40px 0 160px 0;
}

.more-news-slider {
}

    .more-news-slider .more-news-item, .putinTeam-news-slider .more-news-item, .youth-news-slider .more-news-item {
        width: auto;
        margin: 0 30px 0 0 !important;
    }

.youth-news-slider .slick-track {
    display: flex;
}

.youth-news-slider {
    margin-bottom: 340px;
}

.flame-slider .flame-slide-item {
    width: auto;
}

.flame-pagination {
    display: none; 
}

.flame-slider .slick-track, .cyber-slider .slick-track {
    display: flex;
}

.flame-slider .swiper-slide {
    height: auto;
}

.flame-slider .flame-slide-item {
    height: 100%;
    padding: 16px 16px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #C8C8C8;
    border-radius: 10px;
    margin-bottom: 32px;
}

    .flame-slider .flame-slide-item img {
        width: 100%;
        height: 100%;
    }

.putinTeam-news-slider .slick-track {
    display: flex;
}

.more-news-slider .slick-prev,
.more-news-slider .slick-next,
.putinTeam-news-slider .slick-prev,
.putinTeam-news-slider .slick-next,
.youth-news-slider .slick-prev,
.youth-news-slider .slick-next,
.flame-slider .slick-prev,
.flame-slider .slick-next,
.cyber-slider .slick-prev,
.cyber-slider .slick-next,
.putinTeam-attribute-slider .slick-prev,
.putinTeam-attribute-slider .slick-next {
    position: absolute;
    top: 100%;
    right: auto;
    left: 50%;
    margin: 40px 0 0 13px;
    background: url(../img/arrow-red11.svg?v=Msv7qtqiHUnprQEwKe779HABAiA) no-repeat center center;
    width: 48px;
    height: 48px;
    border: 1px solid #282828;
    border-radius: 10px;
    transform: none;
    z-index: 4;
}

.more-news-slider .slick-prev,
.putinTeam-news-slider .slick-prev,
.youth-news-slider .slick-prev,
.flame-slider .slick-prev,
.cyber-slider .slick-prev,
.putinTeam-attribute-slider .slick-prev {
    margin-left: -61px;
    transform: rotate(180deg);
}

    .more-news-slider .slick-prev:hover,
    .more-news-slider .slick-next:hover,
    .putinTeam-news-slider .slick-prev:hover,
    .putinTeam-news-slider .slick-next:hover,
    .youth-news-slider .slick-prev:hover,
    .youth-news-slider .slick-next:hover,
    .flame-slider .slick-prev:hover,
    .flame-slider .slick-next:hover,
    .cyber-slider .slick-prev:hover,
    .cyber-slider .slick-next:hover,
    .putinTeam-attribute-slider .slick-prev:hover,
    .putinTeam-attribute-slider .slick-next:hover {
        opacity: 0.8;
    }

.more-news-slider .slick-disabled,
.putinTeam-news-slider .slick-disabled,
.youth-news-slider .slick-disabled,
.flame-slider .slick-disabled,
.cyber-slider .slick-disabled,
.putinTeam-attribute-slider .slick-disabled {
    background: url(../img/arrow-gray11.svg?v=Msv7qtqiHUnprQEwKe779HABAiA) no-repeat center center;
    border: 1px solid #D9D9D9;
}

.download-radar-head {
    margin: 16px 0 20px 0;
}

.qr-radar-head {
    margin: 10px 0 8px 0;
}

.radar-banners-title span {
    color: red;
}

.radar-page-links {
    display: flex;
    flex-wrap: wrap;
}

    .radar-page-links div {
        max-width: 596px;
    }

        .radar-page-links div:first-child {
            margin-right: 160px;
        }

.download-radar-button {
    display: inline-block;
    border: 0;
    outline: none;
    text-decoration: none;
    margin: 0 24px 10px 0;
    background: #fff;
    padding: 0;
    border-radius: 16px;
}

    .download-radar-button img {
        display: block;
        border-radius: 0;
    }

    .download-radar-button:last-child {
        margin-right: 0;
    }

    .download-radar-button:hover {
        opacity: 0.8;
    }

.radar-page-img-mobile {
    display: none !important;
}

.search-result-leader {
    margin-top: 24px;
}

    .search-result-leader h3 {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .search-result-leader p {
        margin-bottom: 8px;
        padding-bottom: 0;
        font-size: 16px;
        font-weight: 400;
        line-height: 140%;
    }
    
    .search-result-leader h4 {
        font-size: 24px;
        font-width: 700;
        line-height: 110%;
    }

.rules-communications ul {
    line-height: 1.5;
    padding: 15px 15px 15px 40px;
    margin: 10px 0;
    margin-block-start: 0;
    margin-block-end: 0;
    list-style: none none;
}


/*buro page*/

.sliding-text-container.buro-stripe {
    background-image: url(../img/buro-page/buro-stripe.png?v=Msv7qtqiHUnprQEwKe779HABAiA);
}

.buro-page {
}

    .buro-page .breadcrumbs {
        padding: 30px 0 60px 0;
        margin: 0;
    }

    .buro-page .section-title {
        font-size: 100px;
        font-weight: 900;
        line-height: 110%;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #232323;
    }

        .buro-page .section-title span {
            display: block;
            font-size: 48px;
            line-height: 130%;
            letter-spacing: 0.96px;
        }

.buro-page-top {
    background: url(../img/buro-page/buro-top3.png?v=Msv7qtqiHUnprQEwKe779HABAiA) no-repeat right center;
    height: 404px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    max-width: 1920px;
    margin: 0 auto;
    border-radius: 10px;
}

    .buro-page-top .img {
        margin-left: -146px;
        z-index: 1;
        position: relative;
    }

        .buro-page-top .img img {
            display: block;
        }

    .buro-page-top .text {
        background: url(../img/buro-page/buro-top1.png?v=Msv7qtqiHUnprQEwKe779HABAiA) no-repeat center center;
        width: 799px;
        height: 100%;
        max-width: 100%;
        padding: 0 140px 0 100px;
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        align-items: flex-start;
        z-index: 2;
        position: relative;
        border-radius: 10px;
    }

    .buro-page-top .text {
        color: #fff;
    }

        .buro-page-top .text p {
            color: #fff;
        }

        .buro-page-top .text .section-title {
            color: #fff;
        }

.buro-page-about {
    padding: 80px 0;
}

    .buro-page-about .inner-section {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: center;
    }

    .buro-page-about .text {
        width: 845px;
        max-width: 100%;
    }

        .buro-page-about .text .title {
            color: #282827;
            font-size: 48px;
            font-weight: 900;
            line-height: 130%;
            letter-spacing: 0.96px;
            text-transform: uppercase;
            margin: 0 0 16px 0;
        }

        .buro-page-about .text p {
            margin: 0 0 32px 0;
            padding: 0;
        }

        .buro-page-about .text .button {
            width: 100%;
        }

    .buro-page-about .img {
        width: 611px;
        max-width: 100%;
        flex: 1 0;
        margin-left: 40px;
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        align-items: flex-end;
    }

        .buro-page-about .img img {
            display: block;
            max-width: 100%;
        }

.buro-history {
    padding: 0 0 60px 0;
}

    .buro-history .section-title {
        margin-bottom: 60px;
    }

        .buro-history .section-title span {
            color: #E60000;
        }

.timeline-block {
}

    .timeline-block .the-tabs-content {
        padding: 0;
    }

.timeline-head {
    border: 0;
    margin: 0 0 64px 0;
    padding: 0;
}

    .timeline-head button {
        color: #C8C8C8;
        font-size: 40px;
        font-weight: 900;
        line-height: 130%;
        letter-spacing: 0.8px;
        text-transform: uppercase;
        padding: 0;
        margin: 0 48px 0 0;
        border: 0;
        opacity: 1 !important;
    }

        .timeline-head button:hover {
            color: #d8d8d8;
        }

        .timeline-head button:after {
            display: none;
        }

        .timeline-head button:last-child {
            margin-right: 0;
        }

    .timeline-head .active {
        color: #e60000 !important;
        border: 0;
    }

.timeline-item {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

    .timeline-item .text {
        flex: 1 0;
        color: #262727;
    }

        .timeline-item .text .title {
            font-size: 32px;
            font-weight: 900;
            text-transform: uppercase;
            color: #262727;
        }

        .timeline-item .text p {
            padding: 0;
            margin: 0 0 32px 0;
        }

    .timeline-item .img {
        width: 50%;
        margin: 0 30px 0px 0;
    }

        .timeline-item .img img {
            display: block;
            max-width: 100%;
        }

.buro-question {
    padding: 60px 0 60px 0;
}

    .buro-question .section-title {
        margin: 0 0 48px 0;
    }

        .buro-question .section-title span {
            color: #E60000;
        }

.shadedBlock {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

    .shadedBlock.shaded {
        height: 400px;
        overflow: hidden;
        position: relative;
    }

        .shadedBlock.shaded:after {
            content: '';
            display: block;
            width: 100%;
            height: 100px;
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 9;
            background: linear-gradient(to top, #fff 40%, transparent 100%);
        }

    .shadedBlock.active {
        height: auto;
    }

        .shadedBlock.active:after {
            display: none;
        }

.shadedBlock-show-more {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    padding: 10px 0 15px 0;
}

    .shadedBlock-show-more:hover {
        cursor: pointer;
    }

    .shadedBlock-show-more.active {
        display: none;
    }

.buro-question-item {
    width: 402px;
    height: 210px;
    max-width: 100%;
    margin: 0 30px 30px 0;
    border: 1px solid #C8C8C8;
    border-radius: 10px;
    background: #FFF;
    padding: 32px 32px 0px 32px;
    position: relative;
}

    .buro-question-item:nth-child(4n+4) {
        margin-right: 0;
    }

    .buro-question-item .icon {
        position: absolute;
        top: 16px;
        right: 16px;
        z-index: 2;
    }

    .buro-question-item .title {
        color: #282827;
        font-size: 32px;
        font-weight: 900;
        line-height: 130%;
        letter-spacing: 0.64px;
        text-transform: uppercase;
        margin: 0 0 16px 0;
        padding: 0 26px 0 0;
    }

    .buro-question-item p {
    }

    .buro-question-item .link {
    }

.buro-contacts {
    margin-top: 120px;
    height: 400px;
    background: url(../img/buro-page/buro-contacts-bg.png?v=Msv7qtqiHUnprQEwKe779HABAiA) no-repeat center 0;
    border-radius: 10px;
}

    .buro-contacts .inner-section {
        height: 100%;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: center;
        padding: 0 72px;
        width: 1720px;
        max-width: 100%;
        margin: 0 auto;
    }

    .buro-contacts .section-title {
        color: #fff;
    }

    .buro-contacts .buro-contacts-list {
    }

    .buro-contacts .buro-contacts-list-item {
        margin-bottom: 46px;
    }

        .buro-contacts .buro-contacts-list-item:last-child {
            margin-bottom: 0px;
        }

.buro-contacts-list-item.mobile-item {
    display: none !important;
}

.buro-contacts .buro-contacts-list-item a {
    display: block;
    text-decoration: none;
    color: #FFF;
    font-size: 48px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.8px;
    margin-bottom: 8px;
}

    .buro-contacts .buro-contacts-list-item a.mail {
        font-family: 'Inter', sans-serif;
        font-size: 40px;
    }

.buro-contacts .buro-contacts-list-item span {
    display: block;
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    opacity: 0.5;
}

.buro-contacts-telegram {
    width: 338px;
    max-width: 100%;
}

    .buro-contacts-telegram .img {
        margin-bottom: 20px;
        position: relative;
        height: 260px;
    }

        .buro-contacts-telegram .img img {
            display: block;
            width: 100%;
            position: absolute;
            bottom: 0px;
            left: 0;
            z-index: 9;
        }

    .buro-contacts-telegram .button {
        width: 100%;
    }

.buro-hotline {
    padding: 100px 0;
}

    .buro-hotline .inner-section {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: center;
    }

    .buro-hotline .section-title {
        color: #E60000;
    }

        .buro-hotline .section-title span {
            color: #282827;
        }

    .buro-hotline .big-phone {
        color: #282827;
        font-size: 100px;
        font-weight: 900;
        line-height: 130%;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-decoration: none;
    }

.buro-page .buro-mobile-img {
    display: none !important;
}

.timeline-block.the-tabs .the-tabs-item {
    display: none;
}

    .timeline-block.the-tabs .the-tabs-item.active {
        display: flex;
    }

/*end of buro page*/


/*Putin's team page*/

.team-award .team-title {
    font-size: 80px;
    margin-top: 120px;
    font-weight: 700;
    line-height: 110%;
}

.team-news .team-title {
    font-size: 80px;
    margin-top: 120px;
}

.mobile-news-swiper {
    display: none;
}

.award-swiper {
    display: block;
    overflow: hidden;
    padding-bottom: 0;
}

.award-swiper .award-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-image {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.double-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px; 
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 10;
}

.double-image {
    width: calc(50% - 4px); 
    height: 100%;
    object-fit: cover;
}

.team-attributes .team-title {
    font-size: 80px;
    margin-top: 120px;
}

.team-gallery .team-title {
    font-size: 80px;
    margin-top: 120px;
}

.team-banner {
    overflow: hidden;
    width: 100%;
}

.flame-banner {
    background: url("../img/flame/memory-flame-banner-background.png?v=Msv7qtqiHUnprQEwKe779HABAiA") no-repeat;
    background-size: cover;
    overflow: hidden;
    width: 100%;
}

.cyberSquad-banner {
    background: linear-gradient(to right, #273127, #4b8149);
    background-size: cover;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.cyber-banner-illustration {
    position: absolute;
    right: 0;
    top: 0;
    max-height: 100%;
    width: 100%;
    height: 100%;
    background: url("../img/squad/cyberSquad-banner-illustration-background.svg?v=Msv7qtqiHUnprQEwKe779HABAiA") no-repeat;
    background-position: center right;
}

.cyber-banner-illustration-svg {
    position: absolute;
    bottom: 0;
    right: 5%;
}

.cyberSquad-banner-information, .youth-banner-information {
    padding: 30px 123px 123px 100px;
    z-index: 10;
}

.flame-banner {
    padding: 30px 150px 170px 100px;
    z-index: 10;
}

.pitanie-banner-info {
    padding: 48px 0 141px 100px;
    z-index: 10;
}

.cyberSquad-banner-information p {
    max-width: 800px;
}

.cyber-banner-action {
    font-size: 32px;
    font-weight: 900;
    line-height: 41.6px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #ffffff;
}

.cyber-banner-title {
    max-width: 100%;
}

.cyber-links {
    display: flex;
    border-radius: 10px;
}

.cyber-bot {
    background: #282827;
    color: #ffffff;
    padding: 40px;
    width: 50%;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.cyber-bot-inner {
    max-width: 513px;
    padding-right: 7px;
}

    .cyber-bot-inner h3 {
        font-size: 48px;
        margin-bottom: 8px;
    }

.cyber-bot p {
    color: #ffffff;
    margin-bottom: 0;
}

    .cyber-bot p:last-child {
        font-size: 16px;
    }

.cyber-tasks {
    width: 50%;
    padding: 40px;
    background: url("../img/squad/cyber-tasks-background.svg?v=Msv7qtqiHUnprQEwKe779HABAiA");
    background-position: center;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.cyber-tasks-outer h3 {
    color: #ffffff;
    font-size: 48px;
    font-weight: 900;
    line-height: 41.6px;
    letter-spacing: 0.02em;
    text-align: left;
    margin-bottom: 24px;
}

    .cyber-tasks-outer h3 span {
        font-size: 32px;
        font-weight: 900;
        line-height: 41.6px;
        letter-spacing: 0.02em;
        text-align: left;
    }

.cyber-tasks-outer {
    float: right;
}

.cyber-tasks-inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 608px;
}

.cyber-task-title-outer {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

    .cyber-task-title-outer h3 {
        color: #282827;
        font-size: 24px;
        margin-bottom: 0;
        margin-left: 16px;
        font-weight: 700;
        line-height: 31.2px;
        letter-spacing: 0.02em;
        text-align: left;
    }

    .cyber-task-title-outer p {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        margin-bottom: 0;
    }

.cyber-task {
    padding: 24px;
    border-radius: 10px;
    background: #ffffff;
    max-width: 292px;
    max-height: 234px;
}

    .cyber-task p {
        font-size: 16px;
    }

    .cyber-task:first-child {
        margin-right: 24px;
    }

.cyber-links-outer {
    position: relative;
}

.cyber-links-phone {
    width: 432px;
    height: 478px;
    background: url("../img/squad/cyber-links-phone-background.png?v=Msv7qtqiHUnprQEwKe779HABAiA") no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: calc(50% - 268px);
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.team-banner-inner {
    max-width: 1720px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flame-banner-inner {
    max-width: 1720px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.cyberSquad-banner-inner, .youth-banner-inner {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .cyberSquad-banner-inner p {
        max-width: 800px;
    }


.team-banner-illustration {
    max-width: 845px;
    width: 100%;
}

    .team-banner-illustration img {
        height: 100%;
        width: 100%;
        max-width: 100vw;
    }

.flame-banner-illustration {
    max-width: 50%;
    margin-left: 20px;
    display: flex;
    align-items: center;
}

.flame-current-year-illustration {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    gap: 30px;
}


.flame-slider-item-info {
    padding: 0 24px;
    margin-top: 18px;
    width: 100%;
}

    .flame-slider-item-info h2 {
        font-size: 40px;
        font-weight: 700;
        line-height: 110%;
        margin-bottom: 8px;
    }

    .flame-slider-item-info p {
        font-size: 18px;
        font-weight: 400;
        line-height: 27px;
        text-align: left;
        margin-bottom: 0;
    }

.flame-current-year p:last-child {
    margin-top: 24px;
}

.flame-slider-item-info p span {
    font-size: 14px;
    line-height: 21px;
}

.flame-title {
    font-size: 100px;
    font-weight: 700;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 16px;
    margin-top: 150px;
    font-family: "Din pro", sans-serif;
}

    .flame-title:first-child {
        margin-top: 100px;
    }

.flame-about-big-text {
    font-family: Inter;
    font-size: 32px;
    font-weight: 400;
    text-align: left;
    line-height: 48px;
}

.flame-about-small-text {
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
}

.flame-about-popup, .video-popup {
    display: none;
    width: 1440px;
    border-radius: 10px;
    padding-top: 74px;
    max-height: 800px;
}

.video-popup {
    width: 810px;
    max-height: 800px;
}

    .video-popup iframe {
        width: 100%;
        margin-top: 64px;
    }

    .video-popup h2 {
        margin-top: 24px;
    }

    .flame-about-popup::-webkit-scrollbar, .video-popup::-webkit-scrollbar {
        width: 14px;
    }

    .flame-about-popup::-webkit-scrollbar-track, .video-popup::-webkit-scrollbar-track {
        background: transparent;
    }

    .flame-about-popup::-webkit-scrollbar-thumb, .video-popup::-webkit-scrollbar-thumb {
        background-color: red;
        border-radius: 50px;
        border: 5px solid white;
    }


    .flame-about-popup .fancybox-close-small, .video-popup .fancybox-close-small {
        margin-top: 32px;
        margin-right: 32px;
    }

.flame-about-popup {
    max-height: 100%;
}

.flame-popup-inner {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding-top: 16px;
}

    .flame-popup-inner img {
        margin-top: 32px;
        margin-bottom: 24px;
        max-width: 100%;
    }

    .flame-popup-inner h2 {
        margin-bottom: 24px;
    }

    .flame-popup-inner p:first-child {
        margin-bottom: 32px;
    }

    .flame-popup-inner p:last-child {
        font-style: italic;
        font-weight: 500;
        margin-bottom: 0;
    }

.team-banner-information {
    max-width: 812px;
    margin-right: 63px;
}

.team-banner .breadcrumbs {
    margin-bottom: 61.5px;
    margin-top: 30px;
}

.team-banner-information .team-banner-title {
    color: #282827;
    font-size: 80px;
    margin-bottom: 24px;
}

.flame-banner-action {
    color: #ffffff;
    font-size: 48px;
    display: block;
    font-weight: 900;
    line-height: 1.3em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.flame-button, .cyber-button {
    border-color: #ffffff;
    color: #ffffff;
    width: 300px;
}

.cyber-links-button {
    color: white;
    background: red;
    border: red 1px solid;
    width: 100%;
    margin: 32px 0;
    height: 63px;
}

.cyber-button {
    padding: 16px 40px;
}

.button-link-svg {
    content: "";
    width: 24px;
    height: 24px;
    background: url('../img/link-arrow-white.svg?v=Msv7qtqiHUnprQEwKe779HABAiA');
    margin-left: 8px;
}

.pitanie-report-button .button-link-svg {
    background: url('../img/link-arrow-black.svg?v=Msv7qtqiHUnprQEwKe779HABAiA');
}

.pitanie-report-button:hover .button-link-svg {
    background: url('../img/link-arrow-white.svg?v=Msv7qtqiHUnprQEwKe779HABAiA');
}

.coordination-more-svg {
    content: "";
    min-width: 24px;
    min-height: 24px;
    background: url('../img/pitanie/coordination-more-svg.svg?v=Msv7qtqiHUnprQEwKe779HABAiA');
    background-size: cover;
}

.coordination-less-svg {
    content: "";
    min-width: 24px;
    min-height: 24px;
    background: url('../img/pitanie/coordination-less-svg.svg?v=Msv7qtqiHUnprQEwKe779HABAiA');
    background-size: cover;
}

.coordination-more-button:hover .coordination-less-svg {
    background: url('../img/pitanie/coordination-less-svg-white.svg?v=Msv7qtqiHUnprQEwKe779HABAiA');
}

.coordination-more-button:hover .coordination-more-svg {
    background: url('../img/pitanie/coordination-more-svg-white.svg?v=Msv7qtqiHUnprQEwKe779HABAiA');
}

.coordination-more-button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 120px;
    font-size: 24px !important;
}

.coordination {
    background: url("../img/pitanie/coordination-background.png?v=Msv7qtqiHUnprQEwKe779HABAiA") center center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    max-width: 1816px;
    padding: 48px;
    border-radius: 20px;
    color: #ffffff;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 48px;
}

.coordination-info h3 {
    font-size: 32px;
}

.coordination-info h1 {
    font-size: 100px;
    line-height: 110px;
    margin-bottom: 0;
}

.coordination-info > h1 > span {
    font-size: 48px;
    line-height: 62.4px;
}

.coordination-info p, .coordination-info h1 {
    color: #ffffff;
}

.coordination-info p {
    max-width: 1132px;
}

.coordinators-button {
    max-width: 386px;
}

.coordinators-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 30px;
}

    .coordinators-list .pitanie-expert {
        min-width: 320px;
    }

.coordination-illustration {
    display: flex;
    align-items: center;
    max-width: 100%;
    margin-left: 40px;
}

.coordination-illustration-adaptive {
    display: none;
}

.coordination-illustration img {
    max-height: 416px;
    max-width: 100%;
}

.pitanie-experts-slider .swiper-slide, .pitanie-tasks-slider .swiper-slide {
    display: flex;
    justify-content: center;
}

.pitanie-expert {
    display: flex;
    flex-direction: column;
    width: 408px;
}

.pitanie-expert-img {
    width: 100%;
    height: 100%;
}

.pitanie-expert-name {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-align: left;
    margin-bottom: 8px;
}

.pitanie-expert-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 23.2px;
    text-align: left;
}

.pitanie-expert-profession, .pitanie-expert-region {
    font-size: 14px;
    font-weight: 700;
    line-height: 16.59px;
    text-align: left;
    text-transform: uppercase;
}

.pitanie-expert-profession {
    color: red;
    margin-bottom: 8px;
}

.pitanie-expert-region {
    color: #C8C8C8;
    margin-bottom: 8px;
}

.pitanie-shaded-info {
    display: flex;
    gap: 60px;
    max-height: 568px;
    align-items: center;
}

.pitanie-shaded-block {
    display: none;
    flex-direction: column;
}

.pitanie-shaded-illustration {
    display: flex;
    width: 50%
}

.pitanie-shaded-description {
    width: 50%;
}

.pitanie-shaded-illustration img {
    max-height: 568px;
    max-width: 100%;
}

.pitanie-tasks .pitanie-title {
    margin-top: 64px;
}

.pitanie-tasks-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 32px;
    gap: 30px;
}

.pitanie-tasks-item {
    border: 1px solid #C8C8C8;
    padding: 24px;
    border-radius: 10px;
    width: 398px;
    height: 228px;
}

.pitanie-tasks-item-header {
    display: flex;
    gap: 24px;
    align-items: center;
    margin-bottom: 24px;
}

    .pitanie-tasks-item-header h3 {
        font-size: 32px;
        font-weight: 900;
        line-height: 41.6px;
        letter-spacing: 0.02em;
        text-align: left;
        margin-bottom: 0;
    }

    .pitanie-tasks-item-header img {
        max-width: 80px;
        max-height: 80px;
    }

    .pitanie-tasks-item-header p {
        margin-bottom: 0;
        margin-top: 24px;
    }

.pitanie-tasks-slider {
    display: none;
}

.pitanie-tasks-contact {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
    border: 1px solid #C8C8C8;
    padding: 16px;
    border-radius: 10px;
    margin-top: 32px;
    max-width: 845px;
}

    .pitanie-tasks-contact .button {
        width: 307px;
    }

.pitanie-tasks-contact-info {
    display: flex;
    align-items: center;
    gap: 24px;
}

    .pitanie-tasks-contact-info p {
        margin-bottom: 0;
        line-height: 100%;
    }

    .pitanie-tasks-contact-info img {
        max-width: 64px;
        max-height: 64px;
    }

.pitanie-tasks-contact a {
    padding: 16px 24px;
    margin-top: 0;
}

.cyber-button:hover .button-link-svg, .youth-button:hover .button-link-svg {
    background: url('../img/link-arrow.svg?v=Msv7qtqiHUnprQEwKe779HABAiA') no-repeat center;
}

.youth-button-about:hover .button-link-svg {
    background: url('../img/link-arrow-white.svg?v=Msv7qtqiHUnprQEwKe779HABAiA') no-repeat center;
}

.flame-button:hover, .cyber-button:hover, .youth-button:hover {
    background: #ffffff;
    color: #282827;
}

.youth-button-about:hover {
    background: red;
    color: #ffffff;
}

.cyber-button:first-child {
    margin-right: 32px;
    margin-bottom: 12px;
}

.cyber-title {
    margin-top: 80px;
    font-size: 100px;
    font-weight: 900;
    line-height: 130px;
    letter-spacing: 0.02em;
    text-align: left;
}

.cyber-slider {
    margin-bottom: 120px;
}

.cyber-slider-item {
    display: flex !important;
    align-items: end;
    width: 550px;
    height: 500px;
    border-radius: 10px;
    border: 1px solid #C8C8C8;
    padding: 24px;
}

.cyber-slider-item-info p {
    margin-bottom: 0;
}

.cyber-slider-item:first-child {
    background: url("../img/squad/cyber-slider-image-01.svg?v=Msv7qtqiHUnprQEwKe779HABAiA") no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.cyber-slider-item:nth-child(2) {
    background: url("../img/squad/cyber-slider-image-02.svg?v=Msv7qtqiHUnprQEwKe779HABAiA") no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.cyber-slider-item:nth-child(3) {
    background: url("../img/squad/cyber-slider-image-03.svg?v=Msv7qtqiHUnprQEwKe779HABAiA") no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.team-banner-information p {
    color: #282827;
    font-size: 18px;
    margin-bottom: 48px;
}

.banner-information p {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 32px;
    max-width: 85%;
}

.flame-banner-information p {
    max-width: 862px;
}

.team-banner-social {
    color: #ffffff;
}

.team-news-title {
    margin-bottom: 0;
    color: #282827;
    font-weight: 700;
}

.more-news-button {
    padding: 20px 78px;
    margin-top: 64px;
}

.team-banner-information .social {
    background: transparent;
    fill: #282827;
    margin-bottom: 0;
    gap: 32px;
}

.team-banner-information .social a {
    background: transparent;
    fill: #282827;
}

.team-banner-information .social a {
    border-color: #282827;
}

    .team-banner-information .social a svg path {
        fill: #282827;
    }

    .team-banner-information .social a:hover {
        background: red;
        border-color: red;
    }

        .team-banner-information .social a:hover path {
            fill: #ffffff;
        }


/*team-news-slider*/

.splide__slide .news-catalog-item {
    width: 553px;
}

    .splide__slide .news-catalog-item img {
        object-fit: cover;
    }

.custom-splide-list {
    max-width: 100vw;
}

.more-news-outer {
    margin: auto;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.more-news {
    display: flex;
    justify-content: center;
    align-content: center;
    margin: 0 auto;
    text-transform: uppercase;
    text-decoration: none;
    color: #393939;
    font-size: 40px;
    font-weight: 900;
    line-height: 48px;
    letter-spacing: 0.02em;
    text-align: left;
}

.putinTeam-moreNews-item, .youth-moreNews-item {
    display: flex !important;
    height: 100%;
}

.custom-arrows {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 112px;
    margin: 0 auto;
    margin-top: 40px;
    user-select: none;
}

.flame-content-section, .cyberSquad-content-section {
    padding-top: 0;
}

.custom-inner-arrows {
    position: absolute;
    top: 105%;
    left: calc(50% - 53px);
}

    .custom-inner-arrows .prev {
        margin-right: 10px;
    }

.arrow {
    min-width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: fit-content;
    padding: 6px;
    line-height: normal;
    border: 1px solid rgba(40, 40, 39, 1);
    border-radius: 10px;
    cursor: pointer;
    user-select: none;
}

    .arrow:active {
        scale: 0.95;
    }

/*team-award*/

.team-award-inner {
    max-width: 1720px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.award-information {
    display: flex;
    align-items: center;
    width: fit-content;
    justify-content: space-between;
    margin-top: 24px;
}

.second-award-information-block {
    margin-left: 136px;
}

.award-illustration {
    margin-top: 24px;
    display: grid;
    grid-template-columns: 408px 1fr 1fr;
    max-width: 1720px;
    line-height: 100%;
    gap: 30px;
}

    .award-illustration img {
        max-width: 100%;
        flex-basis: 0;
        display: block;
        object-fit: cover;
        object-position: center;
    }

.award-illustration-left {
    flex: auto;
    min-width: 0;
}

    .award-illustration-left img {
        width: 100%;
        height: 100%;
    }

.award-illustration-center {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-auto-rows: 300px;
    gap: 24px;
    min-width: 0;
}

    .award-illustration-center img {
        width: 100%;
        height: 100%;
    }

.award-illustration-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 300px;
    gap: 24px;
    min-width: 0;
}

    .award-illustration-right img {
        width: 100%;
        height: 100%;
    }

.award-illustration-center-left {
}

.award-illustration-center-right {
}

.award-illustration-center-up {
    grid-column: span 2;
}

.award-illustration-right-left {
}

.award-illustration-right-right {
}

.award-illustration-right-down {
    grid-column: span 2;
}

.teamPutin-noInfo-banner {
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    text-transform: uppercase;
    border-radius: 10px;
    width: 100%;
    height: 145px;
    color: rgba(200, 200, 200, 1);
    background: rgba(200, 200, 200, 0.4);
    font-size: 32px;
    font-weight: 700;
    line-height: 38.4px;
    letter-spacing: 0.02em;
}

.award-statistics {
    display: flex;
    margin-bottom: 50px;
}

.team-award-information p {
    margin-bottom: 0;
}

.award-count {
    font-size: 100px;
    font-weight: 900;
    line-height: 130px;
    letter-spacing: 0.02em;
    text-align: left;
    margin-bottom: 0;
    color: red;
}

.award-text {
    margin-left: 48px;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    text-align: left;
}


/*attribute*/


.attribute-slide {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .attribute-slide .button {
        padding: 20px 20px ;
        width: 100%;
    }

.attribute-item {
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    border-radius: 10px;
    cursor: pointer;
}

    .attribute-item img {
        width: 100%;
        height: 100%;
    }

    .attribute-item .img-people {
        background: none;
    }

        .attribute-item .img-people picture img {
            object-fit: contain;
            padding: 10px;
        }

.team-attributes .swiper{
    padding: 0;
}
        
/* Общий стиль полос-пагинации */
.swiper-pagination-images {
    position: absolute;
    top: 0 !important; 
    left: 0 !important;
    bottom: 100% !important;
    width: 100%;
    display: flex;
    justify-content: space-between; 
    align-items: center;
    z-index: 10;
}


.swiper-pagination-bullet {
    flex-grow: 1;
    height: 3px;
    margin: 0 3px;
    background-color: rgba(128, 128, 128, 0.7); 
    border-radius: 2px;
    transition: background-color 0.3s ease-in-out;
}

.attribute-image-swiper {
    touch-action: none;
    z-index: 100;
}

.attribute-swiper {
    touch-action: pan-y;
}

.attribute-item {
    pointer-events: auto;
}

/* Активная полоска (красная) */
.swiper-pagination-bullet-active {
    background-color: red; 
}

.team-attributes .swiper-slide-indicator {
    position: absolute;
    right: 16px;
    top: 8px;
    color: rgba(200, 200, 200, 1);
    font-size: 16px;
    font-weight: 700;
    z-index: 101;
}

.team-attributes-pagination{
    display: none;
}

.news-pagination{
    display: none;
}

.news-pagination .swiper-pagination-bullet, .award-pagination .swiper-pagination-bullet, .team-attributes-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: rgba(200, 200, 200, 1); 
    margin: 0 5px; 
    border-radius: 50%;
    opacity: 1; 
    transition: background-color 0.3s ease;
}

.team-attributes-pagination .swiper-pagination-bullet-active, .news-pagination .swiper-pagination-bullet-active, .award-pagination .swiper-pagination-bullet-active {
    background-color: red; 
}

.splide__pagination__page:focus,
.splide__pagination__page:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

.attribute-popup-item {
    background: rgba(251, 251, 251, 1);
    border: 1px solid rgba(40, 40, 39, .2);
    border-radius: 10px;
    width: 505px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-top: 51px;
}

    .attribute-popup-item .attribute-item {
        background: transparent;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.attribute-popup-pagination {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.attribute-popup-pagination-item {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: red;
    list-style-type: none;
}

.attribute-popup-options {
    display: flex;
    align-items: start !important;
    margin-top: 24px;
    width: 100%;
    flex-direction: column;
    gap: 8px;
}

.attribute-item-title{
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.button.submit-button:hover svg path {
    fill: white;
}

.attribute-item-title{
    font-size: 24px;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
    font-family: "Din Pro", sans-serif;
}

.attribute-image-swiper .swiper-slide{
    height: unset;
}

.attribute-popup-options .attribute-item-color {
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    font-family: "Din Pro", sans-serif;
    margin-bottom: 24px;
    text-align: start;
}
    .attribute-popup-options h3 {
        font-family: "DIN Pro Condensed", sans-serif;
        font-size: 24px;
        text-transform: none;
        font-weight: 700;
        line-height: 31.2px;
        letter-spacing: 0.02em;
        text-align: left;
        margin-right: 5px;
    }

    .attribute-popup-options p {
        font-family: "DIN Pro Condensed", sans-serif;
        font-size: 24px;
        font-weight: 400;
        line-height: 31.2px;
        letter-spacing: 0.02em;
        text-align: left;
    }

.attribute-popup button {
    font-size: 24px;
}

.attribute-popup-arrows .arrow {
    border: 0;
}

.custom-arrow {
    max-width: 48px;
    max-height: 48px;
    background: #ffffff;
}

    .custom-arrow svg {
        fill: red;
        scale: 1.2
    }

    .custom-arrow path {
        transform: translate(12px, 12px)
    }

.disabled-arrow {
    border: rgba(200, 200, 200, 1) solid 1px;
    fill: rgba(200, 200, 200, 1);
}

    .disabled-arrow:active {
        scale: 1;
    }

    .disabled-arrow svg {
        fill: rgba(200, 200, 200, 1);
    }

.attribute-popup-arrows {
    width: 100%;
    max-width: 162px;
    margin: 0 auto;
}

.attribute-popup .splide__pagination {
    bottom: -35px;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1;
}

.attribute-popup .splide__pagination__page {
    opacity: 1;
    height: 16px;
    width: 16px;
}

    .attribute-popup .splide__pagination__page.is-active {
        transform: none;
        background: red;
    }

/*team-gallery*/

.team-gallery {
    margin-top: 120px;
    max-width: 1920px;
    position: relative;
    overflow: hidden;
}

.gallery {
    width: 1920px;
    max-width: 100vw;
    height: 820px;
    background: url("../img/team/gallery.png?v=Msv7qtqiHUnprQEwKe779HABAiA") no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 10px;
}

.team-gallery-title {
    max-width: 1720px;
    margin: 0 auto 24px;
}

/*lk pages*/

.surveys-tabs {
    margin-bottom: 32px;
}

.surveys-tabs-content {
    padding-top: 0;
}

.surveys-catalog-head {
    padding-bottom: 16px;
}

.lk-home-page {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding-top: 6px;
}

.lk-home-item {
    width: 32%;
    height: 505px;
    background: #E0E9FF url(../img/lk/lk-home1.png?v=Msv7qtqiHUnprQEwKe779HABAiA) no-repeat center bottom;
    background-size: 100%;
    padding: 48px 48px;
    position: relative;
    transition: all 0.4s;
    border-radius: 10px;
}

.disabled-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    background: rgba(40, 40, 39, 0.8);
    border-radius: 10px;
}

    .disabled-overlay svg {
        display: inline-block;
        vertical-align: middle;
        margin-right: 16px;
    }

    .disabled-overlay span {
        font-size: 24px;
        font-weight: 700;
        line-height: 130%;
        letter-spacing: 0.48px;
        text-transform: uppercase;
        color: #FFFFFF;
        display: inline-block;
        vertical-align: middle;
    }

.lk-home-item:hover {
    box-shadow: 0px 16px 48px 0px rgba(175, 153, 75, 0.30);
}

.lk-home-item2 {
    background-color: #FFF8DE;
    background-image: url(../img/lk/lk-home2.png?v=Msv7qtqiHUnprQEwKe779HABAiA);
}

.lk-home-item3 {
    background-color: #E1FFDC;
    background-image: url(../img/lk/lk-home3.png?v=Msv7qtqiHUnprQEwKe779HABAiA);
}

.lk-home-item .title {
    color: #282827;
    font-size: 48px;
    font-weight: 900;
    line-height: 130%;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 24px 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

.lk-home-item p {
}

.lk-content-section {
}

    .lk-content-section h1 {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
    }

        .lk-content-section h1.blue:before {
            content: "";
            display: inline-block;
            vertical-align: middle;
            width: 24px;
            background: #E0E9FF;
            margin: 0 24px 0 0;
        }

        .lk-content-section h1.yellow:before {
            background: #FFF8DE;
        }

        .lk-content-section h1.green:before {
            background: #E1FFDC;
        }

.personal-data-page {
    width: 845px;
    max-width: 100%;
    padding-top: 25px;
}

.ui-datepicker-title {
    width: 80%;
}

.ui-datepicker .ui-datepicker-title select {
    font-weight: 500;
    font-family: 'DIN Pro Condensed', sans-serif;
    margin: 1px 2px 1px 0;
    border-radius: 4px;
    padding: 2px;
}

.ui-datepicker select.ui-datepicker-month {
    width: 50%;
}

.ui-datepicker select.ui-datepicker-year {
    width: 40%;
}


.ui-datepicker .ui-datepicker-title select > option {
    font-weight: 500;
}

.lk-content-section .error-message {
    font-family: 'DIN Pro Condensed', sans-serif;
    color: #282827;
    text-transform: uppercase;
    font-weight: 700;
}

    .lk-content-section .error-message.active {
        padding: 10px 0 0 0;
        margin: 0 0 -6px 0;
        position: static;
    }

    .lk-content-section .error-message a {
        text-decoration: none;
        color: #E60000;
        border-bottom: 1px solid #E60000;
    }

        .lk-content-section .error-message a:hover {
            border-color: transparent;
            text-decoration: none;
        }

.personal-data-page-block {
    margin-bottom: 40px;
}

.personal-data-page button[type=submit] {
    width: 407px;
    max-width: 100%;
}

.lk-popup {
    padding: 48px;
}

    .lk-popup .form-item .error-message {
        position: static;
    }

    .lk-popup .hide {
        display: none;
    }

    .lk-popup .login-form {
        padding-top: 0;
    }

    .lk-popup .login-page-block {
        margin: 0;
    }

.lk-clarification-popup h2, .lk-clarification-popup p {
    text-align: left;
}

.lk-success-popup {
    width: 488px;
    max-width: 100%;
    text-align: center;
}

    .lk-success-popup h2 {
        text-align: center;
    }

        .lk-success-popup h2 + p {
            margin: -24px 0 25px 0;
            text-align: center;
            text-align: center;
        }

    .lk-success-popup .button {
        width: 100%;
    }

    .lk-success-popup .fancybox-close-small {
        display: none;
    }

.polls-list-item {
    max-width: 845px;
    padding: 0 0 32px 0;
    margin: 0 0 32px 0;
    border-bottom: 1px solid rgba(22, 22, 22, 0.2);
}

    .polls-list-item .title {
        color: #282827;
        font-size: 26px;
        font-weight: 900;
        line-height: 120%;
        letter-spacing: 0.52px;
        text-transform: uppercase;
        margin: 0 0 16px 0;
    }

    .polls-list-item p {
        margin: 0 0 16px 0;
        padding: 0;
    }

    .polls-list-item .date {
        color: #282827;
        font-size: 16px;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: 0.32px;
        text-transform: uppercase;
        opacity: 0.5;
        margin: 0 0 24px 0;
    }

.polls-tabs {
}

    .polls-tabs .the-tabs-head {
        max-width: 845px;
    }

        .polls-tabs .the-tabs-head button, .polls-tabs .the-tabs-head a {
            font-size: 30px;
        }

.characterCount {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #777;
}

.lk-messages-list {
    width: 845px;
    max-width: 100%;
}

.lk-messages-item {
    padding: 0 0 16px 0;
    margin: 0 0 32px 0;
    border-bottom: 1px solid rgba(22, 22, 22, 0.2);
}

    .lk-messages-item .status {
        color: #489E60;
        font-size: 24px;
        font-weight: 700;
        line-height: 31px;
        letter-spacing: 0.32px;
        text-transform: uppercase;
        display: inline-block;
        vertical-align: middle;
        display: inline-flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        align-items: center;
        margin: 0 24px 16px 0;
    }

        .lk-messages-item .status:before {
            content: "";
            display: inline-block;
            vertical-align: middle;
            width: 24px;
            height: 24px;
            margin: 0 8px 0 0;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
        }

        .lk-messages-item .status:after {
            content: "";
            display: inline-block;
            vertical-align: middle;
            color: inherit;
        }

        .lk-messages-item .status.done:before {
            background-image: url(../img/lk/status-done.svg?v=Msv7qtqiHUnprQEwKe779HABAiA);
        }

        .lk-messages-item .status.in-progress:before {
            background-image: url(../img/lk/status-in-progress.svg?v=Msv7qtqiHUnprQEwKe779HABAiA);
        }

        .lk-messages-item .status.moderation:before {
            background-image: url(../img/lk/status-moderation.svg?v=Msv7qtqiHUnprQEwKe779HABAiA);
        }

        .lk-messages-item .status.quality:before {
            background-image: url(../img/lk/status-quality.svg?v=Msv7qtqiHUnprQEwKe779HABAiA);
        }

        .lk-messages-item .status.clarification:before {
            background-image: url(../img/lk/status-clarification.svg?v=Msv7qtqiHUnprQEwKe779HABAiA);
        }

        .lk-messages-item .status.processing:before {
            background-image: url(../img/lk/status-processing.svg?v=Msv7qtqiHUnprQEwKe779HABAiA);
        }

        .lk-messages-item .status.new:before {
            background-image: url(../img/lk/status-new.svg?v=Msv7qtqiHUnprQEwKe779HABAiA);
        }

        .lk-messages-item .status.closed:before {
            background-image: url(../img/lk/status-closed.svg?v=Msv7qtqiHUnprQEwKe779HABAiA);
        }

        .lk-messages-item .status.sent:before {
            background-image: url(../img/lk/status-sent.svg?v=Msv7qtqiHUnprQEwKe779HABAiA);
        }

        .lk-messages-item .status.done:after {
            content: "Выполнено";
        }

        .lk-messages-item .status.in-progress:after {
            content: "В работе";
        }

        .lk-messages-item .status.moderation:after {
            content: "На модерации";
            color: #CBCE36;
        }

        .lk-messages-item .status.quality:after {
            content: "Оценка качества";
            color: #0FB7FF;
        }

        .lk-messages-item .status.clarification:after {
            content: "На уточнении";
            color: #1056E3;
        }

        .lk-messages-item .status.processing:after {
            content: "В обработке";
            color: #F90;
        }

        .lk-messages-item .status.new:after {
            content: "Новое";
            color: #B86BE8;
        }

        .lk-messages-item .status.closed:after {
            content: "Закрыто";
            color: #D71B1B;
        }

        .lk-messages-item .status.sent:after {
            content: "Решение отложено";
            color: #FF006B;
        }

    .lk-messages-item .date {
        display: inline-block;
        vertical-align: middle;
        color: #282827;
        font-size: 16px;
        font-weight: 700;
        line-height: 31px;
        letter-spacing: 0.32px;
        text-transform: uppercase;
        margin: 0 0 16px 0;
        opacity: 0.5;
    }

    .lk-messages-item .title {
        color: #282827;
        font-size: 24px;
        font-weight: 700;
        line-height: 130%;
        letter-spacing: 0.48px;
        text-transform: uppercase;
        margin: 0 0 16px 0;
    }

        .lk-messages-item .title a {
            color: #282827;
            text-decoration: none;
        }

    .lk-messages-item .lk-messages-item-category {
        font-size: 16px;
        font-weight: 700;
        line-height: 20.8px;
        letter-spacing: 0.02em;
        text-align: left;
        margin: 16px 0;
    }

        .lk-messages-item .lk-messages-item-category span {
            opacity: 0.6;
        }

    .lk-messages-item p {
        padding: 0;
        margin: 0 0 16px 0;
    }

.lk-message-create-button {
    margin-bottom: 40px;
}

.lk-message-item-more {
    text-transform: uppercase;
    text-decoration: none;
    color: #282828;
    font-size: 16px;
    font-weight: 700;
    line-height: 18.96px;
    letter-spacing: 0.02em;
    text-align: left;
    display: flex;
    align-items: center;
}

    .lk-message-item-more.button-with-arrow:hover:after, .lk-message-item-more.button-with-arrow:active:after, .lk-message-item-more.button-with-arrow.active:after {
        background: url(../img/link-arrow.svg?v=Msv7qtqiHUnprQEwKe779HABAiA) no-repeat center center;
    }

.lk-content-messages-section {
    padding-top: 40px;
}

    .lk-content-messages-section .inner-section {
    }

.lk-content-section-columns {
    display: flex;
    justify-content: space-between;
}

.lk-content-messages-section h2 {
    font-size: 32px;
}

.lk-content-section-right {
    width: 400px;
    max-width: 100%;
}

.content-section .back-button {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    text-decoration: none;
    color: #282827;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.44px;
    text-transform: uppercase;
    margin: 16px 0 40px 0;
}

    .content-section .back-button span {
        margin-left: 8px;
    }

.details-page-item-head {
    margin: 0 0 24px 0;
    padding: 0;
    border: 0;
}

    .details-page-item-head .status {
    }

.detail-message-id {
    font-family: "DIN Pro Condensed", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 8px;
    opacity: 0.6;
}

.details-page-item-head .status:after {
    font-size: 32px;
}

.details-page-item-head .status:before {
    width: 24px;
    height: 24px;
    background-size: cover;
    margin: 0 12px 0 0;
}

.detail-page-title {
    color: #282827;
    font-size: 32px;
    font-weight: 900;
    line-height: 130%;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    margin: 0 0 16px 0;
}

.detail-page-subtitle {
    color: #282827;
    font-size: 20px;
    font-weight: 900;
    line-height: 130%;
    letter-spacing: 0.64px;
    text-transform: uppercase;
}

#detail-page-date-text span {
    opacity: 0.6;
    font-family: "DIN Pro Condensed", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 19.2px;
    letter-spacing: 0.02em;
    text-align: left;
}

.detail-page-subtitle span {
    opacity: 0.6;
}

.detail-page-firstSubtitle {
    margin-top: 24px;
    margin-bottom: 8px;
}

.detail-page-secondSubtitle {
    margin-bottom: 24px;
}

.detail-page-date {
    color: #282827;
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid rgba(22, 22, 22, 0.2);
}

    .detail-page-date span {
        font-size: 18px;
        font-weight: 400;
        font-family: Inter, sans-serif;
    }

.lk-messages-details-item-section {
    margin: 0 0 40px 0;
}

    .lk-messages-details-item-section .title {
        color: #282827;
        font-size: 24px;
        font-weight: 700;
        line-height: 130%;
        letter-spacing: 0.48px;
        text-transform: uppercase;
        margin: 0 0 16px 0;
    }

    .lk-messages-details-item-section p:last-child {
        padding: 0;
        margin: 0;
    }

.content-section .img-block {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.content-section .img-item {
    width: 31%;
    margin: 0 2% 20px 0;
    color: #282827;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

    .content-section .img-item:nth-child(3n+3) {
        margin-right: 0;
    }

    .content-section .img-item img {
        display: block;
        width: 100%;
        margin: 0 0 8px 0;
    }

.lk-messages-details-item .img-block {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(22, 22, 22, 0.2);
}

.lk-clarification-item {
    margin: 0;
    padding: 0 0 32px 0;
}

    .lk-clarification-item .name {
        color: #282827;
        font-size: 16px;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: 0.32px;
        text-transform: uppercase;
        margin: 0 0 16px 0;
    }

    .lk-clarification-item .date {
        color: #282827;
        font-size: 16px;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: 0.32px;
        text-transform: uppercase;
        opacity: 0.5;
        margin: 0 0 16px 0;
    }

    .lk-clarification-item p {
        margin: 0;
        padding: 0 0 16px 0;
    }

.lk-clarification-section {
    border-bottom: 1px solid rgba(22, 22, 22, 0.2);
}

    .lk-clarification-section:last-child {
        border-color: transparent;
        margin-bottom: 0;
    }

.lk-clarification-files {
}

    .lk-clarification-files a {
        display: inline-block;
        vertical-align: middle;
        margin: 0 32px 0 0;
        text-decoration: none;
        color: #282827;
        font-size: 16px;
        font-weight: 700;
        line-height: 130%;
        letter-spacing: 0.32px;
        text-transform: uppercase;
    }

        .lk-clarification-files a:before {
            content: "";
            display: inline-block;
            vertical-align: middle;
            width: 48px;
            height: 48px;
            margin: 0 16px 0 0;
            background: #c8c8c8 url(../img/lk/file-icon.png?v=Msv7qtqiHUnprQEwKe779HABAiA) no-repeat center center;
        }

.lk-steps-block {
    margin: 0 0 24px 0;
}

.lk-steps-item {
    margin: 0;
    padding: 0 0 40px 42px;
    border: 0;
    position: relative;
}

    .lk-steps-item:last-child {
        padding-bottom: 0;
    }

    .lk-steps-item:before {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        position: absolute;
        top: 15px;
        left: 0;
        z-index: 2;
        background: url(../img/lk/lk-dot.png?v=Msv7qtqiHUnprQEwKe779HABAiA) no-repeat center center;
    }

    .lk-steps-item:after {
        content: "";
        display: block;
        width: 2px;
        height: 100%;
        position: absolute;
        top: 2px;
        left: 4px;
        z-index: 1;
        background: url(../img/lk/lk-line.png?v=Msv7qtqiHUnprQEwKe779HABAiA) repeat-y 0 0;
    }

    .lk-steps-item:first-child:after {
        top: 18px;
    }

    .lk-steps-item:last-child:after {
        height: 15px;
    }

    .lk-steps-item .status {
        display: inline-block;
        vertical-align: middle;
        display: inline-flex;
        margin: 0 24px 0 0;
        line-height: 1.1em;
    }

        .lk-steps-item .status:before {
            width: 16px;
            height: 16px;
            margin: 0 8px 0 0;
        }

        .lk-steps-item .status:after {
            font-size: 16px;
            line-height: 1.2em;
        }

    .lk-steps-item .date {
        display: inline-block;
        vertical-align: middle;
        color: #282827;
        font-size: 16px;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: 0.32px;
        text-transform: uppercase;
        opacity: 0.5;
        margin: 0 24px 0 0;
    }

    .lk-steps-item .time {
        display: inline-block;
        vertical-align: middle;
        color: #282827;
        font-size: 16px;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: 0.32px;
        text-transform: uppercase;
    }

.lk-content-section .buttons-wrap {
    padding-left: 42px;
}

    .lk-content-section .buttons-wrap .button {
        margin: 0 0 8px 0;
    }

.reject-button {
    width: 319px;
    max-width: 100%;
    padding-left: 18px;
    padding-right: 18px;
}

.accept-button {
    width: 319px;
    max-width: 100%;
    background: #077905;
    border-color: #077905;
    padding-left: 18px;
    padding-right: 18px;
}

    .accept-button:hover, .accept-button:active {
        background: #279925;
        border-color: #279925;
    }


.lk-content-messages-top {
    width: 100%;
    max-width: 60%;
    padding-right: 100px;
}

.lk-content-messages-details-section .lk-content-messages-top {
    border-right: 1px solid rgba(22, 22, 22, .2);
}

.form-item-file-type2 {
}

    .form-item-file-type2 .file-placeholder {
        font-size: 16px;
        line-height: 130%;
    }

        .form-item-file-type2 .file-placeholder svg path {
            fill: #fff;
        }

        .form-item-file-type2 .file-placeholder svg {
            margin: 0;
        }

        .form-item-file-type2 .file-placeholder .icon {
            border-radius: 10px;
            width: 48px;
            height: 48px;
            display: inline-block;
            vertical-align: middle;
            display: inline-flex;
            flex-flow: column wrap;
            justify-content: center;
            align-items: center;
            background: #E60000;
            margin: 0 16px 0 0;
        }

        .form-item-file-type2 .file-placeholder .red.small {
            font-size: 14px;
            font-weight: 400;
            color: #E60000;
            font-family: Inter, sans-serif;
            text-transform: none;
        }

    .form-item-file-type2 .uploaded-files {
        font-size: 0;
        padding: 0;
    }

        .form-item-file-type2 .uploaded-files .uploaded-files-item:first-child {
            margin-top: 18px;
        }

.lk-clarification-popup {
    width: 1135px;
    max-width: 100%;
}

    .lk-clarification-popup [type="submit"] {
        width: 505px;
        max-width: 100%;
    }

    .lk-clarification-popup textarea {
        height: 311px;
        resize: none;
    }

.to-trash-button {
    background: none;
    border: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    align-self: center;
}

.uploaded-files-item {
    align-items: center;
    font-family: Inter, sans-serif;
}

.lk-popup .popup-title {
    font-size: 40px;
    text-align: left;
    margin: 0 0 8px 0;
}

.lk-popup .date {
    color: #282827;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    margin: 0 0 16px 0;
}

    .lk-popup .date span {
        display: inline-block;
        margin-left: 5px;
        color: #282827;
        font-size: 18px;
        font-weight: 400;
    }

.lk-content-messages-create-section .breadcrumbs {
    margin-bottom: 45px;
}

.lk-messages-create-block {
    width: 845px;
    max-width: 100%;
}

    .lk-messages-create-block [type="submit"] {
        width: 407px;
        max-width: 100%;
    }

.lk-content-messages-create-section .form-item .form-item {
    margin-bottom: 28px;
}

.lk-content-messages-create-section .form-item textarea {
    border-color: #282827;
    height: 200px;
}

.has-search-icon + .select2-container .select2-selection__arrow {
    background-image: url(../img/lk/select-search-icon.svg?v=Msv7qtqiHUnprQEwKe779HABAiA) !important;
    transform: translateY(-50%) rotate(0deg) !important;
}

.message-thanks-popup {
    border-radius: 10px;
}

    .message-thanks-popup .fancybox-close-small {
        display: none;
    }

    .message-thanks-popup p, .message-thanks-popup .popup-title {
        text-align: center;
    }

    .message-thanks-popup .button {
        width: 100%;
        max-width: 700px;
        margin: 0 auto;
        text-align: center;
        display: block;
    }

/*end of lk pages*/

.img-person {
    background: url("../img/placeholder/person-background.svg?v=Msv7qtqiHUnprQEwKe779HABAiA") no-repeat center center;
    background-size: cover;
    border-radius: 10px;
    aspect-ratio: 1 / 1;
    max-height: 408px;
    margin-bottom: 16px;
}

.img-news {
    background: url("../img/placeholder/news.png?v=Msv7qtqiHUnprQEwKe779HABAiA") no-repeat center center;
    background-size: cover;
    border-radius: 10px;
}

.img-flame-slide {
    position: relative;
    background: url("../img/placeholder/news.png?v=Msv7qtqiHUnprQEwKe779HABAiA") no-repeat center center;
    background-size: cover;
    border-radius: 10px;
    aspect-ratio: 16 / 10;
    width: 100%;
}

    .img-flame-slide img {
        width: 100%;
        height: 100%;
        aspect-ratio: 16 / 10;
    }

.video-sticker {
    width: 100px;
    height: 100px;
    z-index: 100;
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    background-image: url('../img/flame/flame-playerButton.png?v=Msv7qtqiHUnprQEwKe779HABAiA');
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.3);
    background-position: center center;
    border-radius: 50%;
    cursor: pointer;
}

.flame-slider:last-child {
    margin-bottom: 120px;
}

.img-doing {
    background: url("../img/placeholder/doing.png?v=Msv7qtqiHUnprQEwKe779HABAiA") no-repeat center center;
    background-size: cover;
    border-radius: 10px;
}

.search-block input[type=text] {
    padding: 0 10px;
}


#pitanie-coordination-popup > div > input[type=text] {
    padding: 14px 24px;
    height: 50px;
    border: 1px solid #28282733;
    font-family: Inter, Sans-Serif;
    text-transform: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 23.2px;
    text-align: left;
}

.pitanie-coordination-popup > .fancybox-close-small {
    padding: 10px;
    right: auto;
    top: 10px;
    left: 50%;
    position: fixed;
    margin-left: 650px;
}

    .pitanie-coordination-popup > .fancybox-close-small:before {
        background: rgba(255, 255, 255, 0.4);
        padding: 10px;
        border-radius: 10px;
    }

#pitanie-coordination-popup .search-block [type="submit"] {
    height: 100%;
    width: 24px;
    background: url(../img/pitanie/pitanie-search-icon.png?v=Msv7qtqiHUnprQEwKe779HABAiA) no-repeat center center;
    background-size: contain;
}


.filter-date-item input[type=text] {
    padding: 0 30px;
    background-position: right 10px center;
}

.filter-date-item .date-placeholder {
    padding-left: 10px;
}

.search-block input[type=submit] {
    margin-right: 10px;
}

.rubezh-issuance {
    display: none;
    flex-direction: row;
    justify-content: space-between;
    padding: 24px;
    border: 1px solid #C8C8C8;
    background: #FFFFFF;
    border-radius: 10px;
    margin-top: 40px;
}

.left-block {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.information-block {
    max-width: 708px;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-family: "Inter";
    letter-spacing: 0;
}

.text-issuance span{
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 900;
    line-height: 130%;
    color: black;
}

.text-issuance .red {
    color: #E60000;
}

.information-link a{
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    color: black;
    font-family: "DIN Pro Condensed";
    
    img {
        width: 12px;
        height: 12px;
    }
}

.rigth-block{
    display: flex;
    flex-direction: column;
    gap: 32px;
    justify-content: center;
    min-width: 428px;
    align-items: flex-start;
    
    .file-block {
        width: 100%;
    }
    
    .file-placeholder .icon {
        border-radius: 0 !important;
        margin-right: 0 !important;
    }

    .file-placeholder {
        display: flex;
        flex-direction: row;
        gap: 16px;
        align-items: center;
    }
    
    .file-text {
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: 80%;
        align-items: start;
        
        .div-current-text{
            display: flex;
            flex-direction: row;
            gap: 8px;
            align-items: center;
        }
    }
    
    .form-item-file-type2{
        padding: 0 !important;
        margin: 0 !important;
    }
    
    .main-file-text {
        font-size: 16px;
        font-weight: 700;
        line-height: 130%;
        text-transform: uppercase;
        text-wrap: wrap;

        display: -webkit-box;        
        -webkit-box-orient: vertical;  
        -webkit-line-clamp: 2;         
        overflow: hidden;              
        text-overflow: ellipsis;       
        word-break: break-word;
        max-width: 364px;
    }
    
    .sub-file-text {
        font-size: 16px;
        font-weight: 700;
        line-height: 130%;
        text-transform: uppercase;
        color: #C8C8C8;
        text-wrap: nowrap;
    }

    .error-text {
        font-size: 14px;
        font-weight: 400;
        line-height: 140%;
        color: #e60000;
    }
    
}

.action-block {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    
    button {
        max-width: 428px;
        display: flex;
        flex-direction: row;
        gap: 8px;
        align-items: center;
        height: 56px;
        
        .icon-arrow-link {
            display: flex;
            align-items: center;
            color: #e60000;
        }
    }

    button:hover {
        .icon-arrow-link {
            color: white;
        }
    }

    button:disabled {
        .icon-arrow-link {
            color: #C8C8C8;
        }
    }
    
    .error-message{ 
        display: none;
    }
}

.rubezh-issuance-submit {
    padding: 24px;
    display: none;
    flex-direction: column;
    gap: 16px;
    margin-top: 40px;
    border: 1px solid #C8C8C8;
    background: #FFFFFF;
    border-radius: 10px;
    text-align: center;
    align-content: center;
    flex-wrap: wrap;
    
    span {
        font-size: 48px;
        font-weight: 900;
        line-height: 130%;
        text-transform: uppercase;
    }
    
    span.red {
        color: #e60000;
    }
    
    .information-issaunce-submit{
        width: 100%;
        max-width: 708px;
        font-family: Inter;
        font-size: 18px;
        font-weight: 400;
        line-height: 150%;
    }
}

.issuance-submit-overlay {
    visibility: hidden;
    position: fixed;           
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;             
    align-items: center;
    justify-content: center;
    z-index: 1000;

    .issuance-submit-dialog {
        display: flex;
        flex-direction: column;
        gap: 40px;
        background: #FFFFFF;
        border-radius: 10px;
        padding: 24px;
        width: 100%;
        max-width: 553px;
        
        .dialog-text {
            width: 100%;
            display: flex;
            flex-direction: column;
            gap: 16px;
            text-align: center;

            .dialog-title{
                width: 100%;
                font-size: 40px;
                font-weight: 700;
                line-height: 110%;
                text-transform: uppercase;
            }
            
            .dialog-message {
                width: 100%;
                font-size: 18px;
                font-weight: 400;
                line-height: 140%;
                font-family: "DIN Pro";
            }
        }
        
        button {
            width: 100%;
            text-transform: uppercase;
            height: 56px;
        }
    }
}

