@charset "UTF-8";
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Montserrat-Regular.woff") format("woff");
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/Montserrat-Medium.woff") format("woff");
}

@font-face {
    font-family: "Montserrat";
    font-style: italic;
    font-weight: 500;
    src: url("../fonts/Montserrat-MediumItalic.woff") format("woff");
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/Montserrat-SemiBold.woff") format("woff");
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/Montserrat-Bold.woff") format("woff");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: url("/font/roboto/Roboto-Regular.woff") format("woff");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    src: url("/font/roboto/Roboto-Medium.woff") format("woff");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    src: url("/font/roboto/Roboto-Bold.woff") format("woff");
}

.font_family_roboto {
    font-family: Roboto, sans-serif;
}

table td {
    border: 1px solid #979797;
    padding-left: 5px;
    padding-right: 5px;
}

.select__heading.select2-selection--single {
    background-color: #fff;
    border: none;
    height: auto;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.select__heading.select2-selection--single:active {
    border-color: #3C8AB9;
}

.select__heading.select2-selection--single .select2-selection__placeholder {
    color: #333333;
}

.select__heading.select2-selection--single .select2-selection__rendered {
    color: #333333;
    padding: 10px 35px 10px 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

.select__heading.select2-selection--single .select2-selection__arrow {
    top: 50%;
    right: 8px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.select__heading.select2-selection--single .select2-selection__arrow i {
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    color: #3C8AB9;
}

.select__heading[aria-expanded="true"] .select2-selection__arrow i {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
}

.select__dropdown {
    -webkit-box-shadow: 0px 4px 45px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 45px rgba(0, 0, 0, 0.12);
    border: none;
    overflow: hidden;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.select__dropdown .select2-results__option {
    font-size: 14px;
    font-weight: 500;
    padding: 5px 15px;
}

.select__dropdown .select2-results__option--highlighted {
    background-color: #F2F2F2;
    color: #333333;
}

.select__dropdown .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #F2F2F2;
    color: #333333;
}

.select__dropdown .select2-results__option--selected {
    background-color: #3C8AB9 !important;
    color: #fff !important;
}

.select__dropdown .select2-results__option--selected:hover {
    background-color: #3C8AB9;
    color: #fff;
}

/*!
 * Bootstrap Grid v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.container,
.container-fluid,
.container-xs,
.container-lg,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container {
    max-width: 480px;
}

@media (min-width: 992px) {
    .container, .container-lg {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-xl {
        max-width: 1200px;
    }
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    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-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 {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.row-cols-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.row-cols-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.row-cols-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.row-cols-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.row-cols-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.row-cols-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-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: 992px) {
    .col-lg {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-lg-1 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-lg-2 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-lg-3 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-lg-4 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-lg-5 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-lg-6 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 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: 1200px) {
    .col-xl {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-xl-1 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-xl-2 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-xl-3 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-xl-4 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-xl-5 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-xl-6 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 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%;
    }
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

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

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

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

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-n1 {
        margin: -0.25rem !important;
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .m-lg-n3 {
        margin: -1rem !important;
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .m-lg-n5 {
        margin: -3rem !important;
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-n1 {
        margin: -0.25rem !important;
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .m-xl-n2 {
        margin: -0.5rem !important;
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }

    .m-xl-n3 {
        margin: -1rem !important;
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }

    .m-xl-n4 {
        margin: -1.5rem !important;
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .m-xl-n5 {
        margin: -3rem !important;
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

::-webkit-input-placeholder {
    color: rgba(60, 138, 185, 0.5);
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

:-ms-input-placeholder {
    color: rgba(60, 138, 185, 0.5);
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

::-ms-input-placeholder {
    color: rgba(60, 138, 185, 0.5);
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

::placeholder {
    color: rgba(60, 138, 185, 0.5);
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.5;
    font-family: "Montserrat", sans-serif;
    color: #333333;
    overflow-x: hidden;
}

body.scroll_disabled {
    overflow: hidden;
}

section {
    padding: 50px 0;
}

section._decor {
    overflow: hidden;
}

section._decor ul,
section._decor ol {
    padding-left : 25px;
}

section._decor::before {
    content: '';
    position: absolute;
    right: 0;
    top: 600px;
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
    background-image: url("../img/main/bg-decor.png");
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 800px;
    height: 800px;
}

.asset-recovery {
    background-color: #3C8AB9;
    padding: 10px;
}

section._asset-recovery::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-image: url("../img/asset-recovery/background.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 450px;
    filter: unset;
}

@media screen and (max-width: 992px) {
    .blog._asset-recovery::before {
        height: 720px;
    }
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

.h2 {
    position: relative;
    font-size: 20px;
    letter-spacing: 0.13em;
    border-bottom: 1px solid #B7B7B7;
    margin-bottom: 30px;
    color: #3C8AB9;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.h2::before {
    content: '';
    width: 100px;
    height: 3px;
    background-color: #3C8AB9;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.h2 span {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #adadad;
    opacity: 0.15;
    font-size: 72px;
    text-transform: none;
    white-space: nowrap;
    letter-spacing: normal;
}

.button {
    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;
    position: relative;
    text-decoration: none;
    line-height: 1;
    outline: none;
    overflow: hidden;
    cursor: pointer;
    width: 200px;
    height: 50px;
    font-size: 16px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background-color: #000;
    color: #fff;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.button:focus, .button:hover {
    text-decoration: none;
}

.isnohome .timeline {
    margin-bottom: 60px;
}

.header__container-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.header__container-bottom {
    -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
    background-color: #393939;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.header__container-bottom:before {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #393939;
}

.header__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
}

.header__logo-icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 15px;
}

.header__logo-mob {
    display: none;
    font-weight: 700;
}

.header__logo-mob span {
    font-weight: 400;
}

.header__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__social {
    margin-right: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__social-item {
    margin-right: 15px;
    margin-right: 8px;
    border: 1px solid #DCDCDC;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.header__social-item svg path {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.header__social-item:last-child {
    margin-right: 0;
}

.header__social-item:hover {
    background-color: #3C8AB9;
    border-color: #3C8AB9;
}

.header__social-item:hover svg path {
    fill: #fff;
}

.header__possibilities {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    position: relative;
    padding: 10px 15px 10px 40px;
    background-color: #f4f4f4;
    color: #262626;
    margin-right: 30px;
    max-width : 280px;
}

.header__possibilities:hover {
    color: #3c8ab9;
}

.header__possibilities span {
    font-weight: 700;
    font-size: 15px;
    display: block;
}

.header__possibilities::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("../img/icons/eye.svg");
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.header__lang {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__lang-item {
    text-transform: uppercase;
    color: #979797;
    font-size: 12px;
    font-weight: 500;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    position: relative;
    margin-right: 5px;
    padding-right: 5px;
}

.header__lang-item::after {
    content: '|';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    color: #979797;
}

.header__lang-item:last-child {
    margin-right: 0;
    padding-right: 0;
}

.header__lang-item:last-child::after {
    display: none;
}

.header__lang-item:hover {
    color: #3C8AB9;
}

.header__lang-item.current {
    color: #282828;
}

.header__lang-item.current:hover {
    color: #282828;
}

.lang_select {
    font-size: 14px;
    display: flex;
    align-items: center;
    line-height: 16px;
    color: #262626;
    padding: 10px 15px;
    background-color: #f4f4f4;
}

.lang_select svg {
    margin-left: 5px;
}

.dropdown-menu.dropdown-lang_select {
    list-style: none;
    width: 100%;
}

.dropdown-lang_select a {
    padding: 5px 15px;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 14px;
    line-height: 16px;
    width: 100%;
    display: block;
}

.dropdown-lang_select li:hover {
    color: #3c8ab9;
}

.header__hamburger {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    position: relative;
}

.header__hamburger-close {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
}

.header__hamburger-icon {
    opacity: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.header__hamburger.active .header__hamburger-icon {
    opacity: 0;
}

.header__hamburger.active .header__hamburger-close {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.header__hamburger-menu {
    display: none;
    background-color: #646464;
    height: -webkit-calc(100vh - 63px);
    height: calc(100vh - 63px);
    position: absolute;
    top: 100%;
    z-index: 10;
    width: 100%;
    overflow-y: auto;
}

.header__hamburger-menu .header__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__hamburger-menu .header__possibilities {
    font-size: 10px;
    padding-right: 36px;
    color: #fff;
    margin-right: 0;
    height: 36px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    background-color: rgba(255, 255, 255, 0.1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__hamburger-menu .header__possibilities span {
    font-size: 12px;
    padding: 0 10px;
}

.header__hamburger-menu .header__possibilities::after {
    width: 15px;
    height: 15px;
    background-image: url("../img/icons/eye_light.svg");
}

.header__hamburger-menu .header__lang-item {
    color: #979797;
}

.header__hamburger-menu .header__lang-item:hover {
    color: #979797;
}

.header__hamburger-menu .header__lang-item.current {
    color: #fff;
}

.header__hamburger-menu .header__lang-item.current:hover {
    color: #fff;
}

.header__hamburger-menu .header__search {
    padding: 10px 15px;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100vw;
    min-width: 320px;
    border-top: 1px solid #8C8C8C;
    border-bottom: 1px solid #8C8C8C;
    border-left: none;
}

.header__hamburger-menu .header__search-container {
    max-width: 450px;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.header__hamburger-menu .header__search-input {
    width: 100%;
    background-color: #fff;
    padding: 8px 10px;
    color: #333333;
}

.header__hamburger-menu .header__search-input::-webkit-input-placeholder {
    color: rgba(39, 39, 39, 0.3);
}

.header__hamburger-menu .header__search-input:-ms-input-placeholder {
    color: rgba(39, 39, 39, 0.3);
}

.header__hamburger-menu .header__search-input::-ms-input-placeholder {
    color: rgba(39, 39, 39, 0.3);
}

.header__hamburger-menu .header__search-input::placeholder {
    color: rgba(39, 39, 39, 0.3);
}

.header__hamburger-menu .header__search-button {
    right: 15px;
}

.header__hamburger-menu .header__search-button svg path {
    fill: #272727;
}

.header__hamburger-menu .header__menu {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #434343;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100vw;
    min-width: 320px;
}

.header__hamburger-menu .header__menu-container {
    max-width: 480px;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.header__hamburger-menu .header__menu-item {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    height: auto;
    font-weight: 700;
    font-size: 12px;
    padding: 0;
    border-bottom: 1px solid #646464;
    border-left: 1px solid #646464;
    border-right: 1px solid #646464;
}

.header__hamburger-menu .header__menu-item:last-child {
    border-bottom: none;
}

.header__hamburger-menu .header__menu-item::before, .header__hamburger-menu .header__menu-item::after {
    display: none;
}

.header__hamburger-menu .header__menu-item:hover::before, .header__hamburger-menu .header__menu-item:hover::after {
    display: none;
}

.header__hamburger-menu .header__menu-item.active {
    background-color: transparent;
}

.header__hamburger-menu .header__menu-item.active::before, .header__hamburger-menu .header__menu-item.active::after {
    display: none;
}

.header__hamburger-menu .header__menu-heading {
    position: relative;
    padding: 10px 15px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__hamburger-menu .header__menu-heading i {
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    border-radius: 2px;
    width: 6px;
    height: 6px;
}
.header__hamburger-menu .header__menu-heading .arrow-down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.header__hamburger-menu .header__menu-heading .arrow-up {
    transform: rotate(-135deg) !important;
    -webkit-transform: rotate(-135deg) !important;
}

.select2-selection__arrow {
    @media (max-width: 1200px) {
        top: 60% !important;
    }
}

.header__hamburger-menu .header__menu-heading._link::after {
    display: none;
}

.header__hamburger-menu .header__menu-dropdown {
    display: none;
    width: 100%;
    background-color: #4D4D4D;
    padding: 10px 15px;
}

.header__hamburger-menu .header__menu-link {
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 5px;
    padding-left: 25px;
    font-weight: 400;
}

.header__hamburger-menu .header__menu-link::before {
    content: '\f111';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 3px;
    color: #fff;
    position: absolute;
    left: 0;
    width: 25px;
    height: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header__hamburger-menu .header__menu-link:last-child {
    margin-bottom: 0;
}

.header__hamburger-menu .header__social {
    margin-right: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 0;
}

.header__hamburger-menu .header__social-heading {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 500;
}

.header__hamburger-menu .header__social-item {
    margin-right: 8px;
    border: none;
}

.header__hamburger-menu .header__social-item svg path {
    fill: #C1C1C1;
}

.header__hamburger-menu .header__social-item:last-child {
    margin-right: 0;
}

.header__hamburger-menu .header__social-item:hover {
    background-color: transparent;
    border-color: none;
}

.header__hamburger-menu .header__social-item:hover svg path {
    fill: #C1C1C1;
}

.header__menu {
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__menu-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60px;
    padding: 0 12px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    position: relative;
}

.live-icon {
    width: 60px;
    height: 30px;
    background-image: url('../img/main/live_red.png');
    background-size: cover;
    animation-name: icon-change;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes icon-change {
    0% {
        background-image: url('../img/main/live_red.png');
    }
    50% {
        background-image: url('../img/main/live-transparent.png');
    }
    100% {
        background-image: url('../img/main/live_red.png');
    }
}

.translation_div {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 15px 0 20px;
    z-index: 1;
}

.translation {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    position: relative;
    height: 30px;
}

.translation_tooltip:before {
    content: "";
    position: absolute;
    top: -5px;
    width: 11px;
    height: 11px;
    background-color: #ffffff;
    transform: translateX(-50%) rotate(45deg);
    left: 50%;
}

.translation_tooltip {
    position : absolute;
    top: 38px;
    box-shadow: 0 0 10px 0 #00000026;
    padding: 10px;
    z-index: 524;
    background-color: #ffffff;
    font-size: 14px;
    line-height: 16px;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    color: #888888;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: 0;
    visibility: hidden;
}

.translation:hover svg {
    opacity: 0.8;
}

.translation:hover .translation_tooltip {
    opacity: 1;
    visibility: visible;
}

.search_header_button {
    height: 60px;
    width: 60px;
    background-color: #4e4e4e;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__menu-item > * {
    position: relative;
    z-index: 2;
}

.header__menu-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/main/ornament.png");
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.header__menu-item::after {
    content: '';
    width: 0;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    bottom: 12px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.header__menu-item:hover {
    color: #fff;
}

.header__menu-item:hover::after {
    width: 60%;
}

.header__menu-item.active,
.header__menu-item.current {
    background-color: #3C8AB9;
}

.header__menu-item.active::before,
.header__menu-item.current::before {
    opacity: 1;
    color: #fff;
}

.header__menu-item.active::after {
    width: 60%;
}

.header__search {
    width: 60px;
    height: 60px;
    background-color: #4e4e4e;
    color: #fff;
    padding: 16px 20px;
    position: relative;
}

.header__search-input {
    width: 100%;
    width: -webkit-calc(100% - 35px);
    width: calc(100% - 35px);
    background: none;
    color: #fff;
    font-weight: 600;
}

.header__search-input::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.3;
}

.header__search-input:-ms-input-placeholder {
    color: #fff;
    opacity: 0.3;
}

.header__search-input::-ms-input-placeholder {
    color: #fff;
    opacity: 0.3;
}

.header__search-input::placeholder {
    color: #fff;
    opacity: 0.3;
}

.header__search-button {
    position: absolute;
    right: 50%;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.footer {
    background-color: #393939;
    color: #fff;
    overflow: hidden;
}

.footer::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
    background-image: url("../img/main/bg-decor.png");
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    width: 550px;
    height: 550px;
}

.footer__container-top {
    padding: 45px 0;
}

.footer__container-bottom {
    padding: 30px 0;
    border-top: 1px solid #ffffff26;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    margin: 0 auto;
}

.footer__logo-icon {
    margin-bottom: 20px;
}

.footer__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
}

.footer__mail {
    font-size: 12px;
    max-width: 274px;
}

.footer__social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__social-item {
    margin-right: 8px;
    border: 1px solid #7D7D7D;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.footer__social-item:last-child {
    margin-right: 0;
}

.footer__social-item:hover {
    background-color: #7D7D7D;
}

.footer_developed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    margin-left: 20px;
}

.footer_developed a {
    margin-left: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.main {
    padding: 40px 0;
}

.main__slider {
    background-color: #F6F6F6;
    background-image: url("../img/main/bg-decor.png");
    -webkit-background-size: 90% auto;
    background-size: 90% auto;
    background-position: center;
    background-repeat: no-repeat;
    cursor: -webkit-grab;
    cursor: grab;
    position: relative;
    height: 100%;
}

.main__slider:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.main__slider .slick-list,
.main__slider .slick-track,
.main__slider .slick-slide,
.main__slider .main__article {
    height: 100%;
}

.main__slider .slick-dots {
    font-size: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.main__slider .slick-dots li {
    margin-right: 10px;
}

.main__slider .slick-dots li button {
    width: 20px;
    height: 6px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    background-color: #E2E4E8;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.main__slider .slick-dots li:last-child {
    margin-right: 0;
}

.main__slider .slick-dots li.slick-active button {
    background-color: #3C8AB9;
}

.main__image {
    width: 100%;
}

.main__article-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px;
    height: 100%;
}

.main__article-heading {
    font-weight: 700;
    font-size: 20px;
    color: #333333;
    line-height: 1.3;
    margin-bottom: 10px;
}

.main__article-text {
    margin-bottom: 15px;
    color: #888888;
}

.main__article-button {
    color: #3C8AB9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.main__article-button::after {
    content: '\f054';
    font-family: fontawesome;
    color: #333333;
    margin-left: 5px;
    font-size: 12px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.main__article-button:hover {
    color: #3C8AB9;
}

.main__article-button:hover::after {
    color: #3C8AB9;
}

.news {
    padding: 80px 0;
    background-color: #F6F6F6;
    overflow: hidden;
}

.news::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    background-image: url("../img/main/bg-decor.png");
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 800px;
    height: 800px;
}

.news__container {
    position: relative;
    z-index: 2;
}

.news__wrapper {
    max-width: 600px;
}

.news__wrapper-top {
    position: relative;
}

.news__wrapper-main {
    margin-bottom: 35px;
}

.news__link-more {
    position: absolute;
    bottom: 12px;
    right: 0;
    color: #3C8AB9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 12px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    letter-spacing: 0.05em;
}

.news__link-more::after {
    content: '\f054';
    font-family: fontawesome;
    color: #333333;
    margin-left: 5px;
    font-size: 8px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.news__link-more:hover {
    color: #3C8AB9;
}

.news__link-more:hover::after {
    color: #3C8AB9;
}

.news .article {
    max-width: 100%;
}

.news .article__image {
    height: 380px;
}

.news__article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.news__article:last-child {
    margin-bottom: 0;
}

.news__article:hover .news__article-heading {
    color: #3C8AB9;
}

.news__article-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100px;
    height: 80px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position-y: 0 !important;
    margin-right: 12px;
}

.news__article-top {
    font-size: 10px;
    font-weight: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3px;
}

.news__article-separator {
    display: inline-block;
    margin: 0 3px;
}

.news__article-date {
    color: #858585;
}

.news__article-heading {
    font-size: 14px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.news__main {
    margin-top: 70px;
}

.news__main-image {
    height: 520px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
}

.news__main-heading {
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
}

.news__main-text {
    text-align: center;
    font-weight: 600;
}

.article {
    max-width: 370px;
    width: 100%;
    display: block;
}

.article:hover .article__heading {
    color: #3C8AB9;
}

.press__container-inner .article__image {
    margin-bottom: 15px;
    height: 150px;
    object-fit: cover;
}

.press-article__date {
    font-size: 14px;
    line-height: 150%;
    color: #acaeaf !important;
    font-weight: 400;
}

.article__image {
    width: 100%;
    ;
    height: 210px;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-position: 100%;
    background-position-y: 0;
    margin-bottom: 20px;
    background-repeat: no-repeat;
}

.article__image-smaller {
    height: 163px;
}

.politics .article__image {
    height: 150px;
    margin-bottom: 15px;
    background-position-y: 0;
}

.politics__item:hover .article__heading {
    color: #3c8ab9;
}

.press-article__wrapper {
    padding: 0 20px;
}

.article__wrapper-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10px;
    margin-bottom: 10px;
    line-height: 1.2;
    border-left: 1px solid #3C8AB9;
    padding-left: 5px;
}

.article__separator {
    display: inline-block;
    margin: 0 3px;
}

.article__author, .article__date {
    position: relative;
    top: 1px;
}

.article__author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.article__author::before {
    content: '';
    width: 11px;
    height: 11px;
    background-image: url("../img/icons/clock.svg");
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    bottom: 1px;
    margin-right: 5px;
}

.article__date {
    color: #858585;
}

.press-article__top {
    margin-bottom: 10px;
}

.article__heading.press-article__heading {
    font-size: 14px;
    line-height: 150%;
    color: #262626;
    font-weight: 500;
    margin-bottom: 20px;
}

.article__heading.media-article__heading {
    font-size: 20px;
    line-height: 130%;
    color: #262626;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}

.article__heading {
    font-size: 18px;
    line-height: 1.25;
    margin-bottom: 10px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.politics .article__heading {
    font-size: 14px;
    line-height: 150%;
    font-weight: 600;
    color: #262626;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.article__text {
    font-size: 14px;
    line-height: 1.3;
    color: #888888;
}

.media {
    padding: 402px 0 50px;
    overflow: hidden;
}

.media::before {
    content: '';
    display: block;
    width: 100%;
    height: 470px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../img/main/media__bg-4.jpeg");
    background-position-x: center;
    -webkit-background-size: cover;
    background-size: cover;
    filter: brightness(50%);
}

.media__container {
    position: relative;
    padding-top: 40px;
    padding-inline: 45px;
}

.media__container::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-color: #fff;
}

.media__container > * {
    position: relative;
    z-index: 2;
}

.media .tabs__caption {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    margin-bottom: 40px;
}

.media .tabs__caption-icon {
    margin-right: 8px;
}

.media .tabs__caption-icon path {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.media .tabs__caption-text {
    font-size: 14px;
    font-weight: 600;
    color: #3C8AB9;
}

.media .tabs__caption-item {
    width: -webkit-calc(25% - 20px);
    width: calc(25% - 20px);
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    background-color: #E9EFF4;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    cursor: pointer;
    margin-right: 30px;
}

.media .tabs__caption-item > * {
    position: relative;
    z-index: 2;
}

.media .tabs__caption-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/main/ornament.png");
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.media .tabs__caption-item.active {
    background-color: #3C8AB9;
}

.media .tabs__caption-item.active::before {
    opacity: 1;
}

.media .tabs__caption-item.active .tabs__caption-text {
    color: #fff;
}

.media .tabs__caption-item.active .tabs__caption-icon path {
    fill: #fff;
}

.media .tabs__content {
    display: none;
}

.media .tabs__content.active {
    display: block;
}

.media .tabs__content-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.media .tabs__content-col {
    max-width: -webkit-calc(50% - 15px);
    max-width: calc(50% - 15px);
    width: 50%;
}

.media .article__image {
    height: 300px;
}

.media .tabs__content .article {
    max-width: -webkit-calc(50% - 15px);
    max-width: calc(50% - 15px);
}

.timeline._desktop-hidden {
    display: none;
}

.timeline__container {
    margin: -9px 0;
}

.decisions__container {
    max-height: 1650px;
    overflow: hidden scroll;
}

.decisions__article:hover .decisions__article-heading {
    color: #3c8ab9;
}

.decisions__container::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.decisions__container::-webkit-scrollbar-track {
    background: #E5E5E5;
    border-radius: 10px;
}

/* Handle */
.decisions__container::-webkit-scrollbar-thumb {
    background: #2E98D8;
    border-radius: 10px;
}

/* Handle on hover */
.decisions__container::-webkit-scrollbar-thumb:hover {
    background: #2E98D8;
}

.decisions__article {
    position: relative;
    width: calc(100% - 20px);
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

.decisions__article:before {
    cursor: default;
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    background-color: #E5E5E5;
    bottom: -20px;
}

.decisions__article-date {
    color: #acaeaf;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}

.decisions__article-heading {
    font-size: 14px;
    line-height: 150%;
    font-weight: 500;
    color: #262626;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.timeline__article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #CECECE;
    padding: 8px 10px;
    margin: 9px 0;
}

.timeline__article._desktop-hidden {
    display: none;
}

/*
.timeline__article:last-child {
  margin-bottom: 0;
}
*/

.timeline__article:hover .timeline__article-heading {
    color: #3C8AB9;
}

.timeline__article-wrapper {
    overflow: hidden;
}

.timeline__article-date {
    font-size: 10px;
    color: #888888;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 10px;
    border-right: 1px solid #CECECE;
    margin-right: 15px;
    font-weight: 500;
}

.timeline__article-date span {
    color: #3C8AB9;
    font-size: 43px;
    line-height: 1;
}

.timeline__article-heading {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 3px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.timeline__article-text {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
    color: #888888;
    max-width: 100%;
}

.timeline__button-more {
    padding: 10px;
    background-color: #E9EFF4;
    border-top: 2px solid #3C8AB9;
    margin-top: 20px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #3C8AB9;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.timeline__button-more.newsSliderPrev.notActivePrev:hover {
    background-color: #E9EFF4;
    color: #3C8AB9;
}

.timeline__button-more.newsSliderPrev.notActivePrev {
    cursor: no-drop;
    border-color: #E9EFF4;
}

.timeline__button-more.newsSliderPrev {
    margin-bottom: 20px;
    border-top: 0;
    border-bottom: 2px solid #3c8ab9;
    cursor: pointer;
}

.timeline__button-more.newsSliderPrev::before {
    content: '\f078';
    font-family: fontawesome;
    height: 12px;
    transform: rotate(180deg);
}


.timeline__button-more.newsSliderPrev::after {
    content: none;
}

.timeline__button-more:hover {
    background-color: #3C8AB9;
    color: #fff;
}

.timeline__button-more:hover svg g:last-child {
    fill: white;
}

.politics::before {
    display: none;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url("../img/main/bg-decor.png");
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 800px;
    height: 800px;
}

.politics__top-line {
    position: relative;
}

.politics__slider {
    position: relative;
    left: -15px;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
}

.politics__slider-arrows {
    position: absolute;
    right: 0;
    bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 3;
}

.politics__slider-arrow {
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    font-size: 10px;
    background-color: #3C8AB9;
    color: #fff;
    margin-right: 10px;
}

.politics__slider-arrow:last-child {
    margin-right: 0;
}

.politics__slider-arrow.slick-disabled {
    opacity: 0.5;
}

.politics .article {
    max-width: 100%;
    margin-bottom: 30px;
}

.politics .main-page-article {
    margin-bottom: 0;
}

section.press {
    background-color: #f7f7f7;
}

.footer-banner_title {
    font-size : 24px;
    line-height : 36px;
    font-weight : 600;
    color : #262626;
    margin-bottom : 20px;
}

.footer-banner_bottom {
    display : flex;
    align-items : center;
    justify-content : space-between;
}

.footer-banner_text {
    font-size : 14px;
    line-height : 21px;
    font-weight : 400;
    color : #888888;
    margin-right : 100px;
}

.footer-banner_link {
    display : flex;
    font-size : 20px;
    line-height : 30px;
    padding : 18px 30px;
    color : #3c8ab9;
    font-weight : 600;
    border: 1px solid #3c8ab9;
    min-width: max-content;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.footer-banner_link.contact-banner_link {
    width: min-content;
    margin-top: 30px;
    font-size: 14px;
    line-height: 21px;
    padding: 13px 20px;
}

@media only screen and (max-width: 992px) {
    .footer-banner_bottom {
        display : block;
    }

    .footer-banner_text {
        margin-right : 0;
    }

    .footer-banner_link {
        margin : 30px auto 0;
        width : max-content;
    }

    .translation {
        height : 20px;
        align-items : center;
    }
}

.page-title {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 24px;
    line-height: 150%;
    color: #262626;
    font-weight: 600;
    margin-bottom: 30px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

a.page-title:hover {
    color: #3c8ab9;
}

.page-title_left {
    width: min-content;
}

.page-title_link {
    font-size: 14px;
    line-height: 17px;
    color: #878787;
    font-weight: 400;
    text-transform: lowercase;
    margin-left: 10px;
}

.page-title_bottom {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    text-transform: lowercase;
    margin-top: 20px;
    display: flex;
    width: 100%;
    height: 40px;
    align-items: center;
    justify-content: center;
    background-color: #e9eff4;
    color: #3c8ab9;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.page-title_bottom:hover {
    background-color: #3c8ab9;
    color: #ffffff;
}

.row-gap {
    row-gap: 30px;
}

.press__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 30px;
}

.press__container:last-child {
    margin-bottom: 0;
}

.press__container-inner {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

.rulings._hidden {
    display: none;
}

.rulings._desktop-hidden {
    display: none;
}

.rulings .h2 {
    font-size: 15px;
}

.rulings .h2 span {
    display: none;
}

.rulings__article {
    display: block;
    border-left: 6px solid #3C8AB9;
    padding-left: 30px;
    margin-top: 20px;
    min-height: 75px;
}

.meetings {
    padding: 80px 0;
    background-image: url("../img/main/media__bg.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.meetings__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.meetings__item {
    padding: 5px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 6px solid #3C8AB9;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.meetings__item:hover {
    color: #3C8AB9;
}

.meetings__item-date {
    display: block;
}

.blog__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.blog__container > * {
    max-width: -webkit-calc(50% - 15px);
    max-width: calc(50% - 15px);
    margin-bottom: 30px;
}

.quote {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.quote__wrapper {
    margin-top: 20px;
    margin-bottom: 40px;
    min-height: 247px;
}

.quote__container {
    position: relative;
    border-left: 4px solid #FFFFFF;
    color: #FFFFFF;
    margin-inline: 15px;
    padding: 20px 0 14px 20px;
    max-width: 745px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.quote__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
}

.quote__text_italic {
    font-weight: 600;
    font-style: italic;
}

.quote__text_bold {
    font-weight: 700;
    font-size: 16px;
}

@media screen and (max-width: 992px) {
    .quote-icon {
        width: 20px;
        aspect-ratio: 1/1;
    }
}

.asset-recovery__container > * {
    margin-bottom: 30px;
}

.asset-recovery__container .article {
    max-width: 100%;
}

.asset-recovery__wrapper {
    padding: 0 20px 30px 20px;
}

@media screen and (max-width: 1200px) {
    .asset-recovery__image {
        height: 235px !important;
    }
}

.asset-recovery__item {
    display: block;
    background: #F7F7F7;
    height: 100%;
}

.pagination {
    margin-top: 30px;
    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;
}

.pagination._desktop-hidden {
    display: none;
}

.pagination__item {
    width: 45px;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 5px;
    font-weight: 500;
}

.pagination__item.current {
    background-color: #3C8AB9;
    color: #fff;
}

.pagination__arrow {
    color: #3C8AB9;
    font-size: 18px;
}
.pagination__arrow:hover {
    svg path{
        fill: #0a0a0a;
    }
}

.pagination__arrow._disabled {
    svg path{
        fill: #DCDCDC;
    }
}
.btn-create:hover {
    svg {
        fill: #3C8AB9;
        stroke: #3C8AB9;
    }
}
.pagination__prev {
    margin-right: 30px;
}

.pagination__next {
    margin-left: 30px;
}

.chancery h2 br {
    display: none;
}

.chancery .tabs__caption {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 35px;
    padding-left: 0;
}
.chancery .tabs__caption__reception {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    margin-bottom: 35px;
    padding-left: 0;
    justify-content: space-between;
}
.chancery p a {
    color: #3498db;
}

.chancery .tabs__caption-item {
    font-size: 14px;
    font-weight: 600;
    color: #3C8AB9;
    min-width: 241px;
    height: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: relative;
    background-color: #E9EFF4;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    cursor: pointer;
    padding: 0 10px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.chancery .tabs__caption-item__reception {
    font-size: 14px;
    font-weight: 600;
    color: #3C8AB9;
    min-width: 175px;
    height: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: relative;
    background-color: #E9EFF4;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    cursor: pointer;
    padding: 0 7px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.chancery .tabs__caption-item:last-child {
    margin-right: 0;
    line-height: 1.2;
}

.chancery .tabs__caption-item__reception:last-child {
    margin-right: 0;
    line-height: 1.2;
}

.chancery .tabs__caption-item > * {
    position: relative;
    z-index: 2;
}
.chancery .tabs__caption-item__reception > * {
    position: relative;
    z-index: 2;
}

.chancery .tabs__caption-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/main/ornament.png");
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.chancery .tabs__caption-item__reception::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/main/ornament.png");
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.chancery .tabs__caption-item.active {
    background-color: #3C8AB9;
    color: #fff;
}

.chancery .tabs__caption-item.active::before {
    opacity: 1;
}
.chancery .tabs__caption-item__reception.active::before {
    opacity: 1;
}

.chancery .tabs__content {
    display: none;
}

.chancery .tabs__content.active {
    display: block;
}

.chancery__heading {
    font-weight: 700;
    margin-bottom: 10px;
}

.chancery__heading._accent {
    color: #3C8AB9;
}

.chancery__heading._light {
    color: #707070;
}

.chancery__heading._margin-none {
    margin-bottom: 0;
}

.chancery__text {
    margin-bottom: 20px;
    color: #707070;
    font-weight: 500;
}

.chancery__text._black {
    color: #333333;
}

.chancery__text ._accent {
    color: #3C8AB9;
}

.chancery__text ._bold {
    font-weight: 700;
}

.chancery__text ._semi-bold {
    font-weight: 600;
}

.chancery__list {
    margin: 30px 0;
}

.chancery__list-item {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
    font-weight: 500;
    color: #707070;
}

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

.chancery__list-item::before {
    content: '\f111';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 6px;
    color: #3C8AB9;
    position: absolute;
    left: 0;
    width: 27px;
    height: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.chancery__authorized {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #F6F6F6;
    padding: 30px;
    margin-bottom: 45px;
}

.chancery__authorized-image {
    width: 180px;
    height: 180px;
    margin-right: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.chancery__dropdown {
    margin-bottom: 25px;
}

.chancery__dropdown-heading {
    padding: 15px;
    background-color: #F6F6F6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.chancery__dropdown-image {
    width: 85px;
    height: 85px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    margin-right: 25px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.chancery__dropdown-management .chancery__dropdown-heading {
    padding : 10px;
}

.chancery__dropdown-management .chancery__dropdown-image {
    width: 152px;
    height: 192px;
    margin-right: 30px;
}

.chancery__dropdown-management .chancery__dropdown-body ul li {
    list-style: none;
    position : relative;
}

.chancery__dropdown-management .chancery__dropdown-body ul li:before {
    position: absolute;
    content: '';
    width: 3px;
    height: 3px;
    background-color: #333333;
    left: -16px;
    border-radius: 50%;
    top: 10px;
}

.chancery__dropdown-management .chancery__dropdown-box {
    padding : 20px 20px 10px 0;
    margin-bottom: 0;
    border-bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.chancery__dropdown-management .chancery__dropdown-box span {
    font-size : 14px;
    line-height : 21px;
    font-weight : 500;
    color : #888888;
}

.chancery__dropdown-management .chancery__dropdown-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 7px;
}

.chancery__dropdown-management .chancery__dropdown-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 192px;
    width: 100%;
}

.chancery__dropdown-management .div-with-border {
    border-top: 1px solid #e2e2e2;
    width: 100%;
    gap: 7px;
    align-items: center;
    display: flex;
    padding: 30px 0 20px;
}
.chancery__dropdown-wrapper .div-with-border {
    width: 100%;
    gap: 7px;
    align-items: center;
    display: flex;
}
@media (max-width: 992px) {
    justify-content: center;
}
.chancery__dropdown-management .div-with-border img,
.chancery__dropdown-wrapper .div-with-border img {
    width: 10px;
    height: auto;
}

.chancery__dropdown-management .chancery__dropdown-button {
    font-size: 14px;
    line-height: 21px;
}

.chancery__dropdown-box {
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #E2E2E2;
}

.chancery__dropdown-title {
    font-weight: 700;
}
.chancery__dropdown-title img{
    width: 14px;
    height: auto;

}
@media (max-width: 1200px) {
    .chancery__dropdown-title img{
        width: 11px;
    }
}

.chancery__dropdown-text {
    font-weight: 500;
    margin-top: 5px;
}

.chancery__dropdown-button {
    color: #3C8AB9;
    font-weight: 700;
}

/*.chancery__dropdown-button::after {*/
/*    content: '\f078';*/
/*    font-family: fontawesome;*/
/*    display: inline-block;*/
/*    color: #333333;*/
/*    font-size: 12px;*/
/*    margin-left: 6px;*/
/*    -webkit-transition: .4s;*/
/*    -o-transition: .4s;*/
/*    transition: .4s;*/
/*}*/

.chancery__dropdown-button.active::after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.chancery__dropdown-body {
    display: none;
    padding-left: 125px;
    padding-top: 20px;
}

.chancery__dropdown-body ul {
    padding-left: 15px;
}

.chancery__tables {
    margin-top: 80px;
}

.chancery__tables-container {
    margin-bottom: 60px;
}

.chancery__tables-container:last-child {
    margin-bottom: 0;
}

.chancery__tables-title {
    text-align: center;
    font-weight: 700;
    max-width: 600px;
    margin: 0 auto 25px;
}

.chancery__tables-title span {
    display: block;
    text-transform: uppercase;
}

.chancery__tables-under {
    font-weight: 700;
    max-width: 290px;
    text-align: right;
    margin-left: auto;
    margin-top: 15px;
}

.chancery__tables-pdf {
    width: 220px;
    height: 45px;
    background-color: #E6ECF1;
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #3C8AB9;
    letter-spacing: 0.05em;
    font-size: 12px;
    font-weight: 600;
    margin: 30px 0;
}

.chancery__tables-pdf span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    font-weight: 700;
    letter-spacing: normal;
    color: #fff;
    background-color: #3C8AB9;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 8px;
    margin-left: 12px;
}

.chancery__tables-pdf:hover {
    color: #3C8AB9;
}

.chancery__table {
    border: 1px solid #CECECE;
}

.chancery__table-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #CECECE;
}

.chancery__table-row:last-child {
    border-bottom: none;
}

.chancery__table-heading {
    font-weight: 700;
}

.chancery__table-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right: 1px solid #CECECE;
}

.chancery__table-col:last-child {
    border-right: none;
}

.chancery__table-col._short {
    width: 6%;
}

.chancery__table-col._medium {
    width: 20%;
}

.chancery__table-col._long {
    width: 27%;
}

.chancery__table-col._half {
    width: 48%;
}

.chancery__table-col._full {
    width: 100%;
}

.chancery__table-elem {
    padding: 8px;
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 65px;
    border-bottom: 1px solid #CECECE;
}

.chancery__table-elem:last-child {
    border-bottom: none;
}

.staff {
    overflow: hidden;
}

.staff._decor::before {
    top: 2000px;
    right: -100px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-background-size: contain;
    background-size: contain;
}

.staff._decor::after {
    content: '';
    position: absolute;
    left: 0;
    top: 3800px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-image: url("../img/main/bg-decor.png");
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 800px;
    height: 800px;
}

.staff__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 65px;
    z-index: 2;
    position: relative;
}

.staff__item {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
    margin-bottom: 30px;
    background-color: #EDF4F9;
    padding: 20px;
}

.staff__item._main {
    width: 100%;
    background-color: #3C8AB9;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-right: 0;
}

.staff__item._main::before {
    content: '';
    width: 100%;
    height: 190px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../img/staff/ornament.png");
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.staff__item._main > * {
    position: relative;
    z-index: 2;
}

.staff__item._main .staff__photo {
    width: 400px;
    height: 460px;
    max-width: 60%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0;
}

.staff__item._main .staff__item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.staff__photo {
    width: 100%;
    height: 375px;
    object-fit: cover;
    margin-bottom: 20px;
}

.staff__title {
    font-weight: 700;
    text-align: center;
    line-height: 1.25;
}

.staff__subtitle {
    font-weight: 500;
    text-align: center;
    line-height: 1.25;
}

.gosorgan__photo {
    background-image: url('/img/gerb_w140.png');
    height: 140px;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.gosorgan__item {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
    margin-bottom: 30px;
    background-color: #EDF4F9;
    padding: 20px;
    background-position: center;
}

.about-section {
    padding: 60px 0;
}

.about-section._gray-bg {
    background-color: #F6F6F6;
}

.about-section._decor-second::before {
    top: 120px;
    right: auto;
    left: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.about__text {
    font-weight: 500;
    color: #707070;
    margin-bottom: 20px;
}

.about__text span {
    color: #7FAFCD;
    font-weight: 600;
}

.about__text:last-child {
    margin-bottom: 0;
}

.about__list {
    padding-left: 70px;
    margin-bottom: 40px;
}

.about__list-item {
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
    font-weight: 500;
    color: #707070;
}

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

.about__list-item::before {
    content: '\f111';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 4px;
    color: #707070;
    position: absolute;
    left: 0;
    width: 27px;
    height: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.about__show-more {
    display: none;
}

.ruling__title {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
}

.ruling__subtitle {
    margin: 30px 0 20px;
    font-weight: 700;
}

.ruling__heading {
    margin-bottom: 10px;
}

.ruling__heading span {
    font-weight: 700;
    text-transform: uppercase;
}

.ruling__text {
    margin-bottom: 20px;
    color: #707070;
    font-weight: 500;
}

.ruling__list {
    margin-bottom: 25px;
}

.ruling__list-item {
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
    font-weight: 500;
    color: #707070;
}

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

.ruling__list-item::before {
    content: '\f111';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 4px;
    color: #707070;
    position: absolute;
    left: 0;
    width: 27px;
    height: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ruling__wrapper-bottom {
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.ruling__signature-text {
    font-weight: 500;
    padding-bottom: 5px;
    margin-bottom: 15px;
    position: relative;
}

.ruling__signature-text::before {
    content: '';
    display: blocks;
    width: 100px;
    height: 1px;
    background-color: #333333;
    position: absolute;
    top: 100%;
    left: 0;
}

.ruling__signature-text span {
    font-weight: 700;
    display: block;
    margin-bottom: 3px;
}

.ruling__signature-name {
    color: #3C8AB9;
    font-weight: 700;
}

.ruling__button {
    width: 220px;
    height: 45px;
    background-color: #E6ECF1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #3C8AB9;
    letter-spacing: 0.05em;
    font-size: 12px;
    font-weight: 600;
}

.ruling__button span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    font-weight: 700;
    letter-spacing: normal;
    color: #fff;
    background-color: #3C8AB9;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 8px;
    margin-left: 12px;
}

.ruling__button:hover {
    color: #3C8AB9;
}

.rulings__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100px;
    background-color: #3C8AB9;
    margin-bottom: 15px;
}

.rulings__container-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 270px;
}

.rulings__heading {
    padding: 25px;
    width: -webkit-calc(100% - 270px);
    width: calc(100% - 270px);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-right: 2px solid #fff;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
}

.rulings__select-title {
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.rulings__form-submit {
    width: 150px;
    height: 41px;
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #fff;
    margin-left: 15px;
}

.rulings__form-submit i {
    margin-left: 10px;
    font-size: 8px;
}

.rulings__result-total {
    padding: 15px 25px;
    background-color: #EDF4F9;
    color: #3C8AB9;
    font-weight: 500;
    margin-bottom: 25px;
    font-size: 13px;
}

.rulings__result-total span {
    font-weight: 700;
}

.rulings__result-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.rulings__result-item {
    position: relative;
    padding-left: 25px;
    color: #707070;
    text-decoration: underline;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    font-weight: 500;
    margin-bottom: 15px;
}

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

.rulings__result-item::before {
    content: '\f111';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 5px;
    color: #3C8AB9;
    position: absolute;
    left: 0;
    width: 25px;
    height: 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.rulings__result-item:hover {
    color: #3C8AB9;
}

.archive__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100px;
    background-color: #3C8AB9;
    margin-bottom: 15px;
}

.archive__container-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.archive__heading {
    padding: 25px;
    width: 330px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-right: 2px solid #fff;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
}

.archive__select {
    margin-right: 25px;
}

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

.archive__select-title {
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.archive__form-submit {
    width: 100%;
    height: 41px;
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #fff;
    margin: 20px 10px;
}

.archive__form-submit i {
    margin-left: 10px;
    font-size: 8px;
}

.archive__result-total {
    padding: 15px 25px;
    background-color: #EDF4F9;
    color: #3C8AB9;
    font-weight: 500;
    margin-bottom: 25px;
    font-size: 13px;
}

.archive__result-total span {
    font-weight: 700;
}

.archive__result-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.archive__result-container > * {
    margin-bottom: 30px;
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
    max-width: 100%;
}

.inquiries__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.inquiries__container > * {
    max-width: -webkit-calc(50% - 15px);
    max-width: calc(50% - 15px);
    margin-bottom: 30px;
}

.inquiries .tabs__caption {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.inquiries .tabs__caption-item {
    font-size: 14px;
    font-weight: 600;
    color: #3C8AB9;
    height: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    background-color: #E9EFF4;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    cursor: pointer;
    padding: 10px 25px;
    margin-right: 15px;
    text-align: center;
}

.inquiries .tabs__caption-item:last-child {
    margin-right: 0;
}

.inquiries .tabs__caption-item > * {
    position: relative;
    z-index: 2;
}

.inquiries .tabs__caption-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/main/ornament.png");
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.inquiries .tabs__caption-item.active {
    background-color: #3C8AB9;
    color: #fff;
}

.inquiries .tabs__caption-item.active::before {
    opacity: 1;
}

.inquiries .tabs__content {
    display: none;
}

.inquiries .tabs__content.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.search {
    margin-bottom: 30px;
}

.search__form {
    position: relative;
    margin-bottom: 20px;
}

.search__form-input {
    padding-left: 25px;
    padding-right: 75px;
    height: 50px;
    border: 1px solid #3C8AB9;
    width: 100%;
    font-size: 12px;
    font-weight: 600;
}

.search__form-button {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    height: 50px;
    width: 50px;
    background-color: #3C8AB9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #3C8AB9;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.search__form-button svg path {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.search__form-button:hover {
    background-color: transparent;
}

.search__form-button:hover svg path {
    fill: #3C8AB9;
}

.search__result {
    padding: 15px 25px;
    background-color: #EDF4F9;
    color: #3C8AB9;
    font-weight: 500;
    margin-bottom: 30px;
    font-size: 13px;
}

.search__result span {
    font-weight: 700;
}

.articles__title {
    max-width: 860px;
    margin: 0 auto 35px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.articles__image {
    width: 100%;
    height: 520px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    margin: 60px 0;
}

.articles__image-main {
    height: 400px;
    margin-top: 0;
}

.articles__container {
    /* max-width: 830px; */
    margin: 0 auto;
    max-width: 930px;
}

.articles__container table {
    border: 2px solid #979797;
    width: 100% !important;
}

.articles__container tr {
    border: 2px solid #979797;
}

.articles__container td {
    border: 2px solid #979797;
    padding-left: 5px;
    padding-right: 5px;
    white-space: normal;
}

.articles__container p {
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 930px;
}

.articles__container a {
    color: #3C8AB9;
}

.articles__container ul {
    padding-inline-start: 40px;
}

.articles__container ol {
    padding-inline-start: 40px;
}

.articles__container iframe {
    width: 100%;
}

.articles__container img {
    /*width: 100% !important;*/
    height: auto !important;
    margin-top: 20px;
    margin-bottom: 20px;
}

.social-share {
    display: flex;
    gap: 10px;
    list-style: none;
    margin: 20px 0;
    padding-left: 0!important;
}

.social-share svg {
    display: block;
    width: 48px;
    height: 48px;
}

.articles__container blockquote {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: italic;
    margin: 30px;
    padding-left: 60px;
    position: relative;
}

.articles__container blockquote::before {
    content: '“';
    position: absolute;
    left: 10px;
    top: -15px;
    color: #3C8AB9;
    font-size: 110px;
    font-weight: 500;
    line-height: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.articles__container-bottom {
    margin-top: 50px;
    padding-top: 35px;
    position: relative;
    clear: both;
}

.articles__container-bottom::before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../img/main/dotted-line.svg");
}

.articles__heading {
    padding-top: 35px;
    border-top: 3px solid #333333;
    font-weight: 700;
    margin-bottom: 50px;
}

.articles__date p {
    text-align: right;
    font-family: "Montserrat", sans-serif;
    color: #888888;
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 10px;
    max-width: 930px;
}

.articles__blockquote {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 30px;
    padding-left: 60px;
    position: relative;
}

.articles__blockquote::before {
    content: '“';
    position: absolute;
    left: 10px;
    top: -15px;
    color: #3C8AB9;
    font-size: 110px;
    font-weight: 500;
    line-height: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.articles__blockquote-author {
    margin-top: 10px;
    position: relative;
    font-weight: 700;
}

.articles__blockquote-author::before {
    content: '';
    width: 50px;
    height: 2px;
    background-color: #3C8AB9;
    position: absolute;
    right: 100%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-right: 10px;
}

.articles__text {
    color: #707070;
    font-weight: 500;
    margin-bottom: 30px;
}

.articles__telegram {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #EDF4F9;
}

.articles__telegram-title {
    width: -webkit-calc(100% - 230px);
    width: calc(100% - 230px);
    padding: 15px 20px;
    color: #3C8AB9;
    letter-spacing: 0.05em;
    font-size: 12px;
    font-weight: 600;
}

.articles__telegram-title span {
    font-weight: 700;
}

.articles__telegram-link {
    width: 230px;
    height: 66px;
    font-weight: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    background-color: #3C8AB9;
    border: 1px solid #3C8AB9;
    color: #fff !important;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.articles__telegram-link svg {
    margin-left: 15px;
}

.articles__telegram-link svg path {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.articles__telegram-link:hover {
    background-color: transparent;
    color: #3C8AB9 !important;
}

.articles__telegram-link:hover svg path {
    fill: #3C8AB9;
}

.reception-center__body {
    table {
        width: 100%;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
    body {
        font-size: 12px;
    }

    .h2 span {
        font-size: 60px;
    }

    .header__logo {
        font-size: 10px;
        max-width: 330px;
    }

    .header__logo-icon {
        width: 40px;
    }

    .header__social {
        margin-right: 35px;
    }

    .header__possibilities {
        font-size: 12px;
        line-height: 14px;
        max-width: 226px;
    }

    .header__menu-item {
        padding: 0 10px;
        font-size: 10px;
    }

    .header__search {
        padding: 18px 20px;
    }

    .main__article-heading {
        font-size: 16px;
    }

    .main__article-button::after {
        font-size: 8px;
    }

    .news__main-image {
        height: 450px;
    }

    .media .tabs__caption-text {
        font-size: 12px;
    }

    .media .tabs__caption-item {
        width: -webkit-calc(25% - 15px);
        width: calc(25% - 15px);
    }

    .media .tabs__content-col {
        max-width: -webkit-calc(50% - 10px);
        max-width: calc(50% - 10px);
    }

    .media .tabs__content .article {
        max-width: -webkit-calc(50% - 10px);
        max-width: calc(50% - 10px);
    }

    .rulings .h2 {
        font-size: 17px;
    }

    .chancery__table-elem {
        font-size: 12px;
    }

    .rulings__container-inner {
        width: 200px;
    }

    .chancery .tabs__caption__reception {
        flex-wrap: wrap;
    }

    .rulings__heading {
        width: -webkit-calc(100% - 200px);
        width: calc(100% - 200px);
        font-size: 16px;
    }

    .archive__container-inner {
        width: 60%;
    }

    .archive__heading {
        width: 40%;
        font-size: 16px;
    }

    .article__image {
        height: 180px;
    }

    .politics .article__image {
        height: 117px !important;
    }

    .chancery__dropdown-management .chancery__dropdown-body ul li:before {
        top: 8px;
    }

    .header__social-item {
        margin-right: 8px;
    }

    .translation_div {
        margin-right: 8px;
    }

    .main__images-item {
        height: 330px !important;
    }
}

/*  Small Devices, Tablets */
@media only screen and (max-width: 992px) {
    section {
        padding: 25px 0;
    }

    .h2 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .h2::before {
        width: 50px;
    }

    .h2 span {
        font-size: 33px;
        bottom: 8px;
    }

    .h2 br {
        display: inline;
    }

    .isnohome .timeline {
        margin: 50px 0 35px;
    }

    .isnohome .timeline._offset {
        margin-top: 20px;
    }

    .isnohome .footer {
        margin-top: 10px;
    }

    .header {
        background-color: #393939;
        color: #fff;
    }

    .header__container-top {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .header__container-bottom {
        display: none;
    }

    .header__logo {
        font-size: 10px;
        /* max-width: 180px; */
        line-height: 1.3;
    }

    .header__logo-icon {
        width: 36px;
    }

    .header__logo-mob {
        display: block;
    }

    .header__logo-desktop {
        display: none;
    }

    .header__wrapper {
        display: none;
    }

    .header__hamburger {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .footer::before {
        width: 300px;
        height: 300px;
        top: 50%;
        -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
    }

    .footer__container-top {
        padding: 30px 0 0;
    }

    .footer__container-bottom {
        padding: 0;
        border: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer__logo {
        font-size: 14px;
        margin-bottom: 40px;
    }

    .footer__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        margin-bottom: 20px;
    }

    .footer__social {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .footer__terms-use {
        border-top: 1px solid #7D7D7D;
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        text-align: center;
        padding: 18px 0;
    }

    section._decor::before {
        display: none;
    }

    .main {
        padding: 20px 0 60px;
    }

    .main__article-inner {
        height: auto;
        text-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 35px 20px;
        min-height: 260px;
    }

    .news {
        padding: 45px 0 30px;
    }

    .news::before {
        width: 450px;
        height: 450px;
        bottom: 0;
        top: auto;
        -webkit-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
        transform: translate(50%, 0);
    }

    .news .article__image {
        height: 190px;
    }

    .news__wrapper {
        position: relative;
        padding-bottom: 30px;
    }

    .news__wrapper-top {
        position: static;
    }

    .news__wrapper-bottom {
        padding-bottom: 20px;
        border-bottom: 1px solid #B7B7B7;
    }

    .news__article-heading {
        font-size: 12px;
    }

    .news__link-more {
        right: auto;
        left: 0;
        bottom: 0;
    }

    .news__main {
        margin-top: 30px;
    }

    .news__main-image {
        min-height: 420px;
    }

    .article._mob-hidden {
        display: none;
    }

    .article__image, .news__article-image {
        height: 240px !important;
    }

    .politics .article__image {
        height: 240px !important;
    }

    .news__article-image {
        background-position: 100%;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .press__container-inner .article {
        max-width: none;
    }

    .press__container-inner .article__image {
        height: 240px;
    }

    .article__heading {
        font-size: 16px;
    }

    .article__text {
        font-size: 12px;
    }

    .media {
        padding: 160px 0 25px;
    }

    .media::before {
        height: 260px;
    }

    .media__container {
        padding-top: 15px;
        padding-inline: 15px;
    }

    .media__title {
        margin-bottom: 15px;
    }

    .media__container::before {
        width: 100%;
    }

    .media .tabs__caption {
        margin-bottom: 10px;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .media .tabs__caption-icon {
        width: 15px;
        height: auto;
    }

    .media .tabs__caption-item {
        width: calc(50% - 10px);
        margin-right: 0;
        margin-bottom: 10px;
        height: 40px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .media .tabs__caption-item:last-child {
        margin-right: 0;
    }

    .media .tabs__content-col {
        display: block;
        width: 100%;
        max-width: 100%;
    }

    .media .news__article {
        display: block;
    }

    .media .news__article-top {
        margin-bottom: 10px;
    }

    .media .news__article-image {
        width: 100%;
        height: 180px;
        margin-bottom: 20px;
    }

    .article__heading.press-article__heading {
        font-size: 16px;
        font-weight: 700;
    }

    .media .tabs__content-inner {
        display: block;
    }

    .media .tabs__content .article {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .media .timeline {
        margin-top: 50px;
    }

    .timeline._desktop-hidden {
        display: block;
    }

    .timeline._mob-hidden {
        display: none;
    }

    .timeline__article._desktop-hidden {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .timeline__article._mob-hidden {
        display: none;
    }

    .timeline__article-text {
        display: none;
    }

    .politics::before {
        display: none;
    }

    .politics__top-line {
        position: static;
    }

    .politics__slider {
        padding-bottom: 50px;
    }

    .politics__slider-arrows {
        right: auto;
        left: 50%;
        bottom: 25px;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .rulings._hidden {
        display: block;
    }

    .rulings._desktop-hidden {
        display: block;
    }

    .rulings._mob-hidden {
        display: none;
    }

    .rulings .h2 {
        font-size: 16px;
        padding-right: 20%;
    }

    .rulings .h2 span {
        display: block;
        bottom: 35px;
    }

    .rulings__article {
        border-left: 3px solid #3C8AB9;
        padding-left: 15px;
        min-height: auto;
    }

    .rulings__article._mob-hidden {
        display: none;
    }

    .meetings {
        padding: 30px 0;
    }

    .meetings__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .meetings__item {
        padding: 5px 20px;
        border-left: 4px solid #3C8AB9;
        margin-bottom: 15px;
    }

    .meetings__item:last-child {
        margin-bottom: 0;
    }

    .blog__container > * {
        max-width: 100%;
    }

    .pagination {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .pagination._desktop-hidden {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .pagination__item {
        font-size: 16px;
    }

    .chancery h2 br {
        display: inline;
    }

    .chancery .tabs__caption {
        overflow-y: scroll;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .chancery .tabs__caption__reception {
        overflow: auto;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .chancery .tabs__caption-item {
        height: 40px;
        min-width: auto;
        margin-right: 10px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .chancery .tabs__caption-item__reception {
        height: 40px;
        min-width: auto;
        margin-right: 10px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .chancery .tabs__caption-item.active {
        margin-right: 10px;
    }
    .chancery .tabs__caption-item__reception.active {
        margin-right: 10px;
    }

    .chancery__list {
        margin: 20px 0;
    }

    .chancery__list-item {
        margin-bottom: 5px;
    }

    .chancery__text {
        margin-bottom: 10px;
    }

    .chancery__tables {
        display: none;
    }

    .chancery__tables-pdf {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .chancery__dropdown:last-child {
        margin-bottom: 10px;
    }

    .chancery__dropdown-heading {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        text-align: center;
        padding: 10px 0;
    }

    .chancery__dropdown-body {
        padding-left: 0;
    }

    .chancery__dropdown-box {
        padding: 0 10px 10px;
    }

    .chancery__dropdown-image {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .chancery__authorized {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        padding: 24px 20px;
        margin-bottom: 30px;
        position: relative;
    }

    .chancery__authorized-image {
        margin-right: 0;
        margin-bottom: 10px;
        margin-top: 40px;
    }

    .chancery__authorized-inner:last-child {
        margin-top: 25px;
    }

    .chancery__authorized ._mob-relocate {
        width: 100%;
        position: absolute;
        top: 24px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .staff::after {
        display: none;
    }

    .staff__container {
        margin-top: 0;
    }

    .staff__item {
        width: 100%;
    }

    .staff__item._mob-hidden {
        display: none;
    }

    .staff__item._main {
        padding-right: 20px;
        display: block;
    }

    .staff__item._main::before {
        height: 60px;
    }

    .staff__item._main .staff__photo {
        max-width: 100%;
        width: 100%;
        height: 375px;
        margin-bottom: 20px;
    }

    .staff__title {
        margin-bottom: 2px;
        font-size: 14px;
    }

    .staff__photo {
        height: 375px;
    }

    .isnohome .about-section {
        padding: 25px 0;
    }

    .isnohome .about-section__wrapper {
        position: relative;
        max-height: 600px;
        overflow: hidden;
    }

    .isnohome .about-section__wrapper::after {
        content: '';
        display: block;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 246, 246, 0)), color-stop(48.53%, rgba(246, 246, 246, 0.53)), color-stop(95.76%, #F6F6F6));
        background: -webkit-linear-gradient(top, rgba(246, 246, 246, 0) 0%, rgba(246, 246, 246, 0.53) 48.53%, #F6F6F6 95.76%);
        background: -o-linear-gradient(top, rgba(246, 246, 246, 0) 0%, rgba(246, 246, 246, 0.53) 48.53%, #F6F6F6 95.76%);
        background: linear-gradient(180deg, rgba(246, 246, 246, 0) 0%, rgba(246, 246, 246, 0.53) 48.53%, #F6F6F6 95.76%);
        width: 100%;
        height: 185px;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .isnohome .about-section__wrapper.active {
        max-height: none;
    }

    .isnohome .about-section__wrapper.active::after {
        display: none;
    }

    .isnohome .about-section__wrapper._white::after {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(44.17%, rgba(255, 255, 255, 0.612546)), color-stop(95.76%, #FFFFFF));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.612546) 44.17%, #FFFFFF 95.76%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.612546) 44.17%, #FFFFFF 95.76%);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.612546) 44.17%, #FFFFFF 95.76%);
    }

    .isnohome .about__list {
        padding-left: 20px;
    }

    .isnohome .about__show-more {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-content: inherit;
        -ms-flex-line-pack: inherit;
        align-content: inherit;
        font-size: 18px;
        color: #3C8AB9;
        z-index: 2;
    }

    .isnohome .about__show-more.active {
        display: none;
    }

    .ruling__wrapper-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .ruling__title {
        font-size: 16px;
        margin-bottom: 7px;
    }

    .ruling__signature {
        margin-bottom: 30px;
    }

    .rulings__container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .rulings__container-inner {
        width: 100%;
        padding: 10px 15px 15px;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .rulings__heading {
        width: 100%;
        font-size: 14px;
        text-align: center;
        display: block;
        border-right: none;
        border-bottom: 2px solid #fff;
        padding: 15px;
    }

    .rulings__select-title {
        font-size: 12px;
    }

    .rulings__form-submit {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .rulings__result-item:last-child {
        margin-bottom: 10px;
    }

    .archive__container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .archive__container-inner {
        width: 100%;
        padding: 10px 15px 15px;
        border-bottom: 2px solid #fff;
    }

    .archive__heading {
        width: 100%;
        font-size: 14px;
        text-align: center;
        display: block;
        border-right: none;
        border-bottom: 2px solid #fff;
        padding: 15px;
    }

    .archive__select {
        margin-right: 10px;
    }

    .archive__select-title {
        font-size: 12px;
    }

    .archive__form-submit {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .archive__result-container > * {
        margin-bottom: 20px;
        width: 100%;
    }

    .archive__result-container > *:last-child {
        margin-bottom: 0;
    }

    .inquiries .tabs__caption {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .inquiries .tabs__caption-item {
        width: -webkit-calc(50% - 5px);
        width: calc(50% - 5px);
        padding: 10px 5px;
        font-size: 12px;
        margin-right: 0;
    }

    .inquiries__container > * {
        max-width: 100%;
    }

    .search__form-input {
        padding-left: 15px;
        padding-right: 65px;
        height: 46px;
    }

    .search__form-button {
        width: 46px;
        height: 46px;
    }

    .search__result span {
        /* display: block; */
    }

    .articles._decor::before {
        display: block;
        top: 390px;
        width: 430px;
        height: 430px;
    }

    .articles__container-bottom {
        margin-top: 20px;
    }

    .articles__title {
        margin: 0 auto 20px;
        font-size: 14px;
    }

    .articles__image {
        height: 160px;
        margin: 30px 0;
    }

    .articles__image-main {
        height: 120px;
    }

    .articles__heading {
        padding-top: 15px;
        margin-bottom: 20px;
    }

    .articles__blockquote {
        font-size: 12px;
        margin-bottom: 20px;
        padding-left: 25px;
    }

    .articles__container blockquote {
        font-size: 12px;
        margin-bottom: 20px;
        padding-left: 25px;
    }

    .articles__container blockquote::before {
        left: 0;
        top: -15px;
        font-size: 50px;
        line-height: 0.5;
    }

    .articles__blockquote::before {
        left: 0;
        top: -15px;
        font-size: 50px;
        line-height: 0.5;
    }

    .articles__blockquote-author {
        margin-top: 10px;
        position: relative;
        font-weight: 700;
    }

    .articles__blockquote-author::before {
        width: 20px;
        margin-right: 5px;
    }

    .articles__text {
        margin-bottom: 20px;
    }

    .articles__telegram {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .articles__telegram-title {
        width: 100%;
        padding: 15px;
    }

    .articles__telegram-link {
        width: 100%;
        height: 56px;
    }

    .my-col-4, .my-col-8 {
        width: 100% !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .main__images-item {
        margin-left: 0 !important;
    }

    .translation_div {
        margin-right: 11px;
    }

    .main__images-item {
        height: 200px !important;
    }
}


.article-link {
    display: block;
    font-weight: 500;
    line-height: 26px;
    text-decoration: underline;
    color: #3337;
}

.article-link + .article-link {
    margin-top: 30px;
}

.article-title {
    margin-bottom: 21px;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
}

.fixed-content {
    position: relative;
}

.fixed-content .chancery {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.fixed-article {
    padding: 90px 100px;
    background: rgba(0, 0, 0, 0.7);
}

.fixed-article__arrow {
    width: 100px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 100%;
    top: 0;
    transition: all .2s;
}

.fixed-article__arrow:hover {
    background: #0003;
}

.fixed-article__arrow--prev {
    left: unset;
    right: 100%;
}

.fixed-article__arrow--prev svg {
    transform: rotate(180deg);
}

.fixed-article__arrow svg {
    width: 32px;
    height: 61px;
    object-fit: contain;
}

.fixed-article__box {
    max-width: 1170px;
    padding: 48px 70px 53px;
    margin: 0 auto;
    background: #fff;
    position: relative;
}

.fixed-article__close {
    width: 67px;
    height: 67px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background: #F0F0F0;
    transition: all .2s;
}

.fixed-article__close:hover {
    background: #3C8AB9;
}

.fixed-article__close:hover::before,
.fixed-article__close:hover::after {
    background: #fff;
}


.fixed-article__close::before,
.fixed-article__close::after {
    content: '';
    width: 31px;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    background: #251C10;
    transition: all .2s;
}

.fixed-article__close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.fixed-article__close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.fixed-article__inner {
    max-width: 926px;
}

.fixed-article__inner img {
    margin-bottom: 32px;
}

.fixed-article__inner p {
    font-weight: 500;
    color: #333;
    opacity: .7;
}

.fixed-article .tabs__caption-item {
    min-width: 170px;
}

.fixed-article__title {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 29px;
    color: #333333;
}

.video-text {
    margin: 58px 0 50px;
    display: flex;
}

.video-text .video-link {
    margin-right: 30px;
}

.video-link {
    width: 270px;
    height: 153px;
    flex-shrink: 0;
    display: block;
    position: relative;
}

.video-link::before {
    content: '';
    background: #0006;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.video-link img {
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
}

.video-link span {
    width: 51px;
    height: 51px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #FFFFFF;
    border-radius: 50%;
}

.video-link span::before {
    content: '';
    width: 41px;
    height: 41px;
    position: absolute;
    left: 3px;
    top: 3px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transition: all .2s;
}

.video-link span svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video-link:hover span::before {
    background: transparent;
}

.link-block {
    padding-top: 22px;
    min-height: 89px;
    display: flex;
    margin-top: 35px;
    border-top: 1px dotted #3337;
}

.link-block__title {
    padding: 16px;
    flex-grow: 1;
    display: flex;
    align-items: center;
    background: rgba(60, 138, 185, 0.09);
    color: #3C8AB9;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.05em;
}

.link-block__link {
    display: flex;
    align-items: center;
    padding: 0 48px;
    background: #3C8AB9;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.05em;
}

.link-block__link svg {
    width: 25px;
    height: 25px;
    margin-left: 30px;
}

.live_player {
    min-width: 100%;
    height: 464px;
}

.announce__main {
    margin-top: 60px;
    bottom: 0;
    position: absolute;
}

.creative-common {
    display: flex;
    align-items: center;
    gap: 8px;

    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0;

    max-width: 306px;

    svg {
        min-width: 24px;
    }

    a {
        text-decoration: underline;
        text-wrap: nowrap;
    }
}


@media (max-width: 992px) {
    .decisions__article {
        width: 100%;
    }

    .announce__main {
        margin-top: 60px;
        position: relative;
    }

    .desktop_button {
        visibility: hidden;
        display: none;
    }

    .live_player {
        min-width: 100%;
        height: 220px;
    }

    .article-link {
        line-height: 20px;
    }

    .article-link + .article-link {
        margin-top: 24px;
    }

    .article-title {
        margin-bottom: 13px;
        font-size: 16px;
        line-height: 17px;
        text-align: left;
    }

    .articles__telegram-title {
        font-size: 12px !important;
    }

    .articles__container p {
        font-size: 14px;
    }

    .articles__title {
        margin: 0 auto 20px;
        font-size: 16px;
    }

    section._decor .tabs ul,
    section._decor .tabs ol {
        font-size : 12px;
    }


    ul, ol {
        font-size: 14px;
    }

    h3 {
        font-size: 16px;
    }

    .footer__mail {
        text-align: center;
        margin-bottom: 15px;
    }

    .creative-common {
        margin-bottom: 15px;
        max-width: 290px;
    }

    .fixed-article {
        padding: 26px 15px;
    }

    .fixed-article__box {
        padding: 20px 15px 40px;
    }

    .fixed-article__title {
        font-size: 14px;
        line-height: 17px;
    }

    .fixed-article img {
        margin-bottom: 20px;
    }

    .fixed-article__arrow {
        display: none;
    }

    .fixed-article__close {
        width: 45px;
        height: 45px;
    }

    .fixed-article__close::before,
    .fixed-article__close::after {
        width: 21px;
        height: 2px;
    }

    .video-text {
        margin: 15px 0 26px;
        display: block;
    }

    .video-text .video-link {
        margin-bottom: 26px;
        width: 100%;
        height: unset;
    }

    .video-text .video-link img {
        margin: 0 0 -4px;
    }

    .link-block {
        display: block;
    }

    .link-block__title {
        padding: 11px 15px;
    }

    .link-block__link {
        padding: 16px 15px;
        justify-content: center;
    }

    .h2 span {
        position: absolute;
        bottom: 0;
        left: 0;
        color: #adadad;
        opacity: 0.15;
        font-size: 20px;
        text-transform: none;
        white-space: nowrap;
        letter-spacing: normal;
    }
}

/* dropdown menu */
.dropdown {
    position: relative;
}

.dropdown .show {
    display: block;
}

.dropdown.active .dropdown-menu {
    display: block;
}

.dropdown-menu {
    display: none;
    padding: 8px 0;
    width: max-content;
    position: absolute;
    left: 0;
    top: 100%;
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
    z-index: 10;
}

.dropdown-item {
    display: block;
    padding: 20px 28px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    color: #3C8AB9;
    position: relative;
    transition: all .2s;
}

.dropdown-item::before {
    content: '';
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #3C8AB9;
    transition: all .2s;
}

.dropdown-item:hover {
    background: #EDF4F9;
    color: #3C8AB9;
}

.dropdown-item:hover::before {
    width: 6px;
}

.dropdown-item.active {
    background: #EDF4F9;
    color: #3C8AB9;
}

/* dropdown menu */


/* preloader */
.preloader {
    /*фиксированное позиционирование*/
    position: fixed;
    /* координаты положения */
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /* фоновый цвет элемента */
    background: #FFFFFF;
    /* размещаем блок над всеми элементами на странице (это значение должно быть больше, чем у любого другого позиционированного элемента на странице) */
    z-index: 1001;
}

.preloader__row {
    position: relative;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    text-align: center;
    animation: preloader-rotate 2s infinite linear;
}

.preloader__item {
    position: absolute;
    display: inline-block;
    top: 0;
    background-color: #337ab7;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    animation: preloader-bounce 2s infinite ease-in-out;
}

.preloader__item:last-child {
    top: auto;
    bottom: 0;
    animation-delay: -1s;
}

@keyframes preloader-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes preloader-bounce {

    0%,
    100% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }
}

.loaded_hiding .preloader {
    transition: 0.3s opacity;
    opacity: 0;
}

.loaded .preloader {
    display: none;
}

.my-col-4 {
    width: 33.3333%;
    padding-left: 15px;
}

.my-col-8 {
    width: 66.6667%;
    padding-right: 15px;
}

.main__images-item {
    margin-left: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 424px;
}

.btn-print {
    border: 1px solid #000;
    border-radius: 3px;
    padding: 2px 8px;
}

.btn-print:hover {
    color: #fff;
    background: #000;
}
.btn-print:hover svg {
    fill: white;
}

.main-page_slider {
    position: relative;
    flex-wrap: wrap-reverse;
}

.slick-button_prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 430px;
    z-index: 1;
    opacity: 0.5;
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    background-color: #f7f7f76e;
}

@media (max-width: 1200px) {
    .slick-button_prev {
        left: 350px;
    }
}

@media (max-width: 992px) {
    .slick-button_prev {
        left: 15px;
    }

    .news-item_hidden {
        display: none;
    }

    .main__slider .slick-dots {
        left: 50%;
        transform: translateX(-50%);
    }

    .decisions__container {
        overflow: auto;
    }
}

.slick-button_next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    z-index: 1;
    opacity: 0.5;
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    background-color: #f7f7f76e;
}

.slick-button_next svg,
.slick-button_prev svg {
    width: 55px;
    height: 40px;
}

.slick-button_next:hover,
.slick-button_prev:hover {
    background: #f7f7f76e;
    opacity: 0.9 !important;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

.press__container-inner img{
    width: 100%;
}

html body .bvi-body[data-bvi-theme] * .bvi-background-image {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

html body .bvi-body[data-bvi-images=true] img.bvi-img {
    -webkit-filter: grayscale(1)!important;
    filter: grayscale(1)!important;
}

html body .bvi-body[data-bvi-theme] *:before {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

@media screen and (max-width: 490px) {
    .media {
        padding-top: 150px;
    }
    .article__image,
    .politics .article__image,
    .media .article__image,
    .news__article-image {
        height: 200px !important;
    }
}

@media only screen and (max-width: 400px) {
    .article__image,
    .politics .article__image,
    .media .article__image,
    .news__article-image {
        height: 180px !important;
    }
}

@media only screen and (max-width: 340px) {
    .article__image,
    .politics .article__image,
    .media .article__image,
    .news__article-image {
        height: 160px !important;
    }
}

.section-form {
    padding: 50px 0;
}

.form-container {
    max-width: 595px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}

.main-form {
    padding: 40px 32px;
    background: #F2F5FF;
    border-radius: 10px;
    border: 1px solid #2A62FF;
    margin-bottom: 44px;
}

.main-form input::placeholder{
    color: #202122;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.contacts-form {
    margin-bottom: 0!important;
}

.main-form h2 {
    color: #202122;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}

.form-items {
    display: flex;
    flex-direction: column;
}

.form-items label, .block-file_title, .mini-title-media {
    color: #8B95A4;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
    display: block;
}

.form-items label:last-child {
    margin-bottom: 0;
}

.form-items label span, .block-file_title span{
    color: #F00;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.form-items input, select {
    color: #202122;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 10px;
    border: 1px solid #D7DCF2;
    background: #FFF;
    padding: 13px 15px;
    width: 100%;
}

.form-items select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.form-items input:last-child {
    margin-bottom: 0;
}

.input-file {
    position: relative;
    display: inline-block;
    width: 100%;
}
.input-file-text {
    color: #202122;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 10px;
    border: 1px solid #D7DCF2;
    background: #FFF;
    padding: 13px 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    display: block;
    min-height: 46px;
    text-decoration: underline;
}

.input-file-btn {
    position: absolute;
    top: 8px;
    right: 10px;
    cursor: pointer;
    z-index: 10;
    background: #FFF;
}

.input-file input[type=file] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}

.block-file {
    margin-bottom: 20px;
}

.block-file:last-child {
    margin-bottom: 0;
}

.radio-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}
.form_radio_btn {

}
.form_radio_btn input[type=radio] {
    display: none;
}
.form_radio_btn label {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 159px;
    height: 50px;
    padding: 0 15px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #D7DCF2;
    background: #FFF;
}
.form_radio_btn label span {
    color: #202122;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/* Checked */
.form_radio_btn input[type=radio]:checked + label {
    border: 1px solid #2A62FF;
    background: #F2F5FF;
}

.main-form-submit {
    margin-top: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.form-submit_text {
    color: #8B95A4;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 354px;
}

.form-submit_text span{
    color: #F00;
}

.main-form-submit button {
    padding: 12px 30px;
    border-radius: 10px;
    border: 1px solid #2A62FF;
    background: #2A62FF;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.contacts-form .contacts-form-item {
    margin-bottom: 10px;
}

.checkbox-other {
    display: block;
    margin: 0 0 10px 0;
    cursor: pointer;
    user-select: none;
    position: relative;
}
.checkbox-other input[type=checkbox] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}
.checkbox-other span {
    display: inline-block;
    position: relative;
    padding: 0 0 0 26px;
    color: #8B95A4!important;
    font-size: 13px!important;
    font-style: normal!important;
    font-weight: 500!important;
}
.checkbox-other span:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: -1;
    transition: background 0.3s ease;
    background: url(/img/check-backr.svg) 0 0 no-repeat;
}
.checkbox-other .required_span:after {
    content: "*";
    color: #F00;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: absolute;
}

/* Checked */
.checkbox-other input[type=checkbox]:checked + span:before {
    background-image: url(/img/check-checked.svg);
}

/* Focus */
.focused span:before {
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.success-block {
    min-height: 70vh;
    padding-top: 100px;
}

.success-modal {
    padding: 30px 50px 40px 50px;
    border-radius: 10px;
    background: rgba(36, 138, 0, 0.05);
    border: 1px solid rgba(81, 183, 0, 0.50);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.success-modal img{
    margin-bottom: 29px;
    max-width: 86px;
}

.success-modal h2{
    margin-bottom: 51px;
    color: #202122;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.success-buttons {
    display: flex;
    gap: 32px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.success-buttons_item {
    padding: 12px 30px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 10px;
    border: 1px solid #2A62FF;
    background: #FFF;
}

.form-group-item {
    margin-bottom: 20px;
    position: relative;
}

.foreign-fields, .kazakhstan-fields {
    margin-bottom: 20px;
    position: relative;
}

.section-form .input-danger {
    border-color: #EF5533;
}

.section-form .input-danger-date:after {
    content: url("/img/error-danger.svg");
    position: absolute;
    top: 35px;
    right: 15px;
    background: white;
    width: 25px;
    height: 25px;
    z-index: 25;
}

.section-form .input-danger:after {
    content: url("/img/error-danger.svg");
    position: absolute;
    top: 10px;
    right: 15px;
    background: white;
    width: 25px;
    height: 25px;
    z-index: 25;
}

.section-form .error-danger-svg {
    position: absolute;
    top: calc(50% - 20px);
    right: 15px;
    width: 20px;
    height: 20px;
    z-index: 25;
}

.section-form .error-danger-svg-second {
    position: absolute;
    top: 95px;
    right: 15px;
    width: 25px;
    height: 25px;
    z-index: 25;
}

.section-form .error-danger {
    color: #EF5533;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

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

@media (max-width: 600px) {
    .success-modal h2 {
        text-align: center;
    }
    .success-buttons {
        justify-content: center;
    }
    .success-buttons_item {
        text-align: center;
    }
}
@media (max-width: 592px) {
    .form_radio_btn {
        width: calc(50% - 5px);
    }

    .form_radio_btn label {
        width: 100%;
    }
}

@media (max-width: 445px) {
    .form_radio_btn {
        width: 100%
    }
    .input-file-text {
        padding: 13px 10px;
    }
}
