.hs_product_wrapper {
    margin: 0px 0 40px;
    gap: 40px;
}

.hs_product_left {
    position: sticky;
    top: 140px;
    gap: 40px;
    height: fit-content;
}

.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;
}

.hs_product_image img.loaded {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hs_product_left .hs_download_btn {
    width: fit-content;
}

.hs_product_right {
    flex: 1;
}

.hs_product_header {
    padding: 0 0px 20px;
    gap: 15px;
    border-bottom: 1px solid #BCC6D1;
    margin-bottom: 20px;
}

.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_page {
    padding: 40px 0 50px;
}

.hs_conf_product_type {
    font-weight: 600;
}

.hs_conf_product_descritpion {
    max-width: 1330px;
}

.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 60px;
}

.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 60px;
    gap: 30px;
}

.hs_conf_gear_page .hs_conf_related_products_header .download_link {
    display: none;
}

.hs_gear_features {
    margin: unset;
    padding: unset;
    list-style: none;
    margin-bottom: 40px;
}

.hs_gear_feature_header {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border: 1px solid #007BC1;
    background-color: #E2EBF1;
    font-size: 14px;
    color: #007BC1;
}

.hs_gear_feature_header div,
.hs_gear_feature div {
    padding: 11px 24px 10px;
}

.hs_gear_feature_header div:first-child {
    font-weight: 600;
    border-right: 1px solid #007BC1
}

.hs_gear_feature {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background-color: #F0F0F0;
    border: 1px solid #BCC6D1;
    border-top: unset;
    font-size: 14px;
}

.hs_gear_feature div:first-child {
    font-weight: 600;
    border-right: 1px solid #BCC6D1;
}

.hs_gear_feature:nth-child(2n) {
    background-color: #fff;
}

.hs_gear_image {
    width: 670px;
}

.hs_product_header .hs_btn {
    display: none;
}

.hs_product_gear_images_wrapper {
    width: 670px;
    gap: 16px;
}

.hs_product_gear_images_inner {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #E7ECF1;
    box-sizing: border-box;
    aspect-ratio: 1 / 1;
    background-color: #F2F7FA;
}

.hs_product_gear_images_inner .swiper {
    border-radius: 10px;
}

.hs_product_gear_image_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 670px;
    aspect-ratio: 1 / 1;
    padding: 0;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.hs_product_gear_image_inner img.loaded {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 50% 50%;
}

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

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

.hs_product_gear_images_inner .swiper-button-next {
    right: -16px;
}

.hs_product_gear_images_inner .swiper-button-prev {
    left: -16px;
}

.hs_product_gear_mini_images_inner {
    cursor: pointer;
    width: 100%;
    aspect-ratio: 1 / 1;
    border: 1px solid #E7ECF1;
    border-radius: 8px;
    background: #fff;
    transition: 0.5s;
    box-sizing: border-box;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.hs_product_gear_mini_images_inner img.loaded {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.swiper-slide-thumb-active .hs_product_gear_mini_images_inner {
    border: 1px solid #007BC1;
    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;
}