

/* Start:/local/templates/html/critical.css?1764750998106789*/
@font-face {
    font-family: "Roboto";
    src: url("/local/templates/html/fonts/Roboto-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Roboto";
    src: url("/local/templates/html/fonts/Roboto-Bold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Roboto';
    src: url("/local/templates/html/fonts/Roboto-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Vogue Highline Serif';
    src: url("/local/templates/html/fonts/VogueHighlineSerif-Medium.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Roboto';
    src: url("/local/templates/html/fonts/Roboto-Thin.woff2") format("woff2");
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Roboto';
    src: url("/local/templates/html/fonts/Roboto-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Minion Pro';
    src: url("/local/templates/html/fonts/MinionPro-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Minion Pro Italic';
    src: url("/local/templates/html/fonts/MinionPro-Italic.woff2") format("woff2");
    font-weight: normal;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'PT Sans Narrow';
    src: url("/local/templates/html/fonts/PTSans-NarrowBold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

.container, .container-fluid, .container-xs, .container-sm, .container-md, .container-lg, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.container {
    max-width: 576px
}

@media (min-width: 768px) {
    .container, .container-sm {
        max-width: 768px
    }
}

@media (min-width: 1024px) {
    .container, .container-sm, .container-md {
        max-width: 1024px
    }
}

@media (min-width: 1250px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 1200px
    }
}

@media (min-width: 1450px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1400px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width: 768px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1024px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1250px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1450px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

@media (max-width: 1023px) {
    .custom-gutters {
        padding-right: 32px;
        padding-left: 32px
    }
}

@media (max-width: 767px) {
    .custom-gutters {
        padding-right: 16px;
        padding-left: 16px
    }
}

.no-transition * {
    transition: none !important
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*, *::before, *::after {
    box-sizing: inherit
}

body {
    color: #000;
    background: #fafafa;
    font-family: "Roboto", Arial, Verdana, sans-serif;
    font-size: 19px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: 0px
}

.wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: linear-gradient(to bottom, #dcd4dc 0%, #ece6e6 100%)
}

.wrapper.banner-active {
    margin-top: 14vw
}

.wrapper-content {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    width: 100%;
    position: relative;
    margin: auto;
    background-color: #fff;
    z-index: 15
}

.container--white {
    background-color: #fff;
    position: relative
}

.container--black {
    background-color: #000;
    position: relative
}

.container--black2 {
    background-color: #272a33
}

@media (max-width: 767px) {
    .container--black2 {
        background-color: transparent
    }
}

@media (max-width: 575px) {
    .container--mobile {
        padding-left: 9px;
        padding-right: 9px
    }
}

.brand-wrapper {
    max-width: 1920px;
    display: flex;
    flex-direction: column
}

.main {
    flex: 1 0 auto
}

.hidden {
    display: none !important
}

svg {
    max-width: 100%
}

hr {
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
    border: 0
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: none
}

a {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    text-decoration: none;
    color: #000;
    background: transparent;
    font-size: 100%
}

@media (min-width: 1024px) {
    a:hover {
        text-decoration: underline
    }
}

ins {
    text-decoration: none;
    color: #000;
    background-color: #ff9
}

mark {
    color: #000;
    background-color: #ff9;
    font-weight: bold;
    font-style: italic
}

del {
    text-decoration: line-through
}

abbr[title], dfn[title] {
    cursor: help;
    border-bottom: 1px dotted
}

img {
    margin: auto;
    display: block;
    max-width: 100%
}

#bx_incl_area_7 {
    width: 100%;
    max-width: 900px
}

#bx_incl_area_10 {
    width: 100%
}

#bx_incl_area_14_1_4 {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

#bx_incl_area_6_1 {
    height: 100%
}

.first-screen__item--main > div {
    height: 100%
}

.first-screen__banner-2 + [id^="bx_incl_area_"] {
    grid-area: news
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    html {
        height: 0
    }

    body {
        height: auto
    }

    .wrapper {
        height: auto
    }

    .main {
        flex: none
    }

    .main {
        flex: none
    }
}

@media print {
    body * {
        visibility: hidden
    }

    #section-to-print, #section-to-print * {
        visibility: visible
    }

    #section-to-print {
        position: absolute;
        top: 0;
        left: 0
    }
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

sup {
    vertical-align: super
}

sub {
    vertical-align: sub
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

img, fieldset, a img, iframe {
    border: none
}

input[type="text"], input[type="email"], input[type="tel"], input[type="search"], input[type="number"], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type="submit"], button {
    cursor: pointer;
    background-color: transparent
}

input[type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto;
    resize: none;
    border: none
}

input::-webkit-contacts-auto-fill-button {
    position: absolute;
    right: 0;
    display: none !important;
    visibility: hidden;
    pointer-events: none
}

input::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none
}

input[type="number"] {
    -moz-appearance: textfield
}

input, button {
    margin: 0;
    padding: 0;
    border: 0;
    border: none;
    border-radius: 0
}

div, input, textarea, select, button, h1, h2, h3, h4, h5, h6, a, span, a:focus {
    outline: none
}

ul, ol, li {
    list-style-type: none
}

table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse
}

html {
    box-sizing: border-box
}

*, *:before, *:after {
    box-sizing: inherit
}

strong, b {
    font-weight: bold
}

@media (prefers-reduced-motion: reduce) {
    * {
        transition: none !important
    }
}

.popular-section .news-section__feed {
    position: static
}

.first-screen__item--news .news__title {
    font-size: 19px
}

@media (max-width: 1023px) {
    .first-screen__item--news .news__title {
        font-size: 18px
    }
}

@media (max-width: 575px) {
    .first-screen__item--news .news__title {
        font-size: 17px
    }
}

.more-news {
    display: flex;
    justify-content: center
}

.events-wrap {
    margin-top: 13px
}

@media (max-width: 575px) {
    .events-wrap .news-section__item {
        height: 170px;
        margin-bottom: 10px
    }
}

.page-container {
    padding-bottom: 80px;
    margin-top: 15px
}

@media (max-width: 1249px) {
    .page-container {
        margin-left: 0px;
        margin-right: 0px
    }
}

@media (max-width: 767px) {
    .page-container {
        padding-bottom: 0px
    }
}

.page-container--index {
    margin-left: -15px;
    margin-right: -15px
}

@media (max-width: 1249px) {
    .page-container--index {
        margin-left: 0px;
        margin-right: 0px
    }
}

.a-brand {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-color: #dcd4dc00;
    background-size: 100% auto;
    background-position: 50% 0;
    height: 100%;
    display: block;
    z-index: 10
}

.side-section {
    position: sticky;
    top: 120px;
    padding: 0px 0px;
    padding-right: 15px;
    align-self: flex-start
}

@media (max-width: 767px) {
    .side-section {
        margin-top: 15px;
        position: static
    }
}

.side-section__mobile-banner {
    display: none
}

@media (max-width: 767px) {
    .side-section__mobile-banner {
        display: block;
        margin: auto
    }
}

.side-section__item {
    padding: 0px 15px
}

@media (max-width: 767px) {
    .side-section__item {
        position: static;
        display: flex;
        padding-bottom: 20px
    }
}

@media (max-width: 1249px) {
    .side-section {
        padding: 0px
    }
}

.side-section__banner-wrap {
    margin-bottom: 23px
}

@media (max-width: 767px) {
    .side-section__banner-wrap {
        margin-bottom: 15px;
        min-width: 30%;
        margin-right: 15px
    }
}

@media (max-width: 767px) {
    .side-section__banner-wrap {
        display: none
    }
}

.side-section__banner {
    display: block
}

@media (max-width: 767px) {
    .side-section__top {
        padding-bottom: 15px
    }
}

.side-section__banner-links {
    margin-top: 7px;
    display: flex;
    font-size: 12px;
    color: grey;
    justify-content: space-around
}

@media (max-width: 1023px) {
    .side-section__banner-links {
        font-size: 10px
    }
}

@media (max-width: 575px) {
    .side-section__banner-image-wrap {
        width: 320px;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto
    }

    .side-section__banner-image-wrap img {
        max-width: 100%;
        max-height: 100%
    }
}

.side-section--second {
    margin-left: -10px;
    padding-right: 0px
}

@media (max-width: 1449px) {
    .side-section--second {
        margin-right: -10px
    }
}

.side-section--sticky {
    position: sticky;
    top: 120px;
    padding-right: 0px
}

@media (max-width: 1023px) {
    .side-section--sticky {
        top: 56px
    }
}

@media (max-width: 767px) {
    .side-section--sticky {
        position: static
    }
}

.banner {
    transition: all 0.3s ease
}

@media (min-width: 1024px) {
    .banner:hover {
        opacity: 0.8
    }
}

.article-anchor .number {
    display: none
}

.article-anchor .item {
    padding: 15px 0px;
    font-size: 21px;
    line-height: 1.19048
}

.article-anchor .item:not(:last-child) {
    border-bottom: 1px dotted #000
}

@media (max-width: 1249px) {
    .article-anchor .item {
        font-size: 18px
    }
}

@media (max-width: 1023px) {
    .article-anchor .item {
        font-size: 12px
    }
}

.article-anchor .date {
    color: #646464;
    font-size: 15px;
    margin-top: 10px
}

@media (max-width: 1023px) {
    .article-anchor .date {
        font-size: 10px
    }
}

.news-section {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.news-section__item {
    width: 33.33%;
    padding: 0px 15px;
    margin-bottom: 15px;
    overflow: hidden
}

@media (max-width: 1023px) {
    .news-section__item {
        width: 50%
    }
}

@media (max-width: 575px) {
    .news-section__item {
        width: 100%
    }
}

@media (max-width: 575px) {
    .news-section__item {
        margin-bottom: 0px;
        height: 170px
    }
}

.news-section__feed {
    position: relative;
    padding-bottom: 60.88%
}

@media (max-width: 1249px) {
    .news-section__feed {
        padding-bottom: 69.88%
    }
}

@media (max-width: 1023px) {
    .news-section__feed {
        padding-bottom: 63%
    }
}

@media (max-width: 575px) {
    .news-section__feed {
        padding-bottom: 0
    }
}

.preloader {
    visibility: hidden
}

.preloader.on {
    position: relative;
    visibility: visible
}

.preloader.on:before {
    position: absolute;
    z-index: 181;
    top: 0px;
    left: calc(50% - 20px);
    display: block;
    width: 40px;
    height: 40px;
    content: "";
    transform-origin: 50% 50%;
    animation-name: rotate;
    animation-duration: 600ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    border: 4px solid #eee;
    border-top-color: #26c193;
    border-radius: 100%;
    box-shadow: 0 0px 15px 4px #fff
}

@keyframes rotate {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

.article-banner {
    display: none
}

.article-banner__image-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px auto;
    width: 300px;
    height: 300px
}

.article-banner__image-wrap img {
    max-width: 100%;
    max-height: 100%
}

@media (max-width: 575px) {
    .article-banner {
        display: block
    }
}

.article-banner-dekstop {
    display: block
}

.article-banner-dekstop__image-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px auto
}

.article-banner-dekstop__image-wrap img {
    max-width: 100%;
    max-height: 100%
}

@media (max-width: 575px) {
    .article-banner-dekstop {
        display: none
    }
}

.addition-banner {
    display: none
}

@media (max-width: 575px) {
    .addition-banner {
        display: block
    }
}

.addition-banner__image-wrap {
    width: 320px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px auto
}

.addition-banner__image-wrap img {
    max-width: 100%;
    max-height: 100%
}

.events-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .events-banner {
        display: none
    }
}

.content .h1, .content h1, .h1, h1 {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 1.25rem
}

.content h1, .content .h1 {
    font-family: "PT Sans Narrow", Arial, Verdana, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 1;
    text-transform: uppercase
}

@media (max-width: 1249px) {
    .content h1, .content .h1 {
        font-size: 40px
    }
}

@media (max-width: 767px) {
    .content h1, .content .h1 {
        font-size: 30px
    }
}

.content h2 + p {
    margin-top: 0px
}

.content h2, .content .h2 {
    font-family: "PT Sans Narrow", Arial, Verdana, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 1.25rem
}

@media (max-width: 1249px) {
    .content h2, .content .h2 {
        font-size: 36px
    }
}

@media (max-width: 767px) {
    .content h2, .content .h2 {
        font-size: 27px
    }
}

h2.page {
    font-size: 36px;
    line-height: 1.4;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 2.25rem;
    text-transform: none
}

.content h3, .content .h3 {
    font-family: "PT Sans Narrow", Arial, Verdana, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 35px;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 1.25rem
}

@media (max-width: 1249px) {
    .content h3, .content .h3 {
        font-size: 30px
    }
}

@media (max-width: 767px) {
    .content h3, .content .h3 {
        font-size: 25px
    }
}

.content h4, .content .h4 {
    font-family: "PT Sans Narrow", Arial, Verdana, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 1.25rem
}

@media (max-width: 1249px) {
    .content h4, .content .h4 {
        font-size: 27px
    }
}

@media (max-width: 767px) {
    .content h4, .content .h4 {
        font-size: 23px
    }
}

.content h5, .content .h5 {
    font-family: "PT Sans Narrow", Arial, Verdana, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 1.25rem
}

@media (max-width: 1249px) {
    .content h5, .content .h5 {
        font-size: 24px
    }
}

@media (max-width: 767px) {
    .content h5, .content .h5 {
        font-size: 22px
    }
}

.content h6, .content .h6 {
    font-family: "PT Sans Narrow", Arial, Verdana, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 1.25rem
}

@media (max-width: 1249px) {
    .content h6, .content .h6 {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .content h6, .content .h6 {
        font-size: 20px
    }
}

.header-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 0;
    z-index: 150
}

.header-top {
    z-index: 150
}

.header-bot {
    position: sticky;
    top: 0;
    z-index: 150
}

.header-top {
    background-color: #000
}

.header-top__links {
    display: flex;
    color: #fff;
    align-items: center;
    height: 30px;
    justify-content: space-between;
    font-weight: 300
}

@media (max-width: 767px) {
    .header-top__links {
        height: 35px
    }
}

.header-top__links-left, .header-top__links-right {
    display: flex;
    height: 100%;
    align-items: center
}

.header-top__links-left {
    width: 100%
}

.header-top__link {
    margin-right: 55px;
    display: block;
    display: flex;
    align-items: center;
    color: #fff
}

.header-top__link .icon {
    margin-right: 8px
}

@media (max-width: 1249px) {
    .header-top__link {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .header-top__link {
        display: none
    }
}

.header-top__link--mobile {
    display: none
}

@media (max-width: 767px) {
    .header-top__link--mobile {
        width: 33%;
        display: block;
        text-align: center;
        margin-right: 0px;
        font-size: 13px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%
    }
}

.header-top__link--mobile img {
    max-width: 100%;
    max-height: 100%
}

.header-top__link--green {
    color: #26c193
}

@media (max-width: 767px) {
    .header-top__link--green {
        color: #fff;
        width: 100%;
        text-align: center;
        margin-right: 0px;
        font-size: 13px
    }
}

.header-top__link--green, .header-top__link--ads {
    display: flex
}

@media (max-width: 767px) {
    .header-top__link--green, .header-top__link--ads {
        display: none
    }
}

@media (max-width: 767px) {
    .header-top__link--ads {
        display: none
    }
}

.header-top__lang {
    display: flex;
    align-items: center;
    margin-right: 46px
}

@media (min-width: 1024px) {
    .header-top__lang:hover {
        text-decoration: underline
    }
}

.header-top__lang .icon {
    margin-right: 5px
}

@media (max-width: 767px) {
    .header-top__lang {
        display: none
    }
}

@media (min-width: 1024px) {
    .header-top:hover {
        cursor: pointer
    }
}

.header-top__subs {
    background-color: #1e2dfa;
    padding: 0px 13px;
    min-height: 100%;
    display: flex;
    align-items: center;
    margin-right: -15px;
    text-align: center;
    white-space: nowrap;
}

@media (max-width: 1249px) {
    .header-top__subs {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .header-top__subs {
        font-size: 12px;
        padding: 0px 8px;
        margin-right: -10px
    }
}

@media (min-width: 1024px) {
    .header-top__subs:hover {
        cursor: pointer;
        opacity: 0.8
    }
}

.header-mid {
    position: relative;
    z-index: 15
}

@media (max-width: 1023px) {
    .header-mid {
        position: absolute;
        top: 122px;
        z-index: 150;
        left: calc((100% - 768px) / 2)
    }
}

@media (max-width: 767px) {
    .header-mid {
        top: 114px;
        left: calc((100% - 576px) / 2)
    }
}

@media (max-width: 575px) {
    .header-mid {
        left: 0;
        top: 97px;
        max-width: 100vw
    }
}

.header-mid__title {
    margin-right: 30px;
    font-weight: bold
}

@media (max-width: 1249px) {
    .header-mid__title {
        font-size: 14px
    }
}

@media (max-width: 1023px) {
    .header-mid__title {
        display: none
    }
}

.header-mid__content {
    padding-top: 17px;
    display: flex;
    position: relative
}

@media (max-width: 1023px) {
    .header-mid__content {
        padding-top: 8px
    }

    .header-mid__content:after {
        position: absolute;
        content: "";
        right: 0;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 40%, #fff 100%);
        z-index: 10;
        height: 100%;
        width: 70px;
        top: 0
    }
}

.header-mid__links img {
    max-height: 40px;
}
.header-mid__title {
    display: flex;
    align-items: center;
}
@media (max-width: 1023px) {
    .header-mid__title {
        display: none;
    }
}
.header-mid__links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 auto
}

@media (max-width: 1449px) {
    .header-mid__links {
        font-size: 16px
    }
}

@media (max-width: 1249px) {
    .header-mid__links {
        font-size: 14px
    }
}

@media (max-width: 1023px) {
    .header-mid__links {
        overflow: scroll;
        flex: auto;
        padding-bottom: 10px
    }
}

@media (max-width: 1023px) {
    .header-mid__link {
        font-size: 14px;
        font-weight: bold;
        white-space: nowrap;
        margin-right: 30px;
        padding-left: 10px;
        position: relative
    }

    .header-mid__link:after {
        position: absolute;
        content: "#";
        left: 0;
        top: 0
    }

    .header-mid__link:last-child {
        padding-right: 70px
    }
}

.header-bot__content {
    padding: 38px 0px;
    display: flex;
    justify-content: space-between;
    position: relative
}

@media (max-width: 1023px) {
    .header-bot__content {
        padding: 10px 0px
    }
}

@media (max-width: 1023px) {
    .header-bot__search {
        flex: 0 0 30%;
        display: flex;
        justify-content: flex-end;
        align-items: center
    }
    .header-top__subs {
        white-space: normal;
    }
}

@media (max-width: 575px) {
    .header-bot__search {
        flex: auto
    }
}

.header-bot__search .icon {
    transition: all 0.3s ease
}
.header-bot__search svg {
    transition: all 0.3s ease
}

.header-bot__search:hover svg {
    color: #26c193;
}

@media (max-width: 575px) {
    .header-bot__search .icon {
        max-width: 15px;
        max-height: 15px
    }
}

@media (min-width: 1024px) {
    .header-bot__search:hover {
        cursor: pointer
    }

    .header-bot__search:hover .icon {
        fill: #26c193
    }
}

.header-bot__menu {
    display: flex;
    align-items: center
}

@media (max-width: 1023px) {
    .header-bot__menu {
        flex: 0 0 30%
    }
}

@media (max-width: 575px) {
    .header-bot__menu {
        flex: auto
    }
}

@media (min-width: 1024px) {
    .header-bot__menu:hover {
        cursor: pointer
    }

    .header-bot__menu:hover .burger-icon span {
        background: #26c193
    }
}

.header-bot__logo {
    max-width: 373px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width: 575px) {
    .header-bot__logo {
        max-width: 166px;
        height: 19px
    }
}

.js-marquee {
    display: flex
}

.header-feed {
    position: relative;
    z-index: 15
}

@media (max-width: 1023px) {
    .header-feed {
        padding-bottom: 36px;
        background-color: #fff
    }
}

.header-feed__wrap {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px
}

@media (max-width: 575px) {
    .header-feed__wrap {
        margin-left: -9px;
        margin-right: -9px
    }
}

.header-feed__content {
    display: flex
}

.header-feed__links {
    padding: 4px 0px;
    display: flex;
    align-items: center;
    height: 32px
}

@media (max-width: 1249px) {
    .header-feed__links {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .header-feed__links {
        font-size: 12px;
        padding: 2px 0px;
        height: 24px
    }
}

.header-feed__links a {
    text-decoration: underline
}

.header-feed__links.paused {
    animation-play-state: paused
}

@keyframes marquee {
    0% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.header-feed__links-wrap {
    overflow: hidden
}

.header-feed__pause {
    min-height: 100%;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    margin-right: 20px;
    flex: 0 0 auto;
    position: relative;
    margin-left: 15px
}

@media (max-width: 767px) {
    .header-feed__pause {
        width: 24px
    }
}

@media (max-width: 575px) {
    .header-feed__pause {
        margin-right: 9px;
        margin-left: 9px
    }
}

@media (min-width: 1024px) {
    .header-feed__pause:hover {
        cursor: pointer
    }

    .header-feed__pause:hover .header-feed__pause-inner:after, .header-feed__pause:hover .header-feed__pause-inner:before {
        background-color: #26c193
    }

    .header-feed__pause:hover .header-feed__pause-inner:not(.active):after {
        background-color: transparent;
        background-image: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 14V0L14.5 7L0 14Z' fill='%2326C193'/%3E%3C/svg%3E%0A")
    }
}

.header-feed__pause-inner {
    position: absolute;
    width: 40%;
    height: 40%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.header-feed__pause-inner:after {
    position: absolute;
    content: "";
    right: 0;
    height: 100%;
    background-color: #fff;
    top: 0;
    width: 2px
}

.header-feed__pause-inner:before {
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
    background-color: #fff;
    bottom: 0;
    width: 2px
}

.header-feed__pause-inner:not(.active):before {
    display: none
}

.header-feed__pause-inner:not(.active):after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: cover;
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 14V0L14.5 7L0 14Z' fill='white'/%3E%3C/svg%3E%0A");
    background-color: transparent
}

.header-feed__pause-item {
    width: 2px;
    height: 100%;
    background-color: #fff
}

.header-feed__link {
    padding-right: 25px;
    position: relative;
    margin-right: 25px;
    flex: 0 0 auto;
    white-space: nowrap
}

.header-feed__link:not(:last-child):after {
    position: absolute;
    content: "";
    right: 0;
    top: 4px;
    bottom: 4px;
    background-color: #26c193;
    width: 2px
}

.footer-subscribe {
    padding: 26px 30px;
    background-color: #1e2dfa
}

.header-menu {
    display: none;
    z-index: 100;
    position: absolute;
    top: calc(100% - 38px);
    width: 1042px;
    padding: 100px 125px 116px 125px;
    background: rgba(0, 0, 0, 0.7)
}

.header-menu.active {
    display: block;
    height: 100vh;
    overflow: scroll
}

.header-menu__mobile-footer {
    display: none;
    margin-top: 75px
}

@media (max-width: 1023px) {
    .header-menu__mobile-footer {
        display: block;
        margin-top: 25px
    }
}

.header-menu__mobile-header {
    display: none
}

@media (max-width: 1023px) {
    .header-menu__mobile-header {
        display: block;
        margin-bottom: 30px;
        color: #fff
    }
}

@media (max-width: 767px) {
    .header-menu__mobile-header {
        font-size: 11px
    }

    .header-menu__mobile-header .icon {
        max-width: 14px
    }
}

.header-menu__mobile-item {
    display: block;
    color: #fff;
    margin-bottom: 14px
}

@media (max-width: 767px) {
    .header-menu__mobile-item {
        font-size: 12px
    }
}

@media (max-width: 575px) {
    .header-menu__mobile-item {
        font-size: 10px
    }
}

@media (max-width: 1249px) {
    .header-menu {
        padding: 50px;
        width: 100%;
        background: rgba(0, 0, 0, 0.8)
    }
}

@media (max-width: 575px) {
    .header-menu {
        padding: 30px
    }
}

@media (max-width: 1023px) {
    .header-menu {
        top: 100%;
        height: auto;
        overflow: scroll
    }
}

.breadcrumb {
    overflow: hidden;
    margin: 14px 0 10px;
    font-size: .9375rem;
    color: #000
}

@media (min-width: 768px) {
    .breadcrumb {
        margin: 32px 0 18px
    }
}

.breadcrumb__list {
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: center;
    flex-shrink: 1;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    list-style: none;
    text-overflow: clip
}

.breadcrumb__item {
    position: relative;
    list-style: none
}

.breadcrumb__item:first-child .breadcrumb__link {
    padding: 0 10px 0 0
}

.breadcrumb__item:not(:first-child):before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    display: block;
    width: 8px;
    height: 8px;
    border: 4px solid transparent;
    border-left: 4px solid #281f26
}

.breadcrumb__item:last-child {
    display: flex;
    padding-right: 0;
    pointer-events: none
}

.breadcrumb__item:last-child .breadcrumb__link {
    color: #000
}

.breadcrumb__link {
    padding: 0 10px 0 20px;
    transition: color .3s;
    white-space: nowrap;
    color: #281f26
}

.breadcrumb__link:hover {
    color: #c74a2c
}

.breadcrumb.not-init .breadcrumb__item:not(:first-child) {
    visibility: hidden;
    opacity: 0
}

@media (max-width: 1249px) {
    .breadcrumb__item {
        display: none
    }

    .breadcrumb__item:not(:first-child) a {
        font-size: 0
    }

    .breadcrumb__item:not(:first-child) a:after {
        content: '...';
        color: #000;
        font-size: .9375rem
    }

    .breadcrumb__item:first-child, .breadcrumb__item:nth-of-type(2), .breadcrumb__item:last-child {
        display: block
    }
}

@media (max-width: 1023px) {
    .breadcrumb__item:first-child {
        display: none
    }

    .breadcrumb__item:not(:first-child), .breadcrumb__item:not(:last-child) {
        display: none
    }

    .breadcrumb__item:nth-last-of-type(2) {
        display: block !important
    }

    .breadcrumb__item:nth-last-of-type(2) a {
        color: #000;
        font-size: .875rem
    }

    .breadcrumb__item:nth-last-of-type(2) a:after {
        display: none
    }

    .breadcrumb__item:last-child {
        display: none
    }

    .breadcrumb__item:before {
        transform: rotate(180deg)
    }

    .breadcrumb__item:not(:first-child):before {
        top: 3px;
        transform: rotate(180deg)
    }
}

.nav--footer .nav-list {
    display: flex;
    align-items: flex-start;
    flex-direction: column
}

.nav--footer .nav-item {
    margin: 5px 0;
    font-size: 13px;
    line-height: 1.15385
}

.nav--footer .nav-item.active .nav-link {
    color: #fff
}

.nav--footer .nav-link {
    transition: color 0.2s;
    color: #fff;
    font-size: 13px;
    line-height: 1.15385;
    line-height: 1.1
}

@media (max-width: 767px) {
    .nav--footer .nav-link {
        color: #000;
        font-size: 10px
    }
}

.nav--footer .nav-link:hover {
    text-decoration: none;
    color: #B0B0B0
}

.nav--header {
    display: flex;
}

.nav--header .nav-columns {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.nav--header .nav-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap
}
.nav--header .nav-list ul{
    margin-top: 30px;
    margin-left: 30px;
}

@media (max-width: 1023px) {
    .nav--header {
        flex-direction: column;
    }
    .nav--header .nav-columns {
        flex-direction: column;
    }
}

.nav--header .nav-item {
    width: 100%;
    margin-bottom: 30px;
    font-size: 13px;
    line-height: 1.15385
}

.nav--header .nav-list ul li:last-child{
    margin-bottom: 0;
}


@media (max-width: 767px) {
    .nav--header .nav-item {
        margin-bottom: 20px
    }
    .nav--header .nav-list ul{
        margin-top: 20px;
        margin-left: 20px;
    }

    .nav--header .nav-list ul li:last-child{
        margin-bottom: 0;
    }

}


.nav--header .nav-item.active .nav-link {
    color: #fff
}

.nav--header .nav-link {
    transition: color 0.2s;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.18182;
    line-height: 1.1
}

@media (max-width: 1249px) {
    .nav--header .nav-link {
        font-size: 18px
    }
}

@media (max-width: 767px) {
    .nav--header .nav-link {
        font-size: 14px
    }
}

@media (max-width: 575px) {
    .nav--header .nav-link {
        font-size: 11px
    }
}

.page-header-section__body {
    color: black
}

.page-header-section__title {
    font-family: "PT Sans Narrow", Arial, Verdana, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 55px;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 1.25rem
}

@media (max-width: 1249px) {
    .page-header-section__title {
        font-size: 38px
    }
}

@media (max-width: 767px) {
    .page-header-section__title {
        font-size: 23px
    }
}

.page-header-section-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.page-header-section-wrap .search-item__result {
    padding-top: 15px;
    display: flex;
    font-size: 14px;
    line-height: 1;
    color: #646464
}

.page-header-section-wrap .search-item__result-number {
    margin-left: 5px
}

@media (max-width: 1023px) {
    .page-header-section-wrap {
        margin-bottom: 15px
    }
}

@media (max-width: 767px) {
    .page-header-section-wrap {
        margin-bottom: 0px;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column
    }
}

.custom-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px
}

.mob-menu {
    position: fixed;
    z-index: 205;
    z-index: 130;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    max-width: 768px;
    overflow: auto;
    transition: transform 0.3s;
    background-color: #fff;
    transform: translateX(0%)
}

.mob-menu:not(.active) {
    transform: translateX(100%)
}

.nav--mobile .nav-item {
    margin-bottom: 16px
}

.nav--mobile .nav-item:nth-last-child(2) {
    margin-top: 32px
}

.nav--mobile .nav-item:nth-last-child(2) .nav-link {
    color: #af226f
}

.nav--mobile .nav-item:last-child .nav-link {
    color: #af226f
}

.nav--mobile .nav-link {
    font-weight: 500;
    color: #000
}

.mob-menu-container {
    display: flex;
    flex-direction: column;
    padding: 19px;
    padding-left: 63px;
    position: relative;
    padding-bottom: 60px
}

.mob-menu-container__close {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='19.8419' y1='5.80709' x2='6.04986' y2='19.5991' stroke='%23281F26' stroke-width='2'/%3E%3Cline x1='19.8417' y1='19.599' x2='6.04971' y2='5.80701' stroke='%23281F26' stroke-width='2'/%3E%3C/svg%3E%0A")
}

.mob-menu-container .profile {
    display: flex;
    align-items: center;
    color: #af226f;
    font-weight: 500;
    margin-bottom: 30px;
    margin-left: -32px
}

.mob-menu-container .profile .icon {
    margin-right: 8px;
    stroke-width: 2px;
    stroke: #281f26
}

.mob-menu-container .lang {
    position: absolute;
    bottom: 19px;
    left: 12px;
    height: 29px
}

.mob-menu-container .lang span {
    font-weight: 500;
    color: #281f26
}

.mob-menu-container .lang .icon {
    margin-right: 8px;
    stroke-width: 2px;
    stroke: #281f26
}

.mob-menu-container .search {
    position: absolute;
    bottom: 19px;
    right: 12px
}

.mob-menu-container .search .icon {
    margin-right: 8px;
    stroke-width: 2px;
    stroke: #281f26
}

.mob-menu-title {
    text-transform: uppercase;
    color: #fff;
    font-size: 15px
}

.mob-menu-body-wrap {
    display: flex;
    overflow-x: hidden;
    overflow-y: auto;
    flex-direction: column;
    height: 100%;
    padding: 0
}

.no-critical {
    visibility: hidden
}

.no-critical.no-critical--preloader {
    position: relative;
    visibility: visible
}

.no-critical.no-critical--preloader:after {
    position: absolute;
    z-index: 180;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #fff
}

.no-critical.no-critical--preloader:before {
    position: absolute;
    z-index: 181;
    top: 30vh;
    left: calc(50% - 20px);
    display: block;
    width: 40px;
    height: 40px;
    content: '';
    transform-origin: 50% 50%;
    animation-name: rotate;
    animation-duration: 600ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    border: 4px solid #eee;
    border-top-color: #222D6C;
    border-radius: 100%;
    box-shadow: 0 0px 15px 4px #fff
}

@keyframes rotate {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

.header-main__search {
    display: none;
    margin: 0 40px 0 40px
}

@media (max-width: 1449px) {
    .header-main__search {
        max-width: 350px;
        margin: 0 20px 0 20px
    }
}

@media (max-width: 767px) {
    .header-main__search {
        margin: 0px
    }
}

.header-main__search .search-toggle {
    display: none
}

@media (max-width: 767px) {
    .header-main__search .search-toggle {
        display: block
    }
}

@media (max-width: 767px) {
    .header-main__search .header-main__search-form {
        display: none
    }
}

.header-main__search.active {
    display: flex;
    position: absolute;
    z-index: 100;
    top: 0px;
    left: -15px;
    right: -15px;
    bottom: 0px;
    margin: 0px;
    padding-left: 15px;
    padding-right: 120px;
    background-color: #000;
    max-width: none
}

@media (max-width: 767px) {
    .header-main__search.active {
        padding-right: 60px
    }
}

@media (max-width: 575px) {
    .header-main__search.active {
        right: -9px;
        height: 65px
    }
}

.header-main__search.active .search__form {
    height: 100%;
    display: flex;
    align-items: center
}

.header-main__search.active .search__close {
    display: block;
    position: absolute;
    right: 16px;
    stroke: #798089;
    top: 50%;
    transform: translateY(-50%);
    fill: #fff
}

@media (max-width: 767px) {
    .header-main__search.active .search__close .icon {
        max-width: 24px;
        max-height: 24px
    }
}

@media (max-width: 575px) {
    .header-main__search.active .search__close .icon {
        max-width: 20px;
        max-height: 20px
    }
}

.header-main__search.active .search__close:hover {
    cursor: pointer;
    fill: #26c193
}

.header-main__search.active .search__submit {
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
    fill: #fff
}

@media (max-width: 767px) {
    .header-main__search.active .search__submit {
        right: 60px
    }

    .header-main__search.active .search__submit .icon {
        max-width: 24px;
        max-height: 24px
    }
}

@media (max-width: 575px) {
    .header-main__search.active .search__submit .icon {
        max-width: 20px;
        max-height: 20px
    }
}

@media (min-width: 1024px) {
    .header-main__search.active .search__submit:hover {
        fill: #26c193
    }
}

.header-main__search.active .search {
    display: block
}

.header-main__search .search {
    display: flex;
    align-items: center;
    width: 470px
}

@media (max-width: 767px) {
    .header-main__search .search {
        display: none
    }
}

.header-main__search .search__form {
    width: 100%
}

.header-main__search .search__input {
    width: 100%;
    padding: 7px 45px 7px 5px;
    border: 1px solid transparent;
    border-radius: 0px;
    font-family: "Roboto", Arial, Verdana, sans-serif;
    background-color: #000;
    color: #fff;
    font-size: 21px;
    line-height: 1.2
}

.header-main__search .search__input::placeholder {
    color: rgba(255, 255, 255, 0.7);
    font-family: "Roboto", Arial, Verdana, sans-serif;
    font-size: 21px;
    line-height: 1.2
}

@media (max-width: 767px) {
    .header-main__search .search__input::placeholder {
        font-size: 16px
    }
}

@media (max-width: 575px) {
    .header-main__search .search__input::placeholder {
        font-size: 12px
    }
}

.header-main__search .search__clear {
    display: none;
    position: absolute;
    top: calc(50% - 8px);
    left: 10px;
    stroke: #798089
}

@media (max-width: 767px) {
    .header-main__search .search__clear {
        left: 15px
    }
}

.header-main__search .search__close {
    display: none
}

.header-main__search .search__submit {
    position: absolute;
    top: calc(50% - 13px);
    right: 16px
}

.header-main__search .search .search-result {
    margin: 0
}

@media (max-width: 767px) {
    .header-main__search .search__input {
        padding: 10px 30px 10px 10px;
        font-size: 14px
    }

    .header-main__search .search__input::placeholder {
        font-size: 14px
    }
}

.slam-slider-menu {
    z-index: 5;
    width: 100%
}

.slam-slider-menu .swiper .swiper-container {
    position: relative
}

.slam-slider-menu .swiper .swiper-container .swiper-wrapper {
    justify-content: space-between
}

.slam-slider-menu .swiper .swiper-container .swiper-wrapper .nav-item {
    width: auto;
    display: inline-block
}

.slam-slider-menu .swiper .swiper-container .swiper-wrapper .nav-item:hover .nav-lvl2 {
    visibility: visible;
    opacity: 1
}

.slam-slider-menu .swiper .swiper-container .swiper-wrapper .nav-item:hover .nav-link {
    color: #c74a2c
}

.slam-slider-menu .swiper .swiper-container .swiper-wrapper .nav-item .nav-lvl2 {
    transition: all .3s ease;
    position: absolute;
    opacity: 0;
    top: calc(100% + 10px);
    left: -50%;
    visibility: hidden;
    width: 300px;
    background-color: #fff;
    border-radius: 8px 8px 16px 16px;
    box-shadow: 0 3px 24px rgba(0, 0, 0, 0.08)
}

.slam-slider-menu .swiper .swiper-container .swiper-wrapper .nav-item .nav-lvl2-item {
    padding: 15px 20px
}

.slam-slider-menu .swiper .swiper-container .swiper-wrapper .nav-item .nav-lvl2-item:hover {
    background-color: #f8f8f8
}

.slam-slider-menu .swiper .swiper-container .swiper-wrapper .nav-item .nav-lvl2-item:hover .nav-lvl2-link {
    color: #c74a2c
}

.slam-slider-menu .swiper .swiper-container .swiper-wrapper .nav-item .nav-lvl2-link {
    padding: 5px 10px;
    display: block
}

.slam-slider-menu .swiper .swiper-container .swiper-wrapper .nav-item .nav-link {
    padding: 0px 20px;
    font-size: 15px;
    text-transform: uppercase;
    color: #181717
}

.slam-slider-menu .swiper .swiper-container .swiper-wrapper .nav-item:last-child .nav-link {
    padding-right: 70px
}

.slam-slider-menu .swiper .swiper-container:after {
    content: "";
    position: absolute;
    right: 0px;
    width: 100px;
    top: 0;
    z-index: 10;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.9) 75%, #fff 100%)
}

.slam-slider-menu .swiper .swiper-button-next, .slam-slider-menu .swiper .swiper-button-prev {
    z-index: 25;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 100%;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
    top: 50%;
    transform: translate(-100%, -50%)
}

.slam-slider-menu .swiper .swiper-button-prev {
    left: calc(100% - 30px)
}

.slam-slider-menu .swiper .swiper-button-disabled {
    opacity: 0.5
}

.slam-slider-menu .swiper:not(.inited) .swiper-slide {
    margin-right: 10px
}

.slam-slider-menu .swiper:before {
    z-index: 20;
    content: '';
    right: 100%;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #fff
}

.slam-slider-menu .swiper:after {
    z-index: 20;
    content: '';
    left: calc(100% - 40px);
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #fff;
    top: 0
}

.social-sticky {
    position: fixed;
    left: 15px;
    top: 150px;
    z-index: 500;
    overflow: hidden
}

.social-sticky .social {
    flex-direction: column
}

.social-sticky .social__item {
    transition: transform .3s ease;
    transform: translateX(-100%)
}

.social-sticky .social__item:nth-child(2) {
    transition-delay: 50ms
}

.social-sticky .social__item:nth-child(3) {
    transition-delay: 100ms
}

.social-sticky .social__item:nth-child(4) {
    transition-delay: 150ms
}

.social-sticky .social__item:nth-child(5) {
    transition-delay: 200ms
}

.social-sticky .social__item:nth-child(6) {
    transition-delay: 250ms
}

.social-sticky.show .social__item {
    transform: translateX(0%)
}

@media (max-width: 1023px) {
    .social-sticky {
        display: none
    }
}

.social {
    display: flex
}

.social__item:not(:last-child) {
    margin-right: 16px
}

@media (max-width: 1449px) {
    .social__item:not(:last-child) {
        margin-right: 5px
    }
}

.social__item .icon {
    transition: all 0.3s ease
}

.social__item:hover .icon {
    fill: #cc468f
}

@media (max-width: 1449px) {
    .social {
        justify-content: space-between
    }
}

.btn[disabled], .btn.disabled {
    cursor: no-drop !important;
    color: #fff !important;
    border-color: #d8d8d8 !important;
    background: #d8d8d8 !important;
    box-shadow: none !important
}

.btn[disabled]:hover, .btn[disabled]:active, .btn.disabled:hover, .btn.disabled:active {
    cursor: no-drop !important;
    color: #fff !important;
    border-color: #d8d8d8 !important;
    background: #d8d8d8 !important;
    box-shadow: none !important
}

.btn.btn--error {
    transition: color .3s, border .3s;
    color: #c74a2c;
    border: 1px solid #c74a2c
}

@media (min-width: 1250px) {
    .btn.btn--error:hover, .btn.btn--error.active {
        color: rgba(199, 74, 44, 0.8);
        border: 1px solid rgba(199, 74, 44, 0.8)
    }

    .btn.btn--error:active {
        border: 1px solid rgba(199, 74, 44, 0.8)
    }
}

.btn.btn--icon {
    min-width: 100px;
    padding: 11px 11px 13px 11px;
    color: #fff;
    border-radius: 33px;
    border: 1px solid #fff;
    font-size: 13px;
    line-height: 15px;
    display: flex;
    align-items: center;
    position: relative
}

.btn.btn--icon .icon {
    fill: transparent;
    margin-right: 9px
}

.btn.btn--large {
    padding: 12px 20px
}

.btn.btn--loading-center {
    position: relative
}

.btn.btn--loading-center:before {
    position: absolute;
    z-index: 100;
    top: calc(50% - 10px);
    left: calc(50% - 10px);
    display: block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    content: '';
    transform-origin: 50% 50%;
    animation-name: rotate;
    animation-duration: .6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    border: 2px solid #eee;
    border-top-color: #281f26;
    border-radius: 100%
}

.btn.btn--loading {
    position: relative;
    padding-left: 40px
}

.btn.btn--loading:before {
    position: absolute;
    z-index: 100;
    top: calc(50% - 10px);
    left: 10px;
    display: block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    content: '';
    transform-origin: 50% 50%;
    animation-name: rotate;
    animation-duration: .6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    border: 2px solid #eee;
    border-top-color: #281f26;
    border-radius: 100%
}

.btn.btn--more {
    width: 100%;
    padding: 20px 0px;
    text-align: center;
    color: #af226f;
    font-weight: bold;
    font-size: 18px;
    line-height: 130%;
    background-color: #fff;
    border-radius: 2px;
    font-weight: 500
}

.btn.btn--more[disabled], .btn.btn--more.disabled {
    color: rgba(30, 30, 30, 0.2) !important;
    border: solid 1px transparent !important;
    background: transparent !important
}

.btn.btn--more:active, .btn.btn--more:hover, .btn.btn--more.active {
    background-color: #fff;
    color: #cc468f !important;
    border: none;
    box-shadow: none !important
}

.btn.btn--outline {
    padding: 12px 10px;
    color: #281f26;
    border: 1px solid #281f26;
    border-radius: 33px;
    background-color: transparent;
    font-size: 14px;
    font-weight: bold
}

.btn.btn--outline[disabled], .btn.btn--outline.disabled {
    color: #e0e0e0 !important;
    border: solid 1px #e0e0e0 !important;
    background: transparent !important
}

.btn.btn--outline[disabled]:active, .btn.btn--outline[disabled]:hover, .btn.btn--outline[disabled].active, .btn.btn--outline.disabled:active, .btn.btn--outline.disabled:hover, .btn.btn--outline.disabled.active {
    color: #e0e0e0 !important;
    background-color: transparent !important;
    box-shadow: none !important
}

@media (min-width: 1250px) {
    .btn.btn--outline:hover, .btn.btn--outline.active {
        color: #c74a2c;
        border: 1px solid #c74a2c
    }

    .btn.btn--outline:active {
        border: 1px solid #281f26
    }
}

.btn.btn--primary-2 {
    min-width: 100px;
    padding: 8px 16px;
    color: #fff;
    border-radius: 4px;
    background: #5dbbc5;
    font-size: 16px;
    line-height: 20px
}

@media (min-width: 1250px) {
    .btn.btn--primary-2:hover {
        background: #6bc2cb
    }

    .btn.btn--primary-2:active {
        background: #6bc2cb
    }
}

.btn.btn--primary {
    padding: 7px 16px;
    padding-bottom: 6px;
    color: #272a33;
    border-radius: 30px;
    font-size: 16px;
    line-height: 1.1875;
    border: 1px solid #272a33
}

@media (max-width: 1023px) {
    .btn.btn--primary {
        font-size: 12px
    }
}

@media (max-width: 767px) {
    .btn.btn--primary {
        font-size: 9px;
        padding: 5px 8px
    }
}

@media (min-width: 1250px) {
    .btn.btn--primary:hover {
        text-decoration: underline
    }
}

.btn.btn--download {
    padding-left: 48px;
    position: relative
}

.btn.btn--download:before {
    position: absolute;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='20' viewBox='0 0 17 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.7998 4.80005V18.8H1.7998V4.80005M11.6998 8.60005L8.5998 11.6L5.5998 8.60005M8.7998 10.8V1.80005' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: 18px;
    height: 18px;
    object-fit: cover;
    left: 20px;
    top: 8px;
    background-position: center;
    background-repeat: no-repeat
}

.btn.btn--small {
    height: 32px;
    min-height: 32px;
    padding: 0 16px;
    line-height: 32px
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 90px;
    padding: 6px 14px;
    cursor: pointer;
    transition: background 0.3s, color 0.3s, border 0.3s;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    letter-spacing: 0;
    color: #fff;
    font-size: 16px;
    line-height: 1
}

.btn svg {
    transition: fill 0.3s
}

.btn:hover {
    text-decoration: none
}

@media (max-width: 575px) {
    .btn {
        font-size: 14px
    }
}

.btn.btn--primary {
    padding: 7px 16px;
    padding-bottom: 6px;
    color: #272a33;
    border-radius: 30px;
    font-size: 16px;
    line-height: 1.1875;
    border: 1px solid #272a33
}

@media (max-width: 1023px) {
    .btn.btn--primary {
        font-size: 12px
    }
}

@media (max-width: 767px) {
    .btn.btn--primary {
        font-size: 9px;
        padding: 5px 8px
    }
}

@media (min-width: 1250px) {
    .btn.btn--primary:hover {
        text-decoration: underline
    }
}

.btn.btn--download {
    padding-left: 48px;
    position: relative
}

.btn.btn--download:before {
    position: absolute;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='20' viewBox='0 0 17 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.7998 4.80005V18.8H1.7998V4.80005M11.6998 8.60005L8.5998 11.6L5.5998 8.60005M8.7998 10.8V1.80005' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: 18px;
    height: 18px;
    object-fit: cover;
    left: 20px;
    top: 8px;
    background-position: center;
    background-repeat: no-repeat
}

.btn.btn--icon {
    min-width: 100px;
    padding: 11px 11px 13px 11px;
    color: #fff;
    border-radius: 33px;
    border: 1px solid #fff;
    font-size: 13px;
    line-height: 15px;
    display: flex;
    align-items: center;
    position: relative
}

.btn.btn--icon .icon {
    fill: transparent;
    margin-right: 9px
}

.btn[disabled], .btn.disabled {
    cursor: no-drop !important;
    color: #fff !important;
    border-color: #d8d8d8 !important;
    background: #d8d8d8 !important;
    box-shadow: none !important
}

.btn[disabled]:hover, .btn[disabled]:active, .btn.disabled:hover, .btn.disabled:active {
    cursor: no-drop !important;
    color: #fff !important;
    border-color: #d8d8d8 !important;
    background: #d8d8d8 !important;
    box-shadow: none !important
}

.btn.btn--error {
    transition: color .3s, border .3s;
    color: #c74a2c;
    border: 1px solid #c74a2c
}

@media (min-width: 1250px) {
    .btn.btn--error:hover, .btn.btn--error.active {
        color: rgba(199, 74, 44, 0.8);
        border: 1px solid rgba(199, 74, 44, 0.8)
    }

    .btn.btn--error:active {
        border: 1px solid rgba(199, 74, 44, 0.8)
    }
}

.form-group--file .form-control {
    display: none
}

.form-group--file .form-control-label {
    max-width: 170px;
    display: inline-block;
    font-size: 16px;
    padding: 5px 10px;
    border: 1px solid #959595
}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px
}

.form-group.has-error .form-control {
    border: 1px solid #c74a2c
}

.form-group.has-error .form-control:focus {
    border: 1px solid #c74a2c
}

.form-group.has-error .help-block {
    top: 100%;
    left: 15px;
    color: #c74a2c;
    font-size: 12px;
    position: absolute
}

.form-control {
    color: #000;
    padding: 8px 16px 7px 16px;
    background-color: #fbfbfb;
    border: 1px solid transparent;
    border-radius: 4px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    font-family: "Roboto", Arial, Verdana, sans-serif
}

.form-control:focus {
    border: 1px solid #919191
}

.form-control::placeholder {
    color: #a0a0a0;
    font-size: 19px;
    font-family: "Roboto", Arial, Verdana, sans-serif;
    font-weight: 400
}

.form-control[disabled] {
    color: #aaaaaa;
    user-select: none
}

.form-control-label {
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #919191
}

select.custom-select {
    padding: 5px 10px;
    border-top: none;
    border-right: none;
    border-left: none;
    font-family: "Roboto", Arial, Verdana, sans-serif
}

.form-group-select {
    z-index: 5 !important
}

.jq-checkbox, .jq-radio {
    position: relative;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.jq-checkbox input, .jq-radio input {
    position: absolute;
    z-index: -1;
    margin: 0;
    padding: 0;
    opacity: 0
}

.jq-file {
    position: relative;
    display: inline-block;
    overflow: hidden
}

.jq-file input {
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    margin: 0;
    padding: 0;
    opacity: 0
}

.jq-file__name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.jq-selectbox, .jq-select-multiple {
    position: relative;
    display: inline-block
}

.jq-selectbox select, .jq-select-multiple select {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0
}

.jq-selectbox li, .jq-select-multiple li {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.jq-selectbox:not(.opened) {
    z-index: 0
}

.jq-selectbox__select {
    position: relative;
    height: 100%;
    cursor: pointer
}

.jq-selectbox__select-text {
    display: block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    letter-spacing: unset !important;
    text-overflow: ellipsis;
    color: #000;
    font-size: 18px;
    line-height: 27px
}

.jq-selectbox__trigger {
    position: absolute;
    top: calc(50% - 5px);
    right: 0;
    width: 10px;
    height: 10px;
    transform: rotate(0deg);
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='7' viewBox='0 0 13 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1.507L6.50346 5.91353L1.99775 1.48807' stroke='%23AF226F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.custom-select.opened .jq-selectbox__trigger {
    transform: rotate(180deg)
}

.jq-selectbox__dropdown {
    position: absolute;
    z-index: 1;
    top: calc(100% + 10px) !important;
    bottom: auto !important;
    left: 0 !important;
    overflow: hidden;
    width: 100% !important;
    transition: all 0.3s;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.08)
}

.jq-selectbox__search input {
    -webkit-appearance: textfield
}

.jq-selectbox__search input::-webkit-search-cancel-button, .jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none
}

.jq-selectbox__dropdown ul {
    position: relative;
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    list-style: none;
    background: #fff
}

.jq-select-multiple ul {
    position: relative;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch
}

.jq-selectbox__dropdown li {
    overflow: hidden;
    box-sizing: border-box;
    margin: 0;
    padding: 8px 20px;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    font-size: 15px
}

.jq-selectbox__dropdown li:hover {
    background-color: #fbfbfb
}

.jq-selectbox__dropdown li:before {
    content: unset
}

.jq-selectbox__dropdown li.sel {
    color: #af226f
}

.jq-number {
    display: inline-block
}

.jq-number__field input {
    text-align: left;
    -moz-appearance: textfield
}

.jq-number__field input::-webkit-inner-spin-button, .jq-number__field input::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none
}

.lazy-img-wrap {
    position: relative;
    display: block;
    overflow: hidden
}

.lazy-img-wrap.loaded .preloader {
    display: none
}

.lazy-video__wrap {
    position: relative
}

.lazy-video__wrap .lazy-video.loaded ~ .preloader {
    display: none
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-container {
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1)
}

[src='data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=='] {
    max-width: 1px;
    max-height: 1px
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: calc(50% - 26px);
    width: 18px;
    height: 18px;
    z-index: 1;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 9px 18px;
    cursor: pointer;
    border: none;
    opacity: 1;
    transition: .3s
}

.swiper-button-next:active, .swiper-button-prev:active {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1)
}

.swiper-button-next--nav, .swiper-button-prev--nav {
    opacity: 1;
    background-size: 12px 12px;
    box-shadow: none;
    width: 30px;
    height: 30px;
    top: calc(50% - 15px)
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: default
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1L1.92307 10L10.9231 19' stroke='black' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-position: 45% 50%;
    left: -29px
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L10.0769 10L1.07692 19' stroke='black' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-position: 55% 50%;
    right: -29px
}

.swiper-button-prev--nav, .swiper-container-rtl .swiper-button-next--nav {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.5 8.24579L5.25673 6L7.5 3.75421L6.74663 3L3.75 6L6.74663 9L7.5 8.24579Z' fill='%23D9D9DE'/%3E%3C/svg%3E%0A");
    left: 0
}

.swiper-button-next--nav, .swiper-container-rtl .swiper-button-prev--nav {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.5 8.24579L6.74327 6L4.5 3.75421L5.25337 3L8.25 6L5.25337 9L4.5 8.24579Z' fill='%23D9D9DE'/%3E%3C/svg%3E%0A");
    right: 0
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    left: 50%;
    bottom: -22px;
    transform: translateX(-50%);
    z-index: 10;
    display: flex
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #D8D8D8;
    display: inline-block;
    outline: none;
    opacity: 1;
    transition: background .3s;
    margin: 0 4px;
    border-radius: 50%;
    overflow: hidden
}

.swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
    background: #D15645
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination.swiper-pagination--line .swiper-pagination-bullet {
    width: 79px;
    height: 4px;
    border-radius: 2px;
    background-color: #005bab;
    margin: 0 6px
}

.swiper-pagination.swiper-pagination--line .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
    opacity: .8
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    background: #281F26
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #000;
    position: absolute;
    left: 0;
    top: -2px;
    width: 100%;
    height: 6px;
    border-radius: 8px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none !important
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-button-prev, .swiper-button-next {
    visibility: hidden
}

.swiper-container-initialized ~ .swiper-button-prev, .swiper-container-initialized ~ .swiper-button-next, .swiper-container-initialized .swiper-button-prev, .swiper-container-initialized .swiper-button-next {
    visibility: visible
}

.swiper {
    position: relative
}

@media (min-width: 1250px) {
    .swiper-pagination {
        bottom: -32px
    }
}

@media (min-width: 1550px) {
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: -50px
    }

    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        background-image: url("data:image/svg+xml,%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L10.0769 10L1.07692 19' stroke='black' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        background-position: 55% 50%;
        right: -50px
    }
}

.swiper-button-next {
    right: -18px;
    transform: translateX(100%);
    height: 25px;
    width: 25px
}

.swiper-button-next:hover {
    background-color: #fff
}

@media (max-width: 1449px) {
    .swiper-button-next {
        bottom: 35px;
        top: auto;
        right: 0;
        left: auto;
        transform: translateY(50%)
    }
}

.swiper-button-prev {
    left: -18px;
    transform: translateX(-100%);
    height: 25px;
    width: 25px
}

@media (max-width: 1449px) {
    .swiper-button-prev {
        bottom: 35px;
        top: auto;
        right: 35px;
        left: auto;
        transform: translateY(50%)
    }
}

.swiper-button-prev:hover {
    background-color: #fff
}

.swiper-pagination {
    overflow: visible;
    bottom: 3px;
    height: 2px;
    background-color: #000;
    width: 100%;
    left: 0px;
    transform: translateX(0)
}

@media (max-width: 767px) {
	.side-section__mobile-banner {
		min-height: 120px;
		width: 100%;
	}
}


.form-confirm-checkbox label{
    font-size: 12px;
    color: white;
    display: flex;
}

.form-confirm-checkbox label input{
    margin-right: 10px;
}


.form-confirm-checkbox a{
    text-decoration: underline;
    color: wheat;
}
/* End */


/* Start:/local/templates/html/components-template/burger/style.css?16303357772139*/
.burger-icon {
  width: 36px;
  height: 26px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer; }
  @media (max-width: 575px) {
    .burger-icon {
      width: 24px;
      height: 11px; } }
  .burger-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out; }
    .burger-icon span:nth-child(1) {
      top: 0px; }
      @media (min-width: 576px) {
        .burger-icon span:nth-child(1) {
          top: 4px; } }
    .burger-icon span:nth-child(2) {
      top: 6px; }
      @media (min-width: 576px) {
        .burger-icon span:nth-child(2) {
          top: 13px; } }
    .burger-icon span:nth-child(3) {
      top: 6px; }
      @media (min-width: 576px) {
        .burger-icon span:nth-child(3) {
          top: 13px; } }
    .burger-icon span:nth-child(4) {
      top: 12px; }
      @media (min-width: 576px) {
        .burger-icon span:nth-child(4) {
          top: 22px; } }
  .burger-icon.active span:nth-child(1) {
    display: none; }
  .burger-icon.active span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .burger-icon.active span:nth-child(3) {
    top: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
    @media (min-width: 576px) {
      .burger-icon.active span:nth-child(3) {
        top: 12px; } }
  .burger-icon.active span:nth-child(4) {
    display: none; }

/* End */


/* Start:/local/templates/html/components-template/search-page/style.css?16303357781839*/
.page-header-search__control {
  display: flex;
  align-items: center;
  margin-right: 15px; }
  @media (max-width: 767px) {
    .page-header-search__control {
      margin-top: 15px; } }
  .page-header-search__control.active .date-sort {
    font-weight: normal; }
  .page-header-search__control.active .actual-sort {
    font-weight: bold; }
  .page-header-search__control .date-sort {
    font-weight: bold;
    font-size: 15px;
    position: relative;
    white-space: nowrap;
    margin-right: 7px; }
    @media (max-width: 767px) {
      .page-header-search__control .date-sort {
        font-size: 12px; } }
  .page-header-search__control .actual-sort {
    font-size: 15px;
    position: relative;
    white-space: nowrap; }
    @media (max-width: 767px) {
      .page-header-search__control .actual-sort {
        font-size: 12px; } }

.checkbox-switcher {
  position: relative;
  display: inline-flex;
  width: 45px;
  height: 25px;
  align-items: center;
  margin-right: 7px; }
  .checkbox-switcher input {
    display: none; }
  .checkbox-switcher input:checked + .actual-sort {
    font-weight: bold; }
  .checkbox-switcher input:checked + .checkbox-slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px); }

/* The slider */
.checkbox-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #000;
  -webkit-transition: .4s;
  transition: .4s; }
  .checkbox-slider:before {
    position: absolute;
    content: '';
    height: 12px;
    width: 12px;
    left: 6px;
    bottom: 6px;
    background-color: #26c193;
    -webkit-transition: .4s;
    transition: .4s; }

/* Rounded sliders */
.checkbox-slider.round {
  border-radius: 30px; }

.checkbox-slider.round:before {
  border-radius: 50%; }

/* End */


/* Start:/local/templates/html/components-template/mixin__search-item/style.css?16303357771085*/
.search-item {
  padding-top: 30px;
  padding-bottom: 19px;
  border-bottom: 1px dotted #000; }
  .search-item__tag-list {
    margin-top: 19px;
    display: flex; }
    .search-item__tag-list .tag {
      margin-right: 7px; }
  .search-item__title {
    font-weight: bold;
    display: block; }
  .search-item__descr {
    font-weight: normal;
    margin-top: 9px;
    display: block; }
    .search-item__descr b {
      background: #26C193;
      padding: 1px;
      color: white; }
  .search-item__date {
    margin-top: 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 1.2; }
    @media (max-width: 767px) {
      .search-item__date {
        font-size: 12px; } }
  .search-item__content {
    padding-left: 14px;
    font-size: 21px;
    line-height: 1.19048; }
    @media (max-width: 1023px) {
      .search-item__content {
        font-size: 18px; } }
    @media (max-width: 767px) {
      .search-item__content {
        font-size: 16px; } }
    @media (max-width: 575px) {
      .search-item__content {
        font-size: 14px; } }

/* End */


/* Start:/local/templates/html/components-template/mixin__custom-news/style.css?163586137613895*/
.custom-news {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  overflow: hidden;
  transition: all 0.3s ease; }
  @media (max-width: 1249px) {
    .custom-news {
      height: 100%;
      padding-top: 4em;
      padding-bottom: 4em;
      min-height: auto; } }
  @media (max-width: 575px) {
    .custom-news {
      position: absolute;
      top: 0;
      right: 15px;
      bottom: 0;
      left: 15px;
      padding-top: 2em;
      padding-bottom: 2em; } }
  .custom-news__letter {
    font-family: "Vogue Highline Serif", Arial, Verdana, sans-serif;
    font-size: 432px;
    line-height: 0.7;
    position: absolute;
    bottom: 20px;
    left: 100px;
    z-index: 0; }
    @media (max-width: 1249px) {
      .custom-news__letter {
        font-size: 350px; } }
    @media (max-width: 575px) {
      .custom-news__letter {
        font-size: 50vw;
        left: 20%;
        bottom: 10px; } }
  .custom-news__date {
    display: none;
    position: absolute;
    bottom: 26px;
    left: 36px;
    font-size: 14px;
    color: #fff; }
    .custom-news__date.active {
      display: block; }
    @media (max-width: 1249px) {
      .custom-news__date {
        left: 30px; } }
    @media (max-width: 575px) {
      .custom-news__date {
        font-size: 9px;
        bottom: 10px; } }
  .custom-news__content {
    padding-left: 68px;
    padding-right: 30px;
    position: relative; }
    @media (max-width: 1249px) {
      .custom-news__content {
        padding-left: 40px; } }
    @media (max-width: 575px) {
      .custom-news__content {
        padding-left: 30px;
        padding-right: 16px; } }
  .custom-news__title {
    position: relative;
    font-family: "PT Sans Narrow", Arial, Verdana, sans-serif;
    font-size: 46px;
    font-weight: bold;
    line-height: 1.26087;
    text-transform: uppercase; }
    @media (min-width: 1024px) {
      .custom-news__title:hover {
        text-decoration: none; } }
    @media (max-width: 1449px) {
      .custom-news__title {
        font-size: 36px; } }
    @media (max-width: 1249px) {
      .custom-news__title {
        font-size: 28px; } }
    @media (max-width: 1023px) {
      .custom-news__title {
        font-size: 28px; } }
    @media (max-width: 767px) {
      .custom-news__title {
        font-size: 20px; } }
  .custom-news__descr {
    margin-top: 15px;
    font-size: 21px;
    line-height: 1.28571; }
    @media (max-width: 1449px) {
      .custom-news__descr {
        font-size: 18px; } }
    @media (max-width: 1249px) {
      .custom-news__descr {
        font-size: 16px; } }
    @media (max-width: 575px) {
      .custom-news__descr {
        font-size: 10px;
        margin-top: 6px; } }
  .custom-news__bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
    .custom-news__bg:after {
      position: absolute;
      content: "";
      z-index: 10;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.3);
      z-index: 0; }
    .custom-news__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.custom-news--swamp {
  background-color: #87905b; }
  @media (min-width: 1024px) {
    .custom-news--swamp:hover {
      cursor: pointer;
      background-color: #6a7147; } }
  .custom-news--swamp .custom-news__letter {
    color: rgba(0, 0, 0, 0.3); }

.custom-news--descr {
  background-color: #87905b; }
  @media (min-width: 1024px) {
    .custom-news--descr:hover {
      cursor: pointer;
      background-color: #6a7147; } }
  .custom-news--descr .custom-news__letter {
    color: rgba(0, 0, 0, 0.5); }
  .custom-news--descr .custom-news__title {
    font-family: "Roboto", Arial, Verdana, sans-serif;
    font-weight: bold;
    font-size: 32px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #fff; }
    @media (min-width: 1024px) {
      .custom-news--descr .custom-news__title:hover {
        text-decoration: none; } }
    @media (max-width: 1449px) {
      .custom-news--descr .custom-news__title {
        font-size: 28px; } }
    @media (max-width: 1249px) {
      .custom-news--descr .custom-news__title {
        font-size: 18px; } }
    @media (max-width: 575px) {
      .custom-news--descr .custom-news__title {
        font-size: 13px; } }

.custom-news--yellow {
  background-color: #f8da70; }
  @media (min-width: 1024px) {
    .custom-news--yellow:hover {
      cursor: pointer;
      background-color: #f6cd3f; } }
  .custom-news--yellow .custom-news__letter {
    color: #c9ad49; }
  .custom-news--yellow .custom-news__title {
    color: #000000; }
  .custom-news--yellow .custom-news__date {
    color: #000; }

.custom-news--pink {
  background-color: #eaabb6; }
  @media (min-width: 1024px) {
    .custom-news--pink:hover {
      cursor: pointer;
      background-color: #e08293; } }
  .custom-news--pink .custom-news__letter {
    color: #ba989a; }
  .custom-news--pink .custom-news__title {
    font-size: 30px;
    font-family: "Roboto", Arial, Verdana, sans-serif;
    line-height: 1.16667;
    color: #000000; }
    @media (max-width: 767px) {
      .custom-news--pink .custom-news__title {
        font-size: 24px; } }
    @media (max-width: 575px) {
      .custom-news--pink .custom-news__title {
        font-size: 18px; } }
  .custom-news--pink .custom-news__date {
    color: #000; }

.custom-news--green {
  background-color: #35c478; }
  @media (min-width: 1024px) {
    .custom-news--green:hover {
      cursor: pointer;
      background-color: #2a9c5f; } }
  .custom-news--green .custom-news__letter {
    color: #1bb889; }
  .custom-news--green .custom-news__tag {
    background-color: #1e2dfa; }
  .custom-news--green .custom-news__title {
    color: #1e2dfa; }
  .custom-news--green .custom-news__date {
    color: #1e2dfa; }

.custom-news--white {
  background-color: #fff; }
  @media (min-width: 1024px) {
    .custom-news--white:hover {
      cursor: pointer;
      background-color: #e6e6e6; } }
  .custom-news--white .custom-news__letter {
    color: #d9dada; }
  .custom-news--white .custom-news__tag {
    background-color: #1e2dfa; }
  .custom-news--white .custom-news__title {
    color: #1e2dfa; }
  .custom-news--white .custom-news__date {
    color: #1e2dfa; }

.custom-news--number {
  background-color: #284035; }
  @media (min-width: 1024px) {
    .custom-news--number:hover {
      cursor: pointer;
      background-color: #14211b; } }
  .custom-news--number .custom-news__letter {
    color: #d9dada; }
  .custom-news--number .custom-news__tag {
    background-color: #000; }
  .custom-news--number .custom-news__title {
    color: #b5a7f2;
    font-size: 188px;
    line-height: 140px;
    font-weight: 500;
    font-family: "Minion Pro", Arial, Verdana, sans-serif; }
    @media (max-width: 1449px) {
      .custom-news--number .custom-news__title {
        font-size: 150px;
        line-height: 110px; } }
    @media (max-width: 1249px) {
      .custom-news--number .custom-news__title {
        font-size: 120px;
        line-height: 90px; } }
    @media (max-width: 575px) {
      .custom-news--number .custom-news__title {
        font-size: 60px;
        line-height: 40px; } }
  .custom-news--number .custom-news__descr {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.3; }
    @media (max-width: 1249px) {
      .custom-news--number .custom-news__descr {
        font-size: 18px; } }
    @media (max-width: 575px) {
      .custom-news--number .custom-news__descr {
        font-size: 14px; } }
  .custom-news--number .custom-news__date {
    color: #fff; }

.custom-news--opinion-center {
  background-color: #284035; }
  @media (min-width: 1024px) {
    .custom-news--opinion-center:hover {
      cursor: pointer;
      background-color: #14211b; } }
  .custom-news--opinion-center .custom-news__letter {
    color: #d9dada; }
  .custom-news--opinion-center .custom-news__tag {
    background-color: #ff2a00; }
  .custom-news--opinion-center .custom-news__title {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    line-height: 1.16667;
    font-family: "Roboto", Arial, Verdana, sans-serif; }
    @media (max-width: 1249px) {
      .custom-news--opinion-center .custom-news__title {
        font-size: 24px; } }
    @media (max-width: 1023px) {
      .custom-news--opinion-center .custom-news__title {
        font-size: 20px; } }
    @media (max-width: 575px) {
      .custom-news--opinion-center .custom-news__title {
        font-size: 16px; } }
  .custom-news--opinion-center .custom-news__descr {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.3; }
  .custom-news--opinion-center .custom-news__date {
    color: #fff; }
  .custom-news--opinion-center .custom-news__content {
    padding-left: 39px; }

.custom-news--opinion-left {
  background-color: #284035; }
  @media (min-width: 1024px) {
    .custom-news--opinion-left:hover {
      cursor: pointer;
      background-color: #14211b; } }
  .custom-news--opinion-left .custom-news__letter {
    color: #d9dada; }
  .custom-news--opinion-left .custom-news__tag {
    background-color: #ff2a00; }
  .custom-news--opinion-left .custom-news__title {
    text-align: left;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    line-height: 1.16667;
    font-family: "Roboto", Arial, Verdana, sans-serif; }
    @media (max-width: 1249px) {
      .custom-news--opinion-left .custom-news__title {
        font-size: 24px; } }
    @media (max-width: 1023px) {
      .custom-news--opinion-left .custom-news__title {
        font-size: 20px; } }
    @media (max-width: 575px) {
      .custom-news--opinion-left .custom-news__title {
        font-size: 16px; } }
  .custom-news--opinion-left .custom-news__descr {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.3; }
  .custom-news--opinion-left .custom-news__date {
    color: #fff; }

.custom-news--image .custom-news__bg:after {
  display: none; }

.custom-news--author {
  background-color: #000;
  justify-content: flex-end; }
  @media (max-width: 1249px) {
    .custom-news--author {
      padding-bottom: 0px; } }
  @media (min-width: 1024px) {
    .custom-news--author:hover {
      cursor: pointer;
      background-color: #1a1a1a; } }
  .custom-news--author .custom-news__author-wrap {
    position: absolute;
    top: 15%;
    right: 7%;
    width: 30%; }
    @media (max-width: 1449px) {
      .custom-news--author .custom-news__author-wrap {
        top: 5%;
        right: 5%;
        width: 20%; } }
  .custom-news--author .custom-news__author {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1; }
    .custom-news--author .custom-news__author:after {
      z-index: -1;
      position: absolute;
      content: "";
      width: 200%;
      height: 100%;
      top: 0;
      background-color: #494948;
      z-index: 0;
      left: 0;
      transform-origin: 0 50%;
      transform: translateX(25%) rotate(-25deg); }
  .custom-news--author .custom-news__author-img {
    max-width: 158px;
    max-height: 158px;
    overflow: hidden;
    border-radius: 50%;
    z-index: 10; }
    .custom-news--author .custom-news__author-img img {
      max-width: 100%;
      max-height: 100%; }
  .custom-news--author .custom-news__content {
    margin-bottom: 10%; }
  .custom-news--author .custom-news__letter {
    color: #494948; }
  .custom-news--author .tag--black {
    background-color: #000;
    padding: 0px; }
  .custom-news--author .custom-news__title {
    font-size: 30px;
    line-height: 1.16667;
    color: #f8da70; }
    @media (max-width: 1249px) {
      .custom-news--author .custom-news__title {
        font-size: 24px; } }
    @media (max-width: 1023px) {
      .custom-news--author .custom-news__title {
        font-size: 20px; } }
    @media (max-width: 575px) {
      .custom-news--author .custom-news__title {
        font-size: 16px; } }
  .custom-news--author .custom-news__date {
    color: #fff; }

.custom-news--title-bottom {
  background-color: #284035;
  justify-content: flex-end; }
  @media (max-width: 1249px) {
    .custom-news--title-bottom {
      padding-bottom: 0px; } }
  @media (max-width: 767px) {
    .custom-news--title-bottom {
      padding-bottom: 0px; } }
  @media (min-width: 1024px) {
    .custom-news--title-bottom:hover {
      cursor: pointer;
      background-color: #14211b; } }
  .custom-news--title-bottom .custom-news__letter {
    color: #d9dada; }
  .custom-news--title-bottom .custom-news__content {
    margin-bottom: 55px;
    padding-left: 36px; }
    @media (max-width: 1249px) {
      .custom-news--title-bottom .custom-news__content {
        padding-left: 30px; } }
    @media (max-width: 575px) {
      .custom-news--title-bottom .custom-news__content {
        margin-bottom: 30px; } }
  .custom-news--title-bottom .custom-news__tag {
    background-color: #ff2a00; }
  .custom-news--title-bottom .custom-news__title {
    text-align: left;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    line-height: 1.16667;
    font-family: "Roboto", Arial, Verdana, sans-serif; }
    @media (max-width: 1249px) {
      .custom-news--title-bottom .custom-news__title {
        font-size: 24px; } }
    @media (max-width: 1023px) {
      .custom-news--title-bottom .custom-news__title {
        font-size: 20px; } }
    @media (max-width: 575px) {
      .custom-news--title-bottom .custom-news__title {
        font-size: 16px; } }
  .custom-news--title-bottom .custom-news__descr {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.3; }
  .custom-news--title-bottom .custom-news__date {
    color: #fff; }

/* End */


/* Start:/local/templates/html/components-template/mixin__tag/style.css?16303357782273*/
.tag {
  position: absolute;
  top: 26px;
  left: 36px;
  font-size: 14px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  z-index: 20; }
  @media (max-width: 1449px) {
    .tag {
      font-size: 13px; } }
  @media (max-width: 1249px) {
    .tag {
      left: 30px;
      top: 15px; } }
  @media (max-width: 575px) {
    .tag {
      font-size: 10px;
      color: white; } }

.tag--bg {
  color: #fff; }

.tag--black {
  color: #fff;
  background-color: #231F20;
  height: 26px;
  padding: 0px 13px;
  display: flex;
  align-items: center;
  top: 21px; }
  @media (min-width: 1024px) {
    .tag--black:hover {
      background-color: #564F50;
      text-decoration: none; } }
  @media (max-width: 575px) {
    .tag--black {
      padding: 2px 7px;
      height: auto; } }

@media (min-width: 1024px) {
  .tag--nolink:hover {
    background-color: #231F20; } }

.tag--top17 {
  top: 17px; }
  @media (max-width: 575px) {
    .tag--top17 {
      left: 0;
      font-size: 10px;
      padding: 2px 7px;
      color: white !important;
      background-color: #231F20; } }

.tag--top21 {
  top: 21px; }
  @media (max-width: 575px) {
    .tag--top21 {
      top: 10px; } }

.tag--static {
  position: static;
  display: inline-flex; }

.tag--link {
  margin: 0px; }

.content a.tag.tag--link-top {
  margin: 0px;
  background-color: #231F20;
  padding: 0;
  border-width: 0px;
  color: #fff;
  height: 26px;
  padding: 0px 13px;
  display: flex;
  align-items: center;
  top: 21px;
  display: inline-flex; }
  @media (min-width: 1024px) {
    .content a.tag.tag--link-top:hover {
      background-color: #343031; } }

.tag--h2 {
  margin-bottom: 15px;
  margin-top: 35px;
  margin-left: 36px; }
  @media (min-width: 1024px) {
    .tag--h2:hover {
      background-color: #231F20; } }
  @media (min-width: 1024px) and (min-width: 1024px) {
    .tag--h2:hover:hover {
      background-color: #343031; } }
  @media (max-width: 1249px) {
    .tag--h2 {
      margin-left: 20px; } }
  @media (max-width: 575px) {
    .tag--h2 {
      margin-left: 0px; } }

.tag--20 {
  margin-top: 20px; }

h2.tag--h2 {
  text-transform: none; }

@media (max-width: 575px) {
  .tag--simple {
    left: 0;
    padding: 2px 7px;
    background-color: #343031;
    color: #fff; } }

/* End */


/* Start:/local/templates/html/components-template/mixin__news/style.css?172672762410921*/
.news {
  position: relative;
  height: 100%;
  transition: all 0.3s ease;
  overflow: hidden;
  padding: 53px 16px 35px 36px; }
  @media (max-width: 1249px) {
    .news {
      padding-top: 45px;
      padding-left: 30px; } }
  .news__tag {
    position: absolute;
    top: 26px;
    left: 36px;
    font-size: 14px;
    line-height: 16px;
    font-style: normal;
    font-weight: normal;
    z-index: 20; }
    @media (max-width: 1249px) {
      .news__tag {
        left: 26px; } }
  .news__bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
    .news__bg:after {
      position: absolute;
      content: "";
      width: 100%;
      top: 0;
      height: 100%;
      z-index: 0;
      background-color: rgba(0, 0, 0, 0.5);
      transition: all 0.3s ease; }
    .news__bg img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .news__title {
    font-weight: bold;
    font-size: 21px;
    line-height: 1.2em;
    height: 4.8em;
    overflow: hidden; }

.page-container--index .first-screen__item .news__title {
  font-size: 19px;
}

@media (max-width: 1449px) {
  .page-container--index .first-screen__item .news__title,
      .news__title {
        font-size: 18px; } }
    @media (max-width: 1249px) {
      .page-container--index .first-screen__item .news__title,
      .news__title {
        font-size: 14px; } }
    @media (max-width: 1023px) {
      .page-container--index .first-screen__item .news__title,
      .news__title {
        font-size: 16px; } }
    @media (max-width: 575px) {
      .page-container--index .first-screen__item .news__title,
      .news__title {
        font-size: 17px; } }
  .news__date {
    position: absolute;
    left: 36px;
    bottom: 14px;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    display: none; }
    .news__date.active {
      display: block; }
    @media (max-width: 1249px) {
      .news__date {
        left: 30px;
        font-size: 12px; } }
    @media (max-width: 575px) {
      .news__date {
        font-size: 10px; } }
  .news__content {
    display: flex;
    overflow: hidden; }
    @media (max-width: 575px) {
      .news__content {
        padding: 0 20px; } }
  @media (min-width: 1024px) {
    .news:hover {
      cursor: pointer;
      background-color: rgba(0, 0, 0, 0.1); }
      .news:hover .news__bg:after {
        background-color: rgba(0, 0, 0, 0.6); }
      .news:hover .news__content {
        text-decoration: none; } }
  @media (max-width: 575px) {
    .news {
      border-bottom: 1px dotted #000; } }

.news--bg .tag {
  color: #fff; }

.news--bg .news__tag {
  color: #fff; }
  @media (max-width: 575px) {
    .news--bg .news__tag {
      color: #000; } }

.news--bg .news__title {
  position: relative;
  color: #fff; }
  @media (max-width: 575px) {
    .news--bg .news__title {
      color: #000;
      font-weight: normal; } }

.news--bg .news__date {
  color: #fff; }
  @media (max-width: 575px) {
    .news--bg .news__date {
      color: #646464; } }

@media (max-width: 575px) {
  .news--bg .news__bg {
    display: none;
  }

  .tags-content .news--bg .news__bg {
    display: block;
  }
  .tags-content  .news--bg .news__title {
    color: #fff;
    font-weight: 500;
  }
  .tags-content  .news--bg .news__date {
    color: #fff;
  }

}

@media (max-width: 575px) {
  .news--bold {
    padding: 45px 0 30px 0; } }

.news--bold .news__tag {
  color: #000; }

.news--bold .news__date {
  color: #646464; }

.news--slider {
  height: 160px;
  box-sizing: border-box;
  padding-top: 20px;
  display: flex;
  align-items: center; }
  .news--slider .news__content {
    align-items: flex-start; }
  .news--slider .news__title {
    font-weight: 400;
    color: #000; }
  .news--slider .news__letter {
    display: none; }
    @media (max-width: 575px) {
      .news--slider .news__letter {
        display: block; } }
  @media (max-width: 575px) {
    .news--slider {
      border-bottom: none; } }

.news--simple .news__content {
  align-items: flex-start; }

.news--simple .news__title {
  font-weight: normal; }

@media (max-width: 575px) {
  .news--simple {
    padding: 45px 0 30px 0;
    border-bottom: none; }
    .news--simple .news__title {
      font-weight: bold; } }

.news--violet {
  background-color: #9c71fe; }
  .news--violet .news__content {
    align-items: flex-start; }
  .news--violet .news__title,
  .news--violet .news__date {
    color: #fff; }
  .news--violet .news__letter {
    color: #815ed6; }
  @media (min-width: 1024px) {
    .news--violet:hover {
      background-color: #793efe; } }
  @media (max-width: 575px) {
    .news--violet {
      border-bottom: none; } }

.news--letter .news__letter {
  font-family: "Vogue Highline Serif", Arial, Verdana, sans-serif;
  position: absolute;
  font-size: 206px;
  bottom: 14px;
  z-index: 0;
  line-height: 0.7;
  left: 68px; }
  .news--letter .news__letter::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.05) * 0.5em); }
  @media (max-width: 1449px) {
    .news--letter .news__letter {
      font-size: 165px; } }
  @media (max-width: 1249px) {
    .news--letter .news__letter {
      left: 20%;
      font-size: 140px; } }
  @media (max-width: 767px) {
    .news--letter .news__letter {
      font-size: 190px; } }

.news--letter .tag {
  color: #fff; }

.news--letter .news__content {
  position: relative; }

@media (max-width: 575px) {
  .news--letter {
    border-bottom: none; } }

.news--light-green {
  background-color: #ddf9e0; }
  .news--light-green .news__content {
    align-items: flex-start; }
  .news--light-green .news__tag {
    color: #000; }
  .news--light-green .tag {
    color: #000; }
  .news--light-green .news__title,
  .news--light-green .news__date {
    color: #000; }
  .news--light-green .news__letter {
    color: #c0dac1; }
  @media (min-width: 1024px) {
    .news--light-green:hover {
      background-color: #b2f1b8; } }
  @media (max-width: 575px) {
    .news--light-green {
      border-bottom: none; } }

.news--yellow {
  background-color: #f9da70; }
  .news--yellow .tag {
    color: #000; }
  .news--yellow .news__content {
    align-items: flex-start; }
  .news--yellow .news__tag {
    color: #000; }
  .news--yellow .news__title,
  .news--yellow .news__date {
    color: #000; }
  .news--yellow .news__letter {
    color: #caad49; }
  @media (min-width: 1024px) {
    .news--yellow:hover {
      background-color: #f7cd3f; } }
  @media (max-width: 575px) {
    .news--yellow {
      border-bottom: none; } }

.news--blue {
  background-color: #009eff; }
  .news--blue .news__content {
    align-items: flex-start; }
  .news--blue .news__title,
  .news--blue .news__date {
    color: #fff; }
  .news--blue .news__letter {
    color: #0086db; }
  @media (min-width: 1024px) {
    .news--blue:hover {
      background-color: #007ecc; } }
  @media (max-width: 575px) {
    .news--blue {
      border-bottom: none; } }

.news--feed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 45px 20px; }
  @media (max-width: 575px) {
    .news--feed {
      position: relative;
      height: 170px; }
      .news--feed .news__content {
        padding: 0; }
        .news--feed .news__content .news__title {
          height: 100% !important; } }
  @media (max-width: 1023px) {
    .news--feed .news__content .news__title {
      height: 55px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; } }

@media (max-width: 575px) {
  .news--bg.news--feed .news__bg {
    display: block; } }

@media (max-width: 575px) {
  .news--bg.news--feed .news__title {
    color: #fff;
    font-weight: 500; } }

@media (max-width: 575px) {
  .news--bg.news--feed .news__date {
    color: #fff; } }

@media (max-width: 575px) {
  .news--bg.news--feed {
    border-bottom: none; } }

@media (max-width: 575px) {
  .news--bold.news--feed .news__title {
    font-weight: 500; } }

.news--slider {
  width: calc(33.33% + 10px);
  transition: 0.3s ease; }
  @media (max-width: 575px) {
    .news--slider {
      width: 90%; } }
  @media (max-width: 575px) {
    .news--slider:not(.swiper-slide-active) {
      transform: scaleY(0.8); } }
  @media (max-width: 575px) {
    .news--slider {
      border-bottom: none; } }

@media (max-width: 575px) {
  .news--slider.swiper-slide-prev {
    background-color: #eaabb6; }
    .news--slider.swiper-slide-prev .news__letter {
      color: #ba989a; }
    .news--slider.swiper-slide-prev .news__title {
      color: #fff; }
    .news--slider.swiper-slide-prev .news__date {
      color: #fff; } }

@media (max-width: 575px) {
  .news--slider.swiper-slide-prev {
    border-bottom: none; } }

@media (max-width: 575px) {
  .news--slider.swiper-slide-next {
    background-color: #87905b; }
    .news--slider.swiper-slide-next .news__letter {
      color: rgba(0, 0, 0, 0.3); }
    .news--slider.swiper-slide-next .news__title {
      color: #fff; }
    .news--slider.swiper-slide-next .news__date {
      color: #fff; } }

@media (max-width: 575px) {
  .news--slider.swiper-slide-next {
    border-bottom: none; } }

@media (max-width: 575px) {
  .news--slider.swiper-slide-active {
    background-color: #009eff; }
    .news--slider.swiper-slide-active .news__letter {
      color: #0086db; }
    .news--slider.swiper-slide-active .news__title {
      color: #fff; }
    .news--slider.swiper-slide-active .news__date {
      color: #fff; } }

@media (max-width: 575px) {
  .news--slider.swiper-slide-active {
    border-bottom: none; } }

.news--bottom {
  display: flex;
  align-items: flex-end; }
  @media (max-width: 1249px) {
    .news--bottom {
      padding-bottom: 27px; } }
  .news--bottom .news__title {
    display: flex;
    align-items: flex-end; }
    @media (max-width: 1023px) {
      .news--bottom .news__title {
        margin-bottom: 10px; } }

.news--piconly .news__content .news__title {
  display: none; }

.news--piconly .tag,
.news--piconly .news__date {
  display: none; }
  .news--piconly .tag.active,
  .news--piconly .news__date.active {
    display: none; }

.news--piconly .news__bg:after {
  position: absolute;
  display: none; }


.js-main-slider-tags .swiper-button-prev,
.js-main-slider .swiper-button-prev {
  left: 42px;
  top: 30%;
  height: 42px;
  width: 42px;
  background-size: 20px 20px;
}

.js-main-slider-tags .swiper-button-next,
.js-main-slider .swiper-button-next {
  right: 28px;
  top: 30%;
  height: 42px;
  width: 42px;
  background-size: 20px 20px;
}

@media (max-width: 1449px) {
  .js-main-slider-tags .swiper-button-prev,
  .js-main-slider .swiper-button-prev {
    left: 2px
  }
  .js-main-slider-tags .swiper-button-next,
  .js-main-slider .swiper-button-next {
    right: -12px
  }
}
@media (max-width: 575px) {
  .js-main-slider .swiper-button-prev,
  .js-main-slider .swiper-button-next {
    display: none;
  }
}
/* End */


/* Start:/local/templates/html/components-template/side-news/style.css?16391408603911*/
.side-news {
  position: relative; }
  .side-news__tag {
    margin-bottom: 15px; }
  .side-news__date, .side-news__title {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 7px;
    margin-top: 11px; }
    @media (max-width: 575px) {
      .side-news__date, .side-news__title {
        display: none; } }
  .side-news__item {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.1875;
    margin-bottom: 23px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
    .side-news__item:last-of-type {
      padding-bottom: 14px; }
    @media (max-width: 1449px) {
      .side-news__item {
        font-size: 14px; } }
    @media (max-width: 1249px) {
      .side-news__item {
        font-size: 12px; } }
    @media (max-width: 575px) {
      .side-news__item {
        font-size: 17px;
        position: relative; } }
    @media (max-width: 575px) {
      .side-news__item {
        margin-bottom: 0px;
        padding: 10px 0px;
        border-bottom: 1px dotted #000;
        display: none;
        flex-direction: column-reverse; }
        .side-news__item:nth-of-type(-n + 3) {
          display: flex; } }
  .side-news__time {
    padding-right: 10px;
    color: #26c193; }
    @media (max-width: 575px) {
      .side-news__time {
        font-size: 10px;
        margin-top: 6px; } }
  .side-news__more {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 15px; }
    @media (max-width: 1449px) {
      .side-news__more .btn.btn--primary {
        font-size: 14px; } }
    @media (max-width: 575px) {
      .side-news__more {
        position: absolute;
        padding-bottom: 0px;
        bottom: 0;
        right: 0;
        background-color: #fff;
        transform: translateY(50%);
        padding-left: 15px; }
        .side-news__more .btn.btn--primary {
          font-size: 10px; } }
  .side-news .tag--black {
    cursor: unset; }
    .side-news .tag--black:hover {
      background-color: #231f20; }

.side-news--mobile {
  display: none;
  margin-top: 15px; }
  @media (max-width: 767px) {
    .side-news--mobile {
      display: block;
      margin-bottom: 30px; } }
  .side-news--mobile .side-news__descr {
    font-size: 14px; }
  .side-news--mobile a:not([class]) {
    text-decoration: none;
    padding: 0px;
    color: #000;
    font-family: Roboto;
    font-weight: normal;
    font-size: 14px; }
  .side-news--mobile .list {
    transition: all .3s ease;
    overflow: hidden; }
    .side-news--mobile .list .item {
      display: none; }
      .side-news--mobile .list .item:nth-child(-n + 3) {
        display: block; }
  .side-news--mobile .tag {
    font-size: 10px; }
  .side-news--mobile .side-news__control {
    font-family: Roboto;
    font-weight: normal;
    font-size: 13px;
    padding-left: 20px;
    position: relative;
    margin-top: 20px;
    display: none; }
    .side-news--mobile .side-news__control.active:before {
      transform: rotate(-180deg); }
    .side-news--mobile .side-news__control:before {
      transition: all .3s ease;
      position: absolute;
      content: "";
      left: 0;
      top: calc(50% - 7px);
      transition: all 0.3s ease;
      margin-right: 10px;
      background-image: url("data:image/svg+xml,%3Csvg width='13' height='15' viewBox='0 0 13 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.3809 9.73242L6.69037 14.0003L0.999879 9.73242' stroke='%23646464' stroke-width='1.42262'/%3E%3Cpath d='M6.64014 0.485352L6.64014 13.5514' stroke='%23646464' stroke-width='1.42262'/%3E%3C/svg%3E");
      width: 12px;
      height: 13px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center; }

@media (max-width: 767px) {
  .side-news--desktop {
    display: none; } }

@media (max-width: 767px) {
  .side-section__bottom {
    display: none; } }

/* End */


/* Start:/local/templates/html/components-template/footer/style.css?16310233278335*/
.footer {
  position: relative;
  z-index: 15;
  overflow: hidden; }
  .footer a {
    color: #fff; }
    .footer a:hover {
      color: #B0B0B0; }

.footer-top {
  background-color: #272a33; }
  @media (max-width: 767px) {
    .footer-top {
      background-color: #fff; } }
  .footer-top__wrap {
    padding-left: 16px;
    padding-right: 16px;
    display: flex; }
    @media (max-width: 1249px) {
      .footer-top__wrap {
        flex-wrap: wrap; } }
    @media (max-width: 767px) {
      .footer-top__wrap {
        padding: 0px; } }

.footer-bottom {
  background-color: #000; }

.footer-menu {
  padding-top: 35px;
  padding-bottom: 39px;
  display: flex;
  width: 100%; }
  @media (max-width: 1249px) {
    .footer-menu {
      order: 2;
      justify-content: space-between; } }
  @media (max-width: 767px) {
    .footer-menu {
      flex-direction: column;
      padding-top: 12px;
      padding-bottom: 0px; } }
  .footer-menu__title {
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    line-height: 1.14286; }
    @media (max-width: 767px) {
      .footer-menu__title {
        color: #000;
        font-weight: normal;
        font-size: 12px;
        position: relative; } }
    @media (max-width: 575px) {
      .footer-menu__title {
        font-size: 10px; } }
  .footer-menu__title-icon {
    width: 9px;
    height: 9px;
    position: absolute;
    left: -15px;
    top: 10%;
    transition: .3s; }
    .footer-menu__title-icon:after {
      transition: all 0.3s ease;
      position: absolute;
      content: "";
      width: 1px;
      top: 0;
      bottom: 0;
      left: 4px;
      background-color: #26c193; }
    .footer-menu__title-icon:before {
      position: absolute;
      content: "";
      height: 1px;
      left: 0;
      right: 0;
      top: 4px;
      background-color: #26c193; }
  .footer-menu__nav {
    padding-right: 43px; }
    @media (max-width: 767px) {
      .footer-menu__nav {
        padding: 7px 0px;
        padding-left: 30px;
        border-top: 1px dotted #000; }
        .footer-menu__nav:last-child {
          border-bottom: 1px dotted #000; } }
    @media (max-width: 767px) {
      .footer-menu__nav .nav--footer {
        transition: all 0.3s ease;
        max-height: 0px;
        overflow: hidden; } }
    @media (max-width: 767px) {
      .footer-menu__nav.active .nav--footer {
        max-height: 500px; } }
    .footer-menu__nav.active .footer-menu__title-icon:after {
      position: absolute;
      content: "";
      bottom: 100%; }
  .footer-menu .open .footer-menu__title-icon {
    transform: rotate(90deg); }

.footer-subscribe {
  width: 100%;
  max-width: 316px;
  position: relative; }
  .footer-subscribe.success {
    display: flex;
    align-items: center;
    justify-content: center; }
    .footer-subscribe.success .footer-subscribe__bg {
      display: none; }
    .footer-subscribe.success form {
      display: none; }
  @media (max-width: 1449px) {
    .footer-subscribe {
      max-width: 260px; } }
  @media (max-width: 1249px) {
    .footer-subscribe {
      order: 1;
      max-width: none; } }
  @media (max-width: 767px) {
    .footer-subscribe {
      display: none; } }
  .footer-subscribe:before {
    position: absolute;
    content: "";
    top: 0px;
    height: 11px;
    left: 19px;
    right: 19px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("/local/templates/html/images/subscribe-bg.png");
    z-index: 10; }
    @media (max-width: 1249px) {
      .footer-subscribe:before {
        background-repeat: repeat-x;
        width: 100vw;
        left: calc((100vw - 100%) / 2 * -1); } }
  .footer-subscribe:after {
    position: absolute;
    content: "";
    bottom: 0px;
    height: 11px;
    left: 19px;
    right: 19px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("/local/templates/html/images/subscribe-bg.png"); }
    @media (max-width: 1249px) {
      .footer-subscribe:after {
        background-repeat: repeat-x;
        width: 100vw;
        left: calc((100vw - 100%) / 2 * -1); } }
  @media (max-width: 1249px) {
    .footer-subscribe__bg {
      top: 0;
      position: absolute;
      height: 100%;
      z-index: 0;
      background: #1e2dfa;
      width: 100vw;
      left: calc((100vw - 100%) / 2 * -1); } }
  .footer-subscribe__title {
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 1.1875;
    text-align: center;
    color: #fff;
    margin-bottom: 13px; }
  .footer-subscribe__input {
    position: relative;
    z-index: 1;
    margin-bottom: 20px; }
  .footer-subscribe__submit {
    position: relative;
    z-index: 1;
    margin: auto;
    max-width: 160px; }
    .footer-subscribe__submit .btn.btn--icon {
      width: 100%;
      transition: all 0.3s ease; }
    @media (min-width: 1024px) {
      .footer-subscribe__submit:hover .btn.btn--icon {
        opacity: 0.75;
        border-color: #b0b0b0; } }

@media (max-width: 767px) {
  .footer .footer-subscribe.success {
    display: none; } }

.footer-subscribe.modal-subscribe {
  max-width: none; }

.footer-social {
  width: 100%;
  max-width: 286px;
  display: flex;
  padding: 31px 0px 25px 0px;
  flex-direction: column;
  align-items: center; }
  @media (max-width: 767px) {
    .footer-social {
      padding: 18px 0px 13px 0px; } }
  @media (max-width: 1449px) {
    .footer-social {
      max-width: 260px; } }
  @media (max-width: 1249px) {
    .footer-social {
      order: 3;
      max-width: none; } }
  @media (max-width: 767px) {
    .footer-social__img {
      max-width: 138px; } }
  .footer-social__list {
    margin-top: 27px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 767px) {
      .footer-social__list {
        margin-top: 7px; } }
  .footer-social__list-item {
    align-items: center;
    justify-content: center; }
    @media (max-width: 767px) {
      .footer-social__list-item:not(:last-child) {
        margin-right: 7px; } }
    .footer-social__list-item .icon {
      fill: #fff; }
      @media (max-width: 767px) {
        .footer-social__list-item .icon {
          fill: #231f20;
          max-width: 24px;
          max-height: 24px; } }
    @media (min-width: 1024px) {
      .footer-social__list-item:hover {
        cursor: pointer; }
        .footer-social__list-item:hover .icon {
          fill: #b0b0b0; } }
  .footer-social__sub {
    margin-top: auto;
    font-size: 12px;
    color: #fff; }
    @media (max-width: 575px) {
      .footer-social__sub {
        position: absolute;
        bottom: 13px;
        left: 15px; } }
    @media (max-width: 575px) {
      .footer-social__sub {
        font-size: 10px;
        left: 9px; } }

.footer-bottom {
  background-color: #1a1a1a;
  height: 40px;
  display: flex;
  align-items: center; }
  @media (max-width: 575px) {
    .footer-bottom {
      padding: 5px 0; } }
  .footer-bottom__dev {
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px; }
    @media (max-width: 767px) {
      .footer-bottom__dev {
        font-size: 12px; } }
    @media (max-width: 575px) {
      .footer-bottom__dev {
        display: block;
        font-size: 10px; } }
  .footer-bottom__wrap {
    padding: 0px 16px; }
    @media (max-width: 575px) {
      .footer-bottom__wrap {
        display: flex;
        justify-content: flex-end; } }
    @media (max-width: 575px) {
      .footer-bottom__wrap {
        padding: 0px; } }

.footer-subscribe-mobile {
  display: none; }
  @media (max-width: 767px) {
    .footer-subscribe-mobile {
      display: flex;
      margin: auto;
      margin-top: 20px;
      justify-content: center;
      padding: 7px 15px 9px 15px;
      background-color: #1e2dfa;
      font-size: 14px;
      color: #fff; } }
  @media (max-width: 767px) and (max-width: 575px) {
    .footer-subscribe-mobile {
      font-size: 10px; } }

.modal-subscribe:before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0; }

.modal-subscribe:after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0; }

.modal-subscribe .footer-subscribe__bg {
  width: 100%;
  left: 0; }

@media (max-width: 767px) {
  .modal-subscribe {
    display: block; } }

/* End */


/* Start:/local/templates/html/components-template/modal/style.css?163766599815604*/
.modal-authorization-success .btn {
  display: block;
  max-width: 215px;
  margin: auto;
  margin-bottom: 16px; }

.modal-authorization-success .modal-body__descr span {
  font-weight: bold; }

.modal-article .modal-body {
  padding: 0px 50px; }
  @media (max-width: 767px) {
    .modal-article .modal-body {
      padding: 0px 15px; } }

.modal-article .modal-dialog {
  max-width: 720px; }

.modal-article .modal-header {
  justify-content: flex-end; }

.modal-article .content .article__category {
  display: none; }

.modal-article .content .article__title {
  padding-left: 0px; }

.modal-article .content h1 {
  font-size: 40px; }
  @media (max-width: 767px) {
    .modal-article .content h1 {
      font-size: 32px; } }

.modal-article .content .article__date {
  display: none; }

.modal-article .content .article__share {
  display: none; }

.modal-article .custom-banner {
  display: none; }

.modal-article .article__content {
  padding-left: 0px; }

.modal-article .col-md-9 {
  flex: 0 0 auto;
  max-width: none; }

.modal-article .article__header {
  padding: 0px; }

.modal-article .row {
  margin-left: 0px;
  margin-right: 0px; }

.modal-article .col-1,
.modal-article .col-2,
.modal-article .col-3,
.modal-article .col-4,
.modal-article .col-5,
.modal-article .col-6,
.modal-article .col-7,
.modal-article .col-8,
.modal-article .col-9,
.modal-article .col-10,
.modal-article .col-11,
.modal-article .col-12,
.modal-article .col,
.modal-article .col-auto,
.modal-article .col-sm-1,
.modal-article .col-sm-2,
.modal-article .col-sm-3,
.modal-article .col-sm-4,
.modal-article .col-sm-5,
.modal-article .col-sm-6,
.modal-article .col-sm-7,
.modal-article .col-sm-8,
.modal-article .col-sm-9,
.modal-article .col-sm-10,
.modal-article .col-sm-11,
.modal-article .col-sm-12,
.modal-article .col-sm,
.modal-article .col-sm-auto,
.modal-article .col-md-1,
.modal-article .col-md-2,
.modal-article .col-md-3,
.modal-article .col-md-4,
.modal-article .col-md-5,
.modal-article .col-md-6,
.modal-article .col-md-7,
.modal-article .col-md-8,
.modal-article .col-md-9,
.modal-article .col-md-10,
.modal-article .col-md-11,
.modal-article .col-md-12,
.modal-article .col-md,
.modal-article .col-md-auto,
.modal-article .col-lg-1,
.modal-article .col-lg-2,
.modal-article .col-lg-3,
.modal-article .col-lg-4,
.modal-article .col-lg-5,
.modal-article .col-lg-6,
.modal-article .col-lg-7,
.modal-article .col-lg-8,
.modal-article .col-lg-9,
.modal-article .col-lg-10,
.modal-article .col-lg-11,
.modal-article .col-lg-12,
.modal-article .col-lg,
.modal-article .col-lg-auto,
.modal-article .col-xl-1,
.modal-article .col-xl-2,
.modal-article .col-xl-3,
.modal-article .col-xl-4,
.modal-article .col-xl-5,
.modal-article .col-xl-6,
.modal-article .col-xl-7,
.modal-article .col-xl-8,
.modal-article .col-xl-9,
.modal-article .col-xl-10,
.modal-article .col-xl-11,
.modal-article .col-xl-12,
.modal-article .col-xl,
.modal-article .col-xl-auto {
  padding: 0px; }

.modal-article__date {
  font-size: 36px;
  font-weight: 700;
  color: #AB0000; }
  @media (max-width: 767px) {
    .modal-article__date {
      font-size: 32px; } }

.modal-article__footer {
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #B5B7B8;
  padding: 30px 0px; }

.modal-article__link, .modal-article__close {
  border-radius: 9px;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  width: 164px;
  padding: 10px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s ease; }
  .modal-article__link:not(:last-child), .modal-article__close:not(:last-child) {
    margin-right: 25px; }
  @media (max-width: 767px) {
    .modal-article__link, .modal-article__close {
      font-size: 15px; } }
  @media (min-width: 1024px) {
    .modal-article__link:hover, .modal-article__close:hover {
      cursor: pointer;
      text-decoration: none;
      opacity: 0.7; } }

.modal-article__link {
  background: #DFA100; }

.modal-article__close {
  background: #AB0000; }

.modal-body__title {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin-bottom: 18px; }

.modal-body__descr {
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  margin-bottom: 32px; }

.modal-reset-password .modal-close {
  z-index: 100; }

.modal-reset-password .remembered-password {
  display: block;
  margin-bottom: 16px;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 27px;
  margin: auto;
  color: #5dbbc5;
  text-align: center;
  margin-top: 24px; }
  .modal-reset-password .remembered-password:hover {
    cursor: pointer; }

.modal-reset-password .btn {
  position: relative;
  left: 50%;
  transform: translateX(-50%); }

.modal-login .modal-tabs {
  display: flex;
  background-color: #fbfbfb;
  padding: 0px 0px; }
  .modal-login .modal-tabs__item {
    padding: 16px 32px;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    color: #af226f; }
    @media (max-width: 575px) {
      .modal-login .modal-tabs__item {
        font-size: 16px;
        padding: 16px 16px; } }
    .modal-login .modal-tabs__item:hover {
      cursor: pointer; }
    .modal-login .modal-tabs__item.active {
      background-color: #fff;
      color: #000; }

.modal-login .modal-body {
  padding: 0px; }

.modal-login .modal-close {
  z-index: 1; }

.modal-login .modal-dialog {
  max-width: 568px; }

.modal-login .modal-tabs-page {
  padding: 32px; }

.modal-login__form {
  max-width: 377px;
  margin: auto; }

.modal-login .reset-password {
  display: block;
  margin-bottom: 16px;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 27px;
  color: #5dbbc5; }
  .modal-login .reset-password:hover {
    cursor: pointer; }

.modal-login .btn {
  position: relative;
  left: 50%;
  transform: translateX(-50%); }

.modal-login .modal-tabs-page .bv-form {
  display: none; }
  .modal-login .modal-tabs-page .bv-form.active {
    display: block; }

.modal-login .social-login {
  padding: 0px 32px 32px 32px;
  position: relative; }
  .modal-login .social-login__item {
    margin: auto;
    position: relative;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    color: #e0e0e0; }
    .modal-login .social-login__item:before {
      position: absolute;
      content: "";
      height: 1px;
      width: calc(50% - 95px);
      left: 0px;
      top: 50%;
      transform: translateY(-50%);
      background-color: #e0e0e0; }
    .modal-login .social-login__item:after {
      position: absolute;
      content: "";
      height: 1px;
      width: calc(50% - 95px);
      right: 0px;
      top: 50%;
      transform: translateY(-50%);
      background-color: #e0e0e0; }
  .modal-login .social-login__lists {
    margin-top: 27px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .modal-login .social-login__list-item {
    display: flex;
    align-items: center;
    width: 24px;
    height: 24px;
    margin-right: 24px; }

.modal.archive-modal-card .modal-header {
  border-bottom: 0px;
  padding: 0px;
  padding-top: 56px; }

.modal.archive-modal-card .modal-content {
  padding-left: 48px;
  padding-right: 48px; }

.modal.archive-modal-card .modal-dialog {
  max-width: 860px; }

.modal.archive-modal-card .modal-body {
  margin-top: 24px;
  padding: 0px; }

.archive-modal-card-content {
  display: flex;
  position: relative; }
  @media (max-width: 630px) {
    .archive-modal-card-content {
      flex-direction: column-reverse; } }
  .archive-modal-card-content:after {
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
    height: 80px;
    width: 50%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) -2.48%, #ffffff 100%); }
    @media (max-width: 630px) {
      .archive-modal-card-content:after {
        width: 100%; } }

.archive-modal-card-includes {
  width: 50%;
  max-height: 600px;
  overflow: auto;
  padding-right: 18px;
  position: relative; }
  .archive-modal-card-includes::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    border-radius: 10px;
    background-color: #fafafa; }
  .archive-modal-card-includes::-webkit-scrollbar-thumb {
    background-color: #e0e0e0;
    border-radius: 9em; }
  @media (max-width: 630px) {
    .archive-modal-card-includes {
      width: 100%;
      margin-top: 26px; } }

.archive-modal-card-includes__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px; }

.archive-modal-card-includes-list {
  margin-top: 24px;
  position: relative; }

.archive-modal-card-includes-list__item {
  display: block;
  color: #000;
  padding-left: 28px;
  margin-bottom: 16px;
  position: relative; }
  .archive-modal-card-includes-list__item:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    left: 16px;
    top: 8px;
    transform: translateX(-100%);
    border-radius: 50%;
    background-color: #281f26; }
  .archive-modal-card-includes-list__item:last-child {
    margin-bottom: 70px; }

.archive-modal-card-get-number {
  width: 50%; }
  @media (max-width: 630px) {
    .archive-modal-card-get-number {
      width: 100%; } }

.archive-modal-card-get-number__img {
  margin: auto;
  max-width: 260px;
  max-height: 360px;
  margin-bottom: 20px; }
  @media (max-width: 630px) {
    .archive-modal-card-get-number__img {
      width: 160px;
      height: 230px; } }

.archive-modal-card-get-number__title {
  max-width: 310px;
  text-align: center;
  margin: auto;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px; }

.archive-modal-card .btn--download {
  margin-top: 48px;
  position: relative;
  left: 50%;
  transform: translateX(-50%); }

.archive-modal-card-get-number__pay {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  max-width: 270px;
  margin: auto;
  margin-top: 16px;
  color: #919191; }
  .archive-modal-card-get-number__pay a {
    text-decoration: underline; }

.modal-open {
  overflow: hidden; }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.fade {
  transition: opacity 0.2s ease; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }

.modal-close {
  right: 16px;
  top: 16px;
  z-index: 100; }
  .modal-close:hover .icon {
    fill: #af226f; }

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px); }

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none; } }

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none; }

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02); }

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden; }

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.modal-dialog-scrollable .modal-body {
  overflow-y: auto; }

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem); }

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: ""; }

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%; }

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none; }

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none; }

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }

.modal-backdrop.fade {
  opacity: 0; }

.modal-backdrop.show {
  opacity: 0.5; }

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }

.modal-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.5; }

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto; }

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem; }

.feedback-form {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 40px 40px; }
  .feedback-form__title {
    margin-bottom: 20px;
    color: #fff;
    font-size: 30px;
    font-weight: bold; }
  .feedback-form .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px; }
    .feedback-form .form-group .help-block {
      color: red; }
  .feedback-form .form-control {
    color: black;
    font-size: 16px;
    border-bottom: 1px solid #e0e0e0; }
    .feedback-form .form-control:focus {
      border-bottom: 1px solid #c74a2c; }
    .feedback-form .form-control::placeholder, .feedback-form .form-control::-webkit-input-placeholder, .feedback-form .form-control::-moz-placeholder, .feedback-form .form-control:-ms-input-placeholder, .feedback-form .form-control:-moz-placeholder {
      color: #ccc; }
  .feedback-form .form-control-label {
    color: #ccc;
    margin-bottom: 5px; }
  .feedback-form .btn.btn--large {
    padding: 12px 30px; }
  .feedback-form .btn--large {
    border: 1px solid #281f26; }
    .feedback-form .btn--large:hover {
      border: 1px solid #fff;
      background: #281f26; }
  .feedback-form .form-btn .btn {
    margin: auto;
    display: block; }

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }

.modal-footer > * {
  margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content; }
  .modal-xs {
    max-width: 300px; } }

@media (min-width: 1024px) {
  .modal-md,
  .modal-lg {
    max-width: 800px; } }

@media (min-width: 1250px) {
  .modal-lg {
    max-width: 1140px; } }

/* End */


/* Start:/local/templates/html/components-template/no-critical/style.css?1630335778147*/
.no-critical {
  visibility: visible !important; }
  .no-critical:before, .no-critical:after {
    display: none !important;
    content: unset; }

/* End */


/* Start:/local/templates/html/components-template/mobile-banner/style.css?1633011718160*/
.mobile-banner {
  display: none; }
  @media (max-width: 767px) {
    .mobile-banner {
      display: block;
      margin: auto;
      margin-bottom: 16px; } }

/* End */


/* Start:/local/templates/html/components-template/article/style.css?174765330469364*/
.m-10 {
  margin: 10px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mt-10 {
  margin-top: 10px !important; }

.ml-10 {
  margin-left: 10px !important; }

.mr-10 {
  margin-right: 10px !important; }

.p-10 {
  padding: 10px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.pt-10 {
  padding-top: 10px !important; }

.pl-10 {
  padding-left: 10px !important; }

.pr-10 {
  padding-right: 10px !important; }

.m--10 {
  margin: -10px !important; }

.mb--10 {
  margin-bottom: -10px !important; }

.mt--10 {
  margin-top: -10px !important; }

.ml--10 {
  margin-left: -10px !important; }

.mr--10 {
  margin-right: -10px !important; }

.p--10 {
  padding: -10px !important; }

.pb--10 {
  padding-bottom: -10px !important; }

.pt--10 {
  padding-top: -10px !important; }

.pl--10 {
  padding-left: -10px !important; }

.pr--10 {
  padding-right: -10px !important; }

.m-15 {
  margin: 15px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mt-15 {
  margin-top: 15px !important; }

.ml-15 {
  margin-left: 15px !important; }

.mr-15 {
  margin-right: 15px !important; }

.p-15 {
  padding: 15px !important; }

.pb-15 {
  padding-bottom: 15px !important; }

.pt-15 {
  padding-top: 15px !important; }

.pl-15 {
  padding-left: 15px !important; }

.pr-15 {
  padding-right: 15px !important; }

.m--15 {
  margin: -15px !important; }

.mb--15 {
  margin-bottom: -15px !important; }

.mt--15 {
  margin-top: -15px !important; }

.ml--15 {
  margin-left: -15px !important; }

.mr--15 {
  margin-right: -15px !important; }

.p--15 {
  padding: -15px !important; }

.pb--15 {
  padding-bottom: -15px !important; }

.pt--15 {
  padding-top: -15px !important; }

.pl--15 {
  padding-left: -15px !important; }

.pr--15 {
  padding-right: -15px !important; }

.m-20 {
  margin: 20px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mt-20 {
  margin-top: 20px !important; }

.ml-20 {
  margin-left: 20px !important; }

.mr-20 {
  margin-right: 20px !important; }

.p-20 {
  padding: 20px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pl-20 {
  padding-left: 20px !important; }

.pr-20 {
  padding-right: 20px !important; }

.m--20 {
  margin: -20px !important; }

.mb--20 {
  margin-bottom: -20px !important; }

.mt--20 {
  margin-top: -20px !important; }

.ml--20 {
  margin-left: -20px !important; }

.mr--20 {
  margin-right: -20px !important; }

.p--20 {
  padding: -20px !important; }

.pb--20 {
  padding-bottom: -20px !important; }

.pt--20 {
  padding-top: -20px !important; }

.pl--20 {
  padding-left: -20px !important; }

.pr--20 {
  padding-right: -20px !important; }

.m-25 {
  margin: 25px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.mt-25 {
  margin-top: 25px !important; }

.ml-25 {
  margin-left: 25px !important; }

.mr-25 {
  margin-right: 25px !important; }

.p-25 {
  padding: 25px !important; }

.pb-25 {
  padding-bottom: 25px !important; }

.pt-25 {
  padding-top: 25px !important; }

.pl-25 {
  padding-left: 25px !important; }

.pr-25 {
  padding-right: 25px !important; }

.m--25 {
  margin: -25px !important; }

.mb--25 {
  margin-bottom: -25px !important; }

.mt--25 {
  margin-top: -25px !important; }

.ml--25 {
  margin-left: -25px !important; }

.mr--25 {
  margin-right: -25px !important; }

.p--25 {
  padding: -25px !important; }

.pb--25 {
  padding-bottom: -25px !important; }

.pt--25 {
  padding-top: -25px !important; }

.pl--25 {
  padding-left: -25px !important; }

.pr--25 {
  padding-right: -25px !important; }

.m-30 {
  margin: 30px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mt-30 {
  margin-top: 30px !important; }

.ml-30 {
  margin-left: 30px !important; }

.mr-30 {
  margin-right: 30px !important; }

.p-30 {
  padding: 30px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.pt-30 {
  padding-top: 30px !important; }

.pl-30 {
  padding-left: 30px !important; }

.pr-30 {
  padding-right: 30px !important; }

.m--30 {
  margin: -30px !important; }

.mb--30 {
  margin-bottom: -30px !important; }

.mt--30 {
  margin-top: -30px !important; }

.ml--30 {
  margin-left: -30px !important; }

.mr--30 {
  margin-right: -30px !important; }

.p--30 {
  padding: -30px !important; }

.pb--30 {
  padding-bottom: -30px !important; }

.pt--30 {
  padding-top: -30px !important; }

.pl--30 {
  padding-left: -30px !important; }

.pr--30 {
  padding-right: -30px !important; }

.m-35 {
  margin: 35px !important; }

.mb-35 {
  margin-bottom: 35px !important; }

.mt-35 {
  margin-top: 35px !important; }

.ml-35 {
  margin-left: 35px !important; }

.mr-35 {
  margin-right: 35px !important; }

.p-35 {
  padding: 35px !important; }

.pb-35 {
  padding-bottom: 35px !important; }

.pt-35 {
  padding-top: 35px !important; }

.pl-35 {
  padding-left: 35px !important; }

.pr-35 {
  padding-right: 35px !important; }

.m--35 {
  margin: -35px !important; }

.mb--35 {
  margin-bottom: -35px !important; }

.mt--35 {
  margin-top: -35px !important; }

.ml--35 {
  margin-left: -35px !important; }

.mr--35 {
  margin-right: -35px !important; }

.p--35 {
  padding: -35px !important; }

.pb--35 {
  padding-bottom: -35px !important; }

.pt--35 {
  padding-top: -35px !important; }

.pl--35 {
  padding-left: -35px !important; }

.pr--35 {
  padding-right: -35px !important; }

.m-40 {
  margin: 40px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mt-40 {
  margin-top: 40px !important; }

.ml-40 {
  margin-left: 40px !important; }

.mr-40 {
  margin-right: 40px !important; }

.p-40 {
  padding: 40px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pl-40 {
  padding-left: 40px !important; }

.pr-40 {
  padding-right: 40px !important; }

.m--40 {
  margin: -40px !important; }

.mb--40 {
  margin-bottom: -40px !important; }

.mt--40 {
  margin-top: -40px !important; }

.ml--40 {
  margin-left: -40px !important; }

.mr--40 {
  margin-right: -40px !important; }

.p--40 {
  padding: -40px !important; }

.pb--40 {
  padding-bottom: -40px !important; }

.pt--40 {
  padding-top: -40px !important; }

.pl--40 {
  padding-left: -40px !important; }

.pr--40 {
  padding-right: -40px !important; }

.m-45 {
  margin: 45px !important; }

.mb-45 {
  margin-bottom: 45px !important; }

.mt-45 {
  margin-top: 45px !important; }

.ml-45 {
  margin-left: 45px !important; }

.mr-45 {
  margin-right: 45px !important; }

.p-45 {
  padding: 45px !important; }

.pb-45 {
  padding-bottom: 45px !important; }

.pt-45 {
  padding-top: 45px !important; }

.pl-45 {
  padding-left: 45px !important; }

.pr-45 {
  padding-right: 45px !important; }

.m--45 {
  margin: -45px !important; }

.mb--45 {
  margin-bottom: -45px !important; }

.mt--45 {
  margin-top: -45px !important; }

.ml--45 {
  margin-left: -45px !important; }

.mr--45 {
  margin-right: -45px !important; }

.p--45 {
  padding: -45px !important; }

.pb--45 {
  padding-bottom: -45px !important; }

.pt--45 {
  padding-top: -45px !important; }

.pl--45 {
  padding-left: -45px !important; }

.pr--45 {
  padding-right: -45px !important; }

.m-50 {
  margin: 50px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mt-50 {
  margin-top: 50px !important; }

.ml-50 {
  margin-left: 50px !important; }

.mr-50 {
  margin-right: 50px !important; }

.p-50 {
  padding: 50px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.pt-50 {
  padding-top: 50px !important; }

.pl-50 {
  padding-left: 50px !important; }

.pr-50 {
  padding-right: 50px !important; }

.m--50 {
  margin: -50px !important; }

.mb--50 {
  margin-bottom: -50px !important; }

.mt--50 {
  margin-top: -50px !important; }

.ml--50 {
  margin-left: -50px !important; }

.mr--50 {
  margin-right: -50px !important; }

.p--50 {
  padding: -50px !important; }

.pb--50 {
  padding-bottom: -50px !important; }

.pt--50 {
  padding-top: -50px !important; }

.pl--50 {
  padding-left: -50px !important; }

.pr--50 {
  padding-right: -50px !important; }

.m-55 {
  margin: 55px !important; }

.mb-55 {
  margin-bottom: 55px !important; }

.mt-55 {
  margin-top: 55px !important; }

.ml-55 {
  margin-left: 55px !important; }

.mr-55 {
  margin-right: 55px !important; }

.p-55 {
  padding: 55px !important; }

.pb-55 {
  padding-bottom: 55px !important; }

.pt-55 {
  padding-top: 55px !important; }

.pl-55 {
  padding-left: 55px !important; }

.pr-55 {
  padding-right: 55px !important; }

.m--55 {
  margin: -55px !important; }

.mb--55 {
  margin-bottom: -55px !important; }

.mt--55 {
  margin-top: -55px !important; }

.ml--55 {
  margin-left: -55px !important; }

.mr--55 {
  margin-right: -55px !important; }

.p--55 {
  padding: -55px !important; }

.pb--55 {
  padding-bottom: -55px !important; }

.pt--55 {
  padding-top: -55px !important; }

.pl--55 {
  padding-left: -55px !important; }

.pr--55 {
  padding-right: -55px !important; }

.m-60 {
  margin: 60px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.mt-60 {
  margin-top: 60px !important; }

.ml-60 {
  margin-left: 60px !important; }

.mr-60 {
  margin-right: 60px !important; }

.p-60 {
  padding: 60px !important; }

.pb-60 {
  padding-bottom: 60px !important; }

.pt-60 {
  padding-top: 60px !important; }

.pl-60 {
  padding-left: 60px !important; }

.pr-60 {
  padding-right: 60px !important; }

.m--60 {
  margin: -60px !important; }

.mb--60 {
  margin-bottom: -60px !important; }

.mt--60 {
  margin-top: -60px !important; }

.ml--60 {
  margin-left: -60px !important; }

.mr--60 {
  margin-right: -60px !important; }

.p--60 {
  padding: -60px !important; }

.pb--60 {
  padding-bottom: -60px !important; }

.pt--60 {
  padding-top: -60px !important; }

.pl--60 {
  padding-left: -60px !important; }

.pr--60 {
  padding-right: -60px !important; }

.m-65 {
  margin: 65px !important; }

.mb-65 {
  margin-bottom: 65px !important; }

.mt-65 {
  margin-top: 65px !important; }

.ml-65 {
  margin-left: 65px !important; }

.mr-65 {
  margin-right: 65px !important; }

.p-65 {
  padding: 65px !important; }

.pb-65 {
  padding-bottom: 65px !important; }

.pt-65 {
  padding-top: 65px !important; }

.pl-65 {
  padding-left: 65px !important; }

.pr-65 {
  padding-right: 65px !important; }

.m--65 {
  margin: -65px !important; }

.mb--65 {
  margin-bottom: -65px !important; }

.mt--65 {
  margin-top: -65px !important; }

.ml--65 {
  margin-left: -65px !important; }

.mr--65 {
  margin-right: -65px !important; }

.p--65 {
  padding: -65px !important; }

.pb--65 {
  padding-bottom: -65px !important; }

.pt--65 {
  padding-top: -65px !important; }

.pl--65 {
  padding-left: -65px !important; }

.pr--65 {
  padding-right: -65px !important; }

.m-70 {
  margin: 70px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mt-70 {
  margin-top: 70px !important; }

.ml-70 {
  margin-left: 70px !important; }

.mr-70 {
  margin-right: 70px !important; }

.p-70 {
  padding: 70px !important; }

.pb-70 {
  padding-bottom: 70px !important; }

.pt-70 {
  padding-top: 70px !important; }

.pl-70 {
  padding-left: 70px !important; }

.pr-70 {
  padding-right: 70px !important; }

.m--70 {
  margin: -70px !important; }

.mb--70 {
  margin-bottom: -70px !important; }

.mt--70 {
  margin-top: -70px !important; }

.ml--70 {
  margin-left: -70px !important; }

.mr--70 {
  margin-right: -70px !important; }

.p--70 {
  padding: -70px !important; }

.pb--70 {
  padding-bottom: -70px !important; }

.pt--70 {
  padding-top: -70px !important; }

.pl--70 {
  padding-left: -70px !important; }

.pr--70 {
  padding-right: -70px !important; }

.m-75 {
  margin: 75px !important; }

.mb-75 {
  margin-bottom: 75px !important; }

.mt-75 {
  margin-top: 75px !important; }

.ml-75 {
  margin-left: 75px !important; }

.mr-75 {
  margin-right: 75px !important; }

.p-75 {
  padding: 75px !important; }

.pb-75 {
  padding-bottom: 75px !important; }

.pt-75 {
  padding-top: 75px !important; }

.pl-75 {
  padding-left: 75px !important; }

.pr-75 {
  padding-right: 75px !important; }

.m--75 {
  margin: -75px !important; }

.mb--75 {
  margin-bottom: -75px !important; }

.mt--75 {
  margin-top: -75px !important; }

.ml--75 {
  margin-left: -75px !important; }

.mr--75 {
  margin-right: -75px !important; }

.p--75 {
  padding: -75px !important; }

.pb--75 {
  padding-bottom: -75px !important; }

.pt--75 {
  padding-top: -75px !important; }

.pl--75 {
  padding-left: -75px !important; }

.pr--75 {
  padding-right: -75px !important; }

.m-80 {
  margin: 80px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.mt-80 {
  margin-top: 80px !important; }

.ml-80 {
  margin-left: 80px !important; }

.mr-80 {
  margin-right: 80px !important; }

.p-80 {
  padding: 80px !important; }

.pb-80 {
  padding-bottom: 80px !important; }

.pt-80 {
  padding-top: 80px !important; }

.pl-80 {
  padding-left: 80px !important; }

.pr-80 {
  padding-right: 80px !important; }

.m--80 {
  margin: -80px !important; }

.mb--80 {
  margin-bottom: -80px !important; }

.mt--80 {
  margin-top: -80px !important; }

.ml--80 {
  margin-left: -80px !important; }

.mr--80 {
  margin-right: -80px !important; }

.p--80 {
  padding: -80px !important; }

.pb--80 {
  padding-bottom: -80px !important; }

.pt--80 {
  padding-top: -80px !important; }

.pl--80 {
  padding-left: -80px !important; }

.pr--80 {
  padding-right: -80px !important; }

.m-85 {
  margin: 85px !important; }

.mb-85 {
  margin-bottom: 85px !important; }

.mt-85 {
  margin-top: 85px !important; }

.ml-85 {
  margin-left: 85px !important; }

.mr-85 {
  margin-right: 85px !important; }

.p-85 {
  padding: 85px !important; }

.pb-85 {
  padding-bottom: 85px !important; }

.pt-85 {
  padding-top: 85px !important; }

.pl-85 {
  padding-left: 85px !important; }

.pr-85 {
  padding-right: 85px !important; }

.m--85 {
  margin: -85px !important; }

.mb--85 {
  margin-bottom: -85px !important; }

.mt--85 {
  margin-top: -85px !important; }

.ml--85 {
  margin-left: -85px !important; }

.mr--85 {
  margin-right: -85px !important; }

.p--85 {
  padding: -85px !important; }

.pb--85 {
  padding-bottom: -85px !important; }

.pt--85 {
  padding-top: -85px !important; }

.pl--85 {
  padding-left: -85px !important; }

.pr--85 {
  padding-right: -85px !important; }

.m-90 {
  margin: 90px !important; }

.mb-90 {
  margin-bottom: 90px !important; }

.mt-90 {
  margin-top: 90px !important; }

.ml-90 {
  margin-left: 90px !important; }

.mr-90 {
  margin-right: 90px !important; }

.p-90 {
  padding: 90px !important; }

.pb-90 {
  padding-bottom: 90px !important; }

.pt-90 {
  padding-top: 90px !important; }

.pl-90 {
  padding-left: 90px !important; }

.pr-90 {
  padding-right: 90px !important; }

.m--90 {
  margin: -90px !important; }

.mb--90 {
  margin-bottom: -90px !important; }

.mt--90 {
  margin-top: -90px !important; }

.ml--90 {
  margin-left: -90px !important; }

.mr--90 {
  margin-right: -90px !important; }

.p--90 {
  padding: -90px !important; }

.pb--90 {
  padding-bottom: -90px !important; }

.pt--90 {
  padding-top: -90px !important; }

.pl--90 {
  padding-left: -90px !important; }

.pr--90 {
  padding-right: -90px !important; }

.m-95 {
  margin: 95px !important; }

.mb-95 {
  margin-bottom: 95px !important; }

.mt-95 {
  margin-top: 95px !important; }

.ml-95 {
  margin-left: 95px !important; }

.mr-95 {
  margin-right: 95px !important; }

.p-95 {
  padding: 95px !important; }

.pb-95 {
  padding-bottom: 95px !important; }

.pt-95 {
  padding-top: 95px !important; }

.pl-95 {
  padding-left: 95px !important; }

.pr-95 {
  padding-right: 95px !important; }

.m--95 {
  margin: -95px !important; }

.mb--95 {
  margin-bottom: -95px !important; }

.mt--95 {
  margin-top: -95px !important; }

.ml--95 {
  margin-left: -95px !important; }

.mr--95 {
  margin-right: -95px !important; }

.p--95 {
  padding: -95px !important; }

.pb--95 {
  padding-bottom: -95px !important; }

.pt--95 {
  padding-top: -95px !important; }

.pl--95 {
  padding-left: -95px !important; }

.pr--95 {
  padding-right: -95px !important; }

.m-100 {
  margin: 100px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.mt-100 {
  margin-top: 100px !important; }

.ml-100 {
  margin-left: 100px !important; }

.mr-100 {
  margin-right: 100px !important; }

.p-100 {
  padding: 100px !important; }

.pb-100 {
  padding-bottom: 100px !important; }

.pt-100 {
  padding-top: 100px !important; }

.pl-100 {
  padding-left: 100px !important; }

.pr-100 {
  padding-right: 100px !important; }

.m--100 {
  margin: -100px !important; }

.mb--100 {
  margin-bottom: -100px !important; }

.mt--100 {
  margin-top: -100px !important; }

.ml--100 {
  margin-left: -100px !important; }

.mr--100 {
  margin-right: -100px !important; }

.p--100 {
  padding: -100px !important; }

.pb--100 {
  padding-bottom: -100px !important; }

.pt--100 {
  padding-top: -100px !important; }

.pl--100 {
  padding-left: -100px !important; }

.pr--100 {
  padding-right: -100px !important; }

.content .article__title {
  margin-top: 46px;
  padding-left: 40px;
  font-family: PT Sans Narrow; }
  @media (max-width: 1249px) {
    .content .article__title {
      padding-left: 20px; } }
  @media (max-width: 767px) {
    .content .article__title {
      padding-left: 17px;
      margin-top: 14px; } }

.content .article__date {
  margin-top: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  height: 18px;
  font-family: Roboto;
  line-height: 1.2;
  color: #646464; }
  @media (max-width: 767px) {
    .content .article__date {
      font-size: 12px;
      height: 14px; } }

.content .article__author {
  display: flex;
  font-size: 21px;
  line-height: 1.19048;
  margin-top: 26px;
  align-items: flex-end; }
  @media (max-width: 767px) {
    .content .article__author {
      margin-top: 25px; } }

.content .article__source {
  margin-top: 32px;
  margin-bottom: 14px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 1.18;
  color: #646464; }
  @media (max-width: 767px) {
    .content .article__source {
      font-size: 16px;
      margin-top: 20px;
      margin-bottom: 10px; } }

.content .article__category {
  font-family: Roboto; }

.article {
  padding-right: 0px;
  padding-bottom: 0px;
  position: relative; }
  @media (max-width: 767px) {
    .article {
      padding-bottom: 0;
      margin-bottom: 20px; } }
  .article__header {
    border-bottom: 2px solid #000;
    padding: 0px 14px;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .article__header {
        padding: 0px;
        margin-bottom: 19px; } }
  .article__author-content {
    padding-bottom: 15px; }
  .article__author-img {
    margin-right: 22px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    justify-content: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .article__author-img {
        width: 80px;
        height: 80px; } }
    .article__author-img img {
      width: 100%; }
  .article__author-title {
    font-weight: normal;
    color: #646464;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .article__author-title {
        font-size: 12px; } }
  .article__author-sub {
    font-weight: 100;
    font-family: "Roboto", Arial, Verdana, sans-serif; }
    @media (max-width: 767px) {
      .article__author-sub {
        font-size: 12px; } }
  .article__author-sub {
    margin-top: 3px; }
  .article__content {
    padding-left: 14px; }
    @media (max-width: 767px) {
      .article__content {
        padding-left: 0px; } }
  .article__share {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 30px;
    right: 0px; }
    @media (max-width: 767px) {
      .article__share {
        bottom: 0; } }
    .article__share .ya-share2__copied-tooltip {
      display: none; }
  .article__share-title {
    margin-right: 18px;
    font-weight: normal;
    font-size: 15px;
    line-height: 1.2;
    color: #646464; }
  .article .subtext {
    font-size: 36px; }
    @media (max-width: 1449px) {
      .article .subtext {
        font-size: 30px; } }
    @media (max-width: 1249px) {
      .article .subtext {
        font-size: 28px; } }
    @media (max-width: 1023px) {
      .article .subtext {
        font-size: 22px; } }
    @media (max-width: 767px) {
      .article .subtext {
        font-size: 20px; } }

@media (max-width: 767px) {
  .article-body .col-md-9 {
    order: 2; }
  .article-body .col-md-3 {
    order: 1; }
  .article-body .order-mod-1 {
    order: 2; }
  .article-body .order-mod-2 {
    order: 1; }
  .article-body .side-section__item {
    flex-direction: column; }
  .article-body .side-section__banner-links {
    display: none; } }

.article--about {
  margin-right: 0px; }

.article-hero {
  padding-top: 160px;
  padding-bottom: 177px;
  position: relative;
  margin-bottom: 50px; }
  .article-hero:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 0; }
  .article-hero .article-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: cover; }
  .article-hero .article-hero-main-header {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 855px;
    margin: auto; }
    .article-hero .article-hero-main-header:after {
      display: block;
      content: "";
      height: 1px;
      background-color: #fff;
      flex-grow: 1; }
    .article-hero .article-hero-main-header:before {
      display: block;
      content: "";
      height: 1px;
      background-color: #fff;
      flex-grow: 1; }
  .article-hero .article-hero-main-header-text {
    position: relative;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    padding: 0px 32px;
    line-height: 1.17647;
    z-index: 10;
    color: #26c193; }
  .article-hero .article-hero-main-title {
    position: relative;
    text-align: center;
    margin: 40px 0px 30px;
    color: #fff;
    font-size: 28px;
    z-index: 10; }
  .article-hero .article-hero-main-desc {
    position: relative;
    color: #fff;
    font-style: normal;
    font-weight: 500;
    line-height: 1.19048;
    text-align: center;
    max-width: 90%;
    margin: auto;
    margin-bottom: 50px;
    z-index: 10; }
  .article-hero .article-hero-main-footer {
    position: relative;
    margin: auto;
    width: 100%;
    height: 1px;
    background-color: #fff;
    text-align: center;
    max-width: 855px;
    z-index: 10; }
  .article-hero .article-hero-footer {
    z-index: 10;
    position: absolute;
    bottom: 9px;
    right: 23px;
    font-weight: normal;
    font-size: 17px;
    line-height: 1.17647;
    color: #ffffff; }

.article-card,
.article-info-block-list {
  float: left; }
  .article-card:not(.right),
  .article-info-block-list:not(.right) {
    margin-right: 15px; }
  .article-card .article-card-i,
  .article-info-block-list .article-card-i {
    padding: 30px;
    border: 2px solid #646464;
    max-width: 320px; }
  .article-card .article-card-link,
  .article-info-block-list .article-card-link {
    text-decoration: underline;
    color: #26c193; }
  .article-card .article-card-ava,
  .article-info-block-list .article-card-ava {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden; }
  .article-card .article-card-title,
  .article-info-block-list .article-card-title {
    margin-top: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 1.17647;
    color: #000; }
  .article-card .article-card-text,
  .article-info-block-list .article-card-text {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.2;
    margin-top: 20px; }
  .article-card .article-card-subtitle,
  .article-info-block-list .article-card-subtitle {
    margin-top: 7px;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.14286;
    color: #646464; }

.article-info-block-list {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  max-width: 430px; }
  .article-info-block-list .article-info-block-list-item-icon {
    width: 80px;
    height: 80px;
    align-self: flex-start;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex: 1 0 auto; }
  .article-info-block-list .article-info-block-list-item {
    display: flex;
    align-items: center;
    padding: 24px 8px;
    border-top: 2px solid #000; }
  .article-info-block-list .article-info-block-list-item-icon,
  .article-info-block-list .article-info-block-list-item-count {
    margin-right: 27px; }
  .article-info-block-list .article-info-block-list-item-text-main {
    margin-top: 24px;
    font-family: "Minion Pro", Arial, Verdana, sans-serif; }
  .article-info-block-list .article-info-block-list-item-count {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #000;
    flex: 1 0 auto;
    margin-left: 17px; }
  .article-info-block-list .article-info-block-list-item-header {
    border-color: #eeeff1;
    border-top: none !important; }

.caption.vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px; }
  .caption.vertical .pic,
  .caption.vertical .text {
    flex: 1; }
    .caption.vertical .pic img,
    .caption.vertical .text img {
      margin: auto; }
    @media (max-width: 1023px) {
      .caption.vertical .pic,
      .caption.vertical .text {
        margin-bottom: 15px; } }
  @media (max-width: 1023px) {
    .caption.vertical {
      display: block; } }

.article-info-block-list.title-header-s_2 {
  max-width: 595px; }
  .article-info-block-list.title-header-s_2 .article-info-block-list-item-text-main {
    margin-top: 0px;
    font-family: "Minion Pro", Arial, Verdana, sans-serif;
    font-size: 30px;
    line-height: 1.2; }
  .article-info-block-list.title-header-s_2 .article-info-block-list-item-text-title {
    font-weight: bold;
    font-size: 35px;
    line-height: 1.17143; }
  .article-info-block-list.title-header-s_2 .article-info-block-list-item-count {
    align-self: flex-start; }

hr {
  margin-top: 28px;
  margin-bottom: 28px;
  border: 0;
  border-top: 1px solid #eee;
  box-sizing: content-box;
  height: 0; }

.content .cite {
  font-family: "Roboto", Arial, Verdana, sans-serif;
  font-weight: normal; }
  .content .cite .title {
    font-family: "Roboto", Arial, Verdana, sans-serif; }

.cite.left,
.cite.right {
  width: 33%;
  margin: 5px 70px 10px 0;
  padding: 0 20px 0 0;
  float: left;
  border-right-width: 2px;
  border-style: solid;
  text-align: center;
  color: #646464;
  font-size: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.18182; }
  @media (max-width: 1023px) {
    .cite.left,
    .cite.right {
      width: 100%;
      margin: 0px;
      min-height: auto;
      margin-bottom: 20px; } }
  .cite.left .pic,
  .cite.right .pic {
    width: 126px;
    height: 126px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 35px; }
  .cite.left .title,
  .cite.right .title {
    margin-top: 0px;
    color: #000;
    text-align: center;
    font-size: 27px;
    margin-bottom: 10px;
    line-height: 1.18519; }
    @media (max-width: 1449px) {
      .cite.left .title,
      .cite.right .title {
        font-size: 26px; } }
    @media (max-width: 1249px) {
      .cite.left .title,
      .cite.right .title {
        font-size: 22px; } }
    @media (max-width: 1023px) {
      .cite.left .title,
      .cite.right .title {
        font-size: 18px; } }
    @media (max-width: 767px) {
      .cite.left .title,
      .cite.right .title {
        font-size: 17px; } }

.cite.right {
  float: right;
  border-right-width: 0px;
  border-left-width: 2px;
  padding: 0 0 0 20px;
  margin: 5px 0px 10px 70px; }

.cite.style-4 {
  border-color: #26c193; }

.article-inset {
  margin: 50px 0px; }
  @media (max-width: 1249px) {
    .article-inset {
      margin: 25px 0px; } }
  @media (max-width: 767px) {
    .article-inset {
      margin: 15px 0px; } }
  .article-inset .wrap {
    padding-left: 47px; }
    @media (max-width: 767px) {
      .article-inset .wrap {
        padding-left: 22px; } }
    .article-inset .wrap_i {
      font-size: 25px;
      line-height: 1.4; }
      @media (max-width: 1449px) {
        .article-inset .wrap_i {
          font-size: 20px; } }
      @media (max-width: 1249px) {
        .article-inset .wrap_i {
          font-size: 18px; } }
      @media (max-width: 767px) {
        .article-inset .wrap_i {
          font-size: 15px; } }
      .article-inset .wrap_i a {
        color: #26c193; }
      .article-inset .wrap_i:not(:last-child) {
        margin-bottom: 48px; }
        @media (max-width: 1249px) {
          .article-inset .wrap_i:not(:last-child) {
            margin-bottom: 30px; } }
        @media (max-width: 767px) {
          .article-inset .wrap_i:not(:last-child) {
            margin-bottom: 15px; } }

.article-card-s_2 {
  background-color: #ececec; }
  .article-card-s_2 .article-card-i {
    border-color: transparent; }

.article-card-s_3 .article-card-i {
  padding: 34px 30px 22px 30px;
  position: relative; }

.article-card-s_3 .article-card-title {
  background-color: #fff;
  margin-top: 0px;
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translate(-50%, -50%);
  padding: 0px 15px; }

.article-card-s_3 .article-card-text {
  text-transform: uppercase;
  font-family: "Roboto", Arial, Verdana, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.1875;
  color: #646464;
  margin: 0px; }

.article-card-s_4 {
  border: none;
  position: relative;
  padding-left: 23px; }
  .article-card-s_4:before {
    position: absolute;
    content: "";
    width: 23px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    left: 4px;
    top: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='23' height='40' viewBox='0 0 23 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H23L21 40L0 0Z' fill='%23ECECEC'/%3E%3C/svg%3E%0A"); }
  .article-card-s_4 .article-card-i {
    border: none;
    padding: 20px 34px;
    background-color: #ececec; }
  .article-card-s_4 .article-card-link {
    color: #000; }
    @media (min-width: 1024px) {
      .article-card-s_4 .article-card-link:hover {
        text-decoration: none; } }
  .article-card-s_4 .article-card-news-preview {
    margin-top: 25px;
    width: 100%;
    height: auto; }

blockquote {
  position: relative;
  padding-left: 80px;
  clear: both;
  font-family: Minion Pro Italic !important;
  margin: 20px 0px;
  font-style: italic;
  font-weight: normal;
  line-height: 1.2;
  font-size: 25px;
  line-height: 1.25; }
  @media (max-width: 767px) {
    blockquote {
      padding-left: 60px; } }
  blockquote:before {
    content: "";
    color: #000;
    background-image: url("data:image/svg+xml,%3Csvg width='66' height='49' viewBox='0 0 66 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.5041 0.484396L29.5644 5.8411C24.0703 8.17608 20.0184 10.6484 17.4088 13.2581C14.7991 15.8678 13.4942 19.1642 13.4942 23.1474C13.4942 26.7185 14.6617 29.6029 16.9967 31.8006C19.469 33.9982 22.5594 35.4404 26.2679 36.1271C26.9547 36.1271 27.5728 36.5392 28.1222 37.3633C28.8089 38.0501 29.1523 39.0115 29.1523 40.2477C29.1523 42.72 28.1909 44.6429 26.2679 46.0164C24.345 47.39 22.3534 48.0767 20.2931 48.0767H20.0871C15.2798 48.0767 10.8159 46.1538 6.69533 42.308C2.71213 38.4621 0.720533 33.4488 0.720533 27.268C0.720533 20.5377 3.33021 14.9063 8.54957 10.3737C13.7689 5.8411 20.0871 2.54467 27.5041 0.484396ZM63.5589 0.484396L65.6192 5.8411C60.1251 8.17608 56.0732 10.6484 53.4635 13.2581C50.8539 15.8678 49.549 19.1642 49.549 23.1474C49.549 26.7185 50.7852 29.6029 53.2575 31.8006C55.7298 33.9982 58.8203 35.4404 62.5287 36.1271C64.3143 36.1271 65.2071 37.5006 65.2071 40.2477C65.2071 42.72 64.2456 44.6429 62.3227 46.0164C60.3998 47.39 58.4082 48.0767 56.3479 48.0767H56.1419C51.3346 48.0767 46.8707 46.1538 42.7501 42.308C38.7669 38.4621 36.7753 33.4488 36.7753 27.268C36.7753 20.5377 39.385 14.9063 44.6044 10.3737C49.8237 5.8411 56.1419 2.54467 63.5589 0.484396Z' fill='black'/%3E%3C/svg%3E%0A");
    position: absolute;
    top: -10px;
    left: 0;
    width: 80px;
    height: 50px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    line-height: 1; }
    @media (max-width: 767px) {
      blockquote:before {
        width: 40px; } }
  @media (max-width: 1449px) {
    blockquote {
      font-size: 23px; } }
  @media (max-width: 1249px) {
    blockquote {
      font-size: 22px; } }
  @media (max-width: 1023px) {
    blockquote {
      font-size: 21px; } }
  @media (max-width: 767px) {
    blockquote {
      font-size: 20px; } }
  blockquote .source {
    margin-top: 12px; }
    blockquote .source p.text {
      font-family: "Roboto", Arial, Verdana, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 16px;
      color: #646464; }

blockquote.style-3 {
  border-top: 4px solid #26c193;
  border-bottom: 4px solid #26c193;
  padding-left: 0px;
  padding: 12px 5px; }
  blockquote.style-3:before {
    display: none; }
  blockquote.style-3 .title {
    font-weight: bold;
    font-size: 34px;
    line-height: 1.32353;
    color: #646464;
    margin-bottom: 25px; }
  blockquote.style-3 .pic {
    width: 226px;
    height: 226px;
    border-radius: 50%;
    overflow: hidden; }
    blockquote.style-3 .pic img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  blockquote.style-3 .text {
    font-weight: normal;
    font-size: 25px;
    line-height: 1.25;
    margin-bottom: 25px;
    letter-spacing: normal; }
    @media (max-width: 1449px) {
      blockquote.style-3 .text {
        font-size: 23px; } }
    @media (max-width: 1249px) {
      blockquote.style-3 .text {
        font-size: 22px; } }
    @media (max-width: 1023px) {
      blockquote.style-3 .text {
        font-size: 21px; } }
    @media (max-width: 767px) {
      blockquote.style-3 .text {
        font-size: 20px; } }

blockquote.style-4 {
  border-top: 4px solid #26c193;
  border-bottom: 4px solid #26c193;
  padding-left: 0px;
  padding: 12px 5px; }
  blockquote.style-4:before {
    display: none; }
  blockquote.style-4 .title {
    font-weight: bold;
    font-size: 34px;
    line-height: 1.32353;
    color: #646464;
    margin-bottom: 25px; }
  blockquote.style-4 .caption.wide {
    display: flex;
    align-items: center;
    justify-content: center; }
  blockquote.style-4 .pic {
    width: 226px;
    height: 226px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center; }
    blockquote.style-4 .pic img {
      max-width: 100%;
      max-height: 100%; }
  blockquote.style-4 .text {
    font-weight: normal;
    font-size: 25px;
    line-height: 1.25;
    margin-bottom: 25px;
    letter-spacing: normal; }
    @media (max-width: 1449px) {
      blockquote.style-4 .text {
        font-size: 23px; } }
    @media (max-width: 1249px) {
      blockquote.style-4 .text {
        font-size: 22px; } }
    @media (max-width: 1023px) {
      blockquote.style-4 .text {
        font-size: 21px; } }
    @media (max-width: 767px) {
      blockquote.style-4 .text {
        font-size: 20px; } }

.speakers .s-item {
  width: 33.33%;
  float: left;
  position: relative;
  height: 180px; }
  .speakers .s-item:after, .speakers .s-item:before {
    position: absolute;
    content: "";
    display: block;
    background: #646464; }
  .speakers .s-item:after {
    position: absolute;
    content: "";
    height: 70%;
    width: 1px;
    left: 0;
    top: 15%; }
  .speakers .s-item:before {
    position: absolute;
    content: "";
    width: 70%;
    height: 1px;
    top: 0;
    left: 15%; }

.speakers .photo {
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
  margin: 0 auto 25px; }

.speakers .name,
.speakers .description {
  text-align: center; }

.speakers .item_i {
  padding: 0px 20px; }

.article-addition {
  padding: 20px 0px;
  padding-bottom: 30px;
  margin: 0px;
  position: relative; }
  .article-addition .article__share {
    bottom: 10px;
    position: static;
    display: flex;
    justify-content: flex-end;
    margin: 20px 0px;
    margin-bottom: 0px; }
    .article-addition .article__share div {
      margin: 0px;
      margin-left: auto; }
  .article-addition .count-num {
    display: none; }
  .article-addition .addition-header {
    padding-bottom: 25px; }
  .article-addition .addition-title {
    font-family: "PT Sans Narrow", Arial, Verdana, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 55px;
    line-height: 1;
    text-transform: uppercase; }
    @media (max-width: 1249px) {
      .article-addition .addition-title {
        font-size: 38px; } }
    @media (max-width: 767px) {
      .article-addition .addition-title {
        font-size: 23px; } }
  .article-addition .source,
  .article-addition .date {
    font-size: 15px;
    color: #26c193;
    display: inline-block; }
  .article-addition .source {
    margin-right: 40px; }

.article__content .article-addition:not(:last-child) {
  border-bottom: 1px dotted #000; }

.lead {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 1.2;
  font-family: "Roboto", Arial, Verdana, sans-serif; }
  @media (max-width: 767px) {
    .lead {
      margin-bottom: 19px; } }
  @media (max-width: 1449px) {
    .lead {
      font-size: 24px; } }
  @media (max-width: 1249px) {
    .lead {
      font-size: 23px; } }
  @media (max-width: 1023px) {
    .lead {
      font-size: 22px; } }
  @media (max-width: 767px) {
    .lead {
      font-size: 20px; } }

.content .lead p {
  font-family: Roboto;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 1.2; }
  @media (max-width: 767px) {
    .content .lead p {
      margin-bottom: 19px; } }
  @media (max-width: 1449px) {
    .content .lead p {
      font-size: 24px; } }
  @media (max-width: 1249px) {
    .content .lead p {
      font-size: 23px; } }
  @media (max-width: 1023px) {
    .content .lead p {
      font-size: 22px; } }
  @media (max-width: 767px) {
    .content .lead p {
      font-size: 20px; } }

.article-info-block-s_5 .article-info-block-copy {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 25px 60px;
  z-index: 1;
  color: white; }

.article-info-block-s_1 .article-info-block-left {
  display: flex;
  align-items: center; }

.article-info-block-s_3 .article-info-block-left,
.article-info-block-s_3 .article-info-block-right,
.article-info-block-s_4 .article-info-block-left,
.article-info-block-s_4 .article-info-block-right,
.article-info-block-s_4 .article-info-block-left_2,
.article-info-block-s_4 .article-info-block-right_2,
.article-info-block-s_5 .article-info-block-left,
.article-info-block-s_5 .article-info-block-right {
  min-height: 710px; }

.article-info-block-s_3 .article-info-block-left,
.article-info-block-s_4 .article-info-block-left,
.article-info-block-s_4 .article-info-block-right_2,
.article-info-block-s_5 .article-info-block-right,
.article-info-block-s_1-2 .article-info-block-right,
.article-info-block-s_6 .article-info-block-i-img {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.article-info-block-s_1-2 .article-info-block-left,
.article-info-block-s_1-2 .article-info-block-right {
  min-height: 530px; }

@media screen and (max-width: 1024px) {
  .article-info-block {
    min-height: auto; }
  .article-info-block-s_1 .article-info-block-img_1 {
    left: 10%;
    width: 60%; }
  .article-info-block-s_1 .article-info-block-img_2 {
    right: 10%;
    width: 60%; }
  .article-info-block-s_2 .article-info-block-img_1 {
    left: 10%;
    width: 60%; }
  .article-info-block-s_2 .article-info-block-decor {
    right: 10%;
    width: 60%; }
  .article-info-block-img-i {
    margin-top: 30px; }
  .article-info-block-s_3 .article-info-block-left,
  .article-info-block-s_3 .article-info-block-right,
  .article-info-block-s_4 .article-info-block-left,
  .article-info-block-s_4 .article-info-block-right,
  .article-info-block-s_4 .article-info-block-left_2,
  .article-info-block-s_4 .article-info-block-right_2,
  .article-info-block-s_5 .article-info-block-left,
  .article-info-block-s_5 .article-info-block-right,
  .article-info-block-s_1-2 .article-info-block-left,
  .article-info-block-s_1-2 .article-info-block-right {
    min-height: 320px; }
  .article-info-block-s_5 .article-info-block-left,
  .article-info-block-s_3 .article-info-block-right,
  .article-info-block-s_4 .article-info-block-right {
    padding: 0 10% 0 10%; }
  .article-info-block-s_5-2 .article-info-block-left {
    background: #4576d4; }
  .article-info-block-s_5-2 .article-info-block-text {
    margin-right: 0; }
  .article-info-block-s_4 .article-info-block-right,
  .article-info-block-s_4 .article-info-block-left_2 {
    margin: 40px 0;
    padding: 0 10% 0 10%; }
  .article-info-block.article-info-block-s_4 {
    padding: 0; }
  .article-info-block-img-shadow:before {
    background: linear-gradient(to bottom, #4576d4 0%, rgba(69, 18, 212, 0.5) 40%, rgba(69, 18, 212, 0.2) 100%); } }

.mark-drop-text {
  width: 100%;
  display: none;
  border: 1px solid #7783a0;
  border-radius: 4px;
  background: #f7f7f7;
  color: #7783a0;
  font-size: 14px;
  padding: 20px; }
  .mark-drop-text a {
    font-size: 18px;
    display: block; }

.mark-drop {
  position: relative;
  display: inline-block;
  color: #7783a0;
  border: 1px solid #7783a0;
  cursor: pointer;
  background: #fff;
  padding: 0 10px;
  border-radius: 4px; }
  .mark-drop.open {
    background-color: #f7f7f7; }
    .mark-drop.open:before {
      display: block; }
    .mark-drop.open + .mark-drop-text {
      display: table; }
  .mark-drop:before {
    content: "";
    display: none;
    height: 7px;
    background: #f7f7f7;
    border-left: 1px solid #7783a0;
    border-right: 1px solid #7783a0;
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    margin-top: -5px; }

.ajax-tag-news {
  font-size: 25px;
  padding-left: 47px; }
  @media (max-width: 1249px) {
    .ajax-tag-news {
      margin: 25px 0px; } }
  @media (max-width: 767px) {
    .ajax-tag-news {
      padding-left: 22px; } }
  @media (max-width: 767px) {
    .ajax-tag-news {
      margin: 15px 0px; } }

.pic + .description {
  font-family: "Roboto", Arial, Verdana, sans-serif; }

.text-informer {
  padding: 42px 90px;
  background-color: #ececec; }
  .text-informer .i-title {
    font-size: 48px;
    line-height: 56px;
    font-weight: bold; }
    @media (max-width: 767px) {
      .text-informer .i-title {
        font-size: 32px;
        line-height: 36px; } }
  @media (max-width: 767px) {
    .text-informer {
      padding: 20px 40px; } }

.addition-wrap {
  padding-bottom: 0px; }

.cite-color {
  border-top: 4px solid #26c193;
  border-bottom: 4px solid #26c193;
  padding-left: 0px;
  padding: 12px 0px;
  margin: 20px 0px; }
  .cite-color.left {
    float: left; }
  .cite-color.right {
    float: right; }
  .cite-color .caption {
    float: left;
    margin-right: 40px; }
    @media (max-width: 767px) {
      .cite-color .caption {
        float: none;
        margin-right: 0px; } }
  .cite-color .title {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 40px;
    color: #646464;
    margin-bottom: 25px; }

.content .cite-color p {
  font-size: 22px; }
  @media (max-width: 1449px) {
    .content .cite-color p {
      font-size: 20px; } }
  @media (max-width: 1249px) {
    .content .cite-color p {
      font-size: 19px; } }
  @media (max-width: 767px) {
    .content .cite-color p {
      font-size: 18px; } }

.sl-img {
  max-width: 900px;
  margin: auto; }

@media (max-width: 767px) {
  .order-mod-1 {
    order: 1; }
  .order-mod-2 {
    order: 2; } }

.border-big .article-card-i {
  border: 5px solid; }

.border-left .article-card-i {
  border: 2px solid;
  border-right: transparent;
  border-top: transparent;
  border-bottom: transparent; }

.border-s_1 .article-card-i,
.border-s_1 .article-info-block-list-item {
  border-color: #26c193; }

.border-s_2 .article-card-i,
.border-s_2 .article-info-block-list-item {
  border-color: #646464; }

.border-s_3 .article-card-i,
.border-s_3 .article-info-block-list-item {
  border-color: #1e2dfa; }

.bg-s_1 {
  background-color: #1e2dfa; }
  .bg-s_1 .article-card-i {
    border-color: transparent; }
  .bg-s_1 .article-card-title,
  .bg-s_1 .article-card-text,
  .bg-s_1 .article-card-subtitle {
    color: #fff !important; }

.bg-s_2 {
  background-color: #1E1E1E; }
  .bg-s_2 .article-card-i {
    border-color: transparent; }
  .bg-s_2 .article-card-title,
  .bg-s_2 .article-card-text {
    color: #fff !important; }

.bg-s_3 {
  background-color: #26C193; }
  .bg-s_3 .article-card-i {
    border-color: transparent; }
  .bg-s_3 .article-card-title,
  .bg-s_3 .article-card-text {
    color: #fff; }

.title-s_1 .article-card-title {
  color: #26c193; }

.mb-80 {
  margin-bottom: 55px; }

.title-s_1 .article-card-title,
.title-s_1 .article-info-block-list-item-text-title {
  color: #26c193; }

.title-s_2 .article-card-title,
.title-s_2 .article-info-block-list-item-text-title {
  color: #000; }

.title-s_3 .article-card-title,
.title-s_3 .article-info-block-list-item-text-title {
  color: #1e2dfa; }

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

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

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

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

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

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

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

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

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

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

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

.slick-slide img {
  display: block; }

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

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

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

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

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

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

.sl-img__nav .slick-slide {
  padding: 0 5px;
  cursor: pointer; }

.slick-slider .slick-arrow.slick-next {
  transform: translateY(-50%);
  right: 0; }

.slick-slider .slick-arrow {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  z-index: 999;
  cursor: pointer; }

.slick-slider .slick-arrow.slick-prev {
  transform: translateY(-50%) rotate(180deg);
  left: 0; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
		  * Remove all paddings around the image on small screen
		  */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.content .sl-img__title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 4px;
  margin-bottom: 12px;
  overflow: auto;
  font-family: NotoSans-Regular, Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  background-color: #232937; }

@media (max-width: 767px) {
  .content .sl-img__title {
    height: 56px;
    font-size: 14px; }
  .content .sl-img__title-text {
    margin: auto;
    text-align: center;
    font-size: 14px; } }

.slider-comparison {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px; }

.slider-comparison img {
  width: 100%;
  display: block;
  max-width: none !important; }

.slider-comparison__resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden; }

.slider-comparison__handle {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(0, 0, 0, 0.5);
  cursor: ew-resize; }

.slider-comparison__handle:before {
  position: absolute;
  top: calc(50% - 31px);
  left: -26px;
  width: 64px;
  height: 64px;
  content: '>';
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 64px;
  transform: scale(1, 2); }

.slider-comparison__handle:after {
  position: absolute;
  top: calc(50% - 31px);
  left: -37px;
  width: 64px;
  height: 64px;
  content: '<';
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 64px;
  transform: scale(1, 2); }

.loading-mediator-article .textLead {
  margin-bottom: 70px;
}

.loading-mediator-article .place-for-button {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}


.loading-mediator-article .read_more .read_more_text {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
}
.loading-mediator-article{
  position: relative;
}

.loading-mediator-article .textLead{
  overflow: hidden;
  max-height: 600px;
}

.loading-mediator-article .text_read_more {
  position: absolute;
  left: 0;
  bottom: -50px;
  z-index: 5;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 140px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 30%,   rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 1) 100%);
}

@media (max-width: 767px) {
  .loading-mediator-article .textLead {
    max-height: 516px;
  }

  .loading-mediator-article .text_read_more {
    bottom: -50px;
    height: 140px;

    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 30%,   rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 1) 100%);
  }

}

.article__share-canal{
  margin-bottom: 15px;
}


.article__share-canal img{
  max-width: 600px;
  width: 100%;
}

.smi24__informer.smi24__auto{
  margin-top: 10px;
}



.article__share_new {
  width: 100%;
  padding-left: 14px;
  margin-bottom: 15px;
}
.article__share_new .share-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #646464;
}
.article__share_new .share {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 100%;
}
.article__share_new .share .ya-share2__list {
  display: flex;    justify-content: flex-end;
}

.article__share_new .share .ya-share2__list .ya-share2__item {
  margin: 0 10px!important;
  background: white;
  border: 2px solid transparent;
  border-radius: 36px;
  min-width: 180px;

  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;

  display: flex;
  align-items: center;
  text-align: center;
  padding: 0;
}
.article__share_new  .share .ya-share2__item:before{
  content: none!important;
}
.article__share_new  .share .ya-share2__list .ya-share2__item .ya-share2__title{
  display: block;
}

.article__share_new  .share .ya-share2__list .ya-share2__item.ya-share2__item_service_viber {
  border-color: #7A60F6;
}
.article__share_new .share .ya-share2__list .ya-share2__item.ya-share2__item_service_viber:hover {
  background: #E9E4FF;
}
.article__share_new  .share .ya-share2__list .ya-share2__item.ya-share2__item_service_viber .ya-share2__title{
  color: #7A60F6;
}
.article__share_new .share .ya-share2__list .ya-share2__item.ya-share2__item_service_telegram {
  border-color: #179CDE;
}
.article__share_new  .share .ya-share2__list .ya-share2__item.ya-share2__item_service_telegram:hover {
  background: #D6F1FF;
}
.article__share_new  .share .ya-share2__list .ya-share2__item.ya-share2__item_service_telegram .ya-share2__title{
  color: #179CDE;
}
.article__share_new .share .ya-share2__list .ya-share2__item.ya-share2__item_service_facebook {
  border-color: #2D5F9A;
}
.article__share_new  .share .ya-share2__list .ya-share2__item.ya-share2__item_service_facebook:hover {
  background: #D8EAFF;
}
.article__share_new .share .ya-share2__list .ya-share2__item.ya-share2__item_service_facebook .ya-share2__title{
  color: #2D5F9A;
}

.article__share_new .share .ya-share2__list .ya-share2__item.ya-share2__item_service_email {
  border-color: #26C193;
}
.article__share_new  .share .ya-share2__list .ya-share2__item.ya-share2__item_service_email:hover {
  background: #D6FFF3;
}
.article__share_new .share .ya-share2__list .ya-share2__item.ya-share2__item_service_email .ya-share2__title{
  color: #26C193;
}

.article__share_new .share .ya-share2__list .ya-share2__item .ya-share2__link{
  text-decoration: none;
  justify-content: start;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 12px 24px;
}

.article__share_new .share .ya-share2__list .ya-share2__item .ya-share2__link .ya-share2__badge{
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  align-content: center;
  margin-right: 20px;
}
.article__share_new .share .ya-share2__list .ya-share2__item.ya-share2__item_service_viber .ya-share2__link .ya-share2__badge .ya-share2__icon{
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAYAAAAe2bNZAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAQPSURBVHgBtVhbUttIFD3dNpp4kqoxKxixA7OCwArGrCDNCgJ/GTJViKqMw19gBSgrwFmByQpwVoB2EKcqfkTE6tyrlixZlvUwzvmwpe7W1e1zny2BLcBRuv2IsdIQbQE9EmgMm4DnuC2vjhyBLeBMfVeAvMmZGgLBtYXGXRXFmtmB/9T0QEP/Q5cdvtdonvZca1gsphGuzEGHlfShvTM1dXtu66JIyoIZQ/X0nESerCwSTfX/jfWxSBCx05FotGkjHZLx0igCO7PMsyAO17EkEmGT+0hALiQJeee27lAAR03t9IuY5TkCJSBepRUigxzlsS2MItNzotlBMUa0q/11u6LNPCBhYkiOPNyBvOD1b0hJCT1IzY9IocOsQtL8aYVytMn2twXzduqaTCUUrX94q8Y3z2ig5/65x84cywJ+3jKTS8q8MQM2qqFzpsZO3gTt/IhovkNohgSRUoMz5Xd67osTgSD2PfsReikCRUThA6qj0FwMdmb6U6QiR6UdP8emsTD2fPxxH4+nfbH5DLMRTaIGyFxzjrilqONo9DF7TezYGvPPlFuuZsAVbfQDTXcRmYb+9iVmx4HxIWJOk7+GjEI67u4oorcGwh0vwce4y0GgQ/8Lc8uAQ5185Sgl3/YxOWEm2MGNMjjgqAulmgHxEbWgRyvqQWTHbGJiwE46hzhOhsVrZpGU+BSPBJh3jQyChVlf5LxgrSpormTSd+7zvoXWLvtAiok2O+kl+Vd6jFmUkHcpBV+Gv/GtiRJxjgKYIiiPypIfg0L6nhiPkmhznwzZSepXcM2RRWu+cnHlETKnkPHDFvyrMnbmkPtVFIlUT5ne7wRULJP7xl/RhRePmKiOwI5MdrwukO5d1mgJqAQssis5ssdRm10TAF/S9zJ9w+wgk7RSsNnxUBGGQXZccczXcdQy+xryk1F42RIr/QyHWZwDVqEveu5zB1sCJ0di8Ibe9+W9+0KJ/EUTrkHdnKnS7PsUyLxBCz84L3g5U+1sPfntyrB95VKiSsAZ07Qc20dhD1yce4RT1kYa/5vbHE1VUkJpQ/5WfXfJ+1/lP6zduIHKztFGyJxCpYY8GUUW1kCiBDt4PImLWhZJr8Kng/QGJh8yijDsIFy73sSVjiqO+kqOaw2S9J4Lrj99bfqUbonI3Ma88rmpokJ14FG7cfqeCmw8UGqmhTIUYTvwD+myj+3ApoR3+6+aLJq0jU6UVSp8DVAibe05rhhVZiYNLgm0i9M6PVAB2jPMwpr3pLN2znloE4yol9nli42YicEthTkP6QtsjMXR5WnKxGCzBRB7FB01e2kO8aQL2MonkTSirxj8AeGgZKlHGzhMN2xbV6aKUtxk8YnhctOktymMk/OXCPk3KfeN6lN/XX36BcD4ygZkSz3uAAAAAElFTkSuQmCC') no-repeat center center;
  display: block;
  width: 100%;
  height: 100%;
}
.article__share_new .share .ya-share2__list .ya-share2__item.ya-share2__item_service_telegram .ya-share2__link .ya-share2__badge .ya-share2__icon{
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAALPSURBVHgB7ZhPdhJBEMare7LQlWSRhCWDHiCcIHiCcIPAM2RLOAHkBDFbEYknkBtIbkAOgODC91A3rIy+53RZNQI2Mz3/MhN5+ubbhO6mm99UfVXTLwC5cuX6tyVgyyoNpoVvCloCscpDBNX+cvpsuFrfgS2p2JtWUWDnzsGqHiWBsk5/tgOoRescAQvGLwmc6cMHB2So78qpIcoTb7RMEkKO9fGDAboplHBMUHUAWYi7z3JgAzDTIuFo3f1UdQrDMQ2rAV9bAOIFSvmEUt31rn0+Le/qE5lE8LfhocUpJLiQaImhsKDtoHUklXPpW4XN6KUCjGX4P5oJFI150x7t96cdiU7X9CU65xbSALpQDpDRsRXH8MufvXpsye6sYS8YzpDWtSyQI7gPoG54gopr+DFFrT1vlkc82O9PBgRXD9ugLH+KA4MQ0/AmLQjkat582l2f4+C7GGf4CoTliyBHS0ngnlULN7xf9LQjsMhrjfLMPWswLS3hDiM3I9yYpjcAD3qTc3r9XAqEpFoIQel8YV+vJhgOHXxPH0txDiBfj03zMnQYS1wEwtbh9l5ND5PALX97ZJr1eXBVqRKwRoFk/wWled069EmGk9KFS2QPeshdrnSIAvSKPUkv8DrBHsEyIlQEF4925EvvgXtvPp5QA76G5BpTgVRMC5FtZhmh0QrWQVh8PSv7/OL2OGVuwFEi/46D1hI1am86V4pqwFFCpW6D1lK/i7nyIQWcC4HmAmHdp2w3JVxvptKnMzswxekBIVkz9+1e+jtIGQCmk+kGoysLwJI+4BZE/fE5fZzF2Gu8wejKAnCdYobjSwJXu7AYUgyjNgsV/iCpr/wHrz+gDuddL/YmXRSiE7DdeIPRlSqCBXothsGxeJ6iaYMh5aYrfqaALKVEJQhupXnDnv2wRIWA3m4sIN5AhP76vz6K/WkdEd2Us08ZHnLlyvUf6xdghUchnF56+QAAAABJRU5ErkJggg==') no-repeat center center;
  display: block;
  width: 100%;
  height: 100%;
}
.article__share_new  .share .ya-share2__list .ya-share2__item.ya-share2__item_service_facebook .ya-share2__link .ya-share2__badge .ya-share2__icon{
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFRSURBVHgB7ZY9TsNAEEa/iZPeN8BcAPkI4QTABZBTIGpOkNwApaJIEXMScgRL0LM3wCUiMsOuTJHELryatZ1inmTJnl2Pn7w/s4CijAshMGm2mVeMGwLfMpAcNJX2Y+Uv8etH/rjqmm+KgFzdb5YV88rdc7M5trGYEF3AgwkC4eSYarmQBBFMs5ekDzlHEMGKoyV6ItAc5HnberMRA+I1g0p7mfqDewMPxKs4zbZxxfuvtraIZpdFvjAQEGCIv+PWMNFOKucItor7QgWleC8SV8qOI5zY0rZtSVxMiJ6aGabGZ256bzO2lL116WfLWtral37u4Lafjgw+xNH/ftiVEebgzPj0HlqwtPOv9HlhWEGiAp7412LC4viRYmZ+bnSzMgxen0S9/l6dX4g7atnTzGczM+3e84drCNFKIkUFpaigFBWUooJSVFDK2Qsqytj8ActdX1obNh37AAAAAElFTkSuQmCC') no-repeat center center;
  display: block;
  width: 100%;
  height: 100%;
}
.article__share_new  .share .ya-share2__list .ya-share2__item.ya-share2__item_service_email .ya-share2__link .ya-share2__badge .ya-share2__icon{
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAMbSURBVHgB7ZZPUtswFMafFBK26Q2ywTDTTXKAArpBOQGwBkNyAsIJYDCdLgknoDcwCd2HLpghsGhuUM+ULABH6ntOlLh2nFj8yQZ/m0iKLP389Pk9AWTKlCnTxxaLDpTcs2I+9/eAKbaF3SLMVx5jrNFZ3a3pAR6dUcj1jhCuCvOHIxWVUlWr6dT1QAwQlNoaNrpMqhrDX3h3xfbah0RA/Ydk2x2xd/wo+xXG4Ae8lyScP+EetJdiTB9tcSagzLFN+u2KmtdZtTdwoUN4e7jDO2Fv0R7kffwgNqNTEgHpqNEL7ZJ7FLwNLlSnY8CmB6+W8hBug9akHsEVeM9VCr5CasCBygW+4K6430vUoWPg0q+8zpeqy/FIES6wDa29yHttHC9Pmj0LMICUvD+CvBU1NHRfYPMaDIUp5JL8RmtoOIVrK1ClpGfSAKJUKQp5t2ZXjHyJczG/CfJbWjgDwDHkZ/fb6ChCvpz2nKck39Z+I9EakvvtWXCGgAPIZy5dy3VGZiZf5iVP8KXq5tEO92KnoUesn6ebtAakLASGgIGK+NSF1TwdpYQbsXMd9aX2242ojcaWr5x96KsGGFSpBXiRlJeX/q/wyND4laWmc4x+w+PfrcY283kTowcmekkEqcps6MhQDgv/d79mV++F/R+cnkOR5lJtg4GMAcnwt8K+pPbKlbNe4A+/rSvnIGn+UuvkiOasuM469W/FXsME0giQ4LThyU9SwsDsEupW6/QsPJeiZrVOzvTNSHJwl1snVVPI2H0Qy5uaOFGyWkfsHlObojLcOKrrJ+kLYqbSNbE6cKjffbGD/InZoI79idHHPBuwpftIKMkiHEVlMfdwgTVzPWFmUBoZ9IqJOQ6jvdxyyo99P8iNCAlJkIP3SQFHC+maOQVuBDkrAdOloMDzbVozSOBTKhJPA0eZP01ZMtO4fE6DTASkRBscwTDzvy1cGNJvU2UalEIWu4BM+kj+wDjT0wNlmIPw1n4Zso+HH8knasQiiJ/weag7F7hg35C3lRwzxACfpV+HAFK9wc3ZVMFN+zBaiTJlypTpI+sfW1unDHP0Qz0AAAAASUVORK5CYII=') no-repeat center center;
  display: block;
  width: 100%;
  height: 100%;
}
.ya-share2__copied-tooltip {
  display: none;
}
.ya-share-list {
  display: flex;
}
@media (max-width: 1250px) {

  .article__share_new {
    padding-left: 0;
  }
  .article__share_new .share .ya-share2__list .ya-share2__item {
    min-width: auto;
    border-radius: 100%;
  }

  .article__share_new .share .ya-share2__list .ya-share2__item .ya-share2__link {
    padding: 0;
    width: 40px;
    height: 40px;
    justify-content: center;
  }

  .article__share_new .share .ya-share2__list .ya-share2__item .ya-share2__title {
    display: none;
  }

  .article__share_new .share .ya-share2__list .ya-share2__item .ya-share2__link .ya-share2__badge {
    margin: 0;
    width: 24px;
    height: 24px;
  }
  .article__share_new .share .ya-share2__list .ya-share2__item .ya-share2__link .ya-share2__badge .ya-share2__icon{
    background-size: cover!important;
  }
}

.article__content{
  position: relative;
}
.btn_to_news {
  position: sticky;
  bottom: 0;
  z-index: 5;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
}

.btn_to_news_start{
  position: absolute;
  display: flex;
}

.btn_to_news_sticky{
  position: sticky;
}
.btn_to_news button{

  background: #070707;
  border: 1px solid #FFFFFF;
  border-radius: 30px;

  color: white;

  padding: 8px 15px;

  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;

}


@media (max-width: 756px) {
  .popular-section .news-section {
    min-height: 730px;
    overflow: hidden;
  }
}

.news-tag-caption {
  margin: 20px;
  border-radius: 10px;
  border: 1px solid lightgrey;
  font-family: Roboto!important;
}

.news-tag-caption .wide{
  margin: 0px!important;
}

.news-tag-caption .pic{
  margin: 0px!important;
  padding: 15px!important;
}

.news-tag-caption .pic a{
  padding: 0px!important;
}

.news-tag-caption .pic img{
  border-radius: 5px; box-shadow: 0.2em 0.2em 0.7em 0.1em lightgrey;
  max-width: 200px;
  height: auto!important;
}

.news-tag-caption .text {
  padding: 20px!important;
font-family: Roboto!important;
}

.news-tag-caption .text h6{
font-family: Roboto!important;
}

.news-tag-caption .text p{
  font-size: 16pt!important;
}

.news-tag-caption .text a{
  text-decoration: none!important;
  color: black!important;
font-family: Roboto!important;
}

.news-tag-caption-back{
  font-family: Roboto!important;
  color: white!important;
  max-width: 500px; margin: auto; height: 300px; padding: 140px 20px 20px 20px; border-radius: 10px; margin-bottom: 15px;
  background-size: cover!important;
  background-repeat: no-repeat!important;
}
.news-tag-caption-back a{
  text-decoration: none!important;
  color: white!important;
}


.content .news-tag-caption-back h6,
.content .news-tag-caption-back a,
.news-tag-caption-back p,
.news-tag-caption h6 {
font-family: Roboto!important;
}

/* End */


/* Start:/local/templates/html/components-template/betera/style.css?16932032335441*/
.betera-widget {
  margin: 10px 0;
  background: #272A33;
  padding: 15px 0;
}

.betera-widget__header {
  align-items: center;
  display: flex;
  margin-bottom: 15px;
}

.betera-widget__brand {
  padding: 10px;
  margin-right: 10px;
}

.betera-widget__header-logo {
  width: 206px;
  height: 30px;
  margin-top: 9px;
  margin-bottom: 5px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 206px auto;
  background-image: url(/images/i-betera.png);
  display: inline-block;
  vertical-align: top;
}
.betera-widget__header-btn{
  line-height:normal!important;
}
.betera-widget .betera-widget__header-btn a{
  padding: 0!important;
  text-decoration: none!important;
}
.betera-widget__header-btn span {
  padding: 5px 25px;
  border-radius: 18px;
  border: 2px solid  #50F000;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 800;
  line-height: 20px;
  letter-spacing: 0em;
  color: #50F000;
  text-align: center;
}

.betera_slider {
  overflow: hidden;
  position: relative
}

.betera_slider__inner {
  position: relative
}


.betera__cards {
  overflow: hidden
}

.betera__scroller {
  box-sizing: content-box;
  margin-bottom: -50px;
  overflow-x: scroll;
  overflow-y: hidden;
  padding-bottom: 50px;
  white-space: nowrap
}

.betera__slide {
  display: inline-block;
  vertical-align: top;
  white-space: normal;

  height: 380px;
  margin: 5px;
  width: 235px;

}

.betera__slide-item {
  box-sizing: border-box;
  display: block;
  flex-grow: 1;
  margin: 7.5px;
  overflow: hidden;
  position: relative;
  text-decoration: none!important;
  transition: box-shadow .3s;
  transition: background-color .3s,box-shadow .3s;
  white-space: nowrap;
  background: #000;


  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 15px 15px 0;

  height: 380px;
  margin: 7.5px;
  width: 230px;

  border-radius: 6px;
}

.betera__slide-item > div:first-child {
  bottom: 0;
  left: 0;
  -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0
}

.betera__slide-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, .2)
}

.betera__slide-item:hover .betera__slide-image__image {
  transform: scale(1.1) translateZ(0)
}

.betera__slide-image {
  left: 0;
  position: absolute;
  top: 0;
  transition: top .3s
}

.betera__slide-image {
  display: block;
  margin-bottom: 10px;
  -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
  width: 100%
}

.betera__slide-image__image {
  background-origin: content-box;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .3s
}

.betera__slide-image__shadow {
  bottom: -2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: background .3s;

  background: radial-gradient(100% 100% at 50% 0px, transparent 50%, #000 100%) rgba(0, 0, 0, 0.2);
}


.betera-widget .betera__slide-title {
  color: #fff;
  margin-bottom: 15px;
  padding-top: 100%;
  text-shadow: 0 0 8px rgba(0,0,0,.3);
  transition: padding-top .3s;
  font-weight: 500;
  font-size: 28px;
  position: relative;
  z-index: 2;
  white-space: normal;
  line-height: 1.3em;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Roboto", Arial, Verdana, sans-serif;

}

.betera-widget .betera__part {
  display: flex;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  font-family: "Roboto", Arial, Verdana, sans-serif;
  align-items: center;

}

.betera-widget .betera__part-date {
  color: #50F000;
  max-width: 40px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  font-family: "Roboto", Arial, Verdana, sans-serif;
  white-space: normal;
  text-transform: uppercase;
}
.betera-widget .betera__part-title {

  color: white;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  font-family: "Roboto", Arial, Verdana, sans-serif;
  white-space: normal;
  text-transform: uppercase;
}

.betera-widget .betera__part-desc{
  color: #FFFFFF;
  font-size: 9px;
  font-style: italic;
  line-height: 10px;
  font-family: "Roboto", Arial, Verdana, sans-serif;
  white-space: normal;
  padding-left: 40px;
  margin-top: 10px;
  text-transform: uppercase;

}

.betera__slide-item{
  padding-bottom: 20px;
}

@media (max-width: 1023px) {
  .betera-widget__header-btn span{
    padding: 5px;
  }
}
@media (max-width: 767px) {
  .betera-widget__header-btn span{
    display: block;
    max-width: 133px;
    padding: 5px;
  }
}

@media (max-width: 576px) {
  .betera-widget__brand{
    margin-right:0;
  }
  .betera-widget__header-logo{
    background-size: 170px auto;
    width: 170px;
  }
}



.betera-widget .stake{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


.betera-widget .stake__item{
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.betera-widget .stake__title{
    color: #50F000;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 10px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0 5px;
}

.betera-widget .stake__value{
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: white;
    background: #272A33;
    padding: 1px 5px;
min-width:34px;
    margin: 0 5px;
}
/* End */


/* Start:/local/templates/html/styles.css?17550051165757*/
.wysiwyg .lead {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 1.2em;
    margin-bottom: 1.5em;
    color: #232937
}
@media (max-width: 1023px) {
    .wysiwyg .lead {
        margin-top: 0;
        font-size: 18px
    }
}

blockquote {
    position: relative;
    padding-left: 80px;
    clear: both;
    font-family: "Minion Pro", Arial, Verdana, sans-serif;
    margin: 20px 0px;
    font-style: italic;
    font-weight: normal;
    line-height: 1.2;
    font-size: 25px;
    line-height: 1.25;
}

@media (max-width: 767px) {
    blockquote {
        padding-left: 60px;
    }
}

blockquote:before {
    content: '';
    color: #000;
    background-image: url("data:image/svg+xml,%3Csvg width='66' height='49' viewBox='0 0 66 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.5041 0.484396L29.5644 5.8411C24.0703 8.17608 20.0184 10.6484 17.4088 13.2581C14.7991 15.8678 13.4942 19.1642 13.4942 23.1474C13.4942 26.7185 14.6617 29.6029 16.9967 31.8006C19.469 33.9982 22.5594 35.4404 26.2679 36.1271C26.9547 36.1271 27.5728 36.5392 28.1222 37.3633C28.8089 38.0501 29.1523 39.0115 29.1523 40.2477C29.1523 42.72 28.1909 44.6429 26.2679 46.0164C24.345 47.39 22.3534 48.0767 20.2931 48.0767H20.0871C15.2798 48.0767 10.8159 46.1538 6.69533 42.308C2.71213 38.4621 0.720533 33.4488 0.720533 27.268C0.720533 20.5377 3.33021 14.9063 8.54957 10.3737C13.7689 5.8411 20.0871 2.54467 27.5041 0.484396ZM63.5589 0.484396L65.6192 5.8411C60.1251 8.17608 56.0732 10.6484 53.4635 13.2581C50.8539 15.8678 49.549 19.1642 49.549 23.1474C49.549 26.7185 50.7852 29.6029 53.2575 31.8006C55.7298 33.9982 58.8203 35.4404 62.5287 36.1271C64.3143 36.1271 65.2071 37.5006 65.2071 40.2477C65.2071 42.72 64.2456 44.6429 62.3227 46.0164C60.3998 47.39 58.4082 48.0767 56.3479 48.0767H56.1419C51.3346 48.0767 46.8707 46.1538 42.7501 42.308C38.7669 38.4621 36.7753 33.4488 36.7753 27.268C36.7753 20.5377 39.385 14.9063 44.6044 10.3737C49.8237 5.8411 56.1419 2.54467 63.5589 0.484396Z' fill='black'/%3E%3C/svg%3E%0A");
    position: absolute;
    top: -10px;
    left: 0;
    width: 80px;
    height: 50px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    line-height: 1;
}

@media (max-width: 767px) {
    blockquote:before {
        width: 40px;
    }
}

@media (max-width: 1449px) {
    blockquote {
        font-size: 23px;
    }
}

@media (max-width: 1249px) {
    blockquote {
        font-size: 22px;
    }
}

@media (max-width: 1023px) {
    blockquote {
        font-size: 21px;
    }
}

@media (max-width: 767px) {
    blockquote {
        font-size: 20px;
    }
}

blockquote .source {
    margin-top: 12px;
}

blockquote .source p.text {
    font-family: "Roboto", Arial, Verdana, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #646464;
}

blockquote.style-3 {
    border-top: 4px solid #26c193;
    border-bottom: 4px solid #26c193;
    padding-left: 0px;
    padding: 12px 5px;
}

blockquote.style-3:before {
    display: none;
}

blockquote.style-3 .title {
    font-weight: bold;
    font-size: 34px;
    line-height: 1.32353;
    color: #646464;
    margin-bottom: 25px;
}

blockquote.style-3 .pic {
    width: 226px;
    height: 226px;
    border-radius: 50%;
    overflow: hidden;
}

blockquote.style-3 .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

blockquote.style-3 .text {
    font-weight: normal;
    font-size: 25px;
    line-height: 1.25;
    margin-bottom: 25px;
    letter-spacing: normal;
}

@media (max-width: 1449px) {
    blockquote.style-3 .text {
        font-size: 23px;
    }
}

@media (max-width: 1249px) {
    blockquote.style-3 .text {
        font-size: 22px;
    }
}

@media (max-width: 1023px) {
    blockquote.style-3 .text {
        font-size: 21px;
    }
}

@media (max-width: 767px) {
    blockquote.style-3 .text {
        font-size: 20px;
    }
}

blockquote.style-4 {
    border-top: 4px solid #26c193;
    border-bottom: 4px solid #26c193;
    padding-left: 0px;
    padding: 12px 5px;
}

blockquote.style-4:before {
    display: none;
}

blockquote.style-4 .title {
    font-weight: bold;
    font-size: 34px;
    line-height: 1.32353;
    color: #646464;
    margin-bottom: 25px;
}

blockquote.style-4 .caption.wide {
    display: flex;
    align-items: center;
    justify-content: center;
}

blockquote.style-4 .pic {
    width: 226px;
    height: 226px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

blockquote.style-4 .pic img {
    max-width: 100%;
    max-height: 100%;
}

blockquote.style-4 .text {
    font-weight: normal;
    font-size: 25px;
    line-height: 1.25;
    margin-bottom: 25px;
    letter-spacing: normal;
}

@media (max-width: 1449px) {
    blockquote.style-4 .text {
        font-size: 23px;
    }
}

@media (max-width: 1249px) {
    blockquote.style-4 .text {
        font-size: 22px;
    }
}

@media (max-width: 1023px) {
    blockquote.style-4 .text {
        font-size: 21px;
    }
}

@media (max-width: 767px) {
    blockquote.style-4 .text {
        font-size: 20px;
    }
}
.feed-banner.banner{
    aspect-ratio: var(--ratioXL, 6.07);
    a{
        position: absolute;
        width: 100%;
        height: 100%;
    }

    @media (max-width: 575px) {
        aspect-ratio: var(--ratioSM, 3.19);
    }
}

@media (max-width: 575px) {
    .header-top__subs{
        margin-right: -9px;
    }

}
.a-brand{
    background-repeat: no-repeat;
}
/* End */
/* /local/templates/html/critical.css?1764750998106789 */
/* /local/templates/html/components-template/burger/style.css?16303357772139 */
/* /local/templates/html/components-template/search-page/style.css?16303357781839 */
/* /local/templates/html/components-template/mixin__search-item/style.css?16303357771085 */
/* /local/templates/html/components-template/mixin__custom-news/style.css?163586137613895 */
/* /local/templates/html/components-template/mixin__tag/style.css?16303357782273 */
/* /local/templates/html/components-template/mixin__news/style.css?172672762410921 */
/* /local/templates/html/components-template/side-news/style.css?16391408603911 */
/* /local/templates/html/components-template/footer/style.css?16310233278335 */
/* /local/templates/html/components-template/modal/style.css?163766599815604 */
/* /local/templates/html/components-template/no-critical/style.css?1630335778147 */
/* /local/templates/html/components-template/mobile-banner/style.css?1633011718160 */
/* /local/templates/html/components-template/article/style.css?174765330469364 */
/* /local/templates/html/components-template/betera/style.css?16932032335441 */
/* /local/templates/html/styles.css?17550051165757 */
