@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap);
body {
    font-family: "Open Sans", sans-serif
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

li::marker {
    content: none
}

a {
    text-decoration: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.btn-yellow {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: #000;
    padding: 16px 58px 16px 24px;
    border: 1px solid #efd270;
    background: #efd270 url(/wp-content/themes/hap2/assets/images/icons/arrow-btn.svg) no-repeat;
    background-position-x: calc(100% - 16px);
    background-position-y: center;
    border-radius: 64px;
    display: inline-block
}

.container {
    margin: 0 auto;
    max-width: 1920px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (min-width:1440px) {
    .container {
        min-width: 1440px;
        padding: 0 100px
    }
}

@media (max-width:1440px) {
    .container {
        max-width: 1240px;
        padding: 0 15px
    }
}

@media (max-width:1240px) {
    .container {
        max-width: 1240px
    }
}

@media (max-width:1000px) {
    .container {
        max-width: 970px
    }
}

@media (max-width:768px) {
    .container {
        max-width: 748px;
        padding: 0 10px
    }
}

.woocommerce__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.woocommerce__wrapper .content-area {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.woocommerce__sidebar {
    width: 295px;
    min-width: 295px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    top: 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
    position: relative;
    z-index: 1;
}

@media (max-width:1000px) {
    .woocommerce__sidebar {
        position: fixed;
        top: 0;
        left: -295px;
        width: 295px;
        height: 100%;
        background-color: #fff;
        -webkit-transition: left .3s ease;
        transition: left .3s ease;
        z-index: 1000
    }
}

.woocommerce__sidebar .close-button {
    display: none
}

.woocommerce__sidebar.active {
    left: 0;
    max-height: unset;
    overflow: scroll;
    padding-top: 40px
}

.woocommerce__sidebar.active #breadcrumbs {
    display: none
}

.woocommerce__sidebar.active .close-button {
    right: 3px;
    display: block
}

.woocommerce .filter-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    z-index: 1000;
    pointer-events: none;
}

.woocommerce .filter-overlay.active {
    opacity: 1;
    visibility: visible
}

.woocommerce .products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 10px;
    padding-bottom: 64px
}

.woocommerce .products .product {
    width: calc((100% - 80px)/ 5)
}

@media (max-width:1800px) {
    .woocommerce .products .product {
        width: calc((100% - 80px)/ 4)
    }
}


@media (max-width:1440px) {
    .woocommerce .products .product {
        width: calc((100% - 40px)/ 2)
    }
}

@media (max-width:1240px) {
    .woocommerce .products .product {
        width: calc((100% - 40px)/ 2)
    }
}

@media (max-width:768px) {
    .woocommerce .products .product {
        width: calc((100% - 20px)/ 2);
    }
	
	.product-image {
		border-radius: 20px!important;
		margin-bottom: -10px;
		padding-bottom: 15px!important;
	}
	

}

.woocommerce .products .product .product-image {
    background: #f5f5f5;
    padding: 32px 32px 0 32px;
    position: relative;
    border-radius: 20px 20px 0 0
}

.woocommerce .products .product .product-image img {
    width: 100%
}

.woocommerce .products .product .product-variations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    text-align: center;
    margin-bottom: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 25px;
    background: #f5f5f5;
    border-radius: 0 0 20px 20px;
    padding-bottom: 15px
}

.woocommerce .products .product .product-variations .variation-option {
    border-radius: 71px;
    width: 25px;
    height: 25px;
    cursor: pointer
}

.woocommerce .products .product .product-variations .variation-option img {
    border-radius: 71px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease;
}

.woocommerce .products .product .product-variations .variation-option {
    position: relative;
    transition: all 0.3s ease;
    border:2px solid #ccc;
}

.woocommerce .products .product .product-variations .variation-option.active {
    border: 2px solid #000;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

.woocommerce .products .product .product-variations .variation-option.active::after {
    display: none;
}

.woocommerce .products .product .product-variations .variation-more-colors {
    background: #efd270;
    font-size: 10px;
    color: #000;
    font-weight: 600;
    border: 1px solid #efd270 !important
}

.woocommerce .products .product .product-price {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #000;
    margin-bottom: 5px
}

.woocommerce .products .product .product-price .amount {
    font-weight: 700
}

.woocommerce .products .product .product-sku {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #666;
    margin-bottom: 8px;
    display: block;
}

.woocommerce .products .product .woocommerce-loop-product__title {
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
}

.woocommerce .products .product .woocommerce-loop-product__title a {
    font-weight: 400;
    font-size: 14px;
    color: #000
}

.woocommerce .products .product .custom_ajax_add_to_cart,
.woocommerce .products .product .single_add_to_cart_button {
    border: 1px solid #efd270;
    border-radius: 5px;
    background: #efd270;
    width: 100%;
    font-weight: 700;
    font-size: 14px;
    color: #000;
    cursor: pointer;
    height: 44px
}

.woocommerce .products .product .custom_ajax_add_to_cart span,
.woocommerce .products .product .single_add_to_cart_button span {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    height: 100%;
    margin-left: 24px
}

.woocommerce .products .product .custom_ajax_add_to_cart span::before,
.woocommerce .products .product .single_add_to_cart_button span::before {
    content: "";
    position: absolute;
    left: calc(50% - 53px);
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background: url(/wp-content/themes/hap2/assets/images/icons/add-to-cart.svg) no-repeat center center;
    background-size: contain
}

.woocommerce .products .product .add-to-favorites {
    width: 34px;
    height: 34px;
    border-radius: 34px;
    background-color: #000;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px
}

.woocommerce .products .product .add-to-favorites svg path {
    -webkit-transition: fill .3s ease, stroke .3s ease;
    transition: fill .3s ease, stroke .3s ease
}

.woocommerce .products .product .add-to-favorites:hover svg path {
    fill: #fff;
    stroke: #fff
}

.woocommerce .products .product .remove-from-favorites {
    width: 34px;
    height: 34px;
    border-radius: 34px;
    background-color: #000;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px
}

.woocommerce .products .product .remove-from-favorites svg path {
    fill: #efd270;
    stroke: #efd270
}

.woocommerce .products .product .add-to-comparison {
    width: 34px;
    height: 34px;
    border-radius: 34px;
    background-color: #000;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 15px;
    left: 15px
}

.woocommerce .products .product .add-to-comparison svg path {
    -webkit-transition: fill .3s ease, stroke .3s ease;
    transition: fill .3s ease, stroke .3s ease
}

.woocommerce .products .product .add-to-comparison:hover svg path {
    fill: #efd270;
    stroke: #efd270
}

.woocommerce .products .product .remove-from-comparison {
    width: 34px;
    height: 34px;
    border-radius: 34px;
    background-color: #000;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 15px;
    left: 15px
}

.woocommerce .products .product .remove-from-comparison svg path {
    fill: #efd270;
    stroke: #efd270
}

.products-archive__title {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    color: #333;
    text-align: left;
    margin-bottom: 14px
}

.showroom {
    border-radius: 20px;
    background: url(/wp-content/themes/hap2/assets/images/catalog/showroom.jpg) no-repeat center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    padding-top: 42px;
    padding-right: 42px;
    padding-bottom: 32px;
    max-height: 225px;
    margin-bottom: 14px;
    margin-top: 20px
}

@media (max-width:1000px) {
    .showroom {
        margin-top: 0
    }
}

@media (max-width:768px) {
    .showroom {
        background: url(/wp-content/themes/hap2/assets/images/catalog/showroom.jpg) no-repeat center right;
        background-size: cover;
        padding-top: 10px;
        padding-bottom: 8px;
        padding-right: 17px
    }
}

.showroom h2 {
    font-weight: 300;
    font-size: 30px;
    text-align: right;
    color: #000;
    display: block;
    max-width: 360px;
    margin-bottom: 12px
}

@media (max-width:768px) {
    .showroom h2 {
        font-size: 16px;
        max-width: 200px
    }
}

.showroom a {
    display: inline-block;
    border-radius: 62px;
    padding: 16px 54px;
    background: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto
}

@media (max-width:768px) {
    .showroom a {
        padding: 4px 12px
    }
}

.post-type-archive-product h1 {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    color: #333;
    text-align: left;
    margin-bottom: 14px
}

.woocommerce-results {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

/* Прелоадер фильтрации */
.products-filter-loader {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    background: rgba(255, 255, 255, 0.95) !important;
    padding: 100px 20px !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 9999 !important;
}

.products-filter-loader .loader-spinner {
    width: 80px !important;
    height: 80px !important;
    border: 6px solid #f0f0f0 !important;
    border-top: 6px solid #000 !important;
    border-right: 6px solid #000 !important;
    border-radius: 50% !important;
    animation: spin 0.8s linear infinite !important;
    margin-bottom: 35px !important;
    flex-shrink: 0 !important;
}

.products-filter-loader .loader-text {
    color: #333 !important;
    font-size: 22px !important;
    margin: 0 !important;
    font-weight: 500 !important;
    letter-spacing: 0.5px !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Активные фильтры */
.active-filters-container {
    margin: 15px 0;
}

.active-filters-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.active-filter-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: #f5f5f5;
    border-radius: 20px;
    font-size: 14px;
    color: #333;
    transition: all 0.3s ease;
}

.active-filter-tag:hover {
    background: #e8e8e8;
}

.active-filter-tag .remove-filter {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 18px;
    line-height: 1;
    transition: color 0.3s ease;
}

.active-filter-tag .remove-filter:hover {
    color: #000;
}

.woocommerce-result-count {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #333
}



.custom-select-wrapper {
    position: relative
}

.custom-select {
    position: relative;
    cursor: pointer;
    background: #fff;
    border: 1px solid #ccc;
    padding: 6px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    border: 1px solid #333;
    border-radius: 5px;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #333;
    text-transform: uppercase;
    width: 224px
}

.custom-select.open {
    border-radius: 5px 5px 0 0
}

.custom-select-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.arrow {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(/wp-content/themes/hap2/assets/images/icons/arrow-filter.svg) no-repeat center;
    background-size: contain;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.custom-select.open .arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.custom-options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    display: none;
    z-index: 2;
    color: #333
}

.custom-options.open {
    display: block
}

.custom-option {
    width: 100%;
    display: block;
    padding: 6px 10px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #333;
    text-transform: uppercase;
    border-bottom: none
}

.custom-option:last-child {
    border-radius: 0 0 5px 5px;
    border-bottom: 1px solid #333
}

.custom-option.selected,
.custom-option:hover {
    background-color: #f0f0f0
}

.woocommerce-pagination {
    width: 100%;
    margin-top: 40px
}

.woocommerce-pagination .page-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 28px;
    font-weight: 400;
    font-size: 14px;
    color: #333
}

.single-product #breadcrumbs {
    margin-bottom: 20px
}

.single-product h1 {
    font-weight: 700;
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 20px
}

.single-product__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.single-product__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 50px
}

@media (max-width:1240px) {
    .single-product__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 32px
    }
}

@media (max-width:1000px) {
    .single-product__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.single-product .add-to-favorites {
    width: 34px;
    height: 34px;
    border-radius: 34px;
    background-color: #000;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 9
}

.single-product .add-to-favorites svg path {
    -webkit-transition: fill .3s ease, stroke .3s ease;
    transition: fill .3s ease, stroke .3s ease
}

.single-product .add-to-favorites:hover svg path {
    fill: #fff;
    stroke: #fff
}

.single-product .remove-from-favorites {
    width: 34px;
    height: 34px;
    border-radius: 34px;
    background-color: #000;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 9
}

.single-product .remove-from-favorites svg path {
    fill: #efd270;
    stroke: #efd270
}

.single-product .add-to-comparison {
    width: 34px;
    height: 34px;
    border-radius: 34px;
    background-color: #000;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 15px;
    left: 60px;
    z-index: 9
}

.single-product .add-to-comparison svg path {
    -webkit-transition: fill .3s ease, stroke .3s ease;
    transition: fill .3s ease, stroke .3s ease
}

.single-product .add-to-comparison:hover svg path {
    fill: #efd270;
    stroke: #efd270
}

.single-product .remove-from-comparison {
    width: 34px;
    height: 34px;
    border-radius: 34px;
    background-color: #000;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 15px;
    left: 60px;
    z-index: 9
}

.single-product .remove-from-comparison svg path {
    fill: #efd270;
    stroke: #efd270
}

.single-product .present {
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: #fff;
    padding: 10px 20px;
    background: #000;
    position: absolute;
    top: 15px;
    right: 15px;
    border-radius: 15px;
    z-index: 100
}

.single-product__image {
    width: 600px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 36px;
    margin-bottom: 55px;
    position: relative
}

@media (max-width:1240px) {
    .single-product__image {
        width: calc((100% - 32px)/ 2);
        padding-top: 0;
        padding-bottom: 0
    }
}

@media (max-width:768px) {
    .grouped-products-selector__title {
        font-size:16px !important;
    }
    .single-product__image .swiper-thumbs img {
        height: 45px !important;
    }
    .single-product h1 {
        font-size:20px;
    }
    .single-product__image .main-slider .swiper-slide {
        padding:20px !important;
    }
    .single-product__image .main-slider img {
        height: 250px !important;
    }
    .single-product__image {
        width: 100%;
        padding: 0;
        margin-bottom: 24px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.single-product__image .thumb-slider {
    overflow: hidden;
    max-height: 70px;
}

.single-product__image .thumb-slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.single-product__image .thumb-slider .swiper-slide {
    max-width: 70px;
    max-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-product__image .thumb-slider img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.single-product__image img {
    width: 100%
}

.single-product__image .main-slider {
    overflow: hidden;
    background: #f5f5f5;
    border-radius: 36px;
    padding-bottom: 10px
}

.single-product__image .main-slider img {
    height: 300px;
    object-fit: contain;
}

.single-product__image .main-slider .swiper-slide {
    cursor: pointer;
    background: #f5f5f5;
    border-radius: 36px;
    padding: 70px 70px 20px 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.single-product__image .swiper-thumbs {
    margin-top: 20px;
    padding-bottom: 10px
}

.single-product__image .swiper-thumbs img {
    height: 70px;
    object-fit: contain;
}

.single-product__summary {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 24px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

@media (max-width:1240px) {
    .single-product__summary {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 30px;
        gap: 32px;
        margin-right: 0
    }

    .single-product__summary .grup {
        width:500px;
    }
    .grouped-products-selector {
        margin: 0;
    }
}




@media (max-width:768px) {
    .woocommerce-ordering {
        display: none !important;
    }
    .single-product__summary {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 3;
        order: 3;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0
    }

    .single-product__summary .grup {
        display: none;
    }
}

.single-product__summary h4 {
    font-weight: 400;
    font-size: 14px;
    color: #c4c4c4;
    margin-bottom: 12px
}

.single-product__varnchar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:1240px) {
    .single-product__varnchar {
        width: 50%
    }
}

@media (max-width:768px) {
    .single-product__varnchar {
        width: 100%
    }
}

.single-product__variations-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    margin-bottom: 27px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.single-product__variations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 28px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.single-product__variations h4 {
    width: 100%
}

.single-product__variations .variation-option {
    width: 37px;
    height: 37px;
    border-radius: 71px;
    cursor: pointer;
    position: relative
}

.single-product__variations .variation-option .variation-color {
    width: 100%;
    height: 100%;
    border-radius: 71px
}

.single-product__variations .variation-option img {
    width: 100%;
    height: 100%;
    border-radius: 71px
}

.single-product__variations .active::after {
    content: "";
    width: 13px;
    height: 10px;
    position: absolute;
    background: url(/wp-content/themes/hap2/assets/images/icons/active.svg) no-repeat center center;
    top: 14px;
    left: 12px
}

.single-product__characters {
    width: 100%;
    margin-bottom: 30px
}

.single-product__characters h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #000;
    margin-bottom: 16px
}

.single-product__character-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 16px
}

.single-product__character-item:nth-child(2n) {
    background: #f5f5f5;
    border-radius: 5px
}

.single-product__character-item .title {
    font-weight: 400;
    font-size: 14px;
    color: #333
}

.single-product__character-item .value {
    font-weight: 400;
    font-size: 14px;
    color: #000
}

.single-product__skuntype {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    margin-bottom: 30px
}

@media (max-width:1240px) {
    .single-product__skuntype {
        width: 50%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:768px) {
    .single-product__skuntype {
        width: 100%;
        margin-bottom: 0;
    }
}

.single-product__skuntype h5 {
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    color: #000;
    margin-bottom: 10px
}

.single-product__skuntype .single-product__features {
    display: none
}

@media (max-width:1240px) {
    .single-product__skuntype .single-product__features {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 20px
    }
}

.single-product__skuntype .single-product__features .single-product__feature-item {
    width: calc((100% - 20px)/ 2)
}

.single-product__skuntype .single-product__features .single-product__feature-item h4 {
    cursor: pointer
}

.single-product__sku {
    font-weight: 400
}

.single-product__type .montazh-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.single-product__type .montazh-images img {
    padding: 12px;
    -o-object-fit: cover;
    object-fit: cover;
    background: #f5f5f5;
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px
}

.single-product__pricenactions {
    width: 290px;
    margin-left: auto;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

@media (max-width:1240px) {
    .single-product__pricenactions {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: calc((100% - 32px)/ 2);
        margin-left: 0
    }
}

@media (max-width:768px) {
    .single-product__pricenactions {
        width: 100%
    }
}

.single-product__pricenactions .single-product-price {
    font-weight: 700;
    font-size: 28px;
    line-height: 120%;
    color: #000;
    margin-bottom: 8px
}

.single-product__pricenactions .single-product-price .product-stock {
    font-weight: 400;
    font-size: 14px;
    color: #333;
    margin-bottom: 13px
}

.single-product__pricenactions .quantity-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px
}

.single-product__pricenactions .quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px;
    background: #f5f5f5;
    border-radius: 5px;
    margin-right: 12px
}

.single-product__pricenactions .quantity .qty-minus,
.single-product__pricenactions .quantity .qty-plus {
    width: 24px;
    height: 24px;
    border: none;
    cursor: pointer
}

.single-product__pricenactions .quantity .qty-minus {
    background: url(/wp-content/themes/hap2/assets/images/icons/qnty-minus.svg) no-repeat center center
}

.single-product__pricenactions .quantity .qty-plus {
    background: url(/wp-content/themes/hap2/assets/images/icons/qnty-plus.svg) no-repeat center center
}

.single-product__pricenactions .quantity span {
    margin-left: 10px
}

.single-product__pricenactions .quantity input {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    border: none;
    color: #000;
    background: #f5f5f5;
    text-align: center;
    width: 94px
}

.single-product__pricenactions .single_add_to_cart_button {
    border: 1px solid #efd270;
    border-radius: 5px;
    background: #efd270;
    width: 100%;
    font-weight: 700;
    font-size: 14px;
    color: #000;
    cursor: pointer;
    height: 44px
}

.single-product__pricenactions .single_add_to_cart_button span {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    height: 100%;
    margin-left: 24px
}

.single-product__pricenactions .single_add_to_cart_button span::before {
    content: "";
    position: absolute;
    left: calc(50% - 53px);
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background: url(/wp-content/themes/hap2/assets/images/icons/add-to-cart.svg) no-repeat center center;
    background-size: contain
}

.single-product__pricenactions .cart {
    margin-bottom: 16px
}

.single-product__pricenactions .compare {
    font-weight: 400;
    font-size: 14px;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 1px solid #c4c4c4;
    display: none
}

.single-product__pricenactions .compare span {
    margin-left: 10px
}

.single-product__pricenactions .action-btn {
    border: none;
    background: 0 0;
    font-weight: 600;
    font-size: 14px;
    color: #000;
    margin-bottom: 12px;
    cursor: pointer;
    border-radius: 5px;
    padding: 5px 10px;
    background: #f5f5f5;
    line-height: 171%
}

.single-product__pricenactions-wrapper {
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .15), 0 1px 2px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .15), 0 1px 2px 0 rgba(0, 0, 0, .3);
    background: #fff;
    padding: 24px;
    margin-bottom: 24px
}

.single-product__form {
    margin-top: 18px
}

.single-product__form input {
    background: #f5f5f5;
    color: #333;
    border: none;
    margin-bottom: 12px;
    border-radius: 5px;
    padding: 13px 15px 14px 32px;
    font-weight: 400;
    font-size: 16px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px
}

.single-product__form input::-webkit-input-placeholder {
    color: #333
}

.single-product__form input::-moz-placeholder {
    color: #333
}

.single-product__form input:-ms-input-placeholder {
    color: #333
}

.single-product__form input::-ms-input-placeholder {
    color: #333
}

.single-product__form input::placeholder {
    color: #333
}

.single-product__form .has-spinner {
    display: none
}

.single-product__form .wpcf7-spinner {
    display: none
}

.single-product__form button {
    border: 1px solid #efd270;
    border-radius: 5px;
    background: #efd270;
    width: 100%;
    font-weight: 700;
    font-size: 14px;
    color: #000;
    cursor: pointer;
    height: 44px
}

.single-product__form button span {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    height: 100%;
    margin-left: 24px
}

.single-product__form button span::before {
    content: "";
    position: absolute;
    left: calc(50% - 72px);
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background: url(/wp-content/themes/hap2/assets/images/icons/fast-order.svg) no-repeat center center;
    background-size: contain
}

.single-product__features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    margin-bottom: 50px
}

@media (max-width:850px) {
    .single-product__features {
        flex-wrap: wrap;
    }
}

@media (max-width:650px) {

    .single-product__features {
        gap: 20px;
    }

    .single-product__feature-item {
        width: calc(50% - 10px);
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
    }
}

@media (max-width:400px) {

    .single-product__features {
        flex-direction: column;
        gap: 5px;
    }

    .single-product__feature-item {
        width: 100%;
    }

    .single-product__feature-item h4 {
        width: 100%!important;
    }

    .single-product__feature-item p {
        display: none;
    }
}

.single-product__features h4 {
    cursor: pointer
}

.single-product__features .item1 h4 {
    background: #f5f5f5 url(/wp-content/themes/hap2/assets/images/icons/feature-single-1.svg) no-repeat center left;
    border-radius: 5px;
    padding: 11px 16px 11px 52px;
    background-position-x: 10px;
    width: 164px;
    height: 58px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.single-product__features .item2 h4 {
    background: #f5f5f5 url(/wp-content/themes/hap2/assets/images/icons/feature-single-2.svg) no-repeat center left;
    border-radius: 5px;
    padding: 11px 16px 11px 52px;
    background-position-x: 10px;
    width: 164px;
    height: 58px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.single-product__features .item3 h4 {
    background: #f5f5f5 url(/wp-content/themes/hap2/assets/images/icons/feature-single-3.svg) no-repeat center left;
    border-radius: 5px;
    padding: 11px 16px 11px 52px;
    background-position-x: 10px;
    width: 164px;
    height: 58px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.single-product__features .item4 h4 {
    background: #f5f5f5 url(/wp-content/themes/hap2/assets/images/icons/feature-single-4.svg) no-repeat center left;
    border-radius: 5px;
    padding: 11px 16px 11px 52px;
    background-position-x: 10px;
    width: 164px;
    height: 58px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.single-product__feature-item h4 {
    font-weight: 700;
    font-size: 14px;
    color: #333;
    padding-left: 52px;
    margin-bottom: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px
}

.single-product__feature-item p {
    font-weight: 400;
    font-size: 14px;
    color: #333;
    max-width: 160px
}

.woocommerce-notices-wrapper {
    display: none
}

.products-block .products .product {
    width: calc((100% - 100px)/ 5)
}

@media (max-width:1240px) {
    .products-block .products .product {
        width: calc((100% - 48px)/ 3)
    }
}

.single-product__tabs {
    padding-bottom: 48px
}

.tabs-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tabs-nav .tab-link {
    cursor: pointer;
    width: 50%;
    padding-bottom: 24px;
    font-weight: 400;
    font-size: 16px;
    color: #c4c4c4;
    text-align: center;
    border-bottom: 1px solid #c4c4c4
}

@media (max-width:768px) {
    .tabs-nav .tab-link {
        padding-bottom: 8px;
        font-size: 12px
    }
}

.tabs-nav .tab-link.active {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: #000;
    border-bottom: 1px solid #000
}

@media (max-width:768px) {
    .tabs-nav .tab-link.active {
        font-size: 12px
    }
}

.tabs-content .tab {
    display: none
}

.tabs-content .tab.active {
    display: block
}

#tab-characteristics {
    padding-top: 48px
}

@media (max-width:1240px) {
    #tab-characteristics {
        padding-top: 24px
    }
}

@media (max-width:768px) {
    #tab-characteristics {
        padding-top: 12px
    }
}

#tab-additional {
    padding-top: 48px
}

@media (max-width:768px) {
    #tab-additional {
        padding-top: 12px
    }
}

.tab-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    padding: 16px 0
}

@media (max-width:768px) {
    .tab-columns {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.tab-columns .tab-column {
    width: calc((100% - 24px)/ 2)
}

@media (max-width:768px) {
    .tab-columns .tab-column {
        width: 100%
    }
}

.tab-columns h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #333;
    margin-bottom: 16px;
    padding: 16px 24px;
    background: #f5f5f5;
    border-radius: 10px
}

.tab-columns h3:not(:first-child) {
    margin-top: 48px
}

.tab-columns .attribute {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 400;
    font-size: 14px;
    color: #333;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f5f5f5
}

.tab-columns .attribute-name {
    width: 50%;
    padding-left: 24px
}

.tab-columns .attribute-value {
    width: 50%
}

.tab2-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    padding: 16px 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width:768px) {
    .tab2-columns {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.tab2-columns p {
    font-weight: 400;
    font-size: 14px;
    color: #000;
    margin-bottom: 24px
}

.tab2-columns strong {
    font-weight: 700
}

.tab2-columns ul {
    position: relative
}

.tab2-columns ul li {
    margin-bottom: 24px;
    font-size: 14px;
    padding-left: 12px
}

.tab2-columns ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #000;
    font-size: 1.2em;
    line-height: 1
}

@media (max-width:768px) {
    .tab2-columns .tab2-column {
        width: 100%
    }
}

.tab2-columns .tab2-column:first-child {
    width: calc((100% - 24px)/ 3)
}

@media (max-width:768px) {
    .tab2-columns .tab2-column:first-child {
        width: 100%
    }
}

.tab2-columns .tab2-column:nth-child(2) {
    width: calc((100% - 24px)/ 3 * 2)
}

@media (max-width:768px) {
    .tab2-columns .tab2-column:nth-child(2) {
        width: 100%
    }
}

.tab2-columns .tab2-column:nth-child(2) strong {
    display: block
}

.tab2-columns .tab2-column:nth-child(2) ul {
    margin-bottom: 24px
}

.tab2-columns .tab2-column:nth-child(2) li {
    margin-bottom: 0
}

.tab2-columns .tab2-column:nth-child(2) p {
    margin-bottom: 0
}

.tab2-columns .tab2-column:nth-child(2) p:first-child {
    margin-bottom: 24px
}

.added_to_cart {
    display: none
}

.archive-title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 14px
}

.archive-title-wrapper h1 {
    margin-bottom: 0
}

.product-filter {
    display: none;
}

@media (max-width:1000px) {
    .product-filter {
        display: block;
        background:#428bca;
        color:#ffff;
        padding:10px;
        border-radius: 10px;
    }

    .archive-title-wrapper {
        flex-direction: column;
    }

    .archive-title-wrapper h1 {
        margin:10px 0 20px 0;
    }
}

.product_cat-filtry h1 .color-label,
.product_cat-izmelchiteli h1 .color-label,
.product_cat-aksessuary h1 .color-label {
    display: none
}

#product-filter {
    padding-top: 12px;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 64px;
    position: relative;
    z-index: 1;
    pointer-events: auto;
}

#product-filter h3 {
    font-weight: 400;
    font-size: 14px;
    color: #333;
    margin-bottom: 16px;
    text-transform: uppercase;
    cursor: pointer;
    z-index: 2;
    position: relative
}

#product-filter label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    gap: 6px;
    font-weight: 400;
    font-size: 14px;
    color: #333
}

#product-filter input[type=number i] {
    border: 1px solid #333;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #c4c4c4;
    background: 0 0;
    padding-top: 4px;
    padding-bottom: 4px
}

#product-filter .active {
    border: 1px solid #efd270;
    border-radius: 5px
}

.product-filter__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    background: url(/wp-content/themes/hap2/assets/images/icons/filter-title.svg) no-repeat left center;
    padding-left: 38px;
    margin-bottom: 30px;
    padding-top: 4px;
    padding-bottom: 4px
}

.filter-group {
    position: relative
}

.filter-group::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 13px;
    height: 8px;
    background: url(/wp-content/themes/hap2/assets/images/icons/arrow-filter.svg) no-repeat;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease;
    z-index: 1
}

.filter-group.collapsed::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.filter-options {
    margin-bottom: 32px
}

.filter-price .filter-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px
}

.filter-price .filter-options input {
    width: calc((100% - 4px)/ 2)
}

.color-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.color-filter .color-option {
    border: 1px solid transparent;
    width: 25px;
    height: 25px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    pointer-events: auto !important;
}

.color-filter .color-option .color-swatch,
.color-filter .color-option img {
    border-radius: 99px;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer
}

.color-filter .color-option.active {
    border-radius: 17px !important
}

.montage-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px
}

.montage-option {
    padding: 12px;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 5px;
    background: #f5f5f5;
    position: relative;
    z-index: 1;
    pointer-events: auto !important;
}

.width-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 6px
}

.width-option {
    padding: 6px;
    font-weight: 400;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 5px;
    background: #f5f5f5
}

.tile .tile-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 6px
}

.tile .tile-option {
    padding: 6px;
    font-weight: 400;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 5px;
    background: #f5f5f5;
    position: relative;
    z-index: 1;
    pointer-events: auto !important;
}

#reset-filters {
    border: none;
    background: 0 0;
    font-weight: 700;
    font-size: 14px;
    text-align: right;
    color: #000;
    width: 100%;
    text-align: right;
    cursor: pointer
}

input[type=checkbox] {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    width: 13px;
    height: 13px;
    border: 1px solid #333;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
    outline: 0;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease
}

input[type=checkbox]::after {
    content: "";
    position: absolute;
    top: -3px;
    left: 1px;
    width: 14px;
    height: 14px;
    background-image: url(/wp-content/themes/hap2/assets/images/icons/checkbox.svg);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

input[type=checkbox]:checked::after {
    opacity: 1
}

#breadcrumbs {
    margin-top: 20px;
    margin-bottom: 20px
}

#breadcrumbs span {
    color: #c4c4c4;
    margin-left: 4px;
    margin-right: 4px
}

#breadcrumbs span a {
    font-weight: 400;
    font-size: 14px;
    color: #c4c4c4
}

#breadcrumbs .breadcrumb_last {
    color: #000
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.modal-content {
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
    max-width: 90%;
    width: auto;
    position: relative;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
    -webkit-animation-name: animatetop;
    animation-name: animatetop;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 650px
}

@-webkit-keyframes animatetop {
    from {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.close-button {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 700;
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    z-index: 1;
    border: none;
    background: 0 0
}

.close-button:focus,
.close-button:hover {
    color: #000;
    text-decoration: none
}

.modal-body h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 25px
}

.modal-body h3,
.modal-body strong {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 0
}

.modal-body p {
    font-size: 14px;
    margin-bottom: 20px
}

.modal-body ul {
    margin-bottom: 20px;
    padding-left: 20px;
    list-style: disc
}

.modal-body ul li {
    position: relative;
    font-size: 14px
}

.modal-body ul li::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #000;
    margin-right: 8px;
    position: absolute;
    top: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -15px
}

#delivery .modal-content,
#designers .modal-content,
#montazh .modal-content,
#storage .modal-content {
    max-width: 1200px;
    max-height: 90vh;
    overflow-y: auto
}

.storage__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 68px;
    -moz-column-gap: 68px;
    column-gap: 68px;
    row-gap: 0;
    padding-top: 32px
}

@media (max-width:1000px) {
    .storage__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.storage__wrapper img {
    border-radius: 20px;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.designers__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 68px;
    -moz-column-gap: 68px;
    column-gap: 68px;
    row-gap: 0;
    padding-top: 32px
}

@media (max-width:1000px) {
    .designers__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.designers__wrapper img {
    border-radius: 20px;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.tooltip-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9999
}

.tooltip-content {
    background: #fff;
    padding: 20px;
    max-width: 600px;
    border-radius: 4px;
    position: relative
}

.tooltip-close {
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
    font-size: 18px
}

.tooltip-icon {
    margin-left: 5px;
    cursor: pointer;
    background: url(/wp-content/themes/hap2/assets/images/icons/tooltip.svg) no-repeat center center;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: auto
}

.tooltip-content {
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 20px;
    width: 338px;
    -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .15), 0 1px 2px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .15), 0 1px 2px 0 rgba(0, 0, 0, .3)
}

.tooltip-text div {
    padding-top: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.tooltip-text div:last-child {
    border: none
}

.tooltip-text ul {
    margin-bottom: 20px;
    padding-left: 20px;
    list-style: disc
}

.tooltip-text ul li {
    position: relative;
    font-size: 14px
}

.tooltip-text ul li::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #000;
    margin-right: 8px;
    position: absolute;
    top: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -15px
}

.tooltip-text p {
    font-size: 14px
}

.close-modal-button {
    float: right
}

#videoModal .modal-content {
    width: 100%
}

.modal-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
    position: relative
}

.modal-form h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 120%;
    color: #000;
    margin-bottom: 24px;
    width: 100%
}

.modal-form input[type=email i],
.modal-form input[type=tel i],
.modal-form input[type=text i] {
    border-radius: 62px;
    padding: 12px 16px;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    border: none;
    background: #f5f5f5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

.modal-form input[type=email i]::-webkit-input-placeholder,
.modal-form input[type=tel i]::-webkit-input-placeholder,
.modal-form input[type=text i]::-webkit-input-placeholder {
    color: #c4c4c4
}

.modal-form input[type=email i]::-moz-placeholder,
.modal-form input[type=tel i]::-moz-placeholder,
.modal-form input[type=text i]::-moz-placeholder {
    color: #c4c4c4
}

.modal-form input[type=email i]:-ms-input-placeholder,
.modal-form input[type=tel i]:-ms-input-placeholder,
.modal-form input[type=text i]:-ms-input-placeholder {
    color: #c4c4c4
}

.modal-form input[type=email i]::-ms-input-placeholder,
.modal-form input[type=tel i]::-ms-input-placeholder,
.modal-form input[type=text i]::-ms-input-placeholder {
    color: #c4c4c4
}

.modal-form input[type=email i]::placeholder,
.modal-form input[type=tel i]::placeholder,
.modal-form input[type=text i]::placeholder {
    color: #c4c4c4
}

.modal-form input[type=submit i] {
    background: #efd270;
    width: 100%;
    border: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    border-radius: 62px;
    padding: 12px 16px
}

.lower-form__name {
    width: calc((100% - 12px)/ 2)
}

.lower-form__email {
    width: calc((100% - 12px)/ 2)
}

.lower-form__submit {
    width: 100%
}

.cheap-form__name {
    width: calc((100% - 12px)/ 2)
}

.cheap-form__phone {
    width: calc((100% - 12px)/ 2)
}

.cheap-form__url {
    width: 100%
}

.cheap-form__submit {
    width: 100%
}

.notification-container {
    position: fixed;
    top: 48px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9999;
    pointer-events: none
}

.notification {
    color: #000;
    padding: 16px 20px 16px 68px;
    margin-bottom: 10px;
    border-radius: 20px;
    opacity: 0;
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, transform .5s ease;
    transition: opacity .5s ease, transform .5s ease, -webkit-transform .5s ease;
    min-width: 400px;
    text-align: left;
    pointer-events: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .15), 0 1px 2px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .15), 0 1px 2px 0 rgba(0, 0, 0, .3);
    background: #fff
}

.notification-favorites-add {
    background: #fff url(/wp-content/themes/hap2/assets/images/icons/notification-fav-add.svg) no-repeat center left;
    background-position-x: 20px
}

.notification-favorites-del {
    background: #fff url(/wp-content/themes/hap2/assets/images/icons/notification-fav-del.svg) no-repeat center left;
    background-position-x: 20px
}

.notification-comparison-add {
    background: #fff url(/wp-content/themes/hap2/assets/images/icons/notification-comp-add.svg) no-repeat center left;
    background-position-x: 20px
}

.notification-comparison-del {
    background: #fff url(/wp-content/themes/hap2/assets/images/icons/notification-comp-del.svg) no-repeat center left;
    background-position-x: 20px
}

.notification-cart-add {
    background: #fff url(/wp-content/themes/hap2/assets/images/icons/notification-cart-add.svg) no-repeat center left;
    background-position-x: 20px
}

.notification-cart-del {
    background: #fff url(/wp-content/themes/hap2/assets/images/icons/notification-cart-del.svg) no-repeat center left;
    background-position-x: 20px
}

.notification-show {
    opacity: .9;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.notification-hide {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
}

.notification .icon {
    margin-right: 10px;
    font-size: 18px
}

.header {
    position: relative
}

.header__top {
    border-bottom: 1px solid #c4c4c4
}

.header__top-items {
    height: 30px;
    padding-top: 4px;
    padding-bottom: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:1000px) {
    .header__top-items {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.header__top-menu {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width:1000px) {
    .header__top-menu {
        display: none
    }
}

.header__top-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 31px
}

.header__top-menu ul li a {
    color: #333;
    font-weight: 400;
    font-size: 14px
}

.header__top-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    margin-left: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:1240px) {
    .header__top-info {
        margin-left: 0
    }
}

.header__top-phone {
    padding-left: 24px;
    background: url(/wp-content/themes/hap2/assets/images/icons/phone-header.svg) no-repeat center left
}

.header__top-phone a {
    color: #333;
    font-weight: 400;
    font-size: 14px
}

@media (max-width:1240px) {
    .header__top-phone:nth-child(2) {
        display: none
    }
}

.header__top-location {
    padding-left: 20px;
    background: url(/wp-content/themes/hap2/assets/images/icons/location-header.svg) no-repeat center left;
    color: #333;
    font-size: 14px
}

@media (max-width:1240px) {
    .header__top-location {
        display: none
    }
}

.header__top-worktime {
    padding-left: 20px;
    background: url(/wp-content/themes/hap2/assets/images/icons/time-header.svg) no-repeat center left;
    color: #333;
    font-size: 14px
}

@media (max-width:768px) {
    .header__top-worktime {
        display: none
    }
}

.header__wrapper {
    padding-top: 16px;
    padding-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:1240px) {
    .header__wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (max-width:1240px) {
    .header__logo {
        max-width: 215px
    }
    .header__logo img {
        width: 100%
    }
}

.header__burger {
    width: 24px;
    height: 24px;
    background: url(/wp-content/themes/hap2/assets/images/icons/menu.svg) no-repeat center center;
    display: none
}

@media (max-width:1240px) {
    .header__burger {
        display: block
    }
}

.header__showroom {
    font-weight: 700;
    font-size: 16px;
    color: #333;
    padding: 6px 16px;
    background: #efd270;
    border: 1px solid #efd270;
    border-radius: 20px;
    margin-left: 50px;
	position:relative;
	overflow:hidden;
}

.header__showroom::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.5) 50%,
    rgba(255,255,255,0) 100%
  );
  transform: skewX(-20deg);
  animation: showroom-shine 2.5s infinite;
  pointer-events: none;
}

@keyframes showroom-shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}

@media (max-width:1240px) {
    .header__showroom {
        display: none
    }
}

.header__search {
    margin-left: 40px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (max-width:1240px) {
    .header__search {
        display: none
    }
}

.header__search input[type=search i] {
    border-radius: 62px;
    padding: 12px 16px 12px 52px;
    border: none;
    background: #f5f5f5 url(/wp-content/themes/hap2/assets/images/icons/search-header.svg) no-repeat center left;
    background-position-x: 16px;
    width: 100%
}

.header__search input[type=search i]::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #c4c4c4
}

.header__search input[type=search i]::-moz-placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #c4c4c4
}

.header__search input[type=search i]:-ms-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #c4c4c4
}

.header__search input[type=search i]::-ms-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #c4c4c4
}

.header__search input[type=search i]::placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #c4c4c4
}

.header__search-m {
    display: none
}

@media (max-width:1240px) {
    .header__search-m {
        display: block;
        width: 24px;
        height: 24px;
        background: url(/wp-content/themes/hap2/assets/images/icons/search-mob.svg) no-repeat center center
    }
}

.header__counters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    margin-left: 40px
}

@media (max-width:1240px) {
    .header__counters {
        display: none
    }
}

.header__counters-m {
    display: none
}

@media (max-width:1240px) {
    .header__counters-m {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width:1240px) {
    .header__counters-m {
        margin-left: auto
    }
}

.header__counter-item {
    width: 24px;
    height: 24px;
    position: relative
}

.header .compare {
    background: url(/wp-content/themes/hap2/assets/images/icons/compare-header.svg) no-repeat center center
}

.header .compare span {
    border: 1px solid #efd270;
    border-radius: 9px;
    padding: 0 4px;
    background: #efd270;
    position: absolute;
    top: -9px;
    right: -10px;
    color: #000;
    line-height: 120%;
    font-size: 12px;
    font-weight: 600;
    line-height: 120%;
    padding: 2px 5px
}

.header .favorites {
    background: url(/wp-content/themes/hap2/assets/images/icons/fav-header.png) no-repeat center center
}

.header .favorites span {
    border: 1px solid #efd270;
    border-radius: 9px;
    padding: 0 4px;
    background: #efd270;
    position: absolute;
    top: -9px;
    right: -10px;
    color: #000;
    line-height: 120%;
    font-size: 12px;
    font-weight: 600;
    line-height: 120%;
    padding: 2px 5px
}

.header .cart {
    background: url(/wp-content/themes/hap2/assets/images/icons/cart-header.svg) no-repeat center center
}

.header .cart span {
    border: 1px solid #efd270;
    border-radius: 9px;
    padding: 0 4px;
    background: #efd270;
    position: absolute;
    top: -9px;
    right: -10px;
    color: #000;
    line-height: 120%;
    font-size: 12px;
    font-weight: 600;
    line-height: 120%;
    padding: 2px 5px
}

.header__cat-wrapper {
    position: relative;
    background: #f5f5f5;
    z-index: 1000;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.header__cat-wrapper.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2)
}

.header__categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 4px;
    padding-bottom: 4px;
    background: #f5f5f5;
    max-width: 1720px;
    margin: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width:1240px) {
    .header__categories {
        display: none
    }
}

@media (min-width:1440px) {
    .header__categories {
        padding-right: 100px;
        padding-left: 100px
    }
}

.header__categories .washing {
    background: url(/wp-content/themes/hap2/assets/images/icons/moiki-header.svg) no-repeat center left;
    background-size: 42px
}

.header__categories .bathsink {
    background: url(/wp-content/themes/hap2/assets/images/icons/bath.png) no-repeat center left;
    background-size: 42px
}

.header__categories .mixer {
    background: url(/wp-content/themes/hap2/assets/images/icons/smes-header.svg) no-repeat center left;
    background-size: 42px
}

.header__categories .reinforcement {
    background: url(/wp-content/themes/hap2/assets/images/icons/arm-header.svg) no-repeat center left;
    background-size: 42px
}

.header__categories .dispenser {
    background: url(/wp-content/themes/hap2/assets/images/icons/doz-header.svg) no-repeat center left;
    background-size: 42px
}

.header__categories .chopper {
    background: url(/wp-content/themes/hap2/assets/images/icons/izm-header.svg) no-repeat center left;
    background-size: 42px
}

.header__categories .filter {
    background: url(/wp-content/themes/hap2/assets/images/icons/filters-header.svg) no-repeat center left;
    background-size: 42px
}

.header__categories .accessory {
    background: url(/wp-content/themes/hap2/assets/images/icons/akses-header.svg) no-repeat center left;
    background-size: 42px
}

.header__category-item {
    height: 37px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__category-item a {
    padding-left: 55px;
    margin: auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 119%;
    color: #333
}

.search-block {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: max-height .5s ease, opacity .5s ease;
    transition: max-height .5s ease, opacity .5s ease;
    position: absolute;
    z-index: 9;
    width: 100%;
    background: #fff;
    padding-bottom: 20px;
    padding-top: 20px;
    display: none
}

.search-block.active {
    max-height: 500px;
    opacity: 1;
    display: block
}

.search-block .header__search {
    display: block !important;
    margin-left: 0;
    max-width: 90%
}

.mobile-menu {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: max-height .5s ease, opacity .5s ease;
    transition: max-height .5s ease, opacity .5s ease;
    position: absolute;
    z-index: 9;
    background: #fff;
    width: 100%;
    max-height: 1000px !important;
    -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .15), 0 1px 2px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .15), 0 1px 2px 0 rgba(0, 0, 0, .3);
    border-radius: 0 0 20px 20px;
    display: none
}

.mobile-menu.active {
    max-height: 500px;
    opacity: 1;
    display: block;
    z-index: 9999
}

.mobile-menu__inner h4 {
    margin-bottom: 32px;
    font-weight: 700;
    font-size: 20px;
    line-height: 115%;
    color: #000;
    padding-top: 20px
}

.mobile-menu .header__categories {
    display: grid;
    grid-template-columns: repeat(auto-fill, 180px);
    gap: 7px 25px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 30px
}

.mobile-menu .header__category-item {
    display: table
}

.mobile-menu .header__category-item a {
    display: table-cell;
    vertical-align: middle
}

.mobile-menu .header__top-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media (max-width:768px) {
    .mobile-menu .header__top-menu {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.mobile-menu .header__top-menu ul {
    gap: 15px
}

@media (max-width:768px) {
    .mobile-menu .header__top-menu ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.mobile-menu .header__top-menu.active {
    max-height: 500px;
    opacity: 1;
    display: block
}

.mobile-menu .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 32px;
    padding-bottom: 24px
}

@media (max-width:768px) {
    .mobile-menu .wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.mobile-menu .wrapper .header__showroom {
    display: block;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

@media (max-width:768px) {
    .mobile-menu .wrapper .header__showroom {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-left: 0;
        width: 100%
    }
}

.mobile-menu .wrapper .header__top-phone:nth-child(2) {
    display: block
}

.mobile-menu .wrapper .header__top-info {
    margin-left: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

@media (max-width:768px) {
    .mobile-menu .wrapper .header__top-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.mobile-menu .wrapper .header__top-location {
    display: block
}

.mobile-menu .wrapper .header__top-worktime {
    display: block
}

.footer {
    background: #f5f5f5;
    padding-top: 143px
}

.footer__wrapper {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 72px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:1240px) {
    .footer__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:768px) {
    .footer__wrapper {
        row-gap: 24px;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0
    }
}

.footer__item h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 24px
}

@media (max-width:1000px) {
    .footer__item h4 {
        margin-bottom: 10px
    }
}

.footer__about {
    max-width: 387px
}

@media (max-width:1000px) {
    .footer__about {
        max-width: unset;
        width: 100%
    }
}

.footer__logo {
    margin-bottom: 24px
}

@media (max-width:1240px) {
    .footer__logo {
        max-width: 339px
    }
    .footer__logo img {
        width: 100%
    }
}

.footer__text {
    font-weight: 400;
    font-size: 14px;
    color: #333;
    margin-bottom: 32px
}

.footer__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.footer__socials .social-item a {
    display: block;
    width: 32px;
    height: 32px
}

.footer__socials .tg a {
    background: url(/wp-content/themes/hap2/assets/images/icons/tg-footer.svg) no-repeat center center
}

.footer__socials .vk a {
    background: url(/wp-content/themes/hap2/assets/images/icons/vk-footer.svg) no-repeat center center
}

.footer__socials .r a {
    background: url(/wp-content/themes/hap2/assets/images/icons/r-footer.svg) no-repeat center center
}

.footer__menu {
    min-width: 190px
}

@media (max-width:1000px) {
    .footer__menu {
        width: 33.3333333333%
    }
}

.footer__menu ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 187%;
    color: #333
}

.footer__contact {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 320px
}

@media (max-width:1000px) {
    .footer__contact {
        width: 33.3333333333%
    }
}

.footer__contact-item {
    padding-left: 32px;
    color: #333
}

.footer__contact-item a {
    font-weight: 400;
    font-size: 16px;
    line-height: 187%;
    color: #333
}

.footer__phone {
    background: url(/wp-content/themes/hap2/assets/images/icons/phone-footer.svg) no-repeat center left;
    background-position-x: 3px
}

.footer__mail {
    background: url(/wp-content/themes/hap2/assets/images/icons/mail-footer.svg) no-repeat center left
}

.footer__address {
    background: url(/wp-content/themes/hap2/assets/images/icons/location-footer.svg) no-repeat top left;
    background-position-x: 3px;
    background-position-y: 2px
}

.footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 32px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:1000px) {
    .footer__bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 18px
    }
}

@media (max-width:1000px) {
    .footer__bottom div {
        width: 100%;
        text-align: center
    }
}

.footer__bottom div:first-child {
    max-width: 468px
}

@media (max-width:1000px) {
    .footer__bottom div:first-child {
        width: 100%;
        max-width: unset
    }
}

.footer__bottom div p {
    font-weight: 400;
    font-size: 14px;
    color: #333
}

.footer__bottom div p:first-child {
    margin-bottom: 10px
}

.hero {
    max-width: 100%;
    margin: auto
}

.hero img {
    width: 100%;
    height: auto
}

.about__wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 72px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1240px;
    margin: auto
}

@media (max-width:768px) {
    .about__wrapper {
        padding-top: 20px;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 20px;
        padding-bottom: 50px
    }
}

.about__text {
    max-width: 534px;
    width: calc((100% - 72px)/ 2)
}

@media (max-width:1000px) {
    .about__text {
        width: 100%;
        max-width: unset
    }
}

.about h1 {
    font-weight: 300;
    font-size: 48px;
    margin-bottom: 20px;
    line-height: normal
}

@media (max-width:768px) {
    .about h1 {
        font-size: 24px
    }
}

.about p {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: normal
}

.about__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 632px;
    gap: 19px;
    width: calc((100% - 72px)/ 2)
}

@media (max-width:1000px) {
    .about__images {
        width: 100%;
        max-width: unset
    }
}

.about__images img {
    border-radius: 12px;
    max-width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 12px
}

@media (max-width:768px) {
    .about__images img {
        width: 100%
    }
}

.about__images-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width:1240px) {
    .about__images-left {
        width: calc((100% - 19px)/ 4);
        max-width: unset
    }
}

@media (max-width:768px) {
    .about__images-left {
        width: calc((100% - 19px)/ 4);
        max-width: unset;
        gap: 4px
    }
}

.about__images-right {
    padding-top: 32px;
    width: calc((100% - 19px)/ 4 * 3);
    max-width: unset;
    position: relative
}

@media (max-width:1240px) {
    .about__images-right {
        width: calc((100% - 19px)/ 4 * 3);
        padding-top: 0
    }
}

.about__images-right img {
    width: 100%;
    z-index: 2;
    position: relative
}

@media (max-width:768px) {
    .about__images-right img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.about__images-right::after {
    content: "";
    border-radius: 16px;
    width: 375px;
    height: 345px;
    background: #f5f5f5;
    position: absolute;
    right: -20px;
    z-index: 1;
    top: 10px
}

@media (max-width:1240px) {
    .about__images-right::after {
        top: -30px
    }
}

@media (max-width:768px) {
    .about__images-right::after {
        display: none
    }
}

.categories {
    max-width: 1920px;
    margin: auto
}

.categories__wrapper {
    height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

@media (max-width:768px) {
    .categories__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 5px
    }
}

.categories .category-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition: -webkit-box-flex .5s ease;
    transition: -webkit-box-flex .5s ease;
    transition: flex .5s ease;
    transition: flex .5s ease, -webkit-box-flex .5s ease, -ms-flex .5s ease;
    display: block;
    background-position: center;
    -webkit-box-shadow: 5px 0 4px 0 rgba(0, 0, 0, .25);
    box-shadow: 5px 0 4px 0 rgba(0, 0, 0, .25);
    position: relative;
}

.categories .category-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    transition: opacity 0.5s ease;
    opacity: 1;
}

@media (max-width:768px) {
    .categories .category-item {
        width: calc((100% - 5px)/ 2);
        -webkit-transition: unset;
        transition: unset;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        border-radius: 10px;
        -webkit-box-shadow: unset;
        box-shadow: unset
    }
}

.categories .category-item:hover {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2
}

.categories .category-item:hover::before {
    opacity: 0;
}
.categories .category-item .category-title {
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    margin-top: 16px;
    margin-left: 20px;
    position: relative;
    z-index: 3;
}

.categories .item1 {
    background: url(/wp-content/themes/hap2/assets/images/home/cat1.jpg) no-repeat center center;
    background-size: cover
}

.categories .item2 {
    background: url(/wp-content/themes/hap2/assets/images/home/cat2.jpg) no-repeat center center;
    background-size: cover
}

.categories .item3 {
    background: url(/wp-content/themes/hap2/assets/images/home/cat3.jpg) no-repeat center center;
    background-size: cover
}

.categories .item4 {
    background: url(/wp-content/themes/hap2/assets/images/home/cat4.jpg) no-repeat center center;
    background-size: cover
}

.categories .item5 {
    background: url(/wp-content/themes/hap2/assets/images/home/cat5.jpg) no-repeat center center;
    background-size: cover
}

.categories .item6 {
    background: url(/wp-content/themes/hap2/assets/images/home/cat6.jpg) no-repeat center center;
    background-size: cover
}

.new-products {
    padding-top: 70px;
    padding-bottom: 32px;
    margin-bottom: 70px
}

@media (max-width:768px) {
    .new-products {
        padding-bottom: 20px;
        margin-bottom: 20px
    }
}

@media (max-width:768px) {
    .new-products .container:first-child {
        display: none
    }
}

.new-products .container:nth-child(2) h2 {
    margin-bottom: 0
}

@media (max-width:768px) {
    .new-products {
        padding-top: 20px
    }
}

.new-products h2 {
    margin-bottom: 30px
}

.new-products .topsell {
    display: none
}

@media (max-width:768px) {
    .new-products .topsell {
        display: block
    }
}

.section-title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    margin-bottom: 30px
}

@media (max-width:768px) {
    .section-title-wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.section-title {
    font-weight: 300;
    font-size: 48px;
    text-transform: uppercase
}

@media (max-width:768px) {
    .section-title {
        font-size: 24px;
        text-align: center
    }
}

.gallery-slider {
    overflow: hidden;
    margin-bottom: 70px
}

@media (max-width:768px) {
    .gallery-slider {
        margin-bottom: 20px
    }
}

.slider-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px
}

.gallery-button-next,
.gallery-button-prev {
    height: 24px;
    width: 24px;
    cursor: pointer
}

.gallery-button-prev {
    background: url(/wp-content/themes/hap2/assets/images/icons/arrow-slider.svg) no-repeat center center
}

.gallery-button-next {
    background: url(/wp-content/themes/hap2/assets/images/icons/arrow-slider.svg) no-repeat center center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.gallery-slide {
    width: calc((100% - 40px)/ 3)
}

@media (max-width:768px) {
    .gallery-slide {
        width: 100%
    }
}

.gallery-slide img {
    width: 100%;
    height: auto;
    border-radius: 20px
}

.form-section {
    margin-bottom: 70px
}

@media (max-width:768px) {
    .form-section {
        margin-bottom: 20px
    }
}

.form-section .container {
    position: relative
}

@media (max-width:768px) {
    .form-section .container {
        padding-top: 0;
        padding-bottom: 0
    }
}

.form-section__wrapper {
    padding-top: 52px;
    padding-bottom: 52px;
    padding-left: 100px;
    padding-right: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 48px;
    background: #f5f5f5;
    border-radius: 20px;
    border-radius: 20px
}

@media (max-width:1000px) {
    .form-section__wrapper {
        padding: 27px 44px
    }
}

@media (max-width:768px) {
    .form-section__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px
    }
}

.form-section__item {
    width: calc((100% - 48px)/ 2)
}

@media (max-width:768px) {
    .form-section__item {
        width: 100%
    }
}

.form-section h4 {
    font-weight: 300;
    font-size: 30px;
    color: #000;
    margin-bottom: 14px;
    max-width: 420px
}

.form-section p {
    font-weight: 400;
    font-size: 14px;
    color: #333
}

.form-section .wpcf7-spinner {
    display: none
}

.form-section .form-name {
    width: 100% !important;
    margin-bottom: 0 !important
}

.form-section .form-name input {
    background: #fff !important
}

.form-section .form-phone {
    width: 100% !important;
    margin-bottom: 0 !important
}

.form-section .form-phone input {
    background: #fff !important
}

@media (max-width:768px) {
    .form-section-2 {
        margin-bottom: 20px
    }
}

.form-section-2 .container {
    position: relative
}

@media (max-width:768px) {
    .form-section-2 .container {
        padding-top: 0;
        padding-bottom: 0
    }
}

.form-section-2__wrapper {
    bottom: -100px;
    position: relative;
    padding-top: 52px;
    padding-bottom: 52px;
    padding-left: 100px;
    padding-right: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 48px;
    background: #fff;
    border-radius: 20px;
    border: 2px solid #f5f5f5;
    border-radius: 20px
}

@media (max-width:1000px) {
    .form-section-2__wrapper {
        padding: 27px 44px
    }
}

@media (max-width:768px) {
    .form-section-2__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px
    }
}

.form-section-2__item {
    width: calc((100% - 48px)/ 2)
}

@media (max-width:768px) {
    .form-section-2__item {
        width: 100%
    }
}

.form-section-2 h4 {
    font-weight: 300;
    font-size: 30px;
    color: #000;
    margin-bottom: 14px;
    text-transform: uppercase;
    max-width: 420px
}

.form-section-2 p {
    font-weight: 400;
    font-size: 14px;
    color: #333
}

.form-section-2 .wpcf7-spinner {
    display: none
}

.homepage-form {
    width: 100%
}

.homepage-form__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.homepage-form__wrapper span {
    width: 100%;
    display: block
}

.homepage-form .form-name {
    width: calc((100% - 14px)/ 2)
}

@media (max-width:768px) {
    .homepage-form .form-name {
        width: 100%
    }
}

.homepage-form .form-name input {
    width: 100%;
    border-radius: 62px;
    padding: 12px 16px;
    background: #fff;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
    background: #f5f5f5
}

.homepage-form .form-name input::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #c4c4c4
}

.homepage-form .form-name input::-moz-placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #c4c4c4
}

.homepage-form .form-name input:-ms-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #c4c4c4
}

.homepage-form .form-name input::-ms-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #c4c4c4
}

.homepage-form .form-name input::placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #c4c4c4
}

.homepage-form .form-phone {
    width: calc((100% - 14px)/ 2)
}

@media (max-width:768px) {
    .homepage-form .form-phone {
        width: 100%
    }
}

.homepage-form .form-phone input {
    width: 100%;
    border-radius: 62px;
    padding: 12px 16px;
    background: #fff;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
    background: #f5f5f5
}

.homepage-form .form-phone input::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #c4c4c4
}

.homepage-form .form-phone input::-moz-placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #c4c4c4
}

.homepage-form .form-phone input:-ms-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #c4c4c4
}

.homepage-form .form-phone input::-ms-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #c4c4c4
}

.homepage-form .form-phone input::placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #c4c4c4
}

.homepage-form .form-submit {
    width: 100%
}

.homepage-form .form-submit input {
    border: 1px solid #efd270;
    border-radius: 62px;
    padding: 12px 16px;
    background: #efd270;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    width: 100%;
    color: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.about2 {
    max-width: 100%;
    margin: auto;
    background: url(/wp-content/themes/hap2/assets/images/home/about2-section.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 195px;
    padding-bottom: 250px
}

@media (max-width:1000px) {
    .about2 {
        padding-top: 26px;
        padding-bottom: 27px
    }
}

@media (max-width:768px) {
    .about2 {
        padding-bottom: 54px
    }
}

.about2__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 120px
}

@media (max-width:1240px) {
    .about2__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: unset
    }
}

.about2__item {
    width: calc((100% - 120px)/ 2)
}

@media (max-width:1000px) {
    .about2__item {
        width: 100%
    }
}

.about2__item p {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    width: 100%;
    margin-bottom: 36px
}

@media (max-width:768px) {
    .about2__item p {
        margin-bottom: 80px
    }
}

@media (max-width:1000px) {
    .about2__item a {
        margin-bottom: 37px
    }
}

.about2 h2 {
    font-weight: 300;
    font-size: 48px;
    color: #fff;
    margin-bottom: 30px;
    text-transform: uppercase
}

@media (max-width:768px) {
    .about2 h2 {
        font-size: 42px;
        margin-bottom: 20px
    }
}

.about2__numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px
}

@media (max-width:768px) {
    .about2__numbers {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.about2__numbers h5 {
    font-weight: 300;
    font-size: 48px;
    color: #fff;
    margin-bottom: 8px
}

.about2__numbers p {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    margin-bottom: 0 !important
}

.topsell {
    padding-top: 70px;
    padding-bottom: 10px;
}

@media (max-width:768px) {
    .topsell {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.topsell .topsell-button-next,
.topsell .topsell-button-prev {
    height: 24px;
    width: 24px;
    cursor: pointer
}

.topsell .topsell-button-prev {
    background: url(/wp-content/themes/hap2/assets/images/icons/arrow-slider.svg) no-repeat center center
}

.topsell .topsell-button-next {
    background: url(/wp-content/themes/hap2/assets/images/icons/arrow-slider.svg) no-repeat center center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.topsell .topsell-slider {
    overflow: hidden
}

.topsell .topsell-slider .product {
    width: 100% !important
}

@media (max-width:768px) {
    .reviews {
        padding-bottom: 20px
    }
}

.reviews-slider {
    overflow: hidden
}

.reviews-slider .review-content {
    padding: 32px;
    border: 1px solid #f5f5f5;
    border-radius: 20px
}

@media (max-width:768px) {
    .reviews-slider .review-content {
        padding-top: 0
    }
}

.reviews-slider .review-stars {
    margin-bottom: 16px
}

.reviews-slider .star {
    font-size: 24px;
    color: #efd270
}

.reviews-slider .review-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #000;
    background: url(/wp-content/themes/hap2/assets/images/icons/review-name.svg) no-repeat center right;
    padding-right: 28px;
    display: inline-block;
    margin-bottom: 12px
}

.reviews-slider .review-text {
    font-weight: 400;
    font-size: 14px;
    color: #c4c4c4
}

.reviews-button-next,
.reviews-button-prev {
    height: 24px;
    width: 24px;
    cursor: pointer
}

.reviews-button-prev {
    background: url(/wp-content/themes/hap2/assets/images/icons/arrow-slider.svg) no-repeat center center
}

.reviews-button-next {
    background: url(/wp-content/themes/hap2/assets/images/icons/arrow-slider.svg) no-repeat center center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.checkout-container {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px
}

.checkout-container h1 {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 30px;
    color: #000
}

.checkout-left {
    width: calc((100% - 20px)/ 3 * 2);
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width:1240px) {
    .checkout-left {
        width: calc((100% - 20px)/ 2)
    }
}

@media (max-width:768px) {
    .checkout-left {
        width: 100%
    }
}

.checkout-right {
    width: calc((100% - 20px)/ 3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width:1240px) {
    .checkout-right {
        width: calc((100% - 20px)/ 2)
    }
}

@media (max-width:768px) {
    .checkout-right {
        width: 100%
    }
}

.cart-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.cart-item .product-thumbnail {
    width: 124px;
    height: 124px
}

.cart-item .product-thumbnail a {
    display: block;
    width: 100%
}

.cart-item .product-thumbnail img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: auto
}

.cart-item .product-details {
    vertical-align: top;
    padding-left: 16px;
    width: 100%
}

.cart-item .product-details a {
    font-weight: 700;
    font-size: 14px;
    color: #000;
    margin-bottom: 2px
}

.cart-item .product-details .color {
    font-weight: 400;
    font-size: 14px;
    color: #000
}

.cart-item .product-details .color span {
    color: #333
}

.cart-item .product-details .sku {
    font-weight: 400;
    font-size: 14px;
    color: #000;
    margin-bottom: 16px
}

.cart-item .product-details .sku span {
    color: #333
}

.cart-item .product-details .price {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #000
}

.cart-item .product-actions {
    vertical-align: top;
    width: 124px
}

.cart-item .product-actions .remove {
    width: 20px;
    height: 20px;
    background: url(/wp-content/themes/hap2/assets/images/icons/delete.svg) no-repeat center center;
    display: block;
    margin-left: auto;
    margin-bottom: 52px
}

.cart-item .product-actions .buttons_added {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    padding: 12px 20px
}

.cart-item .product-actions .buttons_added .quantity {
    width: 40px;
}

.cart-item .product-actions .buttons_added .quantity input {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 14px;
    color: #000;
    border: none;
    background: 0 0;
    text-align: center
}

.cart-item .product-actions .buttons_added button {
    width: 20px;
    height: 20px;
    display: block;
    border: none;
    cursor: pointer
}

.cart-item .product-actions .buttons_added .minus {
    background: url(/wp-content/themes/hap2/assets/images/icons/minus.svg) no-repeat center center
}

.cart-item .product-actions .buttons_added .plus {
    background: url(/wp-content/themes/hap2/assets/images/icons/plus.svg) no-repeat center center
}

.order-details h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #000;
    margin-bottom: 10px
}

.order-details #shipping_method {
    margin-bottom: 10px
}

.order-details #shipping_method input[type=radio i] {
    accent-color: #000;
    margin-right: 6px
}

.order-details #shipping_method li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.order-details #shipping_method li label {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.order-details .woocommerce-billing-fields {
    margin-bottom: 10px
}

.order-details .woocommerce-billing-fields input[type=text i] {
    border-radius: 5px;
    padding: 12px 16px;
    background: #f5f5f5;
    border: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    font-family: "Open Sans", sans-serif
}

.order-details .woocommerce-billing-fields input[type=text i]::-webkit-input-placeholder {
    color: #c4c4c4;
    font-family: "Open Sans", sans-serif
}

.order-details .woocommerce-billing-fields input[type=text i]::-moz-placeholder {
    color: #c4c4c4;
    font-family: "Open Sans", sans-serif
}

.order-details .woocommerce-billing-fields input[type=text i]:-ms-input-placeholder {
    color: #c4c4c4;
    font-family: "Open Sans", sans-serif
}

.order-details .woocommerce-billing-fields input[type=text i]::-ms-input-placeholder {
    color: #c4c4c4;
    font-family: "Open Sans", sans-serif
}

.order-details .woocommerce-billing-fields input[type=text i]::placeholder {
    color: #c4c4c4;
    font-family: "Open Sans", sans-serif
}

.order-details .woocommerce-billing-fields input[type=text i]:focus-visible {
    border: 1px solid #c4c4c4;
    outline: 0
}

.order-details .order-totals div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px
}

.order-details .order-totals div span {
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, .6)
}

.order-details .order-totals div span:last-child {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    text-align: right;
    color: #000
}

.order-details .order-totals div:last-child {
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-top: 10px;
    padding-bottom: 10px
}

.order-details .order-totals div:last-child span {
    color: #000
}

.order-details .order-totals div:last-child span:last-child {
    font-size: 20px;
    line-height: 120%
}

.order-details .woocommerce-checkout-payment {
    margin-bottom: 10px
}

.order-details .woocommerce-checkout-payment input[type=radio i] {
    accent-color: #000;
    margin: 0
}

.order-details .woocommerce-checkout-payment ul li label {
    font-weight: 400;
    font-size: 16px;
}

.order-details .woocommerce-checkout-payment ul li .payment_box {
    font-weight: 400;
    font-size: 14px
}

.order-details .coupon-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    margin-bottom: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.order-details .coupon-wrapper input[type=text i] {
    border-radius: 5px;
    padding: 10px 12px 10px 30px;
    border: none;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: #f5f5f5 url(/wp-content/themes/hap2/assets/images/icons/coupon.svg) no-repeat center left;
    background-position-x: 10px;
    color: #000
}

.order-details .coupon-wrapper input[type=text i]:focus-visible {
    border: 1px solid #c4c4c4;
    outline: 0
}

.order-details .coupon-wrapper button {
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    padding: 12px 16px;
    background: 0 0;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer
}

.order-details .coupon-wrapper .coupon-message {
    width: 100%
}

.order-details .woocommerce-privacy-policy-text {
    font-weight: 400;
    font-size: 14px;
    color: #333;
    margin-bottom: 20px
}

.order-details .woocommerce-privacy-policy-text a {
    color: #c4c4c4
}

.order-details #place_order {
    border-radius: 62px;
    padding: 16px 54px;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #000;
    background: #efd270;
    border: none;
    width: 100%;
    cursor: pointer
}

.wc_payment_method {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
	align-items: center;
	gap: 10px;
}

.woocommerce-remove-coupon {
    display: none
}

.discount-line span:nth-child(2) {
    color: #f33 !important
}

.discount-line span span {
    color: #f33 !important;
    font-weight: 700 !important
}

.coupon-message {
    color: #f33;
    margin-bottom: 12px;
    font-size: 14px
}

.woocommerce-billing-fields__field-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px
}

.woocommerce-billing-fields__field-wrapper p {
    width: 100%
}

.woocommerce-billing-fields__field-wrapper #billing_email_field,
.woocommerce-billing-fields__field-wrapper #billing_phone_field {
    width: calc((100% - 10px)/ 2)
}

#order_comments {
    border-radius: 5px;
    padding: 12px 16px;
    background: #f5f5f5;
    border: none;
    width: 100%;
    height: 76px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
    font-family: "Open Sans", sans-serif
}

#order_comments::-webkit-input-placeholder {
    color: #c4c4c4;
    font-family: "Open Sans", sans-serif
}

#order_comments::-moz-placeholder {
    color: #c4c4c4;
    font-family: "Open Sans", sans-serif
}

#order_comments:-ms-input-placeholder {
    color: #c4c4c4;
    font-family: "Open Sans", sans-serif
}

#order_comments::-ms-input-placeholder {
    color: #c4c4c4;
    font-family: "Open Sans", sans-serif
}

#order_comments::placeholder {
    color: #c4c4c4;
    font-family: "Open Sans", sans-serif
}

#order_comments:focus-visible {
    border: 1px solid #c4c4c4;
    outline: 0
}

.newsletter-optin label {
    font-weight: 400;
    font-size: 14px;
    color: #333;
    margin-bottom: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.simple-page h1 {
    font-weight: 700;
    font-size: 30px;
    color: #000;
    margin-bottom: 20px
}

.simple-page h2 {
    font-weight: 700;
    font-size: 14px;
    color: #000
}

.simple-page p {
    font-weight: 400;
    font-size: 14px;
    line-height: 171%;
    margin-bottom: 20px
}

.simple-page ul {
    margin-bottom: 20px;
    padding-left: 20px
}

.simple-page ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 171%;
    position: relative
}

.simple-page ul li::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #000;
    margin-right: 8px;
    position: absolute;
    top: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -15px
}

.simple-page__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.simple-page__col-1-2 {
    width: calc((100% - 20px)/ 2)
}

@media (max-width:768px) {
    .simple-page__col-1-2 {
        width: 100%
    }
}

.simple-page__col-1-3 {
    width: calc((100% - 40px)/ 3)
}

@media (max-width:1000px) {
    .simple-page__col-1-3 {
        width: 100%
    }
}

.simple-page__col-2-3 {
    width: calc((100% - 40px)/ 3 * 2)
}

.page-2-3-1-3 .simple-page__wrapper {
    gap: 20px !important
}

.page-2-3-1-3 .simple-page__col-1-3 {
    padding-left: 20px;
    border-left: 1px solid #f5f5f5;
    width: calc((100% - 20px)/ 3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width:1240px) {
    .page-2-3-1-3 .simple-page__col-1-3 {
        width: 100%;
        border: none;
        padding-left: 0
    }
}

.page-2-3-1-3 .simple-page__col-2-3 {
    width: calc((100% - 20px)/ 3 * 2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width:1240px) {
    .page-2-3-1-3 .simple-page__col-2-3 {
        width: 100%;
        border: none;
        padding-left: 0
    }
}

.grey-area {
    padding: 15px 25px;
    border-radius: 20px;
    background: #f5f5f5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width:768px) {
    .privacy-policy h1 {
        font-size: 24px
    }
}

.privacy-policy h2 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 24px
}

@media (max-width:768px) {
    .privacy-policy h2 {
        font-size: 20px
    }
}

.privacy-policy h3 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 16px
}

.map {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:768px) {
    .map {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:768px) {
    .map iframe {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        height: 360px !important
    }
}

.map .container {
    position: absolute;
    width: 100%
}

@media (max-width:768px) {
    .map .container {
        position: relative;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 0
    }
}

.map__wrapper {
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .15), 0 1px 2px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .15), 0 1px 2px 0 rgba(0, 0, 0, .3);
    background: #fff;
    width: 336px;
    top: 94px;
    position: absolute
}

@media (max-width:768px) {
    .map__wrapper {
        position: relative;
        width: 100%;
        top: unset;
        border-radius: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

.map__wrapper h1 {
    font-weight: 700;
    font-size: 28px;
    line-height: 120%;
    color: #333
}

.map__wrapper ul {
    padding-left: 20px;
    margin-bottom: 16px
}

.map__wrapper ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 171%;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 214%;
    color: #000
}

.map__wrapper ul li::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #000;
    margin-right: 8px;
    position: absolute;
    top: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -15px
}

.map__wrapper ul li a {
    text-decoration: underline;
    color: #000
}

.map__title {
    background: #f5f5f5;
    padding: 18px 22px;
    border-radius: 10px 10px 0 0
}

.map__info {
    padding: 20px
}

.map__address {
    margin-bottom: 12px
}

.map__address div {
    font-weight: 400;
    font-size: 16px;
    line-height: 187%;
    color: #333;
    background: url(/wp-content/themes/hap2/assets/images/icons/placeholder-contacts.svg) no-repeat left top;
    padding-left: 26px;
    background-position-y: 6px;
    background-size: 16px
}

.map__address div:last-child {
    font-weight: 400;
    font-size: 14px;
    line-height: 214%;
    background: 0 0
}

.map__time {
    font-weight: 400;
    font-size: 16px;
    color: #333;
    background: url(/wp-content/themes/hap2/assets/images/icons/time-contacts.svg) no-repeat left top;
    padding-left: 26px;
    background-position-y: 3px;
    margin-bottom: 8px;
    background-size: 17px
}

.map__phone {
    font-weight: 400;
    font-size: 16px;
    line-height: 187%;
    color: #333;
    display: block;
    background: url(/wp-content/themes/hap2/assets/images/icons/phone-contacts.svg) no-repeat left top;
    padding-left: 28px;
    margin-bottom: 10px;
    background-position-y: 5px;
    background-size: 18px
}

.map__mail {
    font-weight: 400;
    font-size: 16px;
    line-height: 187%;
    color: #333;
    display: block;
    background: url(/wp-content/themes/hap2/assets/images/icons/mail-contacts.svg) no-repeat left top;
    padding-left: 28px;
    margin-bottom: 15px;
    background-position-y: 8px;
    background-size: 20px
}

.map__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 24px;
    border-top: 1px solid #c4c4c4
}

.map__info .btn-yellow {
    margin-bottom: 30px;
}

@media (max-width:768px) {
    .map__socials {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        border-top: none;
        padding-top: 0
    }
}

.map__socials .social-item a {
    display: block;
    width: 40px;
    height: 40px
}

.map__socials .tg a {
    background: url(/wp-content/themes/hap2/assets/images/icons/tg-footer.svg) no-repeat center center
}

.map__socials .vk a {
    background: url(/wp-content/themes/hap2/assets/images/icons/vk-footer.svg) no-repeat center center
}

.map__socials .r a {
    background: url(/wp-content/themes/hap2/assets/images/icons/r-footer.svg) no-repeat center center
}

.details {
    padding-top: 70px;
    padding-bottom: 40px
}

@media (max-width:768px) {
    .details {
        padding-top: 0
    }
}

.details__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

@media (max-width:1000px) {
    .details__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.details__about {
    width: calc((100% - 20px)/ 3);
    padding: 32px;
    background: #f5f5f5;
    border-radius: 20px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width:1000px) {
    .details__about {
        width: calc((100% - 20px)/ 2)
    }
}

@media (max-width:768px) {
    .details__about {
        width: 100%;
        margin-top: 50px
    }
}

.details__about h2 {
    font-weight: 700;
    font-size: 14px;
    color: #000;
    margin-bottom: 10px
}

.details__about p {
    font-weight: 400;
    line-height: 214%;
    color: #333
}

.details__about strong {
    font-weight: 400;
    line-height: 214%;
    color: #000
}

.details__form {
    width: calc((100% - 20px)/ 3 * 2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 32px;
    background: #f5f5f5;
    border-radius: 20px
}

@media (max-width:1000px) {
    .details__form {
        width: calc((100% - 20px)/ 2);
        background: #f5f5f5;
        border-radius: 20px;
        padding: 20px 16px
    }
}

@media (max-width:768px) {
    .details__form {
        width: 100%;
        padding: 32px
    }
}

.details__form h2 {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    color: #333;
    margin-bottom: 10px;
    text-transform: uppercase
}

.contact-form {
    width: 100%
}

.contact-form__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 14px
}

.contact-form__wrapper span {
    width: 100%;
    display: block
}

.contact-form .form-name {
    width: calc((100% - 10px)/ 2)
}

@media (max-width:1000px) {
    .contact-form .form-name {
        width: 100%
    }
}

.contact-form .form-name input {
    width: 100%;
    border-radius: 62px;
    padding: 12px 16px;
    background: #fff;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    color: #333
}

.contact-form .form-name input::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #c4c4c4
}

.contact-form .form-name input::-moz-placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #c4c4c4
}

.contact-form .form-name input:-ms-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #c4c4c4
}

.contact-form .form-name input::-ms-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #c4c4c4
}

.contact-form .form-name input::placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #c4c4c4
}

.contact-form .form-phone {
    width: calc((100% - 10px)/ 2)
}

@media (max-width:1000px) {
    .contact-form .form-phone {
        width: 100%
    }
}

.contact-form .form-phone input {
    width: 100%;
    border-radius: 62px;
    padding: 12px 16px;
    padding-left: 52px;
    background: #fff url(/wp-content/themes/hap2/assets/images/icons/Emailc-contacts.svg) no-repeat left center;
    background-position-x: 16px;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
    font-family: "Open Sans", sans-serif
}

.contact-form .form-phone input::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #c4c4c4;
    font-family: "Open Sans", sans-serif
}

.contact-form .form-phone input::-moz-placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #c4c4c4;
    font-family: "Open Sans", sans-serif
}

.contact-form .form-phone input:-ms-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #c4c4c4;
    font-family: "Open Sans", sans-serif
}

.contact-form .form-phone input::-ms-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #c4c4c4;
    font-family: "Open Sans", sans-serif
}

.contact-form .form-phone input::placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #c4c4c4;
    font-family: "Open Sans", sans-serif
}

.contact-form .form-message {
    width: 100%
}

.contact-form .form-message textarea {
    width: 100%;
    border-radius: 10px;
    padding: 12px 16px;
    background: #fff;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
    font-family: "Open Sans", sans-serif;
    height: 131px
}

@media (max-width:1000px) {
    .contact-form .form-message textarea {
        height: 135px
    }
}

.contact-form .form-message textarea::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #c4c4c4;
    font-family: "Open Sans", sans-serif
}

.contact-form .form-message textarea::-moz-placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #c4c4c4;
    font-family: "Open Sans", sans-serif
}

.contact-form .form-message textarea:-ms-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #c4c4c4;
    font-family: "Open Sans", sans-serif
}

.contact-form .form-message textarea::-ms-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #c4c4c4;
    font-family: "Open Sans", sans-serif
}

.contact-form .form-message textarea::placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #c4c4c4;
    font-family: "Open Sans", sans-serif
}

.contact-form .wpcf7-spinner {
    display: none
}

.contact-form .form-submit {
    width: 100%
}

.contact-form .form-submit p {
    text-align: center;
    width: 100%
}

.contact-form .form-submit input {
    border: 1px solid #efd270;
    border-radius: 62px;
    padding: 12px 16px;
    background: #efd270;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    width: 100%;
    color: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 349px
}

@media (max-width:768px) {
    .contact-form .form-submit input {
        width: 100%
    }
}

.portfolio h1 {
    font-weight: 300;
    font-size: 48px;
    text-align: center;
    color: #000;
    margin-bottom: 12px
}

@media (max-width:768px) {
    .portfolio h1 {
        font-size: 20px
    }
}

.portfolio__text {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #333;
    max-width: 650px;
    margin: auto;
    padding-bottom: 70px
}

@media (max-width:768px) {
    .portfolio__text {
        font-size: 14px;
        padding-bottom: 20px
    }
}

.portfolio__case {
    position: relative;
    overflow: hidden;
    padding-top: 23px;
    padding-bottom: 27px;
    margin-bottom: 70px
}

@media (max-width:768px) {
    .portfolio__case {
        margin-bottom: 20px
    }
}

.portfolio__case::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    background: #f5f5f5;
    border-radius: 20px 0 0 20px
}

@media (max-width:768px) {
    .portfolio__case::before {
        width: 100%;
        left: unset
    }
}

.portfolio__case h2 {
    font-weight: 700;
    font-size: 24px;
    color: #000;
    margin-bottom: 24px;
    width: 50%;
    margin-left: auto;
    z-index: 2;
    position: relative;
    padding-left: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width:768px) {
    .portfolio__case h2 {
        width: 100%;
        text-align: center;
        margin-left: unset;
        padding-left: 0
    }
}

.portfolio__case .case-about {
    padding-left: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    margin-left: auto
}

@media (max-width:768px) {
    .portfolio__case .case-about {
        width: 100%;
        margin-left: unset;
        padding-left: 0
    }
}

.portfolio__case .slider-text {
    font-weight: 400;
    font-size: 16px;
    color: #333;
    max-width: 480px;
    padding-top: 18px
}

@media (max-width:768px) {
    .portfolio__case .slider-text {
        font-size: 14px;
        max-width: unset
    }
}

.portfolio__case .slider-navigation {
    padding-top: 20px;
    position: absolute
}

@media (max-width:768px) {
    .portfolio__case .slider-navigation {
        position: relative
    }
}

.portfolio__case .swiper-3d {
    z-index: 2;
    position: relative
}

.portfolio__case--even::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #f5f5f5;
    border-radius: 0 20px 20px 0
}

@media (max-width:768px) {
    .portfolio__case--even::before {
        width: 100%
    }
}

.portfolio__case--even h2 {
    margin-right: auto;
    margin-left: 0;
    padding-right: 50px;
    text-align: right
}

@media (max-width:768px) {
    .portfolio__case--even h2 {
        text-align: center;
        padding-right: 0;
        margin-left: 0
    }
}

.portfolio__case--even .case-about {
    padding-right: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    margin-left: 0;
    margin-right: auto;
    padding-left: 0
}

@media (max-width:768px) {
    .portfolio__case--even .case-about {
        width: 100%;
        margin-right: unset;
        padding-right: 0
    }
}

.portfolio__case--even .slider-text {
    margin-left: auto
}

.portfolio__case--even .slider-navigation {
    right: 0
}

.portfolio__wrapper .case-about {
    max-width: 940px;
    margin: auto;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 100px
}

@media (max-width:768px) {
    .portfolio__wrapper .case-about {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 40px
    }
}

@media (max-width:768px) {
    .portfolio__wrapper .case-about .slider-navigation {
        margin: auto;
        margin-bottom: 20px
    }
}

.additional-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.additional-gallery .gallery-item {
    width: 33.3333333333%
}

.additional-gallery .gallery-item img {
    height: auto;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.gallery-text__content {
    max-width: 600px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #333;
    margin: auto;
    margin-bottom: 100px
}

@media (max-width:768px) {
    .gallery-text__content {
        margin-bottom: 40px;
        font-size: 14px;
        text-align: left
    }
}

.carousel-3D-swiper-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    min-height: 600px
}

.carousel-3D-swiper {
    overflow: hidden
}

.carousel-3D-swiper .swiper-slide {
    position: relative
}

.carousel-3D-swiper .image-wrapper {
    overflow: hidden;
    max-height: 600px
}

.carousel-3D-swiper .image-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 600px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
    -webkit-box-reflect: below 5px -webkit-linear-gradient(bottom, rgba(255, 0, 0, .1) 0, transparent 32px, transparent 100%)
}

.carousel-3D-swiper-button-next,
.carousel-3D-swiper-button-prev {
    height: 24px;
    width: 24px;
    cursor: pointer
}

.carousel-3D-swiper-button-prev {
    background: url(/wp-content/themes/hap2/assets/images/icons/arrow-slider.svg) no-repeat center center
}

.carousel-3D-swiper-button-next {
    background: url(/wp-content/themes/hap2/assets/images/icons/arrow-slider.svg) no-repeat center center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.favorites h1 {
    font-weight: 700;
    font-size: 30px;
    color: #000;
    margin-bottom: 20px
}

.cart-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.cart-item .product-thumbnail {
    width: 124px;
    height: 124px
}

.cart-item .product-thumbnail a {
    display: block;
    width: 100%
}

.cart-item .product-thumbnail img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: auto
}

.cart-item .product-details {
    vertical-align: top;
    padding-left: 16px;
    width: 100%
}

.cart-item .product-details a {
    font-weight: 700;
    font-size: 14px;
    color: #000;
    margin-bottom: 2px
}

.cart-item .product-details .color {
    font-weight: 400;
    font-size: 14px;
    color: #000
}

.cart-item .product-details .color span {
    color: #333
}

.cart-item .product-details .sku {
    font-weight: 400;
    font-size: 14px;
    color: #000;
    margin-bottom: 16px
}

.cart-item .product-details .sku span {
    color: #333
}

.cart-item .product-details .price {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #000
}

.cart-item .product-actions {
    vertical-align: top;
    width: 124px
}

.cart-item .product-actions .remove-from-favorites {
    width: 20px;
    height: 20px;
    background: url(/wp-content/themes/hap2/assets/images/icons/delete.svg) no-repeat center center;
    display: block;
    margin-left: auto;
    margin-bottom: 52px
}

.favorites-top-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 16px;
    padding-bottom: 32px
}

@media (max-width:768px) {
    .favorites-top-block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:768px) {
    .favorites-top-block h1 {
        width: 100%
    }
}

.share-favorites-copy {
    border-radius: 5px;
    padding: 10px 10px;
    padding-left: 41px;
    background: #f5f5f5 url(/wp-content/themes/hap2/assets/images/icons/share-fav.svg) no-repeat left center;
    background-position-x: 9px;
    color: #000;
    border: none;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    margin-left: auto
}

@media (max-width:768px) {
    .share-favorites-copy {
        margin-left: 0
    }
}

.clear-favorites {
    border-radius: 5px;
    padding: 10px 10px;
    padding-left: 41px;
    background: #f5f5f5 url(/wp-content/themes/hap2/assets/images/icons/delete.svg) no-repeat left center;
    background-position-x: 9px;
    color: #000;
    border: none;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer
}

.comparison .title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.comparison h1 {
    font-weight: 700;
    font-size: 30px;
    color: #000
}

.comparison .comparison-button-next,
.comparison .comparison-button-prev {
    height: 24px;
    width: 24px;
    cursor: pointer
}

.comparison .comparison-button-prev {
    background: url(/wp-content/themes/hap2/assets/images/icons/arrow-slider.svg) no-repeat center center
}

.comparison .comparison-button-next {
    background: url(/wp-content/themes/hap2/assets/images/icons/arrow-slider.svg) no-repeat center center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.comparison .comparison-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px
}

.comparison .comparison-attributes-column {
    width: 25%
}

@media (max-width:768px) {
    .comparison .comparison-attributes-column {
        width: 40%
    }
}

@media (max-width:450px) {
    .comparison .comparison-attributes-column {
        width: 50%
    }
}

.comparison .comparison-products-slider {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
}

.comparison .comparison-products-slider.swiper-container {
    width: 100%;
}

.comparison .comparison-products-slider .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.comparison .comparison-cell {
    padding: 10px 12px
}

.comparison .comparison-product-column .comparison-row {
    font-weight: 400;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #f5f5f5
}

.comparison .comparison-product-column .comparison-row:nth-last-child(2) {
    border-radius: 10px;
    background: #f5f5f5;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #000
}

.comparison .comparison-product-column .comparison-row:last-child {
    border: none
}

.comparison .comparison-slide {
    height: auto;
    box-sizing: border-box;
}

.comparison .comparison-products-slider .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.comparison .comparison-attributes-header {
    height: 75px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 10px;
    background: #f5f5f5;
    padding: 16px 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.comparison .comparison-attributes-column {
    font-weight: 400;
    font-size: 14px;
    color: #333
}

.comparison .comparison-attributes-column .comparison-row {
    border-bottom: 1px solid #f5f5f5
}

.comparison .comparison-attributes-column .comparison-row:first-child {
    border: none
}

.comparison .comparison-attributes-column .comparison-row:nth-last-child(2) {
    border-radius: 10px;
    background: #f5f5f5
}

.comparison .comparison-attributes-column .comparison-row:last-child {
    border: none
}

.comparison .comparison-product-header {
    height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    background: #f5f5f5;
    padding: 8px
}

.comparison .comparison-product-header .product-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.comparison .comparison-product-header .product-header a {
    font-weight: 400;
    font-size: 14px;
    color: #000;
    height: 100%
}

.comparison .comparison-product-header .product-header a:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.comparison .comparison-product-header .product-header a img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.comparison .remove-from-comparison {
    font-weight: 700;
    font-size: 14px;
    color: #000;
    padding: 9px 16px;
    padding-left: 48px;
    background: url(/wp-content/themes/hap2/assets/images/icons/delete.svg) no-repeat center left;
    background-position-x: 16px;
    height: 20px;
    display: block;
    border: 1px solid #f5f5f5;
    border-radius: 99px
}

@media (max-width:450px) {
    .comparison .remove-from-comparison {
        height: unset
    }
}

.showroom-hero {
    margin: auto;
    max-width: 100%;
    background: url(/wp-content/themes/hap2/assets/images/showroom/hero-showroom.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 57px;
    margin-bottom: 57px;
    position: relative
}

.showroom-hero::after {
    content: "";
    background: url(/wp-content/themes/hap2/assets/images/showroom/yuri.png) no-repeat center center;
    position: absolute;
    height: 100%;
    right: 0;
    width: 588px;
    bottom: -36px;
    left: 50%;
    -webkit-transform: translateX(calc(-50% + 390px));
    transform: translateX(calc(-50% + 390px))
}

@media (max-width:1240px) {
    .showroom-hero {
        display: none
    }
}

.showroom-hero__inner h1 {
    font-weight: 300;
    font-size: 48px;
    max-width: 710px;
    margin-bottom: 70px;
    color: #fff
}

.showroom-hero__inner p {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 20px;
    color: #fff;
    max-width: 617px
}

.showroom-hero__inner p:last-child {
    margin-bottom: 70px
}

.showroom-hero__certs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    position: absolute
}

.showroom-hero__certs .cert-item {
    max-width: 290px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    padding: 13px 14px 9px 17px;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 9px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, .05);
    background: #fff
}

.showroom-hero__certs .cert-item h4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 119%;
    text-transform: uppercase;
    margin-bottom: 4px
}

.showroom-hero__certs .cert-item p {
    font-weight: 400;
    font-size: 14px;
    color: #c4c4c4
}

.showroom-about {
    margin-top: 20px;
    margin-bottom: 50px
}

.showroom-about h2 {
    font-weight: 300;
    font-size: 48px;
    margin-bottom: 16px
}

@media (max-width:1000px) {
    .showroom-about h2 {
        font-size: 24px
    }
}

.showroom-about__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:1240px) {
    .showroom-about__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.showroom-about__info {
    max-width: 609px
}

@media (max-width:1000px) {
    .showroom-about__info {
        max-width: unset;
        margin-bottom: 16px
    }
}

.showroom-about__info p {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 16px
}

@media (max-width:1000px) {
    .showroom-about__info p {
        font-size: 14px
    }
}

.showroom-about__info a {
    display: inline-block
}

.showroom-about__info a:nth-child(2) {
    background: #efd270;
    font-weight: 700;
    font-size: 14px;
    color: #333;
    padding: 13px 16px;
    margin-right: 24px
}

.showroom-about__info a:nth-child(3) {
    padding-left: 49px;
    background: url(/wp-content/themes/hap2/assets/images/showroom/play.svg) no-repeat center left;
    background-position-y: 0;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    padding-top: 12px;
    padding-bottom: 12px
}

.showroom-about__contacts {
    -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .15), 0 1px 2px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .15), 0 1px 2px 0 rgba(0, 0, 0, .3);
    border-radius: 20px;
    padding: 15px 25px 15px 25px
}

@media (max-width:1000px) {
    .showroom-about__contacts {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 8px;
        -webkit-column-gap: 22px;
        -moz-column-gap: 22px;
        column-gap: 22px
    }
}

.showroom-about__address {
    padding-left: 28px;
    background: url(/wp-content/themes/hap2/assets/images/showroom/location.svg) no-repeat left top;
    background-position-y: 4px;
    margin-bottom: 8px
}

@media (max-width:1000px) {
    .showroom-about__address {
        width: 100%
    }
}

.showroom-about__address div:first-child {
    font-weight: 400;
    font-size: 16px;
    line-height: 187%;
    color: #333
}

.showroom-about__address div:last-child {
    font-size: 14px;
    line-height: 143%;
    color: #6b6a6a
}

.showroom-about__time {
    font-weight: 400;
    font-size: 16px;
    color: #333;
    background: url(/wp-content/themes/hap2/assets/images/showroom/time.svg) no-repeat left top;
    padding-left: 28px;
    margin-bottom: 8px
}

.showroom-about__connect a {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
}

.showroom-about__connect a:first-child {
    margin-right: 23px;
    padding-left: 28px;
    background: url(/wp-content/themes/hap2/assets/images/showroom/phone.svg) no-repeat left center
}

.showroom-about__connect a:last-child {
    padding-left: 28px;
    background: url(/wp-content/themes/hap2/assets/images/showroom/mail.svg) no-repeat left center
}

.showroom-gallery {
    margin-bottom: 70px
}

@media (max-width:1240px) {
    .showroom-gallery {
        display: none
    }
}

.showroom-gallery img {
    width: 100%;
    height: auto
}

.showroom-cats {
    margin-bottom: 70px
}

@media (max-width:1000px) {
    .showroom-cats {
        display: none
    }
}

.showroom-cats__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 18px
}

.showroom-cats .cat-item {
    width: calc((100% - 36px)/ 3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 20px;
    background: #f5f5f5
}

.showroom-cats .cat-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.showroom-cats .cat-title-area {
    padding-top: 48px;
    padding-left: 36px
}

.showroom-cats .cat-title-area h4 {
    font-weight: 700;
    font-size: 24px;
    color: #000;
    margin-bottom: 12px
}

.showroom-cats .cat-title-area a {
    font-weight: 600;
    font-size: 14px;
    line-height: 171%;
    color: #000
}

.slider-section {
    margin-bottom: 70px
}

.slider-section__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 76px
}

@media (max-width:1000px) {
    .slider-section__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:1000px) {
    .slider-section__info {
        display: none
    }
}

@media (max-width:1440px) {
    .slider-section__info {
        max-width: 485px
    }
}

.slider-section__info h2 {
    font-weight: 300;
    font-size: 48px;
    color: #000;
    margin-bottom: 24px
}

.slider-section__info p {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 24px
}

.slider-section__info ul {
    margin-bottom: 24px
}

.slider-section__info ul li {
    height: 33px;
    padding-left: 53px;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    background: url(/wp-content/themes/hap2/assets/images/icons/li.svg) no-repeat left center;
    background-size: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px
}

.slider-section__info ul li:last-child {
    margin-bottom: 0
}

.slider-section__info a {
    display: inline-block;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    padding: 13px 16px;
    border-radius: 30px;
    background: #efd270
}

.slider-section__info span {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    padding-left: 40px;
    background: url(/wp-content/themes/hap2/assets/images/showroom/check.svg) no-repeat left center;
    height: 23px
}

.slider-section__slider {
    width: 670px;
    position: relative
}

@media (max-width:1000px) {
    .slider-section__slider {
        width: 100%
    }
}

.slider-section__slider .slider-navigation {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
    position: absolute;
    bottom: 20px
}

.slider-section__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px
}

@media (max-width:1000px) {
    .slider-section-2 {
        display: none
    }
}

.slider-section-2 .slider-navigation {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
    position: absolute;
    bottom: 20px;
    right: 0
}

.showroom-gallery-2,
.showroom-gallery-3 {
    margin-bottom: 70px
}

@media (max-width:1000px) {
    .showroom-gallery-2,
    .showroom-gallery-3 {
        display: none
    }
}

.showroom-gallery-2 .wrapper,
.showroom-gallery-3 .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0
}

.showroom-gallery-2 img,
.showroom-gallery-3 img {
    width: 33.3333333333%
}

.title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

.title-wrapper h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 120%;
    text-align: center;
    color: #000
}

.showroom-catalog {
    margin-bottom: 70px
}

@media (max-width:1000px) {
    .showroom-catalog {
        display: none
    }
}

.showroom-catalog .woocommerce {
    margin-bottom: 30px
}

.showroom-catalog__btn {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: #000;
    display: block;
    margin: auto;
    border-radius: 30px;
    padding: 13px 16px;
    width: 272px;
    background: #efd270
}

@media (max-width:1000px) {
    .showroom-bottom {
        display: none
    }
}

.showroom-bottom .block1 {
    background: url(/wp-content/themes/hap2/assets/images/showroom/bottom.jpg) no-repeat center center;
    padding-top: 67px;
    padding-bottom: 67px;
    margin: auto;
    max-width: 100%;
    background-size: cover
}

.showroom-bottom .block1 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.showroom-bottom .block1 .wrapper {
    margin-left: auto;
    max-width: 638px
}

.showroom-bottom .block1 p {
    font-weight: 300;
    font-size: 48px;
    color: #fff
}

.showroom-bottom .block1 p:first-child {
    margin-bottom: 32px
}

.showroom-bottom .block2 {
    padding-top: 40px;
    padding-bottom: 40px;
    margin: auto;
    max-width: 100%;
    background-color: #333
}

.showroom-bottom .block2 p {
    font-weight: 400;
    font-size: 16px;
    color: #fff
}

.order-received {
    padding-top: 20px;
    padding-bottom: 70px
}

@media (max-width:768px) {
    .order-received {
        padding-bottom: 32px
    }
}

.order-received h1 {
    font-weight: 300;
    font-size: 48px;
    text-align: center;
    color: #000;
    text-align: center;
    margin-bottom: 24px
}

@media (max-width:768px) {
    .order-received h1 {
        font-size: 24px;
        margin-bottom: 20px
    }
}

.order-received p {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #000
}

@media (max-width:768px) {
    .order-received p {
        font-size: 14px
    }
}

.order-received__message {
    max-width: 610px;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #000;
    border-radius: 20px;
    background: #f5f5f5;
    margin-bottom: 20px;
    padding: 32px 60px;
    margin: auto;
    margin-top: 24px
}

@media (max-width:768px) {
    .order-received__message {
        padding: 16px 32px
    }
}

.order-received__message p:first-child {
    margin-bottom: 20px
}

.order-received__vk {
    border: 2px solid var(--grey-light);
    border-radius: 20px;
    padding: 30px;
    margin: auto;
    max-width: 743px;
    margin-bottom: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:768px) {
    .order-received__vk {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 32px
    }
}

.order-received__vk p {
    text-align: left
}

body {
    font-family: "Open Sans", sans-serif;
    color: #000;
    line-height: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

body::-webkit-scrollbar {
    display: none
}

.single-product__description {
    display: flex;
    gap: 50px;
	margin-bottom: 50px;
	flex-wrap: wrap;
}

.material_item {
    width: calc(100% / 4 - 150px / 4);
	display: flex;
	flex-direction: column;
	gap: 25px;
	color: #333;
}

.material_item > img {
	height: 250px;
	width: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.material_item p {
    font-weight: 400;
    font-size: 14px;
}

.material_item h3 {
    font-weight: 700;
    font-size: 16px;
	margin-bottom: 10px;
	text-align: center;
}

@media (max-width:1500px) {
    .material_item {
		width: calc(100% / 3 - 100px / 3);
	}
}

@media (max-width:1200px) {
    .single-product__description {
        font-size:14px;
    }
    .material_item {
		width: calc(100% / 2 - 25px);
	}
}

@media (max-width:650px) {

    .tab-columns .attribute {
        font-size:12px;
    }
    .material_item {
		width: 100%;
	}
	
	.material_item h3 {
		text-align: left;
	}
}


.single-product__care {
	display: flex;
	gap: 100px;
	margin-bottom: 50px;
}

.single-product__care h2 {
	font-weight: 300;
    font-size: 48px;
    text-transform: uppercase;
	margin-bottom: 30px;
}

.care_content {
	display: flex;
	gap: 100px;
	align-items: center;
}

.care_img {
	position: relative;
	padding-top: 30px;
}

.care_img > img {
	position: relative;
	z-index: 2;
	border-radius: 20px;
	height: 350px;
}

.care_img::after {
	content: "";
    border-radius: 20px;
    width: calc(100% - 20px);
    height: 350px;
    background: #f5f5f5;
    position: absolute;
    left: -30px;
    z-index: 1;
    top: 0;
}

.care_text {
	font-weight: 400;
    font-size: 14px;
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.care_text ul {
	display: flex;
	flex-direction: column;
	gap: 7px;
}

@media (max-width:1200px) {
	.care_content {
		gap: 50px;
	}
}

@media (max-width:1050px) {
	.care_content {
		flex-direction: column;
		align-items: flex-start;
		gap: 25px;
	}
}

@media (max-width:768px) {
	.single-product__care h2 {
		font-size: 24px;
	}
}

@media (max-width:650px) {
    .archive-title-wrapper h1 {
        font-size:20px !important;
    }
    .checkout-container .btn-yellow {
        font-size:14px;
        margin-top: 15px;
    }
    .checkout-container h1 {
        font-size:20px;
      
    }
    .cart-item {
        padding-bottom: 10px;
    }
    .product-category-description {
        overflow: hidden;
        font-size:12px;
    }
	.care_img > img {
		width: 100%;
		height: 300px;
		object-fit: cover;
	}
	
	.care_img::after {
		height: 300px;
	}
}

#varnchar {
	display: none;
}

@media (max-width:768px) {

    .notification-container {
        font-size:12px;
        top:0;
        left:0;
        -webkit-transform: none;
    transform: none;
    }
	
    .notification {
        border-radius: 0;
    }

	
	
	
	.single-product__varnchar {
		display: none;
	}
	
	.single-product__variations {
		margin-bottom: 0;
	}
	
	.single-product__image {
		margin-bottom: 0;
	}
	
	#varnchar {
		display: flex;
		width: 100%;
		-webkit-box-ordinal-group: 2;
        -ms-flex-order: 2;
        order: 2;
	}
	
	.single-product__inner {
		gap: 16px;
	}
	
	.mobile-menu .header__categories {
		grid-template-columns: repeat(auto-fill, 250px);
	}
}

.forma-option {
	border: 1px solid transparent;
    border-radius: 5px;
    background: #f5f5f5;
	display: flex;
	align-items: center;
	padding: 7px;
	cursor: pointer;
	position: relative;
	z-index: 1;
	pointer-events: auto !important;
}

.order_details {
	margin-top: 30px;
}

@media (max-width:450px) {
    .woocommerce .products {
        display: block !important;
    }

    .woocommerce .products .product {
        width: 100%;
        margin-bottom: 30px;
    }
}

.single-product__description .container {
	width:100%;
}

.single-product__description h4 {
	font-weight:bold;
	margin-bottom:20px;
	font-size:22px;
}

.single-product__description a {
	display:inline-block;
	padding:10px 20px;
	border: 1px solid #efd270;
    border-radius: 5px;
    background: #efd270;
    width: max-content;
    font-weight: 700;
    font-size: 14px;
    color: #000;
    cursor: pointer;
	margin-bottom:15px;
}

.single-product__description a:hover {
	background:#fff;
	color:#000;
}