/* детальне товару */

.catalog_details {
    margin-bottom: 30px;
}

.tab_control {
    display: none;
}

.content_part {
    display: none;
    padding: 20px 0 40px 0;
}

.content_part.active {
    display: block;
}

.content_part iframe,
.product_video {
    width: 100%;
}

.content_part img {
    height: auto;
}

.product_header {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border-color)
}

.product_header * {
    color: #3e3e3e;
}

.product_header h1 {
    font-weight: 400;
}

.catalog_details .title {
    margin-bottom: 18px;
}

.detail_cod {
    white-space: nowrap;
    display: inline-block;
    width: max-content;
    font-weight: 700;
    font-size: 16px;
    padding: 6px 10px;
    background-color: #fdeaa9;
}

.details_box {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.details_sliders {
    box-sizing: content-box;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 0 auto 20px auto;
    padding: 35px 0;
    max-width: 550px;
    width: 100%;
}

.details_sliders .product_status {
    right: auto;
    left: 0;
}

.details_sliders .gift_wrap {
    right: 0;
    left: auto;
}

.sub_slider {
    display: none;
    width: calc(100% + 8px);
    margin: 0 -4px;
    order: 1;
}
.sub_slider:not(.slick-initialized) {
    overflow: hidden;
}

.sub_slider:not(.slick-initialized) .sub_photo {
    flex: 0 0 calc((100% / 4) - 8px);
}

.sub_slider .slick-list {
    display: flex;
}

.sub_slider .slick-track {
    display: flex;
}


.sub_slider .slick-arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0;
    background-color: transparent;
    padding: 0;
    border: none;
    width: 66px;
    height: 20px;
    z-index: 1;
    cursor: pointer;
}

.sub_slider .slick-arrow::before,
.sub_slider .slick-arrow::after {
    content: "";
    width: 33px;
    height: 2px;
    background-color: var(--border-color);
    position: absolute;
    top: 0;
    transition: 0.3s;
}

.sub_slider .slick-arrow::before {
    left: calc(50% - 0.5px);
    transform-origin: left;
    transform: rotate(25deg)
}

.sub_slider .slick-arrow::after {
    right: calc(50% - 0.5px);
    transform-origin: right;
    transform: rotate(-25deg)
}

.sub_slider .slick-arrow.slick-prev {
    top: -35px;
}

.sub_slider .slick-arrow.slick-next {
    bottom: -35px;
    transform:  translateX(-50%) rotate(-180deg);
}


.sub_slider .slick-arrow:hover::before,
.sub_slider .slick-arrow:hover::after {
    background-color: var(--main-color);
}

.sub_slider .sub_photo {
    display: block;
    margin: 0 4px;
    width: calc((100% / 4) - 8px);
    height: auto;
    aspect-ratio: 1 / 1;
    border: 2px solid transparent;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    transition: border-color 0.3s;
    position: relative;
}

.sub_slider .sub_photo.slick-current {
    border-color: var(--main-color);
}

.sub_slider .sub_photo.slick-current img, 
.sub_slider .sub_photo.slick-current video {
    opacity: 1;
}

.sub_photo img, 
.sub_photo video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: #fff;
    opacity: 0.5;
    transition: 0.3s;
}

.sub_photo:hover img, 
.sub_photo:hover video {
    opacity: 1;
}

.main_slider-wrap {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    margin-bottom: 16px;
    padding-bottom: 73.035%;
    cursor: pointer;
}

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

.main_slider:not(.slick-initialized) {
    display: flex;
    overflow: hidden;
}

.main_slider:not(.slick-initialized) .main_photo {
    flex: 0 0 100%;
}

.main_slider .slick-arrow {
    font-size: 0;
    border: 0;
    background-color: transparent;
    width: 30px;
    height: 125px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.main_slider .slick-arrow.slick-prev {
    left: 0;
}

.main_slider .slick-arrow.slick-next {
    right: 0;
    transform: translateY(-50%) rotate(180deg);
}

.main_slider .slick-arrow::before {
    content: "";
    background-image: url(../images/slider-arrow-gray-2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 100px;
    width: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}




.main_slider .slick-list {
    width: 100%;
    height: 100%;
}

.main_slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    top: calc(100% + 16px);
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    z-index: 1;
}

.main_slider .slick-dots li {
    display: flex;
    margin: 0
}

.main_slider .slick-dots button {
    font-size: 0;
    border: none;
    display: flex;
    padding: 0;
    width: 0;
    height: 16px;
    background-color: #fff0;
    border-radius: 50%;
    transition: background-color 0.3s, width 0.3s;
    position: relative;
    /* cursor: pointer; */
}

.main_slider .slick-dots li.slick-active button {
    background-color: var(--btn-bg)
}

.main_slider .slick-dots button::before {
    content: "";
    display: flex;
    width: 0;
    height: 8px;
    background-color: #D9D9D9;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1
}

.main_slider .slick-dots li.slick-active {
    display: block
}

.main_slider .slick-dots li.slick-visible {
    margin: 0 4px
}

.main_slider .slick-dots li.slick-visible button {
    width: 16px
}

.main_slider .slick-dots li.slick-visible button::before {
    width: 8px
}

.main_slider .slick-dots li.video button::before {
    width: 12px;
    height: 12px;
    background-color: #fff0;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" x="0" y="0" viewBox="0 0 163.861 163.861" xml:space="preserve" class=""><g><path d="M34.857 3.613C20.084-4.861 8.107 2.081 8.107 19.106v125.637c0 17.042 11.977 23.975 26.75 15.509L144.67 97.275c14.778-8.477 14.778-22.211 0-30.686L34.857 3.613z" fill="%23d9d9d9" opacity="1" data-original="%23000000" class=""></path></g></svg>');
    background-size: contain;
    background-position: center;
    border-radius: 0
}

.main_slider .slick-dots li.video.slick-active button {
    background-color: #fff0;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" x="0" y="0" viewBox="0 0 163.861 163.861" xml:space="preserve" class=""><g><path d="M34.857 3.613C20.084-4.861 8.107 2.081 8.107 19.106v125.637c0 17.042 11.977 23.975 26.75 15.509L144.67 97.275c14.778-8.477 14.778-22.211 0-30.686L34.857 3.613z" fill="%23f5a33b" opacity="1" data-original="%23000000" class=""></path></g></svg>');
    background-size: contain;
    background-position: center;
    border-radius: 0
}

.main_slider .slick-list {
    height: 100%;
}

.main_slider .slick-track {
    display: flex;
    height: 100%;
}

.main_slider .main_photo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    cursor: url(./../images/zoom-icon.svg) 9 9, nesw-resize;
}

.main_slider img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    border-radius: 4px;
}


.main_slider-wrap .product_status>span {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

.main_slider-wrap .gift_wrap {
    display: flex;
    max-width: 100px;
}

.details_status {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.catalog_details .rating {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-size: 14px;
    color: var(--text_sub-color);
}

.catalog_details .rating a {
    color: var(--text-color);
    text-decoration: none;
}

.catalog_details .rating a:hover {
    color: var(--link-color-active);
}

.catalog_details  .star_wrap {
    display: flex;
    margin-right: 10px;
}

.catalog_details  .star_wrap .icon {
    width: 15px;
    height: 15px;
    margin-right: 3px;
    fill: #b3b3b3
}

.catalog_details  .star_wrap .icon.active {
    fill: #ff7d00
}

.catalog_details .raty_active img {
    width: 35px;
    height: 35px;
}

.product_available {
    font-size: 14px;
    line-height: 18px;
    padding-left: 26px;
    position: relative;
}

.product_available::before {
    content: "";
    width: 16px;
    height: 16px;
    background-color: var(--main-color);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 1px;
}

.product_available::after {
    content: "";
    width: 8px;
    height: 5px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    position: absolute;
    left: 4px;
    top: 6px;
    transform: rotate(-45deg);
}

.product_available.empty_product {
    padding: 0;
    color: #b2b5b5;
}

.product_available.empty_product::before,
.product_available.empty_product::after {
    display: none;
}

.product_available.empty_product + .rating a {
    color: #b2b5b5;
}

.product_action {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #FF0000;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--border-color);
}

.product_action span {
    align-items: center;
}

.product_action strong {
    font-weight: 700;
}

.add_to_catd {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.product_prise {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product_prise .old_prise {
    text-decoration: line-through;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    color: #f56754;
    margin: 0 0 13px;
}

.active_prise {
    font-size: 28px;
    line-height: 34px;
    color: var(--text-hevy);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    background-color: #fdeaa9;
    border-radius: 4px;
    margin-bottom: 8px;
}

.active_prise.not_active {
    background-color: #f0efef;
}

.add_to_catd .btn {
    font-size: 24px;
    line-height: 30px;
    width: 100%;
}

.add_to_catd .btn.active {
    background-color: var(--sub_main-color);
}

.one_click_form {
    margin: 0 auto 22px auto;
    max-width: 400px;
    min-width: 330px;
    display: flex;
    justify-content: space-between;
    height: 35px;
    border: 2px solid var(--sub_main-color);
    border-radius: 4px;
    overflow: hidden;
}

.one_click_form input[type=tel] {
    width: 100%;
    height: 100%;
    border: none;
    padding-left: 8px;
}

.one_click_form input[type=tel].error {
    background-color: #e01212;
    color: #fff;
    border-radius: 0;
}

.one_click_form input[type=tel].error::placeholder {
    color: #fff;
}

.one_click_form input[type=submit] {
    border: none;
    background-color: var(--sub_main-color);
    color: var(--text-contrast);
    font-size: 15px;
    line-height: 15px;
    padding: 7px;
    cursor: pointer;
    transition: 0.3s;
}

.one_click_form input[type=submit]:hover {
    filter: contrast(1.5)
}

.one_click_form.not_active {
    border-color: #c7c9c9;
    pointer-events: none;
}

.one_click_form.not_active input[type=submit] {
    background-color: #c7c9c9;
    color: #111;
}

.one_click_form.error {
    border-color: #e01212
}

.one_click_form.error input[type=submit] {
    background-color: #e01212;
}

.details_services {
    display: flex;
    justify-content: space-between;
    padding-bottom: 8px;
    margin-bottom: 30px;
    /* border-bottom: 1px solid var(--border-color); */
}

.details_services a {
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
    color: var(--sub_main-color);
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.details_services a.not_active {
    color: #b2b5b5;
    pointer-events: none;
}

.details_services a.not_active .icon {
    fill: #b2b5b5;
}

.details_services a:hover {
    color: var(--link-color-active);
}

.details_services .icon {
    width: 36px;
    height: 36px;
    margin-bottom: 4px;
}

.details_services .icon:not([fill]) {
    fill: var(--sub_main-color);
    transition: 0.3s;
}

.details_services .icon:not([fill]):hover {
    fill: var(--link-color-active);
}

.details_services a.favorite .icon .border {
    fill: #f26a51;
}

.details_services a.favorite .icon .center {
    fill: transparent;
}

.details_services a.favorite.active .icon .center {
    fill: #f26a51;
}

.mini_product-info .to_compare_list {
    position: relative;
}

#product_main .to_compare_list.active::after,
.mini_product-info .to_compare_list.active::after {
    content: "";
    display: block !important;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 8px;
    background-color: #5ead5a;
}

#product_main .to_compare_list.active::before,
.mini_product-info .to_compare_list.active::before {
    content: "";
    display: block !important;
    width: 8px;
    height: 5px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    position: absolute;
    right: 12px;
    top: 5px;
    transform: rotate(-45deg);
    z-index: 1;
}

.mini_product-info .to_compare_list.active::after {
    left: 16px;
    right: auto;
}

.mini_product-info .to_compare_list.active::before  {
    left: 20px;
    right: auto;
}

.detail_info {
    display: none; 
}

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

.main_fragment.all_info {
    order: 1;
}

.main_fragment.main_photo {
    order: 3;
}

.main_fragment.main_comments {
    order: 4;
}

.main_fragment.main_characteristics {
    order: 2;
}

.title_part {
    color: var(--text-color);
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    padding-left: 23px;
    height: 48px;
    border-radius: 4px;
    background-color: #ebebeb;
    position: relative;
}

.title_part::before {
    content: "";
    width: 8px;
    height: 8px;
    border-bottom: 2px solid var(--text-color);
    border-left: 2px solid var(--text-color);
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%) rotate(-45deg);
    transition: 0.3s;
}

.title_part.active::before {
    transform: translateY(-50%) rotate(135deg);
}

.tab_panel {
    display: none;
}

article.content_part table {
    width: 100% !important;
}

article.content_part {
    padding-bottom: 0;
    margin-bottom: 30px;
}

article.content_part table,
article.content_part th,
article.content_part td {
    border: 1px solid black;
    border-collapse: collapse;
}

.open-all_info {
    display: none;
}

.char_table {
    display: flex;
    flex-direction: column;
    font-size: 15px;
    line-height: 20px;
}

.char_table a {
    text-decoration: none;
    color: var(--link-color-active);
}

.char_table a:hover {
    color: var(--text_sub-color)
}

.char_table a.read_more {
    font-size: 16px;
}

.ct_row {
    display: grid;
    grid-template-columns: 40% 60%;
    align-items: center;
    min-height: 40px;
    padding: 5px 0;
}

.ct_row:nth-child(odd) {
    background-color: #f4f3f3;
}

.ct_col {
    padding: 0 10px;
}

.read_more:hover {
    color: var(--link-color-active);
}

.catalog_details .open_video {
    display: block;
    max-width: 720px;
    margin: 0 auto 30px auto;
    width: 100%;
    height: auto;
    position: relative;
}

.catalog_details .open_video img {
    display: block;
    width: 100%;
    height: auto;
}

.images_product {
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}

.images_product a {
    width: 100%;
    height: 150px;
    border: 1px solid var(--border-color);
    transition: 0.3s;
}

.images_product a:hover {
    border-color: var(--main-color);
}

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

.details_comment {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    padding: 20px 23px;
    border-radius: 4px;
    background-color: #f2f2f2;
}

.details_comment label:not(.for_checkbox) {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.details_comment label:not(.for_checkbox) span {
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 4px;
}

.details_comment span.text_needs::after {
    content: "*";
    color: #fe0202;
}

.comment_title {
    display: inline-block;
    font-size: 22px;
    line-height: 26px;
    color: var(--text-hevy);
    margin-bottom: 12px;
}

.please_like {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 22px;
}

.details_comment label.for_checkbox {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 18px;
    padding-left: 20px;
    position: relative;
}

.details_comment label.for_checkbox input {
    position: absolute;
    left: -999px;
    opacity: 0;
}


.details_comment label.for_checkbox span::before {
    content: "";
    width: 16px;
    height: 16px;
    border: 1px solid var(--border-color);
    background-color: var(--site-bg-color);
    position: absolute;
    top: 1px;
    left: 0;
    border-radius: 3px;
}

.details_comment label.for_checkbox input:checked + span::after {
    content: "";
    width: 9px;
    height: 5px;
    border-bottom: 2px solid #111;
    border-left: 2px solid #111;
    position: absolute;
    top: 5px;
    left: 3px;
    transform: rotate(-45deg);
}

.show_all {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
}

.details_comment button[type=submit] {
    margin-top: 20px;
    margin-bottom: 10px;
}

.text_bottom_form {
    font-size: 14px;
    line-height: 18px;
}

.counter_det-comments {
    font-size: 14px;
    line-height: 18px;
    color: var(--text-contrast);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    min-width: 20px;
    height: 20px;
    border-radius: 10px;
    padding: 3px 8px;
    background-color: var(--main-color);
    position: relative;
}

form .comment_raiting-star {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 3px;
}

form .comment_raiting-star span {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 6px;
}

form .comment_raiting-star .icon {
    fill: #9d9d9d;
    transition: 0.3s;
    width: 16px;
    height: 16px;
    margin: 0 2px;
    cursor: pointer;
}

form .comment_raiting-star .icon.active {
    fill: var(--sub_main-color);
}

.mini_product {
    display: none;
}

.sticky_header {
    display: none;
}


.zoom_detials {
    display: none;
    flex-direction: column;
    width: calc(100% - 30px);
    height: calc(100% - 50px);
    max-width: 1275px;
    height: max-content;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 12;
    background-color: var(--site-bg-color);
    padding: 30px;
    border-radius: 5px;
}

.zoom_detials.active {
    display: flex
}

.close_zoom-details {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    font-size: 0;
}

.close_zoom-details::after,
.close_zoom-details::before {
    content: "";
    width: 32px;
    height: 2px;
    background-color: #111;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: 0.3s;
}

.close_zoom-details::after {
    transform: translate(-50%, -50%) rotate(45deg)
}

.close_zoom-details::before {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.close_zoom-details:hover::after,
.close_zoom-details:hover::before {
    background-color: var(--sub_main-color);
}

.zoom_title-wrap {
    display: none;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 20px;
}

.zoom_title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
}

.zoom_price {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-size: 20px;
    line-height: 1;
    min-width: 187px;
    height: 48px;
    background-color: #fdeaa9;
    border-radius: 3px;
    padding: 0 20px;
    margin-bottom: 20px;
}

.zoom_title-wrap .btn {
    height: 48px
}

.zoom_big {
    width: 100%;
    height: 300px;
}

.zoom_big .zoom_slider-one {
    width: 100%;
    height: 100%;
}

.zoom_big .slick-list,
.zoom_big .slick-track {
    height: 100%;
}

.zoom_big img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.zoom_sliders {
    display: flex;
    height: 100%;
    width: 100%;
}

.zoom_subslider {
    display: none !important;
}

.zoom_big .slick-arrow {
    width: 30px;
    height: 60px;
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}

.zoom_big .slick-arrow::before,
.zoom_big .slick-arrow::after {
    content: "";
    width: 30px;
    height: 2px;
    background-color: var(--border-color);
    position: absolute;
    top: 50%;
    left: 0;
    transform-origin: left;
    transition: 0.3s;
}

.zoom_big .slick-arrow::before {
    transform: translateY(-50%) rotate(-45deg)
}

.zoom_big .slick-arrow::after {
    transform: translateY(-50%) rotate(45deg)
}

.zoom_big .slick-arrow:hover::before,
.zoom_big .slick-arrow:hover::after {
    background-color: var(--main-color);
}

.zoom_big .slick-arrow.slick-prev {
    left: -30px;
}

.zoom_big .slick-arrow.slick-next {
    right: -30px;
    transform: translateY(-50%) rotate(-180deg)
}






.credit_popup .popup_title {
    font-size: 28px;
    line-height: 1.2;
    color: #3e3e3e;
    margin: 0 0 10px;
}

.credit_popup .popup_subtitle {
    background-color: #e5e5e5;
    color: #3e3e3e;
    padding: 16px 18px 17px;
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 1.2;
}

.credit_popup .popup_subtitle span {
    color: var(--main-color);
}

.credit_popup.popup {
    max-width: 1080px
}

.credit_form {
    font-size: 14px;
    line-height: 1.2;
    color: #565555;
}
.credit_form_row {
    display: flex;
}
.credit_form_col {
    text-align: center;
}
.credit_form_col:nth-child(1) {
    text-align: left;
    /* margin: 0 32px 0 0; */
    margin: 0 0 20px 0;
    max-width: 218px;
    /* flex: 1 0 218px; */
}
.credit_form_col:nth-child(2) {
    /* margin: 0 32px 0 0; */
    margin: 0 0 20px 0;
    max-width: 115px;
    /* flex: 1 0 115px; */
}
.credit_form_col:nth-child(3) {
    /* margin: 0 35px 0 0; */
    margin: 0 0 20px 0;
    max-width: 307px;
    /* flex: 1 0 307px; */
}
.credit_form_col:nth-child(4) {
    text-align: left;
    flex: 1;
}
.credit_form_head {
    border-bottom: 1px solid #c4c3c3;
    margin: 0 0 30px;
    padding: 0 0 8px;
    font-size: 18px;
    line-height: 1.2;
    display: none;
}
.credit_form_head .credit_form_col:nth-child(1) {
    padding: 0 0 0 18px;
}
.credit_form_body {
    border-bottom: 1px solid #c4c3c3;
    padding: 0 0 23px;
    align-items: center;
    flex-direction: column;
}
.credit_form_total {
    display: flex;
    align-items: center;
}
.credit_form_price {
    margin: 0 18px 0 17px;
    font-size: 24px;
    line-height: 1.2;
    color: var(--main-color);
    white-space: nowrap;
}
.credit_form button[type="submit"] {
    background-color: var(--main-color);
    border-radius: 3px;
    border: none;
    display: flex;
    align-items: center;
    padding: 10.5px 20px 10.5px 18px;
    margin-left: auto;
    font-size: 17px;
    line-height: 1.2;
    color: #fff;
    transition: background-color .3s;
    cursor: pointer;
    white-space: nowrap;
}
.credit_form button[type="submit"].in_cart {
    background-color: var(--sub_main-color);
}
.credit_form button[type="submit"]:before {
    content: '';
    display: block;
    background: url("https://dymolux.com.ua/images/spritesheet.png") no-repeat -142px -112px;
    margin: 0 15px 0 0;
    width: 24px;
    height: 23px;
}
.credit_form button[type="submit"]:hover {
    background-color: var(--sub_main-color);
}

.bank_logo {
    margin: 0;
    display: flex;
    align-items: center;
}
.bank_logo figcaption {
    padding: 0 0 0 22px;
    text-align: center;
}
.bank_logo figcaption b {
    font-size: 18px;
    display: block;
}

.calculator_top {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 32px;
}
.ruler .noUi-pips {
    display: flex;
    justify-content: space-between;
    padding: 15px 0 0 0;
}
.ruler .noUi-base {
    background-color: var(--sub_main-color);
    margin: -16px 0 0 0;
    width: calc(100% - 20px);
    height: 3px;
}
.ruler .noUi-base:after {
    width: 20px;
    right: -20px;
}
.ruler .noUi-origin {
    background-color: #d1d1d1;
    height: 3px;
    right: 0;
}
.ruler .noUi-handle {
    top: -11px;
}
.ruler {
    border-top: 3px solid #d9d9d9;
    background: url("https://dymolux.com.ua/images/ruler.gif") repeat-x 0 0;
    padding: 13px 0 0 0;
    position: relative;
}
.ruler ul {
    width: 100%;
    float: none;
    display: flex;
    justify-content: space-between;
}
.ruler_drag {
    position: absolute;
    top: -3px;
    width: 40%;
    height: 3px;
    background-color: var(--sub_main-color);
}
.ruler_drag i {
    display: block;
    width: 24px;
    height: 24px;
    background: url("https://dymolux.com.ua/images/spritesheet.png") no-repeat -14px -496px;
    position: absolute;
    right: 0;
    top: -10px;
    cursor: pointer;
}

.countdown_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: 2px solid #f56754;
    padding: 10px 19px 0;
    border-radius: 5px;
    margin-bottom: 25px;
    max-width: 972px;
    min-height: 100px;
}

.countdown_box_title {
    display: none;
    text-align: center;
    font-weight: 700;
    line-height: 1.2;
    color: #f56754;
    width: 100%;
    font-size: 18px;
    margin: 0 0 12px;
}

.countdown_box_title.countdown_box_title_mob {
    display: block;
}

.countdown_box_title .icon {
    width: 16px;
    height: 16px;
    fill: #f56754;
    margin-right: 5px;
}

.countdown_box_img {
    width: 58px;
    height: 58px;
    border: 1px solid var(--border-color);
    margin-right: 20px;
}

.countdown_box_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.countdown_box_main {
    width: calc(100% - 78px);
}

.countdown_box_text a {
    display: block;
    font-size: 17px;
    line-height: 22px;
    text-decoration: none;
    margin-bottom: 7px;
}

.countdown_box_price {
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px 0;
}

.countdown_box_price.countdown_box_price_mob {
    display: flex;
}

.countdown_box_economy {
    display: flex;
    align-items: center;
    background-color: #5fae5b;
    font-size: 12px;
    color: #fff;
    padding: 1px 9px 0;
    height: 20px;
    border-radius: 10px;
    white-space: nowrap;
}

.countdown_box_economy b {
    margin-left: 3px;
}

.countdown_box_old_price,
.countdown_box_reg_price {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #3a3a3a;
    margin: 0 10px 0 0;
    white-space: nowrap;
}


.countdown_box_old_price small,
.countdown_box_reg_price small {
    font-size: 16px;
}

.countdown_box_old_price {
    color: #a7a7a7;
    text-decoration-color: #f56754;
}

.countdown_box_counter {
    display: block;
    width: calc(100% + 38px);
    margin: 0 -19px;
    padding: 14px 19px;
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
    align-items: center;
    background-color: #fff5f4;
}

.goods_timer {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0 0 0;
}

.goods_timer small {
    display: none;
}

.countdown_sep {
    padding: 0 7px;
}

.countdown_col:last-child {
    color: #f56754;
}

.sect_sales {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}

.sect_sales .op_title {
    background-color: #f1f1f1;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px;
    width: 100%;
    max-height: 37px;
}

.sale_item {
    margin: 0 10px;
}

.sale_item a {
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 125px;
    text-decoration: none;
    position: relative;
}

.si_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 15px;
    height: 62px;
    background-color: rgba(19,19,19,0.6);
    transition: height 0.3s;
}

.si_text:hover {
    height: 100%;
}
.si_text_top {
    width: 100%;
    display: block;
    text-align: center;
    font: 500 24px/28px Arial, Helvetica, sans-serif;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid red;
}

.si_item_bottom {
    display: block;
    width: 100%;
    height: 32px;
    overflow: hidden;
    padding: 0 15px;
    position: relative;
}

.si_item_bottom>span {
    display: table-cell;
    width: 1%;
    height: 32px;
    font: 400 13px/1.2 Arial, Helvetica, sans-serif;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}

.sales_slider .slick-arrow {
    font-size: 0;
    width: 30px;
    height: 30px;
    border: none;
    background-color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
    cursor: pointer;
}

.sales_slider .slick-arrow.slick-prev {
    left: 0;
}

.sales_slider .slick-arrow.slick-next {
    right: 0;
    transform: translateY(-50%) rotate(180deg);
}

.sales_slider .slick-arrow::before {
    content: "";
    width: 15px;
    height: 15px;
    border-left: 2px solid var(--main-color);
    border-bottom: 2px solid var(--main-color);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: 0.3s;
}

.sales_slider .slick-arrow:hover::before {
    width: 18px;
    height: 18px;
}


 /*Popup gallery*/
:root {
    --white: #ffffff;
    --primary: rgba(var(--primary-source), 1);
    --primary-source: 245, 163, 59;
    --secondary-source: 31, 27, 32;
    --secondary: rgba(var(--secondary-source), 1);
    --site-bg: #ffffff;
    --site-bg-dark: #1F1B20;
    --site-bg-light: #F6F6F6;
    --shadow: 0px 0px 25px -10px rgba(0,0,0,0.75);
}

.overflow {
    overflow: hidden;
}

.zoom_wrap-popup {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(63 63 63 / .9);
    z-index: 12;
    overflow: hidden;
    touch-action: none; /* блокує pinch-zoom, double-tap і прокрутку */
    pointer-events: auto;
}

.close_zoom-popup {
    font-size: 0;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background-color: var(--white);
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
    box-shadow: var(--shadow);
    border: none;
    cursor: pointer;
    transition: 0.3s
}

.close_zoom-popup::before,.close_zoom-popup::after {
    content: "";
    width: 16px;
    height: 2px;
    background-color: var(--secondary);
    position: absolute;
    top: 50%;
    left: 50%
}

.close_zoom-popup::before {
    transform: translate(-50%,-50%) rotate(45deg)
}

.close_zoom-popup::after {
    transform: translate(-50%,-50%) rotate(-45deg)
}

.zoom_wrap-popup .centre {
    padding: 0;
    height: 100%
}

.zoom_wrap-popup .centre>.col:nth-child(1) {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative
}

.zoom_big-slider {
    display: block;
    width: 100%;
    height: 100%;
    position: relative
}

.zoom_big-slider .arrow {
    font-size: 0;
    display: block;
    background-color: var(--site-bg);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    border: none;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: var(--shadow)
}

.zoom_big-slider .arrow::before {
    content: "";
    width: 16px;
    height: 1px;
    background-color: var(--secondary);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: 0.3s
}

.zoom_big-slider .arrow::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid var(--secondary);
    border-left: 1px solid var(--secondary);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(-45deg);
    margin-left: -4px;
    transition: 0.3s
}

.zoom_big-slider .arrow.arrow_prev {
    left: 12px
}

.zoom_big-slider .arrow.arrow_next {
    transform: translateY(-50%) rotate(180deg) ;
    right: 12px
}

.zoom_big-list {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.zoom_big-img-wrap {
    display: none!important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.zoom_big-img-wrap.active {
    display: flex!important
}

.zoom_big-img {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    opacity: 0;
    visibility: hidden
}

.zoom_big-img-wrap:not(.panzoom-init) .zoom_big-img {
    width: 100%;
    height: 100%;
}

.zoom_big-img:not(.video) img {
    cursor: url('./../../images/zoom-icon-mag.svg') 16 16,zoom-in
}

.zoom_big-img.zoom:not(.video) img {
    cursor: url('./../../images/zoom-out-icon-mag.svg') 16 16,zoom-in
}

.zoom_big-img.active {
    opacity: 1;
    visibility: visible;
    z-index: 1
}

.zoom_big-img .draggable-img {
    max-width: 200vw;
    max-height: 200vh;
    transition: none
}

.zoom_big-img .regular_image {
    /*display: none*/
}

.click_to-zoom {
    display: none
}

.zoom_wrap-popup .centre>.col:nth-child(2) {
    display: none
}