@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: 17px
}

@media (max-width: 1023px) {
    .first-screen__item--news .news__title {
        font-size: 15px
    }
}

@media (max-width: 575px) {
    .first-screen__item--news .news__title {
        font-size: 14px
    }
}

.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;
}