/* For old browsers */

@supports (not (--css: variables)) {
    .supports_error {
        display: flex !important;
    }
}


/* For IE */

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .supports_error {
        display: flex !important;
    }
}


/*------------------
    Reset styles
------------------*/

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*:before,
*:after {
    box-sizing: border-box;
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    text-rendering: optimizeLegibility;
    text-decoration-skip: objects;
}

img {
    border-style: none;
}

textarea {
    overflow: auto;
}

input,
textarea,
input:active,
textarea:active,
button {
    margin: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: none transparent !important;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    -moz-outline: none !important;
}

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

input[type="number"] {
    -moz-appearance: textfield;
}

:focus {
    outline: 0;
}

:hover,
:active {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
}

::-ms-clear {
    display: none;
}


/*-------------------
    Global styles
-------------------*/

:root {
    --bg: #fff;
    --scroll_width: 17px;
    --text_color: #000;
    --font_size: 15px;
    --font_size_title: 60px;
    --font_family: "GothamPro", "Arial", sans-serif;
    --font_family2: "Mossport", "Arial", sans-serif;
    --font_family3: "Proxima Nova", "Arial", sans-serif;
    --font_familyRub: 'PT Rouble Sans', sans-serif;
}

::selection {
    color: #fff;
    background: #eb3333;
}

::-moz-selection {
    color: #fff;
    background: #eb3333;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

html {
    height: 100%;
    min-height: -moz-available;
    min-height: -webkit-fill-available;
    min-height: fill-available;
}

html.custom_scroll ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #ccc;
}

html.custom_scroll ::-webkit-scrollbar-thumb {
    background-color: #eb3333;
}

html.custom_scroll {
    scrollbar-color: #eb3333 #ccc;
    scrollbar-width: thin;
}

body {
    color: var(--text_color);
    font: var(--font_size) var(--font_family);
    height: 100%;
    min-height: -moz-available;
    min-height: -webkit-fill-available;
    min-height: fill-available;
}

button {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    border: none;
    background: none;
}

.wrap {
    position: relative;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    min-width: 360px;
    min-height: 100%;
    background: var(--bg);
}

.main {
    flex: 1 0 auto;
}

.cont {
    width: 100%;
    max-width: 1284px;
    margin: 0 auto;
    padding: 0 24px;
}

.lozad {
    transition: opacity 0.5s linear;
    opacity: 0;
}

.lozad.loaded {
    opacity: 1;
}

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

.row__flex {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.col-1,
.col,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-sm-1,
.col-sm,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-l-1,
.col-l,
.col-l-2,
.col-l-3,
.col-l-4,
.col-l-5,
.col-l-6,
.col-l-7,
.col-l-8,
.col-l-9,
.col-l-10,
.col-l-11,
.col-l-12,
.col-lg-1,
.col-lg,
.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 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

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

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}

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

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}

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

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}

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

@media screen and (min-width: 480px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

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

    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (min-width: 1024px) {
    .col-l {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-l-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-l-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-l-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-l-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-l-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-l-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-l-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-l-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-l-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-l-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-l-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-l-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-l-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (min-width: 1280px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

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

    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

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

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

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

    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

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

.block {
    margin-bottom: 60px;
}

.block.no_margin {
    margin-bottom: 0 !important;
}

.overlay {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    opacity: 0.65;
    background: #000;
}

.supports_error {
    font-family: "Arial", sans-serif;
    font-size: 20px;
    line-height: 30px;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    padding: 20px;
    text-align: center;
    background: #fff;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.supports_error.show {
    display: flex;
}


/*----------------
    Mini modal
----------------*/

.modal_cont {
    position: relative;
}

.mini_modal {
    position: absolute;
    z-index: 100;
    top: calc(100% + 30px);
    left: 0;
    visibility: hidden;
    transition: 0.2s linear;
    pointer-events: none;
    opacity: 0;
}

.mini_modal.active {
    top: 100%;
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
}


/*------------
    Header
------------*/

header {
    position: relative;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    padding: 18px 0;
    background-color: var(--bg);
}

header.page-header {
    box-shadow: 0px 4px 4px rgba(148, 148, 148, 0.1);
}

header > .close {
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: none;
    background: none;
}

header > .close:before,
header > .close:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 50%;
    height: 2px;
    margin: auto;
    content: "";
    transform: rotate(45deg);
    background: #fff;
}

header > .close:after {
    transform: rotate(-45deg);
}

header.show > .close {
    display: block;
}

header .cont {
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

header .logo,
header .logo img {
    color: currentColor;
    display: block;
    text-decoration: none;
}

header .department {
    margin-right: auto;
    margin-left: 50px;
}

header .department,
header .department img {
    color: currentColor;
    display: block;
    text-decoration: none;
}

header .visually_impaired_btn {
    color: #333;
    display: flex;
    width: 44px;
    height: 44px;
    margin-left: 28px;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

header .visually_impaired_btn .icon {
    display: block;
    width: 37px;
    height: 25px;
}

header .search {
    margin-right: -270px;
}

header .search .btn {
    color: #333;
    display: flex;
    width: 44px;
    height: 44px;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

header .search .btn .icon {
    display: block;
    width: 22px;
    height: 25px;
}

header .search .mini_modal {
    top: -4px;
    right: -4px;
    bottom: 0;
    left: auto;
    width: 699px;
    margin: auto;
}

header .search form {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

header .search .close_btn {
    color: #828282;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 52px;
    height: 52px;
    transition: color 0.2s linear;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

header .search .close_btn .icon {
    display: block;
    width: 18px;
    height: 18px;
}

header .search .close_btn:hover {
    color: var(--text_color);
}

header .search .input {
    color: var(--text_color);
    font-family: var(--font_family);
    font-size: var(--font_size);
    display: block;
    width: 100%;
    height: 52px;
    padding: 0 52px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 4px 20px rgba(208, 208, 208, 0.5);
}

header .search .submit_btn {
    color: #333;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    width: 52px;
    height: 52px;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

header .search .submit_btn .icon {
    display: block;
    width: 22px;
    height: 25px;
}

header .menu {
    margin-left: 26px;
}

header .menu .btn {
    color: #fff;
    display: flex;
    width: 44px;
    height: 44px;
    border-radius: 4px;
    background: #eb3333;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

header .menu .btn .icon {
    display: block;
    width: 20px;
    height: 16px;
}

header .menu .mini_modal {
    right: 0;
    left: auto;
    width: 177px;
    padding: 32px 40px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 4px 20px rgba(208, 208, 208, 0.5);
}

header .menu .mini_modal.active {
    top: calc(100% + 12px);
}

header .menu .mini_modal:before {
    position: absolute;
    z-index: 1;
    top: -7px;
    right: 14px;
    display: block;
    width: 14px;
    height: 14px;
    content: "";
    transform: rotate(45deg);
    border: 1px solid #e0e0e0;
    background: #fff;
    box-shadow: 0 4px 20px rgba(208, 208, 208, 0.5);
}

header .menu .mini_modal:after {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 15px;
    content: "";
    border-radius: 4px 4px 0 0;
    background: #fff;
}

header .menu .mini_modal > * + * {
    margin-top: 16px;
}

header .menu .mini_modal a {
    color: var(--text_color);
    font-family: var(--font_family2);
    font-size: 23px;
    line-height: 100%;
    position: relative;
    display: inline-block;
    transition: 0.2s linear;
    vertical-align: top;
    text-decoration: none;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    border-bottom: 9px solid transparent;
}

header .menu .mini_modal a:hover,
header .menu .mini_modal a.active {
    color: #eb3333;
    border-color: #eb3333;
}


/*----------------
    Block head
----------------*/

.block_head {
    display: flex;
    width: 100%;
    margin-bottom: 33px;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.block_head.white {
    color: #fff;
}

.block_head.pad_right {
    padding-right: 152px;
}

.block_head .pre_title {
    color: #828282;
    font-family: var(--font_family2);
    font-size: 37px;
    line-height: 100%;
    width: 100%;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.block_head .title {
    font-family: var(--font_family2);
    font-size: var(--font_size_title);
    font-weight: 400;;
    line-height: 100%;
    position: relative;
    display: block;
    padding-bottom: 12px;
    text-transform: uppercase;
}

.block_head .title span {
    color: #EB3333;
}

.block_head .title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 78px;
    height: 8px;
    content: "";
    border-top: 3px solid #eb3333;
    border-bottom: 3px solid #eb3333;
}

.block_head .title.no_line {
    padding: 0;
}

.block_head .title.no_line:after {
    display: none;
}

.block_head .all_link {
    font-family: var(--font_family2);
    font-size: 22px;
    line-height: 100%;
    margin-top: 7px;
    margin-left: 28px;
    text-transform: uppercase;
    align-self: flex-start;
}

.block_head .all_link a {
    color: currentColor;
    transition: color 0.2s linear;
    margin-right: 7px;
    font-size: 28px;
}

.block_head .all_link a:hover, .block_head .all_link a.active {
    color: #eb3333;
}


/*------------------
    Form elements
------------------*/

.form {
    --form_border_color: #000;
    --form_focus_color: #000;
    --form_error_color: red;
    --form_border_radius: 3px;
    --form_bg_color: #fff;
    --form_label_width: 200px;
    --form_placeholder_color: #ccc;
}

.form ::-webkit-input-placeholder {
    color: var(--form_placeholder_color);
}

.form :-moz-placeholder {
    color: var(--form_placeholder_color);
}

.form :-ms-input-placeholder {
    color: var(--form_placeholder_color);
}

.form .cols {
    margin-left: -20px;
}

.form .cols .col {
    width: calc(50% - 20px);
    margin-left: 20px;
}

.form .columns {
    margin-left: calc(var(--form_columns_offset) * -1);
    --form_columns_offset: 20px;
}

.form .columns > * {
    width: calc(50% - var(--form_columns_offset));
    margin-left: var(--form_columns_offset);
}

.form .columns > *.width1of3 {
    width: calc(33.333% - var(--form_columns_offset));
}

.form .columns > *.width2of3 {
    width: calc(66.666% - var(--form_columns_offset));
}

.form .columns > *.width3of3 {
    width: calc(100% - var(--form_columns_offset));
}

.form .line {
    margin-bottom: 20px;
}

.form .line.row .label {
    display: flex;
    width: var(--form_label_width);
    max-width: 100%;
    min-height: 40px;
    margin: 0;
    padding-right: 16px;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.form .line.row .field {
    width: calc(100% - var(--form_label_width));
    margin-left: auto;
}

.form .label {
    margin-bottom: 8px;
}

.form .field {
    position: relative;
}

.form .input {
    color: var(--text_color);
    font-family: var(--font_family);
    font-size: var(--font_size);
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 20px;
    transition: border-color 0.2s linear;
    border: 1px solid var(--form_border_color);
    border-radius: var(--form_border_radius);
    background: var(--form_bg_color);
}

.form .input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px var(--form_bg_color) !important;
}

.form textarea {
    color: var(--text_color);
    font-family: var(--font_family);
    font-size: var(--font_size);
    display: block;
    width: 100%;
    height: 120px;
    padding: 12px 20px;
    resize: none;
    transition: border-color 0.2s linear;
    border: 1px solid var(--form_border_color);
    border-radius: var(--form_border_radius);
    background: var(--form_bg_color);
}

.form .input:focus,
.form textarea:focus,
.form .nice-select.open .current {
    border-color: var(--form_focus_color);
}

.form .error,
.form .error + .nice-select .current {
    border-color: var(--form_error_color);
}

.form input[type="checkbox"] {
    display: none;
}

.form input[type="checkbox"] + label {
    font-size: 14px;
    line-height: 16px;
    position: relative;
    display: table-cell;
    height: 20px;
    padding-left: 30px;
    cursor: pointer;
    text-align: left;
    vertical-align: middle;
}

.form input[type="checkbox"] + label a {
    color: var(--text_color);
}

.form input[type="checkbox"] + label a:hover {
    text-decoration: none;
}

.form input[type="checkbox"] + label:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    content: "";
    transition: 0.2s linear;
    border: 1px solid var(--form_border_color);
    border-radius: var(--form_border_radius);
}

.form input[type="checkbox"] + label:after {
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
    width: 10px;
    height: 6px;
    content: "";
    transition: opacity 0.2s linear;
    transform: rotate(-45deg);
    opacity: 0;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
}

.form input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

.form select {
    display: none;
}

.form .nice-select {
    position: relative;
    display: block;
}

.form .nice-select .current {
    color: var(--form_placeholder_color);
    line-height: 38px;
    position: relative;
    display: block;
    overflow: hidden;
    height: 40px;
    padding: 0 50px 0 20px;
    cursor: pointer;
    transition: 0.2s linear;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: 1px solid var(--form_border_color);
    border-radius: var(--form_border_radius);
    background: var(--form_bg_color);
}

.form .nice-select .current.selected {
    color: var(--text_color);
}

.form .nice-select .current:after {
    position: absolute;
    top: 0;
    right: 16px;
    bottom: 0;
    display: block;
    width: 14px;
    height: 14px;
    margin: auto;
    content: "";
    transform: rotate(-45deg);
    border-bottom: 2px solid var(--text_color);
    border-left: 2px solid var(--text_color);
}

.form .nice-select .list {
    position: absolute;
    z-index: 9;
    top: calc(100% + 30px);
    left: 0;
    visibility: hidden;
    overflow: hidden;
    min-width: 100%;
    padding: 8px 0;
    transition: 0.2s linear;
    opacity: 0;
    border: 1px solid var(--form_border_color);
    border-radius: var(--form_border_radius);
    background: var(--form_bg_color);
}

.form .nice-select.open .list {
    top: calc(100% - 1px);
    visibility: visible;
    opacity: 1;
}

.form .nice-select .list .scrollbar {
    overflow: auto;
    max-height: 240px;
}

.form .nice-select .list .list_item {
    padding: 8px 20px;
    cursor: pointer;
    transition: 0.2s linear;
}

.form .nice-select .list .list_item:empty {
    display: none;
}

.form .nice-select .list .list_item:hover,
.form .nice-select .list .list_item.selected {
    color: #fff;
    background: var(--form_border_color);
}

.form input[type="file"] {
    display: none;
}

.form input[type="file"] + label {
    position: relative;
    display: block;
    cursor: pointer;
}

.form .submit {
    display: flex;
    padding-top: 10px;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.form .submit_btn {
    height: 40px;
    padding: 0 32px;
    transition: 0.2s linear;
    border: 1px solid var(--btn_bg);
    border-radius: var(--form_border_radius);
    background: var(--btn_bg);
}

.form .submit_btn:hover {
    border-color: var(--btn_bg_h);
    background: var(--btn_bg_h);
}


/*----------------
    Typography
----------------*/

.text_block {
    font-size: var(--font_size);
    line-height: 130%;
}

.invite_you .text_block {
    margin-top: 10px;
}

.invite_you .text_block div {
    margin-bottom: 10px;
}

.text_block > * {
    margin-bottom: 20px;
}

.text_block > :last-child {
    margin-bottom: 0 !important;
}

.text_block > :first-child {
    margin-top: 0 !important;
}

.text_block ul li {
    position: relative;
    display: block;
    overflow: hidden;
    padding-left: 20px;
    list-style-type: none;
}

.text_block ul li + li {
    margin-top: 10px;
}

.text_block ul li:before {
    position: absolute;
    top: 7px;
    left: 0;
    display: block;
    width: 5px;
    height: 5px;
    content: "";
    border-radius: 50%;
    background: var(--text_color);
}

.text_block a {
    color: #eb3333;
}

.text_block a:hover {
    text-decoration: none;
}


/*-----------------
    Main slider
-----------------*/

.main_slider {
    position: relative;
    background: #ddd;
}

.main_slider .slide {
    position: relative;
    z-index: 3;
    overflow: hidden;
}

.main_slider .slide .bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    /* background-position: 50%; */
    background-size: cover;
    background-position-x: center;
    background-position-y: 20%;
}

.main_slider .slide .cont {
    display: flex;
    min-height: 680px;
    padding-top: 60px;
    padding-bottom: 60px;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.main_slider .slide .info {
    width: 640px;
    max-width: 100%;
    /* padding: top, right, bottom, left; */
    padding: 46px 36px 90px 46px;
    height: 500px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.7);
}

.main_slider .slide .title {
    color: #eb3333;
    font-family: var(--font_family2);
    font-size: 66px;
    line-height: 100%;
    text-transform: uppercase;
}

.main_slider .slide .desc {
    font-size: 20px;
    line-height: 130%;
    margin-top: 20px;
    padding-left: 27px;
    border-left: 3px solid #eb3333;
}

.main_slider .slide .link {
    color: var(--text_color);
    font-size: 17px;
    font-weight: bold;
    line-height: 16px;
    display: inline-block;
    margin-top: 32px;
    padding: 2px;
    vertical-align: top;
    white-space: nowrap;
    text-decoration: none;
    border: 2px solid #eb3333;
    border-radius: 27px;
}

.main_slider .slide .link div {
    display: flex;
    padding: 13px 20px 13px 30px;
    transition: 0.2s linear;
    border: 1px solid #eb3333;
    border-radius: inherit;
    justify-content: flxe-start;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

.main_slider .slide .link .icon {
    color: #eb3333;
    display: block;
    width: 31px;
    height: 12px;
    margin-left: 15px;
    transition: color 0.2s linear;
}

.main_slider .slide .link:hover div {
    color: #fff;
    background: #eb3333;
}

.main_slider .slide .link:hover .icon {
    color: #fff;
}

.main_slider .count {
    position: absolute;
    z-index: 9;
    bottom: 120px;
    left: 50%;
    width: 60px;
    height: 38px;
    margin-left: -572px;
    pointer-events: none;
}

.main_slider .swiper-pagination {
    display: flex;
    max-width: 400px;
    left: 50%;
    margin-left: -480px;

    bottom: 136px;
}

.main_slider .count .current {
    font-family: var(--font_family2);
    font-size: 33px;
    line-height: 33px;
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    text-transform: uppercase;
}

.main_slider .count .total {
    color: #828282;
    font-family: var(--font_family2);
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    white-space: nowrap;
    text-transform: uppercase;
}

.main_slider .count:before {
    position: absolute;
    top: 6px;
    right: 0;
    bottom: 0;
    left: 8px;
    display: block;
    width: 100%;
    height: 1px;
    margin: auto;
    content: "";
    transform: rotate(-45deg);
    background: #828282;
}


/*-----------
    Stats
-----------*/

.stats {
    position: relative;
    padding: 59px 0 79px;
    background: #eb3333;
    margin-bottom: 70px;
}

.stats:before,
.stats:after {
    position: absolute;
    top: 15px;
    left: 0;
    display: block;
    width: 100%;
    height: 10px;
    content: "";
    background: #fff;
}

.stats:after {
    top: auto;
    bottom: 22px;
}

.stats .row {
    margin-bottom: -40px;
    margin-left: -40px;
    justify-content: space-between;
}

.stats .row > * {
    max-width: calc(33.333% - 20px);
    margin-bottom: 40px;
    margin-left: 40px;
}

.stats .item {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 130%;
    position: relative;
    padding-top: 42px;
}

.stats .item .more {
    font-size: var(--font_size);
    line-height: 130%;
    position: absolute;
    top: 16px;
    left: 0;
}

.stats .item .val {
    font-family: var(--font_family2);
    font-size: 77px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 8px;
    white-space: nowrap;
    text-transform: uppercase;
}

/*--------------
    about
--------------*/

.about_block .link {
    color: var(--text_color);
    font-size: 17px;
    font-weight: bold;
    line-height: 16px;
    display: inline-block;
    margin-top: 4px;
    padding: 2px;
    vertical-align: top;
    white-space: nowrap;
    text-decoration: none;
    border: 2px solid #eb3333;
    border-radius: 27px;
}

.about_block .link div {
    display: flex;
    padding: 13px 20px 13px 30px;
    transition: 0.2s linear;
    border: 1px solid #eb3333;
    border-radius: inherit;
    justify-content: flxe-start;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

.about_block .link .icon {
    color: #eb3333;
    display: block;
    width: 31px;
    height: 12px;
    margin-left: 15px;
    transition: color 0.2s linear;
}

.about_block .link:hover div {
    color: #fff;
    background: #eb3333;
}

.about_block .link:hover .icon {
    color: #fff;
}


/*--------------
    Projects
--------------*/

.projects {
    position: relative;
    z-index: 3;
    padding: 70px 0;
}

/* .projects .swiper-container {
    overflow: visible !important;
} */

/* .projects .swiper-container .slide {
    visibility: hidden;
    transition: opacity 0.2s linear, visibility 0.2s linear;
    pointer-events: none;
    opacity: 0;
} */

/* .projects .swiper-container .slide.visible,
.projects .swiper-container .slide.active {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
} */

.projects .swiper-container {
    overflow-x: clip !important;
}

.projects .swiper-slide {
    height: auto;
    border-radius: 4px;
}

.projects .project {
    color: var(--text_color);
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    transition: 0.2s linear;
    text-decoration: none;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 4px 20px rgba(208, 208, 208, 0.2);
}

.projects .project:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    content: "";
    transition: height 0.2s linear;
    background: #eb3333;
    border-radius: 0 0 4px 4px;
}

.projects .project .thumb {
    position: relative;
    overflow: hidden;
    padding-bottom: 84.26%;
    background: #ddd;
}

.projects .project .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    transition: transform 0.2s linear;
    object-fit: cover;
}

.projects .project .name {
    font-size: 23px;
    font-weight: bold;
    line-height: 130%;
    display: flex;
    padding: 32px 32px 27px;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.projects .project:hover {
    color: #eb3333;
    box-shadow: inset 0 0 0 1px #eb3333;
}

.projects .project:hover:after {
    height: 13px;
}

.projects .project:hover .thumb img {
    transform: scale(1.1);
}

.projects .bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}


.main_projects.projects {
    padding-bottom: 10px;
} 

/*--------------
    flagman projects
--------------*/
.flagman_projects.projects .bg {
    display: none;
}
.flagman_projects.projects .block_head {
    margin-bottom: 22px;
}
.flagman_projects.projects .project {
    box-shadow: none;
}
.flagman_projects.projects .project .tag {
    position: absolute;
    font-family: var(--font_family2);
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 5%;
    text-transform: uppercase;

    border-radius: 22px;
    background: #000;
    color: #fff;
    left: 12px;
    top: 12px;
    padding: 9px 20px;
}
.flagman_projects.projects .project .thumb {
    padding-bottom: 67%;
}
.flagman_projects.projects .project .logo {
    margin-top: 20px;
    height: 83px;
}
.flagman_projects.projects .project .name {
    font-family: var(--font_family2);
    font-weight: 400;
    font-size: 55px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    padding: 0;
    margin-top: 17px;
}
.flagman_projects.projects .project .preview {
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0%;
    margin-top: 25px;
    max-width: 550px;
}
.flagman_projects.projects .project .preview p + p {
    margin-top: 14px;
}
.flagman_projects.projects .project:after {
    display: none;
}
.flagman_projects.projects .project:hover {
    color: #000;
    box-shadow: none;
}
.flagman_projects.projects .project .link {
    color: var(--text_color);
    font-size: 17px;
    font-weight: bold;
    line-height: 16px;
    display: inline-block;
    margin-top: 33px;
    padding: 2px;
    vertical-align: top;
    white-space: nowrap;
    text-decoration: none;
    border: 2px solid #eb3333;
    border-radius: 27px;
}

.flagman_projects.projects .project .link div {
    display: flex;
    padding: 13px 20px 13px 30px;
    transition: 0.2s linear;
    border: 1px solid #eb3333;
    border-radius: inherit;
    justify-content: flxe-start;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

.flagman_projects.projects .project .link .icon {
    color: #eb3333;
    display: block;
    width: 31px;
    height: 12px;
    margin-left: 15px;
    transition: color 0.2s linear;
}

.flagman_projects.projects .project .link:hover div {
    color: #fff;
    background: #eb3333;
}

.flagman_projects.projects .project .link:hover .icon {
    color: #fff;
}

/*--------------
    Events
--------------*/
/* .eventsmain {
    margin-top: 70px;
} */

.eventsmain .swiper-container {
    overflow-x: clip !important;
}

/*----------------
    Invite you
----------------*/

.invite_you {
    padding: 70px 0 90px;
    background: #fcfcfc;
}

.invite_you .data {
    width: 604px;
    max-width: 100%;
}

.invite_you .data p {
    font-family: var(--font_family2);
    font-size: 24px;
    line-height: 100%;
    width: 100%;
    text-transform: uppercase;
    word-spacing: 5px;
    letter-spacing: 1px;
}

.invite_you .data .block_head {
    color: #eb3333;
    width: 552px;
    max-width: 100%;
}

.invite_you .data ol {
    margin-top: 24px;
    counter-reset: li;
}

.invite_you .data ol li {
    line-height: 130%;
    position: relative;
    display: block;
    overflow: hidden;
    padding-left: 47px;
    list-style-type: none;
    min-height: 25px;
}

.invite_you .data ol li + li {
    margin-top: 16px;
}

.invite_you .data ol li:before {
    color: #fff;
    font-weight: bold;
    line-height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    content: counter(li);
    counter-increment: li;
    text-align: center;
    border-radius: 50%;
    background: #eb3333;
}

.invite_you .action {
    width: 591px;
    max-width: 100%;
    margin-left: auto;
}

.invite_you .action img {
    display: block;
    max-width: 50%;
    margin-right: auto;
    margin-left: auto;
}

.invite_you .action a .btn {
    color: #fff;
    font-family: var(--font_family2);
    font-size: 28px;
    line-height: 100%;
    display: block;
    width: 100%;
    padding: 2px;
    transition: border-color 0.2s linear;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid #eb3333;
    border-radius: 118px;
    box-shadow: 0 4px 20px rgba(208, 208, 208, 0.2);
}

.invite_you .action a {
    text-decoration: none;
}

.invite_you .action a .btn div {
    display: flex;
    padding: 13px 20px 13px 30px;
    transition: 0.2s linear;
    border: 1px solid #eb3333;
    border-radius: inherit;
    background: #eb3333;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

.invite_you .action a .btn .icon {
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 18px;
}

.invite_you .action a .btn:hover {
    border-color: #e11414;
}

.invite_you .action a .btn:hover div {
    border-color: #e11414;
    background: #e11414;
}

.invite_you .action .por_uslugi {
    padding-top: 10px;
    display: block;
    padding-left: 25px;
}

.invite_you .action span a {
    color: #e11414;
}


/*-----------------
    About block
-----------------*/
.about_block {
    padding: 10px 0 10px;
}
.about_block .data {
    width: 541px;
    max-width: 100%;
    padding: 87px 0;
}

.about_block .data .block_title {
    font-family: var(--font_family2);
    font-size: var(--font_size_title);
    color: #eb3333;
    line-height: 102%;
    position: relative;
    margin-bottom: 18px;
    padding-bottom: 12px;
    text-transform: uppercase;
    font-weight: 400;
}
.about_block .data .block_title span{
    color: #000;
    white-space: nowrap;
}

.about_block .text_block {
    font-size: 18px;
}

.about_block .text_block p a {
    color: #000;
    font-weight: 600;
    border-bottom: 1px solid #666;
    text-decoration: none;
    transition: 0.2s;
}
.about_block .text_block p a:hover {
    border-bottom: 0px;
}
.about_block .img {
    display: block;
    width: 606px;
    margin-left: auto;
}

.aboutpage.about_block .data .block_title {
    margin-bottom: 21px;
}
.aboutpage.about_block {
    padding: 0;
}
.aboutpage.about_block .data{
    padding-top: 0px;
    margin-top: -8px;
}
.aboutpage.about_block .data p {
    padding-bottom: 28px;
    margin-bottom: 0;
    line-height: 155%;
}
.aboutpage.about_block .img {
    width: 604px;
    margin-top: 18px;
    margin-right: -4px;
    max-width: 50%;
}


/*------------
    mission
------------*/
.mission {
    width: 100%;
    background-color: #EB3333;
    margin-top: 78px;
    margin-bottom: 70px;
    border-radius: 4px;
    padding: 64px 70px 72px;
    position: relative;
}
.mission:after{
    content: '';
    position: absolute;
    background: url('../images/mission_bg_img.png') no-repeat;
    width: 22%;
    height: 100%;
    top: 0;
    right: 0;
}
.mission_title {
    font-family: var(--font_family2);
    font-size: var(--font_size_title);
    color: #fff;
    line-height: 102%;
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 12px;
}
.mission_text {
    font-size: 32px;
    line-height: 130%;
    letter-spacing: 0%;
    max-width: 650px;
    color: #fff;
}


/*------------
    Org values
------------*/
.orgvalues {
    background: url('../images/bg_projects.png') #F9F9F9;
    background-position: center;
    background-size: cover;
    padding: 86px 0 72px;
}

.orgvalues_text {
    display: flex;
    justify-content: space-between;
    gap: 13%;
}
.orgvalues_text > div {
    width: 33.3%;
}
.orgvalues_item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.orgvalues_item .icon {
    width: 85px;
    height: 70px;
    display: block;
    
}
.orgvalues_item_name {
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0%;
    margin-left: 0px;
    font-weight: 600;
    margin-top: -6px;
}
.orgvalues .block_head {
    margin-bottom: 42px;
}
.orgvalues_item + .orgvalues_item {
    margin-top: 43px;
}
.orgvalues_item1 .orgvalues_item_name {
    margin-left: -2px;
}
.orgvalues_item2 .icon {
    width: 90px;
    margin-top: 3px;
    margin-left: -1px;
}
.orgvalues_item2 .orgvalues_item_name {
    margin-left: 17px;
    margin-top: -14px;
}
.orgvalues_item3 .icon {
    margin-left: -4px;
    margin-top: -2px;
}
.orgvalues_item3 .orgvalues_item_name {
    margin-left: 21px;
    margin-top: -11px;
}
.orgvalues_item4 .icon {
    margin-top: -10px;
    margin-left: -10px;
}
.orgvalues_item4 .orgvalues_item_name {
    margin-left: 5px;
    margin-top: 0px;
}
.orgvalues_item5 .icon {
    margin-top: 10px;
    margin-left: -4px;
}
.orgvalues_item5 .orgvalues_item_name {
    margin-top: 3px;
    margin-left: -1px;
}

.orgvalues.aboutpage {
    margin-top: -55px;
    padding-bottom: 56px;
    margin-bottom: 70px;
}

/*------------
    aboutpage
------------*/
.about_text.aboutpage {
    font-size: 20px;
    line-height: 144%;
    letter-spacing: 0%;
    margin-top: -6px;
    padding-bottom: 36px;
}
.about_text.aboutpage p {
    font-size: 20px;
        line-height: 144%;
    letter-spacing: 0%;
    padding-bottom: 28px;
}
/* .about_text.aboutpage .block_head .title {
    padding-bottom: 27px;
} */
.about_text.aboutpage ol {
    counter-reset: item;
    list-style: none;
    padding-left: 0;
    margin-left: 80px;
    padding-bottom: 40px;
}
.about_text.aboutpage ol li {
    counter-increment: item;     
    display: flex;           
    align-items: flex-start;                  
}
.about_text.aboutpage ol li::before {
    content: counter(item) "."; 
    flex-shrink: 0;            
    margin-right: 14px;        
    font-weight: bold;  
    font-size: 23px; 
    color: #EB3333;     
}
.about_text.aboutpage ol li + li {
    margin-top: 18px;
}
.about_text.aboutpage h2 {
    font-family: var(--font_family2);
    font-weight: 400;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-top: 28px;
    margin-bottom: 34px;
}
.about_text.aboutpage ul {
    padding-bottom: 40px;
}

.about_text.aboutpage ul li {
    list-style: none;
}
.about_text.aboutpage ul li + li {
    margin-top: 19px;
}
.about_text.aboutpage a {
    color: #000;
    font-weight: 600;
    border-bottom: 1px solid #666;
    text-decoration: none;
    transition: 0.2s;
}
.about_text.aboutpage a:hover {
    border-bottom: 0px;
} 
.about_text.aboutpage a.redlink {
    color: #EB3333;
    border-bottom: 1px solid #EB3333;
}
.about_text.aboutpage a.redlink:hover {
   border-bottom: 0px;
} 
.about_text.aboutpage .photoline {
    max-width: 1850px;
    margin: 0 auto;
    padding-bottom: 22px;
}
.about_text.aboutpage .photoline a {
    border-bottom: 0px;
} 
.about_text.aboutpage .photoline a + a {
    margin-left: 30px;
}
.about_text.aboutpage .photoline img {
    width: calc(33% - 20px);
}


.spsectblock.aboutpage {
    margin-bottom: 70px;
}

.about_text.aboutpage_adaptiv p {
    font-size: 18px;
}


.about_block.aboutpage_instr {
    margin-top: 33px;
}
.about_block.aboutpage_instr .data {
    width: 600px;
    padding-bottom: 60px;
}
.about_block.aboutpage_instr .data .block_title {
    max-width: 570px;
}
.about_block.aboutpage_instr .data .block_title span {
    white-space: wrap;
}
.about_block.aboutpage_instr .data .block_title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 78px;
    height: 8px;
    content: "";
    border-top: 3px solid #eb3333;
    border-bottom: 3px solid #eb3333;
}
.about_block.aboutpage_instr .text_block {
    padding-left: 0px;
    padding-top: 20px;
}
.about_block.aboutpage_instr .text_block ul {
    width: 50%;
}
.about_block.aboutpage_instr .text_block ul + ul {
    padding-left: 12px;
}
.about_block.aboutpage_instr .text_block ul li {
    font-size: 17px;
    line-height: 167%;
    letter-spacing: 0%;
}
.about_block.aboutpage_instr .text_block ul li:before {
    display: none;
} 
.about_block.aboutpage_instr .text_block a {
    color: #000;
    font-weight: 600;
    border-bottom: 1px solid #666;
    text-decoration: none;
    transition: 0.2s;
}
.about_block.aboutpage_instr .text_block a:hover {
    border-bottom: 0px;
    color: #EB3333;
}
.about_block.aboutpage_instr .img {
    width: 615px;
    margin-top: 0;
}


.about_text.aboutpage_objc {
    margin-top: -15px;
}
.about_text.aboutpage_objc p {
    font-size: 18px;
        line-height: 155%;
    padding-bottom: 19px;
}
.about_text .aboutpage_objc_text {
    padding-left: 80px;
}


.sportobjects.projects {
    padding-bottom: 20px;
    padding-top: 20px;
}
.sportobjects.projects .project .name {
    margin-top: 25px;
}


.sportobjects.projects.adminobjects {
    padding-top: 50px;
}

.social_links {
    margin-top: 52px;
    padding-bottom: 68px;
}
/* .social_links .row {
    padding-left: 79px;
} */
.social_item {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #828282;
    transition: 0.2s;
}
.social_item:hover {
    color: #EB3333;
}
.social_item + .social_item {
    margin-left: 50px;
}
.social_item .name {
    font-family: var(--font_family2);
    color: #000;
    font-weight: 400;
    margin-left: 12px;
    margin-top: -5px;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    transition: 0.2s;
}
.social_item:hover .name {
    color: #EB3333;
}
.social_item .icon {
    width: 57px;
    height: 57px;
}


/*------------
    Events
------------*/
.events .row {
    margin-bottom: -32px;
    margin-left: -32px;

    align-items: stretch;
    align-content: stretch;
}

.events .row > * {
    width: calc(25% - 32px);
    margin-bottom: 32px;
    margin-left: 32px;
}


.events .mob_calendar_btn {
    font-size: 17px;
    font-weight: bold;
    line-height: 130%;

    position: relative;

    display: none;

    width: 100%;
    height: 46px;
    margin-bottom: 20px !important;

    border-radius: 4px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(208, 208, 208, .2);
}

.events .mob_calendar_btn .icon {
    color: #eb3333;

    position: absolute;
    top: 0;
    right: 6px;
    bottom: 0;

    display: flex;

    width: 32px;
    height: 32px;
    margin: auto;

    transition: .2s linear;

    border: 1px solid #eb3333;
    border-radius: 50%;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.events .mob_calendar_btn .icon svg {
    position: relative;
    top: 1px;

    display: block;

    width: 10px;
    height: 16px;

    transform: rotate(90deg);
}


.events .mob_calendar_btn.active .icon {
    color: #fff;

    transform: rotate(180deg);

    background: #eb3333;
}

.events .mob_calendar_btn.active .icon svg {
    left: -1px;
}


.events .calendar {
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(208, 208, 208, .2);
}


.events .calendar .title {
    font-size: 22px;
    font-weight: bold;
    line-height: 130%;

    padding: 20px 24px 30px;

    text-align: center;
}


.events .calendar .prev_next_month {
    color: #828282;
    font-size: 17px;
    line-height: 22px;

    display: flex;

    height: 22px;
    margin-bottom: 4px;
    padding: 0 11px;

    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}


.events .calendar .month_link {
    color: #fff;
    font-family: var(--font_family2);
    font-size: 22px;
    line-height: 100%;

    display: block;

    margin: 20px 26px;
    padding: 2px;

    text-align: center;
    text-decoration: none;
    text-transform: uppercase;

    border: 1px solid #eb3333;
    border-radius: 118px;
    background: #eb3333;
}

.events .calendar .month_link span {
    display: block;

    padding: 5px 5px 3px;

    border: 1px solid #fff;
    border-radius: inherit;
}


.events .event {
    position: relative;

    display: flex;
    overflow: hidden;
    flex-direction: column;

    transition: box-shadow .2s linear;

    border-radius: 4px;
    background: #fff;
    box-shadow: 0 4px 20px rgba(208, 208, 208, .2);
}

.events .event:after {
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 4px;

    content: '';
    transition: height .2s linear;

    background: #eb3333;
}


.events .event .thumb {
    position: relative;

    overflow: hidden;

    padding-bottom: 84.26%;

    background: #ddd;
}

.events .event .thumb img {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    transition: transform .2s linear;

    object-fit: cover;
}


.events .event .info {
    display: flex;
    flex-direction: column;

    padding: 14px 23px 10px;

    flex: 1 0 auto;
}


.events .event .name {
    font-size: 17px;
    font-weight: bold;
    line-height: 130%;

    width: 100%;
    margin-bottom: 16px;
    padding-left: 23px;
}

.events .event .name a {
    color: currentColor;

    display: inline-block;

    transition: color .2s linear;
    vertical-align: top;
    text-decoration: none;
}

.events .event .thumb:hover ~ .info .name a,
.events .event .name a:hover {
    color: #eb3333;
}


.events .event .location {
    font-size: 14px;
    line-height: 130%;

    position: relative;

    width: 100%;
    margin-bottom: 16px;
    padding-left: 23px;
}

.events .event .location .icon {
    color: #eb3333;

    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 14px;
    height: 18px;
}


.events .event .date {
    font-size: 24px;
    font-weight: 900;
    line-height: 130%;

    width: 100%;
    margin-top: auto;
}


.events .event:hover {
    box-shadow: inset 0 0 0 1px #eb3333;
}

.events .event:hover:after {
    height: 13px;
}

.events .event:hover .thumb img {
    transform: scale(1.1);
}


/*-------------------
    AirDatepicker
-------------------*/
.air-datepicker {
    width: 100%;

    border: none;
    border-radius: 0;
    background: none;
}


.air-datepicker-nav {
    position: relative;

    height: 40px;
    min-height: 0;
    padding: 0 20px;

    border: none;
    background: #eb3333;
}


.air-datepicker-nav--action,
.air-datepicker-nav--action:hover {
    color: #fff;

    display: flex;

    width: 40px;
    height: 40px;
    padding: 0;

    border-radius: 0;
    background: none;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.air-datepicker-nav--action svg {
    display: block;

    width: 40px;
    height: 24px;
}

.air-datepicker-nav--action[data-action='next'] svg {
    transform: rotate(180deg);
}


.air-datepicker-nav--title,
.air-datepicker-nav--title:hover {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    line-height: 29px;

    margin-bottom: 3px;
    padding: 0;

    border-radius: 0;
    background: none;
}

.air-datepicker-nav--title .year {
    color: #eb3333;

    position: absolute;
    bottom: 100%;
    left: 0;

    display: block;

    width: 100%;
    margin-bottom: 4px;

    text-align: center;
    white-space: nowrap;
}


.air-datepicker--content {
    padding: 0;
}


.air-datepicker-body--day-names {
    margin: 20px 0 12px;
    padding: 0 16px;
}


.air-datepicker-body--day-name {
    color: #4f4f4f;
    font-size: 16px;
    line-height: 130%;

    text-transform: none;
}

.air-datepicker-body--day-name:after {
    display: inline;

    content: '.';
}

.air-datepicker-body--day-name.-weekend- {
    color: #eb3333;
}


.air-datepicker-body--cells {
    padding: 0 16px;
}


.air-datepicker-cell,
.air-datepicker-cell.-current-,
.air-datepicker-cell.-selected-.-current- {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 130%;

    position: relative;
    z-index: 3;

    height: 34px;

    text-align: center;

    border-radius: 0;
    background: none;
}

.air-datepicker-cell.-weekend-,
.air-datepicker-cell.-current-.-weekend- {
    color: #eb3333;
}

.air-datepicker-cell.-focus-,
.air-datepicker-cell.-current-.-focus- {
    color: #fff;

    background: none;
}

.air-datepicker-cell.-focus-:before {
    position: absolute;
    z-index: -1;
    top: 2px;
    right: 0;
    bottom: 0;
    left: 1px;

    display: block;

    width: 36px;
    height: 34px;
    margin: auto;

    content: '';

    background: url(../images/ic_calendar_day_hover.svg) 50% no-repeat;
}


.air-datepicker-cell.-selected-,
.air-datepicker-cell.-selected-.-focus- {
    color: #fff;

    background: none;
}

.air-datepicker-cell.-selected-.-weekend-,
.air-datepicker-cell.-selected-.-weekend-.-focus- {
    color: #fff;

    background: none;
}

.air-datepicker-cell.cur_select:not(.-other-month-):before {
    position: absolute;
    z-index: -1;
    top: 2px;
    right: 0;
    bottom: 0;
    left: 1px;

    display: block;

    width: 36px;
    height: 34px;
    margin: auto;

    content: '';

    background: url(../images/ic_calendar_day_selected.svg) 50% no-repeat;
}

.air-datepicker-cell.cur_select.-focus-:not(.-other-month-):before {
    background: url(../images/ic_calendar_day_hover.svg) 50% no-repeat;
}

.air-datepicker-cell.-selected-:not(.-other-month-):before {
    position: absolute;
    z-index: -1;
    top: 2px;
    right: 0;
    bottom: 0;
    left: 1px;

    display: block;

    width: 36px;
    height: 34px;
    margin: auto;

    content: '';

    background: url(../images/ic_calendar_day_hover.svg) 50% no-repeat;
}


.main_news.projects .bg {
    display: none;
} 

/*------------
    main partners
------------*/
.main_partners.projects {
    padding-bottom: 0;
}
.main_partners.projects .project {
    box-shadow: none;
    border: 0;
}
.main_partners.projects .project:after {
    display: none;
}
.main_partners.projects .project .thumb {
    background: #fff;
}

/*------------
    Footer
------------*/

footer {
    position: relative;
    border-top: 16px solid #eb3333;
}

footer:before {
    position: absolute;
    top: -13px;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    content: "";
    background: #fff;
}

footer .info {
    padding: 64px 0 52px;
    background: #f6f6f6;
    box-shadow: 0 1px 1px rgba(208, 208, 208, 0.48);
}

footer .info .cont {
    justify-content: space-between;
}

footer .info .title {
    font-size: 13px;
    font-weight: bold;
    line-height: 130%;
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 7px;
    text-transform: uppercase;
}

footer .info .title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 28px;
    height: 3px;
    content: "";
    background: #eb3333;
}

footer .bottom {
    color: #4f4f4f;
    font-size: 12px;
    line-height: 11px;
    padding: 18px 0;
    background: #ededed;
    box-shadow: 0 1px 1px rgba(208, 208, 208, 0.48);
}

footer .bottom .cont {
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

footer .logo {
    margin-top: 22px;
}

footer .logo,
footer .logo img {
    color: currentColor;
    display: block;
    text-decoration: none;
}

footer .department {
    margin-top: -8px;
}

footer .department,
footer .department img {
    color: currentColor;
    display: block;
    text-decoration: none;
}

footer .location {
    font-size: calc(var(--font_size) + 1px);
    line-height: 130%;
    position: relative;
    padding-left: 28px;
}

footer .location .icon {
    color: #eb3333;
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 14px;
    height: 18px;
}

footer .time {
    font-size: 13px;
    line-height: 130%;
    position: relative;
    margin-top: 11px;
    padding-left: 28px;
}

footer .email {
    font-size: 14px;
    line-height: 130%;
    position: relative;
    margin-top: 11px;
    padding-left: 28px;
}

footer .email .icon {
    color: #eb3333;
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    width: 16px;
    height: 13px;
}

footer .email a {
    color: currentColor;
    transition: color 0.2s linear;
    white-space: nowrap;
}

footer .email a:hover {
    color: #eb3333;
}

footer .socials .row {
    align-items: center;
    align-content: center;
}

footer .socials a {
    color: #fff;
    display: flex;
    width: 38px;
    height: 38px;
    transition: 0.2s linear;
    border-radius: 50%;
    background: #828282;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

footer .socials a + a {
    margin-left: 20px;
}

footer .socials .icon {
    display: block;
}

footer .socials .facebook_link .icon {
    width: 11px;
    height: 20px;
}

footer .socials .instagram_link .icon {
    width: 20px;
    height: 20px;
}

footer .socials .vk_link .icon {
    width: 20px;
    height: 20px;
}

footer .socials .tg_link .icon {
    width: 20px;
    height: 18px;
}

footer .socials .ok_link .icon {
    width: 12px;
    height: 20px;
}

footer .socials .rt_link .icon {
    width: 16px;
    height: 15px;
}

footer .socials a:hover {
    background: #eb3333;
    box-shadow: 0 5px 16px rgba(114, 114, 114, 0.68);
}

footer .copyright > * + * {
    margin-top: 6px;
}

footer .privacy_policy_link a {
    color: currentColor;
    transition: color 0.2s linear;
    text-decoration: none;
}

footer .privacy_policy_link a:hover {
    color: #eb3333;
}

footer .creator {
    font-size: 8px;
    line-height: 8px;
    letter-spacing: 0.025em;
}

footer .creator a {
    color: currentColor;
    text-decoration: none;
}

footer .creator img {
    display: block;
    margin-right: auto;
    margin-bottom: 2px;
    margin-left: auto;
}


/* Begin - Breadcrumbs */

.breadcrumbs {
    list-style: none;
    display: flex;
    align-items: center;
    margin-top: 24px;
    margin-bottom: 28px;
}

.breadcrumbs .breadcrumbs__item {
    display: flex;
    align-items: center;
    margin-right: 19px;
}

.breadcrumbs .breadcrumbs__item .breadcrumbs__link {
    text-decoration: none;
}

.breadcrumbs .breadcrumbs__item .breadcrumbs__link .breadcrumbs__title {
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    color: #191919;
}

.breadcrumbs .breadcrumbs__item:after {
    display: block;
    content: "";
    width: 5px;
    height: 8px;
    margin-left: 11px;
    background-image: url("data:image/svg+xml,%3Csvg width='5' height='8' viewBox='0 0 5 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.57188 3.65709L0.915005 7.31396L0.000785425 6.39975L2.7431 3.65743L0 0.914325L0.914219 0.000104904L4.57188 3.65709Z' fill='%23828282'/%3E%3C/svg%3E%0A");
}

.breadcrumbs .breadcrumbs__item:last-child {
    margin-right: 0;
}

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

.breadcrumbs .breadcrumbs__item .breadcrumbs__page {
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    color: #eb3333;
}


/* End - Breadcrumbs */


/* Begin - Page Projects Items */

.page .projects {
    display: flex;
    flex-wrap: wrap;
    padding-top: 8px;
    padding-bottom: 0;
    margin: 0 -15px;
}

.page .projects .project__block {
    flex: 0 0 33.3%;
    max-width: 33.3%;
    padding: 0 15px 60px;
}


/* End - Page Projects Items */


/* Begin - Pagination */

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin-bottom: 70px;
}

.pagination .pagination__item {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 4px;
    padding: 2px;
    transition: 0.2s linear;
    transform: none;
    border: 1px solid #bdbdbd;
    border-radius: 50%;
}

.pagination .pagination__item.pagination__item_active {
    background: #f2f2f2;
    border: 2px solid #eb3333;
}

.pagination .pagination__item.pagination__item_active .pagination__link {
    color: #eb3333;
}

.pagination .pagination__item:hover {
    border-color: #4f4f4f;
    background: #4f4f4f;
}

.pagination .pagination__item:hover .pagination__link {
    color: #fff;
}

.pagination .pagination__item .pagination__link {
    text-decoration: none;
    display: flex;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    color: #4f4f4f;
    font-weight: bold;
    font-size: 17px;
    line-height: 130%;
}

.pagination .pagination__item.pagination__item_more {
    border: none;
}

.pagination .pagination__item.pagination__item_more:hover {
    background-color: transparent;
}

.pagination .pagination__item.pagination__item_more .pagination__span {
    display: flex;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    color: #4f4f4f;
    font-weight: bold;
    font-size: 17px;
    line-height: 130%;
}

.pagination .pagination__link_prev,
.pagination .pagination__link_next {
    margin: 0px 16px;
}

.pagination .pagination__link_prev .pagination__link,
.pagination .pagination__link_next .pagination__link {
    border: 1px solid #bdbdbd;
    color: #828282;
}

.pagination .pagination__item .pagination__link .icon {
    display: block;
    width: 18px;
    height: 21px;
    margin-left: -2px;
}

.pagination .pagination__link_next .pagination__link .icon {
    transform: rotate(180deg);
    margin-left: 2px;
}


/* End - Pagination */


/* Begin - About (Page) */

.page .img_page {
    margin-bottom: 32px;
    border-radius: 4px;
}

.page .img_page img {
    width: 100%;
    height: 100%;
}

.page p {
    font-weight: normal;
    font-size: 18px;
    line-height: 143.62%;
    color: #000000;
    padding-bottom: 29px;
}

.slider__container {
    margin-top: 28px;
}

.head__slider {
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}

.swiper-container {
    position: relative;
    z-index: 2;
    overflow: visible !important;
}

.head__slider .title {
    font-weight: 300;
    font-size: 42px;
    line-height: 103.4%;
    color: #000000;
}

.slider__about .swiper-container .slide .item {
    text-decoration: none;
}

.slider__about .swiper-container .slide .item .thumb {
    margin-bottom: 32px;
}

.slider__about .swiper-container .slide .item .thumb img {
    filter: drop-shadow(0px 4px 16px rgba(209, 209, 209, 0.57));
    border-radius: 4px;
    width: 100%;
}

.slider__about .swiper-container .slide .item .name {
    font-family: var(--font_family3);
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    color: #000000;
}

.slider__about .swiper-container .slide .item .name:hover {
    color: #eb3333;
}

.slider__about .swiper-container .slide.visible {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
}

.slider__about .swiper-container .slide {
    visibility: hidden;
    transition: opacity 0.2s linear, visibility 0.2s linear;
    pointer-events: none;
    opacity: 0;
}

h2.title {
    font-family: var(--font_family3);
    font-weight: bold;
    font-size: 42px;
    line-height: 103.4%;
    color: #242424;
    margin-top: 60px;
    margin-bottom: 40px;
}

h3.title {
    font-family: var(--font_family);
    font-weight: bold;
    font-size: 36px;
    line-height: 103.4%;
    color: #000000;
    margin-top: 60px;
    margin-bottom: 42px;
}

h4.title {
    font-family: var(--font_family);
    font-weight: bold;
    font-size: 30px;
    line-height: 103.4%;
    color: #000000;
    margin-top: 60px;
    margin-bottom: 42px;
}

.item_bg {
    padding: 40px;
    background: #ffffff;
    box-shadow: 0px 4px 20px rgba(208, 208, 208, 0.2);
    border-radius: 4px;
    margin-bottom: 60px;
}

.item_bg p {
    font-family: var(--font_family3);
    padding-bottom: 32px;
}

.item_bg p:last-child {
    padding-bottom: 0;
}

.table {
    width: 100%;
    border: 1px solid rgba(102, 102, 102, 0.08);
    border-collapse: collapse;
}

.table tbody,
.table td,
.table tfoot,
.table th,
.table thead,
.table tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

.table > thead > tr > td,
.table > thead > tr > th {
    border: 1px solid #fff;
}

.table > tbody > tr > td,
.table > tbody > tr > th {
    border: 1px solid rgba(102, 102, 102, 0.08);
}

.table > tbody > tr:nth-child(even) > td,
.table > tbody > tr:nth-child(even) > th {
    background-color: #fff;
}

.table > tbody > tr:nth-child(odd) > td,
.table > tbody > tr:nth-child(odd) > th {
    background-color: #fafbfd;
}

.table > thead > tr > th,
.table > thead > tr > td {
    padding: 9px 10px;
}

.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 12px 10px;
    vertical-align: middle;
}

.table-default > thead > tr > td,
.table-default > thead > tr > th {
    background-color: #eb3333;
    color: #fff;
    font-family: var(--font_family);
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 135.3%;
    text-align: left;
}

.table-default > tbody > tr > td {
    font-family: var(--font_family);
    font-weight: normal;
    font-size: 16px;
    line-height: 146.3%;
    color: #000000;
}

.table-about thead tr th:first-child,
.table-about thead tr td:first-child,
.table-about tbody tr th:first-child,
.table-about tbody tr td:first-child {
    width: auto;
    padding: 9px 32px;
}

.table-about thead tr th:nth-child(2),
.table-about thead tr td:nth-child(2),
.table-about tbody tr th:nth-child(2),
.table-about tbody tr td:nth-child(2) {
    width: 115px;
}

.table-about thead tr th:nth-child(3),
.table-about thead tr td:nth-child(3),
.table-about tbody tr th:nth-child(3),
.table-about tbody tr td:nth-child(3) {
    width: 200px;
}

.table-about thead tr th:last-child,
.table-about thead tr td:last-child,
.table-about tbody tr th:last-child,
.table-about tbody tr td:last-child {
    width: 120px;
}

.table-about tbody tr td:last-child {
    font-family: var(--font_family);
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 15px;
    color: #000000;
}

.ul_list {
    list-style: none;
    margin-left: 63px;
}

.ul_list li {
    position: relative;
    font-family: var(--font_family);
    font-weight: normal;
    font-size: 18px;
    line-height: 190.12%;
    color: #000000;
}

.ul_list li:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    background-color: #EB3333;
    border-radius: 50%;
    position: absolute;
    top: 14px;
    left: -30px;
}

.ol_list {
    list-style: none;
    counter-reset: li;
    margin-left: 66px;
    margin-right: 70px;
}

.ol_list li {
    position: relative;
    font-family: var(--font_family);
    font-weight: normal;
    font-size: 18px;
    line-height: 143.62%;
    color: #000000;
    padding-bottom: 29px;
}

.ol_list li:last-child {
    padding-bottom: 0;
}

.ol_list li:before {
    content: counter(li) ".";
    counter-increment: li;
    position: absolute;
    z-index: 1;
    top: 1px;
    left: -33px;
    text-align: center;
    font-family: var(--font_family);
    font-weight: bold;
    font-size: 18px;
    line-height: 122.6%;
    color: #EB3333;
}

.rub {
    font-family: var(--font_familyRub);
}

.block__link {
    display: flex;
    flex-direction: column;
    /* margin: top, right, bottom, left; */
    margin: 60px 0px 45px 32px;
}

.link__download {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    margin-bottom: 15px;
}

.link__download .icon {
    width: 23px;
    height: 22px;
    color: #828282;
    margin-right: 10px;
}

.link__download span {
    font-family: var(--font_family);
    font-weight: bold;
    font-size: 16px;
    line-height: 15px;
    color: #000000;
}

.link__download:hover .icon {
    color: #EB3333;
}

.link__download:hover span {
    text-decoration-line: underline;
    color: #EB3333;
}

.solutions__form {
    background: #EB3333;
    border-radius: 4px;
    /* padding: top, right, bottom, left; */
    padding: 55px 79px 54px 58px;
    margin-bottom: 70px;
}

.solutions__form .solutions__form--left {
    display: flex;
    flex-direction: column;
    position: relative;
}

.solutions__form .solutions__form--left:before {
    position: absolute;
    display: block;
    content: "";
    top: -54px;
    left: -43px;
    width: 100%;
    height: 345px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width='307' height='345' viewBox='0 0 307 345' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.2'%3E%3Cmask id='mask0' mask-type='alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='307' height='345'%3E%3Crect width='307' height='345' fill='%23C4C4C4'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-121.19 285.264C-83.0537 249.261 -59.5849 199.636 -59.5849 145.146V-6H-24.0559V145.146C-24.0559 171.742 -19.4925 202.88 -11.3437 226.881C-3.19478 202.88 1.36859 171.742 1.36859 145.146V-6H36.8977V145.146C36.8977 199.636 60.3664 249.261 98.5031 285.264C121.32 306.671 149.026 323.213 179.992 333.267V368.621C139.247 357.593 102.415 336.835 73.4046 309.266C51.5656 288.507 33.6381 263.857 21.2518 236.287C12.1251 259.965 1.69455 282.669 -11.0177 299.535C-23.7299 282.345 -34.1605 259.965 -43.2872 236.287C-55.6735 263.533 -73.601 288.507 -95.4399 309.266C-124.776 336.835 -161.283 357.593 -202.027 368.621V333.267C-172.039 323.213 -144.007 306.671 -121.19 285.264ZM4.63281 321.269C12.1298 330.35 20.2786 339.108 29.0794 347.216C69.8238 385.814 121.651 413.383 179.996 425.06V390.679C131.755 379.651 88.4032 355.974 54.1779 323.539C43.0955 312.836 32.6649 301.484 23.5382 289.158L4.63281 321.269ZM138.605 244.072C110.899 217.8 93.6232 181.798 93.6232 141.903V107.846H58.0942V141.903C58.0942 190.879 79.2812 235.315 113.506 267.75C132.086 285.589 154.903 299.536 180.001 308.617V271.966C164.681 264.83 150.665 255.424 138.605 244.072ZM-116.622 107.52H-81.093V141.576C-81.093 190.553 -102.28 235.313 -136.505 267.423C-155.085 285.262 -177.901 299.209 -203 308.291V271.64C-187.68 264.504 -173.664 255.098 -161.604 243.746C-133.898 217.474 -116.622 181.471 -116.622 141.576V107.52ZM-77.1815 323.212C-65.7731 312.833 -55.6685 301.156 -46.5418 288.831L-27.6364 320.942C-35.1334 330.023 -43.2822 338.781 -52.083 346.889C-92.8273 385.487 -144.98 413.056 -203 424.733V390.352C-154.433 379 -111.407 355.647 -77.1815 323.212Z' fill='white'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.solutions__form .solutions__form--title {
    font-family: var(--font_family2);
    text-transform: uppercase;
    font-weight: normal;
    font-size: 40px;
    line-height: 66.3px;
    color: #fff;
    margin-bottom: 30px;
}

.solutions__form .solutions__form--text {
    font-family: var(--font_family);
    font-weight: normal;
    font-size: 24px;
    line-height: 31.32px;
    color: #fff;
}

.solutions__form .solutions__form--right {
}

.solutions__form .solutions__form--right .group__inputs {
    display: flex;
    margin: 5px -7px 0;
}

.solutions__form .solutions__form--right .group__inputs input {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 4px;
    border: none;
    padding: 9px 12px;
    width: 100%;
    font-family: var(--font_family);
    font-weight: normal;
    font-size: 16px;
    line-height: 146.3%;
    color: #333333;
    margin: 0 7px 20px;
}

.solutions__form .solutions__form--right textarea {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 4px;
    border: none;
    padding: 9px 12px;
    width: 100%;
    min-height: 98px;
    font-family: var(--font_family);
    font-weight: normal;
    font-size: 16px;
    line-height: 146.3%;
    color: #333333;
    margin-bottom: 9px;
}

.solutions__form .solutions__form--right .group__submit {
    display: flex;
    align-items: center;
    margin: -2px -5px 0px 0px;
}

.solutions__form .solutions__form--right .group__submit--text {
    font-family: var(--font_family);
    font-weight: normal;
    font-size: 13px;
    line-height: 109.5%;
    color: #F2F2F2;
    margin-right: 15px;
}

.solutions__form .solutions__form--right .group__submit--text a {
    font-family: var(--font_family);
    font-weight: normal;
    font-size: 13px;
    line-height: 109.5%;
    color: #F2F2F2;
}

.solutions__form .solutions__form--right .group__submit--submit {
    border: 2px solid #FFFFFF;
    border-radius: 27px;
    padding: 2px;
}

.solutions__form .solutions__form--right .group__submit--submit span {
    display: block;
    background: #EB3333;
    border: 1px solid #FFFFFF;
    border-radius: 27px;
    padding: 15px 49px;
    font-family: var(--font_family);
    font-weight: bold;
    font-size: 17px;
    line-height: 16px;
    color: #FFFFFF;
}

@media (min-width: 1280px) {
    .slider__about .swiper-button-prev {
        top: -80px;
        right: 62px;
    }

    .slider__about .swiper-button-next {
        top: -80px;
        right: -5px;
    }

    .solutions__form {
        padding-bottom: 60px;
    }
}


/* End - About (Page) */

.text_page a {
    color: #000000;
}

.text_page a:hover {
    text-decoration: none;
}


/*-----------
    PopUp
-----------*/
.modal {
    display: none;
    visibility: visible !important;

    width: 800px;
    max-width: 100%;
    padding: 44px 27px 44px 51px;


    border: 1px solid #EB3333;
    border-top: 7px solid #EB3333;
    box-sizing: border-box;
    box-shadow: 0px 4px 20px rgba(208, 208, 208, 0.5);
    border-radius: 4px;
    background: #fff;

}

.fancybox-bg {
    background: #fff;
}

.fancybox-slide--html .fancybox-close-small {
    color: #ffffff;
    top: -30px;
    right: -27px;
    width: 50px;
    height: 50px;
    padding: 8px;
    opacity: 1;
    border: 1px solid #eb3333;
    border-radius: 50%;
    background: #eb3333;
    box-shadow: 0 6px 7px rgb(70 128 255 / 10%);
    transition: 0.2;
}

.fancybox-slide--html .fancybox-close-small:hover {
    background: #E11414;
    border: 1px solid #E11414;
}

.teampopup {
    max-height: 693px;
    overflow-x: auto;
    padding-right: 36px;
}

.teampopup .item {
    float: left;
    width: 268px;
    margin-bottom: 40px;
}

.teampopup .item .img {
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    width: 180px;
    height: 180px;
    margin-bottom: 20px;
    border: 2px solid #fff;
    position: relative;
}

.teampopup .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: all 0.2s;
    border-radius: 50%;
}

.teampopup .item .name {
    font-weight: bold;
    font-size: 18px;
    line-height: 152%;
    color: #000000;
    margin-bottom: 10px;
    transition: all 0.2s;
}

.teampopup .item .name span {
    display: inline-block;
    width: 100%;
    font-size: 22px;
}

.teampopup .item .post {
    font-size: 15px;
    line-height: 139%;
    color: #000000;
    transition: all 0.2s;
}

.teampopup .descr {
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    color: #000000;
}

@media (max-width: 1850px) {
   .about_text.aboutpage .photoline {
        max-width: 100%;
    }
}

@media (max-width: 1024px) {
    .autopic {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 1024px) {
    .autopic {
        width: 100%;
        max-width: 100%;
    }
}