@font-face {
    font-family: "regular";
    font-display: swap;
    src: url("../../fonts/Roboto-Regular/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/Roboto-Regular/Roboto-Regular.woff") format("woff"), url("../../fonts/Roboto-Regular/Roboto-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "archivo-medium";
    font-display: swap;
    src: url("../../fonts/Archivo-Medium/Archivo-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/Archivo-Medium/Archivo-Medium.woff") format("woff"), url("../../fonts/Archivo-Medium/Archivo-Medium.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "roboto-medium";
    font-display: swap;
    src: url("../../fonts/Roboto-Medium/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/Roboto-Medium/Roboto-Medium.woff") format("woff"), url("../../fonts/Roboto-Medium/Roboto-Medium.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "icon";
    font-display: "auto";
    src: url("../../fonts/icons/icomoon.eot?6hzsjg");
    src: url("../../fonts/icons/icomoon.eot?6hzsjg#iefix") format("embedded-opentype"), url("../../fonts/icons/icomoon.ttf?6hzsjg") format("truetype"), url("../../fonts/icons/icomoon.woff?6hzsjg") format("woff");
    font-weight: normal;
    font-style: normal;
}

.icon_facebook:before {
    content: "\e919";
}

.icon_linkedin:before {
    content: "\e920";
}

.icon_youtube:before {
    content: "\e922";
}

.icon_msg:before {
    content: "\e923";
}

.icon_time:before {
    content: "\e924";
}

.icon_location:before {
    content: "\e925";
}

.icon_phone:before {
    content: "\e926";
}

.icon_whatsapp:before {
    content: "\e912";
}

.icon_arrow_left:before {
    content: "\e913";
}

.icon_arrow_right:before {
    content: "\e914";
}

.icon_s1_logo:before {
    content: "\e900";
}

.icon_twitter:before {
    content: "\e90d";
}

.icon_pinterest:before {
    content: "\e90e";
}

.icon_telegram:before {
    content: "\e91a";
}

.icon_ok:before {
    content: "\e91b";
}

.icon_vk:before {
    content: "\e91c";
}

.icon_google:before {
    content: "\e91d";
}

.icon_tiktok:before {
    content: "\e91e";
}

.icon_flickr:before {
    content: "\e91f";
}

.icon_down:before {
    content: "\e901";
}

.icon_left:before {
    content: "\e902";
}

.icon_right:before {
    content: "\e903";
}

.icon_close:before {
    content: "\e904";
}

.icon_check:before {
    content: "\e905";
}

.icon_search:before {
    content: "\e906";
}

.icon_globe:before {
    content: "\e907";
}

.icon_info:before {
    content: "\e908";
}

.icon_error:before {
    content: "\e911";
}

.icon_success:before {
    content: "\e909";
}

.icon_warning:before {
    content: "\e910";
}

.icon_linkedin:before {
    content: "\e90a";
}

.icon_youtube:before {
    content: "\e90b";
}

.icon_facebook:before {
    content: "\e90c";
}

.icon_instagram:before {
    content: "\e90f";
}

.list_info, .footer .inner_menu, .footer .footer_contacts > ul, .header .main_menu, .paging ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.stats_section > ul {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

@media screen and (min-width: 1025px) {
    .stats_section > ul {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media screen and (max-width: 1024px) {
    .stats_section > ul {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.main_bnner > picture > img,
.main_bnner > img, .why_us .right_block > img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.paging .prev_page:before {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
}

.inner_select.open:before {
    transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
}

.why_us .right_block > img {
    object-fit: cover;
}

.why_us .right_block iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
}

.why_us .right_block {
    position: relative;
    overflow: hidden;
}

.why_us .right_block:before {
    display: block;
    content: "";
    padding-bottom: 100%;
}

.inner_select:before, [class*=icon_]:before, .breadcrumbs li:not(:last-child):after, [class*=icon_]:after {
    font-family: "icon" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.text_animation {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

.header .menu_block img, .header .phone_link:before,
.header .whatsApp_link:before, .popup_block .popup_close.icon_close:before {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.secondary_btn, .primary_btn {
    display: inline-flex;
    vertical-align: top;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.header .search_toggle,
.header .search_btn {
    border: none;
    padding: 0;
    background: transparent;
}

.footer .footer_subtitle, .header .phone_link,
.header .whatsApp_link, .block_description, .primary_btn {
    font-size: 18px;
    line-height: 1.5em;
}

@media screen and (max-width: 1024px) {
    .footer .footer_subtitle, .header .phone_link,
    .header .whatsApp_link, .block_description, .primary_btn {
        font-size: 16px;
    }
}

.footer .inner_menu li a, .footer .footer_contacts > ul, .header .menu_btn, .field_block input,
.field_block textarea, .description_block, .secondary_btn {
    font-size: 16px;
    line-height: 25px;
}

.footer_bottom, .header .search_field input, .header .main_menu > li a, .standard_text, .field_block .field_name {
    font-size: 14px;
    line-height: 20px;
}

.page_title {
    font-family: "archivo-medium";
    margin: 0;
    color: inherit;
    letter-spacing: 0.01em;
    line-height: 1.4em;
}

@media screen and (min-width: 1281px) {
    .page_title {
        font-size: 400%;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .page_title {
        font-size: 350%;
    }
}

@media screen and (max-width: 1024px) {
    .page_title {
        font-size: 220%;
    }
}

.section_title {
    font-family: "archivo-medium";
    font-size: 240%;
    line-height: 1.17em;
    margin: 0;
    color: inherit;
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .section_title {
        font-size: 220%;
        line-height: 1.2em;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .section_title {
        font-size: 200%;
        line-height: 1.22em;
    }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
    .section_title {
        font-size: 18px;
        line-height: 1.25em;
    }
}

@media screen and (max-width: 575px) {
    .section_title {
        font-size: 16px;
        line-height: 1.3em;
    }
}

.sub_title {
    font-family: "archivo-medium";
    font-size: 300%;
    line-height: 1.25em;
    margin: 0;
    color: inherit;
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .sub_title {
        font-size: 250%;
        line-height: 1.3em;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .sub_title {
        font-size: 200%;
        line-height: 1.25em;
    }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
    .sub_title {
        font-size: 18px;
        line-height: 1.25em;
    }
}

@media screen and (max-width: 575px) {
    .sub_title {
        font-size: 16px;
        line-height: 1.25em;
    }
}

@media screen and (min-width: 1025px) {
    .stats_section, .footer .footer_contacts {
        margin-top: 120px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .stats_section, .footer .footer_contacts {
        margin-top: 80px;
    }
}

@media screen and (max-width: 768px) {
    .stats_section, .footer .footer_contacts {
        margin-top: 40px;
    }
}

@media screen and (min-width: 1025px) {
    .stats_section, .footer .footer_contacts {
        margin-bottom: 150px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .stats_section, .footer .footer_contacts {
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 768px) {
    .stats_section, .footer .footer_contacts {
        margin-bottom: 60px;
    }
}

.secondary_btn, .primary_btn {
    border: none;
    height: 40px;
}

@media screen and (min-width: 1025px) {
    .secondary_btn, .primary_btn {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 1024px) {
    .secondary_btn, .primary_btn {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.primary_btn {
    background: #009FE3;
    color: #ffffff;
    height: 54px;
    border-radius: 10px;
    font-family: "roboto-medium";
}

.loading.primary_btn {
    pointer-events: none;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.loading.primary_btn:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -4px -12px;
    border-radius: 50%;
    color: inherit;
    display: block;
    width: 8px;
    height: 8px;
    content: "";
    animation: loadAnimation 1.6s infinite linear;
}

.secondary_btn {
    background: #009FE3;
    color: #ffffff;
    height: 40px;
    border-radius: 10px;
    font-family: "roboto-medium";
}

.loading.secondary_btn {
    pointer-events: none;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.loading.secondary_btn:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -4px -12px;
    border-radius: 50%;
    color: inherit;
    display: block;
    width: 8px;
    height: 8px;
    content: "";
    animation: loadAnimation 1.6s infinite linear;
}

html {
    height: 100%;
    font-size: 10px;
    line-height: 1.4286em;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
}

html.web a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
}

body {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 100%;
    color: #333333;
    width: 100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    min-height: 100%;
    font-family: "regular";
}

body.popup_opened {
    overflow: hidden;
}

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

input,
select,
textarea,
button,
a,
.slick-slide {
    outline: none !important;
}

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

a {
    color: #009FE3;
}

a:not([href]) {
    pointer-events: none;
}

button {
    cursor: pointer;
    display: block;
}

img {
    max-height: none;
    border: none;
}

input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input,
textarea,
button {
    font-family: inherit;
    font-size: 100%;
}

.page_row {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (min-width: 1025px) {
    .page_row {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media screen and (max-width: 1024px) {
    .page_row {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.page_row .cb {
    flex: 0 0 100%;
    max-width: 100%;
}

.page_container {
    width: 100%;
    max-width: 1470px;
    margin: 0 auto;
}

@media screen and (min-width: 1025px) {
    .page_container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 1024px) {
    .page_container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.individual_hint,
.drop_list,
.drop_block {
    display: none;
}

.error_hint {
    display: block;
    max-height: 0;
    overflow: hidden;
    color: #C7383F;
}

.help-block.form-error {
    display: none !important;
}

.has-error .error_hint,
.has-error ~ .error_hint {
    max-height: 60px;
}

.error_hint {
    font-size: 1.4rem;
    line-height: 1.5em;
    position: absolute;
    left: 15px;
    bottom: -20px;
}

.error .error_hint,
.error ~ .error_hint {
    max-height: 60px;
}

.page_title {
    color: #1E1E20;
}

.block_description {
    color: #464D57;
}

.description_block {
    color: #464D57;
}

.field_block {
    position: relative;
}

.field_block input,
.field_block textarea {
    width: 100%;
}

.field_block textarea {
    resize: none;
    display: block;
}

.field_block {
    margin-bottom: 38px;
    flex: 0 0 50%;
    max-width: 50%;
}

@media screen and (min-width: 1025px) {
    .field_block {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 1024px) {
    .field_block {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 768px) {
    .field_block {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) and (min-width: 1025px) {
    .field_block {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 768px) and (max-width: 1024px) {
    .field_block {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.field_block.full_field {
    flex: 0 0 100%;
    max-width: 100%;
}

@media screen and (min-width: 1025px) {
    .field_block.full_field {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 1024px) {
    .field_block.full_field {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.field_block:has(:focus) .inner_select,
.field_block:has(:focus) .field_name {
    color: #1E1E20;
    border-color: #666666;
}

.field_block:has(:focus) input {
    border-color: #009FE3;
}

.field_block:has(.error) input {
    border-color: #C7383F;
}

.field_block input,
.field_block textarea {
    background: transparent;
    color: #727881;
    border: 1px solid #D3D9E0;
    padding: 14px 15px;
    outline: none !important;
    -webkit-border-radius: 0;
    border-radius: 10px;
}

.field_block input::placeholder,
.field_block textarea::placeholder {
    color: #727881;
    font-size: 1.6rem;
}

@media screen and (max-width: 1024px) {
    .field_block input::placeholder,
    .field_block textarea::placeholder {
        font-size: 1.4rem;
    }
}

.field_block .field_name {
    margin-bottom: 5px;
    display: block;
    color: #1E1E20;
}

.field_row {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -15px 0;
}

.field_row .validate_btn {
    min-width: 198px;
    text-transform: uppercase;
}

.inner_select {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    width: 100%;
    height: 50px;
    padding: 12px 15px;
    border-color: #D3D9E0 !important;
}

.inner_select li.disabled {
    display: none !important;
}

.inner_select:has(.disabled.selected) .current {
    color: #727881 !important;
}

.inner_select .current {
    color: #666666;
    line-height: 1.7em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (min-width: 769px) {
    .inner_select .current {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 1024px) {
    .inner_select .current {
        font-size: 1.4rem;
    }
}

.inner_select:after {
    display: none;
}

.inner_select:before {
    content: "\e901";
    display: block;
    margin-left: auto;
    font-size: 1.7rem;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.inner_select .nice-select-dropdown,
.inner_select .list {
    margin: 0;
    right: 0;
    top: 50px;
    border-radius: 0 0 10px 10px;
    font-size: 1.6rem;
    line-height: 25px;
}

.inner_select .nice-select-dropdown li,
.inner_select .list li {
    color: #1E1E20;
    padding: 0 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.inner_select .nice-select-dropdown li.selected,
.inner_select .list li.selected {
    background: none !important;
    color: #009FE3;
    font-weight: unset;
}

.inner_select .nice-select-dropdown li:hover,
.inner_select .list li:hover {
    background: #F5F6F7;
}

.popup_block {
    position: fixed;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.7);
    top: -100%;
    -o-transition: height 0s 0.3s, top 0.3s;
    -ms-transition: height 0s 0.3s, top 0.3s;
    -moz-transition: height 0s 0.3s, top 0.3s;
    -webkit-transition: height 0s 0.3s, top 0.3s;
    transition: height 0s 0.3s, top 0.3s;
}

.popup_block.showed {
    height: 100%;
    overflow-y: auto;
}

.popup_block.showed {
    top: 0;
    -o-transition: height 0s 0s, top 0.3s;
    -ms-transition: height 0s 0s, top 0.3s;
    -moz-transition: height 0s 0s, top 0.3s;
    -webkit-transition: height 0s 0s, top 0.3s;
    transition: height 0s 0s, top 0.3s;
}

.popup_block.form_popup .field_block:last-child {
    margin-bottom: 0;
}

.popup_block .popup_inner {
    display: flex;
    width: 100%;
    min-height: 100%;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.popup_block .popup_container {
    background: #ffffff;
    width: 100%;
    max-width: 862px;
    padding: 60px 70px;
    position: relative;
    border-radius: 10px;
}

@media screen and (max-width: 1024px) {
    .popup_block .popup_container {
        padding: 30px;
    }
}

.popup_block .page_title {
    margin-bottom: 20px;
}

.popup_block .popup_close.icon_close {
    border: none;
    background: none;
    display: block;
    position: absolute;
    right: 18px;
    top: 23px;
    z-index: 1;
    width: 40px;
    height: 40px;
    color: #000000;
    background: #F5F6F7;
    border-radius: 7px;
}

.popup_block .popup_close.icon_close:before {
    font-size: 2.7rem;
}

@media screen and (max-width: 1024px) {
    .popup_block .popup_close.icon_close {
        right: 10px;
        top: 10px;
        width: 30px;
        height: 30px;
    }

    .popup_block .popup_close.icon_close:before {
        font-size: 1.7rem;
    }
}

@media screen and (max-width: 768px) {
    .popup_block .field_row .validate_btn {
        width: 100%;
    }
}

.cb {
    display: block;
    clear: both;
}

.section_title {
    font-family: "archivo-medium";
    margin: 0;
}

.sub_title {
    font-family: "archivo-medium";
    margin: 0;
}

.hidden_label {
    display: none;
}

@keyframes loadAnimation {
    9% {
        box-shadow: none;
    }
    10% {
        box-shadow: -8px 0 0;
    }
    35% {
        box-shadow: -8px 0 0;
    }
    35.1% {
        box-shadow: -8px 0 0, 8px 0 0;
    }
    60% {
        box-shadow: -8px 0 0, 8px 0 0;
    }
    60.1% {
        box-shadow: -8px 0 0, 8px 0 0, 24px 0 0;
    }
    85% {
        box-shadow: -8px 0 0, 8px 0 0, 24px 0 0;
    }
    85.1% {
        box-shadow: none;
    }
    100% {
        box-shadow: none;
    }
}

.text_animation {
    -o-transition: transform 1s;
    -ms-transition: transform 1s;
    -moz-transition: transform 1s;
    -webkit-transition: transform 1s;
    transition: transform 1s;
}

.text_animation:not(.active) {
    transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
}

.contents_scroll {
    display: block;
    width: 100%;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

.showed .animation_step {
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.left_animation:not(.showed) .animation_step {
    transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
}

.right_animation:not(.showed) .animation_step {
    transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
}

.bottom_animation:not(.showed) .animation_step {
    transform: translate3d(0, 100vh, 0);
    -moz-transform: translate3d(0, 100vh, 0);
    -ms-transform: translate3d(0, 100vh, 0);
    -webkit-transform: translate3d(0, 100vh, 0);
    -o-transform: translate3d(0, 100vh, 0);
}

.top_animation:not(.showed) .animation_step {
    transform: translate3d(0, -100vh, 0);
    -moz-transform: translate3d(0, -100vh, 0);
    -ms-transform: translate3d(0, -100vh, 0);
    -webkit-transform: translate3d(0, -100vh, 0);
    -o-transform: translate3d(0, -100vh, 0);
}

.fade_animation:not(.showed) .animation_step {
    opacity: 0;
}

.firstSection .animation_step {
    animation: firstSection 1s;
}

@keyframes firstSection {
    0% {
        transform: translate3d(0, 100vh, 0);
        -moz-transform: translate3d(0, 100vh, 0);
        -ms-transform: translate3d(0, 100vh, 0);
        -webkit-transform: translate3d(0, 100vh, 0);
        -o-transform: translate3d(0, 100vh, 0);
    }
}

@keyframes showWithOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.breadcrumbs {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
}

.breadcrumbs .page_container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.breadcrumbs ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
}

.breadcrumbs li {
    font-size: 14px;
    line-height: 22px;
    color: #727881;
    display: flex;
    align-items: center;
    text-align: center;
}

.breadcrumbs li:not(:last-child):after {
    display: block;
    content: "\e903";
    color: inherit;
    margin: 0 2px;
}

.breadcrumbs li:last-child {
    color: #464D57;
}

.breadcrumbs li div {
    max-width: 100%;
    text-overflow: ellipsis;
    position: relative;
    overflow: hidden;
}

.breadcrumbs a {
    display: block;
    color: inherit;
    position: relative;
}

@media screen and (max-width: 768px) {
    .breadcrumbs {
        display: none;
    }
}

.tab_block {
    position: relative;
    -o-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.tab_block:not(.selected) {
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.main_bnner {
    position: relative;
    overflow: hidden;
    height: 30.2vw;
    min-height: 580px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    padding: 120px 0 60px;
}

.main_bnner > picture > img,
.main_bnner > img {
    object-fit: cover;
    object-position: bottom center;
}

.main_bnner .page_container {
    z-index: 2;
    position: relative;
}

.main_bnner .breadcrumbs {
    top: 66px;
    padding-top: 10px;
}

.main_bnner .main_info {
    max-width: 1300px;
    margin: 0 auto;
}

.main_bnner .page_title {
    color: inherit;
    max-width: 760px;
    margin-top: 40px;
}

.main_bnner .block_description {
    margin-top: 20px;
    max-width: 760px;
    color: #1E1E20;
}

.main_bnner .bnner_logo {
    margin-top: 40px;
}

.main_bnner .bnner_logo img {
    display: block;
    object-fit: contain;
    aspect-ratio: 175/198;
    border-radius: 10px;
}

.main_bnner .btn_block .primary_btn {
    min-width: 154px;
    height: 45px;
    background: #ffffff;
    color: #009FE3;
}

.main_bnner .btn_block .primary_btn:hover {
    background: #0074A0;
    color: #ffffff;
}

@media screen and (max-width: 1200px) {
    .main_bnner {
        padding: 80px 0 60px;
    }
}

@media screen and (max-width: 1024px) {
    .main_bnner {
        min-height: 480px;
        padding: 40px 0;
        height: auto;
    }

    .main_bnner .page_title,
    .main_bnner .bnner_logo {
        margin-top: 30px;
    }

    .main_bnner .breadcrumbs {
        top: 0;
    }
}

@media screen and (max-width: 768px) {
    .main_bnner {
        min-height: 360px;
    }
}

@media screen and (max-width: 575px) {
    .main_bnner {
        min-height: auto;
        margin-top: 0;
        overflow: visible;
        height: auto;
        padding: 0 0 6px;
        text-align: center;
    }

    .main_bnner > picture > img,
    .main_bnner > img {
        top: unset;
        height: 196px;
        position: relative;
        display: block;
    }

    .main_bnner .main_info {
        padding-top: 40px;
    }

    .main_bnner .btn_block .primary_btn {
        background: #F5F6F7;
    }

    .main_bnner .page_title {
        font-size: 300%;
    }

    .main_bnner .bnner_logo {
        margin-top: 20px;
    }

    .main_bnner .bnner_logo img {
        margin: 20px auto 0;
    }
}

.description_main .block_description > div {
    display: inline;
}

.description_main .block_description p {
    display: inline;
    margin: 0;
}

.description_main.opened .block_description {
    display: block;
}

.description_main.opened .more_less:before {
    content: attr(data-less);
}

.description_main .more_less {
    justify-content: center;
    margin-top: 20px;
    color: #464D57;
    font-size: 16px;
    line-height: 25px;
    text-decoration: underline;
    cursor: pointer;
    display: none;
}

.description_main .more_less:before {
    display: block;
    content: attr(data-more);
}

@media screen and (max-width: 768px) {
    .description_main:has(.collapsable) .more_less {
        display: inline-flex;
        vertical-align: top;
    }

    .description_main .block_description {
        position: relative;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 10;
        -webkit-box-orient: vertical;
    }
}

.paging ul {
    display: flex;
    align-items: center;
}

.paging li {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.paging li:first-child, .paging li:last-child {
    width: auto;
    height: auto;
}

.paging a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #333333;
    height: 100%;
    border-radius: 10px;
    background: transparent;
    font-size: 14px;
    font-family: "roboto-medium";
    line-height: 1.25em;
}

.paging a:hover {
    color: #009FE3;
}

.paging a.current_page {
    background: #009FE3;
    color: #ffffff;
    pointer-events: none;
}

.paging .next_page,
.paging .prev_page {
    color: #333333;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
}

.paging .next_page:before,
.paging .prev_page:before {
    content: "";
    display: block;
    content: "";
    border-style: solid;
    border-width: 4px 0px 4px 6px;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.paging .next_page.inactive,
.paging .prev_page.inactive {
    pointer-events: none;
    color: #D3D9E0;
}

.paging .next_page {
    margin-left: 5px;
}

.paging .prev_page {
    margin-right: 5px;
}

@media screen and (max-width: 1024px) {
    .paging {
        padding-top: 32px;
    }
}

@media screen and (max-width: 575px) {
    .paging {
        padding-top: 24px;
    }
}

@media screen and (max-width: 400px) {
    .paging a {
        width: 32px;
        height: 32px;
    }
}

.header {
    z-index: 100;
    box-shadow: 0 20px 30px 0 rgba(74, 165, 204, 0.0509803922);
    background: rgba(255, 255, 255, 0.6);
    padding: 10px 0;
    position: fixed;
    top: 0;
    width: 100%;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.header_inner {
    display: flex;
    align-items: center;
}

.header .main_logo {
    margin-right: 60px;
}

.header .main_logo a {
    font-size: 0;
    line-height: 0;
}

.header .main_logo img {
    width: auto;
    max-width: 149px;
    height: 42px;
    object-fit: contain;
}

.header .actions_block {
    display: flex;
    align-items: center;
    position: relative;
}

.header .call_btns {
    display: flex;
    margin-right: auto;
}

.header .phone_link,
.header .whatsApp_link {
    font-family: "roboto-medium";
    display: flex;
    align-items: center;
    color: #0074A0;
}

.header .phone_link:before,
.header .whatsApp_link:before {
    font-size: 2.3rem;
    margin-right: 10px;
    color: #ffffff;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    background: #009FE3;
}

.header .phone_link {
    margin-right: 40px;
}

.header .menu_block {
    width: 100%;
    max-width: 150px;
    border-radius: 10px 0 10px 10px;
    position: absolute;
    overflow: hidden;
    top: 100%;
    background: #ffffff;
    right: 0;
    width: 0;
    opacity: 0;
    -o-transition: opacity 0.5s 0s, width 0s 0.5s;
    -ms-transition: opacity 0.5s 0s, width 0s 0.5s;
    -moz-transition: opacity 0.5s 0s, width 0s 0.5s;
    -webkit-transition: opacity 0.5s 0s, width 0s 0.5s;
    transition: opacity 0.5s 0s, width 0s 0.5s;
    border: 1px solid #D3D9E0;
}

@media screen and (min-width: 1025px) {
    .header .menu_block {
        overflow: unset;
    }

    .header .menu_block:before {
        content: "";
        width: 91px;
        background: #ffffff;
        position: absolute;
        top: -2px;
        height: 2px;
        z-index: 1;
        right: 0;
    }
}

.header .menu_block img {
    width: auto;
    max-width: 149px;
    height: 30px;
    object-fit: contain;
    margin: 40px auto 20px;
}

@media screen and (min-width: 769px) {
    .header .menu_block img {
        display: none;
    }
}

.header .menu_inner {
    position: relative;
    height: 100%;
}

.header .main_menu {
    margin: 0;
    padding: 0;
    display: block;
}

.header .main_menu > li {
    position: relative;
}

.header .main_menu > li a {
    display: block;
    text-align: center;
    color: #1E1E20;
    padding: 10px 5px;
}

.header .menu_btn {
    position: relative;
    z-index: 101;
    width: 93px;
    height: 40px;
    border-radius: 10px;
    background: #ffffff;
    color: #1E1E20;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    font-family: "roboto-medium";
    padding: 0 10px;
    border: 1px solid #ffffff;
    border-bottom: 0;
}

.header .menu_btn:before, .header .menu_btn:after {
    display: block;
    content: "";
    position: absolute;
    left: 10px;
    border-top: 2px solid;
    width: 18px;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.header .menu_btn:before {
    top: 13px;
    transform-origin: left top;
    -webkit-transfrom-origin: left top;
}

.header .menu_btn:after {
    bottom: 13px;
    transform-origin: left bottom;
    -webkit-transfrom-origin: left bottom;
}

.header .menu_btn span {
    display: block;
    margin: 0 auto;
    width: 18px;
    margin-left: 0;
    border-top: 2px solid;
    -o-transition: opacity 0.2s 0.4s;
    -ms-transition: opacity 0.2s 0.4s;
    -moz-transition: opacity 0.2s 0.4s;
    -webkit-transition: opacity 0.2s 0.4s;
    transition: opacity 0.2s 0.4s;
}

.header .submenu_list {
    display: none;
    position: absolute;
}

.header .search_block {
    margin: 0 20px;
    position: relative;
    border-radius: 10px;
}

.header .search_block.opened .search_toggle {
    opacity: 0;
    pointer-events: none;
}

.header .search_block.opened .search_btn {
    opacity: 1;
    pointer-events: initial;
    background: #009FE3;
}

.header .search_block.opened .search_btn:before {
    color: #ffffff;
}

.header .search_block.opened .search_form {
    border-color: #D3D9E0;
    flex: 0 0 250px;
    max-width: 250px;
}

.header .search_form {
    display: flex;
    justify-content: flex-end;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid transparent;
    height: 40px;
    flex: 0 0 40px;
    max-width: 40px;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.header .search_field {
    flex: 1;
    width: 50%;
    position: relative;
    overflow: hidden;
}

.header .search_field input {
    border: none;
    background: transparent;
    width: 100%;
    color: #1E1E20;
    padding: 9px 15px;
}

.header .search_field input ::-webkit-input-placeholder {
    color: #727881;
}

.header .search_field input :-moz-placeholder {
    color: #727881;
}

.header .search_field input ::-moz-placeholder {
    color: #727881;
}

.header .search_field input :-ms-input-placeholder {
    color: #727881;
}

.header .search_toggle,
.header .search_btn {
    min-width: 40px;
    height: 40px;
    color: #1E1E20;
    border-radius: 10px;
    margin: -1px;
}

.header .search_toggle:before,
.header .search_btn:before {
    display: block;
    font-size: 2rem;
}

.header .search_btn {
    opacity: 0;
    pointer-events: none;
}

.header .search_toggle {
    position: absolute;
    top: 1px;
    right: 1px;
}

.menu_opened .menu_block {
    width: 100%;
    opacity: 1;
    -o-transition: opacity 0.5s 0s, width 0s 0s;
    -ms-transition: opacity 0.5s 0s, width 0s 0s;
    -moz-transition: opacity 0.5s 0s, width 0s 0s;
    -webkit-transition: opacity 0.5s 0s, width 0s 0s;
    transition: opacity 0.5s 0s, width 0s 0s;
}

.menu_opened .menu_btn {
    color: #009FE3;
    border-color: #D3D9E0;
}

@media screen and (min-width: 769px) {
    .menu_opened .menu_btn {
        border-radius: 10px 10px 0 0;
    }
}

.menu_opened .menu_btn span {
    opacity: 0;
    -o-transition: opacity 0.2s 0s;
    -ms-transition: opacity 0.2s 0s;
    -moz-transition: opacity 0.2s 0s;
    -webkit-transition: opacity 0.2s 0s;
    transition: opacity 0.2s 0s;
}

.menu_opened .menu_btn:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    left: 10px;
    top: 13px;
}

.menu_opened .menu_btn:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    left: 10px;
    bottom: 12px;
}

.header_fix .header {
    background: #ffffff;
}

.footer {
    opacity: 0;
    background: #1E1E20;
    padding: 60px 0 45px;
}

.footer .page_container {
    position: relative;
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-position-x: center;
    background-size: contain;
}

.footer .footer_top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.footer .logo {
    flex: 0 0 8.33%;
    max-width: 8.33%;
    padding: 0 10px;
}

.footer .footer_menu {
    flex: 0 0 41.66%;
    max-width: 41.66%;
    padding: 0 10px;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 1200px) {
    .footer .footer_menu {
        justify-content: unset;
        padding-left: 40px;
    }
}

.footer .footer_contacts {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 10px;
}

.footer .footer_contacts > ul {
    color: #ffffff;
}

.footer .footer_contacts > ul li {
    margin-bottom: 30px;
}

.footer .footer_contacts > ul span,
.footer .footer_contacts > ul a {
    color: inherit;
    display: flex;
    align-items: center;
    position: relative;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.footer .footer_contacts > ul span:before,
.footer .footer_contacts > ul a:before {
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3A3A3C;
    border-radius: 10px;
    margin-right: 10px;
    font-size: 1.8rem;
    border: 1px solid #3A3A3C;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.footer .footer_contacts > ul span.icon_whatsapp:before,
.footer .footer_contacts > ul a.icon_whatsapp:before {
    font-size: 2.4rem;
}

.footer .footer_contacts > ul a:hover > span {
    text-decoration: underline;
}

.footer .footer_contacts > ul a:hover:before, .footer .footer_contacts > ul a:hover:after {
    background: transparent;
    border-color: #727881;
}

.footer .footer_contacts .footer_subtitle {
    margin-bottom: 30px;
}

.footer .social_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px !important;
}

.footer .social_list > li {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
}

.footer .subscribe_section {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px;
}

.footer .inner_menu {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.footer .inner_menu li {
    padding: 0 30px;
}

.footer .inner_menu li a {
    background: #3A3A3C;
    padding: 11px 14px;
    display: block;
    border-radius: 10px;
    border: 1px solid #3A3A3C;
    color: #ffffff;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.footer .inner_menu li a:hover {
    background: transparent;
    border-color: #727881;
}

@media screen and (max-width: 1200px) {
    .footer .inner_menu li {
        padding: 0 10px;
    }
}

.footer .subscribe_section {
    margin-left: auto;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: end;
}

.footer .subscribe_section .validate_btn {
    position: absolute;
    right: 0;
    top: 0;
}

.footer .subscribe_section .field_block {
    margin-bottom: 0;
}

.footer .subscribe_section .field_block input {
    padding: 6px 15px;
    padding-right: 100px;
    border-radius: 10px;
    border: none;
    background: #3A3A3C;
    color: #ffffff;
}

.footer .subscribe_section .field_block input::placeholder {
    color: #D3D9E0;
}

.footer .footer_subtitle {
    color: #ffffff;
    margin-right: 30px;
}

.footer .subscribe_form {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 335px;
    position: relative;
}

.footer_bottom {
    color: #727881;
}

.footer_bottom .page_container {
    display: flex;
    flex-wrap: wrap;
}

.footer .copyrights {
    padding-right: 16px;
}

.footer .developer {
    margin-left: auto;
    padding-left: 16px;
}

.footer .developer a {
    color: inherit;
    margin-left: 16px;
}

.footer .developer a img {
    display: inline-block;
    width: auto;
    max-width: 114px;
    height: 14px;
    object-fit: contain;
}

@media screen and (max-width: 1024px) {
    .footer {
        padding: 20px 0 20px;
    }

    .footer .page_container {
        background-image: none !important;
    }

    .footer .footer_contacts,
    .footer .subscribe_section {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 50px;
        margin-bottom: 0;
    }

    .footer .logo {
        flex: 0 0 16.66%;
        max-width: 16.66%;
    }

    .footer .footer_menu {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .footer .subscribe_form {
        max-width: 100%;
        flex: 1;
    }
}

.content {
    position: relative;
    overflow-x: hidden;
}

@media screen and (min-width: 1025px) {
    .content {
        padding-bottom: 150px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .content {
        padding-bottom: 100px;
    }
}

.stats_main {
    background: #009FE3;
}

.stats_main .stats_section {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}

.stats_section {
    position: relative;
    padding: 50px 0 80px;
}

.stats_section > ul > li {
    flex: 0 0 25%;
    max-width: 25%;
}

@media screen and (min-width: 1025px) {
    .stats_section > ul > li {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 1024px) {
    .stats_section > ul > li {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.stats_section > ul .num_block {
    color: #ffffff;
    line-height: 1.4em;
    font-family: "archivo-medium";
}

@media screen and (min-width: 1281px) {
    .stats_section > ul .num_block {
        font-size: 65px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .stats_section > ul .num_block {
        font-size: 60px;
    }
}

@media screen and (max-width: 1024px) {
    .stats_section > ul .num_block {
        font-size: 30px;
    }

    .stats_section > ul > li {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 40px;
    }

    .stats_section {
        padding: 40px 0 40px !important;
    }

    .stats_section > ul > li{
        margin-bottom: 20px;
    }
}


.stats_section {
    padding: 50px 0 50px;
}

.search_result .stats_main li:not(:first-child) {
    border-top: unset !important;
}


.stats_section > ul .block_description {
    border-top: 1px solid #D3D9E0;
    padding-top: 20px;
    color: #ffffff;
}

@media screen and (max-width: 1024px) {
    .stats_section {
        padding: 40px 0 60px;
    }
}

.list_info {
    margin: 120px -40px 0;
    display: flex;
    flex-wrap: wrap;
}

.list_info .info_item {
    border-top: 1px solid #D3D9E0;
    padding-top: 40px;
}

.list_info > li {
    padding: 0 40px;
    flex: 0 0 50%;
    max-width: 50%;
}

.list_info .block_description {
    padding-top: 20px;
}

@media screen and (max-width: 1024px) {
    .list_info {
        margin: 80px -20px 0;
    }

    .list_info > li {
        padding: 0 20px;
    }

    .list_info .info_item {
        padding-top: 30px;
    }
}

.main_bnner .primary_btn {
    pointer-events: none;
}

.main_bnner .main_info {
    margin: 0;
}

.story_row {
    display: flex;
    flex-wrap: wrap;
    margin: 120px -15px 0;
}

.story_row .right_block,
.story_row .left_block {
    flex: 0 0 50%;
    max-width: 50%;
}

@media screen and (min-width: 1025px) {
    .story_row .right_block,
    .story_row .left_block {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 1024px) {
    .story_row .right_block,
    .story_row .left_block {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.story_row .right_block {
    display: flex;
    flex-direction: column;
}

.story_row .left_block > img {
    display: block;
    object-fit: cover;
    aspect-ratio: 677/677;
    max-width: 677px;
    height: auto;
    border-radius: 10px;
    width: 100%;
}

.story_row .sub_title {
    border-top: 1px solid #D3D9E0;
    padding-top: 40px;
}

.story_row .block_description {
    padding-top: 20px;
}

.story_row .story_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: self-end;
    margin: auto -10px 0;
    padding-top: 20px;
}

.story_row .story_block .description_block {
    color: #6F7276;
}

.story_row .info_story {
    padding: 0 10px;
}

.story_row .signature_img {
    padding: 0 10px;
}

.story_row .signature_img img {
    width: auto;
    max-width: 252px;
    height: 98px;
    object-fit: contain;
}

@media screen and (max-width: 1200px) {
    .story_row .signature_img img {
        max-width: 200px;
        height: 70px;
    }
}

@media screen and (max-width: 1024px) {
    .story_row {
        margin-top: 80px;
    }

    .story_row .sub_title {
        padding-top: 30px;
    }

    .story_row .signature_img img {
        max-width: 180px;
        height: 58px;
    }
}

.why_us {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 120px;
}

.why_us .right_block {
    width: 470px;
    border-radius: 10px;
}

.why_us .left_block {
    flex: 1;
    width: 50%;
    padding-right: 80px;
}

.why_us .sub_title {
    border-top: 1px solid #D3D9E0;
    padding-top: 40px;
}

.why_us .block_description {
    padding-top: 20px;
}

@media screen and (max-width: 1200px) {
    .why_us .left_block {
        padding-right: 40px;
    }

    .why_us .right_block {
        width: 420px;
    }
}

@media screen and (max-width: 1024px) {
    .why_us {
        margin-top: 80px;
    }

    .why_us .left_block {
        padding-right: 20px;
    }

    .why_us .right_block {
        width: 360px;
    }

    .why_us .sub_title {
        padding-top: 30px;
    }
}

.slider_section {
    margin-top: 120px;
}

.slider_section .title_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.slider_section .slider_btns {
    display: flex;
    padding-left: 30px;
}

.slider_section .swiper-button-next,
.slider_section .swiper-button-prev {
    width: 40px;
    height: 40px;
    color: #1E1E20;
    font-size: 24px;
    position: unset;
    right: unset;
    left: unset;
    bottom: unset;
    background: transparent;
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    .slider_section .swiper-button-next,
    .slider_section .swiper-button-prev {
        font-size: 20px;
    }
}

.slider_section .swiper-button-prev:after,
.slider_section .swiper-button-next:after {
    display: none;
}

.slider_section .swiper-button-prev {
    margin-left: 20px;
}

@media screen and (max-width: 1024px) {
    .slider_section {
        margin-top: 80px;
    }
}

.about_slider {
    display: flex;
    margin: 40px -15px 0;
    position: relative;
    overflow: hidden;
}

.about_slider:not(.swiper-initialized) .swiper-slide {
    max-width: 25%;
    flex: 0 0 25%;
}

.about_slider .swiper-slide {
    padding: 0 15px;
}

.about_slider .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #D3D9E0;
}

@media screen and (max-width: 1024px) {
    .about_slider {
        margin-top: 24px;
    }

    .about_slider:not(.swiper-initialized) .swiper-slide {
        max-width: 33.3%;
        flex: 0 0 33.3%;
    }
}

.footer .developer a, .footer {
    -o-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.inner_select .current, .header .search_toggle,
.header .search_btn {
    -o-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.primary_btn, .secondary_btn {
    -o-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.header .main_menu > li a, .popup_block .popup_close.icon_close:before, .header .menu_btn, .header .search_toggle:before,
.header .search_btn:before, .slider_section .swiper-button-next,
.slider_section .swiper-button-prev, .error_hint, .main_bnner .btn_block .primary_btn, .paging a {
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.popup_block .popup_close.icon_close:active:before, .header .menu_btn:active, .header .search_toggle:active:before,
.header .search_btn:active:before, .slider_section .swiper-button-next:active,
.slider_section .swiper-button-prev:active {
    color: #009FE3;
}

.primary_btn:active, .secondary_btn:active {
    background: #0074A0;
}

.footer .developer a:active {
    opacity: 0.7;
}

.inner_select .current:active, .header .search_toggle:active,
.header .search_btn:active {
    color: #000000;
}

.header .main_menu > li a:active {
    background: #F5F6F7;
    color: #009FE3;
    border-color: transparent;
}

@media (hover: hover) {
    .popup_block .popup_close.icon_close:hover:before, .header .menu_btn:hover, .header .search_toggle:hover:before,
    .header .search_btn:hover:before, .slider_section .swiper-button-next:hover,
    .slider_section .swiper-button-prev:hover {
        color: #009FE3;
    }

    .primary_btn:hover, .secondary_btn:hover {
        background: #0074A0;
    }

    .footer .developer a:hover {
        opacity: 0.7;
    }

    .inner_select .current:hover, .header .search_toggle:hover,
    .header .search_btn:hover {
        color: #000000;
    }

    .header .main_menu > li a:hover {
        background: #F5F6F7;
        color: #009FE3;
        border-color: transparent;
    }
}

/*# sourceMappingURL=index.css.map */

.stats_main {
    background: #009fe3;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 33px;
}
