@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

body,
html {
    margin: 0;
    height: 100%;
    min-height: 100%
}

:root {
    --color-brand-black: #000;
    --color-brand-white: #fff;
    --color-neutral-black: #000;
    --color-neutral-white: #fff;
    --color-neutral-neutral-lightest: #eee;
    --color-neutral-neutral-lighter: #ccc;
    --color-neutral-neutral-light: #aaa;
    --color-neutral-neutral: #666;
    --color-neutral-neutral-dark: #444;
    --color-neutral-neutral-darker: #222;
    --color-neutral-neutral-darkest: #111;
    --color-system-success-green: #027a48;
    --color-system-error-red: #b42318;
    --color-system-success-green-light: #ecfdf3;
    --color-system-error-red-light: #fef3f2;
    --font-family: "Roboto", sans-serif;
    --second-family: "Montserrat", sans-serif;
    --third-family: "Arial", sans-serif;
    --font3: "Exo 2", sans-serif;
    --font4: "Avenir Next Cyr", sans-serif
}

body {
    position: relative;
    min-width: 340px;
    text-align: left;
    color: #272727;
    font: 18px "Montserrat", sans-serif, arial;
    line-height: 1;
    background: #fff
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: "Montserrat", sans-serif, "Montserrat", sans-serif, arial;
    font-weight: 700;
    font-style: normal;
    line-height: 1.1
}

h1 {
    margin-top: 0;
    font-size: 50px
}

h2 {
    font-size: 48px
}

h3 {
    font-size: 46px
}

h4 {
    font-size: 44px
}

h5 {
    font-size: 42px
}

h6 {
    font-size: 41px
}

h5,
h6 {
    font-size: 40px
}

@media (max-width:1024px) {
    h1 {
        margin-top: 0;
        font-size: 28px
    }

    h2 {
        font-size: 26px
    }

    h3 {
        font-size: 24px
    }

    h4 {
        font-size: 22px
    }

    h5 {
        font-size: 20px
    }

    h6 {
        font-size: 18px
    }

    h5,
    h6 {
        font-size: 16px
    }
}

a {
    text-decoration: underline;
    color: #0453f1
}

a:hover {
    text-decoration: none
}

a img {
    border-color: #272727
}

a[href^="tel:"] {
    text-decoration: none;
    color: inherit
}

img,
input,
table,
textarea {
    max-width: 100%
}

.site_wrapper {
    display: flex;
    flex-direction: column
}

* {
    box-sizing: border-box
}

.block_inner {
    max-width: 1354px;
    margin: 0 auto
}

@media (min-width:768px) {
    .col2-field {
        display: flex
    }

    .col2-field .field {
        flex: 0 0 calc(50% - 8px);
        margin-right: 16px
    }

    .col2-field .field:nth-child(2) {
        margin-right: 0
    }
}

.oveflowHidden {
    overflow: hidden
}

.field {
    margin-bottom: 16px;
    position: relative
}

.field input[type=password],
.field input[type=tel],
.field input[type=text] {
    width: 100%;
    padding: 0 16px;
    height: 48px;
    background: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #000;
    border: 1px solid #1d1d1d;
    box-sizing: border-box;
    border-radius: 0;
    outline: none;
    font-family: "Montserrat", sans-serif;
    transition: all 0.3s
}

.field input[type=password]:focus,
.field input[type=password]:hover,
.field input[type=tel]:focus,
.field input[type=tel]:hover,
.field input[type=text]:focus,
.field input[type=text]:hover {
    border-color: rgba(4, 83, 241, 0.72)
}

.field select {
    width: 100%;
    padding: 0 16px;
    height: 48px;
    background: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #000;
    border: 1px solid #1d1d1d;
    box-sizing: border-box;
    border-radius: 0;
    outline: none;
    font-family: "Montserrat", sans-serif;
    transition: all 0.3s
}

.field select:focus,
.field select:hover {
    border-color: rgba(4, 83, 241, 0.72)
}

.field textarea {
    width: 100%;
    padding: 16px;
    height: 90px;
    background: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #000;
    border: 1px solid #1d1d1d;
    box-sizing: border-box;
    border-radius: 0;
    outline: none;
    font-family: "Montserrat", sans-serif;
    transition: all 0.3s
}

.field textarea:focus,
.field textarea:hover {
    border-color: rgba(4, 83, 241, 0.72)
}

.field .field_name {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #1d1d1d;
    padding-bottom: 8px
}

.field.checkbox label {
    position: relative;
    padding-left: 26px;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: rgba(29, 29, 29, 0.62);
    cursor: pointer;
    display: inline-block
}

.field.checkbox label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.field.checkbox label i {
    position: absolute;
    top: -2px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #1D1D1D;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: all 0.3s;
    background-color: #fff;
    z-index: 1
}

.field.checkbox label input:checked+i {
    background-color: #0453F1;
    border-color: #0453F1;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.6666 3.5L5.24992 9.91667L2.33325 7' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}

.field.radio ul {
    padding: 2px 0;
    margin: 0;
    list-style: none;
    max-height: 190px;
    overflow: auto
}

.field.radio ul li {
    margin-bottom: 10px
}

.field.radio ul li label {
    position: relative;
    padding-left: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #242424;
    cursor: pointer;
    display: inline-block
}

.field.radio ul li label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.field.radio ul li label span {
    position: absolute;
    top: -2px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #747576;
    background-color: #fff;
    border-radius: 50%;
    z-index: 1
}

.field.radio ul li label span:before {
    content: "";
    transition: all 0.3s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    background: #183E98;
    opacity: 0;
    border-radius: 50%
}

.field.radio ul li label input:checked+span {
    border-color: #183E98
}

.field.radio ul li label input:checked+span:before {
    opacity: 1
}

.jq-selectbox.jqselect {
    display: block !important;
    width: 100%
}

.jq-selectbox.jqselect .jq-selectbox__select {
    width: 100%;
    padding: 18px 16px 17px;
    height: 60px;
    background: none;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    text-transform: uppercase;
    color: #78B82A;
    border: 1px solid #78B82A;
    box-sizing: border-box;
    border-radius: 0;
    outline: none;
    font-family: "Montserrat", sans-serif;
    position: relative;
    cursor: pointer
}

.jq-selectbox.jqselect .jq-selectbox__select .jq-selectbox__select-text {
    width: 100% !important;
    margin: 0
}

.jq-selectbox.jqselect .jq-selectbox__select .jq-selectbox__trigger {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 24px;
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3.66528L6.01136 9.65392L5.05129 8.69385L11.0399 2.70521L12 3.66528Z' fill='%2378B82A'/%3E%3Cpath d='M5.98877 9.63599L0.000131678 3.64734L0.960205 2.68727L6.94884 8.67591L5.98877 9.63599Z' fill='%2378B82A'/%3E%3C/svg%3E%0A");
    background-position: 50%;
    background-repeat: no-repeat;
    margin: auto
}

.jq-selectbox.jqselect .jq-selectbox__dropdown {
    top: 100% !important;
    border: 1px solid #78B82A;
    background: #000;
    left: 0 !important;
    right: 0 !important;
    bottom: auto !important
}

.jq-selectbox.jqselect .jq-selectbox__dropdown ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.jq-selectbox.jqselect .jq-selectbox__dropdown ul li {
    padding: 18px 16px 17px;
    font-size: 22px;
    text-transform: uppercase;
    color: #78B82A;
    cursor: pointer
}

.jq-selectbox.jqselect .jq-selectbox__dropdown ul li.sel,
.jq-selectbox.jqselect .jq-selectbox__dropdown ul li:hover {
    color: #fff
}

.burger {
    flex: 0 0 44px;
    z-index: 71;
    width: 44px;
    height: 44px;
    background: #0453f1 url("data:image/svg+xml,%3Csvg width='21' height='18' viewBox='0 0 21 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.222168' y='0.445312' width='13.4444' height='2.44444' fill='%23ffffff'/%3E%3Crect x='16.1113' y='0.445312' width='4.88889' height='2.44444' fill='%23ffffff'/%3E%3Crect x='5.11133' y='7.77734' width='15.8889' height='2.44444' fill='%23ffffff'/%3E%3Crect x='0.222168' y='7.77734' width='2.44444' height='2.44444' fill='%23ffffff'/%3E%3Crect x='7.55566' y='15.1133' width='13.4444' height='2.44444' fill='%23ffffff'/%3E%3Crect x='0.222168' y='15.1133' width='4.88889' height='2.44444' fill='%23ffffff'/%3E%3C/svg%3E%0A") 50% no-repeat;
    box-sizing: border-box;
    cursor: pointer;
    display: none;
    position: relative;
    border-radius: 15px;
    margin-left: 16px
}

@media (max-width:1024px) {
    .burger {
        display: block
    }
}

.form-popup-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: auto;
    white-space: nowrap;
    text-align: center;
    font-size: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.5s;
    padding: 30px
}

@media (max-width:767px) {
    .form-popup-wrapper {
        padding: 16px
    }
}

.form-popup-wrapper:before {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    content: ""
}

.form-popup-wrapper.opened {
    opacity: 1;
    visibility: visible
}

.form-popup-wrapper .formExtraWrapper {
    width: 588px;
    margin: auto;
    position: relative;
    display: inline-block;
    white-space: normal;
    vertical-align: middle;
    text-align: left;
    z-index: 10
}

@media (max-width:767px) {
    .form-popup-wrapper .formExtraWrapper {
        width: 100%
    }
}

.form-popup-wrapper .formExtraWrapper .close-form {
    position: absolute;
    top: 56px;
    right: 59px;
    width: 36px;
    height: 36px;
    background: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M32.6266 34.0404C33.0171 34.4309 33.6502 34.4309 34.0408 34.0404C34.4313 33.6499 34.4313 33.0167 34.0408 32.6262L18.9145 17.5L34.0408 2.37373C34.4313 1.98321 34.4313 1.35004 34.0408 0.959521C33.6502 0.568996 33.0171 0.568996 32.6266 0.959521L17.5003 16.0857L2.3741 0.959519C1.98357 0.568995 1.35041 0.568995 0.959887 0.959519C0.569361 1.35004 0.569361 1.98321 0.959887 2.37373L16.0861 17.5L0.959889 32.6262C0.569365 33.0167 0.569365 33.6499 0.959889 34.0404C1.35041 34.4309 1.98358 34.4309 2.3741 34.0404L17.5003 18.9142L32.6266 34.0404Z' fill='%231D1D1D' /%3E%3C/svg%3E") 50% no-repeat;
    cursor: pointer;
    z-index: 101
}

@media (max-width:1024px) {
    .form-popup-wrapper .formExtraWrapper .close-form {
        top: 10px;
        right: 10px
    }
}

.form-b {
    font-size: 0;
    padding: 146px 16px 48px;
    box-sizing: border-box;
    position: relative;
    background: #fff;
    z-index: 100
}

@media (max-width:1024px) {
    .form-b {
        padding: 48px 16px
    }
}

.form-b .title {
    font-size: 56px;
    font-weight: 700;
    line-height: 57.12px;
    max-width: 500px;
    padding-bottom: 60px
}

.form-b .text {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    padding-bottom: 100px;
    max-width: 1000px
}

@media (max-width:1024px) {
    .form-b .title {
        font-size: 28px;
        line-height: 100%;
        padding-bottom: 20px
    }

    .form-b .text {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 24px
    }
}

.menu_burger {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 340px;
    z-index: 100;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    font-size: 0;
    opacity: 0;
    box-shadow: 0 0 0 6000px rgba(0, 0, 0, 0.8)
}

.menu_burger.opened {
    opacity: 1;
    visibility: visible
}

.menu_burger .menu_scroll {
    overflow: auto;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 0
}

.menu_burger .menuClose {
    position: absolute;
    top: 7px;
    right: 10px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    box-sizing: border-box;
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.7071 2.70711C23.0976 2.31658 23.0976 1.68342 22.7071 1.29289C22.3166 0.902369 21.6834 0.902369 21.2929 1.29289L22.7071 2.70711ZM1.29289 21.2929C0.902369 21.6834 0.902369 22.3166 1.29289 22.7071C1.68342 23.0976 2.31658 23.0976 2.70711 22.7071L1.29289 21.2929ZM2.70711 1.29289C2.31658 0.902369 1.68342 0.902369 1.29289 1.29289C0.902369 1.68342 0.902369 2.31658 1.29289 2.70711L2.70711 1.29289ZM21.2929 22.7071C21.6834 23.0976 22.3166 23.0976 22.7071 22.7071C23.0976 22.3166 23.0976 21.6834 22.7071 21.2929L21.2929 22.7071ZM21.2929 1.29289L1.29289 21.2929L2.70711 22.7071L22.7071 2.70711L21.2929 1.29289ZM1.29289 2.70711L21.2929 22.7071L22.7071 21.2929L2.70711 1.29289L1.29289 2.70711Z' fill='%231D1D1D'/%3E%3C/svg%3E%0A") 50% no-repeat
}

.menu_burger .menu_t>ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.menu_burger .menu_t>ul>li {
    padding: 2px 0
}

.menu_burger .menu_t>ul>li>a {
    display: block;
    font-style: normal;
    font-size: 18px;
    line-height: 27px;
    color: #1D1D1D;
    padding: 0 16px;
    text-decoration: none;
    position: relative
}

.menu_burger .menu_t>ul>li>a:hover {
    text-decoration: underline
}

.menu_burger .menu_t>ul>li>a .arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    width: 24px;
    height: 24px;
    margin: auto
}

.menu_burger .menu_t>ul>li>a .arrow:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 10px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    margin: auto
}

.menu_burger .menu_t>ul>li ul {
    padding: 10px 26px;
    margin: 0;
    list-style: none
}

.menu_burger .menu_t>ul>li ul li {
    padding: 4px 0
}

.menu_burger .menu_t>ul>li ul li a {
    display: block;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    color: #1D1D1D;
    padding: 0 16px;
    text-decoration: none;
    position: relative
}

.menu_burger .menu_t>ul>li.hasSubmenu ul {
    display: block
}

.menu_burger .menu_left_inner {
    padding-top: 20px
}

.menu_burger .menu_left_inner>ul {
    background: #fff;
    padding: 16px;
    margin: 0;
    list-style: none
}

.menu_burger .menu_left_inner>ul>li>a {
    display: block;
    padding: 0;
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #242424;
    transition: all 0.3s;
    text-decoration: none
}

.menu_burger .menu_left_inner>ul>li>a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    background: #183E98;
    height: 24px;
    opacity: 0;
    transition: all 0.3s;
    margin: auto
}

.menu_burger .menu_left_inner>ul>li ul {
    padding: 0 0 0 15px;
    margin: 0;
    list-style: none;
    display: none
}

.menu_burger .menu_left_inner>ul>li ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-decoration: none;
    color: #242424
}

.menu_burger .menu_left_inner>ul>li ul li a:hover {
    text-decoration: underline
}

.menu_burger .menu_left_inner>ul>li ul li.opened>a {
    text-decoration: underline
}

.menu_burger .menu_left_inner>ul>li.opened>a {
    background: rgba(24, 62, 152, 0.1);
    color: #183E98;
    font-weight: 700;
    font-style: italic;
    padding-left: 15px
}

.menu_burger .menu_left_inner>ul>li.opened>a:before {
    opacity: 1
}

.menu_burger .menu_left_inner>ul>li.opened>ul {
    display: block
}

.site_wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%
}

.content_block_wr {
    flex: 1 1 auto
}

.btn_button {
    display: block;
    border: none;
    background: #0453F1;
    border-radius: 30px;
    outline: none;
    padding: 10px 24px;
    font-family: Arial;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    transition: all 0.3s;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    text-transform: uppercase
}

.btn_button:hover {
    color: #fff;
    background: #1D1D1D
}

.btn_button.border {
    border: 1px solid #0453F1;
    color: #0453F1;
    background: none;
    padding: 9px 24px
}

.btn_button.border:hover {
    background: none;
    color: #1D1D1D;
    border-color: #1D1D1D
}

.header {
    padding: 32px 16px 95px;
    background: linear-gradient(221deg, #fff 0%, #EBE2C7 41.54%, #EDF2FC 100%)
}

@media (max-width:1024px) {
    .header {
        padding: 16px
    }
}

.header.inner_page {
    background: #fff
}

@media (max-width:1024px) {
    .header.inner_page {
        padding-bottom: 30px
    }
}

.header .header_top {
    display: flex;
    align-items: center
}

@media (max-width:767px) {
    .header .header_top {
        flex-wrap: wrap
    }
}

@media (max-width:1024px) {
    .header .header_top .logo {
        flex: 1 1 auto
    }
}

.header .header_top .logo a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    max-width: 268px
}

@media (max-width:767px) {
    .header .header_top .logo a {
        max-width: 150px
    }
}

.header .header_top .logo img {
    height: auto
}

.menu_top {
    flex: 1 1 auto;
    text-align: center;
    padding: 0 20px
}

@media (max-width:1024px) {
    .menu_top {
        display: none
    }
}

.menu_top>ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0
}

.menu_top>ul>li {
    display: inline-block;
    vertical-align: top;
    position: relative
}

.menu_top>ul>li>a {
    display: block;
    padding: 7px 12px;
    text-decoration: none;
    font-family: Arial;
    font-size: 17.16px;
    font-weight: 400;
    line-height: 27px;
    color: #1D1D1D
}

.menu_top>ul>li>a:hover {
    color: #0453F1
}

.menu_top>ul>li.current-menu-item>a {
    color: #0453F1
}

.menu_top>ul>li>ul {
    display: none;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 5px 5px;
    background: #0453F1;
    z-index: 10
}

.menu_top>ul>li>ul>li a {
    display: block;
    font-family: Arial;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    text-decoration: none
}

.menu_top>ul>li:hover>a {
    background: #0453F1;
    color: #fff
}

.menu_top>ul>li:hover>ul {
    display: block
}

.search_block {
    flex: 0 0 210px;
    margin-left: 24px
}

@media (max-width:767px) {
    .search_block {
        width: 100%;
        flex: none;
        margin: 16px 0 0;
        order: 1
    }
}

.search_block form {
    position: relative;
    border: 1px solid #1d1d1d;
    border-radius: 100px
}

.search_block form button {
    position: absolute;
    top: 0;
    left: 13px;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_107_9585)'%3E%3Cpath d='M6.76296 0C3.07194 0 0.0654297 2.99266 0.0654297 6.66667C0.0654297 10.3407 3.07194 13.3333 6.76296 13.3333C8.36803 13.3333 9.84207 12.766 10.9973 11.8242L14.9962 15.8047C15.0579 15.8687 15.1319 15.9198 15.2136 15.9549C15.2954 15.9901 15.3834 16.0087 15.4725 16.0096C15.5616 16.0105 15.6501 15.9937 15.7325 15.9602C15.8151 15.9267 15.8901 15.8771 15.953 15.8144C16.016 15.7517 16.0659 15.6771 16.0995 15.5949C16.1332 15.5128 16.1501 15.4248 16.1491 15.3361C16.1482 15.2474 16.1296 15.1598 16.0942 15.0784C16.0589 14.997 16.0076 14.9234 15.9433 14.862L11.9444 10.8815C12.8905 9.73159 13.4605 8.26434 13.4605 6.66667C13.4605 2.99266 10.454 0 6.76296 0ZM6.76296 1.33333C9.73005 1.33333 12.121 3.71325 12.121 6.66667C12.121 9.62008 9.73005 12 6.76296 12C3.79587 12 1.40493 9.62008 1.40493 6.66667C1.40493 3.71325 3.79587 1.33333 6.76296 1.33333Z' fill='%231D1D1D' /%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_107_9585'%3E%3Crect width='17.0787' height='17' fill='white' transform='translate(0.0654297)' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") 50% no-repeat;
    border: none;
    outline: none;
    cursor: pointer
}

.search_block form input {
    padding: 0 10px 0 45px;
    font-weight: 500;
    font-size: 16px;
    color: #11150E;
    height: 40px;
    width: 100%;
    border: none;
    outline: none;
    background: none
}

.lang_block {
    flex: 0 0 32px;
    position: relative
}

.lang_block .dropdown-item-current {
    padding: 4px 0;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 169%;
    color: #1d1d1d;
    cursor: pointer
}

.lang_block .dropdown_items {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(29, 29, 29, 0.5);
    display: none;
    z-index: 10
}

.lang_block .dropdown_items a {
    display: block;
    padding: 0;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 169%;
    color: var(--color-brand-white);
    text-decoration: none
}

.lang_block.active .dropdown-item-current {
    background: #0453f1;
    color: #fff
}

.lang_block.active .dropdown_items {
    display: block
}

.header_center {
    padding: 110px 0 0;
    text-align: center;
    max-width: 900px;
    margin: 0 auto
}

.header_center .name {
    font-size: 20px;
    font-weight: 500;
    line-height: 21px;
    padding-bottom: 26px
}

.header_center .title {
    font-size: 57.3px;
    font-weight: 700;
    line-height: 72px;
    padding-bottom: 26px
}

.header_center .text {
    font-size: 24px;
    font-weight: 400;
    line-height: 43px;
    padding-bottom: 90px
}

.header_center .btns {
    display: flex;
    justify-content: center;
    gap: 16px
}

.header_center .btns .btn_button {
    padding-left: 40px;
    padding-right: 40px
}

.header_center .btns .btn_button.icon {
    display: flex;
    gap: 26px;
    width: 384px;
    justify-content: center;
    align-items: center
}

.header_center .btns .btn_button.icon span {
    flex: 0 0 auto;
    white-space: nowrap
}

.header_center .btns .btn_button.icon i {
    flex: 0 0 24px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg width='24' height='19' viewBox='0 0 24 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_107_9603)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.5888 0.22616C18.5728 0.24116 18.5608 0.81716 18.5608 1.50716V2.76016H15.9608V3.96016H18.5608V6.52016H19.8008V3.96016H22.4008V2.76016H19.8018L19.7918 1.49016L19.7808 0.22016L19.1988 0.20916C18.8778 0.20316 18.6038 0.21016 18.5888 0.22616ZM2.24077 3.15516C1.87177 3.27516 1.67377 3.39916 1.37677 3.69616C1.06977 4.00416 0.883772 4.33416 0.804772 4.71216C0.773772 4.86116 0.760772 6.62816 0.761772 10.6722C0.761772 16.9122 0.753772 16.6722 0.980772 17.1192C1.10477 17.3652 1.50177 17.7942 1.75277 17.9542C1.85577 18.0202 2.05777 18.1162 2.20077 18.1672L2.46077 18.2602H18.2608L18.5208 18.1672C18.6764 18.1102 18.8264 18.0389 18.9688 17.9542C19.2198 17.7942 19.6168 17.3652 19.7408 17.1192C19.9628 16.6822 19.9598 16.7542 19.9598 12.4372L19.9608 8.45416L19.7508 8.48416C19.5515 8.5055 19.3512 8.51651 19.1508 8.51716L18.7608 8.52016V12.4302L18.7598 16.3402L18.6658 16.5422C18.6198 16.6494 18.5522 16.7461 18.4672 16.8261C18.3822 16.9061 18.2816 16.9677 18.1718 17.0072C18.0478 17.0502 16.6428 17.0602 10.3208 17.0602H2.62077L2.46077 16.9742C2.27021 16.8799 2.12157 16.718 2.04377 16.5202C1.96377 16.3422 1.96277 16.2822 1.96177 12.0132L1.96077 7.68716L6.15977 10.0192L10.3588 12.3522L13.9418 10.3602C15.9128 9.26416 17.5198 8.35316 17.5138 8.33416C17.5078 8.31516 17.3588 8.24616 17.1818 8.17916C16.9643 8.09458 16.7519 7.99741 16.5458 7.88816L16.2318 7.71816L13.3148 9.33916C11.7098 10.2312 10.3808 10.9602 10.3608 10.9602C10.3408 10.9602 8.44277 9.91416 6.14277 8.63716L1.96077 6.31316V5.64416C1.96077 4.99316 1.96377 4.96816 2.07077 4.75716C2.13611 4.62337 2.23329 4.50765 2.35377 4.42016L2.52777 4.30016L8.18977 4.29016L13.8518 4.27916L13.8268 4.07016C13.8052 3.87055 13.7878 3.67051 13.7748 3.47016L13.7488 3.08016L8.10477 3.08216C2.80777 3.08416 2.44677 3.08916 2.24077 3.15516Z' fill='%230453F1' /%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_107_9603'%3E%3Crect width='24' height='19' fill='white' transform='translate(0.360352)' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") 50% no-repeat
}

.header_center .btns .btn_button.icon:hover i {
    background: url("data:image/svg+xml,%3Csvg width='24' height='19' viewBox='0 0 24 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_107_9603)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.5888 0.22616C18.5728 0.24116 18.5608 0.81716 18.5608 1.50716V2.76016H15.9608V3.96016H18.5608V6.52016H19.8008V3.96016H22.4008V2.76016H19.8018L19.7918 1.49016L19.7808 0.22016L19.1988 0.20916C18.8778 0.20316 18.6038 0.21016 18.5888 0.22616ZM2.24077 3.15516C1.87177 3.27516 1.67377 3.39916 1.37677 3.69616C1.06977 4.00416 0.883772 4.33416 0.804772 4.71216C0.773772 4.86116 0.760772 6.62816 0.761772 10.6722C0.761772 16.9122 0.753772 16.6722 0.980772 17.1192C1.10477 17.3652 1.50177 17.7942 1.75277 17.9542C1.85577 18.0202 2.05777 18.1162 2.20077 18.1672L2.46077 18.2602H18.2608L18.5208 18.1672C18.6764 18.1102 18.8264 18.0389 18.9688 17.9542C19.2198 17.7942 19.6168 17.3652 19.7408 17.1192C19.9628 16.6822 19.9598 16.7542 19.9598 12.4372L19.9608 8.45416L19.7508 8.48416C19.5515 8.5055 19.3512 8.51651 19.1508 8.51716L18.7608 8.52016V12.4302L18.7598 16.3402L18.6658 16.5422C18.6198 16.6494 18.5522 16.7461 18.4672 16.8261C18.3822 16.9061 18.2816 16.9677 18.1718 17.0072C18.0478 17.0502 16.6428 17.0602 10.3208 17.0602H2.62077L2.46077 16.9742C2.27021 16.8799 2.12157 16.718 2.04377 16.5202C1.96377 16.3422 1.96277 16.2822 1.96177 12.0132L1.96077 7.68716L6.15977 10.0192L10.3588 12.3522L13.9418 10.3602C15.9128 9.26416 17.5198 8.35316 17.5138 8.33416C17.5078 8.31516 17.3588 8.24616 17.1818 8.17916C16.9643 8.09458 16.7519 7.99741 16.5458 7.88816L16.2318 7.71816L13.3148 9.33916C11.7098 10.2312 10.3808 10.9602 10.3608 10.9602C10.3408 10.9602 8.44277 9.91416 6.14277 8.63716L1.96077 6.31316V5.64416C1.96077 4.99316 1.96377 4.96816 2.07077 4.75716C2.13611 4.62337 2.23329 4.50765 2.35377 4.42016L2.52777 4.30016L8.18977 4.29016L13.8518 4.27916L13.8268 4.07016C13.8052 3.87055 13.7878 3.67051 13.7748 3.47016L13.7488 3.08016L8.10477 3.08216C2.80777 3.08416 2.44677 3.08916 2.24077 3.15516Z' fill='%231D1D1D' /%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_107_9603'%3E%3Crect width='24' height='19' fill='white' transform='translate(0.360352)' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") 50% no-repeat
}

@media (max-width:1024px) {
    .header_center {
        padding-top: 60px
    }

    .header_center .title {
        font-size: 36px;
        line-height: 42px
    }

    .header_center .text {
        padding-bottom: 60px
    }
}

@media (max-width:767px) {
    .header_center {
        padding-top: 30px
    }

    .header_center .title {
        font-size: 26px;
        line-height: 32px
    }

    .header_center .name {
        font-size: 16px;
        font-weight: 500;
        line-height: 21px;
        padding-bottom: 20px
    }

    .header_center .text {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 20px
    }

    .header_center .btns {
        max-width: 380px;
        margin: 0 auto;
        display: block
    }

    .header_center .btns .btn_button {
        font-size: 14px;
        padding-left: 16px;
        padding-right: 16px
    }

    .header_center .btns .btn_button.icon {
        width: auto;
        margin-bottom: 16px
    }
}

.footer {
    background: #1D1D1D;
    color: #fff;
    padding: 80px 64px 80px
}

@media (max-width:1024px) {
    .footer {
        padding: 30px 16px
    }
}

.footer .block_inner {
    max-width: 100%;
    position: relative
}

.footer .block_inner:before {
    content: "";
    position: absolute;
    top: -50px;
    right: 0;
    width: 535px;
    height: 351px;
    background: url(../files/map-icon.svg) 50% no-repeat;
    background-size: contain
}

@media (max-width:1024px) {
    .footer .block_inner:before {
        display: none
    }
}

.footer .block_inner .logo {
    position: absolute;
    top: -50px;
    right: 0
}

@media (max-width:1024px) {
    .footer .block_inner .logo {
        display: none
    }
}

.footer_top {
    display: flex;
    max-width: 1354px;
    margin: 0 auto;
    padding-bottom: 120px
}

@media (max-width:1024px) {
    .footer_top {
        padding-bottom: 30px
    }
}

@media (max-width:767px) {
    .footer_top {
        display: block
    }
}

.footer_top .name {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: var(--color-brand-white);
    padding-bottom: 16px
}

.footer .menu_footer {
    flex: 0 0 142px;
    margin-right: 260px
}

@media (max-width:767px) {
    .footer .menu_footer {
        margin: 0 0 20px
    }
}

.footer .menu_footer ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.footer .menu_footer ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: var(--color-brand-white);
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 5px 0
}

.footer .footer_contacts {
    flex: 0 0 245px
}

.footer .footer_contacts .soc a {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: var(--color-brand-white);
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 5px 0
}

.footer .footer_contacts .phone {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: var(--color-brand-white);
    text-decoration: none;
    padding: 5px 0
}

.footer .footer_contacts .email {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: var(--color-brand-white);
    padding: 5px 0
}

.footer .footer_contacts .email a {
    color: inherit;
    text-decoration: none
}

.footer .footer_bottom {
    border-top: 1px solid var(--color-brand-white);
    padding-top: 32px;
    text-align: center
}

.footer .footer_bottom .links {
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: center
}

.footer .footer_bottom .links a {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    text-decoration: underline;
    color: var(--color-brand-white)
}

.about_block {
    padding: 139px 16px 154px
}

.about_block .title_block {
    display: flex;
    align-items: start;
    padding-bottom: 65px
}

.about_block .title_block .title {
    font-size: 96px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    margin-right: 77px
}

.about_block .title_block .text {
    font-size: 24.17px;
    font-weight: 400;
    line-height: 36.4px;
    text-align: left;
    max-width: 785px;
    padding-top: 100px
}

@media (max-width:1024px) {
    .about_block .title_block {
        display: block;
        padding-bottom: 24px
    }

    .about_block .title_block .title {
        font-size: 46px;
        line-height: 1;
        margin: 0 0 20px
    }

    .about_block .title_block .text {
        padding-top: 0
    }
}

@media (max-width:767px) {
    .about_block .title_block {
        display: block;
        padding-bottom: 24px
    }

    .about_block .title_block .title {
        font-size: 34px;
        line-height: 1;
        margin: 0 0 20px
    }

    .about_block .title_block .text {
        font-size: 20px;
        line-height: 26px
    }
}

/* .about_block .inner {
    display: flex;
    gap: 20px
} */

@media (max-width:767px) {
    .about_block .inner {
        display: block
    }
}

.about_block .inner .item {
    text-decoration: none;
    padding: 10px 15px 35px;
    position: relative;
    border: 1px solid #0453F1;
    transition: all 0.3s;
    color: #1D1D1D;
	height: auto;
}

.about_block .inner .item:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(93.26deg, #265594 10.4%, #8CA4BE 101.06%);
    opacity: 0;
    transition: all 0.3s
}

.about_block .inner .item span {
    position: relative;
    z-index: 1;
    display: block
}

.about_block .inner .item .number {
    font-size: 48px;
    font-weight: 700;
    line-height: 58.51px;
    text-align: left;
    padding-bottom: 20px;
    transition: all 0.3s;
    color: #0453F1
}

.about_block .inner .item .body {
    font-size: 14px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left
}

.about_block .inner .item:hover {
    border-color: transparent;
    color: #fff
}

.about_block .inner .item:hover:before {
    opacity: 1
}

.about_block .inner .item:hover .number {
    color: #fff
}

@media (max-width:1024px) {
    .about_block .inner .item {
        padding: 16px 16px 24px
    }

    .about_block .inner .item .number {
        padding-bottom: 24px
    }
}

@media (max-width:767px) {
    .about_block .inner .item {
        margin-bottom: 16px;
        display: block
    }
}

.about_block .image {
    text-align: center;
    padding-top: 90px
}

@media (max-width:1024px) {
    .about_block .image {
        padding-top: 34px
    }
}

@media (max-width:767px) {
    .about_block .image {
        padding-top: 16px
    }
}

@media (max-width:1024px) {
    .about_block {
        padding: 24px 16px
    }
}

.swiper_arrow {
    display: flex;
    width: 108px;
    justify-content: space-between
}

.swiper_arrow .swiper_arrow_btn {
    width: 44px;
    height: 44px;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.3s;
    background: #8CA4BE url("data:image/svg+xml,%3Csvg width='12' height='11' viewBox='0 0 12 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_322_13532)'%3E%3Cpath d='M5.57129 1.50748L1.32869 5.82843L5.57129 10.1494' stroke='white' stroke-width='0.857143' /%3E%3Cpath d='M1.71429 6.02832H12' stroke='white' stroke-width='0.857143' /%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_322_13532'%3E%3Crect width='12' height='10.2857' fill='white' transform='matrix(-1 0 0 -1 12 10.7422)' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") 50% no-repeat
}

.swiper_arrow .swiper_arrow_btn:hover {
    background-color: #0453F1
}

.swiper_arrow .swiper_arrow_btn+.swiper_arrow_btn {
    transform: rotate(180deg)
}

.news_block_wr {
    padding: 0 16px 164px
}

@media (max-width:1024px) {
    .news_block_wr {
        padding: 16px 16px 34px
    }
}

.news_block_wr .title_block {
    display: flex;
    align-items: end;
    padding-bottom: 120px
}

.news_block_wr .title_block .title {
    font-size: 96px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    flex: 1 1 auto
}

@media (max-width:1024px) {
    .news_block_wr .title_block {
        padding-bottom: 24px
    }

    .news_block_wr .title_block .title {
        font-size: 46px;
        line-height: 1
    }

    .news_block_wr .title_block .text {
        padding-top: 0
    }
}

@media (max-width:767px) {
    .news_block_wr .title_block {
        display: block;
        padding-bottom: 24px
    }

    .news_block_wr .title_block .title {
        font-size: 34px;
        line-height: 1;
        margin: 0 0 20px
    }
}

.news_block_wr .item .image {
    padding-bottom: 24px
}

.news_block_wr .item .image img {
    max-height: 300px;
    width: 100%;
    object-fit: cover
}

.news_block_wr .item .date {
    display: inline-block;
    vertical-align: top;
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    text-align: left;
    background: #0453F1;
    color: #fff
}

.news_block_wr .item .name {
    padding-top: 16px;
    margin-bottom: 8px
}

.news_block_wr .item .name a {
    font-size: 24px;
    font-weight: 700;
    line-height: 33.6px;
    color: #1D1D1D;
    text-decoration: none
}

.news_block_wr .item .body {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 24px
}

.news_block_wr .item .link {
    padding-right: 32px;
    padding-left: 8px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #1d1d1d
}

.news_block_wr .item .link:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 24px;
    height: 24px;
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.70697 16.9492L15.414 11.2422L9.70697 5.53516L8.29297 6.94916L12.586 11.2422L8.29297 15.5352L9.70697 16.9492Z' fill='%231D1D1D' /%3E%3C/svg%3E") 50% no-repeat;
    margin: auto
}

.pro_block_wr {
    padding: 0 16px 134px;
    overflow: hidden
}

.pro_block_wr .title_block {
    display: flex;
    align-items: start;
    padding-bottom: 72px
}

.pro_block_wr .title_block .title {
    font-size: 96px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    margin-right: 77px
}

.pro_block_wr .title_block .text {
    font-size: 24.17px;
    font-weight: 400;
    line-height: 36.4px;
    text-align: left;
    max-width: 785px;
    padding-top: 100px
}

@media (max-width:1024px) {
    .pro_block_wr .title_block {
        display: block;
        padding-bottom: 24px
    }

    .pro_block_wr .title_block .title {
        font-size: 46px;
        line-height: 1;
        margin: 0 0 20px
    }

    .pro_block_wr .title_block .text {
        padding-top: 0
    }
}

@media (max-width:767px) {
    .pro_block_wr .title_block {
        display: block;
        padding-bottom: 24px
    }

    .pro_block_wr .title_block .title {
        font-size: 34px;
        line-height: 1;
        margin: 0 0 20px
    }

    .pro_block_wr .title_block .text {
        font-size: 20px;
        line-height: 26px
    }
}

.pro_block_wr .arrows {
    display: flex;
    justify-content: end;
    padding-bottom: 50px
}

@media (max-width:1024px) {
    .pro_block_wr .arrows {
        padding-bottom: 24px;
        justify-content: start
    }
}

.pro_block_wr .inner {
    margin-right: -22%
}

@media (max-width:1354px) {
    .pro_block_wr .inner {
        margin: 0 -16px
    }
}

.pro_block_wr .item {
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    min-height: 516px;
    width: 572px;
    display: flex;
    flex-direction: column;
    padding: 46px 38px;
    height: auto;
    text-decoration: none
}

.pro_block_wr .item:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: all 0.3s
}

.pro_block_wr .item:after {
    content: "";
    position: absolute;
    top: 112px;
    left: 54px;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.3s;
    background: radial-gradient(73.9% 79.58% at 86.36% 98.09%, #3B72FF 0%, rgba(63, 133, 145, 0) 100%)
}

.pro_block_wr .item:nth-child(2):after {
    background: radial-gradient(73.9% 79.58% at 86.36% 98.09%, #C4AF67 0%, rgba(85, 68, 23, 0) 100%)
}

.pro_block_wr .item:nth-child(3):after {
    background: radial-gradient(73.9% 79.58% at 86.36% 98.09%, #CACACA 0%, rgba(189, 189, 189, 0) 100%)
}

.pro_block_wr .item>div {
    position: relative;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s
}

@media (max-width:1024px) {
    .pro_block_wr .item {
        min-height: 400px;
        width: 400px;
        padding: 16px
    }

    .pro_block_wr .item:after,
    .pro_block_wr .item:before {
        opacity: 1
    }

    .pro_block_wr .item>div {
        opacity: 1
    }
}

@media (max-width:767px) {
    .pro_block_wr .item {
        width: 320px
    }
}

.pro_block_wr .item:hover:after,
.pro_block_wr .item:hover:before {
    opacity: 1
}

.pro_block_wr .item:hover>div {
    opacity: 1
}

.pro_block_wr .item .top {
    flex: 1 1 auto;
    padding-bottom: 20px
}

.pro_block_wr .item .top .name {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    padding-bottom: 16px;
    color: #fff
}

.pro_block_wr .item .top .subname {
    font-size: 50px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: -0.02em;
    color: #fff
}

@media (max-width:1024px) {
    .pro_block_wr .item .top .subname {
        font-size: 34px;
        line-height: 1
    }
}

.pro_block_wr .item .bottom .body {
    max-width: 400px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22.4px;
    color: #fff;
    padding-bottom: 32px
}

.pro_block_wr .item .bottom .btn {
    display: inline-block;
    vertical-align: top;
    padding: 10px 47px 10px 25px;
    border: 1px solid #fff;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 17.07px;
    letter-spacing: -0.01em;
    position: relative;
    color: #fff;
    text-transform: uppercase
}

.pro_block_wr .item .bottom .btn:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 18px;
    width: 10px;
    height: 10px;
    background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1L1 11M11 1C11 1 9.61111 1.55556 6.83333 1.55556C4.05556 1.55556 2.66667 1 2.66667 1M11 1C11 1 10.4444 2.38889 10.4444 5.16667C10.4444 7.94444 11 9.33333 11 9.33333' stroke='white' stroke-linecap='square' stroke-linejoin='round' /%3E%3C/svg%3E") 50% no-repeat;
    margin: auto
}

@media (max-width:1024px) {
    .pro_block_wr {
        padding: 16px 16px
    }
}

.logo_block_wr {
    padding: 0 16px 100px
}

.logo_block_wr .title {
    font-size: 96px;
    font-weight: 400;
    line-height: 1;
    text-align: left
}

.logo_block_wr .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    padding-top: 100px;
    flex-wrap: wrap
}

.logo_block_wr .inner .item {
    max-width: 200px;
    text-decoration: none
}

@media (max-width:1024px) {
    .logo_block_wr {
        padding: 0 16px 32px
    }

    .logo_block_wr .title {
        font-size: 46px;
        line-height: 1
    }

    .logo_block_wr .inner {
        gap: 32px;
        padding-top: 32px
    }

    .logo_block_wr .inner .item {
        max-width: 150px
    }
}

@media (max-width:767px) {
    .logo_block_wr .title {
        font-size: 34px;
        line-height: 1;
        margin: 0 0 20px
    }
}

.year-filter-slider {
	background: rgba(206,236,230,0.25);
	padding: 16px 60px;
	position: relative;
}

.year-filter-slider .swiper_arrow_btn {
	position: absolute;
	top:0;
	bottom:0;
	margin: auto;
}

.year-filter-slider .swiper_arrow_btn.swiper-year-prev {
	left: 10px;
}


.year-filter-slider .swiper_arrow_btn.swiper-year-next {
	right: 10px;
}


.year-filter-slider .swiper_arrow_btn.swiper-button-disabled {
	opacity: .5;
}

.year-filter_block .year {
	cursor: pointer;
	padding: 16px 16px;
	background: #fff;
	text-align:center;
	font-family: 'Montserrat';
	font-size: 24px;
	font-weight: 700;
	line-height: 22px;

}

.articles_wrap_list.reting_uni_list {
    display: flex;
    flex-direction: column;
}

.reting_uni_list .item {
    order: 0;
	width: 100%;
}