@charset "UTF-8";

:root {
    --accent: #1E6174;
    --ligth: rgba(30, 97, 116, 0.15);
    --bgcolor: #282B28;
    --yellow: #F3C644;
    --yellowHover: #FFDC62;
    --bgyellow: #FFF0A2;
    --gray: #717171;
    --darkgray: #D4D6DC;
    --blue: #0A63BD;
    --red: #E52E2E;
    --darkblue: #010B23;
    --lightblue: #F5F8FF;
    --bggray: #F9F9F9;
    --violet: #C8B5FF;
    --shadow: rgba(40, 40, 40, 0.25);
    --overlay: rgba(40, 43, 40, .78);
    --lightgray: rgba(113, 113, 113, .3);
    --white: #fff;
    --lightwhite: rgba(249, 249, 249, .5);
    --fontsize: 16px;
    --textcolor: #282B28;
    --accentHover: #297F98;
    --lineheight: 1.4;
    --userfont: Inter, sans-serif;
    --secfont: Golos, serif;
    --systemfont: -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    --anim: .15s ease-out;
}

/*!
 * Bootstrap Reboot v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #0d6efd;
    --bs-link-hover-color: #0a58ca;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
}

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

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: 0.25;
}

h6,
h5,
h4,
h3,
h2,
h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1 {
    font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
    h1 {
        font-size: 2.5rem;
    }
}

h2 {
    font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
    h2 {
        font-size: 2rem;
    }
}

h3 {
    font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
    h3 {
        font-size: 1.75rem;
    }
}

h4 {
    font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
    h4 {
        font-size: 1.5rem;
    }
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul {
    padding-left: 2rem;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 0.875em;
}

mark {
    padding: 0.1875em;
    background-color: var(--bs-highlight-bg);
}

sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: var(--bs-link-color);
    text-decoration: underline;
}

a:hover {
    color: var(--bs-link-hover-color);
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

pre,
code,
kbd,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em;
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

code {
    font-size: 0.875em;
    color: var(--bs-code-color);
    word-wrap: break-word;
}

a>code {
    color: inherit;
}

kbd {
    padding: 0.1875rem 0.375rem;
    font-size: 0.875em;
    color: var(--bs-body-bg);
    background-color: var(--bs-body-color);
    border-radius: 0.25rem;
}

kbd kbd {
    padding: 0;
    font-size: 1em;
}

figure {
    margin: 0 0 1rem;
}

img,
svg {
    vertical-align: middle;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
}

caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #6c757d;
    text-align: left;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

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

label {
    display: inline-block;
}

button {
    border-radius: 0;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
select {
    text-transform: none;
}

[role=button] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

select:disabled {
    opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
    cursor: pointer;
}

::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

textarea {
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}

@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem;
    }
}

legend+* {
    clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    padding: 0;
}

::-webkit-inner-spin-button {
    height: auto;
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
    padding: 0;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

::file-selector-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

iframe {
    border: 0;
}

summary {
    display: list-item;
    cursor: pointer;
}

progress {
    vertical-align: baseline;
}

[hidden] {
    display: none !important;
}

@font-face {
    font-family: "Golos";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Golos/golos-text_regular.woff2) format("woff2");
    src: url(../fonts/Golos/golos-text_regular.woff) format("woff");
    src: url(../fonts/Golos/golos-text_regular.ttf) format("truetype");
}

::-webkit-input-placeholder {
    color: #666;
}

::-moz-placeholder {
    color: #666;
}

:-ms-input-placeholder {
    color: #666;
}

::-ms-input-placeholder {
    color: #666;
}

::placeholder {
    color: #666;
}

::-moz-selection {
    background-color: var(--accent);
    color: #fff;
}

::selection {
    background-color: var(--accent);
    color: #fff;
}

input,
textarea {
    outline: none;
}

input:focus:required:invalid,
textarea:focus:required:invalid {
    border-color: red;
}

input:required:valid,
textarea:required:valid {
    border-color: green;
}

input[type=checkbox],
input[type=radio] {
    width: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
}

html {
    height: 100%;
}

body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 320px;
    min-height: 100%;
    font-family: var(--userfont);
    font-size: var(--fontsize);
    line-height: var(--lineheight);
    color: var(--textcolor);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    background: #fff;
}

body.overflow {
    overflow: hidden;
}

.container {
    width: 100%;
    max-width: 1430px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (max-width: 1199px) {
    .container {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (max-width: 743px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

p {
    margin-bottom: 1.2rem;
}

ol {
    padding-left: 22px;
}

ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

a {
    -webkit-transition: background-color var(--anim), color var(--anim);
    -o-transition: background-color var(--anim), color var(--anim);
    transition: background-color var(--anim), color var(--anim);
}

a:focus {
    outline: none;
}

a picture {
    width: 100%;
    height: 100%;
}

picture {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.bx-core-adm-dialog img,
.editor_dialog img {
    display: unset;
    max-width: unset;
    max-height: unset;
}

.hidden {
    display: none;
}

.header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    overflow: hidden;
}

.footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.wrap-container {
    max-width: 1045px;
}

@media only screen and (max-width: 1430px) {
    .wrap-container {
        max-width: none;
    }
}

.link-all {
    display: inline-block;
    font-size: 18px;
    line-height: 1.3;
    color: var(--textcolor);
    text-decoration: none;
    -webkit-transition: color var(--anim), border-color var(--anim);
    -o-transition: color var(--anim), border-color var(--anim);
    transition: color var(--anim), border-color var(--anim);
    border-bottom: 1px solid var(--accent);
}

@media only screen and (max-width: 1023px) {
    .link-all {
        line-height: 1.3;
    }
}

@media only screen and (max-width: 743px) {
    .link-all {
        font-size: 15px;
    }
}

.link-all:hover {
    color: var(--accent);
    border-color: transparent;
}

.link-decor {
    text-decoration: none;
    -webkit-transition: border-color var(--anim);
    -o-transition: border-color var(--anim);
    transition: border-color var(--anim);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: inherit;
}

.link-decor:hover {
    color: inherit;
    border-color: transparent;
}

.border-bg {
    position: relative;
    display: inline-block;
    white-space: nowrap;
}

.border-bg-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 1430px) {
    .border-bg-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.border-bg-row .border-bg:last-child {
    left: 10px;
}

.border-bg-row .border-bg:last-child:before {
    left: -10px;
    width: calc(100% + 10px);
}

@media only screen and (max-width: 1430px) {
    .border-bg-row .border-bg:last-child {
        left: 0;
    }

    .border-bg-row .border-bg:last-child:before {
        left: 0;
        width: 100%;
    }
}

.border-bg:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 16px;
    z-index: -1;
    background-color: #fff;
}

@media only screen and (max-width: 1430px) {
    .border-bg:before {
        height: 12px;
    }
}

@media only screen and (max-width: 1023px) {
    .border-bg:before {
        height: 8px;
        bottom: 3px;
    }
}

@media only screen and (max-width: 743px) {
    .border-bg:before {
        bottom: 4px;
    }
}

.flatpickr-calendar.open {
    margin-top: 3px;
}

.flatpickr-day {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flatpickr-day:hover {
    border-color: var(--lightblue);
    background: var(--lightblue);
}

.flatpickr-day.today {
    border-color: var(--accent);
}

.flatpickr-day.selected {
    border-color: var(--accent);
    background: var(--accent);
}

.banner-pict {
    margin-bottom: 40px;
    overflow: hidden;
    border-radius: 6px;
}

@media only screen and (max-width: 743px) {
    .banner-pict {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 743px) {
    .banner-pict img {
        width: 100%;
        height: 100%;
        min-height: 190px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.fancybox__content :focus:not(.carousel__button.is-close) {
    outline: none !important;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border-color: var(--accent);
}

.br-mob {
    display: none;
}

@media only screen and (max-width: 743px) {
    .br-mob {
        display: block;
    }
}

.tippy-box {
    font-size: 11px;
    font-family: var(--userfont);
    color: var(--textcolor);
    background-color: var(--lightblue);
    border-radius: 8px;
}

.tippy-box[data-placement^=top]>.tippy-arrow:before {
    bottom: -6px;
    border-width: 6px 6px 0;
    border-top-color: var(--lightblue);
}

.tippy-content {
    padding: 5px 10px;
}

.tippy-arrow {
    left: 18px !important;
}

.button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 54px;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--white);
    white-space: nowrap;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: background-color var(--anim), color var(--anim);
    -o-transition: background-color var(--anim), color var(--anim);
    transition: background-color var(--anim), color var(--anim);
    border: none;
    border-radius: 8px;
    background-color: var(--accent);
}

.button:hover {
    color: var(--white);
    background-color: var(--accentHover);
}

.button i {
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.button_yellow {
    color: var(--textcolor);
    background-color: var(--yellow);
}

.button_yellow:hover {
    color: var(--textcolor);
    background-color: var(--yellowHover);
}

.button_white {
    color: var(--textcolor);
    background-color: var(--white);
}

.button_bd {
    color: var(--accent);
    border: 2px solid var(--accent);
    background: none;
}

.button_bd:hover {
    color: var(--white);
    background: var(--accent);
}

.date-btn {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 195px;
    flex: 0 0 195px;
    height: 54px;
}

@media only screen and (max-width: 743px) {
    .date-btn {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 170px;
        flex: 1 0 170px;
        max-width: 177px;
        height: 42px;
    }
}

.date-btn input {
    display: block;
    width: 100%;
    height: 100%;
    padding-right: 47px;
    padding-left: 15px;
    text-align: left;
}

@media only screen and (max-width: 743px) {
    .date-btn input {
        padding-right: 40px;
    }
}

.date-btn:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    z-index: 2;
    background-image: url(../images/dist/icons/calendare.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media only screen and (max-width: 743px) {
    .date-btn:after {
        right: 15px;
    }
}

.date-btn:hover:after {
    background-image: url(../images/dist/icons/calendare-white.svg);
}

.rss-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 98px;
    flex: 0 0 98px;
}

@media only screen and (max-width: 743px) {
    .rss-btn {
        height: 42px;
    }
}

.accordion_fw-bold .accordion-level>.accordion__control {
    font-weight: 700;
}

.accordion-level+.accordion-level {
    margin-top: 20px;
}

@media only screen and (max-width: 743px) {
    .accordion-level+.accordion-level {
        margin-top: 15px;
    }
}

.accordion-level>.accordion__control {
    padding: 23px 20px;
    font-size: 18px;
    font-weight: 500;
}

@media only screen and (max-width: 743px) {
    .accordion-level>.accordion__control {
        padding: 15px 48px 15px 20px;
        font-size: 16px;
    }
}

.accordion-sublevel+.accordion-sublevel {
    margin-top: 10px;
}

.accordion-sublevel:first-child {
    margin-top: 10px;
}

.accordion-sublevel .accordion__panel {
    padding-left: 5px;
}

.accordion__control {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 20px;
    padding-right: 40px;
    font-size: 16px;
    color: var(--accent);
    -webkit-transition: background-color var(--anim);
    -o-transition: background-color var(--anim);
    transition: background-color var(--anim);
    cursor: pointer;
    border-radius: 6px;
    background: var(--bggray);
}

@media only screen and (max-width: 743px) {
    .accordion__control {
        padding: 10px 48px 10px 20px;
        font-size: 14px;
    }
}

.accordion__control:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    -webkit-transition: -webkit-transform var(--anim);
    transition: -webkit-transform var(--anim);
    -o-transition: transform var(--anim);
    transition: transform var(--anim);
    transition: transform var(--anim), -webkit-transform var(--anim);
    background-image: url(../images/dist/icons/acc-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media only screen and (max-width: 743px) {
    .accordion__control:after {
        right: 17px;
    }
}

.accordion__control.active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion__control:hover,
.accordion__control.active {
    background-color: var(--lightblue);
}

.accordion__panel {
    position: relative;
    max-height: 0;
    padding-left: 20px;
    overflow: hidden;
    will-change: max-height;
    -webkit-transition: max-height var(--anim);
    -o-transition: max-height var(--anim);
    transition: max-height var(--anim);
}

@media only screen and (max-width: 743px) {
    .accordion__panel {
        padding-left: 0;
    }
}

.accordion__panel_content {
    padding-left: 0;
}

@media only screen and (max-width: 743px) {
    .accordion__panel_content {
        margin-left: 0;
    }
}

.accordion__panel a {
    display: inline-block;
}

.accordion__content {
    padding-top: 15px;
    font-size: 16px;
}

.accordion__content p {
    margin: 5px 0;
}

.accordion__content p:first-child {
    margin-top: 0;
}

.accordion__content p:last-child {
    margin-bottom: 0;
}

.accordion__content ul {
    margin: 10px 0;
}

.accordion__content ul.accordion__small li+li {
    margin-top: 0;
}

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

.accordion__content a {
    font-size: inherit;
    color: inherit;
    text-decoration: none;
}

.accordion__content a:hover {
    color: var(--accent);
}

.advantage {
    margin-bottom: 40px;
}

.advantage .section-title-inner {
    margin-bottom: 30px;
}

.advantage-items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.advantage-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    padding: 10px;
    border-radius: 6px;
    background-color: var(--bggray);
}

.advantage-item__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
}

.advantage-item__title {
    font-size: 15px;
}

.audio .section-title-inner {
    margin-bottom: 40px;
}

@media only screen and (max-width: 1023px) {
    .audio .section-title-inner {
        margin-bottom: 55px;
    }
}

@media only screen and (max-width: 743px) {
    .audio .section-title-inner {
        margin-bottom: 40px;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.2;
    }
}

.audio-item-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1023px) {
    .audio-item-row {
        gap: 19px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 743px) {
    .audio-item-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 27px;
        margin-bottom: 27px;
    }
}

.audio-item-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 508px;
    width: 100%;
    min-height: 47px;
    padding: 11px 24px;
    border-radius: 500px;
    background: var(--bggray);
}

@media only screen and (max-width: 1023px) {
    .audio-item-main {
        max-width: 427px;
    }
}

@media only screen and (max-width: 743px) {
    .audio-item-main {
        max-width: none;
        padding: 11px 12px;
    }
}

.audio-item-main .plyr {
    width: 100%;
}

.audio-item-main .plyr__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    background: none;
}

.audio-item-main .plyr__control {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.audio-item-main .plyr__control.plyr__control--pressed {
    opacity: 0.5;
}

.audio-item-main .plyr__control.plyr__control--pressed+.plyr__volume .plyr__range-progress {
    background-size: 0% 100% !important;
}

.audio-item-main .plyr__control:hover,
.audio-item-main .plyr__control:focus {
    background-color: transparent;
}

.audio-item-main .plyr__control_play {
    background-image: url(../images/dist/icons/play-3.svg);
}

.audio-item-main .plyr__control_play:hover,
.audio-item-main .plyr__control_play:focus {
    background-image: url(../images/dist/icons/play-3.svg);
}

.audio-item-main .plyr__control_volume {
    background-image: url(../images/dist/icons/volume.svg);
}

.audio-item-main .plyr__control_volume:hover,
.audio-item-main .plyr__control_volume:focus {
    background-image: url(../images/dist/icons/volume.svg);
}

@media only screen and (max-width: 743px) {
    .audio-item-main .plyr__control_volume:hover+.plyr__volume {
        opacity: 1;
    }
}

.audio-item-main .plyr__time {
    margin: 0 8px;
    font-size: 14px;
    color: var(--accent);
}

.audio-item-main .plyr__progress {
    width: 263px;
}

.audio-item-main .plyr__volume {
    max-width: 50px;
    min-width: 50px;
}

@media only screen and (max-width: 743px) {
    .audio-item-main .plyr__volume {
        position: absolute;
        right: 12px;
        top: -52px;
        -webkit-transition: opacity var(--anim);
        -o-transition: opacity var(--anim);
        transition: opacity var(--anim);
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: center right;
        -ms-transform-origin: center right;
        transform-origin: center right;
    }
}

.audio-item-main .plyr__volume .plyr__range-progress {
    left: 5px;
    width: calc(100% - 18px);
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--textcolor)), to(var(--textcolor)));
    background-image: -o-linear-gradient(var(--textcolor), var(--textcolor));
    background-image: linear-gradient(var(--textcolor), var(--textcolor));
}

.audio-item-main .plyr__range-progress {
    position: absolute;
    top: 0;
    left: -7px;
    width: calc(100% + 7px);
    height: 1px;
    z-index: 2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--accent)), to(var(--accent)));
    background-image: -o-linear-gradient(var(--accent), var(--accent));
    background-image: linear-gradient(var(--accent), var(--accent));
    background-size: 0% 100%;
    background-repeat: no-repeat;
}

.audio-item-main input[type=range] {
    height: 1px;
    border: none;
    outline: none;
    background: #CFD0CF;
    background-size: 0% 100%;
    background-repeat: no-repeat;
}

.audio-item-main input[type=range]:active,
.audio-item-main input[type=range]:focus {
    outline: none;
}

.audio-item-main input[type=range].plyr__range {
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--accent)), to(var(--accent)));
    background-image: -o-linear-gradient(var(--accent), var(--accent));
    background-image: linear-gradient(var(--accent), var(--accent));
}

.audio-item-main input[type=range].plyr__range::-webkit-slider-thumb {
    border: 1px solid var(--accent);
}

.audio-item-main input[type=range].plyr__range::-moz-range-thumb {
    border: 1px solid var(--accent);
}

.audio-item-main input[type=range].plyr__range::-ms-thumb {
    border: 1px solid var(--accent);
}

.audio-item-main input[type=range].plyr__volume-range {
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--textcolor)), to(var(--textcolor)));
    background-image: -o-linear-gradient(var(--textcolor), var(--textcolor));
    background-image: linear-gradient(var(--textcolor), var(--textcolor));
}

.audio-item-main input[type=range].plyr__volume-range::-webkit-slider-thumb {
    border: 1px solid var(--textcolor);
}

.audio-item-main input[type=range].plyr__volume-range::-moz-range-thumb {
    border: 1px solid var(--textcolor);
}

.audio-item-main input[type=range].plyr__volume-range::-ms-thumb {
    border: 1px solid var(--textcolor);
}

.audio-item-main input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    z-index: 3;
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: #fff;
}

.audio-item-main input[type=range]::-webkit-slider-thumb:active,
.audio-item-main input[type=range]::-webkit-slider-thumb:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.audio-item-main input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    z-index: 3;
    box-shadow: none !important;
    background: #fff;
}

.audio-item-main input[type=range]::-moz-range-thumb:active,
.audio-item-main input[type=range]::-moz-range-thumb:focus {
    outline: none;
    box-shadow: none !important;
}

.audio-item-main input[type=range]::-ms-thumb {
    -webkit-appearance: none;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    z-index: 3;
    box-shadow: none !important;
    background: #fff;
}

.audio-item-main input[type=range]::-ms-thumb:active,
.audio-item-main input[type=range]::-ms-thumb:focus {
    outline: none;
    box-shadow: none !important;
}

.audio-item-main input[type=range]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    height: 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: transparent;
}

.audio-item-main input[type=range]::-moz-range-track {
    -moz-appearance: none;
    height: 1px;
    box-shadow: none;
    border: none;
    background: transparent;
}

.audio-item-main input[type=range]::-moz-range-progress {
    -moz-appearance: none;
    height: 1px;
    box-shadow: none;
    border: none;
    background: transparent;
}

.audio-item-main input[type=range]::-ms-track {
    -webkit-appearance: none;
    height: 1px;
    box-shadow: none;
    border: none;
    background: transparent;
}

.audio-item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.audio-item__file {
    position: relative;
    display: block;
    padding-left: 32px;
    font-size: 14px;
    color: var(--accent);
    text-decoration: none;
}

.audio-item__file:hover {
    color: var(--accentHover);
}

.audio-item__file:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 24px;
    height: 24px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../images/dist/icons/file.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.audio-item__fileinfo {
    font-size: 14px;
}

.audio-item-text {
    padding-left: 115px;
}

@media only screen and (max-width: 1023px) {
    .audio-item-text {
        padding-left: 95px;
    }
}

@media only screen and (max-width: 743px) {
    .audio-item-text {
        padding-left: 0;
    }
}

.audio-item-text__wrap {
    max-width: 331px;
    font-size: 16px;
}

@media only screen and (max-width: 743px) {
    .audio-item-text__wrap {
        font-size: 14px;
    }
}

.banner-figure-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 440px;
    margin-bottom: 40px;
    overflow: hidden;
    border-radius: 6px;
    background-color: var(--bgyellow);
    background-image: url(../images/dist/banner-figure-bg.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
}

@media only screen and (max-width: 1199px) {
    .banner-figure-inner {
        height: auto;
        min-height: 400px;
        background-position: 55% center;
    }
}

@media only screen and (max-width: 1023px) {
    .banner-figure-inner {
        background-image: url(../images/dist/banner-figure-inner-bg.png);
    }
}

@media only screen and (max-width: 743px) {
    .banner-figure-inner {
        height: auto;
        min-height: 280px;
        margin-bottom: 30px;
    }
}

.banner-figure-inner__img {
    position: absolute;
    top: 50%;
    right: 135px;
    width: 285px;
    height: 285px;
    overflow: hidden;
    z-index: 0;
    border-radius: 6px;
    -webkit-transform: rotate(40.3deg) translateY(-50%);
    -ms-transform: rotate(40.3deg) translateY(-50%);
    transform: rotate(40.3deg) translateY(-50%);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    background: #000;
}

@media only screen and (max-width: 1199px) {
    .banner-figure-inner__img {
        right: 55px;
        width: 20vw;
        height: 20vw;
    }
}

@media only screen and (max-width: 1023px) {
    .banner-figure-inner__img {
        right: 8.7vw;
        width: 28vw;
        height: 28vw;
        max-width: 250px;
        max-height: 250px;
    }
}

@media only screen and (max-width: 743px) {
    .banner-figure-inner__img {
        display: none;
    }
}

.banner-figure-inner__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: rotate(-40.3deg) scale(1.4);
    -ms-transform: rotate(-40.3deg) scale(1.4);
    transform: rotate(-40.3deg) scale(1.4);
}

.banner-figure-inner__desc {
    position: relative;
    width: calc(100% - 500px);
    padding: 30px 0 30px 65px;
    z-index: 2;
}

@media only screen and (max-width: 1430px) {
    .banner-figure-inner__desc {
        padding-left: 27px;
    }
}

@media only screen and (max-width: 1199px) {
    .banner-figure-inner__desc {
        width: 370px;
    }
}

@media only screen and (max-width: 743px) {
    .banner-figure-inner__desc {
        width: 100%;
        padding: 20px 10px;
    }
}

.banner-figure-inner__icon {
    width: 60px;
    height: 60px;
}

@media only screen and (max-width: 743px) {
    .banner-figure-inner__icon {
        width: 40px;
        height: 40px;
    }
}

.banner-figure-inner__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.1;
}

@media only screen and (max-width: 1430px) {
    .banner-figure-inner__title {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 1199px) {
    .banner-figure-inner__title {
        font-size: 32px;
    }
}

@media only screen and (max-width: 1023px) {
    .banner-figure-inner__title {
        font-size: 26px;
        line-height: 1.1;
    }
}

@media only screen and (max-width: 743px) {
    .banner-figure-inner__title {
        font-size: 20px;
    }
}

.banner-figure-inner__text {
    font-size: 15px;
}

@media only screen and (max-width: 743px) {
    .banner-figure-inner__text {
        font-size: 14px;
    }
}

.banner-figure-inner__text p:last-child {
    margin-bottom: 0;
}

.banner-figure-inner-list {
    max-width: 475px;
}

.banner-figure-inner-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
}

@media only screen and (max-width: 1430px) {
    .banner-figure-inner-list li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px;
    }
}

.banner-figure-inner-list li+li {
    margin-top: 15px;
}

.banner-figure-inner-list__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 115px 25px 1fr;
    grid-template-columns: 115px 1fr;
    grid-column-gap: 25px;
    font-size: 15px;
}

@media only screen and (max-width: 1199px) {
    .banner-figure-inner-list__row {
        grid-column-gap: 15px;
    }
}

@media only screen and (max-width: 743px) {
    .banner-figure-inner-list__row {
        -ms-grid-columns: 110px 1fr;
        grid-template-columns: 110px 1fr;
        font-size: 14px;
    }
}

@media only screen and (max-width: 743px) {
    .banner-figure-inner-list__row_mob-column {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        grid-row-gap: 10px;
    }
}

.banner-figure-inner-list__row_nowrap {
    white-space: nowrap;
}

.banner-figure-inner-list__row_small {
    -ms-grid-columns: 71px 15px 1fr;
    grid-template-columns: 71px 1fr;
    grid-column-gap: 15px;
}

@media only screen and (max-width: 1430px) {
    .banner-figure-inner-list__row_small {
        -ms-grid-columns: 115px 25px 1fr;
        grid-template-columns: 115px 1fr;
        grid-column-gap: 25px;
    }
}

@media only screen and (max-width: 1199px) {
    .banner-figure-inner-list__row_small {
        grid-column-gap: 15px;
    }
}

.banner-figure-inner-list__title {
    color: var(--gray);
}

.banner-figure-inner-list__link {
    font-size: inherit;
    color: var(--textcolor);
    text-decoration: none;
}

.banner-figure-inner-list__link:hover {
    color: var(--textcolor);
}

.banner-figure {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 440px;
    margin-bottom: 40px;
    overflow: hidden;
    border-radius: 6px;
    background-color: var(--bgyellow);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
}

@media only screen and (max-width: 1430px) {
    .banner-figure {
        height: 400px;
    }
}

@media only screen and (max-width: 1023px) {
    .banner-figure {
        height: 390px;
    }
}

@media only screen and (max-width: 743px) {
    .banner-figure {
        height: auto;
        min-height: 290px;
    }
}

.banner-figure__img {
    position: absolute;
    top: 50%;
    right: 135px;
    width: 285px;
    height: 285px;
    overflow: hidden;
    z-index: 0;
    border-radius: 6px;
    -webkit-transform: rotate(40.3deg) translateY(-50%);
    -ms-transform: rotate(40.3deg) translateY(-50%);
    transform: rotate(40.3deg) translateY(-50%);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    background: #000;
}

@media only screen and (max-width: 1430px) {
    .banner-figure__img {
        right: 120px;
        width: 240px;
        height: 240px;
    }
}

@media only screen and (max-width: 1199px) {
    .banner-figure__img {
        right: 100px;
        width: 220px;
        height: 220px;
    }
}

@media only screen and (max-width: 1023px) {
    .banner-figure__img {
        right: 65px;
        width: 140px;
        height: 140px;
    }
}

@media only screen and (max-width: 743px) {
    .banner-figure__img {
        right: 80px;
        width: 160px;
        height: 160px;
    }
}

@media only screen and (max-width: 575px) {
    .banner-figure__img {
        right: -45px;
        width: 140px;
        height: 140px;
    }
}

.banner-figure__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: rotate(-40.3deg) scale(1.4);
    -ms-transform: rotate(-40.3deg) scale(1.4);
    transform: rotate(-40.3deg) scale(1.4);
}

.banner-figure__desc {
    position: relative;
    padding: 30px 0 30px 65px;
    z-index: 2;
}

@media only screen and (max-width: 1023px) {
    .banner-figure__desc {
        padding: 10px 0 10px 33px;
    }
}

.banner-figure__icon {
    width: 60px;
    height: 60px;
}

.banner-figure__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.1;
}

@media only screen and (max-width: 1430px) {
    .banner-figure__title {
        font-size: 34px;
    }
}

@media only screen and (max-width: 1199px) {
    .banner-figure__title {
        font-size: 28px;
    }
}

@media only screen and (max-width: 1023px) {
    .banner-figure__title {
        margin-bottom: 10px;
        font-size: 22px;
    }
}

@media only screen and (max-width: 743px) {
    .banner-figure__title {
        margin-bottom: 15px;
    }
}

.banner-figure__text {
    max-width: 480px;
    font-size: 15px;
}

.banner-figure-list {
    max-width: 475px;
}

.banner-figure-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
}

.banner-figure-list li+li {
    margin-top: 15px;
}

.banner-figure-list__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 115px 25px 1fr;
    grid-template-columns: 115px 1fr;
    grid-column-gap: 25px;
    font-size: 15px;
}

.banner-figure-list__row_nowrap {
    white-space: nowrap;
}

.banner-figure-list__row_small {
    -ms-grid-columns: 71px 15px 1fr;
    grid-template-columns: 71px 1fr;
    grid-column-gap: 15px;
}

.banner-figure-list__title {
    color: var(--gray);
}

.banner-figure-list__link {
    font-size: inherit;
    color: var(--textcolor);
    text-decoration: none;
}

.banner-figure-list__link:hover {
    color: var(--textcolor);
}

@media only screen and (max-width: 1023px) {
    .blog-single__main-title.page-title {
        margin-bottom: 66px;
    }
}

@media only screen and (max-width: 743px) {
    .blog-single__main-title.page-title {
        margin-bottom: 30px;
    }
}

.blog-single-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 65px;
    padding-right: 65px;
}

@media only screen and (max-width: 1023px) {
    .blog-single-header {
        margin-bottom: 40px;
        padding-right: 0;
    }
}

.blog-single__date {
    font-size: 16px;
}

.blog-single__date span:not(:last-child):after {
    content: "/";
    margin: 0 11px;
    font-size: 16px;
}

@media only screen and (max-width: 743px) {
    .blog-single__date span:not(:last-child):after {
        font-size: 14px;
    }
}

@media only screen and (max-width: 743px) {
    .blog-single__date {
        font-size: 14px;
    }
}

.blog-single__view {
    position: relative;
    padding-left: 44px;
    font-size: 16px;
}

@media only screen and (max-width: 743px) {
    .blog-single__view {
        font-size: 14px;
    }
}

.blog-single__view:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 32px;
    height: 32px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../images/dist/icons/eye-3.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.blog-single-desc {
    margin-bottom: 95px;
    font-size: 16px;
}

@media only screen and (max-width: 743px) {
    .blog-single-desc {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1023px) {
    .blog-single-desc {
        margin-bottom: 40px;
    }
}

.blog-single-desc_mb-small {
    margin-bottom: 65px;
}

@media only screen and (max-width: 1023px) {
    .blog-single-desc_mb-small {
        margin-bottom: 40px;
    }
}

.blog-single-desc .spoiler-link {
    margin-top: 15px;
}

.blog-single-desc .page-title {
    margin-bottom: 40px;
}

@media only screen and (max-width: 743px) {
    .blog-single-desc .page-title {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 1.4;
    }
}

.blog-single-desc .section-title-inner {
    margin-bottom: 40px;
}

@media only screen and (max-width: 1199px) {
    .blog-single-desc .section-title-inner {
        font-size: 32px;
    }
}

@media only screen and (max-width: 1023px) {
    .blog-single-desc .section-title-inner {
        font-size: 26px;
    }
}

@media only screen and (max-width: 743px) {
    .blog-single-desc .section-title-inner {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 1.2;
    }
}

.blog-single-desc .accent {
    font-size: 20px;
}

@media only screen and (max-width: 743px) {
    .blog-single-desc .accent {
        font-size: 16px;
    }
}

.blog-single-desc .accent-title {
    margin-top: 40px;
}

.blog-single-desc .accent-title strong {
    display: block;
    margin-bottom: 8px;
    font-size: 20px;
}

.blog-single-desc ol {
    margin-bottom: 20px;
}

.blog-single-desc ol li+li {
    margin-top: 20px;
}

@media only screen and (max-width: 743px) {
    .blog-single-desc ol li+li {
        margin-top: 10px;
    }
}

.blog-single-desc ol li a {
    font-size: 18px;
    color: var(--accent);
    text-decoration: none;
}

@media only screen and (max-width: 743px) {
    .blog-single-desc ol li a {
        font-size: 14px;
    }
}

.blog-single-desc ol li a:hover {
    color: var(--accentHover);
}

.blog-single-desc ul {
    margin-bottom: 20px;
    padding-left: 22px;
    list-style-type: disc;
}

.blog-single-desc ul li+li {
    margin-top: 20px;
}

.breadcrumbs {
    padding: 48px 0 60px;
}

.breadcrumbs-nav {
    overflow: hidden;
}

.breadcrumbs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 1.4;
    color: var(--textcolor);
}

.breadcrumbs-list a {
    position: relative;
    margin-bottom: 5px;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    text-decoration: none;
}

.breadcrumbs-list a:after {
    content: "/";
    position: relative;
    margin: 0 18px;
    font-size: 14px;
    color: var(--textcolor);
}

@media only screen and (max-width: 743px) {
    .breadcrumbs-list a:after {
        margin: 0 12px;
    }
}

.breadcrumbs-list a:hover {
    color: var(--accent);
}

.breadcrumbs-list span {
    margin-bottom: 5px;
}

@media only screen and (max-width: 743px) {
    .breadcrumbs-list {
        width: calc(100% + 29px);
    }
}

@media only screen and (max-width: 1023px) {
    .breadcrumbs {
        padding: 40px 0 55px;
    }
}

@media only screen and (max-width: 743px) {
    .breadcrumbs {
        padding: 25px 0 20px;
    }
}

.calendare-static {
    margin-bottom: 65px;
}

.calendare-static__title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.calendare-static-current {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 129px 8px 1fr;
    grid-template-columns: 129px 1fr;
    grid-column-gap: 8px;
    margin-bottom: 10px;
}

.calendare-static .flatpickr-wrapper {
    width: 100%;
}

.calendare-static .flatpickr-calendar {
    width: 100%;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.calendare-static .flatpickr-months {
    margin-bottom: 10px;
}

.calendare-static .flatpickr-months .flatpickr-prev-month,
.calendare-static .flatpickr-months .flatpickr-next-month {
    padding: 7px 10px;
}

.calendare-static .flatpickr-current-month {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.calendare-static .flatpickr-rContainer {
    width: 100%;
}

.calendare-static .flatpickr-months {
    display: none;
}

.calendare-static .flatpickr-weekdays {
    height: 44px;
}

@media only screen and (max-width: 743px) {
    .calendare-static .flatpickr-weekdays {
        height: 38px;
    }
}

.calendare-static .flatpickr-weekdays .flatpickr-weekdaycontainer {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[7];
    grid-template-columns: repeat(7, 1fr);
    height: 100%;
    border-radius: 6px 0px 0px 0px;
    background: rgb(222, 233, 236);
}

.calendare-static span.flatpickr-weekday {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    font-size: 15px;
    font-weight: 400;
    color: var(--accent);
    border: 1px solid rgba(30, 97, 116, 0.05);
}

@media only screen and (max-width: 743px) {
    .calendare-static span.flatpickr-weekday {
        font-size: 14px;
    }
}

.calendare-static span.flatpickr-weekday:nth-child(6),
.calendare-static span.flatpickr-weekday:nth-child(7) {
    background: rgb(243, 247, 248);
}

.calendare-static .flatpickr-days {
    width: 100%;
}

.calendare-static .dayContainer {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[7];
    grid-template-columns: repeat(7, 1fr);
    width: 100%;
    min-width: 100%;
    max-width: 335px;
}

.calendare-static .flatpickr-day {
    width: 100%;
    max-width: none;
    height: 48px;
    font-size: 15px;
    line-height: 1;
    border-radius: 0;
    border: 1px solid rgba(30, 97, 116, 0.05);
    background: none !important;
}

@media only screen and (max-width: 743px) {
    .calendare-static .flatpickr-day {
        height: 38px;
        font-size: 14px;
    }
}

.calendare-static .flatpickr-day:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 33px;
    height: 33px;
    z-index: -1;
    border-radius: 50%;
}

@media only screen and (max-width: 743px) {
    .calendare-static .flatpickr-day:before {
        width: 28.5px;
        height: 28.5px;
    }
}

.calendare-static .flatpickr-day.nextMonthDay,
.calendare-static .flatpickr-day.prevMonthDay {
    color: rgba(40, 43, 40, 0.3);
    border-color: rgba(30, 97, 116, 0.05);
    background: none;
}

.calendare-static .flatpickr-day.nextMonthDay:hover,
.calendare-static .flatpickr-day.prevMonthDay:hover {
    color: var(--textcolor);
    border-color: rgba(30, 97, 116, 0.05);
    background: none;
}

.calendare-static .flatpickr-day.nextMonthDay:hover:before,
.calendare-static .flatpickr-day.prevMonthDay:hover:before {
    background-color: var(--lightblue);
}

.calendare-static .flatpickr-day:hover,
.calendare-static .flatpickr-day:focus {
    color: var(--white);
    border-color: rgba(30, 97, 116, 0.05);
    background: none;
}

.calendare-static .flatpickr-day:hover:before,
.calendare-static .flatpickr-day:focus:before {
    background-color: var(--accentHover);
}

.calendare-static .flatpickr-day.today,
.calendare-static .flatpickr-day.selected {
    color: var(--white);
    border-color: rgba(30, 97, 116, 0.05);
    background: none;
}

.calendare-static .flatpickr-day.today:before,
.calendare-static .flatpickr-day.selected:before {
    background-color: var(--accent);
}

.calendare-static .flatpickr-day.today:hover,
.calendare-static .flatpickr-day.today:focus,
.calendare-static .flatpickr-day.selected:hover,
.calendare-static .flatpickr-day.selected:focus {
    border-color: rgba(30, 97, 116, 0.05);
    background: none;
}

.calendare-static .flatpickr-day.today:hover:before,
.calendare-static .flatpickr-day.today:focus:before,
.calendare-static .flatpickr-day.selected:hover:before,
.calendare-static .flatpickr-day.selected:focus:before {
    background-color: var(--accent);
}

.flatpickr-months {
    margin-bottom: 10px;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
    padding: 7px 10px;
}

.flatpickr-current-month {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flatpickr-rContainer {
    width: 100%;
}

.flatpickr-weekdays {
    height: 44px;
}

@media only screen and (max-width: 743px) {
    .flatpickr-weekdays {
        height: 38px;
    }
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[7];
    grid-template-columns: repeat(7, 1fr);
    height: 100%;
    border-radius: 6px 0px 0px 0px;
    background: rgb(222, 233, 236);
}

span.flatpickr-weekday {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    font-size: 15px;
    font-weight: 400;
    color: var(--accent);
    border: 1px solid rgba(30, 97, 116, 0.05);
}

@media only screen and (max-width: 743px) {
    span.flatpickr-weekday {
        font-size: 14px;
    }
}

span.flatpickr-weekday:nth-child(6),
span.flatpickr-weekday:nth-child(7) {
    background: rgb(243, 247, 248);
}

.flatpickr-days {
    width: 100%;
}

.dayContainer {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[7];
    grid-template-columns: repeat(7, 1fr);
    width: 100%;
    min-width: 100%;
    max-width: 335px;
}

.flatpickr-day {
    width: 100%;
    max-width: none;
    height: 48px;
    font-size: 15px;
    line-height: 1;
    border-radius: 0;
    border: 1px solid rgba(30, 97, 116, 0.05);
    background: none !important;
}

@media only screen and (max-width: 743px) {
    .flatpickr-day {
        height: 38px;
        font-size: 14px;
    }
}

.flatpickr-day:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 33px;
    height: 33px;
    z-index: -1;
    border-radius: 50%;
}

@media only screen and (max-width: 743px) {
    .flatpickr-day:before {
        width: 28.5px;
        height: 28.5px;
    }
}

.flatpickr-day.selected.startRange,
.flatpickr-day.selected.startRange.startRange,
.flatpickr-day.selected.endRange.startRange {
    border-radius: 0;
}

.flatpickr-day.nextMonthDay,
.flatpickr-day.prevMonthDay {
    color: rgba(40, 43, 40, 0.3);
    border-color: rgba(30, 97, 116, 0.05);
    background: none;
}

.flatpickr-day.nextMonthDay:hover,
.flatpickr-day.prevMonthDay:hover {
    color: var(--textcolor);
    border-color: rgba(30, 97, 116, 0.05);
    background: none;
}

.flatpickr-day.nextMonthDay:hover:before,
.flatpickr-day.prevMonthDay:hover:before {
    background-color: var(--lightblue);
}

.flatpickr-day:hover,
.flatpickr-day:focus {
    color: var(--white);
    border-color: rgba(30, 97, 116, 0.05);
    background: none;
}

.flatpickr-day:hover:before,
.flatpickr-day:focus:before {
    background-color: var(--accentHover);
}

.flatpickr-day.today,
.flatpickr-day.selected {
    color: var(--white);
    border-color: rgba(30, 97, 116, 0.05);
    background: none;
}

.flatpickr-day.today:before,
.flatpickr-day.selected:before {
    background-color: var(--accent);
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.selected:focus {
    border-color: rgba(30, 97, 116, 0.05);
    background: none;
}

.flatpickr-day.today:hover:before,
.flatpickr-day.today:focus:before,
.flatpickr-day.selected:hover:before,
.flatpickr-day.selected:focus:before {
    background-color: var(--accent);
}

.rangeMode .flatpickr-day {
    margin-top: 0;
}

.flatpickr-day.inRange {
    color: var(--white);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.flatpickr-day.inRange:before {
    background-color: var(--accentHover);
}

.flatpickr-day.inRange:hover,
.flatpickr-day.inRange:focus {
    color: var(--white);
    border-color: rgba(30, 97, 116, 0.05);
    background: none;
}

.flatpickr-day.inRange:hover:before,
.flatpickr-day.inRange:focus:before {
    background-color: var(--accentHover);
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
    border-color: rgba(30, 97, 116, 0.05);
}

.section-catalog {
    padding-bottom: 40px;
}

.catalog {
    margin-bottom: 40px;
}

@media only screen and (max-width: 743px) {
    .catalog {
        margin-bottom: 45px;
    }
}

.catalog-info {
    max-width: 1014px;
    margin-bottom: 40px;
}

.catalog-info__top {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 500;
}

@media only screen and (max-width: 1023px) {
    .catalog-info__top {
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: 600;
    }
}

@media only screen and (max-width: 743px) {
    .catalog-info__top {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 743px) {
    .catalog-slider .catalog-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        grid-gap: 0;
    }

    .catalog-slider .catalog-item {
        -ms-flex-negative: 1;
        flex-shrink: 1;
        min-height: 120px;
        padding: 15px;
    }

    .catalog-slider .catalog-item__title {
        font-size: 16px;
    }

    .catalog-slider .swiper-scrollbar {
        position: relative;
        margin-top: 10px;
    }
}

.catalog-items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

@media only screen and (max-width: 1430px) {
    .catalog-items {
        -ms-grid-columns: 1fr 20px 1fr;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 1023px) {
    .catalog-items {
        grid-gap: 24px;
    }
}

@media only screen and (max-width: 575px) {
    .catalog-items {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        grid-column-gap: 0;
        grid-row-gap: 20px;
    }
}

.catalog-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    min-height: 162px;
    padding: 12px;
    font-size: 18px;
    font-weight: 500;
    color: var(--textcolor);
    text-decoration: none;
    border-radius: 8px;
    -webkit-transition: background-color var(--anim);
    -o-transition: background-color var(--anim);
    transition: background-color var(--anim);
    border: 1px solid var(--lightblue);
    border-radius: 6px;
}

.catalog-item:hover {
    color: var(--textcolor);
    background-color: var(--lightblue);
}

.catalog-item:hover .catalog-item__icon {
    background-color: var(--white);
}

.catalog-item__icon {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 75px;
    height: 75px;
    -webkit-transition: background-color var(--anim);
    -o-transition: background-color var(--anim);
    transition: background-color var(--anim);
    border-radius: 50%;
    background-color: var(--lightblue);
}

.catalog-item__icon img {
    position: absolute;
    top: 50%;
    right: 5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.catalog-item__title {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
}

.content-text {
    font-size: 16px;
}

.content-text__title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.content-text__accent {
    font-size: 18px;
    font-weight: 500;
}

.content-text img {
    margin: 40px 0;
}

.content-text ul:not(.docs-item-list) {
    padding-left: 25px;
    font-size: 15px;
    color: var(--accent);
    list-style-type: disc;
}

.content-text ul li {
    margin-bottom: 19px;
}

.content-text ul li a {
    font-size: inherit;
    color: inherit;
    text-decoration: none;
}

.content-text ul li a:hover {
    color: var(--accentHover);
}

.custom-select {
    position: relative;
    width: 100%;
    height: 46px;
}

.custom-select.disabled {
    pointer-events: none;
}

.custom-select.opened .custom-select-selected:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.custom-select.opened .custom-select-dropdown {
    display: block;
}

.custom-select-selected {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 12px 32px 12px 16px;
    cursor: pointer;
    border-radius: 6px;
    background-color: var(--bggray);
}

.custom-select-selected:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background: url(../images/dist/icons/arrow-down.svg) center no-repeat;
    background-size: contain;
}

.custom-select-selected__text,
.custom-select-selected__placeholder {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.custom-select-selected__text {
    display: none;
}

.custom-select-selected__text.show {
    display: block;
}

.custom-select-selected__placeholder.hide {
    display: none;
}

.custom-select-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    height: 147px;
    margin-top: 4.5px;
    z-index: 10;
    overflow: hidden;
    -webkit-box-shadow: 0px 28px 13px -10px rgba(1, 11, 35, 0.15);
    box-shadow: 0px 28px 13px -10px rgba(1, 11, 35, 0.15);
    border-radius: 5px;
    background: var(--white);
}

.custom-select-list {
    height: 100%;
    overflow-y: auto;
}

.custom-select-list li {
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: background-color var(--anim), opacity var(--anim);
    -o-transition: background-color var(--anim), opacity var(--anim);
    transition: background-color var(--anim), opacity var(--anim);
}

.custom-select-list li a {
    font-size: 16px;
    color: rgb(40, 43, 40);
    text-decoration: none;
}

.custom-select-list li.disabled {
    opacity: 0.6;
    pointer-events: none;
}

.custom-select-list li:hover,
.custom-select-list li.selected {
    color: var(--accent);
    background-color: var(--lightblue);
}

.custom-select-page {
    display: none;
    max-width: 250px;
    height: 45px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1023px) {
    .custom-select-page {
        display: block;
    }
}

@media only screen and (max-width: 743px) {
    .custom-select-page {
        max-width: 290px;
        margin: 5px 0 30px;
    }
}

.custom-select-page.opened .custom-select-selected {
    border: 1px solid var(--accent);
    background-color: var(--lightblue);
}

.custom-select-page.opened .custom-select-selected:after {
    background: url(../images/dist/icons/arrow-down-blue.svg) center no-repeat;
}

.custom-select-page.opened .custom-select-selected__text,
.custom-select-page.opened .custom-select-selected__placeholder {
    color: var(--accent);
}

.custom-select-page .custom-select-selected {
    background-color: var(--accent);
}

.custom-select-page .custom-select-selected:after {
    background: url(../images/dist/icons/arrow-down-white.svg) center no-repeat;
}

.custom-select-page .custom-select-selected__text,
.custom-select-page .custom-select-selected__placeholder {
    color: var(--white);
}

.custom-select-page .custom-select-selected__text a,
.custom-select-page .custom-select-selected__placeholder a {
    color: var(--white);
    text-decoration: none;
}

.custom-select-calendare {
    height: 48px;
    border: 1px solid rgba(30, 97, 116, 0.15);
    border-radius: 6px;
}

.custom-select-calendare .custom-select-selected {
    background: none;
}

.custom-select-calendare .custom-select-selected:before {
    content: "";
    position: absolute;
    right: 40px;
    width: 1px;
    height: 24px;
    background-color: rgba(30, 97, 116, 0.15);
}

.custom-select-calendare .custom-select-selected:after {
    right: 12px;
    width: 16px;
    height: 16px;
}

.custom-select-calendare .custom-select-selected__text {
    font-size: 15px;
}

.gallery-grid {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(auto, 573px));
    grid-gap: 20px;
}

@media only screen and (max-width: 1430px) {
    .gallery-grid {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
}

@media only screen and (max-width: 1023px) {
    .gallery-grid {
        grid-gap: 13.29px;
    }
}

@media only screen and (max-width: 743px) {
    .gallery-grid {
        grid-gap: 6px;
    }
}

.gallery-grid__item {
    display: block;
    overflow: hidden;
    border-radius: 6px;
}

.gallery-grid__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (max-width: 1430px) {
    .gallery-grid__item {
        width: auto !important;
    }
}

.gallery-grid__item.item-1 {
    -ms-grid-column-span: 2;
    grid-column: span 2/auto;
    width: 454px;
    height: 295px;
}

@media only screen and (max-width: 1430px) {
    .gallery-grid__item.item-1 {
        height: 17.969vw;
    }
}

@media only screen and (max-width: 1023px) {
    .gallery-grid__item.item-1 {
        height: 26.346vw;
    }
}

@media only screen and (max-width: 743px) {
    .gallery-grid__item.item-1 {
        height: 25.625vw;
    }
}

.gallery-grid__item.item-2 {
    -ms-grid-column-span: 2;
    grid-column: span 2/auto;
    -ms-grid-row-span: 2;
    grid-row: span 2/auto;
    width: 336px;
    height: 500px;
}

@media only screen and (max-width: 1430px) {
    .gallery-grid__item.item-2 {
        height: 29.688vw;
    }
}

@media only screen and (max-width: 1023px) {
    .gallery-grid__item.item-2 {
        height: 44.655vw;
    }
}

@media only screen and (max-width: 743px) {
    .gallery-grid__item.item-2 {
        height: 43.44vw;
    }
}

.gallery-grid__item.item-3 {
    -ms-grid-column-span: 1;
    grid-column: span 1/auto;
    width: 217px;
    height: 263px;
}

@media only screen and (max-width: 1430px) {
    .gallery-grid__item.item-3 {
        height: 15.235vw;
    }
}

@media only screen and (max-width: 1023px) {
    .gallery-grid__item.item-3 {
        height: 23.49vw;
    }
}

@media only screen and (max-width: 743px) {
    .gallery-grid__item.item-3 {
        height: 22.813vw;
    }
}

.gallery-grid__item.item-4 {
    -ms-grid-column-span: 2;
    grid-column: span 2/auto;
    -ms-grid-row-span: 2;
    grid-row: span 2/auto;
    width: 454px;
    height: 373px;
}

@media only screen and (max-width: 1430px) {
    .gallery-grid__item.item-4 {
        height: 21.973vw;
    }
}

@media only screen and (max-width: 1023px) {
    .gallery-grid__item.item-4 {
        height: 33.311vw;
    }
}

@media only screen and (max-width: 743px) {
    .gallery-grid__item.item-4 {
        height: 32.5vw;
    }
}

.gallery-grid__item.item-5 {
    -ms-grid-column-span: 1;
    grid-column: span 1/auto;
    margin-top: -32px;
    width: 217px;
    height: 217px;
}

@media only screen and (max-width: 1430px) {
    .gallery-grid__item.item-5 {
        height: 12.5vw;
        margin-top: -2.75vw;
    }
}

@media only screen and (max-width: 1023px) {
    .gallery-grid__item.item-5 {
        height: 19.38vw;
        margin-top: -2.91vw;
    }
}

@media only screen and (max-width: 743px) {
    .gallery-grid__item.item-5 {
        height: 19.067vw;
    }
}

.gallery-grid__item.item-6 {
    -ms-grid-column-span: 3;
    grid-column: span 3/auto;
    width: 573px;
    height: 168px;
}

@media only screen and (max-width: 1430px) {
    .gallery-grid__item.item-6 {
        height: 10.223vw;
    }
}

@media only screen and (max-width: 1023px) {
    .gallery-grid__item.item-6 {
        height: 15.005vw;
    }
}

@media only screen and (max-width: 743px) {
    .gallery-grid__item.item-6 {
        height: 14.69vw;
    }
}

.gallery-grid__item.item-7 {
    -ms-grid-column: 1;
    grid-column: 1/1;
    width: 217px;
    height: 217px;
}

@media only screen and (max-width: 1430px) {
    .gallery-grid__item.item-7 {
        height: 12.5vw;
    }
}

@media only screen and (max-width: 1023px) {
    .gallery-grid__item.item-7 {
        height: 19.4vw;
    }
}

@media only screen and (max-width: 743px) {
    .gallery-grid__item.item-7 {
        height: 19.065vw;
    }
}

.gallery-grid__item.item-8 {
    -ms-grid-column: 2;
    grid-column: 2/2;
    width: 217px;
    height: 217px;
}

@media only screen and (max-width: 1430px) {
    .gallery-grid__item.item-8 {
        height: 12.5vw;
    }
}

@media only screen and (max-width: 1023px) {
    .gallery-grid__item.item-8 {
        height: 19.4vw;
    }
}

@media only screen and (max-width: 743px) {
    .gallery-grid__item.item-8 {
        height: 19.065vw;
    }
}

.gallery-grid__item.item-9 {
    -ms-grid-column: 1;
    grid-column: 1/1;
    width: 217px;
    height: 217px;
}

@media only screen and (max-width: 1430px) {
    .gallery-grid__item.item-9 {
        height: 12.5vw;
    }
}

@media only screen and (max-width: 1023px) {
    .gallery-grid__item.item-9 {
        height: 19.4vw;
    }
}

@media only screen and (max-width: 743px) {
    .gallery-grid__item.item-9 {
        height: 19.065vw;
    }
}

.gallery-grid__item.item-10 {
    -ms-grid-column: 2;
    grid-column: 2/2;
    width: 217px;
    height: 217px;
}

@media only screen and (max-width: 1430px) {
    .gallery-grid__item.item-10 {
        height: 12.5vw;
    }
}

@media only screen and (max-width: 1023px) {
    .gallery-grid__item.item-10 {
        height: 19.4vw;
    }
}

@media only screen and (max-width: 743px) {
    .gallery-grid__item.item-10 {
        height: 19.065vw;
    }
}

.gallery-grid__item.item-11 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    grid-column: 3/6;
    width: 573px;
    height: 454px;
    margin-top: -237px;
}

@media only screen and (max-width: 1430px) {
    .gallery-grid__item.item-11 {
        height: 26.856vw;
        margin-top: calc(-12.5vw - 20px);
    }
}

@media only screen and (max-width: 1023px) {
    .gallery-grid__item.item-11 {
        height: calc(38.13vw + 6px);
        margin-top: calc(-19.065vw - 6px);
    }
}

.menu-levels li.haschild:hover>div.submenu>a+ul {
    visibility: visible;
    opacity: 1;
}

.menu-levels ul {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility var(--anim), opacity var(--anim);
    -o-transition: visibility var(--anim), opacity var(--anim);
    transition: visibility var(--anim), opacity var(--anim);
}

.submenu {
    position: relative;
    display: inline-block;
}

@media only screen and (max-width: 1199px) {
    .submenu {
        display: block;
    }
}

.submenu>a {
    padding-right: 28px;
}

.submenu>a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    -webkit-transition: -webkit-transform var(--anim);
    transition: -webkit-transform var(--anim);
    -o-transition: transform var(--anim);
    transition: transform var(--anim);
    transition: transform var(--anim), -webkit-transform var(--anim);
    background-image: url(../images/dist/icons/arrow-down.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.overlay {
    position: absolute;
    visibility: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 100;
    -webkit-transition: opacity var(--anim), visibility var(--anim);
    -o-transition: opacity var(--anim), visibility var(--anim);
    transition: opacity var(--anim), visibility var(--anim);
    background-color: var(--overlay);
}

.overlay.is-visible {
    visibility: visible;
    opacity: 1;
}

.mobile-nav {
    display: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: top var(--anim), visibility var(--anim), opacity var(--anim);
    -o-transition: top var(--anim), visibility var(--anim), opacity var(--anim);
    transition: top var(--anim), visibility var(--anim), opacity var(--anim);
    position: absolute;
    top: calc(100% + 40px);
    left: 0;
    right: 0;
    width: calc(100% - 50px);
    max-height: 694px;
    height: 100vh;
    margin: 0 auto;
    z-index: 999;
    border-radius: 6px;
    background-color: var(--lightblue);
}

.mobile-nav.is-visible {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

@media only screen and (max-width: 1199px) {
    .mobile-nav {
        display: block;
    }
}

@media only screen and (max-width: 743px) {
    .mobile-nav {
        top: 0;
        width: 100%;
        max-height: none;
    }

    .mobile-nav.is-visible {
        top: 0;
    }
}

.mobile-nav__header {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 62px 1fr;
    grid-template-columns: 62px 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    overflow: hidden;
    border-radius: 6px 6px 0 0;
    background-color: var(--accent);
}

@media only screen and (max-width: 743px) {
    .mobile-nav__header {
        background-color: var(--bggray);
    }
}

.mobile-nav__close {
    height: 100%;
    cursor: pointer;
    border-top-left-radius: 6px;
    background-color: var(--yellow);
    background-image: url(../images/dist/icons/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
}

.mobile-nav__search {
    height: 100%;
    padding: 0 24px;
}

@media only screen and (max-width: 743px) {
    .mobile-nav__search .search-block input::-webkit-input-placeholder {
        color: rgba(40, 43, 40, 0.5);
    }

    .mobile-nav__search .search-block input::-moz-placeholder {
        color: rgba(40, 43, 40, 0.5);
    }

    .mobile-nav__search .search-block input:-ms-input-placeholder {
        color: rgba(40, 43, 40, 0.5);
    }

    .mobile-nav__search .search-block input::-ms-input-placeholder {
        color: rgba(40, 43, 40, 0.5);
    }

    .mobile-nav__search .search-block input::placeholder {
        color: rgba(40, 43, 40, 0.5);
    }

    .mobile-nav__search .search-block:after {
        background-image: url(../images/dist/icons/search-black.svg);
    }
}

.mobile-nav-wrap {
    height: calc(100% - 50px);
    padding: 20px 10px 40px 20px;
}

.mobile-nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
}

.mobile-nav-menu li {
    position: relative;
    margin-bottom: 20px;
}

.mobile-nav-menu li:last-child {
    margin-bottom: 0;
}

.mobile-nav-menu li.haschild>a {
    padding-right: 30px;
}

.mobile-nav-menu li.haschild>a.active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mobile-nav-menu li.haschild>a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    -webkit-transition: -webkit-transform var(--anim);
    transition: -webkit-transform var(--anim);
    -o-transition: transform var(--anim);
    transition: transform var(--anim);
    transition: transform var(--anim), -webkit-transform var(--anim);
    background-image: url(../images/dist/icons/arrow-down-blue.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.mobile-nav-menu li a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--accent);
    text-decoration: none;
}

.mobile-nav-menu ul {
    display: none;
    padding: 20px 10px 0;
}

.mobile-nav-menu ul li.haschild>a:after {
    background-image: url(../images/dist/icons/arrow-down.svg);
}

.mobile-nav-menu ul li a {
    font-size: 16px;
    color: var(--gray);
}

.mobile-nav-menu ul ul {
    padding-left: 15px;
}

.modal {
    width: 480px;
}

.modal-title {
    margin-bottom: 20px;
    font: italic 400 38px/1.1 var(--secfont);
    color: var(--accent);
    text-align: center;
}

.modal-subtitle {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.modal-form__field {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.modal-form__field input {
    display: block;
    width: 100%;
    height: 56px;
    padding-left: 12px;
    font-size: 20px;
    font-weight: 600;
    border: 1px solid var(--accent);
    background: none;
}

@media only screen and (max-width: 1279px) {
    .modal-title {
        font-size: 36px;
    }

    .modal-form__field input {
        height: 46px;
        font-size: 19px;
    }
}

@media only screen and (max-width: 1023px) {
    .modal-title {
        font-size: 36px;
    }

    .modal-form__field input {
        height: 42px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 575px) {
    .modal {
        width: 320px;
        padding: 36px 15px;
    }

    .modal-title {
        margin-bottom: 12px;
        font-size: 28px;
    }
}

.page-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1199px) {
    .page-nav {
        grid-row-gap: 15px;
        grid-column-gap: 20px;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 743px) {
    .page-nav {
        grid-gap: 10px;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 1023px) {
    .page-nav_small {
        margin-bottom: 40px;
    }
}

.page-nav_small .page-nav__item {
    padding: 8.5px 20px;
}

@media only screen and (max-width: 1199px) {
    .page-nav_small .page-nav__item {
        padding: 11.5px 15px;
    }
}

@media only screen and (max-width: 743px) {
    .page-nav_small .page-nav__item {
        padding: 9.5px 15px;
    }
}

@media only screen and (max-width: 743px) {
    .page-nav_anchor {
        grid-gap: 15px;
    }
}

@media only screen and (max-width: 1199px) {
    .page-nav_anchor .page-nav__item {
        padding: 13.5px 15px;
    }
}

@media only screen and (max-width: 743px) {
    .page-nav_anchor .page-nav__item {
        padding: 9.5px 15px;
    }
}

.page-nav__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 24px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--accent);
    text-decoration: none;
    border-radius: 8px;
    background-color: var(--lightblue);
}

@media only screen and (max-width: 1199px) {
    .page-nav__item {
        padding: 11.5px 14.5px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 743px) {
    .page-nav__item {
        padding: 9.5px 16px;
        font-size: 14px;
    }
}

.page-nav__item:hover {
    color: var(--white);
    background-color: var(--accentHover);
}

.page-nav__item.active {
    color: var(--white);
    background-color: var(--accent);
}

.page-title {
    margin-bottom: 40px;
    font-size: 38px;
    font-weight: 800;
}

@media only screen and (max-width: 1199px) {
    .page-title {
        font-size: 36px;
    }
}

@media only screen and (max-width: 1023px) {
    .page-title {
        font-size: 32px;
        font-weight: 600;
        line-height: 1;
    }
}

@media only screen and (max-width: 743px) {
    .page-title {
        margin-bottom: 30px;
        font-size: 26px;
    }
}

.page-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 28px;
}

@media only screen and (max-width: 1023px) {
    .page-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 743px) {
    .page-header {
        margin-bottom: 30px;
    }
}

.page-header .page-title {
    margin-bottom: 0;
}

.page-header__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 20px;
}

@media only screen and (max-width: 1023px) {
    .page-header__btns {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 15px;
        margin-top: 40px;
    }
}

@media only screen and (max-width: 743px) {
    .page-header__btns {
        margin-top: 20px;
    }
}

.page-main {
    padding-bottom: 100px;
}

.page-inner {
    padding-bottom: 100px;
}

@media only screen and (max-width: 1023px) {
    .page-inner {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 743px) {
    .page-inner {
        padding-bottom: 40px;
    }
}

.page-pb {
    padding-bottom: 230px;
}

@media only screen and (max-width: 1023px) {
    .page-pb {
        padding-bottom: 40px;
    }
}

.pagination {
    margin-top: 50px;
}

@media only screen and (max-width: 743px) {
    .pagination {
        margin-top: 40px;
    }
}

.pagination-nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 17px;
    font-size: 16px;
    color: var(--accent);
}

@media only screen and (max-width: 743px) {
    .pagination-nav {
        max-width: 290px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto;
    }
}

.pagination-nav__arrow {
    position: relative;
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: var(--ligth);
}

.pagination-nav__arrow:hover {
    background-color: var(--bggray);
}

.pagination-nav__arrow:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 16px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.pagination-nav__arrow_not-active {
    pointer-events: none;
    background-color: var(--bggray);
}

.pagination-nav__arrow_prev:before {
    background-image: url(../images/dist/icons/arrow-left-blue.svg);
}

.pagination-nav__arrow_prev.pagination-nav__arrow_not-active:before {
    opacity: 0.2;
    background-image: url(../images/dist/icons/arrow-left.svg);
}

.pagination-nav__arrow_next:before {
    background-image: url(../images/dist/icons/arrow-right-blue.svg);
}

.pagination-nav__arrow_next.pagination-nav__arrow_not-active:before {
    opacity: 0.2;
    background-image: url(../images/dist/icons/arrow-right.svg);
}

@media only screen and (max-width: 743px) {
    .pagination-nav__num:nth-of-type(n+5) {
        display: none;
    }
}

.pagination-nav__num,
.pagination-nav span {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    font-size: 16px;
    color: var(--accent);
    line-height: 1;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    background-color: var(--bggray);
}

.pagination-nav__num:hover,
.pagination-nav__num.active,
.pagination-nav span:hover,
.pagination-nav span.active {
    color: var(--white);
    background-color: var(--accent);
}

.pagination-nav span:hover {
    color: var(--accent);
    background-color: var(--bggray);
}

.popular {
    margin-bottom: 65px;
    padding: 32px 18px;
    border-radius: 6px;
    background: var(--lightblue);
}

.popular__title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.popular__link {
    position: relative;
    font-size: 15px;
    line-height: 1;
    color: var(--accent);
    text-decoration: none;
}

.popular__link:not(:last-child):after {
    content: ",";
    position: relative;
    font-size: 15px;
    line-height: 1;
}

@media only screen and (max-width: 575px) {
    .popular__link:not(:last-child):after {
        display: none;
    }
}

.popular__link:hover {
    color: rgba(30, 97, 116, 0.5);
}

.projects {
    margin-bottom: 60px;
}

@media only screen and (max-width: 743px) {
    .projects {
        margin-bottom: 40px;
        overflow: visible;
    }
}

.projects-wrapper {
    display: -ms-grid;
    display: grid;
    grid-row-gap: 30px;
}

@media only screen and (max-width: 743px) {
    .projects-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.projects .swiper-scrollbar.custom-swiper-scrollbar {
    margin-top: 27px;
}

.project {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 217px 30px 1fr;
    grid-template-columns: 217px 1fr;
    grid-column-gap: 30px;
    padding: 20px;
    text-decoration: none;
    -webkit-transition: background-color var(--anim);
    -o-transition: background-color var(--anim);
    transition: background-color var(--anim);
    border: 1px solid var(--lightblue);
    border-radius: 8px;
}

@media only screen and (max-width: 743px) {
    .project {
        display: block;
        max-width: 249px;
        height: auto;
        padding: 0;
    }
}

.project:hover {
    background-color: var(--lightblue);
}

.project:hover .project__img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.project:hover .project__desc {
    color: var(--accentHover);
}

.project__img {
    overflow: hidden;
    border-radius: 6px;
}

@media only screen and (max-width: 743px) {
    .project__img {
        height: 134px;
        margin-bottom: 20px;
    }
}

.project__img img {
    -webkit-transition: -webkit-transform var(--anim);
    transition: -webkit-transform var(--anim);
    -o-transition: transform var(--anim);
    transition: transform var(--anim);
    transition: transform var(--anim), -webkit-transform var(--anim);
}

.project__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.project__title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 36px;
    margin-bottom: 20px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 600;
    color: var(--accent);
    text-align: center;
    border-radius: 10px;
    background-color: var(--ligth);
}

@media only screen and (max-width: 743px) {
    .project__title {
        width: 100%;
        margin-bottom: 15px;
    }
}

.project__desc {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--textcolor);
    -webkit-transition: color var(--anim);
    -o-transition: color var(--anim);
    transition: color var(--anim);
}

@media only screen and (max-width: 743px) {
    .project__desc {
        font-size: 16px;
        line-height: 1.4;
    }
}

.section-schema {
    padding: 0 0 100px;
}

@media only screen and (max-width: 1023px) {
    .section-schema {
        padding: 0 0 70px;
    }
}

@media only screen and (max-width: 743px) {
    .section-schema {
        padding: 0 0 40px;
    }
}

.schema {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 60px;
    max-width: 1045px;
}

@media only screen and (max-width: 1023px) {
    .schema {
        max-width: 694px;
        margin: 60px auto 0;
    }
}

@media only screen and (max-width: 743px) {
    .schema {
        max-width: 290px;
        margin-top: 35px;
    }
}

.schema-main {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    margin: 0 auto 68px;
    padding: 0 20px;
    font-size: 18px;
}

@media only screen and (max-width: 1023px) {
    .schema-main {
        height: 34px;
        margin-bottom: 46px;
        padding: 0 14px;
        font-size: 12px;
        border-radius: 4px;
    }
}

@media only screen and (max-width: 743px) {
    .schema-main {
        height: 48px;
        margin-bottom: 26px;
        padding: 10px 14px;
        white-space: normal;
    }
}

.schema-main:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 700px;
    height: 68px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(../images/dist/icons/arrows-schema.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media only screen and (max-width: 1023px) {
    .schema-main:before {
        width: 464px;
        height: 45px;
        background-image: url(../images/dist/icons/arrows-schema-tablet.svg);
    }
}

@media only screen and (max-width: 743px) {
    .schema-main:before {
        display: none;
    }
}

.schema-body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
}

@media only screen and (max-width: 1023px) {
    .schema-body {
        grid-template-columns: repeat(auto-fit, minmax(auto, 32%));
        grid-column-gap: 13px;
    }
}

@media only screen and (max-width: 743px) {
    .schema-body {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        grid-column-gap: 0;
        grid-row-gap: 40px;
        padding-left: 20px;
    }
}

.schema-col {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (max-width: 743px) {
    .schema-col:before {
        content: "";
        position: absolute;
        background-repeat: no-repeat;
        background-size: contain;
        background-size: 100% 100%;
    }
}

.schema-col_one {
    gap: 20px;
}

@media only screen and (max-width: 1023px) {
    .schema-col_one {
        gap: 13px;
    }
}

@media only screen and (max-width: 743px) {
    .schema-col_one {
        gap: 8px;
    }

    .schema-col_one:before {
        top: -26px;
        left: -8px;
        width: 8px;
        height: 47px;
        background-image: url(../images/dist/icons/arrow-mob-1.svg);
    }
}

.schema-col_two {
    gap: 30px;
}

@media only screen and (max-width: 1023px) {
    .schema-col_two {
        gap: 13px;
    }
}

@media only screen and (max-width: 743px) {
    .schema-col_two {
        gap: 9px;
    }

    .schema-col_two:before {
        top: -416px;
        left: -13px;
        width: 13px;
        height: 438px;
        background-image: url(../images/dist/icons/arrow-mob-2.svg);
    }
}

.schema-col_three {
    gap: 25px;
}

@media only screen and (max-width: 1023px) {
    .schema-col_three {
        gap: 13px;
    }
}

@media only screen and (max-width: 743px) {
    .schema-col_three {
        gap: 10px;
    }

    .schema-col_three:before {
        top: -755px;
        left: -19px;
        width: 19px;
        height: 777px;
        background-image: url(../images/dist/icons/arrow-mob-3.svg);
    }
}

.schema-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(160px, 1fr) 15px minmax(160px, 1fr);
    grid-template-columns: repeat(2, minmax(160px, 1fr));
    grid-gap: 15px;
    margin-top: -10px;
}

@media only screen and (max-width: 1023px) {
    .schema-row {
        -ms-grid-columns: minmax(50%, 1fr) 10px minmax(50%, 1fr);
        grid-template-columns: repeat(2, minmax(50%, 1fr));
        grid-gap: 10px;
        margin-top: 0;
    }
}

.schema-row .schema-link {
    padding: 20px 14px;
    font-size: 15px;
    line-height: 1.36;
    font-weight: 400;
}

@media only screen and (max-width: 1023px) {
    .schema-row .schema-link {
        padding: 13px 11px;
        font-size: 10px;
    }
}

@media only screen and (max-width: 743px) {
    .schema-row .schema-link {
        min-height: 66px;
        padding: 10.5px 10px;
    }
}

.schema-link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--accent);
    text-align: center;
    text-decoration: none;
    padding: 20px 15px;
    -webkit-transition: border-color var(--anim), background-color var(--anim);
    -o-transition: border-color var(--anim), background-color var(--anim);
    transition: border-color var(--anim), background-color var(--anim);
    border-width: 1px;
    border-style: solid;
    border-color: var(--lightblue);
    background-color: var(--bggray);
}

@media only screen and (max-width: 1023px) {
    .schema-link {
        padding: 13px 10px;
        font-size: 12px;
    }
}

@media only screen and (max-width: 743px) {
    .schema-link {
        padding: 10.5px 10px;
    }
}

.schema-link:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1px;
    height: 40px;
    z-index: -1;
    background-color: var(--accent);
}

.schema-link:after {
    content: "";
    display: none;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 50%;
    width: 176px;
    height: 15px;
    background-image: url(../images/dist/icons/line-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

@media only screen and (max-width: 1023px) {
    .schema-link:after {
        width: 116px;
        height: 10px;
        background-image: url(../images/dist/icons/line-right-tablet.svg);
    }
}

.schema-link:hover {
    color: var(--accent);
    border-color: var(--yellow);
    background-color: var(--lightblue);
}

.schema-link_top {
    border-color: var(--accent);
    background-color: var(--lightblue);
}

.schema-link_top:before {
    display: none;
}

.schema-link_accent {
    border-color: var(--violet);
    background-color: var(--lightblue);
}

.schema-link_notline:before {
    display: none;
}

.schema-link_line-right:after {
    display: block;
    background-position: left top;
}

.schema-link_line-left:after {
    display: block;
    left: auto;
    right: 50%;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    background-position: right top;
}

.schema-link_bracket:before {
    left: -8px;
    bottom: auto;
    top: 50%;
    width: 8px;
    height: 377px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-image: url(../images/dist/icons/bracket.svg);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

@media only screen and (max-width: 1023px) {
    .schema-link_bracket:before {
        left: -6px;
        width: 6px;
        height: 250px;
        background-image: url(../images/dist/icons/bracket-tablet.svg);
    }
}

@media only screen and (max-width: 743px) {
    .schema-link_bracket:before {
        left: -7px;
        width: 7px;
        height: 207px;
        background-image: url(../images/dist/icons/bracket-mob.svg);
    }
}

.scrollbar::-webkit-scrollbar {
    height: 100%;
    width: 7px;
}

.scrollbar::-webkit-scrollbar-track {
    border-radius: 3px;
    background: rgba(30, 97, 116, 0.15);
}

.scrollbar::-webkit-scrollbar-thumb {
    border: 1px solid rgba(30, 97, 116, 0.15);
    border-radius: 2px;
    background: #fff;
}

.search-block {
    position: relative;
    height: 100%;
}

.search-block input {
    display: block;
    width: 100%;
    height: 100%;
    padding-right: 30px;
    font-size: 15px;
    color: #fff;
    border: none;
    background: none;
}

.search-block input::-webkit-input-placeholder {
    color: var(--lightwhite);
}

.search-block input::-moz-placeholder {
    color: var(--lightwhite);
}

.search-block input:-ms-input-placeholder {
    color: var(--lightwhite);
}

.search-block input::-ms-input-placeholder {
    color: var(--lightwhite);
}

.search-block input::placeholder {
    color: var(--lightwhite);
}

section {
    padding: 60px 0;
}

section.section-first {
    padding-top: 0;
}

@media only screen and (max-width: 1023px) {
    section {
        padding: 40px 0;
    }
}

.section-gray {
    position: relative;
    background-color: var(--bggray);
}

.section-gray:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1000%;
    height: 100%;
    z-index: -1;
    background-color: var(--bggray);
}

.section-gray_left:before {
    left: auto;
    right: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 500%;
    z-index: -1;
}

.section-blue {
    position: relative;
    background-color: var(--lightblue);
}

.section-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 45px;
}

.section-title {
    margin-bottom: 0;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
}

@media only screen and (max-width: 1023px) {
    .section-title {
        font-size: 32px;
        line-height: 1;
    }
}

@media only screen and (max-width: 743px) {
    .section-title {
        font-size: 26px;
    }
}

.section-title-inner {
    max-width: 1045px;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
}

@media only screen and (max-width: 1023px) {
    .section-title-inner {
        font-size: 26px;
        line-height: 1;
    }
}

@media only screen and (max-width: 743px) {
    .section-title-inner {
        font-size: 20px;
        line-height: 1.3;
    }
}

.section-title-small {
    max-width: 1045px;
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
}

@media only screen and (max-width: 1023px) {
    .section-title-small {
        margin-bottom: 30px;
        font-size: 26px;
        line-height: 1;
    }
}

@media only screen and (max-width: 743px) {
    .section-title-small {
        font-size: 20px;
        line-height: 1.3;
    }
}

.swiper-button-prev,
.swiper-button-next {
    width: 46px;
    height: 46px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity var(--anim);
    -o-transition: opacity var(--anim);
    transition: opacity var(--anim);
    border-radius: 50%;
    background: #fff;
}

@media only screen and (max-width: 1023px) {

    .swiper-button-prev,
    .swiper-button-next {
        width: 22px;
        height: 22px;
    }
}

.swiper-button-prev:after,
.swiper-button-next:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media only screen and (max-width: 1023px) {

    .swiper-button-prev:after,
    .swiper-button-next:after {
        width: 7px;
        height: 7px;
    }
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    opacity: 0.7;
}

.swiper-button-prev {
    left: 10px;
}

@media only screen and (max-width: 1023px) {
    .swiper-button-prev {
        left: 5px;
    }
}

.swiper-button-prev:after {
    background-image: url(../images/dist/icons/arrow-left.svg);
}

.swiper-button-next {
    right: 10px;
}

@media only screen and (max-width: 1023px) {
    .swiper-button-next {
        right: 5px;
    }
}

.swiper-button-next:after {
    background-image: url(../images/dist/icons/arrow-right.svg);
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
}

.swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 0;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 2px;
    opacity: 0.3;
    margin: 0 4px;
    border-radius: 8px;
    background: #282B28;
}

@media only screen and (max-width: 1023px) {
    .swiper-pagination .swiper-pagination-bullet {
        width: 26px;
    }
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--yellow);
}

.slider-nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 101px;
    height: 44px;
}

.slider-nav .swiper-button-prev,
.slider-nav .swiper-button-next {
    position: relative;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 44px;
    height: 44px;
    margin-top: 0;
    border-radius: 0;
    background: none;
}

.slider-nav .swiper-button-prev:after,
.slider-nav .swiper-button-next:after {
    width: 100%;
    height: 100%;
}

.slider-nav .swiper-button-prev {
    left: 0;
}

.slider-nav .swiper-button-prev:after {
    background-image: url(/local/templates/redesign_main/images/dist/icons/arrow-cl-left.svg);
}

.slider-nav .swiper-button-next {
    right: 0;
}

.slider-nav .swiper-button-next:after {
    background-image: url(/local/templates/redesign_main/images/dist/icons/arrow-cl-right.svg);
}

.swiper-scrollbar.custom-swiper-scrollbar {
    position: relative;
    width: 100%;
    top: auto;
    bottom: 0;
    left: 0;
    height: 7px;
    margin-top: 10px;
    border-radius: 3px;
    background: var(--ligth);
}

@media only screen and (max-width: 743px) {
    .swiper-scrollbar.custom-swiper-scrollbar {
        margin-top: 20px;
    }
}

.swiper-scrollbar.custom-swiper-scrollbar .swiper-scrollbar-drag {
    left: 0;
    border: 1px solid var(--ligth);
    border-radius: 2px;
    background: var(--white);
}

.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    height: 20px;
    margin-top: 42px;
}

@media only screen and (max-width: 1023px) {
    .social {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 743px) {
    .social {
        margin-top: 20px;
    }
}

.social__item {
    display: block;
    width: 24px;
    height: 24px;
    overflow: hidden;
    border-radius: 50%;
    background-image: url(../images/dist/icons/social.png);
    background-repeat: no-repeat;
}

.social__item_vk {
    background-position: -8px -10px;
}

.social__item_ok {
    background-position: -36px -10px;
}

.social__item_tg {
    background-position: -64px -10px;
}

.social__item_vb {
    background-position: -92px -10px;
}

.social__item_wa {
    background-position: -120px -10px;
}

.spoiler_no-dots .spoiler-text:after {
    display: none;
}

.spoiler-text {
    position: relative;
    display: none;
}

.spoiler-text ul {
    margin-bottom: 0;
}

@media only screen and (max-width: 743px) {
    .spoiler-text {
        display: block;
    }
}

.spoiler-text:after {
    content: "...";
    position: relative;
    margin-left: -5px;
    font-size: 16px;
    color: var(--textcolor);
}

.spoiler-text.hide {
    display: none;
}

@media only screen and (max-width: 743px) {
    .spoiler-wrap {
        display: none;
    }
}

.spoiler-link {
    display: none;
    position: relative;
    height: 26px;
    margin-top: 5px;
    cursor: pointer;
    border-radius: 10px 0 0 10px;
    background-color: var(--bggray);
}

@media only screen and (max-width: 743px) {
    .spoiler-link {
        display: block;
    }
}

.spoiler-link:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 18px;
    height: 6px;
    -webkit-transition: -webkit-transform var(--anim);
    transition: -webkit-transform var(--anim);
    -o-transition: transform var(--anim);
    transition: transform var(--anim);
    transition: transform var(--anim), -webkit-transform var(--anim);
    background-image: url(../images/dist/icons/arrow-down-gray.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.spoiler-link.hide {
    display: none;
}

@media only screen and (max-width: 1023px) {
    .table_small table th {
        padding: 12px 0;
    }
}

.table_txtl table {
    text-align: left;
}

.table_txtl table tbody {
    vertical-align: top;
}

.table_txtl table th,
.table_txtl table td {
    padding: 20px 0;
}

.table_txtl table th:first-child,
.table_txtl table td:first-child {
    padding-left: 20px;
}

.table_txtl table th {
    padding-right: 20px;
}

.table_txtl table td {
    padding-right: 16px;
}

table {
    width: 100%;
    min-width: 1045px;
    max-width: 1045px;
    font-size: 14px;
    text-align: center;
    border-spacing: 0;
}

.bx-core-adm-dialog table,
.bx-popup-menu table,
.editor_dialog table {
    width: unset;
    min-width: unset;
    max-width: unset;
    font-size: unset;
    text-align: unset;
    border-spacing: unset;
}

table thead {
    position: relative;
    vertical-align: top;
}

table tbody {
    vertical-align: middle;
}

table tbody tr:nth-child(even) {
    border-radius: 6px !important;
}

table tbody tr:nth-child(even) td {
    background-color: var(--bggray);
}

table th,
table td {
    padding: 10px 15px;
}

table th:first-child,
table td:first-child {
    border-radius: 6px 0 0 6px;
}

table th:last-child,
table td:last-child {
    border-radius: 0 6px 6px 0;
}

table th {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 400;
    background-color: var(--lightblue);
}

table td:first-child {
    text-align: left;
}

table a {
    position: relative;
    display: inline-block;
    padding-left: 36px;
    font-size: inherit;
    color: var(--accent);
    text-decoration: none;
}

table a:hover {
    color: var(--accentHover);
}

table a.download-link:before {
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url(../images/dist/icons/download.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.video-banner {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

@media only screen and (max-width: 575px) {
    .video-banner {
        height: auto;
    }
}

.video-banner.play {
    padding-bottom: 56.5%;
}

.video-banner.play .video-banner__preview {
    display: none;
}

.video-banner__preview {
    position: relative;
    width: 100%;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: visibility var(--anim), opacity var(--anim);
    -o-transition: visibility var(--anim), opacity var(--anim);
    transition: visibility var(--anim), opacity var(--anim);
}

.video-banner__preview:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

.video-banner__preview img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.video-banner__play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-image: url(../images/dist/icons/play-2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60px 60px;
}

.video-banner__img {
    width: 100%;
    height: 100%;
}

.video-banner__iframe {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.footer {
    padding: 40px 0 24px;
    background-color: var(--bgcolor);
}

@media only screen and (max-width: 1199px) {
    .footer {
        padding: 50px 0 34px;
    }
}

.footer-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(295px, 320px) 40px 1fr 40px minmax(255px, 315px);
    grid-template-columns: minmax(295px, 320px) 1fr minmax(255px, 315px);
    grid-column-gap: 40px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 1199px) {
    .footer-wrap {
        -ms-grid-columns: 1fr 20px 1fr 20px 286px;
        grid-template-columns: 1fr 1fr 286px;
        grid-column-gap: 20px;
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 743px) {
    .footer-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media only screen and (max-width: 1199px) {
    .footer-main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-grid-column-span: 3;
        grid-column: span 3/auto;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 743px) {
    .footer-main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.footer-logo {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: var(--white);
    text-decoration: none;
}

.footer-logo:hover,
.footer-logo:focus {
    color: var(--white);
}

@media only screen and (max-width: 1199px) {
    .footer-logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 743px) {
    .footer-logo {
        gap: 10px;
    }
}

.footer-logo img {
    max-width: 76px;
}

.footer-logo__desc {
    margin-top: 12px;
    color: inherit;
}

@media only screen and (max-width: 1199px) {
    .footer-logo__desc {
        max-width: 220px;
        margin-top: 0;
    }

    .footer-logo__desc br {
        display: none;
    }
}

.footer-button {
    max-width: 278px;
    height: 63px;
    margin-top: 38px;
    font-size: 14px;
    font-weight: 600;
}

@media only screen and (max-width: 1199px) {
    .footer-button {
        max-width: 286px;
        margin-top: 0;
    }
}

@media only screen and (max-width: 743px) {
    .footer-button {
        max-width: 290px;
        margin-top: 20px;
    }
}

.footer-nav {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px;
    padding-top: 90px;
}

@media only screen and (max-width: 1199px) {
    .footer-nav {
        -ms-grid-column-span: 2;
        grid-column: span 2/auto;
        padding-top: 0;
    }
}

@media only screen and (max-width: 743px) {
    .footer-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
}

.footer-menu li {
    margin-bottom: 24px;
}

@media only screen and (max-width: 1199px) {
    .footer-menu li {
        margin-bottom: 20px;
    }
}

.footer-menu li a {
    display: inline-block;
    opacity: 1;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: opacity var(--anim);
    -o-transition: opacity var(--anim);
    transition: opacity var(--anim);
}

.footer-menu li a:hover {
    color: #fff;
    opacity: 0.5;
}

.footer-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 90px;
}

@media only screen and (max-width: 1199px) {
    .footer-contacts {
        padding-top: 0;
    }
}

@media only screen and (max-width: 743px) {
    .footer-contacts {
        width: 100%;
    }
}

.footer-location,
.footer-phone,
.footer-mail {
    position: relative;
    padding-left: 36px;
    font-size: 18px;
    color: #fff;
}

.footer-location:before,
.footer-phone:before,
.footer-mail:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.footer-phone,
.footer-mail {
    text-decoration: none;
}

.footer-phone:hover,
.footer-mail:hover {
    color: #fff;
}

.footer-location {
    margin-bottom: 24px;
}

.footer-location:before {
    background-image: url(../images/dist/icons/location.svg);
}

.footer-phone {
    margin-bottom: 24px;
}

.footer-phone:before {
    background-image: url(../images/dist/icons/phone.svg);
}

.footer-mail:before {
    background-image: url(../images/dist/icons/mail.svg);
}

.footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
    margin-top: 41px;
}

@media only screen and (max-width: 1199px) {
    .footer-social {
        display: none;
    }
}

.footer-social_mobile {
    display: none;
}

@media only screen and (max-width: 1199px) {
    .footer-social_mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto 50px;
    }
}

@media only screen and (max-width: 743px) {
    .footer-social_mobile {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 290px;
    }
}

.footer-social__item {
    opacity: 0.5;
    -webkit-transition: opacity var(--anim);
    -o-transition: opacity var(--anim);
    transition: opacity var(--anim);
}

.footer-social__item:hover {
    opacity: 1;
}

.footer-policy {
    display: inline-block;
    margin-bottom: 16px;
    font-size: inherit;
    color: inherit;
    text-decoration: none;
}

.footer-policy:hover {
    color: #fff;
}

.footer-info {
    padding-top: 32px;
    font-size: 16px;
    color: var(--gray);
}

@media only screen and (max-width: 1199px) {
    .footer-info {
        padding-top: 50px;
        text-align: center;
    }
}

.footer-info p {
    margin-bottom: 16px;
}

.grid-desktop_edc {
    padding-bottom: 50px;
}

.grid-desktop_pb {
    padding-bottom: 100px;
}

@media only screen and (max-width: 1023px) {
    .grid-desktop_pb {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 743px) {
    .grid-desktop_pb {
        padding-bottom: 40px;
    }
}

.grid-desktop-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 335px;
    grid-template-columns: 1fr 335px;
    grid-column-gap: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (max-width: 1430px) {
    .grid-desktop-container {
        -ms-grid-columns: 1fr 300px;
        grid-template-columns: 1fr 300px;
    }
}

@media only screen and (max-width: 1199px) {
    .grid-desktop-container {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (max-width: 1023px) {
    .grid-desktop-container {
        display: block;
        padding-left: 0;
        padding-right: 0;
    }
}

.grid-desktop-container .container {
    padding: 0;
}

@media only screen and (max-width: 1023px) {
    .grid-desktop-container .container {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (max-width: 743px) {
    .grid-desktop-container .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.grid-desktop-main {
    min-width: 0;
}

.grid-desktop-main_small {
    max-width: 947px;
}

.grid-desktop-main_pb {
    padding-bottom: 230px;
}

.header {
    position: relative;
}

@media only screen and (max-width: 743px) {
    .header {
        border-bottom: 1px solid rgba(113, 113, 113, 0.3);
    }
}

.header-top {
    padding: 12px 0;
    background-color: var(--bgcolor);
}

@media only screen and (max-width: 1199px) {
    .header-top {
        padding: 15px 0;
    }
}

@media only screen and (max-width: 743px) {
    .header-top {
        padding: 5px 0;
    }
}

.header-top-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 37px;
}

@media only screen and (max-width: 743px) {
    .header-top-wrap {
        gap: 10px;
    }
}

.header-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
}

@media only screen and (max-width: 743px) {
    .header-social {
        gap: 15px;
    }
}

.header-social__item {
    opacity: 0.5;
    -webkit-transition: opacity var(--anim);
    -o-transition: opacity var(--anim);
    transition: opacity var(--anim);
}

@media only screen and (max-width: 743px) {
    .header-social__item img {
        max-height: 20px;
    }
}

.header-social__item:hover {
    opacity: 1;
}

.header-lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    margin-left: auto;
}

@media only screen and (max-width: 743px) {
    .header-lang {
        gap: 15px;
    }
}

.header-lang__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    opacity: 0.5;
    font-size: 18px;
    color: var(--white);
    text-decoration: none;
    -webkit-transition: opacity var(--anim);
    -o-transition: opacity var(--anim);
    transition: opacity var(--anim);
}

@media only screen and (max-width: 743px) {
    .header-lang__item {
        font-size: 12px;
    }

    .header-lang__item img {
        width: 15px;
        height: 10px;
    }
}

.header-lang__item:not(:last-child):before {
    content: "/";
    position: absolute;
    top: 0;
    right: -18px;
    font-size: 18px;
    color: var(--lightwhite);
    opacity: 1;
}

@media only screen and (max-width: 743px) {
    .header-lang__item:not(:last-child):before {
        right: -10px;
        font-size: 12px;
    }
}

.header-lang__item span {
    margin-left: 4px;
}

.header-lang__item.active,
.header-lang__item:hover {
    opacity: 1;
    color: #fff;
}

.header-view {
    position: relative;
    display: inline-block;
    padding-right: 47px;
    font-size: 14px;
    color: var(--lightwhite);
    white-space: nowrap;
    text-decoration: none;
}

@media only screen and (max-width: 1199px) {
    .header-view {
        width: 35px;
        height: 35px;
        margin-left: 13px;
        padding-right: 0;
        font-size: 0;
    }
}

@media only screen and (max-width: 743px) {
    .header-view {
        width: 23px;
        height: 17px;
        margin-left: 0;
    }
}

.header-view:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background-image: url(../images/dist/icons/eye.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media only screen and (max-width: 743px) {
    .header-view:before {
        width: 100%;
        height: 100%;
    }
}

.header-view:hover {
    color: #fff;
}

.header-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 0 15px;
}

@media only screen and (max-width: 1199px) {
    .header-main {
        padding: 10px 0;
    }
}

@media only screen and (max-width: 743px) {
    .header-main {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 15px 0;
    }
}

.header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    font-size: 19px;
    font-weight: 500;
    color: var(--textcolor);
    line-height: 1.2;
    text-decoration: none;
}

.header-logo:hover,
.header-logo:focus {
    color: var(--textcolor);
}

@media only screen and (max-width: 1430px) {
    .header-logo {
        gap: 10px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 743px) {
    .header-logo {
        gap: 5px;
        margin-left: 15px;
        font-size: 12px;
    }
}

.header-logo img {
    max-width: 75px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media only screen and (max-width: 743px) {
    .header-logo img {
        width: 42px;
        height: 42px;
    }
}

.header-logo__desc {
    max-width: 420px;
    color: inherit;
}

.header-logo__desc br {
    display: none;
}

@media only screen and (max-width: 1430px) {
    .header-logo__desc {
        max-width: 220px;
    }
}

@media only screen and (max-width: 743px) {
    .header-logo__desc {
        max-width: 190px;
    }
}

.header-mainmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    margin-right: 15px;
}

@media only screen and (max-width: 1199px) {
    .header-mainmenu {
        gap: 15px;
        margin-right: 0;
    }
}

@media only screen and (max-width: 1023px) {
    .header-mainmenu {
        display: none;
    }
}

.header-mainmenu>li>a {
    padding: 10px 0;
}

@media only screen and (max-width: 1800px) {
    .header-mainmenu>li:last-child ul {
        left: auto;
        right: -15px;
    }
}

.header-mainmenu li {
    position: relative;
}

.header-mainmenu li a {
    position: relative;
    display: block;
    font-size: 16px;
    color: var(--textcolor);
    text-decoration: none;
}

@media only screen and (max-width: 1199px) {
    .header-mainmenu li a {
        font-size: 15px;
    }
}

.header-mainmenu li .submenu>a {
    padding-right: 20px;
}

.header-mainmenu li .submenu:hover>a {
    color: var(--accent);
}

.header-mainmenu li .submenu:hover>a:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.header-mainmenu li ul {
    position: absolute;
    top: 100%;
    left: -20px;
    min-width: 350px;
    padding: 20px;
    z-index: 5;
    -webkit-transition: visibility var(--anim), opacity var(--anim);
    -o-transition: visibility var(--anim), opacity var(--anim);
    transition: visibility var(--anim), opacity var(--anim);
    -webkit-box-shadow: 0px 4px 12px rgba(39, 39, 39, 0.11);
    box-shadow: 0px 4px 12px rgba(39, 39, 39, 0.11);
    border-radius: 6px;
    background: #fff;
}

@media only screen and (max-width: 1199px) {
    .header-mainmenu li ul {
        min-width: 300px;
    }
}

.header-mainmenu li ul li+li {
    margin-top: 16px;
}

.header-mainmenu li ul li a {
    font-size: 15px;
    line-height: 1.6;
    color: var(--gray);
}

.header-mainmenu li ul li a:hover {
    color: var(--accent);
}

.header-nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 11px 15px;
    border-radius: 6px;
    background-color: var(--accent);
}

@media only screen and (max-width: 743px) {
    .header-nav {
        display: none;
    }
}

.header-burger {
    position: relative;
    width: 28px;
    height: 28px;
    padding: 7px 5px;
    cursor: pointer;
}

@media only screen and (max-width: 1199px) {
    .header-burger {
        display: none;
    }
}

.header-burger_tablet {
    display: none;
}

@media only screen and (max-width: 1199px) {
    .header-burger_tablet {
        display: block;
    }
}

.header-burger_mobile {
    display: none;
}

@media only screen and (max-width: 743px) {
    .header-burger_mobile {
        display: block;
    }
}

.header-burger span {
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    -webkit-transition: opacity var(--anim), -webkit-transform var(--anim);
    transition: opacity var(--anim), -webkit-transform var(--anim);
    -o-transition: transform var(--anim), opacity var(--anim);
    transition: transform var(--anim), opacity var(--anim);
    transition: transform var(--anim), opacity var(--anim), -webkit-transform var(--anim);
    background-color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.header-burger span:nth-of-type(2) {
    margin: 5px auto;
}

@media only screen and (max-width: 743px) {
    .header-burger span {
        background: var(--accent);
    }
}

.header-burger.active span:nth-child(2) {
    opacity: 0;
}

.header-burger.active span:nth-child(1) {
    top: 5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header-burger.active span:nth-child(3) {
    top: -5px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header-navmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 15px;
}

@media only screen and (max-width: 1430px) {
    .header-navmenu {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 1199px) {
    .header-navmenu {
        display: none;
    }
}

.header-navmenu li a {
    display: block;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: opacity var(--anim);
    -o-transition: opacity var(--anim);
    transition: opacity var(--anim);
}





.header-search {
    max-width: 198px;
    height: 21px;
}

@media only screen and (max-width: 1199px) {
    .header-search {
        max-width: 100%;
        width: 100%;
        margin-left: 43px;
    }
}

.header-totalnav {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: top var(--anim), visibility var(--anim), opacity var(--anim);
    -o-transition: top var(--anim), visibility var(--anim), opacity var(--anim);
    transition: top var(--anim), visibility var(--anim), opacity var(--anim);
    position: absolute;
    top: 100px;
    left: 0;
    max-width: 482px;
    z-index: 999;
    border-radius: 6px;
    background-color: var(--lightblue);
}

@media only screen and (max-width: 1199px) {
    .header-totalnav {
        display: none;
    }
}

.header-totalnav.is-visible {
    visibility: visible;
    opacity: 1;
    top: 40px;
}

.header-totalnav__header {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 62px 1fr;
    grid-template-columns: 62px 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    overflow: hidden;
    border-radius: 6px 6px 0 0;
    background-color: var(--accent);
}

.header-totalnav__close {
    height: 100%;
    cursor: pointer;
    border-top-left-radius: 6px;
    background-color: var(--yellow);
    background-image: url(../images/dist/icons/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
}

.header-totalnav__search {
    height: 100%;
    padding: 0 24px;
}

.header-totalnav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 44px 48px;
}

.header-totalnav-menu li {
    position: relative;
}

.header-totalnav-menu li a {
    position: relative;
    display: inline-block;
    padding: 12px 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--accent);
    text-decoration: none;
}

.header-totalnav-menu li:hover>a {
    color: var(--accentHover);
}

.header-totalnav-menu li .submenu>a {
    padding-right: 28px;
}

.header-totalnav-menu li .submenu>a:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.header-totalnav-menu li .submenu:hover>a {
    color: var(--accentHover);
}

.header-totalnav-menu ul {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: -28px;
    left: calc(100% + 75px);
    min-width: 482px;
    padding: 40px 48px;
    z-index: 5;
    -webkit-box-shadow: 0px 4px 12px rgba(39, 39, 39, 0.11);
    box-shadow: 0px 4px 12px rgba(39, 39, 39, 0.11);
    border-radius: 6px;
    background: #FFFFFF;
}

.header-totalnav-menu ul li a {
    position: relative;
    display: inline-block;
    padding: 11px 0;
    font-size: 15px;
    line-height: 1.6;
    color: var(--gray);
    text-decoration: none;
}

.header-totalnav-menu ul li a:hover {
    color: var(--accent);
}

.header-totalnav-menu ul ul {
    padding: 40px 48px;
}

.header-totalnav-menu ul ul li a {
    padding: 8px 0;
}

.error-page {
    position: relative;
    padding-bottom: 200px;
    text-align: center;
}

@media only screen and (max-width: 1023px) {
    .error-page {
        padding-bottom: 210px;
    }
}

@media only screen and (max-width: 743px) {
    .error-page {
        padding-bottom: 100px;
    }
}

.error-page__title {
    margin-bottom: 43px;
    font-size: 43px;
    font-weight: 800;
    line-height: 1.1;
}

@media only screen and (max-width: 1023px) {
    .error-page__title {
        margin-bottom: 60px;
        font-size: 32px;
        font-weight: 600;
        line-height: 1;
    }
}

@media only screen and (max-width: 743px) {
    .error-page__title {
        margin-bottom: 46px;
        font-size: 26px;
    }
}

.error-page__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 69px;
    margin-bottom: 62px;
}

@media only screen and (max-width: 1023px) {
    .error-page__btns {
        gap: 24px;
    }
}

@media only screen and (max-width: 743px) {
    .error-page__btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 25px;
    }
}

.error-page__btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    height: 42px;
    padding: 0 24px;
    font-size: 18px;
}

.error-page__main {
    font-weight: 900;
    font-size: 271px;
    line-height: 0.75;
    color: var(--accent);
}

@media only screen and (max-width: 1023px) {
    .error-page__main {
        line-height: 0.62;
    }
}

@media only screen and (max-width: 743px) {
    .error-page__main {
        font-size: 140px;
        line-height: 1;
    }
}

.error-page__bg {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 0;
    left: 0;
    right: 0;
    height: 398px;
    margin: 0 auto;
}

@media only screen and (max-width: 1023px) {
    .error-page__bg {
        height: 285px;
    }
}

@media only screen and (max-width: 743px) {
    .error-page__bg {
        height: 207px;
    }
}

.error-page__bg img {
    max-width: none;
}

.blog-team {
    margin-bottom: 128px;
}

@media only screen and (max-width: 1023px) {
    .blog-team {
        margin-bottom: 64px;
    }
}

@media only screen and (max-width: 743px) {
    .blog-team {
        margin-bottom: 40px;
    }
}

.blog-archive {
    display: none;
}

@media only screen and (max-width: 1023px) {
    .blog-archive {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 20px;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 743px) {
    .blog-archive {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
    }
}

.blog-archive .popular {
    width: 35.74%;
    margin-bottom: 0;
    padding: 20px 30px;
}

@media only screen and (max-width: 743px) {
    .blog-archive .popular {
        width: 100%;
        padding: 20px 15px;
    }
}

.blog-archive .popular__title {
    margin-bottom: 10px;
}

@media only screen and (max-width: 575px) {
    .blog-archive .popular-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.blog-archive .popular__link {
    line-height: 1.8;
}

.blog-archive .calendare-static {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .blog-archive .calendare-static {
        width: 100%;
        max-width: 336px;
    }
}

@media only screen and (max-width: 743px) {
    .blog-archive .calendare-static {
        max-width: 100%;
    }
}

.blog .leader-single__name {
    margin-bottom: 10px;
}

.blog .leader-single__post {
    margin-bottom: 10px;
}

.blog .leader-single__edс {
    margin-bottom: 20px;
}

.blog .leader-single-list li+li {
    margin-top: 10px;
}

.blog-items {
    margin-bottom: 60px;
}

@media only screen and (max-width: 743px) {
    .blog-items {
        margin-bottom: 40px;
    }
}

.blog-items .section-title-inner {
    margin-bottom: 40px;
}

@media only screen and (max-width: 743px) {
    .blog-items .section-title-inner {
        margin-bottom: 20px;
        font-size: 18px;
    }
}

.blog-item {
    padding: 24px 32px;
    border-radius: 6px;
    background: var(--lightblue);
}

@media only screen and (max-width: 743px) {
    .blog-item {
        padding: 20px 15px;
    }
}

.blog-item+.blog-item {
    margin-top: 40px;
}

@media only screen and (max-width: 1023px) {
    .blog-item+.blog-item {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 743px) {
    .blog-item+.blog-item {
        margin-top: 20px;
    }
}

.blog-item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 25px;
}

@media only screen and (max-width: 743px) {
    .blog-item-header {
        gap: 15px;
        margin-bottom: 20px;
    }
}

.blog-item__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 61px;
    height: 61px;
    overflow: hidden;
    border-radius: 50%;
}

.blog-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-item__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
}

@media only screen and (max-width: 743px) {
    .blog-item__date {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 14px;
    }
}

.blog-item__date span {
    position: relative;
    display: block;
}

@media only screen and (max-width: 743px) {
    .blog-item__date span:not(:first-child) {
        margin-top: 5px;
        padding-top: 5px;
        border-top: 1px solid var(--textcolor);
    }
}

.blog-item__date span:not(:first-child):before {
    content: "/";
    position: relative;
    top: -1px;
    margin: 0 11px;
    font-size: 16px;
}

@media only screen and (max-width: 743px) {
    .blog-item__date span:not(:first-child):before {
        display: none;
    }
}

.blog-item__view {
    position: relative;
    margin-left: auto;
    padding-left: 44px;
    font-size: 16px;
    color: var(--accent);
}

@media only screen and (max-width: 743px) {
    .blog-item__view {
        font-size: 14px;
    }
}

.blog-item__view:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 32px;
    height: 32px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../images/dist/icons/eye-2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.blog-item__title {
    display: block;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--textcolor);
    text-decoration: none;
}

@media only screen and (max-width: 743px) {
    .blog-item__title {
        margin-bottom: 15px;
        font-size: 16px;
    }
}

.blog-item__title:hover {
    color: var(--accentHover);
}

.blog-item__desc {
    font-size: 16px;
}

@media only screen and (max-width: 743px) {
    .blog-item__desc {
        font-size: 14px;
    }
}

.blog-item__btn {
    max-width: 149px;
    height: 46px;
    margin-top: 20px;
    font-size: 18px;
}

.calendare {
    padding-bottom: 60px;
}

@media only screen and (max-width: 743px) {
    .calendare {
        padding-bottom: 0;
    }
}

.calendare-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    border-radius: 8px;
    background-color: var(--accent);
}

@media only screen and (max-width: 743px) {
    .calendare-header {
        margin: 0 -15px;
        padding-left: 2px;
        padding-right: 12px;
        border-radius: 0;
    }
}

.calendare-fields {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 30px;
}

@media only screen and (max-width: 743px) {
    .calendare-fields {
        padding-right: 0;
    }
}

.calendare-field {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.calendare-field:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background-image: url(../images/dist/icons/calendare.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media only screen and (max-width: 743px) {
    .calendare-field:after {
        right: 10px;
    }
}

.calendare-field span {
    margin: 0 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--white);
}

@media only screen and (max-width: 743px) {
    .calendare-field span {
        font-size: 14px;
    }
}

.calendare-field input {
    display: block;
    width: 137px;
    height: 42px;
    padding-left: 15px;
    font-size: 18px;
    font-weight: 500;
    color: var(--accent);
    border: none;
    border-radius: 8px;
    background-color: var(--white);
}

@media only screen and (max-width: 743px) {
    .calendare-field input {
        width: 103px;
        height: 36px;
        padding-left: 10px;
        font-size: 14px;
    }
}

.calendare-field__submit {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    padding: 0;
    border: none;
    background: url(../images/dist/icons/search.svg) center no-repeat;
    background-size: contain;
}

.calendare-days {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 110px 20px 110px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 110px 110px;
    grid-gap: 20px;
    padding: 40px 0 10px;
}

@media only screen and (max-width: 1430px) {
    .calendare-days {
        grid-column-gap: 10px;
    }
}

@media only screen and (max-width: 1199px) {
    .calendare-days {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        padding: 30px 0 40px;
    }
}

@media only screen and (max-width: 743px) {
    .calendare-days {
        grid-row-gap: 15px;
    }
}

.calendare-day {
    min-height: 165px;
    padding-bottom: 2px;
}

@media only screen and (max-width: 1199px) {
    .calendare-day {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: auto 1fr 112px;
        grid-template-columns: auto 1fr 112px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 48px;
    }
}

@media only screen and (max-width: 743px) {
    .calendare-day {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media only screen and (max-width: 1199px) {
    .calendare-day_empty {
        display: none;
    }
}

.calendare-day_weekend .calendare-day__num,
.calendare-day_weekend .calendare-day__title {
    color: var(--accent);
}

.calendare-day__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    padding-bottom: 9px;
    border-bottom: 1px solid var(--accent);
}

@media only screen and (max-width: 1199px) {
    .calendare-day__header {
        gap: 0;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding: 10px 15px 6px 0;
        border: none;
        border-right: 1px solid var(--accent);
    }
}

@media only screen and (max-width: 743px) {
    .calendare-day__header {
        padding: 0 0 10px;
        border-right: none;
        border-bottom: 1px solid var(--accent);
    }
}

.calendare-day__num {
    font-size: 32px;
    font-weight: 600;
    line-height: 0.87;
}

.calendare-day__title {
    font-size: 14px;
    line-height: 1;
}

@media only screen and (max-width: 1199px) {
    .calendare-day__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 5px;
    }
}

.calendare-day__title span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
}

.calendare-day__desc {
    padding: 5px 0;
    font-size: 14px;
    line-height: 1.2;
    color: var(--gray);
}

@media only screen and (max-width: 1199px) {
    .calendare-day__desc {
        padding: 15px 20px;
    }
}

@media only screen and (max-width: 743px) {
    .calendare-day__desc {
        padding: 10px 0;
    }
}

.calendare-day__spoiler {
    display: none;
}

.calendare-day__spoiler p {
    margin: 10px 0 0;
}

.calendare-day__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 112px;
    height: 32px;
    margin: 0 auto;
    padding: 0 10px;
    font-size: 14px;
    color: var(--accent);
    white-space: nowrap;
    text-align: center;
    text-decoration: underline;
    border-radius: 6px;
}

.calendare-day__link.active {
    color: var(--white);
    background-color: var(--accent);
}

.calendare-day__link.active:hover {
    color: var(--white);
    text-decoration: underline;
    background-color: var(--accent);
}

@media only screen and (max-width: 1199px) {
    .calendare-day__link {
        margin: 0;
    }
}

@media only screen and (max-width: 743px) {
    .calendare-day__link {
        width: 112px;
        padding: 0 23px;
    }
}

.calendare-day__link:hover {
    color: var(--accentHover);
    text-decoration: none;
}

.calendare-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
}

@media only screen and (max-width: 743px) {
    .calendare-nav {
        gap: 10px;
    }
}

.calendare-nav__btn {
    max-width: 285px;
}

.calendare-nav__btn i {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
}

@media only screen and (max-width: 743px) {
    .calendare-nav__btn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 5px;
        max-width: 140px;
        height: 56px;
        padding: 8px 16px;
        font-size: 14px;
        white-space: normal;
    }
}

.calendare-nav__prev i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.callback-form {
    position: relative;
    max-width: 690px;
}

.callback-form__line {
    position: absolute;
    top: 0;
    left: 16px;
    width: 1px;
    z-index: -1;
    height: calc(100% - var(--formBottomHeight));
    border-left: 1px dotted #D4D6DC;
}

@media only screen and (max-width: 743px) {
    .callback-form__line {
        left: 13px;
    }
}

.callback-form-field {
    position: relative;
    margin-bottom: 40px;
    padding-left: 62px;
}

@media only screen and (max-width: 743px) {
    .callback-form-field {
        margin-bottom: 30px;
        padding-left: 36px;
    }
}

.callback-form-field__num {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    border: 2px solid #D4D6DC;
    border-radius: 50%;
}

@media only screen and (max-width: 743px) {
    .callback-form-field__num {
        top: -3px;
        width: 26px;
        height: 26px;
        padding: 5px;
        font-size: 14px;
    }
}

.callback-form-field__num:before {
    content: "";
    position: absolute;
    top: -12px;
    left: -12px;
    width: 52px;
    height: 52px;
    z-index: -1;
    border-radius: 50%;
    background: var(--white);
}

.callback-form-field__title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    color: var(--darkblue);
}

@media only screen and (max-width: 743px) {
    .callback-form-field__title {
        margin-bottom: 15px;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.2;
    }
}

.callback-form-field__in+.callback-form-field__in {
    margin-top: 20px;
}

.callback-form-field__label {
    margin-bottom: 12px;
    font-size: 14px;
    color: var(--gray);
}

.callback-form-field__label span {
    color: var(--red);
}

.callback-form-field .custom-select {
    height: 51px;
}

.callback-form-field .custom-select-selected {
    border: 1.5px solid var(--accent);
    background: none;
}

.callback-form-field .custom-select-selected:after {
    background-image: url(../images/dist/icons/arrow-down-blue.svg);
}

.callback-form-field input,
.callback-form-field textarea {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1.5px solid var(--accent);
    border-radius: 6px;
}

.callback-form-field input {
    height: 51px;
}

.callback-form-field textarea {
    height: 86px;
}

.callback-form-field__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 743px) {
    .callback-form-field__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 5px;
    }
}

.callback-form-field__btn {
    max-width: 136px;
}

@media only screen and (max-width: 743px) {
    .callback-form-field__btn {
        max-width: 254px;
    }
}

.callback-form-field__accept {
    max-width: 320px;
    margin-left: 20px;
    font-size: 14px;
}

@media only screen and (max-width: 743px) {
    .callback-form-field__accept {
        margin-left: 0;
        padding-top: 15px;
    }
}

.callback-form-field__accept a {
    color: var(--accentHover);
    text-decoration: underline;
}

.callback-form-field__accept a:hover {
    text-decoration: none;
}

.callback-form-file {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}

@media only screen and (max-width: 743px) {
    .callback-form-file {
        display: none;
    }
}

.callback-form-file input[type=file] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}

.callback-form-file__filename {
    position: absolute;
    top: 17px;
    left: 291px;
    max-width: 320px;
    font-size: 14px;
    color: var(--accentHover);
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.callback-form-file__btn {
    max-width: 271px;
    font-size: 18px;
    color: var(--accent);
}

.callback-form-file__btn i {
    width: 16px;
    height: 16px;
}

.callback-form-file__btn:hover svg path {
    stroke: var(--white);
}

.center-desc {
    margin-bottom: 40px;
}

@media only screen and (max-width: 743px) {
    .center-desc {
        margin-bottom: 30px;
    }
}

.center-catalog {
    margin-bottom: 40px;
}

.center-catalog .catalog-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1199px) {
    .center-catalog .catalog-items {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 20px 1fr;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }
}

@media only screen and (max-width: 743px) {
    .center-catalog .catalog-items {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
}

.center-catalog .catalog-item {
    gap: 15px;
    min-height: 120px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px;
}

@media only screen and (max-width: 743px) {
    .center-catalog .catalog-item {
        gap: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 15px;
    }
}

.center-catalog .catalog-item_wide {
    -ms-grid-column-span: 2;
    grid-column: span 2/auto;
}

@media only screen and (max-width: 743px) {
    .center-catalog .catalog-item_wide {
        grid-column: auto;
    }
}

.center-catalog .catalog-item__icon {
    width: 90px;
    height: 90px;
}

.center-catalog .catalog-item__icon img {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1199px) {
    .center-catalog .catalog-item__title br {
        display: none;
    }
}

@media only screen and (max-width: 743px) {
    .center-catalog .catalog-item__title {
        font-size: 18px;
        line-height: 1.2;
    }
}

.center-team {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .center-team {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 743px) {
    .center-team {
        margin-top: 40px;
    }
}

.contacts-main {
    padding-bottom: 60px;
}

@media only screen and (max-width: 743px) {
    .contacts-main {
        padding-bottom: 40px;
    }
}

.contacts-cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 12px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1023px) {
    .contacts-cards {
        grid-row-gap: 27px;
    }
}

@media only screen and (max-width: 743px) {
    .contacts-cards {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        grid-row-gap: 15px;
    }
}

.contacts-card {
    min-height: 176px;
    padding: 39px 28px;
    border-radius: 8px;
    background-color: var(--lightblue);
}

@media only screen and (max-width: 1023px) {
    .contacts-card {
        padding: 30px 20px;
    }
}

@media only screen and (max-width: 743px) {
    .contacts-card {
        padding: 20px;
    }
}

.contacts-card__title {
    margin-bottom: 18px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

@media only screen and (max-width: 743px) {
    .contacts-card__title {
        margin-bottom: 15px;
    }
}

.contacts-card__text {
    font-size: 15px;
}

.contacts-card-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.contacts-card-phone__title {
    margin-right: 6px;
    opacity: 0.5;
    font-size: 14px;
    line-height: 1.2;
}

.contacts-card__link {
    font-size: 15px;
    white-space: nowrap;
    text-decoration: none;
    color: var(--textcolor);
}

.contacts-card__link:hover {
    color: var(--textcolor);
}

.contacts-card-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.contacts-card-social__item {
    width: 24px;
    height: 24px;
    -webkit-transition: opacity var(--anim), -webkit-transform var(--anim);
    transition: opacity var(--anim), -webkit-transform var(--anim);
    -o-transition: transform var(--anim), opacity var(--anim);
    transition: transform var(--anim), opacity var(--anim);
    transition: transform var(--anim), opacity var(--anim), -webkit-transform var(--anim);
    will-change: transform;
}

.contacts-card-social__item:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.contacts-img {
    display: inline-block;
    margin-bottom: 40px;
    overflow: hidden;
    border-radius: 6px;
}

.contacts-info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

@media only screen and (max-width: 743px) {
    .contacts-info {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        grid-row-gap: 30px;
    }
}

.contacts-info-item {
    position: relative;
    padding-left: 42px;
}

.contacts-info-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.contacts-info-item_scheme-icon:before {
    background-image: url(../images/dist/icons/route.svg);
}

.contacts-info-item_parking-icon:before {
    background-image: url(../images/dist/icons/parking.svg);
}

.contacts-info-item__title {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.contacts-info-item__text {
    font-size: 14px;
    line-height: 1.2;
}

.contacts-info-item__link {
    display: inline-block;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: var(--accent);
    border-color: var(--accent);
}

.contacts-info-item__link:hover {
    color: var(--accentHover);
}

.contacts-bank {
    margin-bottom: 108px;
}

@media only screen and (max-width: 1023px) {
    .contacts-bank {
        margin-bottom: 63px;
    }
}

@media only screen and (max-width: 743px) {
    .contacts-bank {
        margin-bottom: 40px;
    }
}

.contacts-bank .section-title-inner {
    margin-bottom: 60px;
}

@media only screen and (max-width: 1023px) {
    .contacts-bank .section-title-inner {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 743px) {
    .contacts-bank .section-title-inner {
        margin-bottom: 20px;
        font-size: 26px;
    }
}

.contacts-bank-list-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 320px 20px 1fr;
    grid-template-columns: 320px 1fr;
    grid-column-gap: 20px;
}

@media only screen and (max-width: 1023px) {
    .contacts-bank-list-item {
        -ms-grid-columns: 248px 1fr;
        grid-template-columns: 248px 1fr;
    }
}

@media only screen and (max-width: 743px) {
    .contacts-bank-list-item {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        grid-row-gap: 15px;
    }
}

.contacts-bank-list-item+.contacts-bank-list-item {
    margin-top: 21px;
}

@media only screen and (max-width: 743px) {
    .contacts-bank-list-item+.contacts-bank-list-item {
        margin-top: 15px;
    }
}

.contacts-bank-list__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.contacts-bank-list__data span {
    display: block;
    font-size: 12px;
    color: var(--gray);
}

.contacts-bank-list__text {
    position: relative;
    display: inline-block;
    font-size: 15px;
}

.contacts-bank-list__text p {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    padding-right: 26px;
}

.contacts-bank-list__copy-btn {
    position: relative;
    display: inline;
    top: -8px;
    height: 18px;
    padding: 0;
    cursor: pointer;
    border: none;
}

.contacts-bank-list__copy-btn:before {
    content: "";
    position: absolute;
    bottom: -2px;
    right: -26px;
    width: 18px;
    height: 18px;
    background-image: url(../images/dist/icons/copy.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.contacts-bank-list__copy-btn.active {
    opacity: 0.5;
}

.contacts-bank-list .copy-tooltip {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -48px;
    right: -48px;
    font-size: 11px;
    padding: 5px 10px;
    white-space: nowrap;
    -webkit-transition: visibility var(--anim), opacity var(--anim);
    -o-transition: visibility var(--anim), opacity var(--anim);
    transition: visibility var(--anim), opacity var(--anim);
    background-color: var(--lightblue);
    border-radius: 8px;
}

.contacts-bank-list .copy-tooltip.show {
    visibility: visible;
    opacity: 1;
}

.contacts-bank-list .copy-tooltip:before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 68%;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-left-width: 6px;
    border-right-width: 6px;
    border-top: 6px solid var(--lightblue);
}

.contacts-phonebook {
    margin-bottom: 73px;
}

@media only screen and (max-width: 1023px) {
    .contacts-phonebook {
        margin-bottom: 63px;
    }
}

@media only screen and (max-width: 743px) {
    .contacts-phonebook {
        margin-bottom: 40px;
    }
}

.contacts-phonebook-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 55px;
}

@media only screen and (max-width: 1023px) {
    .contacts-phonebook-header {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media only screen and (max-width: 743px) {
    .contacts-phonebook-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 20px;
    }
}

.contacts-phonebook-header .section-title-inner {
    margin-bottom: 0;
}

@media only screen and (max-width: 743px) {
    .contacts-phonebook-header .section-title-inner {
        margin-bottom: 15px;
        font-size: 26px;
    }
}

.contacts-phonebook .custom-select {
    max-width: 453px;
    margin-left: 18px;
}

@media only screen and (max-width: 1199px) {
    .contacts-phonebook .custom-select {
        max-width: 337px;
    }
}

@media only screen and (max-width: 743px) {
    .contacts-phonebook .custom-select {
        margin-left: 0;
    }
}

.contacts-phonebook-body {
    display: none;
}

.contacts-phonebook-body.open {
    display: block;
}

.contacts-phonebook-cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 35px;
}

@media only screen and (max-width: 743px) {
    .contacts-phonebook-cards {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        grid-row-gap: 20px;
    }
}

.contacts-phonebook-card__post {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.contacts-phonebook-card__name {
    margin-bottom: 5px;
    font-size: 15px;
    color: var(--accent);
    text-decoration: none;
}

.contacts-phonebook-card__phone {
    font-size: 15px;
    color: var(--textcolor);
    text-decoration: none;
}

.contacts-phonebook-card__phone:hover {
    color: var(--textcolor);
}

.courses-location {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    margin-bottom: 47px;
}

@media only screen and (max-width: 1199px) {
    .courses-location {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 743px) {
    .courses-location {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        grid-row-gap: 20px;
        margin-bottom: 20px;
    }
}

.courses-location-item {
    padding: 25px 35px;
    background-color: var(--lightblue);
}

@media only screen and (max-width: 743px) {
    .courses-location-item {
        padding: 20px 15px;
    }
}

.courses-location-item__title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

@media only screen and (max-width: 743px) {
    .courses-location-item__title {
        margin-bottom: 15px;
    }
}

.courses-location-item__desc {
    font-size: 15px;
}

.courses-location-item__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
}

.courses-location-item__link {
    font-size: 15px;
    text-decoration: none;
    color: var(--textcolor);
}

.courses-location-item__link:hover {
    color: var(--textcolor);
}

.courses-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid var(--lightblue);
    border-radius: 8px;
}

@media only screen and (max-width: 1199px) {
    .courses-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 743px) {
    .courses-item {
        padding: 0;
        gap: 20px;
    }
}

.courses-item__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 330px;
    overflow: hidden;
    border-radius: 6px;
}

.courses-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (max-width: 1199px) {
    .courses-item__img {
        width: auto;
    }
}

.courses-item__title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.courses-item-list li {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 230px 15px 1fr;
    grid-template-columns: 230px 1fr;
    grid-column-gap: 15px;
    font-size: 16px;
}

@media only screen and (max-width: 743px) {
    .courses-item-list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 5px;
    }
}

.courses-item-list li+li {
    margin-top: 10px;
}

@media only screen and (max-width: 743px) {
    .courses-item-list li+li {
        margin-top: 15px;
    }
}

.courses-item-list__title {
    color: var(--gray);
}

@media only screen and (max-width: 743px) {
    .courses-item-list__title {
        width: 170px;
    }
}

@media only screen and (max-width: 743px) {
    .courses-item-list__title_wide {
        width: 100%;
    }
}

.courses-item-list__data_accent {
    font-weight: 600;
}

.dir {
    padding-bottom: 75px;
}

@media only screen and (max-width: 1023px) {
    .dir .page-title {
        margin-bottom: 47px;
    }
}

@media only screen and (max-width: 743px) {
    .dir .page-title {
        margin-bottom: 40px;
    }
}

.dir-video {
    margin-bottom: 40px;
}

@media only screen and (max-width: 1023px) {
    .dir-video {
        margin-bottom: 30px;
    }
}

.dir-desc {
    margin-bottom: 40px;
}

@media only screen and (max-width: 743px) {
    .dir-desc {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 1023px) {
    .dir-desc .section-title-small {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 1023px) {
    .dir-table {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 743px) {
    .dir-table {
        margin-bottom: 40px;
    }
}

.dir-table .table {
    margin-bottom: 40px;
}

.dir-table.last {
    margin-bottom: 0;
}

.docs-item+.docs-item {
    margin-top: 65px;
}

@media only screen and (max-width: 1023px) {
    .docs-item+.docs-item {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 743px) {
    .docs-item+.docs-item {
        margin-top: 30px;
    }
}

.docs-item .section-title-inner {
    margin-bottom: 40px;
}

.docs-item__title {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

@media only screen and (max-width: 743px) {
    .docs-item__title {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 1.2;
    }
}

.docs-item__title.section-title-inner {
    margin-bottom: 40px;
}

.docs-item-list li {
    padding: 24px 0;
    border-bottom: 1px solid var(--lightgray);
}

@media only screen and (max-width: 1023px) {
    .docs-item-list li {
        padding: 15px 0;
    }
}

.docs-item-list li:first-child {
    padding-top: 0;
}

.docs-item-list li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.docs-item-list li a {
    position: relative;
    display: inline-block;
    max-width: 820px;
    padding-left: 44px;
    font-size: 16px;
    color: var(--textcolor);
    text-decoration: none;
}

.docs-item-list li a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url(../images/dist/icons/doc.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.docs-item-list li a:hover {
    color: var(--accent);
}

.edc {
    padding-bottom: 60px;
}

@media only screen and (max-width: 743px) {
    .edc_mob-pb {
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 743px) {
    .edc {
        padding-bottom: 0;
    }
}

.edc .banner-figure-inner {
    margin-bottom: 44px;
}

@media only screen and (max-width: 1023px) {
    .edc .banner-figure-inner {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 1023px) {
    .edc .page-nav {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 743px) {
    .edc .page-nav {
        margin-bottom: 40px;
    }
}

.edc-contacts {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1430px) {
    .edc-contacts {
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
        grid-row-gap: 15px;
    }
}

@media only screen and (max-width: 1023px) {
    .edc-contacts {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 743px) {
    .edc-contacts {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        margin-bottom: 30px;
    }
}

.edc-contacts-item {
    padding: 25px 35px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 8px;
    background-color: rgba(245, 248, 255, 0.95);
}

@media only screen and (max-width: 1430px) {
    .edc-contacts-item {
        -ms-grid-column-span: 2;
        grid-column: span 2/auto;
    }
}

@media only screen and (max-width: 743px) {
    .edc-contacts-item {
        padding: 25px 15px;
    }
}

.edc-contacts-item__post {
    margin-bottom: 10px;
    font-size: 15px;
    color: var(--gray);
}

.edc-contacts-item__name {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.edc-contacts-item__name span {
    display: block;
    font-size: 16px;
    font-weight: 400;
}

.edc-contacts-item__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    color: var(--textcolor);
}

.edc-contacts-item__data span {
    margin-right: 5px;
    color: var(--gray);
}

.edc-contacts-item__data a {
    font-size: inherit;
    color: var(--textcolor);
    text-decoration: none;
}

.edc-contacts-item__data a:hover {
    color: var(--textcolor);
}

.edc-faculty.faculty {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 40px;
}

@media only screen and (max-width: 1023px) {
    .edc-faculty.faculty {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 743px) {
    .edc-faculty.faculty {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        margin-bottom: 40px;
    }
}

.edc-faculty.faculty .faculty-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    text-align: center;
}

@media only screen and (max-width: 1199px) {
    .edc-faculty.faculty .faculty-item {
        -ms-grid-column-span: 2;
        grid-column: span 2/auto;
    }
}

@media only screen and (max-width: 743px) {
    .edc-faculty.faculty .faculty-item {
        text-align: left;
    }
}

.edc-faculty-big.faculty {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 40px;
}

@media only screen and (max-width: 1023px) {
    .edc-faculty-big.faculty {
        grid-gap: 20px;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 743px) {
    .edc-faculty-big.faculty {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        grid-row-gap: 15px;
        margin-bottom: 40px;
    }
}

.edc-faculty-big.faculty .faculty-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
    height: 230px;
    text-align: center;
}

@media only screen and (max-width: 1023px) {
    .edc-faculty-big.faculty .faculty-item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media only screen and (max-width: 743px) {
    .edc-faculty-big.faculty .faculty-item {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        height: auto;
        padding: 15px;
        text-align: left;
    }
}

@media only screen and (max-width: 1023px) {
    .edc-faculty-big.faculty .faculty-item__icon {
        width: 90px;
        height: 90px;
    }
}

@media only screen and (max-width: 743px) {
    .edc-faculty-big.faculty .faculty-item__icon {
        width: 50px;
        height: 50px;
    }
}

.edc-desc {
    margin-bottom: 40px;
}

@media only screen and (max-width: 1023px) {
    .edc-desc {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 743px) {
    .edc-desc {
        margin-bottom: 40px;
    }
}

.edc-table__title {
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.edc-table .table {
    margin-bottom: 40px;
}

.edc-docs {
    margin-bottom: 40px;
}

@media only screen and (max-width: 1023px) {
    .edc-docs {
        margin-bottom: 66px;
    }
}

@media only screen and (max-width: 743px) {
    .edc-docs {
        margin-bottom: 40px;
    }
}

.edc-docs .section-title-inner {
    margin-bottom: 40px;
}

.edc-docs .docs-item+.docs-item {
    margin-top: 40px;
}

@media only screen and (max-width: 743px) {
    .edc-docs .docs-item+.docs-item {
        margin-top: 30px;
    }
}

.edc-location {
    margin-bottom: 40px;
}

.edc-location .section-title-inner {
    margin-bottom: 40px;
}

.edc-location-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    padding: 30px 35px;
    background-color: var(--lightblue);
}

@media only screen and (max-width: 743px) {
    .edc-location-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
        padding: 20px 15px;
    }
}

.edc-location-item+.edc-location-item {
    margin-top: 20px;
}

.edc-location-item__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 65px;
    height: 65px;
}

.edc-location-item__title {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.edc-location-item__desc,
.edc-location-item__link {
    font-size: 15px;
}

.edc-location-item__link {
    color: var(--textcolor);
    text-decoration: none;
}

.edc-location-item__link:hover {
    color: var(--textcolor);
}

.edc-button {
    max-width: 283px;
    margin-top: 40px;
}

@media only screen and (max-width: 743px) {
    .edc-button {
        margin-top: 30px;
    }
}

.edc-catalog {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1199px) {
    .edc-catalog {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 743px) {
    .edc-catalog {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        grid-row-gap: 15px;
        margin-bottom: 40px;
    }
}

.edc-catalog-item {
    position: relative;
    height: 100%;
    text-decoration: none;
    overflow: hidden;
    border-radius: 6px;
}

.edc-catalog-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (max-width: 743px) {
    .edc-catalog-item {
        height: 200px;
    }
}

@media only screen and (max-width: 575px) {
    .edc-catalog-item {
        height: 100px;
    }
}

.edc-catalog-item img {
    -webkit-transition: -webkit-transform var(--anim);
    transition: -webkit-transform var(--anim);
    -o-transition: transform var(--anim);
    transition: transform var(--anim);
    transition: transform var(--anim), -webkit-transform var(--anim);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.edc-catalog-item_big-size .edc-catalog-item__title {
    top: auto;
    bottom: 0;
    font-size: 36px;
}

@media only screen and (max-width: 1199px) {
    .edc-catalog-item_big-size .edc-catalog-item__title {
        padding: 20px;
        font-size: 32px;
    }
}

@media only screen and (max-width: 743px) {
    .edc-catalog-item_big-size .edc-catalog-item__title {
        top: 0;
        bottom: auto;
        font-size: 20px;
        line-height: 1.3;
    }
}

.edc-catalog-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

.edc-catalog-item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    will-change: transform;
}

.edc-catalog-item__title {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--white);
    z-index: 3;
}

@media only screen and (max-width: 1199px) {
    .edc-catalog-item__title {
        padding: 15px;
        font-size: 18px;
        line-height: 1.2;
    }
}

@media only screen and (max-width: 743px) {
    .edc-catalog-item__title {
        padding: 20px;
        font-size: 20px;
        line-height: 1.3;
    }
}

.edc-catalog-item.grid-item-1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row-span: 2;
    grid-row: span 2/auto;
}

@media only screen and (max-width: 743px) {
    .edc-catalog-item.grid-item-1 {
        grid-column: auto;
        grid-row: auto;
    }
}

.edc-catalog-item.grid-item-2 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/5;
}

@media only screen and (max-width: 743px) {
    .edc-catalog-item.grid-item-2 {
        grid-column: auto;
    }
}

.edc-catalog-item.grid-item-3 {
    -ms-grid-column: 3;
    grid-column: 3/3;
}

@media only screen and (max-width: 743px) {
    .edc-catalog-item.grid-item-3 {
        grid-column: auto;
    }
}

.edc-catalog-item.grid-item-4 {
    -ms-grid-column: 4;
    grid-column: 4/4;
}

@media only screen and (max-width: 743px) {
    .edc-catalog-item.grid-item-4 {
        grid-column: auto;
    }
}

.edc-catalog-item.grid-item-5 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
}

@media only screen and (max-width: 743px) {
    .edc-catalog-item.grid-item-5 {
        grid-column: auto;
    }
}

.edc-catalog-item.grid-item-6 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/5;
}

@media only screen and (max-width: 743px) {
    .edc-catalog-item.grid-item-6 {
        grid-column: auto;
    }
}

.edc-team {
    margin-bottom: 40px;
}

@media only screen and (max-width: 1199px) {
    .edc-team {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 743px) {
    .edc-team {
        margin-bottom: 40px;
    }
}

.edc-team-items {
    display: -ms-grid;
    display: grid;
    grid-row-gap: 40px;
}

@media only screen and (max-width: 743px) {
    .edc-team-items {
        grid-row-gap: 20px;
    }
}

.edc-team .section-title-inner {
    margin-bottom: 40px;
}

.edc-content {
    font-size: 16px;
}

.edc-content .section-title-inner {
    margin-bottom: 30px;
}

.edc-content .spoiler {
    margin-bottom: 20px;
}

.edc-content .spoiler-text ul {
    margin-bottom: 0;
}

.edc-content h3 {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
}

.edc-content ul {
    margin-bottom: 30px;
    padding-left: 28px;
    list-style-type: disc;
}

.edc-content ul li {
    margin-bottom: 10px;
}

.edc-info {
    margin-bottom: 40px;
}

@media only screen and (max-width: 1023px) {
    .edc-info {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 743px) {
    .edc-info {
        margin-bottom: 40px;
    }
}

.edc-info__header {
    margin-bottom: 50px;
}

@media only screen and (max-width: 1023px) {
    .edc-info__header {
        margin-bottom: 40px;
    }
}

.edc-info__title {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .edc-info__title {
        font-size: 32px;
    }
}

@media only screen and (max-width: 743px) {
    .edc-info__title {
        font-size: 20px;
    }
}

.edc-info__subtitle {
    margin-top: 9px;
    font-size: 16px;
}

@media only screen and (max-width: 1023px) {
    .edc-info__subtitle {
        margin-top: 17px;
    }
}

.edc-info-items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(280px, 36%) 90px 1fr;
    grid-template-columns: minmax(280px, 36%) 1fr;
    grid-column-gap: 90px;
    grid-row-gap: 30px;
}

@media only screen and (max-width: 1199px) {
    .edc-info-items {
        -ms-grid-columns: minmax(295px, 36%) 20px 1fr;
        grid-template-columns: minmax(295px, 36%) 1fr;
        grid-column-gap: 20px;
    }
}

@media only screen and (max-width: 1023px) {
    .edc-info-items {
        -ms-grid-columns: minmax(335px, 45%) 1fr;
        grid-template-columns: minmax(335px, 45%) 1fr;
    }
}

@media only screen and (max-width: 743px) {
    .edc-info-items {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        grid-row-gap: 20px;
    }
}

.edc-info-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 66px 25px 1fr;
    grid-template-columns: 66px 1fr;
    grid-column-gap: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: var(--textcolor);
}

.edc-info-item:hover {
    color: var(--accentHover);
}

@media only screen and (max-width: 1199px) {
    .edc-info-item {
        grid-column-gap: 15px;
    }
}

@media only screen and (max-width: 743px) {
    .edc-info-item {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        grid-row-gap: 15px;
        max-width: 420px;
    }
}

.edc-info-item__img {
    width: 66px;
    height: 66px;
    overflow: hidden;
    border-radius: 50%;
}

.edc-info-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.edc-info-item__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
}

@media only screen and (max-width: 1199px) {
    .edc-info-item__title {
        font-size: 18px;
        line-height: 1.2;
    }
}

.edc-video {
    margin-bottom: 40px;
}

@media only screen and (max-width: 1023px) {
    .edc-video {
        margin-bottom: 26px;
    }
}

@media only screen and (max-width: 743px) {
    .edc-video {
        margin-bottom: 20px;
    }
}

.edc-gallery {
    margin-bottom: 40px;
}

@media only screen and (max-width: 1023px) {
    .edc-gallery {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 743px) {
    .edc-gallery {
        margin-bottom: 40px;
    }
}

.faq-main {
    margin-bottom: 119px;
}

@media only screen and (max-width: 1023px) {
    .faq-main {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 743px) {
    .faq-main {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 743px) {
    .faq .accordion__content {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1023px) {
    .faq-callback .page-title {
        font-size: 26px;
    }
}

@media only screen and (max-width: 743px) {
    .faq-callback .page-title {
        font-size: 20px;
    }
}

.gallery .page-title {
    margin-bottom: 50px;
}

@media only screen and (max-width: 1023px) {
    .gallery .page-title {
        margin-bottom: 56px;
    }
}

@media only screen and (max-width: 743px) {
    .gallery .page-title {
        margin-bottom: 25px;
    }
}

.gallery-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 39px;
}

@media only screen and (max-width: 1023px) {
    .gallery-header {
        margin-bottom: 45px;
    }
}

@media only screen and (max-width: 743px) {
    .gallery-header {
        margin-bottom: 35px;
    }
}

.gallery__date,
.gallery__count {
    position: relative;
    padding-left: 35px;
    color: var(--accent);
}

.gallery__date:before,
.gallery__count:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.gallery__date {
    font-size: 14px;
}

.gallery__date:before {
    background-image: url(../images/dist/icons/clock.svg);
}

.gallery__count {
    font-size: 16px;
}

.gallery__count:before {
    background-image: url(../images/dist/icons/camera-blue.svg);
}

.gallery-items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1199px) {
    .gallery-items {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 1023px) {
    .gallery-items {
        -ms-grid-columns: 1fr 26px 1fr 26px 1fr;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 26px;
    }
}

@media only screen and (max-width: 743px) {
    .gallery-items {
        grid-gap: 10px;
    }
}

@media only screen and (max-width: 575px) {
    .gallery-items {
        -ms-grid-columns: 1fr 10px 1fr;
        grid-template-columns: repeat(2, 1fr);
    }
}

.gallery-item {
    height: 260px;
    overflow: hidden;
    border-radius: 8px;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (max-width: 1023px) {
    .gallery-item {
        height: auto;
        min-height: 172px;
    }
}

@media only screen and (max-width: 743px) {
    .gallery-item {
        min-height: 134px;
    }
}

.gallery-item img {
    -webkit-transition: -webkit-transform var(--anim);
    transition: -webkit-transform var(--anim);
    -o-transition: transform var(--anim);
    transition: transform var(--anim);
    transition: transform var(--anim), -webkit-transform var(--anim);
}

.gallery-item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery-source {
    margin-top: 40px;
    font-size: 16px;
    color: var(--accent);
}

@media only screen and (max-width: 1023px) {
    .gallery-source {
        margin-top: 26px;
    }
}

@media only screen and (max-width: 743px) {
    .gallery-source {
        margin-top: 10px;
        font-size: 14px;
    }
}

.gallery-source a {
    font-size: inherit;
    color: inherit;
    text-decoration: underline;
}

.gallery-source a:hover {
    color: var(--accentHover);
    text-decoration: none;
}

.hostel .banner-figure {
    margin-bottom: 70px;
}

.hostel .page-nav {
    margin-bottom: 46px;
}

@media only screen and (max-width: 1023px) {
    .hostel .page-nav {
        margin-bottom: 30px;
    }
}

.hostel-content {
    margin-bottom: 120px;
}

.hostel-content .section-title-inner {
    margin-bottom: 40px;
}

@media only screen and (max-width: 743px) {
    .hostel-content .section-title-inner {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1023px) {
    .hostel-content {
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 743px) {
    .hostel-content {
        margin-bottom: 26px;
    }
}

.hostel-gallery {
    margin-bottom: 100px;
}

@media only screen and (max-width: 1023px) {
    .hostel-gallery {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 743px) {
    .hostel-gallery {
        margin-bottom: 30px;
    }
}

.hostel-gallery__main {
    margin-bottom: 60px;
    overflow: hidden;
    border-radius: 6px;
}

@media only screen and (max-width: 1199px) {
    .hostel-gallery__main {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 743px) {
    .hostel-gallery__main {
        margin-bottom: 17px;
    }
}

.hostel-team {
    margin-bottom: 100px;
}

@media only screen and (max-width: 1023px) {
    .hostel-team {
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 743px) {
    .hostel-team {
        margin-bottom: 30px;
    }
}

.hostel-team .section-title-inner {
    margin-bottom: 40px;
}

@media only screen and (max-width: 743px) {
    .hostel-team .section-title-inner {
        margin-bottom: 20px;
    }
}

.hostel-team-items {
    display: -ms-grid;
    display: grid;
    grid-row-gap: 40px;
}

@media only screen and (max-width: 743px) {
    .hostel-team-items {
        grid-gap: 20px;
    }
}

.hostel-team-items .leader-item-list li {
    -ms-grid-columns: minmax(120px, 127px) 40px 1fr;
    grid-template-columns: minmax(120px, 127px) 1fr;
    grid-column-gap: 40px;
}

@media only screen and (max-width: 743px) {
    .hostel-team-items .leader-item-list li {
        grid-column-gap: 5px;
    }
}

.hostel-team-desc {
    display: -ms-grid;
    display: grid;
    grid-row-gap: 40px;
    margin-top: 40px;
}

@media only screen and (max-width: 743px) {
    .hostel-team-desc {
        grid-row-gap: 20px;
        margin-top: 20px;
    }
}

.hostel-team-desc__item {
    font-size: 16px;
}

.hostel-team-desc__item ul {
    padding-left: 28px;
    list-style-type: disc;
}

.hostel-team-desc__item ul li+li {
    margin-top: 10px;
}

.hostel-team-desc__title {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.hostel-docs .section-title-inner {
    margin-bottom: 40px;
}

@media only screen and (max-width: 743px) {
    .hostel-docs .section-title-inner {
        margin-bottom: 30px;
    }
}

.hostel-docs .docs-item+.docs-item {
    margin-top: 40px;
}

@media only screen and (max-width: 743px) {
    .info {
        padding-bottom: 40px;
    }
}

.info-header {
    padding-bottom: 60px;
}

@media only screen and (max-width: 743px) {
    .info-header {
        padding-bottom: 40px;
    }
}

.info-header-item+.info-header-item {
    margin-top: 30px;
}

@media only screen and (max-width: 743px) {
    .info-header-item+.info-header-item {
        margin-top: 15px;
    }
}

.info-header-item__toptitle {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
    color: var(--gray);
}

.info-header-item__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

@media only screen and (max-width: 1023px) {
    .info-header-item__title {
        font-size: 18px;
        line-height: 1.2;
    }
}

.info-content h2 {
    margin-bottom: 24px;
}

@media only screen and (max-width: 1023px) {
    .info-content h2 {
        margin-bottom: 20px;
    }
}

.info-content img {
    margin: 66px 0;
}

@media only screen and (max-width: 1023px) {
    .info-content img {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 743px) {
    .info-content img {
        margin: 40px 0 0;
    }
}

.journal-items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 40px;
}

@media only screen and (max-width: 1199px) {
    .journal-items {
        -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 25px;
    }
}

@media only screen and (max-width: 743px) {
    .journal-items {
        -ms-grid-columns: 1fr 20px 1fr;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .journal-items {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
}

.journal-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.journal-item__img {
    margin-bottom: 14px;
    overflow: hidden;
    border-radius: 6px;
}

.journal-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.journal-item__title {
    padding-right: 20px;
    font-size: 16px;
    font-weight: 600;
}

@media only screen and (max-width: 743px) {
    .journal-item__title span {
        display: none;
    }
}

.journal-item__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    padding-top: 10px;
}

.journal-item__link {
    position: relative;
    margin-right: 9px;
    padding-left: 29px;
    font-size: 14px;
    color: var(--blue);
    text-decoration: none;
}

.journal-item__link:hover {
    color: var(--accent);
}

.journal-item__link:before {
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    width: 20px;
    height: 24px;
    background-image: url(../images/dist/icons/file-download.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.journal-item__fileinfo {
    font-size: 14px;
}

.leader {
    padding-bottom: 60px;
}

@media only screen and (max-width: 743px) {
    .leader {
        padding-bottom: 40px;
    }
}

.leader-main {
    display: -ms-grid;
    display: grid;
    grid-row-gap: 40px;
    margin-bottom: 40px;
}

.leader-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 250px 40px 1fr;
    grid-template-columns: 250px 1fr;
    grid-column-gap: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px;
    background: var(--bggray);
}

@media only screen and (max-width: 1199px) {
    .leader-item {
        grid-column-gap: 20px;
    }
}

@media only screen and (max-width: 743px) {
    .leader-item {
        -ms-grid-columns: 200px 1fr;
        grid-template-columns: 200px 1fr;
    }
}

@media only screen and (max-width: 575px) {
    .leader-item {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
}

.leader-item__img {
    height: 100%;
    overflow: hidden;
    border-radius: 6px 0px 0px 6px;
}

.leader-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 500px;
    max-width: 100%;
}

.leader-item__img picture {
    height: 100%;
}

@media only screen and (max-width: 575px) {
    .leader-item__img {
        margin-bottom: 20px;
        border-radius: 6px 6px 0 0;
    }
}

.leader-item-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    padding: 15px 0;
}

@media only screen and (max-width: 575px) {
    .leader-item-body {
        padding: 20px 10px;
    }
}

.leader-item__name {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
    color: var(--textcolor);
}

@media only screen and (max-width: 743px) {
    .leader-item__name {
        font-size: 18px;
        line-height: 1.2;
    }
}

.leader-item a.leader-item__name:hover {
    color: var(--accent);
}

.leader-item__post {
    display: inline-block;
    margin-bottom: 14px;
    padding: 8px;
    font-size: 14px;
    color: var(--accent);
    border-radius: 6px;
    background-color: var(--ligth);
}

.leader-item__edс {
    margin-bottom: 20px;
    font-size: 14px;
    color: var(--accent);
}

.leader-item__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    width: 100%;
}

@media only screen and (max-width: 1430px) {
    .leader-item__row {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
}

@media only screen and (max-width: 1430px) {
    .leader-item-list+.leader-item-list {
        margin-top: 15px;
    }
}

.leader-item-list li {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 110px 10px 1fr;
    grid-template-columns: 110px 1fr;
    grid-column-gap: 10px;
    max-width: 620px;
    font-size: 14px;
    color: var(--textcolor);
}

@media only screen and (max-width: 743px) {
    .leader-item-list li.leader-item-list_mob-column {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        grid-row-gap: 5px;
    }
}

@media only screen and (max-width: 743px) {
    .leader-item-list li {
        -ms-grid-columns: minmax(50px, 110px) 1fr;
        grid-template-columns: minmax(50px, 110px) 1fr;
    }
}

.leader-item-list li a {
    font-size: inherit;
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

.leader-item-list li+li {
    margin-top: 15px;
}

.leader-item-list__title {
    opacity: 0.5;
}

.leader-item-list__link:hover {
    color: var(--textcolor);
}

.leader-single .page-title {
    -ms-grid-column-span: 3;
    grid-column: span 3/auto;
}

@media only screen and (max-width: 1023px) {
    .leader-single .page-title {
        max-width: 450px;
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 743px) {
    .leader-single .page-title {
        -ms-grid-column-span: 1;
        grid-column: span 1/auto;
        -ms-grid-row: 2;
        grid-row-start: 2;
        max-width: 320px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 575px) {
    .leader-single .page-title {
        font-size: 20px;
        line-height: 1.3;
    }
}

.leader-single-header {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 410px 63px 1fr;
    grid-template-columns: 410px 1fr;
    grid-column-gap: 63px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 58px;
}

@media only screen and (max-width: 1199px) {
    .leader-single-header {
        -ms-grid-columns: 320px 20px 1fr;
        grid-template-columns: 320px 1fr;
        grid-column-gap: 20px;
    }
}

@media only screen and (max-width: 1023px) {
    .leader-single-header {
        -ms-grid-columns: 248px 1fr;
        grid-template-columns: 248px 1fr;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media only screen and (max-width: 743px) {
    .leader-single-header {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        margin-bottom: 40px;
    }
}

.leader-single__img {
    overflow: hidden;
    border-radius: 6px;
}

.leader-single__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (max-width: 743px) {
    .leader-single__img {
        margin-bottom: 20px;
    }
}

.leader-single-body a.leader-single__name:hover {
    color: var(--accent);
}

.leader-single__name {
    display: block;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--textcolor);
    text-decoration: none;
}

.leader-single__post {
    display: inline-block;
    margin-bottom: 15px;
    padding: 8px;
    font-size: 14px;
    color: var(--accent);
    border-radius: 6px;
    background-color: var(--ligth);
}

.leader-single__edс {
    margin-bottom: 15px;
    font-size: 16px;
    color: var(--accent);
}

.leader-single-list li {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 110px 16px 1fr;
    grid-template-columns: 110px 1fr;
    grid-column-gap: 16px;
    font-size: 14px;
    color: var(--textcolor);
}

.leader-single-list li+li {
    margin-top: 15px;
}

.leader-single-list li a {
    font-size: inherit;
    color: var(--accent);
    text-decoration: none;
    white-space: nowrap;
}

.leader-single-list__data {
    color: var(--accent);
}

.leader-single-list__link:hover {
    color: var(--accentHover);
}

.leader-single-content {
    font-size: 16px;
}

.leader-single-content h2 {
    margin-bottom: 24px;
}

@media only screen and (max-width: 743px) {
    .logos .page-title {
        margin-bottom: 40px;
    }
}

.logos-items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 40px;
}

@media only screen and (max-width: 1199px) {
    .logos-items {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 743px) {
    .logos-items {
        grid-row-gap: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .logos-items {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
}

.logos-item {
    text-align: center;
    text-decoration: none;
}

.logos-item:hover .logos-item__title {
    color: var(--accent);
}

.logos-item__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 170px;
}

.logos-item__title {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--textcolor);
    -webkit-transition: color var(--anim);
    -o-transition: color var(--anim);
    transition: color var(--anim);
}

.logos-item__desc {
    margin-top: 10px;
    font-size: 14px;
    color: var(--gray);
}

.media-items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 40px;
}

@media only screen and (max-width: 1023px) {
    .media-items {
        grid-row-gap: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .media-items {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
}

.media-item {
    text-decoration: none;
}

.media-item:hover .media-item__img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.media-item:hover .media-item__title {
    color: var(--accentHover);
}

@media only screen and (max-width: 743px) {
    .media-item_video .media-item__img {
        min-height: 164px;
    }
}

.media-item_video .media-item__img:after {
    bottom: 20px;
    right: 15px;
    width: 14px;
    height: 10px;
    z-index: 3;
    background-image: url(../images/dist/icons/video.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.media-item__img {
    position: relative;
    height: 240px;
    overflow: hidden;
    border-radius: 8px;
}

.media-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.media-item__img img {
    -webkit-transition: -webkit-transform var(--anim);
    transition: -webkit-transform var(--anim);
    -o-transition: transform var(--anim);
    transition: transform var(--anim);
    transition: transform var(--anim), -webkit-transform var(--anim);
}

@media only screen and (max-width: 1430px) {
    .media-item__img img {
        min-height: 164px;
    }
}

@media only screen and (max-width: 575px) {
    .media-item__img img {
        min-height: 146px;
    }
}

@media only screen and (max-width: 1430px) {
    .media-item__img {
        height: auto;
        min-height: 164px;
    }
}

@media only screen and (max-width: 575px) {
    .media-item__img {
        min-height: 146px;
    }
}

.media-item__img:before,
.media-item__img:after {
    content: "";
    position: absolute;
}

.media-item__img:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

.media-item__date {
    position: absolute;
    bottom: 17px;
    left: 15px;
    font-size: 14px;
    color: var(--white);
    z-index: 3;
}

.media-item__play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    z-index: 3;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(../images/dist/icons/play-2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.media-item__count {
    position: absolute;
    bottom: 15px;
    right: 15px;
    padding-left: 20px;
    font-size: 16px;
    color: var(--white);
    z-index: 3;
}

.media-item__count:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    z-index: 3;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../images/dist/icons/camera.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.media-item__title {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 600;
    color: var(--textcolor);
    -webkit-transition: color var(--anim);
    -o-transition: color var(--anim);
    transition: color var(--anim);
}

@media only screen and (max-width: 1023px) {
    .news-page .page-nav {
        margin-bottom: 40px;
    }
}

.news-page-items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 40px;
}

@media only screen and (max-width: 575px) {
    .news-page-items {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        grid-row-gap: 20px;
    }
}

.news-page .news-item {
    max-width: none;
}

@media only screen and (max-width: 743px) {
    .news-page .news-item {
        padding-bottom: 0;
    }
}

.news-page .news-item__img {
    height: 244px;
}

@media only screen and (max-width: 743px) {
    .news-page .news-item__img {
        height: auto;
    }
}

@media only screen and (max-width: 743px) {
    .news-page .news-item__img img {
        min-height: 140px;
    }
}

.news-page .news-item__title {
    min-height: 60px;
}

@media only screen and (max-width: 743px) {
    .news-single .page-title {
        margin-bottom: 40px;
    }
}

.news-single__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 123px;
    height: 34px;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1;
    color: var(--accent);
    border-radius: 10px;
    background-color: var(--ligth);
}

@media only screen and (max-width: 743px) {
    .news-single__date {
        margin-bottom: 20px;
    }
}

.news-single__pict {
    margin-bottom: 30px;
}

@media only screen and (max-width: 743px) {
    .news-single__pict {
        margin-bottom: 20px;
    }
}

.news-single-content__title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.online {
    padding-bottom: 60px;
}

@media only screen and (max-width: 743px) {
    .online {
        padding-bottom: 40px;
    }
}

.online-desc {
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

@media only screen and (max-width: 743px) {
    .online-desc {
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 1.4;
    }
}

.online-items {
    display: -ms-grid;
    display: grid;
    grid-row-gap: 40px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1023px) {
    .online-items {
        grid-row-gap: 30px;
    }
}

.online-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 217px 30px 1fr;
    grid-template-columns: 217px 1fr;
    grid-column-gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    border-radius: 8px;
    background-color: var(--lightblue);
}

@media only screen and (max-width: 743px) {
    .online-item {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        grid-row-gap: 20px;
        padding: 15px;
    }
}

.online-item__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    overflow: hidden;
    border-radius: 6px;
}

.online-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.online-item__title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

@media only screen and (max-width: 743px) {
    .online-item__title {
        margin-bottom: 10px;
    }
}

.online-item__desc {
    font-size: 15px;
}

@media only screen and (max-width: 743px) {
    .online-item__desc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.online-item__desc a {
    font-size: inherit;
    color: var(--textcolor);
    text-decoration: none;
}

.online-item__desc a:hover {
    color: var(--textcolor);
}

.online-item__desc+.online-item__desc {
    margin-top: 20px;
}

.online-contacts {
    margin-bottom: 60px;
}

@media only screen and (max-width: 743px) {
    .online-contacts {
        margin-bottom: 40px;
    }
}

.online-contacts-item {
    padding: 10px 10px 10px 40px;
}

.online-contacts-item+.online-contacts-item {
    margin-top: 20px;
}

.online-contacts-item__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.online-contacts-item__desc {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.online-docs .section-title-inner {
    margin-bottom: 40px;
}

.online-docs .docs-item+.docs-item {
    margin-top: 40px;
}

.partners {
    margin-bottom: 60px;
}

@media only screen and (max-width: 743px) {
    .partners {
        margin-bottom: 40px;
    }
}

.partners-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 40px;
}

@media only screen and (max-width: 1199px) {
    .partners-grid {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 743px) {
    .partners-grid {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        grid-row-gap: 20px;
    }
}

.partners-item {
    min-height: 318px;
    text-decoration: none;
}

@media only screen and (max-width: 743px) {
    .partners-item {
        min-height: auto;
    }
}

.partners-item:hover .partners-item__img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.partners-item:hover .partners-item__title {
    color: var(--accentHover);
}

.partners-item__img {
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 8px;
}

.partners-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.partners-item__img img {
    -webkit-transition: -webkit-transform var(--anim);
    transition: -webkit-transform var(--anim);
    -o-transition: transform var(--anim);
    transition: transform var(--anim);
    transition: transform var(--anim), -webkit-transform var(--anim);
}

@media only screen and (max-width: 743px) {
    .partners-item__img img {
        min-height: 230px;
    }
}

.partners-item__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    color: var(--textcolor);
    -webkit-transition: color var(--anim);
    -o-transition: color var(--anim);
    transition: color var(--anim);
}

.practice {
    margin-bottom: 60px;
}

@media only screen and (max-width: 743px) {
    .practice {
        margin-bottom: 40px;
    }
}

.practice-team {
    margin-bottom: 40px;
}

@media only screen and (max-width: 1023px) {
    .practice-team {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 743px) {
    .practice-team {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 1023px) {
    .practice .advantage {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 743px) {
    .practice .advantage {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 1199px) {
    .practice .advantage .section-title-inner {
        font-size: 32px;
    }
}

@media only screen and (max-width: 1023px) {
    .practice .advantage .section-title-inner {
        font-size: 26px;
    }
}

@media only screen and (max-width: 743px) {
    .practice .advantage .section-title-inner {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 1.2;
    }
}

@media only screen and (max-width: 1199px) {
    .practice .advantage-items {
        -ms-grid-columns: 1fr 20px 1fr;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 743px) {
    .practice .advantage-items {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        grid-row-gap: 10px;
    }
}

.practice-desc {
    margin-bottom: 40px;
}

.practice-desc .section-title-inner {
    margin-bottom: 30px;
}

@media only screen and (max-width: 743px) {
    .practice-desc .section-title-inner {
        margin-bottom: 20px;
    }
}

.practice-desc__banner {
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 6px;
}

@media only screen and (max-width: 743px) {
    .practice-desc__banner {
        margin-bottom: 20px;
    }
}

.practice-desc-content {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

@media only screen and (max-width: 743px) {
    .practice-desc-content {
        font-size: 14px;
    }
}

.practice-desc-content h3 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

@media only screen and (max-width: 743px) {
    .practice-desc-content h3 {
        margin-bottom: 15px;
        font-size: 16px;
    }
}

.practice-desc-content ul,
.practice-desc-content ol {
    margin-bottom: 30px;
}

@media only screen and (max-width: 743px) {

    .practice-desc-content ul,
    .practice-desc-content ol {
        margin-bottom: 20px;
    }
}

.practice-desc-content ul li+li,
.practice-desc-content ol li+li {
    margin-top: 10px;
}

.practice-desc-content ul li strong,
.practice-desc-content ol li strong {
    font-size: 20px;
    line-height: 1.3;
}

@media only screen and (max-width: 743px) {

    .practice-desc-content ul li strong,
    .practice-desc-content ol li strong {
        font-size: 16px;
        line-height: 1.4;
    }
}

.practice-desc-content ol {
    padding-left: 22px;
}

.practice-gallery {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    margin-top: 40px;
}

@media only screen and (max-width: 743px) {
    .practice-gallery {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
}

.practice-gallery__item {
    overflow: hidden;
    border-radius: 8px;
}

.practice-gallery__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (max-width: 1023px) {
    .practice-gallery__item {
        height: 260px;
    }
}

@media only screen and (max-width: 743px) {
    .practice-gallery__item {
        height: auto;
    }
}

.search-page-field {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
}

@media only screen and (max-width: 1023px) {
    .search-page-field {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 743px) {
    .search-page-field {
        margin-bottom: 30px;
    }
}

.search-page-field input {
    display: block;
    width: calc(100% - 150px);
    height: 54px;
    padding: 0 20px;
    padding-right: 25px;
    font-size: 18px;
    font-weight: 500;
    color: var(--gray);
    border: 2px solid var(--accent);
    border-radius: 8px;
}

@media only screen and (max-width: 743px) {
    .search-page-field input {
        width: calc(100% - 84px);
        height: 46px;
    }
}

.search-page-field__btn {
    position: absolute;
    right: 0;
    max-width: 177px;
    font-size: 18px;
}

.search-page-field__btn span {
    display: none;
}

@media only screen and (max-width: 743px) {
    .search-page-field__btn {
        max-width: 104px;
        height: 46px;
        font-size: 0;
    }

    .search-page-field__btn span {
        display: block;
        font-size: 18px;
    }
}

.search-page-item+.search-page-item {
    margin-top: 50px;
}

@media only screen and (max-width: 743px) {
    .search-page-item+.search-page-item {
        margin-top: 30px;
    }
}

.search-page-item__title {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
    color: var(--textcolor);
}

@media only screen and (max-width: 743px) {
    .search-page-item__title {
        margin-bottom: 15px;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.2;
    }
}

.search-page-item__title:hover {
    color: var(--accentHover);
}

.search-page-item__desc {
    font-size: 16px;
}

@media only screen and (max-width: 743px) {
    .search-page-item__desc {
        font-size: 14px;
    }
}

.search-page-item__breadcrumbs {
    margin-top: 20px;
}

@media only screen and (max-width: 743px) {
    .search-page-item__breadcrumbs {
        margin-top: 15px;
    }
}

.search-page-item__breadcrumbs span {
    font-size: 16px;
}

@media only screen and (max-width: 743px) {
    .search-page-item__breadcrumbs span {
        font-size: 14px;
    }
}

.search-page-item__breadcrumbs a {
    position: relative;
    margin-right: 10px;
    font-size: inherit;
    color: var(--accent);
    text-decoration: none;
}

@media only screen and (max-width: 743px) {
    .search-page-item__breadcrumbs a {
        margin-right: 12px;
        font-size: 14px;
    }
}

.search-page-item__breadcrumbs a:hover {
    color: var(--accentHover);
}

.search-page-item__breadcrumbs a:not(:first-of-type):before {
    content: "/";
    position: absolute;
    top: -1px;
    left: -12px;
    font-size: 16px;
    color: var(--accent);
}

@media only screen and (max-width: 743px) {
    .search-page-item__breadcrumbs a:not(:first-of-type):before {
        left: -10px;
        font-size: 14px;
    }
}

.spec {
    padding-bottom: 40px;
}

@media only screen and (max-width: 743px) {
    .spec .custom-select-page {
        margin-bottom: 40px;
    }
}

.spec-desc {
    margin-bottom: 35px;
}

.spec-desc__title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

@media only screen and (max-width: 743px) {
    .spec-desc__title {
        margin-bottom: 15px;
    }
}

.spec-catalog__title {
    margin-bottom: 35px;
}

@media only screen and (max-width: 743px) {
    .spec-catalog__title {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1023px) {
    .spec-catalog .catalog-items {
        grid-gap: 20px;
    }
}

@media only screen and (max-width: 743px) {
    .spec-catalog .catalog-items {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
}

@media only screen and (max-width: 743px) {
    .spec-catalog .catalog-item {
        min-height: 100px;
        padding-right: 5px;
    }
}

.symbol-desc {
    margin-bottom: 65px;
}

@media only screen and (max-width: 1023px) {
    .symbol-desc {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 743px) {
    .symbol-desc {
        margin-bottom: 40px;
    }
}

.symbol-flag {
    margin-bottom: 95px;
}

@media only screen and (max-width: 1023px) {
    .symbol-flag {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 743px) {
    .symbol-flag {
        margin-bottom: 40px;
    }
}

.symbol-flag .section-title-inner {
    margin-bottom: 40px;
}

@media only screen and (max-width: 1023px) {
    .symbol-flag .section-title-inner {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 743px) {
    .symbol-flag .section-title-inner {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.2;
    }
}

.symbol-flag-content {
    margin-bottom: 65px;
}

@media only screen and (max-width: 1023px) {
    .symbol-flag-content {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 743px) {
    .symbol-flag-content {
        margin-bottom: 40px;
    }
}

.symbol-flag__desc {
    margin-bottom: 40px;
    font-size: 16px;
}

@media only screen and (max-width: 1023px) {
    .symbol-flag__desc {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 743px) {
    .symbol-flag__desc {
        margin-bottom: 35px;
    }
}

.symbol-flag-main {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 335px 20px 1fr;
    grid-template-columns: 335px 1fr;
    grid-column-gap: 20px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1023px) {
    .symbol-flag-main {
        -ms-grid-columns: 248px 1fr;
        grid-template-columns: 248px 1fr;
    }
}

@media only screen and (max-width: 743px) {
    .symbol-flag-main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        grid-column-gap: 0;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 1023px) {
    .symbol-flag-main_last .symbol-flag-main__item {
        font-size: 16px;
    }
}

@media only screen and (max-width: 743px) {
    .symbol-flag-main_last .symbol-flag-main__img {
        padding: 27px 45px;
    }

    .symbol-flag-main_last .symbol-flag-main__body {
        padding-top: 25px;
    }
}

.symbol-flag-main__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/4;
    margin: 0 auto;
    width: 100%;
    min-height: 256px;
    padding: 27px 16px;
    border-radius: 6px;
    background-color: var(--lightblue);
}

@media only screen and (max-width: 1023px) {
    .symbol-flag-main__img {
        padding: 24px 17px;
    }
}

@media only screen and (max-width: 743px) {
    .symbol-flag-main__img {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 290px;
        min-height: auto;
        padding: 25px 20px;
    }
}

.symbol-flag-main__title {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

@media only screen and (max-width: 743px) {
    .symbol-flag-main__title {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 15px;
        padding-left: 10px;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.4;
    }
}

.symbol-flag-main__body {
    position: absolute;
    right: 0;
    height: 100%;
    width: calc(100% - 355px);
}

@media only screen and (max-width: 1023px) {
    .symbol-flag-main__body {
        width: calc(100% - 268px);
    }
}

@media only screen and (max-width: 743px) {
    .symbol-flag-main__body {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        position: static;
        width: 290px;
        margin: 0 auto;
        padding-left: 40px;
        padding-top: 50px;
    }
}

.symbol-flag-main__body_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.symbol-flag-main__item {
    position: absolute;
    left: 0;
    margin-left: 28px;
    margin-bottom: 20px;
    font-size: 16px;
}

@media only screen and (max-width: 1430px) {
    .symbol-flag-main__item {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1023px) {
    .symbol-flag-main__item {
        max-width: 410px;
    }
}

@media only screen and (max-width: 743px) {
    .symbol-flag-main__item {
        position: relative;
        margin: 0 0 17px;
    }
}

.symbol-flag-main__item:last-child {
    margin-bottom: 0;
}

.symbol-flag-main__item:before {
    content: "";
    position: absolute;
    top: -2px;
    right: calc(100% + 4px);
    width: 86px;
    height: 24px;
    background-image: url(../images/dist/icons/symbol-line.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

@media only screen and (max-width: 743px) {
    .symbol-flag-main__item:before {
        right: auto;
        left: 0;
    }
}

.symbol-flag-main__item_one {
    top: 16%;
}

@media only screen and (max-width: 1023px) {
    .symbol-flag-main__item_one {
        top: 20%;
    }
}

@media only screen and (max-width: 743px) {
    .symbol-flag-main__item_one {
        top: 0;
    }
}

.symbol-flag-main__item_one:before {
    background-image: url(../images/dist/icons/symbol-line-1.svg);
}

@media only screen and (max-width: 743px) {
    .symbol-flag-main__item_one:before {
        top: -215px;
        left: -25px;
        width: 58px;
        height: 234px;
        background-image: url(../images/dist/icons/symbol-line-1-mob.svg);
    }
}

.symbol-flag-main__item_two {
    top: 50%;
}

@media only screen and (max-width: 1199px) {
    .symbol-flag-main__item_two {
        top: 54%;
    }
}

@media only screen and (max-width: 1023px) {
    .symbol-flag-main__item_two {
        top: 56%;
    }
}

@media only screen and (max-width: 743px) {
    .symbol-flag-main__item_two {
        top: 0;
    }
}

.symbol-flag-main__item_two:before {
    height: 34px;
    background-image: url(../images/dist/icons/symbol-line-2.svg);
}

@media only screen and (max-width: 1023px) {
    .symbol-flag-main__item_two:before {
        top: 10px;
        -webkit-transform: rotate3d(-1, 0, 0, 180deg);
        transform: rotate3d(-1, 0, 0, 180deg);
    }
}

@media only screen and (max-width: 743px) {
    .symbol-flag-main__item_two:before {
        top: -322px;
        left: -28px;
        width: 60px;
        height: 344px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        background-image: url(../images/dist/icons/symbol-line-2-mob.svg);
    }
}

.symbol-flag-main__item_three {
    top: 68%;
}

@media only screen and (max-width: 1199px) {
    .symbol-flag-main__item_three {
        top: 72%;
    }
}

@media only screen and (max-width: 1023px) {
    .symbol-flag-main__item_three {
        top: 78%;
    }
}

@media only screen and (max-width: 743px) {
    .symbol-flag-main__item_three {
        top: 0;
    }
}

.symbol-flag-main__item_three:before {
    background-image: url(../images/dist/icons/symbol-line-3.svg);
}

@media only screen and (max-width: 743px) {
    .symbol-flag-main__item_three:before {
        top: -326px;
        left: -39px;
        width: 71px;
        height: 348px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        background-image: url(../images/dist/icons/symbol-line-3-mob.svg);
    }
}

.symbol-flag-main__item_one-small {
    top: 16%;
}

.symbol-flag-main__item_one-small:before {
    width: 165px;
    height: 35px;
    background-image: url(../images/dist/icons/symbol-line-4.svg);
}

@media only screen and (max-width: 1023px) {
    .symbol-flag-main__item_one-small:before {
        top: 0;
        width: 116px;
        height: 32px;
        background-image: url(../images/dist/icons/symbol-line-4-tablet.svg);
    }
}

@media only screen and (max-width: 743px) {
    .symbol-flag-main__item_one-small:before {
        display: none;
    }
}

.symbol-flag-main__item_two-small {
    top: 38%;
}

.symbol-flag-main__item_two-small:before {
    top: -14px;
    width: 206px;
    height: 40px;
    background-image: url(../images/dist/icons/symbol-line-5.svg);
}

@media only screen and (max-width: 1023px) {
    .symbol-flag-main__item_two-small:before {
        top: -16px;
        width: 164px;
        height: 41px;
        background-image: url(../images/dist/icons/symbol-line-5-tablet.svg);
    }
}

@media only screen and (max-width: 743px) {
    .symbol-flag-main__item_two-small:before {
        display: none;
    }
}

.symbol-flag-main__item_three-small {
    top: 62%;
}

.symbol-flag-main__item_three-small:before {
    top: -17px;
    width: 140px;
    height: 42px;
    background-image: url(../images/dist/icons/symbol-line-6.svg);
}

@media only screen and (max-width: 1023px) {
    .symbol-flag-main__item_three-small:before {
        top: -16px;
        width: 91px;
        height: 40px;
        background-image: url(../images/dist/icons/symbol-line-6-tablet.svg);
    }
}

@media only screen and (max-width: 743px) {
    .symbol-flag-main__item_three-small:before {
        display: none;
    }
}

.symbol-flag-main__item_four-small {
    top: 74%;
}

@media only screen and (max-width: 1199px) {
    .symbol-flag-main__item_four-small {
        top: 78%;
    }
}

.symbol-flag-main__item_four-small:before {
    top: -8px;
    width: 166px;
    height: 32px;
    background-image: url(../images/dist/icons/symbol-line-7.svg);
}

@media only screen and (max-width: 1023px) {
    .symbol-flag-main__item_four-small:before {
        top: -8px;
        width: 117px;
        height: 31px;
        background-image: url(../images/dist/icons/symbol-line-7-tablet.svg);
    }
}

@media only screen and (max-width: 743px) {
    .symbol-flag-main__item_four-small:before {
        display: none;
    }
}

.symbol-flag-items {
    margin-bottom: 95px;
}

@media only screen and (max-width: 1023px) {
    .symbol-flag-items {
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 743px) {
    .symbol-flag-items {
        margin-bottom: 90px;
    }
}

.symbol-flag-items .section-title-small {
    margin-bottom: 40px;
}

@media only screen and (max-width: 743px) {
    .symbol-flag-items .section-title-small {
        margin-bottom: 30px;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.2;
    }
}

.symbol-flag-slider {
    overflow: visible;
}

.symbol-flag-slider .swiper-scrollbar {
    margin-top: 10px;
}

.symbol-flag-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 40px;
}

@media only screen and (max-width: 1199px) {
    .symbol-flag-grid {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 743px) {
    .symbol-flag-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        grid-column-gap: 0;
        grid-row-gap: 0;
    }
}

@media only screen and (max-width: 743px) {
    .symbol-flag-item {
        max-width: 220px;
        height: auto;
    }
}

.symbol-flag-item__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
    padding: 27px 16px;
    border-radius: 6px;
    background-color: var(--lightblue);
}

.symbol-flag-item__img img {
    border-radius: 10px;
}

@media only screen and (max-width: 743px) {
    .symbol-flag-item__img {
        height: 170px;
        padding: 20px 14px;
    }
}

.symbol-flag-item__title {
    margin-bottom: 12px;
    padding: 0 16px;
    font-size: 16px;
}

@media only screen and (max-width: 743px) {
    .symbol-flag-item__title {
        margin-bottom: 10px;
        padding: 0;
        font-size: 14px;
    }
}

.symbol-flag-item__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    padding: 0 16px;
}

@media only screen and (max-width: 743px) {
    .symbol-flag-item__footer {
        padding: 0;
    }
}

.symbol-flag-item__file {
    position: relative;
    display: block;
    padding-left: 32px;
    font-size: 14px;
    color: var(--accent);
    text-decoration: none;
}

.symbol-flag-item__file:hover {
    color: var(--accentHover);
}

.symbol-flag-item__file:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 24px;
    height: 24px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../images/dist/icons/file.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.symbol-flag-item__fileinfo {
    font-size: 14px;
}

.symbol-audio {
    margin-bottom: 95px;
}

@media only screen and (max-width: 1023px) {
    .symbol-audio {
        margin: -20px 0 90px;
    }
}

@media only screen and (max-width: 743px) {
    .symbol-audio {
        margin: -50px 0 40px;
    }
}

.symbol .section-resources {
    margin-top: 60px;
}

@media only screen and (max-width: 743px) {
    .symbol .section-resources {
        margin-top: 40px;
    }
}

.units {
    padding-bottom: 60px;
}

@media only screen and (max-width: 743px) {
    .units {
        padding-bottom: 40px;
    }
}

.units .catalog-items {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
}

@media only screen and (max-width: 743px) {
    .units .catalog-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px;
    }
}

@media only screen and (max-width: 743px) {
    .units .catalog-item {
        gap: 15px;
        min-height: 118px;
        padding: 15px;
        line-height: 1.2;
    }
}

@media only screen and (max-width: 1023px) {
    .vacancy .page-nav {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 743px) {
    .vacancy .page-nav__item:first-child {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        margin-right: 100%;
    }
}

.vacancy .section-resources {
    margin-top: 40px;
}

@media only screen and (max-width: 1023px) {
    .vacancy .section-resources {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 743px) {
    .vacancy .section-resources {
        margin-top: 40px;
    }
}

.section-applicants {
    padding: 10px 0 128px;
}

.section-applicants_inner {
    padding-bottom: 80px;
}

@media only screen and (max-width: 1023px) {
    .section-applicants {
        padding: 40px 0;
    }
}

@media only screen and (max-width: 743px) {
    .section-applicants {
        padding-bottom: 30px;
    }
}

.section-applicants .section-title {
    margin-bottom: 38px;
}

@media only screen and (max-width: 1023px) {
    .section-applicants .section-title {
        margin-bottom: 40px;
    }
}

.applicants {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -6px;
}

@media only screen and (max-width: 1023px) {
    .applicants {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 743px) {
    .applicants {
        margin: 0 -5px;
    }
}

.applicants [aria-visible=false] {
    display: none;
}

.applicants [aria-visible=true] {
    display: block;
}

.applicants-item {
    width: auto;
    height: auto;
    margin: 0 6px 20px;
    padding: 16px 18.3px;
    font-size: 18px;
}

@media only screen and (max-width: 1199px) {
    .applicants-item {
        padding: 16px 20px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 743px) {
    .applicants-item {
        margin: 0 5px 10px;
        padding: 8px 16px;
        font-size: 14px;
    }
}

.applicants-item_all {
    display: none;
    padding-left: 55px;
    padding-right: 55px;
    border: none;
    background-color: var(--bggray);
}

@media only screen and (max-width: 743px) {
    .applicants-item_all {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.applicants-item_all.is-visible {
    display: block;
}

.section-banner {
    padding: 0;
}

.banner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 309px;
    overflow: hidden;
    border-radius: 8px;
    background-color: var(--lightblue);
}

@media only screen and (max-width: 743px) {
    .banner {
        min-height: 223px;
    }
}

.banner-main {
    position: relative;
    max-width: 530px;
    padding: 20px 20px 20px 60px;
    z-index: 2;
}

@media only screen and (max-width: 1199px) {
    .banner-main {
        max-width: 410px;
    }
}

@media only screen and (max-width: 743px) {
    .banner-main {
        max-width: 240px;
        padding: 20px 20px 10px 15px;
    }
}

.banner__title {
    margin-bottom: 15px;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
}

@media only screen and (max-width: 743px) {
    .banner__title {
        font-size: 20px;
        line-height: 1.3;
    }
}

.banner__text {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.1;
}

@media only screen and (max-width: 1023px) {
    .banner__text {
        max-width: 320px;
        margin-bottom: 20px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 743px) {
    .banner__text {
        font-size: 14px;
        line-height: 1.4;
    }
}

.banner__button {
    max-width: 215px;
    height: 54px;
}

@media only screen and (max-width: 1023px) {
    .banner__button {
        max-width: 141px;
    }
}

@media only screen and (max-width: 743px) {
    .banner__button {
        max-width: 136px;
        height: 36px;
        font-size: 14px;
    }
}

.banner__img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.banner__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section-faculty .section-title {
    margin-bottom: 33px;
}

@media only screen and (max-width: 1023px) {
    .section-faculty .section-title {
        margin-bottom: 30px;
    }
}

.faculty {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

@media only screen and (max-width: 1430px) {
    .faculty {
        -ms-grid-columns: 1fr 20px 1fr;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 1023px) {
    .faculty {
        -ms-grid-columns: 1fr 17px 1fr 17px 1fr;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 17px;
    }
}

@media only screen and (max-width: 743px) {
    .faculty {
        -ms-grid-columns: 1fr 17px 1fr;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 575px) {
    .faculty {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        grid-column-gap: 0;
        grid-row-gap: 20px;
    }
}

.faculty-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 13px;
    padding: 15px;
    text-decoration: none;
    border-radius: 8px;
    -webkit-transition: background-color var(--anim);
    -o-transition: background-color var(--anim);
    transition: background-color var(--anim);
    background-color: var(--bggray);
}

@media only screen and (max-width: 1023px) {
    .faculty-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.faculty-item:hover {
    background-color: var(--lightblue);
}

.faculty-item__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90px;
    height: 90px;
}

@media only screen and (max-width: 1023px) {
    .faculty-item__icon {
        width: 50px;
        height: 50px;
    }
}

.faculty-item__title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--textcolor);
}

.section-main {
    padding: 46px 0 0;
}

@media only screen and (max-width: 1023px) {
    .section-main {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 743px) {
    .section-main {
        padding-top: 25px;
    }
}

.main {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 63.572% 30px 1fr;
    grid-template-columns: 63.572% 1fr;
    grid-column-gap: 30px;
}

@media only screen and (max-width: 1023px) {
    .main {
        grid-column-gap: 15px;
    }
}

@media only screen and (max-width: 743px) {
    .main {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        grid-column-gap: 0;
        grid-row-gap: 20px;
    }
}

.slider-main {
    width: 100%;
    padding-bottom: 18px;
}

@media only screen and (max-width: 1023px) {
    .slider-main {
        padding-bottom: 12px;
    }
}

.slider-main .swiper-button-prev,
.slider-main .swiper-button-next {
    margin-top: -9px;
}

.slider-main__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 440px;
    overflow: hidden;
    border-radius: 6px;
    background-color: var(--bgyellow);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
}

@media only screen and (max-width: 1430px) {
    .slider-main__slide {
        height: 400px;
    }
}

@media only screen and (max-width: 1199px) {
    .slider-main__slide {
        height: 350px;
    }
}

@media only screen and (max-width: 1023px) {
    .slider-main__slide {
        height: 218px;
    }
}

@media only screen and (max-width: 743px) {
    .slider-main__slide {
        height: 240px;
    }
}

.slider-main__img {
    position: absolute;
    top: 50%;
    right: 135px;
    width: 285px;
    height: 285px;
    overflow: hidden;
    z-index: -1;
    border-radius: 6px;
    -webkit-transform: rotate(40.3deg) translateY(-50%);
    -ms-transform: rotate(40.3deg) translateY(-50%);
    transform: rotate(40.3deg) translateY(-50%);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    background: #000;
}

@media only screen and (max-width: 1430px) {
    .slider-main__img {
        right: 120px;
        width: 240px;
        height: 240px;
    }
}

@media only screen and (max-width: 1199px) {
    .slider-main__img {
        right: 100px;
        width: 220px;
        height: 220px;
    }
}

@media only screen and (max-width: 1023px) {
    .slider-main__img {
        right: 65px;
        width: 140px;
        height: 140px;
    }
}

@media only screen and (max-width: 743px) {
    .slider-main__img {
        right: 80px;
        width: 160px;
        height: 160px;
    }
}

@media only screen and (max-width: 575px) {
    .slider-main__img {
        right: -45px;
        width: 140px;
        height: 140px;
    }
}

.slider-main__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: rotate(-40.3deg) scale(1.4);
    -ms-transform: rotate(-40.3deg) scale(1.4);
    transform: rotate(-40.3deg) scale(1.4);
}

.slider-main__desc {
    position: relative;
    padding: 30px 0 30px 65px;
    z-index: 2;
}

@media only screen and (max-width: 1023px) {
    .slider-main__desc {
        padding: 10px 0 10px 33px;
    }
}

.slider-main__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.1;
}

@media only screen and (max-width: 1430px) {
    .slider-main__title {
        font-size: 34px;
    }
}

@media only screen and (max-width: 1199px) {
    .slider-main__title {
        font-size: 28px;
    }
}

@media only screen and (max-width: 1023px) {
    .slider-main__title {
        margin-bottom: 10px;
        font-size: 22px;
    }
}

@media only screen and (max-width: 743px) {
    .slider-main__title {
        margin-bottom: 15px;
    }
}

.slider-main__button {
    max-width: 149px;
    height: 42px;
    font-size: 18px;
}

@media only screen and (max-width: 1023px) {
    .slider-main__button {
        max-width: 111px;
        height: 36px;
        font-size: 14px;
    }
}

.slider-main__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1023px) {
    .slider-main__lists {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 743px) {
    .slider-main__lists {
        margin-top: 15px;
    }
}

.slider-main-list {
    position: relative;
    font-size: 16px;
}

@media only screen and (max-width: 1199px) {
    .slider-main-list {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1023px) {
    .slider-main-list {
        font-size: 12px;
    }
}

.slider-main-list:not(:first-child):before {
    content: "";
    position: absolute;
    top: 0;
    left: -32px;
    width: 1px;
    height: 100%;
    opacity: 0.3;
    background-color: var(--textcolor);
}

@media only screen and (max-width: 1199px) {
    .slider-main-list:not(:first-child):before {
        left: -22px;
    }
}

@media only screen and (max-width: 1023px) {
    .slider-main-list:not(:first-child):before {
        left: -15px;
    }
}

.slider-main-list+.slider-main-list {
    margin-left: 64px;
}

@media only screen and (max-width: 1199px) {
    .slider-main-list+.slider-main-list {
        margin-left: 44px;
    }
}

@media only screen and (max-width: 1023px) {
    .slider-main-list+.slider-main-list {
        margin-left: 30px;
    }
}

.slider-second {
    width: 100%;
    padding-bottom: 18px;
}

@media only screen and (max-width: 1023px) {
    .slider-second {
        padding-bottom: 12px;
    }
}

.slider-second .swiper-button-prev,
.slider-second .swiper-button-next {
    margin-top: -9px;
}

.slider-second__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 440px;
    overflow: hidden;
    border-radius: 16px;
    background-color: var(--bgyellow);
}

@media only screen and (max-width: 1430px) {
    .slider-second__slide {
        height: 400px;
    }
}

@media only screen and (max-width: 1199px) {
    .slider-second__slide {
        height: 350px;
    }
}

@media only screen and (max-width: 1023px) {
    .slider-second__slide {
        height: 218px;
    }
}

.slider-second__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.slider-second__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (max-width: 743px) {
    .slider-second__img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .slider-second__img img {
        width: auto;
        height: auto;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

.slider-second__desc {
    padding: 30px 56px 40px;
}

@media only screen and (max-width: 1430px) {
    .slider-second__desc {
        padding-bottom: 25px;
    }
}

@media only screen and (max-width: 1023px) {
    .slider-second__desc {
        padding: 10px 33px 20px;
    }
}

.slider-second__title {
    margin-bottom: 19px;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.1;
}

.slider-second__title br {
    display: none;
}

@media only screen and (max-width: 575px) {
    .slider-second__title br {
        display: block;
    }
}

@media only screen and (max-width: 1430px) {
    .slider-second__title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .slider-second__title {
        font-size: 22px;
    }
}

@media only screen and (max-width: 1023px) {
    .slider-second__title {
        margin-bottom: 8px;
        font-size: 16px;
        line-height: 1;
    }

    .slider-second__title .border-bg:before {
        bottom: 0;
    }
}

.slider-second__button {
    max-width: 111px;
    height: 36px;
    font-size: 14px;
    font-weight: 600;
}

@media only screen and (max-width: 1023px) {
    .section-news {
        padding: 57px 0;
    }
}

@media only screen and (max-width: 743px) {
    .section-news {
        padding: 30px 0;
    }
}

@media only screen and (max-width: 743px) {
    .news {
        overflow: visible;
    }
}

.news .swiper-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 46px;
    grid-column-gap: 10px;
}

@media only screen and (max-width: 1023px) {
    .news .swiper-wrapper {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 45px;
    }
}

@media only screen and (max-width: 743px) {
    .news .swiper-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        grid-row-gap: 0;
    }
}

@media only screen and (max-width: 743px) {
    .news .swiper-scrollbar {
        margin-top: 5px;
    }
}

.news-item {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

@media only screen and (max-width: 743px) {
    .news-item {
        max-width: 300px;
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .news-item {
        max-width: 230px;
    }
}

.news-item:hover .news-item__title {
    color: var(--accentHover);
}

.news-item__img {
    height: 218px;
    overflow: hidden;
    margin-bottom: 12px;
    border-radius: 8px;
}

.news-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (max-width: 1023px) {
    .news-item__img {
        border-radius: 8px;
    }
}

@media only screen and (max-width: 743px) {
    .news-item__img {
        height: 190px;
    }
}

@media only screen and (max-width: 575px) {
    .news-item__img {
        height: 140px;
    }
}

.news-item__date {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 34px;
    margin-bottom: 12px;
    padding: 0 8px;
    font-size: 14px;
    color: var(--accent);
    border-radius: 10px;
    background-color: var(--ligth);
}

@media only screen and (max-width: 743px) {
    .news-item__date {
        height: 27px;
        margin-bottom: 10px;
        font-size: 12px;
    }
}

.news-item__title {
    font-size: 16px;
    font-weight: 600;
    color: var(--textcolor);
    -webkit-transition: color var(--anim);
    -o-transition: color var(--anim);
    transition: color var(--anim);
}

@media only screen and (max-width: 743px) {
    .news-item__title {
        font-size: 14px;
    }
}

.section-org {
    padding: 96px 0 100px;
}

@media only screen and (max-width: 1023px) {
    .section-org {
        padding: 60px 0;
    }
}

@media only screen and (max-width: 743px) {
    .section-org {
        padding: 30px 0;
    }
}

.section-org_pt-1 {
    padding: 87px 0 32px;
}

@media only screen and (max-width: 1023px) {
    .section-org_pt-1 {
        padding: 72px 0 36px;
    }
}

@media only screen and (max-width: 743px) {
    .section-org_pt-1 {
        padding: 40px 0 20px;
    }
}

.section-org_pt-2 {
    padding: 32px 0 52px;
}

@media only screen and (max-width: 1023px) {
    .section-org_pt-2 {
        padding: 36px 0 98px;
    }
}

@media only screen and (max-width: 743px) {
    .section-org_pt-2 {
        padding: 20px 0 40px;
    }
}

.section-org_pt-3 {
    padding: 71px 0 64px;
}

@media only screen and (max-width: 1023px) {
    .section-org_pt-3 {
        padding: 40px 0;
    }
}

.section-org .section-title-inner {
    margin-bottom: 40px;
}

@media only screen and (max-width: 743px) {
    .section-org .section-title-inner {
        margin-bottom: 20px;
    }
}

.org-img {
    margin-bottom: 40px;
    overflow: hidden;
    border-radius: 6px;
}

.org-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    max-width: 1045px;
}

@media only screen and (max-width: 1023px) {
    .org-items {
        gap: 30px;
    }
}

.org-items-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 25px;
}

@media only screen and (max-width: 743px) {
    .org-items-row {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        grid-column-gap: 0;
        grid-row-gap: 15px;
    }
}

@media only screen and (max-width: 1023px) {
    .org-items_row-mobile-two {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 743px) {
    .org-items_row-mobile-two {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        grid-row-gap: 20px;
    }
}

@media only screen and (max-width: 1023px) {
    .org-items_row-mobile-third {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 743px) {
    .org-items_row-mobile-third {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        grid-row-gap: 20px;
    }
}

.org-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}

@media only screen and (max-width: 743px) {
    .org-group {
        gap: 15px;
    }
}

.org-item__title {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

@media only screen and (max-width: 1023px) {
    .org-item__title {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.2;
    }
}

.org-item__data {
    font-size: 15px;
}

.org-item__data+.org-item__data {
    margin-top: 12px;
}

.org-item__link {
    font-size: 15px;
    color: var(--textcolor);
    text-decoration: none;
}

.org-item__link:hover {
    color: var(--textcolor);
}

@media only screen and (max-width: 1023px) {
    .section-preview {
        padding-bottom: 17px;
    }
}

@media only screen and (max-width: 743px) {
    .section-preview {
        padding-bottom: 27px;
    }
}

.preview {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 24.65% 1fr;
    grid-template-columns: 24.65% 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 1430px) {
    .preview {
        -ms-grid-columns: 20% 1fr;
        grid-template-columns: 20% 1fr;
    }
}

@media only screen and (max-width: 1023px) {
    .preview {
        display: block;
    }
}

@media only screen and (max-width: 1023px) {
    .preview-main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 20px;
    }
}

.preview-main .section-title {
    margin-bottom: 11px;
}

@media only screen and (max-width: 743px) {
    .preview-main .section-title {
        margin-bottom: 10px;
    }
}

.preview-main .link-all {
    margin-bottom: 28px;
}

@media only screen and (max-width: 1023px) {
    .preview-main .link-all {
        margin-bottom: 0;
    }
}

.preview-slider {
    width: 100%;
    max-width: 100%;
    padding-left: 1px;
    border-right: 1px solid var(--lightgray);
}

@media only screen and (max-width: 743px) {
    .preview-slider {
        overflow: visible;
        border-right: none;
    }
}

.preview-slider .swiper-wrapper {
    width: auto;
}

.preview-slider__slide {
    height: auto;
}

.preview-slider__slide {
    max-width: calc(100% / 3);
}

@media only screen and (max-width: 742px) {
    .preview-slider__slide {
        max-width: calc(100% / 2);
    }
}

@media only screen and (max-width: 575px) {
    .preview-slider__slide {
        max-width: 100%;
    }
}

.preview-item {
    height: 100%;
    padding: 40px 70px 15px 16px;
    border-left: 1px solid var(--lightgray);
}

@media only screen and (max-width: 1430px) {
    .preview-item {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 1023px) {
    .preview-item {
        padding: 35px 5px 35px 15px;
    }
}

@media only screen and (max-width: 743px) {
    .preview-item {
        padding-top: 23px;
        padding-bottom: 23px;
    }
}

.preview-item__date {
    margin-bottom: 23px;
    font-size: 16px;
    color: var(--accent);
}

@media only screen and (max-width: 1023px) {
    .preview-item__date {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 743px) {
    .preview-item__date {
        margin-bottom: 15px;
        font-size: 14px;
    }
}

.preview-item__title {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: var(--textcolor);
    text-decoration: none;
}

@media only screen and (max-width: 743px) {
    .preview-item__title {
        font-size: 16px;
    }
}

.preview-item__title:hover {
    color: var(--accent);
}

.section-resources {
    margin-top: 66px;
    padding: 75px 0;
    border-radius: 0 8px 8px 0;
}

@media only screen and (max-width: 1023px) {
    .section-resources {
        width: calc(100% - 25px);
        margin-top: 40px;
        padding-left: 25px;
        padding-right: 5px;
        border-radius: 8px;
    }
}

@media only screen and (max-width: 743px) {
    .section-resources {
        width: 100%;
        padding: 30px 0;
    }
}

.section-resources:before {
    overflow: hidden;
    border-radius: 0 8px 8px 0;
}

@media only screen and (max-width: 1023px) {
    .section-resources:before {
        display: none;
    }
}

.section-resources .section-header {
    margin-bottom: 40px;
}

.resources {
    padding-right: 30px;
}

@media only screen and (max-width: 1023px) {
    .resources {
        padding-right: 0;
    }
}

.resources-nav {
    margin-right: 38px;
}

@media only screen and (max-width: 1023px) {
    .resources-nav {
        margin-right: 0;
    }
}

@media only screen and (max-width: 743px) {
    .resources-slider {
        overflow: visible;
    }
}

.resources-slider.scrollbar-disabled .swiper-scrollbar {
    display: none;
}

.resources-slider__slide {
    height: auto;
}

@media only screen and (max-width: 743px) {
    .resources-slider__slide {
        max-width: 320px;
    }
}

@media only screen and (max-width: 575px) {
    .resources-slider__slide {
        max-width: 240px;
    }
}

.resources-slider .swiper-scrollbar {
    display: none;
}

@media only screen and (max-width: 743px) {
    .resources-slider .swiper-scrollbar {
        display: block;
        margin-top: 10px;
    }
}

.resources-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    height: 100%;
    padding: 20px 10px 20px 35px;
    text-decoration: none;
    -webkit-transition: background-color var(--anim);
    -o-transition: background-color var(--anim);
    transition: background-color var(--anim);
    border-radius: 8px;
    background-color: var(--white);
}

@media only screen and (max-width: 743px) {
    .resources-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 20px;
        padding-right: 5px;
    }
}

.resources-item:hover {
    background-color: var(--lightblue);
}

.resources-item__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.resources-item__title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--textcolor);
}

.section-table {
    padding: 60px 0 40px;
}

@media only screen and (max-width: 1023px) {
    .section-table {
        padding: 150px 0 60px;
    }
}

@media only screen and (max-width: 743px) {
    .section-table {
        padding: 40px 0;
    }
}

.section-table .section-title-inner {
    margin-bottom: 20px;
}

.table {
    margin-bottom: 65px;
}

@media only screen and (max-width: 1023px) {
    .table {
        margin-bottom: 72px;
    }
}

@media only screen and (max-width: 743px) {
    .table {
        margin-bottom: 40px;
    }
}

.table__desc {
    max-width: 1045px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

@media only screen and (max-width: 1023px) {
    .table__desc {
        font-size: 16px;
        line-height: 1.4;
    }
}

.table-wrap .swiper-slide {
    width: auto;
}

.sidebar {
    padding: 94px 0 60px;
}

.sidebar_inner {
    padding-top: 0;
}

.sidebar_inner .sidebar-page-nav {
    margin-top: 0;
}

.sidebar_pt {
    padding-top: 85px;
}

.sidebar_mt {
    margin-top: -55px;
    padding-top: 0;
}

@media only screen and (max-width: 1023px) {
    .sidebar {
        position: fixed;
        bottom: 45px;
        right: 0;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        max-width: 365px;
        max-height: 830px;
        height: calc(100vh - 60px);
        padding: 20px 15px;
        padding-left: 4px;
        z-index: 98;
        -webkit-transition: opacity var(--anim), -webkit-transform var(--anim);
        transition: opacity var(--anim), -webkit-transform var(--anim);
        -o-transition: opacity var(--anim), transform var(--anim);
        transition: opacity var(--anim), transform var(--anim);
        transition: opacity var(--anim), transform var(--anim), -webkit-transform var(--anim);
        -webkit-box-shadow: -2px 0px 10px var(--shadow);
        box-shadow: -2px 0px 10px var(--shadow);
        border-radius: 15px;
        background: var(--white);
    }

    .sidebar.is-open {
        -webkit-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
        transform: translateX(-40px);
    }
}

@media only screen and (max-width: 743px) {
    .sidebar {
        bottom: 30px;
        max-width: 280px;
        max-height: 390px;
        height: calc(100vh - 40px);
        padding: 15px;
        padding-left: 4px;
    }

    .sidebar.is-open {
        -webkit-transform: translateX(-4px);
        -ms-transform: translateX(-4px);
        transform: translateX(-4px);
    }
}

.sidebar-page-nav {
    margin: -5px 0 65px;
}

@media only screen and (max-width: 1023px) {
    .sidebar-page-nav {
        display: none;
    }
}

.sidebar-page-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}

.sidebar-page-menu li {
    width: 100%;
}

.sidebar-page-menu li a {
    display: block;
    padding: 12px;
    font-size: 15px;
    line-height: 1.6;
    text-decoration: none;
    color: var(--textcolor);
    border-radius: 6px;
    background-color: var(--lightblue);
}

.sidebar-page-menu li a:hover {
    color: #fff;
    background-color: var(--accentHover);
}

.sidebar-page-menu li a.active {
    color: #fff;
    background-color: var(--accent);
}

.sidebar-rekom {
    height: 100%;
}

.sidebar-rekom__title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

@media only screen and (max-width: 1023px) {
    .sidebar-rekom__title {
        padding-left: 11px;
    }
}

@media only screen and (max-width: 743px) {
    .sidebar-rekom__title {
        margin-bottom: 15px;
        font-size: 18px;
    }
}

@media only screen and (max-width: 1023px) {
    .sidebar-rekom-wrap {
        height: calc(100% - 46px);
        padding-right: 3px;
        overflow-y: auto;
        -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        transform: scaleX(-1);
        scrollbar-gutter: stable;
    }
}

@media only screen and (max-width: 743px) {
    .sidebar-rekom-wrap {
        height: calc(100% - 23px);
    }
}

@media only screen and (max-width: 1023px) {
    .sidebar-rekom-menu {
        -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        transform: scaleX(-1);
    }
}

.sidebar-rekom-menu li {
    margin-bottom: 20px;
}

@media only screen and (max-width: 743px) {
    .sidebar-rekom-menu li {
        margin-bottom: 10px;
    }
}

.sidebar-rekom-menu li:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 743px) {
    .sidebar-rekom-menu li:last-child {
        margin-bottom: 10px;
    }
}

.sidebar-rekom-menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    padding: 15px 40px 15px 25px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--textcolor);
    text-decoration: none;
    border-radius: 8px;
    -webkit-transition: background-color var(--anim);
    -o-transition: background-color var(--anim);
    transition: background-color var(--anim);
    background-color: var(--bggray);
}

@media only screen and (max-width: 1023px) {
    .sidebar-rekom-menu li a {
        gap: 20px;
        padding: 15px 10px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 743px) {
    .sidebar-rekom-menu li a {
        padding: 10px;
    }
}

.sidebar-rekom-menu li a span {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media only screen and (max-width: 1023px) {
    .sidebar-rekom-menu li a span {
        width: 30px;
        height: 30px;
    }
}

.sidebar-rekom-menu li a:hover {
    background-color: var(--lightblue);
}

.sidebar-stick {
    display: none;
    position: fixed;
    bottom: 75px;
    right: 0;
    width: 44px;
    height: 120px;
    cursor: pointer;
    z-index: 99;
    border-radius: 10px 0 0 10px;
    -webkit-box-shadow: -2px 0px 10px var(--shadow);
    box-shadow: -2px 0px 10px var(--shadow);
    background: var(--white);
}

@media only screen and (max-width: 1023px) {
    .sidebar-stick {
        display: block;
    }
}

@media only screen and (max-width: 743px) {
    .sidebar-stick {
        bottom: 48px;
        width: 26px;
        height: 58px;
    }
}

.sidebar-stick.is-active:before {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-transform-origin: 55% 0;
    -ms-transform-origin: 55% 0;
    transform-origin: 55% 0;
}

.sidebar-stick:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 50px;
    margin: -25px 0 0 -10px;
    -webkit-transition: -webkit-transform var(--anim);
    transition: -webkit-transform var(--anim);
    -o-transition: transform var(--anim);
    transition: transform var(--anim);
    transition: transform var(--anim), -webkit-transform var(--anim);
    background-image: url(../images/dist/icons/arrow-sick.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media only screen and (max-width: 743px) {
    .sidebar-stick:before {
        width: 12px;
        height: 20px;
        margin: -10px 0 0 -6px;
    }
}




.leftfoto {
    float: left;
    margin: 4px 35px 2px 0px !important;
}

.padd_left {
    padding-left: 15px;
}

.accordion__control.no_accord:after {
    display: none !important;
}

.accordion__control.no_accord a {
    text-decoration: none;
    color: #1e6174;
}

.news-single__pict img {
    width: 100%;
    height: auto;
}

.accordion__content ul {
    display: list-item;
}


.accordion__content li {
    list-style-type: disc !important;
    padding-left: 5px;
    list-style-position: inside;
}


.sitemap-main .accordion__content li {
    list-style-type: none !important;
    padding-left: 0px;

}

.accordion-level {
    margin-top: 15px;
    margin-bottom: 15px;
}




.staff {
    background: #fff;
    /* box-shadow: inset 0 0 1px 1px #DEDEDE; */
    /* border: 1px solid #c1ccd0; */
    text-shadow: 0 1px 1px #fff;
    border-radius: 3px;
    color: #303030;
    padding: 20px !important;
    margin-bottom: 20px;
    overflow: hidden;
    font-size: small;
}

.staff_avatar {
    overflow: hidden;
    border: 2px solid #eaeaea;
    width: 150px;
    height: 200px;
    border-radius: 3%;
    background: #fff;
    float: left;
    box-shadow: 0 1px 3px 0 rgba(42, 48, 60, .19);
}

.staff_text {
    padding: 0 0 0 200px;
    text-indent: 0px;
}


.search-block form {
    display: block;
    width: 100%;
    height: 100%;
    padding-right: 30px;
    font-size: 15px;
    color: #fff;
    border: none;
    background: none;
}

.mobile-nav__search input {
    color: #000;
}

table.blog-calendar-table {
    margin-bottom: 10px;
}

table.blog-calendar-table th {
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 15px;
    line-height: 1;
    border-radius: 0;
    background: rgb(222, 233, 236) !important;
    color: #1e6174;
    border: 1px solid rgba(30, 97, 116, 0.05);
}

table.blog-calendar-table th:nth-child(1) {
    border-radius: 6px 0px 0px 0px;
}

table.blog-calendar-table th:nth-child(6) {
    background: rgb(243, 247, 248) !important;
}

table.blog-calendar-table th:nth-child(7) {
    background: rgb(243, 247, 248) !important;
}

table.blog-calendar-table td span {
    color: #fff;
    background-color: #1e6174;
    width: 33px;
    height: 33px;
    border-radius: 100%;
    text-align: Center;
    line-height: 33px;
    display: inline-block;
}


table.blog-calendar-table td {
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 15px;
    line-height: 1;
    border-radius: 0;
    border: 1px solid rgba(30, 97, 116, 0.05);
    background: none !important;
    text-align: Center !important;
}

table.blog-calendar-table a {
    padding-left: 0px;
}


@media (min-width: 744px) {
    .section-news .custom-swiper-scrollbar {
        display: none;
    }
}

.luxar_disclaimer_text a {
    color: #cfdce4 !important;
}

.luxar_disclaimer_close svg {
    display: none !important;
}

.footer-contacts span {
    color: #fff;
    font-size: 12px;
    padding-left: 35px;
}

.luxar_disclaimer_container a.luxar_disclaimer_close {
    position: inherit !important;
    box-sizing: border-box !important;
    width: inherit;
    height: inherit;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}




.header-navmenu .submenu>a:after {
    background-image: url(../images/dist/icons/arrow-down-white.svg);
}

.header-navmenu li .submenu:hover>a,
.header-navmenu li a:hover {
    color: #ffffffa1;
}

.header-navmenu li ul li a:hover {
    color: var(--accent);
}

.faculty-item__subtitle {
    font-size: 16px;
    line-height: 1.2;
    color: var(--accent);
}

.world-faculty .section-title {
    margin-bottom: 40px;
}

.world-team .leader-item {
    background: none;
}

.world-team .leader-item__img {
    width: 250px;
    height: 250px;
    border-radius: 50%;
}

.world-group {
    display: -ms-grid;
    display: grid;
    grid-row-gap: 54px;
}

.world-faculty {
    padding: 54px 0 70px;
}

.world-faculty .section-title {
    margin-bottom: 40px;
}

.world-applicants .section-title {
    margin-bottom: 40px;
}

.world-banner-slider {
    padding-bottom: 54px;
}

.banner-slider__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.swiper-pagination_circles .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    opacity: 1;
    border-radius: 50%;
    background: #D9D9D9;
}

.swiper-pagination_circles .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--accent);
}

.banner-slider .swiper-pagination {
    position: relative;
    margin-top: 20px;
}

.swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.world-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 40px;
}

.world-header .section-title-inner {
    margin-bottom: 0;
}

.world-header .custom-select {
    max-width: 453px;
    margin-right: 118px;
}

.world-items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 20px;
}

.world-main .leader-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
    padding: 60px 40px 55px 59px;
    border-radius: 0;
}

.world-main .leader-item__img {
    width: 250px;
    height: 250px;
    border-radius: 50%;
}

.leader-item__img picture {
    height: 100%;
}

.world-main .leader-item__img img {
    -o-object-position: top;
    object-position: top;
}

.world-main .leader-item-body {
    padding: 0;
}

.world-main .leader-item__post {
    margin-bottom: 20px;
}

.world .contacts-cards {
    margin-bottom: 0;
}

@media only screen and (max-width: 1430px) {
    .world-header .custom-select {
        margin-right: 0;
    }
}

.world .contacts-cards {
    margin-bottom: 0;
}

.world-group {
    display: -ms-grid;
    display: grid;
    grid-row-gap: 54px;
}

.world-items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 20px;
}

@media only screen and (max-width: 1199px) {
    .world-items {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-row-gap: 40px;
    }
}

.world-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1199px) {
    .world-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media only screen and (max-width: 743px) {
    .world-header {
        margin-bottom: 30px;
    }
}

.world-header .section-title-inner {
    margin-bottom: 0;
}

.world-header .custom-select {
    max-width: 453px;
    margin-right: 118px;
}

@media only screen and (max-width: 1430px) {
    .world-header .custom-select {
        margin-right: 0;
    }
}

.world-main .leader-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
    padding: 60px 40px 55px 59px;
    border-radius: 0;
}

@media only screen and (max-width: 1199px) {
    .world-main .leader-item {
        -ms-grid-columns: 250px 20px 1fr;
        grid-template-columns: 250px 1fr;
        grid-row-gap: 0;
        grid-column-gap: 20px;
        padding: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .world-main .leader-item {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-row-gap: 20px;
        padding: 20px;
    }
}

.world-main .leader-item__img {
    width: 250px;
    height: 250px;
    border-radius: 50%;
}

@media only screen and (max-width: 743px) {
    .world-main .leader-item__img {
        width: 200px;
        height: 200px;
    }
}

.world-main .leader-item__img img {
    -o-object-position: top;
    object-position: top;
}

.world-main .leader-item-body {
    padding: 0;
}

.world-main .leader-item__post {
    margin-bottom: 20px;
}

.world-our-team .leader-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 26px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 40px 35px 34px 39px;
}

@media only screen and (max-width: 575px) {
    .world-our-team .leader-item {
        grid-row-gap: 20px;
        padding: 20px;
    }
}

.world-our-team .leader-item-header {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 180px 20px 1fr;
    grid-template-columns: 180px 1fr;
    grid-column-gap: 20px;
}

@media only screen and (max-width: 575px) {
    .world-our-team .leader-item-header {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-column-gap: 0;
        grid-row-gap: 20px;
    }
}

.world-our-team .leader-item-header-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.world-our-team .leader-item__img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
}

@media only screen and (max-width: 575px) {
    .world-our-team .leader-item__img {
        width: 200px;
        height: 200px;
        margin-bottom: 0;
    }
}

.world-our-team .leader-item__img img {
    -o-object-position: top;
    object-position: top;
}

.world-our-team .leader-item-body {
    padding: 0q;
}

.world-our-team .leader-item__edс {
    margin-bottom: 0;
}

.world-team .leader-item {
    background: none;
}

.world-team .leader-item__img {
    width: 250px;
    height: 250px;
    border-radius: 50%;
}

@media only screen and (max-width: 743px) {
    .world-team .leader-item__img {
        width: 200px;
        height: 200px;
    }
}

.world-team .leader-item__img img {
    -o-object-position: top;
    object-position: top;
}

.world-faculty {
    padding: 54px 0 70px;
}

@media only screen and (max-width: 1023px) {
    .world-faculty {
        padding: 40px 0;
    }
}

.world-faculty .section-title {
    margin-bottom: 40px;
}

@media only screen and (max-width: 743px) {
    .world-faculty .section-title {
        margin-bottom: 30px;
    }
}

.world-banner-slider {
    padding-bottom: 54px;
}

@media only screen and (max-width: 1023px) {
    .world-banner-slider {
        padding-bottom: 40px;
    }
}

.world-applicants .section-title {
    margin-bottom: 40px;
}

@media only screen and (max-width: 743px) {
    .world-applicants .section-title {
        margin-bottom: 30px;
    }
}

.world .section-resources {
    margin: 60px 0 60px;
}

@media only screen and (max-width: 1023px) {
    .world .section-resources {
        margin: 40px 0;
    }
}

.world .units {
    padding-bottom: 0;
}

.world .units .catalog-item__icon img {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.world-items {
    padding-bottom: 30px;
}

.foreign-agro {
    display: flex;
}

.foreign-agro div {
    margin: 0 10px;
}


.edc-contacts-item .leader-item__img img {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.accordion__panel a {
    display: inline-block;
    text-decoration: none;
}

.accordion__control a {
    color: #1e6174;
}


.accordion__panel .accordion-sublevel .accordion__control {
    margin-bottom: 10px;
}

.accordion__content li:last-child,
.accordion__content li a:last-child {
    padding-bottom: 5px;
}


.active>.accordion__panel_content {
    max-height: unset;
}

.active>.accordion__panel {
    max-height: unset;
}


.header-search .submitt {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background-image: url(../images/dist/icons/search.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* 14.05.25 */

.leader-item.no-picture {
    padding: 30px 45px;
    flex-wrap: wrap;
    display: flex
}

@media screen and (max-width: 767px) {
    .leader-item.no-picture {
        padding: 0px 15px;
    }
}

/* 15.05.25 */

.accordion__panel {
    padding-left: 30px;
}

.accordion__control {
    margin-bottom: 0 !important;
}

.accordion>.accordion-level>div .accordion-sublevel .accordion__panel {
    padding-left: 30px;
}

.accordion>.accordion-level>div .accordion-sublevel .accordion__panel .accordion-sublevel:first-child {
    margin-top: 0;
}

.accordion>.accordion-level>div .accordion-sublevel.active .accordion__panel.accordion__panel_content+.accordion__panel.accordion__panel_content {
    margin-top: 10px;
}

.accordion-sublevel+style+.accordion-sublevel {
    margin-top: 10px;
}

/* 22.07.25 */

.header-main:has(.prioritet) .header-logo__desc {
    font-size: 16px;
    max-width: 260px;
}

.header-main:has(.prioritet) .header-mainmenu {
    margin-right: 0;
    margin-left: 40px;
}

.header-main .prioritet img {
    position: relative;
    top: 3px;
}

@media screen and (max-width: 767px) {
    .header-main .prioritet img {
        width: 100px;
    }

    .header-main:has(.prioritet) {
        justify-content: space-between;
    }

    .header-main:has(.prioritet) .header-logo__desc {
        font-size: 14px;
    }

    .header-main:has(.prioritet) .header-logo {
        margin-left: 0;
        margin-right: 15px;
    }
}