.hs_product_wrapper {
    margin: 0px 0 40px;
    gap: 40px;
}

.hs_product_left {
    position: sticky;
    top: 140px;
    gap: 40px;
    height: fit-content;
    width: 100%;
    max-width: 810px;
}

.hs_product_image {
    /* width: 300px; */
    border-radius: 10px;
    border: 1px solid #E7ECF1;
    box-sizing: border-box;
    aspect-ratio: 1 / 1;
    background-color: #F2F7FA;
    overflow: hidden;
    align-items: center;
}
.hs_product_image img.loaded {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.hs_product_image .no_image {
    width: 100%;
    max-width: 300px!important;
    height: 300px!important;
}
.hs_product_left .hs_download_btn {
    width: fit-content;
}
.hs_product_right {flex: 1;}
.hs_product_header {
    padding: 0;
    margin-bottom: 14px;
}

.hs_product_garant {
    gap: 7px;
    font-weight: 600;
}

.hs_product_features {
    display: grid;
    grid-template-columns: repeat(2, auto);
    padding-left: 30px;
    margin: unset;
    margin-bottom: 35px;
    column-gap: 65px;
    row-gap: 16px;
    width: fit-content;
}

.hs_product_feature::marker {
    color: #636363;
}

.hs_product_feature_name {
    color: #636363;
}

.hs_product_right .hs_btn {
    width: 330px;
    max-width: 100%;
}

.hs_product_tabs {
    margin: 50px 0 20px;
    border: 1px solid #007BC1;
    border-radius: 5px;
    overflow: hidden;
}

.hs_product_tab {
    flex: 1;
    min-height: 35px;
    padding: 5px 13px;
    background-color: transparent;
    transition: .3s;
    font-size: 14px;
    font-weight: 600;
    color: #007BC1;
    text-align: center;
}

.hs_product_tab:not(:last-child) {
    border-right: 1px solid #007BC1
}

.hs_product_tab_active {
    background-color: #E2EBF1;
}

.hs_product_tab_content {
    display: none;
    padding-left: 25px;
}

.hs_product_article {
    font-size: 14px;
    line-height: 1;
    gap: 7px;
    cursor: pointer;
}

.hs_featured_products_wrapper {
    margin-bottom: 120px;
    gap: 70px;
}

.hs_featured_products_ttl {
    font-size: 50px;
    font-weight: 600;
    text-align: left;
}

.hs_featured_products_ttl:not(.reverse_ttl) span:last-child {
    color: #007BC1;
}

.hs_featured_products_ttl.reverse_ttl span:first-child {
    color: #007BC1;
}

.hs_conf_product_type {
    font-weight: 600;
}

.hs_conf_product_descritpion_ttl {
    /* font-family: 'Manrope'; */
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
}

.hs_conf_related_products_wrapper {
    margin: 40px 0 100px;
}

.hs_conf_related_products_header {
    margin-bottom: 24px;
    gap: 24px;
}

.hs_conf_related_products_ttl {
    font-family: 'Manrope';
    font-size: 24px;
    font-weight: 700;
}

.hs_conf_related_products_list {
    gap: 16px;
}

.hs_conf_related_products_list_header {
    display: grid;
    grid-template-columns: 64px auto 130px 200px 270px 260px 140px;
    gap: 40px;
    margin-bottom: 16px;
    padding: 0 20px 0 15px;
    color: #636363;
}

.hs_related_product_item {
    display: grid;
    grid-template-columns: 64px auto 130px 200px 270px 260px 140px;
    gap: 40px;
    padding: 17px 20px 17px 15px;
    border-radius: 5px;
    border: 1px solid #E7ECF1;
    box-shadow: 0px 2px 20px 0px #00507F1A;
    transition: .5s;
}

.hs_related_product_item_image {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #E7ECF1;
    box-sizing: border-box;
    aspect-ratio: 1 / 1;
    background-color: #F1F6F9;
    overflow: hidden;
}

.hs_related_product_item_image img.loaded {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hs_related_product_item .hs_btn.hs_main_btn {
    width: 100%;
    height: 45px;
}

.hs_related_product_item_inner {
    padding-top: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    letter-spacing: 0.02em;
}

.hs_related_product_item_name {
    font-weight: 700;
}

.hs_related_product_item_mobile,
.hs_related_product_feature_ttl_mobile {
    display: none;
}

.hs_conf_product_page_header {
    gap: 40px;
    margin-bottom: 40px;
}

.hs_conf_product_page_header .hs_conf_ttl {
    margin-bottom: unset;
}

.hs_conf_product_page_header .hs_main_btn {
    width: 330px;
}

.hs_product_header_inner {
    gap: 40px;
}

.hs_product_gear_wrapper {
    margin: 0px 0 50px;
    gap: 50px;
    border-bottom: 1px solid #DFE5EA;
    padding-bottom: 50px;
}
.product_block_wrapper {
    display: flex;
    gap: 50px;
    width: 100%;
    align-items: flex-start;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #DFE5EA;
}
.product_descritpion_block{border: none;}
.browsed_products_wrapper .products_list,
.hs_conf_related_products_wrapper .products_list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.product_descritpion ul, .product_descritpion ol{padding-left: 20px;}
.product_title_block {
    border-radius: 10px;
    background-color: #F2F7FA;
    height: 675px;
    width: 100%;
    max-width: 790px;
    max-height: 675px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 65px;
}
.features_wrapper, .product_descritpion{
    width: 100%;
    max-width: 810px;
}
.product_ttl{
    font-weight: 700;
    font-size: 55px;
    color: var(--basic-company);
    text-align: center;
    display: block;
    max-width: 620px;
    line-height: 130%;
}
.hs_gear_features {
    margin: unset;
    padding: unset;
    list-style: none;
    border: 1px solid #DFE5EA;
    border-radius: 10px;
    overflow: hidden;
}
.hs_gear_feature_header {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    font-size: 20px;
    color: #23323C;
    background-color: #EDF3F6;
    font-weight: 600;
}
.hs_gear_feature_header div,
.hs_gear_feature div {padding: 14px 10px;border-bottom: 1px solid #DFE5EA;}
.hs_gear_feature {display: grid;grid-template-columns: repeat(2, 1fr);font-size: 16px;}
.hs_gear_feature div:first-child, .hs_gear_feature_header div:first-child{border-right: 1px solid #DFE5EA;}
.hs_gear_feature:last-child div{border-bottom: none;}
.hs_gear_feature div:first-child{font-size: 16px;font-weight: 600;}
.hs_product_header .hs_btn,
.hs_conf_gear_page .hs_conf_related_products_header .download_link {display: none;}
.hs_product_gear_images_inner {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #F4F3F3;
    box-sizing: border-box;
    background-color: #F7F6F6;
}
.hs_product_gear_image_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 100%;
}
.hs_product_gear_image_inner img.loaded {object-fit: contain;}
.swiper-button-next {right: 24px;}
.swiper-button-prev {left: 24px;}
.hs_product_gear_mini_images_inner {
    width: 100px;
    height: 100px;
    border: 1px solid #F4F3F3;
    border-radius: 10px;
    background: #fff;
    transition: .5s;
    box-sizing: border-box;
    overflow: hidden;
}
.hs_product_gear_mini_images_inner img.loaded {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.fn_gear_mini_images,
.gear_mini_images .swiper_container{
    width: 100px;
    height: 100%;
}
.fn_gear_mini_images{max-height: 690px;min-height: 690px;}
/* .fn_gear_mini_images .swiper-slide{height: 100px!important;} */
.hs_product_gear_images_wrapper{display: flex;flex-direction: row-reverse;gap: 20px;}
.gear_images{width: calc(100% - 120px);}
.swiper-slide-thumb-active .hs_product_gear_mini_images_inner {
    border: 1px solid var(--basic-company);
    background-color: #F2F7FA;
}
.mobile_panel {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0px 4px 30px 0px #00000040;
    padding: 16px;
    box-sizing: border-box;
    transition: .5s;
    z-index: 11;
}
.mobile_panel_inner {
    width: 100%;
    gap: 12px;
}
.mobile_panel_inner .hs_main_btn {
    width: 100%;
    flex: 1;
}
.download_link_icon {
    width: 50px;
    height: 50px;
    border: 1px solid #BCC6D1;
    border-radius: 5px;
}
.hs_conf_product_page{padding: 10px 0 100px;}
.hs_product_right .product-page__sku{position: static;padding: 10px 14px;color: #23323C;display: flex;align-items: center;gap: 5px;}
.hs_product_right .sku_nubmer{font-size: 16px;line-height: 160%;font-weight: 500;display: flex;align-items: center;gap: 14px;}
.hs_product_right .hs_conf_product_descritpion ul{padding-left: 20px;}
.hs_product_right .hs_conf_product_descritpion {font-size: 18px;line-height: 160%;font-weight: 400;}
.hs_product_right .hs_conf_product_descritpion ul li, 
.hs_product_right .hs_conf_product_descritpion ol li, .hs_product_right .hs_conf_product_descritpion p{line-height: 160%;}
.hs_product_right .hs_conf_product_descritpion ul li, 
.hs_product_right .hs_conf_product_descritpion ol li,
.product_descritpion ul li, .product_descritpion ol li{margin-bottom: 8px;}
.browsed_products_wrapper{padding-bottom: 100px;}
.product_buttons {display: flex;gap: 24px;margin-top: 50px;}
.product_buttons .wishlist_button svg{width: 24px; height: 24px;}
.product_buttons .wishlist_button{
    width: 100%;
    max-width: 280px;
    border: 1px solid var(--basic-company);
    color: var(--basic-company);
    position: static;
    gap: 16px;
    transition: all .5s ease;
    cursor: pointer;
}
.product_buttons .wishlist_button:hover{background-color: #EAF4F9;color: var(--basic-company);}
.fast_order_button {
    width: 100%;
    max-width: 280px;
    border: 1px solid var(--basic-company);
    background-color: var(--basic-company);
    color: #FEFEFE;
    transition: all .5s ease;
    cursor: pointer;
    padding: 12px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
.fast_order_button:hover{
    box-shadow: 0px 3px 17px 0px #00639BA8;
    background-color: #00639B;
}
.gear_images .swiper_container, .fn_gear_images {height: 100%;}