@charset "UTF-8";

/***** #Montserrat fonts *****/
@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/opensans/opensans_variable.ttf') format('truetype'),
        url('../fonts/opensans/opensans_italic_variable.ttf') format('truetype');
    font-weight: 300 900;
    font-stretch: 1% 100%;
    font-style: normal, italic;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/manrope/manrope_variable.ttf') format('truetype');
    font-weight: 300 900;
    font-stretch: 1% 100%;
    font-style: normal;
    font-display: swap;
}

html {
    height: 100%;
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.35;
    color: #002338;
    background-color: #FEFEFE;
    min-width: 320px;
    margin: unset;
}

input:focus-visible {
    outline: unset;
}

a {
    color: inherit;
    text-decoration: unset;
}

p {
    margin: unset;
    margin-bottom: 15px;
}

p:last-child {
    margin-bottom: unset;
}

.to_top {
    position: fixed;
    bottom: 100px;
    right: 85px;
    width: 50px;
    height: 50px;
    border: 1px solid #007BC1;
    border-radius: 5px;
    opacity: 0;
    z-index: -99;
    transition: .5s;
    overflow: hidden;
    cursor: pointer;
}

.to_top.show {
    opacity: 1;
    z-index: 10;
}

.to_top svg {
    transition: .3s;
}

.lazy {
    opacity: 0;
    transition: opacity 0.5s ease;
}

.lazy-loaded {
    opacity: 1;
}

.placeholder {
    opacity: 1;
}

/* HS Header */

.hs_header {
    position: sticky;
    top: 0;
    padding: 9px 0;
    background-color: #FEFEFE;
    box-shadow: 0px 12px 28px 0px #00304C1F;
    z-index: 99;
}

.hs_header_right_section {
    gap: 60px;
}

.header_contact_item {
    gap: 7px;
}

.header_contact_item_inner {
    gap: 2px;
    justify-content: space-between;
}

.header_contact_item svg {
    transition: .3s;
    color: #007BC1;
}

.header_contact_item_ttl {
    font-size: 14px;
}

.header_contact_item_link {
    font-weight: 600;
    font-size: 18px;
}

/* HS Header */

/* HS Btns */

.hs_read_more {
    gap: 10px;
    color: #007BC1;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    transition: .5s;
}

.hs_btn {
    width: 250px;
    height: 50px;
    cursor: pointer;
    border: 1px solid;
    box-sizing: border-box;
    border-radius: 5px;
    transition: 0.3s;
    font-weight: 400;
    text-decoration: unset;
    text-align: center;
}

.hs_main_btn {
    color: #FEFEFE;
    background-color: #007BC1;
    border-color: #007BC1;
}

.hs_transparent_btn {
    border-color: #FEFEFE;
    color: #FEFEFE;
    background-color: #00051273;
}

.hs_download_btn {
    color: #FEFEFE;
    background-color: #3E7F00;
    border-color: #3E7F00;
    gap: 3px;
    padding: 0 22px;
    width: unset;
}

.hs_btn_alt {
    border-color: #007BC1;
    color: #007BC1;
}

/* HS Btns */

/* HS Search */

.search_input {
    width: 100%;
    height: 50px;
    padding: 0 50px 0 20px;
    border: unset;
    border-radius: 5px;
    color: #002338;
    font-size: 16px;
    box-shadow: 0 1px 12px #002E4912;
    border: 1px solid #E7ECF1;
    box-sizing: border-box;
}

.active_search .search_input {
    border-bottom: unset;
    border-radius: 5px 5px 0 0;
}

.search_input::placeholder {
    color: #A5A5A5;
}

.hs_search_btn {
    position: absolute;
    right: 15px;
}

.search_form_wrapper {
    position: relative;
    height: 50px;
    min-width: 720px;
}

.search_form_inner {
    width: 100%;
    border-radius: 5px;
    background: #FEFEFE;
    box-shadow: 0px 1px 12px 0px #002E4912;
    transition: .3s;
}

.search_form_inner.active_search {
    border-bottom: unset;
    border-radius: 5px 5px 0 0;
}

.autocomplete-suggestions {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100% !important;
    padding: 15px 20px 20px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0px 10px 25px 0px #00304C2B;
    border: 1px solid #E7ECF1;
    border-top: unset;
    border-radius: 0px 0px 5px 5px;
    z-index: 1 !important;
    left: 0px;
    overflow: auto;
}

.autocomplete-suggestions:after {
    content: '';
    width: calc(100% - 20px);
    height: 1px;
    left: 10px;
    background: #BCC6D1;
    position: absolute;
    top: 0;
}

.autocomplete-suggestion {
    color: #A5A5A5;
}

.autocomplete-suggestion strong {
    color: #002338;
    font-weight: 600;
}

.i_active_search {
    display: none;
}

.active_search .i_active_search {
    display: block;
}

.active_search .i_close_search {
    display: none;
}

/* HS Search */

/* HS Main menu */

.header_menu {
    display: flex;
    align-items: center;
    gap: 50px;
    padding: unset;
    margin: unset;
    list-style: none;
}

.header_menu_eventer {
    gap: 7px;
    cursor: pointer;
}

.header_menu_level_1>.header_menu_eventer {
    height: 120px;
}

.header_menu_item_link_wrapper {
    gap: 10px;
}

.header_menu_item_link {
    font-size: 18px;
    text-decoration: unset;
    color: #002338;
    -webkit-text-stroke: 0px #007BC1;
    transition: .3s;
}

.header_menu_eventer_dropdown {
    transition: .3s;
}

.header_menu_level_2 {
    display: none;
    position: absolute;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    row-gap: 40px;
    top: 120px;
    left: 0;
    width: 100%;
    max-height: calc(100dvh - 120px);
    padding: 30px calc((100% - 1650px) / 2);
    box-sizing: border-box;
    background-color: #FEFEFE;
    border-bottom: 1px solid #E7ECF1;
    box-shadow: 0px 12px 28px 0px #00304C1F;
    z-index: 99;
}

.header_menu_level_2:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    background-color: #BCC6D1;
    width: 1650px;
}

.header_menu_item_2 {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.header_menu_item_2>.header_menu_item_link_wrapper>.header_menu_item_link {
    font-weight: 600;
}

.header_menu_level_3.header_menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.header_menu_level_2.header_menu_cat {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    height: 618px;
}

.header_menu_grid {
    width: calc(33% - 28px);
}

/* HS Main menu */

/* HS Languages */

.hs_header_languages {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    gap: 16px;
    transition: .3s;
}

a.hs_header_lang_item {
    cursor: pointer;
}

.hs_header_lang_item.active_lang {
    color: #007BC1;
}

/* HS Languages */

/* HS Footer */

footer {
    background-color: #00091F;
    color: #FEFEFE;
}

.footer_inner {
    padding: 70px 0;
    gap: 40px;
}

.footer_copyright_wrapper {
    padding: 20px 0;
    border-top: 1px solid #FFFFFF33;
}

.hs_footer_dev {
    color: #FEFEFE99;
}

.hs_footer_dev a {
    color: #FEFEFE;
}

.footer_desc {
    margin-left: 91px;
}

.footer_social {
    margin: 20px 0px 0px 91px;
    gap: 30px;
}

.social_item_bg {
    transition: .3s;
}

.hs_footer_contacts .hs_btn {
    margin-top: 50px;
    width: 298px;
    max-width: 100%;
}

.hs_footer_menus {
    gap: 40px;
    width: 1140px;
    max-width: 100%;
}

.hs_footer_menus_grid {
    display: grid;
    grid-template-columns: repeat(2, auto);
    row-gap: 60px;
    column-gap: 170px;
}

.hs_menu_footer {
    gap: 25px;
}

.hs_footer_menu_ttl {
    font-size: 25px;
    font-weight: 600;
}

.hs_menu_footer .menu_group__list {
    margin: unset;
    padding: unset;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 300px;
}

.footer_contact_item {
    width: max-content;
    gap: 8px;
    transition: .3s;
}

.footer_contact_item svg {
    min-width: 50px;
    transition: .3s;
    color: #007BC1;
}

/* HS Footer */

/* Inputs element */

:focus {
    outline: unset;
}

.form_group {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-bottom: 15px;
}

.form_input {
    font-family: 'Open Sans', sans-serif;
    height: 50px;
    box-sizing: border-box;
    padding: 23px 15px 5px;
}

.form_input::placeholder,
.form_textarea::placeholder {
    color: #A5A5A5;
    font-family: 'Open Sans', sans-serif;
}

.form_input_transparent {
    border-radius: unset;
    border: unset;
    border-bottom: 1px solid #BCC6D1;
    background-color: transparent;
}

.form_input_transparent:focus {
    border-bottom: 1px solid #002338
}

.form_textarea {
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #BCC6D1;
    border-radius: 5px;
    padding: 10px 15px;
    resize: vertical;
    background-color: transparent;
}

.form_textarea:focus {
    outline: unset;
    border: 1px solid #002338
}

select.error+.error,
.form_input+.error,
.form_textarea+.error {
    padding: 0 15px;
    font-size: 11px;
    font-weight: 400;
    color: #EA4545;
    margin-top: 1px;
    position: absolute;
    bottom: -1px;
}

.form_input.error,
.form_textarea.error {
    border-color: #EA4545;
}

select.error+label+.select2-container--default .select2-selection--single {
    border-color: #EA4545;
}

.message_error {
    background-color: #EA4545;
    border: 1px solid #BCC6D1;
    padding: 10px;
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
}

/* Inputs element */

/* select2 */

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    right: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: block;
    width: 11px;
    height: 11px;
    border: 4px solid #007BC1;
    border-radius: 2px;
    border-left: unset;
    border-bottom: unset;
    transform: rotate(135deg);
    margin-bottom: 6px;
    position: relative;
    left: unset;
    top: unset;
    margin-left: unset;
    margin-top: unset;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: #007BC1;
    border-width: 4px;
    transform: rotate(-45deg);
    margin-bottom: -6px;
}

.select2-dropdown {
    border-radius: 5px;
    border: 1px solid #E7ECF1;
}

.select2-results__option {
    padding-left: 15px;
    cursor: pointer;
}

.select2-results__option--highlighted {
    background: #f4f7f9;
}

.select2_wrapper {
    position: relative;
}

/* select2 */

/* Page header */

.hs_page_header {
    position: relative;
    background-attachment: fixed;
}

.hs_page_header>* {
    position: relative;
    z-index: 2;
}

.hs_page_header:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #000512CC;
}

.hs_page_header_inner {
    min-height: 330px;
    width: 100%;
    padding: 60px 0;
    box-sizing: border-box;
}

.hs_page_header_h1 {
    font-family: Manrope;
    font-size: 70px;
    font-weight: 700;
    text-align: center;
    color: #FEFEFE;
}

.breadcrumb_wrapper {
    background-color: #E2EBF1;
}

.breadcrumbs {
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
    margin: unset;
    padding: 20px 0;
    font-size: 14px;
    white-space: nowrap;
    overflow: auto;
    width: 100%;
    box-sizing: border-box;
}

.breadcrumbs li+li:before {
    content: "—";
    line-height: 1;
    font-weight: 900;
    margin-right: 5px;
    height: 16px;
}

.breadcrumbs li:last-child {
    color: #A5A5A5;
}

/* Page header */

/* Callback form */

.hs_callback_wrapper {
    padding: 100px 0;
    background-color: #F1F6F9;
}

.hs_callback_inner {
    max-width: 1085px;
    margin: 0 auto;
    gap: 165px;
}

.hs_callback_desc {
    flex: 1;
}

.hs_callback_desc_ttl {
    font-family: Manrope;
    font-size: 50px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 20px;
}

.hs_callback_desc_ttl span:first-child {
    color: #007BC1;
}

.hs_callback_desc_title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 40px;
}

.hs_callback_form {
    width: 390px;
}

.hs_callback_form .main_form_inputs {
    gap: 15px
}


.hs_callback_form_footer {
    margin-top: 15px;
}

.hs_callback_form .hs_btn {
    width: 100%;
}

.callback_form_success {
    gap: 15px;
    height: 100%;
    font-size: 18px;
    font-weight: 600;
}

/* Callback form */

/* Category item */

.hs_subcategory {
    border: 1px solid #E7ECF1;
    background-color: #F2F7FA;
    border-radius: 5px;
    padding: 30px 24px 15px;
    gap: 10px;
    justify-content: space-between;
    transition: .3s;
}

.hs_subcategory_name {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    transition: .3s;
}

.hs_subcategory_image {
    width: 240px;
    height: 240px;
    max-width: 100%;
    aspect-ratio: 1 / 1;
}

.hs_subcategory_image img {
    transition: .3s;
}

.hs_subcategory_image img.loaded {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Category item */


/* HS Product item */

.hs_product_item {
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #E7ECF1;
    box-shadow: 0px 2px 20px 0px #00507F1A;
    transition: .3s;
    gap: 25px;
}

.hs_product_item_name {
    font-size: 18px;
    font-weight: 600;
    transition: .3s;
}

.hs_product_item_content {
    flex: 1;
    gap: 16px;
}

.hs_product_item_annotation {
    font-size: 14px;
    line-height: 1.5;
}

.hs_product_item_annotation p {
    margin: unset;
    margin-bottom: 15px;
}

.hs_product_item_annotation p:last-child {
    margin-bottom: unset;
}

.hs_product_item_image {
    position: relative;
    border: 1px solid #E7ECF1;
    width: 180px;
    height: 180px;
    aspect-ratio: 1 / 1;
    box-sizing: border-box;
    background-color: #F1F6F9;
    border-radius: 5px;
}

.hs_product_item_image img.loaded {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hs_product_item_code {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 12px;
    font-weight: 400;
    color: #636363;
}

/* HS Product item */

/* Swiper custom */

.swiper_shadow {
    margin: -20px;
}

.product_swiper .swiper_shadow {
    padding: 20px;
}

.swiper_arrow_wrapper {
    position: relative;
    gap: 20px;
    margin-top: 60px;
}

.swiper_arrow_wrapper .swiper-button-next,
.swiper_arrow_wrapper .swiper-button-prev {
    position: relative;
    right: unset;
    left: unset;
    top: unset;
    width: unset;
    height: unset;
    margin-top: unset;
}

.swiper_custom_arrow {
    width: 48px;
    height: 48px;
    border: 1px solid #E7ECF1;
    background-color: #fff;
    border-radius: 5px;
    transition: .3s;
    color: #007BC1;
    box-sizing: border-box;
}

.swiper-button-next svg {
    transform: rotate(180deg);
}

.swiper_container {
    position: relative;
}

/* Swiper custom */

/* Blog item */

.hs_article_preview {
    border: 1px solid #E7ECF1;
    border-radius: 5px;
    padding: 10px 10px 20px;
    background-color: #F2F7FA;
    transition: .3s;
}

.hs_article_preview .hs_read_more {
    margin-top: auto;
}

.hs_article_preview_image {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    background-color: #fff;
    height: 330px;
    margin-bottom: 15px;
}

.hs_article_preview_image:before {
    background-image: inherit;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    transform: scale(1.2);
    filter: blur(10px) brightness(0.93);
}

.hs_article_preview_image img.loaded:not(.no_image) {
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 0;
}

.hs_article_preview_date {
    gap: 8px;
    font-size: 14px;
    line-height: 1.2;
    color: #A5A5A5;
    margin-bottom: 10px;
}

.hs_article_preview_name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    min-height: 49px;
    transition: .3s;
    display: -webkit-box;
    -Webkit-box-orient: vertical;
    overflow: hidden;
    -Webkit-line-clamp: 2;
}

.hs_article_preview_annotation {
    margin-bottom: 15px;
    display: -webkit-box;
    -Webkit-box-orient: vertical;
    overflow: hidden;
    -Webkit-line-clamp: 2;
}

.hs_post_video_label {
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 120px;
    height: 40px;
    background-color: #00091F;
    color: #fff;
    font-size: 16px;
    border-radius: 3px 0px 0px 3px;
}

/* Blog item */

/* Pagination */

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: unset;
    padding: 0 16px;
    gap: 10px;
}

.pagination__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    min-width: 40px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #007BC1;
    border-radius: 4px;
    background: transparent;
    transition: .3s;
    font-size: 16px;
    font-weight: 600;
    color: #007BC1;
    cursor: pointer;
}

.pagination__item a {
    display: flex;
}

.pagination__item.active {
    background-color: #00639B;
    border-color: #00639B;
    color: #fff;
}

.pagination__link_next svg {
    transform: rotate(180deg);
}

/* Pagination */

.hs_main_about_ttl {
    font-size: 70px;
    font-weight: 700;
    text-align: left;
}

.hs_main_about_ttl span:last-child {
    color: #007BC1;
}

.hs_main_about_wrapper {
    background-color: #E2EBF1;
}

.hs_main_about_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.hs_main_about_inner {
    gap: 40px;
}

.hs_main_about_desc {
    line-height: 1.6;
}

.hs_main_about_inner:nth-child(5n),
.hs_main_about_inner:nth-child(5n + 1) {
    padding: 106px 135px 106px 0px;
}

.hs_main_about_inner:nth-child(4n) {
    padding: 106px 0px 106px 135px;
}

.hs_about_image {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.hs_about_image_1 {
    clip-path: polygon(0% 100%, 100% calc(100% - 75px), 100% 0%, 0% 0%);
}

.hs_about_image_2 {
    clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 0% 75px);
}

.no_found_wrapper {
    padding: 40px 0 120px;
    gap: 10px;
}

.no_found_ttl {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}

.no_found_desc {
    text-align: center;
    margin-bottom: 30px;
}

.no_found_wrapper svg {
    max-width: 100%;
}

/* HS configurator */

.hs_conf_form_wrapper {
    position: relative;
    padding: 40px;
    background-image: url("../images/conf_bg.jpg");
    border-radius: 16px;
}

.gradient_conf_bg:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #001C2CB2;
    background-position: center;
    background-repeat: repeat;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 16px;
}

.hs_conf_form_wrapper>* {
    z-index: 1;
    position: relative;
}

.hs_conf_form {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    z-index: 10;
}

.hs_conf_form .hs_btn {
    height: 56px;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
}

.hs_conf_form_wrapper+label.error {
    display: block;
    color: red;
    position: relative;
    font-size: 20px;
    margin-top: 10px;
}

.hs_conf_form select.error+.error,
.form_input+.error,
.form_textarea+.error {
    font-size: 14px;
    bottom: -25px;
}

/* HS configurator */

.main {
    position: relative;
}

.hs_conf_ttl {
    margin: 0 0 33px 0px;
    font-size: 48px;
    font-weight: 700;
}

.configurator_wrapper {
    background-color: #E2EBF1;
    padding: 32px 0 39px;
}

.container_inner {
    max-width: 1330px;
    margin: 0 auto;
}

.hs_conf_cat_desc {
    margin-top: 60px;
}

.hs_conf_product_features {
    display: grid;
    grid-template-columns: repeat(2, auto);
    padding: unset;
    margin: unset;
    list-style: none;
    gap: 15px;
}

.hs_conf_product_feature {
    display: flex;
    flex-direction: column;
    letter-spacing: 0.02em;
}

.hs_conf_product_feature_name {
    color: #636363;
}

.download_link {
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline;
    color: #007BC1;
}