@viewport {
    user-zoom: fixed
}

* {
    backface-visibility: hidden;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-style: normal;
    appearance: none
}

body,
html {
    position: relative;
    overflow-x: hidden !important
}

body {
    min-height: 100vh;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    color: #282828;
    font: 16px "Open Sans", sans-serif;
    line-height: normal;
    font-weight: normal;
    background: #F2F2F2;
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    transition: background-color 5000000s ease-in-out 0s !important
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    display: none
}

input[type=number] {
    -moz-appearance: textfield
}

:focus-visible {
    outline: 0
}

.container {
    max-width: 1120px;
    width: 100%;
    margin: 0 auto
}

main {
    margin-top: 144px;
    display: flex;
    flex-direction: column;
    flex: 1 0 auto
}

section {
    position: relative;
    z-index: 0;
    padding: 50px 0;
}

section:last-child {
    margin-bottom: 50px;
}

body:not(.home):not(.checkout) section:first-of-type {
    padding-top: 0;
}

a {
    color: #282828;
    text-decoration: none
}

img {
    user-select: none
}

button,
input {
    background-color: unset;
    border: 0
}

button {
    cursor: pointer
}

textarea {
    resize: none
}

.flex-col {
    flex-direction: column;
    align-items: center;
    height: 100%
}

.flex-col,
.flex-row,
.flex-wrap {
    display: flex
}

.flex-wrap {
    flex-wrap: wrap
}

.h1,
h1,
.h2,
h2 {
    font-size: 28px;
    font-weight: 600;
}

.h3,
h3 {
    font-size: 24px;
    font-weight: 600;
}

.h4,
h4,
.h5,
h5 {
    font-size: 21px;
    font-weight: 600;
}

.h6,
h6 {
    font-size: 18px;
    font-weight: 600;
}


.items {
    width: calc(100% + 18px);
    margin: 0 -9px -18px;
    min-width: 100%;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6 {
    padding: 0 9px 18px;
    position: relative
}

.col-1 > *,
.col-2 > *,
.col-3 > *,
.col-4 > *,
.col-5 > *,
.col-6 > * {
    width: 100%;
    height: 100%
}

.col-1 {
    width: 100%
}

.col-2 {
    width: 50%
}

.col-3 {
    width: 33.3%
}

.col-4 {
    width: 25%
}

.col-5 {
    width: 20%
}

.col-6 {
    width: 16.6%
}

/* Default */
.btn,
input[type=submit],
.tinv-wishlist-clear .woocommerce.tinv-wishlist-clear a,
.button.wc-backward,
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span {
    padding: 15px 20px;
    border-radius: 10px;
    background: #F59740;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    box-shadow: 0px 4px 20px 0px transparent;
    transition: all .4s ease;
}

.btn:hover,
input[type=submit]:hover,
.tinv-wishlist-clear .woocommerce.tinv-wishlist-clear a:hover,
.button.wc-backward:hover,
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span:hover {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    background: rgba(210, 116, 29, 1);
    transition: all .4s ease;
}

#customer_details {
    width: 100%;
    margin: 0;
}

.form-row.woocommerce-invalid input.input-text {
    box-shadow: none;
    border: 1px solid red;
}

.form-row.woocommerce-validated input.input-text {
    box-shadow: none;
    border: 1px solid green;
}

.form,
.woocommerce-billing-fields__field-wrapper {
    width: calc(100% + 20px);
    margin: 0 -10px -20px;
}

.woocommerce-billing-fields__field-wrapper,
#mrkv_ua_shipping_nova-poshta-shipping-info {
    display: flex;
    flex-wrap: wrap;
}

.form p,
#mrkv_ua_shipping_nova-poshta-shipping-info p,
#mrkv_ua_shipping_nova-poshta_address_fields p {
    display: flex;
    flex-direction: column;
    padding: 0 10px 20px;
}

#mrkv_ua_shipping_nova-poshta-shipping-info p,
#mrkv_ua_shipping_nova-poshta_address_fields p {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.form span,
.form input,
.form textarea,
.form label {
    width: 100%;
}

.form a {
    width: 100%;
    font-size: 14px;
    text-align: center;
    transition: all .4s ease;
}

.form a:hover {
    color: rgba(210, 116, 29, 1);
    transition: all .4s ease;
}

.form label,
#mrkv_ua_shipping_nova-poshta-shipping-info label,
#mrkv_ua_shipping_nova-poshta_address_fields label {
    display: inline-block;
    margin-bottom: 8px;
}

p:has(input[type=hidden]) {
    display: none !important;
}

.form label abbr {
    color: rgba(210, 116, 29, 1);
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
}

.form input:not([type="submit"]),
.form textarea,
.select-selected,
.select-itemsm,
#mrkv_ua_shipping_nova-poshta_address_fields input {
    color: #282828;
    border-radius: 10px;
    border: 1px solid #A8A9A5;
    background: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    height: 49px;
    padding: 12px 20px;
    display: inline-flex;
    align-items: center;
    margin-bottom: auto;
    transition: all .4s ease;
    width: 100%;
}

.form input:not([type="submit"])::placeholder,
.form textarea::placeholder,
#mrkv_ua_shipping_nova-poshta_address_fields input::placeholder {
    opacity: 1;
    color: #282828;
}

.form textarea {
    height: 89px;
}

.form input[type="submit"] {
    margin-top: 15px;
    cursor: pointer;
}

.wpcf7 form .wpcf7-response-output {
    display: none !important;
}

.wpcf7-not-valid-tip,
.coupon-error-notice,
.checkout-inline-error-message,
.checkout__coupon .woocommerce-message,
.checkout .woocommerce-error li,
.checkout .woocommerce-error a {
    color: red;
    padding: 0 !important;
    width: 100% !important;
    display: inline-block;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    margin-top: 5px;
    background: transparent;
}

.checkout .woocommerce-error a {
    display: unset;
    font-weight: 600;
    margin-top: 0;
}

.checkout .woocommerce-error {
    list-style: none;
    margin-bottom: 30px;
    background: transparent;
}

.checkout__coupon .woocommerce-message {
    color: rgba(89, 194, 75, 1);
    background: transparent;
}

.woocommerce-NoticeGroup-checkout {
    display: none;
}

.woocommerce-NoticeGroup-checkout:has(a.wc-backward) {
    display: block;
}

.woocommerce-billing-fields__field-wrapper > p {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.woocommerce-billing-fields__field-wrapper label {
    height: fit-content;
}

.woocommerce-billing-fields__field-wrapper > p input {
    margin-bottom: auto;
}

.wpcf7-form-control-wrap > *:nth-child(n+3),
.checkout_coupon > *:nth-child(n+6) {
    display: none !important;
}

.checkout_coupon > *:last-child {
    display: block !important;
}

.select {
    position: relative;
    height: 49px;
    display: inline-block;
    width: 100%;
}

.select select {
    display: none;
}

.select-selected::after {
    content: '';
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translate(0, -50%);
    width: 10px;
    height: 6px;
    background: url(../img/arrow-down.svg) center center / 100% 100% no-repeat;
    transition: all .4s ease;
}

.select-arrow:after {
    transform: translate(0, -50%) rotate(180deg);
    transition: all .4s ease;
}

.select-arrow {
    border-bottom: 1px solid transparent;
    border-radius: 10px 10px 0 0;
}

.select-selected {
    white-space: nowrap;
    overflow: hidden;
    display: block;
    line-height: 1;
    padding: 15px 20px !important;
    text-overflow: ellipsis;
    width: calc(100% - 32px);
}

.select div,
.select-selected {
    cursor: pointer;
    user-select: none;
    width: 100%;
}

.select div {
    padding: 7.5px 20px;
}

.select div:first-child {
    padding-top: 0;
}

.select div:last-child {
    padding-bottom: 15px;
}

.select-items {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border-top: 1px solid transparent;
    border-radius: 0 0 10px 10px;
    transition: all .4s ease;
    overflow: hidden;
    height: fit-content !important;
    max-height: 300px;
    display: flex;
    padding: 0 !important;
    flex-direction: column;
    align-items: flex-start;
    visibility: visible;
}

.select-hide {
    visibility: hidden;
    max-height: 0;
    transition: all .4s ease;
}

.form span:has(.radio) {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 28px;
    row-gap: 15px;
}

.radio {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    position: relative;
    z-index: 0;
    width: fit-content !important;
}

.radio input {
    opacity: 0;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100% !important;
    cursor: pointer;
    padding: 0 !important;
}

.radio::before {
    content: '';
    max-width: 23px;
    min-width: 23px;
    height: 23px;
    width: 100%;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #282828;
}

.radio::after {
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #F5AD42;
    opacity: 0;
    transition: all .4s ease;
}

.radio:has(input:checked)::after {
    opacity: 1;
    transition: all .4s ease;
}

.social {
    gap: 3px;
    align-items: center;
}

.social a {
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #DBDBDB;
    border-radius: 10px;
    box-shadow: 0px 4px 20px 0px transparent;
    transition: all .4s ease;
}

.social a:hover {
    background: rgba(210, 116, 29, 1);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    transition: all .4s ease;
}

.swiper-btn {
    background: #fff;
    width: 35px;
    height: 35px;
    border-radius: 10px;
    box-shadow: 0px 4px 20px 0px transparent;
    z-index: 2;
    position: absolute;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translate(0, -50%);
    transition: all .4s ease;
}

.swiper-btn::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 10px;
    background: url(../img/arrow-w.svg) center center / 100% 100% no-repeat;
    filter: invert(1);
    transition: all .4s ease;
}

.swiper-btn:hover {
    filter: invert(0);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    background: rgba(210, 116, 29, 1);
    transition: all .4s ease;
    transition: all .4s ease;
}

.swiper-btn:hover::before {
    filter: invert(0);
}

.swiper-prev {
    transform: translate(0, -50%) rotate(180deg);
    left: -65px;
}

.swiper-next {
    right: -65px;
}

.logo,
.logo img {
    width: 90px;
    height: 58px;
    transition: all .4s ease;
}

.logo:hover {
    transform: scale(1.05);
    transition: all .4s ease;
}

.breadcrumps {
    padding: 21px 0 40px;
    width: 100%;
}

.breadcrumps > span {
    width: 100%;
    display: flex;
    align-items: center;
}

.breadcrumps > span span,
.breadcrumps > span a {
    color: #A8A9A5;
    font-size: 14px;
    transition: all .4s ease;
}

.breadcrumps > span a:hover {
    color: #282828;
    transition: all .4s ease;
}

.breadcrumps > span span {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    margin-right: 11px;
}

.breadcrumps > span span::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 5px;
    transform: rotate(-90deg);
    opacity: 0.5;
    background: url(../img/arrow-down.svg) center center / 100% 100% no-repeat;
}

.breadcrumps > span span:last-child {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.breadcrumps > span span:last-child::after {
    display: none;
}

/* Nav */
header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 100;
    transition: all .4s ease;
    background: #F2F2F2;
}

header.fixed .nav__top,
header.fixed .nav__bottom {
    transform: translate(0, -78px);
    transition: all .4s ease;
}

.nav__top,
.nav__bottom {
    transition: all .4s ease;
}

header.fixed .nav {
    height: 66px;
}

.nav__top .container {
    padding: 10px 83px 10px 0;
    align-items: center;
    font-size: 15px;
    justify-content: space-between;
    position: relative;
}

.nav__top .logo,
.nav__top .logo img {
    width: 197px;
    height: 61px;
}

.nav__search,
.dgwt-wcas-search-wrapp {
    position: relative;
    z-index: 0;
    border-radius: 10px;
    background: #FFF;
    max-width: 417px !important;
    overflow: hidden;
    width: 100%;
    height: 47px;
    box-shadow: 0px 4px 20px 0px transparent;
    transition: all .4s ease;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    background: transparent;
    border-radius: 0;
    padding: 0;
}

.nav__search:hover,
.nav__search:has(input:focus) {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    transition: all .4s ease;
}

.nav__search input,
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    padding: 0 13px;
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #282828;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 47px;
    border: none;
    border-radius: 10px !important;
    background: #fff !important;
}

.nav__search input::placeholder {
    opacity: 1;
    color: #A8A9A5;
}

.dgwt-wcas-open-pirx .dgwt-wcas-suggestion-nores {
    padding: 0 !important;
}

.nav__search button,
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    position: absolute;
    bottom: 0;
    right: 0 !important;
    top: 0;
    left: auto;
    z-index: 99;
    padding: 0 18px;
    min-width: 56px;
    max-width: 56px;
    height: 100%;
    width: fit-content;
    background: #fff !important;
    border-radius: 10px !important;
    box-shadow: none !important;
}

.dgwt-wcas-search-wrapp {
    margin: 0;
}

.dgwt-wcas-suggestions-wrapp {
    border-radius: 10px !important;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 27px 30px 30px !important;
    margin-top: 20px !important;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.dgwt-wcas-suggestion {
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
}

.dgwt-wcas-st-title strong {
    color: #A9A9A9;
    font-weight: 400 !important;
}

.dgwt-wcas-st-title,
.dgwt-wcas-suggestion-nores {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #282828;
    line-height: normal;
}

.nav__btn {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    transition: all .4s ease;
    width: 101px;
    position: relative;
}

.nav__top .nav__btn:nth-last-child(5) {
    width: fit-content;
    gap: 2px;
}

.nav__btn:hover {
    color: rgba(210, 116, 29, 1);
    transition: all .4s ease;
}

.nav__btn > a:nth-child(3) {
    opacity: 0;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.nav__btn svg {
    width: 32px;
    height: 17px;
}

.nav__btn svg path {
    transition: all .4s ease;
}

a.wishlist_products_counter {
    position: relative;
}

a.wishlist_products_counter.top_wishlist-custom img,
span.wishlist_products_counter.top_wishlist-custom img {
    max-height: 20px;
    height: 20px;
    width: 20px;
    max-width: 20px;
    min-width: 20px;
}

.nav__btn:hover svg path {
    fill: rgba(210, 116, 29, 1);
    transition: all .4s ease;
}

.nav__top .nav__cart,
.nav__top .nav__btn:nth-last-child(4) {
    display: none;
}

.lang {
    border-radius: 10px;
    background: transparent;
    font-size: 14px;
    box-shadow: 0px 4px 20px 0px transparent;
    position: absolute;
    right: 0;
    z-index: 10;
    top: 20px;
    max-height: 43px;
    overflow: hidden;
    transition: all .4s ease;
}

.lang.active {
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    transition: all .4s ease;
}

.lang__header {
    padding: 12px 15px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    justify-content: space-between;
    transition: all .4s ease;
}

.lang__header::after {
    content: '';
    width: 6px;
    height: 4px;
    transition: all .4s ease;
    background: url(../img/arrow-down.svg) center center / 100% 100% no-repeat;
    display: inline-block;
}

.lang__header:hover,
.lang__item:hover {
    color: rgba(210, 116, 29, 1);
    transition: all .4s ease;
}

.lang__header:hover::after {
    filter: brightness(0) saturate(100%) invert(73%) sepia(18%) saturate(4972%) hue-rotate(333deg) brightness(105%) contrast(92%);
}

.lang__item {
    border-top: 1px solid #F2F2F2;
    display: inline-block;
    width: 100%;
    margin: 0 15px;
    padding: 12px 0;
    transition: all .4s ease;
    width: calc(100% - 30px);
}

.nav__bottom {
    background: #fff;
}

.nav__bottom .container {
    padding: 11px 185px 11px 0;
    align-items: center;
    font-size: 15px;
    justify-content: space-between;
    position: relative;
}

.nav__katalog {
    width: 266px;
    padding: 12px 20px;
    border-radius: 10px;
    background: #F59740;
    display: inline-flex;
    color: #fff;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    box-shadow: 0px 4px 20px 0px transparent;
    transition: all .4s ease;
}

.nav__katalog:hover {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    background: rgba(210, 116, 29, 1);
    transition: all .4s ease;
}

.nav__katalog img:last-child {
    margin-left: auto;
}

.nav__bottom ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 21px;
}

.nav__bottom ul a {
    transition: all .4s ease;
}

.nav__bottom ul a:hover {
    color: rgba(210, 116, 29, 1);
    transition: all .4s ease;
}

.nav__bottom .nav__btn {
    display: none;
}

.nav__bottom .nav__btn:nth-last-child(4) {
    display: inline-flex;
    width: fit-content;
    margin: 0 -30px;
}

.nav__bottom .nav__btn:nth-last-child(4) span {
    display: none;
}

.nav__bottom .nav__btn:nth-last-child(4) svg {
    height: 24px;
}

.nav__cart {
    position: relative;
    z-index: 0;
    width: 26px;
    height: 24px
}

.nav__cart span,
.wishlist_products_counter_number {
    position: absolute;
    top: -13px;
    right: -13px;
    border-radius: 10px;
    background: #F59740;
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    transition: all .4s ease;
}

a.wishlist_products_counter span {
    right: -8px;
    top: -15px;
}

.nav__cart:hover span {
    top: -15px;
    transition: all .4s ease;
}

.xt_atc_override_spinner a.add_to_cart_button .xt_atc-button-spinner-wrap,
.xt_atc_override_spinner a.single_add_to_cart_button .xt_atc-button-spinner-wrap,
.xt_atc_override_spinner button.add_to_cart_button .xt_atc-button-spinner-wrap,
.xt_atc_override_spinner button.single_add_to_cart_button .xt_atc-button-spinner-wrap {
    margin: 0 auto;
}

#cart-loader-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
}

.optional {
    display: none;
}

.spinner-border {
    top: calc(50% - 24px);
    position: absolute;
    left: calc(50% - 24px);
}

.nav__tel {
    width: 167px;
    border-radius: 10px;
    background: #F59740;
    padding: 12px 15px 15px;
    color: #fff;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 12px;
    max-height: 42px;
    overflow: hidden;
    transition: all .4s ease;
}

.nav__tel:hover {
    max-height: 155px;
}

.nav__tel a {
    display: inline-block;
    width: 100%;
    color: #fff;
}

.nav__tel-content {
    display: inline-block;
    margin-top: 3px;
}

.nav__tel:hover .nav__tel-content {
    margin-top: 0;
}

.nav__tel-content .h6 {
    margin-bottom: 8px;
    display: none;
    transition: all .4s ease .4s;
}

.nav__tel:hover .nav__tel-content .h6 {
    display: inline-flex;
    transition: all .4s ease .4s;
}

.nav__tel:hover .nav__tel-header {
    display: none;
    transition: all .4s ease .4s;
}

.nav__tel-header,
.nav__tel-content .h6 {
    cursor: pointer;
    width: 100%;
    white-space: nowrap;
    align-items: center;
    display: inline-flex;
}

.nav__tel-header::after,
.nav__tel-content .h6::after {
    content: '';
    display: inline-block;
    background: url(../img/arrow-down.svg) center center / 100% 100%;
    min-width: 10px;
    max-width: 10px;
    width: 100%;
    height: 6px;
    filter: brightness(100);
    margin-left: auto;
    position: relative;
}

.nav__tel p {
    line-height: 1.6;
    font-size: 12px;
}

.nav__tel a,
.nav__tel-header {
    font-weight: 600;
    gap: 10px;
    display: inline-flex;
    font-size: 14px;
    align-items: center;
    margin-bottom: 10px;
}

.nav__tel img {
    filter: brightness(0) invert(1);
}

.dropdown ul {
    max-height: 0;
    overflow: hidden;
    transition: all .4s ease;
}

.burger:not(.nav__katalog):not(.burger-close) {
    width: 26px;
    height: 18px;
    position: relative;
    cursor: pointer;
    z-index: 102;
    display: none;
    margin-left: 25px;
}

.burger:not(.nav__katalog):not(.burger-close)::after,
.burger:not(.nav__katalog):not(.burger-close)::before,
.burger:not(.nav__katalog):not(.burger-close) span {
    content: '';
    position: absolute;
    width: 100%;
    height: 2.6px;
    border-radius: 2px;
    right: 0;
    background-color: #202020;
    transition: all .4s ease;
}

.burger:not(.nav__katalog):not(.burger-close)::before {
    top: 0;
}

.burger:not(.nav__katalog):not(.burger-close)::after {
    bottom: 0;
}

.burger:not(.nav__katalog):not(.burger-close) span {
    top: 50%;
    transform: translate(0%, -50%)
}

.nav__menu {
    position: fixed;
    background: #FFF;
    width: 325px;
    height: 100%;
    left: -100%;
    top: 0;
    bottom: 0;
    overflow: auto;
    padding: 20px;
    transition: all .4s ease;
    z-index: 9999;
}

.menu-active .nav__menu {
    left: 0;
    transition: all .4s ease;
}

.nav__menu::-webkit-scrollbar {
    display: none;
}

.nav__menu .h6 {
    margin-bottom: 25px;
}

.nav__menu .burger-close {
    width: 35px !important;
    height: 35px;
    position: absolute;
    right: 20px;
    top: 15px;
    background: #F2F2F2;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
}

.nav__menu .nav__tel {
    position: relative;
    top: 0;
    cursor: pointer;
    right: 0;
    width: 100%;
    max-height: fit-content !important;
    margin: 21px 0;
}

.nav__menu .nav__tel .h6 {
    margin-bottom: 13px;
}

.nav__menu > *:not(.lang__item) {
    width: 100%;
}

.nav__menu .lang__item {
    margin: 0;
    width: fit-content;
    padding: 20px 24px 0px 0;
    border: none;
    color: rgba(40, 40, 40, 0.6);
    font-size: 15px;
}

.nav__menu .lang__item.active {
    font-weight: 600;
    color: rgba(40, 40, 40, 1);
}

.nav__menu .lang__item:hover {
    color: rgba(40, 40, 40, 1);
}

.nav__social {
    padding: 20px 0;
    border-top: 1px solid #F2F2F2;
}

.nav__social p {
    margin-bottom: 16px;
}

.nav__menu .nav__katalog {
    width: 100%;
    margin-bottom: 21px;
}

.nav__menu > ul {
    list-style: none;
    width: calc(100% + 40px) !important;
    font-size: 15px;
    margin: 0 -20px;
    border-top: 1px solid #F2F2F2;
}

.nav__menu ul .nav__katalog {
    width: calc(100% - 40px);
    margin: 0 20px 20px;
}

.nav__menu ul .nav__katalog::after {
    display: none;
}

.nav__menu > ul ul {
    list-style: none;
}

.nav__menu ul a,
.nav__menu ul span {
    padding: 15px 20px;
    border-top: 1px solid #F2F2F2;
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.nav__menu ul span,
.nav__menu ul li:has(span),.dropdown {
    border-top: none !important;
}

.nav__menu ul li:last-child a {
    border-bottom: 1px solid #F2F2F2;
}

.nav__menu > ul ul li:last-child a {
    border-bottom: none;
}

.nav__menu ul span::after {
    content: '';
    width: 10px;
    height: 6px;
    background: url(../img/arrow-down.svg) center center / 100% 100% no-repeat;
    display: inline-block;
}

body::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 101;
    background: rgba(0, 0, 0, 0.60);
    opacity: 0;
    transition: all .4s ease;
    visibility: hidden;
}

body.menu-active::before {
    opacity: 1;
    visibility: visible;
    transition: all .4s ease;
}

.woocommerce.tinv-wishlist-clear {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.page-template-page-wishlist .katalog__content {
    width: 100% !important;
}

/* Footer */
footer {
    background: #3D3B39;
    padding: 61px 0 30px;
}

.footer,
.footer a {
    color: #fff;
}

.footer__top {
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    margin-bottom: 36px;
    padding-bottom: 25px;
}

.footer__top .logo {
    opacity: 1;
    margin-right: auto;
}

.footer__top a {
    opacity: 0.6;
    transition: all .4s ease;
}

.footer__top a:hover {
    opacity: 1;
    transition: all .4s ease;
}

.footer__menu {
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 48px;
    margin-bottom: 35px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.footer__item {
    max-width: calc(100% - 250px);
}

.footer__item:nth-child(2) {
    max-width: 225px;
}

.footer__item:nth-child(2) li {
    width: 100%;
}

.footer__menu h6 {
    margin-bottom: 15px;
}

.footer__menu ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    column-gap: 50px;
}

.footer__menu ul:nth-child(2) {
    margin-left: 0;
}

.footer__menu ul li {
    width: calc(33.3% - 35px);
}

.footer__menu ul a {
    opacity: 0.8;
    transition: all .4s ease;
}

.footer__menu ul a:hover {
    opacity: 1;
    transition: all .4s ease;
}

.footer__copy {
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

.lang-ru .footer__copy > * {
    font-size: 15px;
}

.footer__copy p {
    width: fit-content;
    color: rgba(255, 255, 255, 0.40);
}

.footer__copy a:not(.med):hover {
    text-decoration: underline;
}

.med {
    opacity: 0.4;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin: auto;
    transition: all .4s ease;
}

.med:hover {
    transition: all .4s ease;
    opacity: 1;
}

/* Modal */
.modal__container {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    overflow: auto;
    display: flex;
    padding: 20px;
    z-index: 9999999;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
}

.modal__container.show {
    opacity: 1;
    visibility: visible;
    transition: all .4s ease;
}

body:has(.modal__container.show),
html:has(.modal__container.show),
html:has(.modal__container.show) .nav {
    overflow: hidden;
    padding-right: 8px;
}

.modal__container::-webkit-scrollbar {
    display: none;
}

.modal {
    background: #FFF;
    padding: 36px 44px;
    max-width: 417px;
    width: 100%;
    margin: auto;
    position: relative;
    border-radius: 10px;
}

.modal__container {
    margin: auto;
}

.woocommerce-cart-form {
    width: 100%;
}

.modal .woocommerce {
    width: 100%;
}

.modal__title {
    text-align: center;
    margin-bottom: 25px;
}

.close:not(.close-link) {
    width: 35px !important;
    height: 35px !important;
    top: 0 !important;
    border-radius: 10px !important;
    right: -45px !important;
    position: absolute !important;
    z-index: 10;
    padding: 0 !important;
    opacity: 1 !important;
    background: #f2f2f2;
    cursor: pointer;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all .4s ease;
}

.close:not(.close-link)::before {
    content: '';
    width: 12px !important;
    height: 12px !important;
    display: inline-block;
    position: relative !important;
    inset: 0 !important;
    background: url(../img/close.svg) center center / 100% 100% no-repeat !important;
    transition: all .4s ease;
}

.close:not(.close-link):hover::before {
    transform: rotate(90deg);
    transition: all .4s ease;
}

.close:not(.close-link):hover {
    background: #fff;
    transition: all .4s ease;
}

#modalCart .modal {
    max-width: 886px;
    justify-content: space-between;
    align-items: center;
    color: #333;
    background: #F2F2F2;
}

.modal .wc-empty-cart-message {
    width: 100%;
    text-align: center;
    margin: 20px 0 0;
}

#modalCart .modal__title {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    margin: 0;
}

#modalCart p b {
    font-weight: 600 !important;
}

.modal table,
.checkout__items table {
    border-spacing: 0;
    border: none;
    margin: 26px 0 20px;
    width: 100%;
}

.modal table tbody {
    width: 100%;
}

.modal table thead,
.checkout__items table thead {
    display: none;
}

.modal table tr,
.checkout__items table tr {
    border-radius: 10px;
    background: #FFF;
    padding: 25px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

.return-to-shop {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.checkout__items table tr {
    flex-wrap: wrap;
    padding: 0 0 25px;
    border-radius: 0;
    border-bottom: 1px solid #F2F2F2;
    position: relative;
    z-index: 0;
}

.modal table td:first-child,
.checkout__items table td:first-child {
    border-radius: 10px;
    border: 1px solid #F2F2F2;
    max-width: 85px;
    min-width: 85px;
    height: 85px;
    width: 100%;
}

.checkout__items table td:first-child {
    max-width: 95px;
    min-width: 95px;
    height: 95px;
}

.modal table td:first-child img,
.checkout__items table td:first-child img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.modal table td:nth-child(2),
.checkout__items table td:nth-child(2) {
    max-width: 250px;
    width: 100%;
}

.checkout__items table td:nth-child(2) {
    width: calc(100% - 115px);
    max-width: unset;
}

.modal table td:nth-child(2) div,
.checkout__items table td:nth-child(2) div {
    color: #282828;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 17px;
}

.modal table td:nth-child(2) p,
.checkout__items table td:nth-child(2) p {
    color: #A8A9A5;
}

.modal table td:nth-child(3) {
    margin: 0 auto;
}

.quont {
    width: 102px;
    height: 43px;
    border-radius: 10px;
    border: 1px solid #A8A9A5;
    display: flex;
    overflow: hidden;
}

.quont button {
    padding: 10px;
    color: #A8A9A5;
    height: 100%;
    transition: all .4s ease;
}

.quont button:hover {
    color: #fff;
    transition: all .4s ease;
    background: #A8A9A5;
}

.quont input {
    border: 1px solid #A8A9A5;
    height: 100%;
    width: 100%;
    border-top: none;
    pointer-events: none;
    border-radius: 0 !important;
    text-align: center;
    border-bottom: none;
}

.modal table td:nth-child(4) {
    margin: 0 auto;
}

.Price {
    position: relative;
    padding-right: 5px;
    white-space: nowrap;
}

.Price .discount {
    border-radius: 10px;
    background: #F5AD42;
    padding: 3px 4px;
    color: #fff;
    font-size: 12px;
    position: absolute;
    right: 0px;
    top: -2px;
}

.checkout__sum ul li:nth-child(3) {
    display: none;
}

.checkout__items table .Price {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 13px;
}

.checkout__items table a {
    position: absolute;
    opacity: 0;
    inset: 0;
    width: 100%;
    height: 95px;
}

.checkout__items table td:nth-child(2) div {
    margin-bottom: 0;
}

.checkout__items table td:nth-child(2) p {
    margin-top: 10px;
}

.checkout__items table .image span,
.checkout__items table .image img {
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

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

.price del {
    color: #A8A9A5;
    font-size: 14px;
    text-decoration-line: line-through;
    margin-bottom: 3px;
    text-decoration: line-through;
    display: inline-block;
}

.Price del span bdi span {
    display: none;
}

.price ins,
.price > span > bdi {
    text-decoration: none;
    color: #282828;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
}

.modal table td:nth-child(5) span {
    height: 43px;
    max-width: 43px;
    min-width: 43px;
    width: 100%;
    border-radius: 10px;
    background: #F2F2F2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0px 4px 20px 0px transparent;
    transition: all .4s ease;
}

.modal table td:nth-child(5) span img {
    transition: all .4s ease;
}

.modal table td:nth-child(5) span:hover {
    background: rgba(210, 116, 29, 1);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    transition: all .4s ease;
}

.modal table td:nth-child(5) span:hover img {
    filter: invert(1);
    transition: all .4s ease;
}

.close-link {
    color: #282828 !important;
    width: fit-content !important;
    height: fit-content !important;
    line-height: normal !important;
    padding: 0 !important;
    margin: 0 !important;
    top: 0 !important;
    right: 0 !important;
    position: relative !important;
    opacity: 1 !important;
    display: inline-flex;
    align-items: center;
    gap: 14px !important;
    font-size: 16px !important;
    cursor: pointer;
    transition: all .4s ease;
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.close-link img {
    transform: rotate(180deg);
    filter: brightness(0);
}

.close-link:hover {
    gap: 10px;
    transition: all .4s ease;
}

.mfp-close.btn:hover {
    background: #FF5283;
}

.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

body:has(.mfp-wrap) {
    overflow: hidden;
}

.mfp-wrap,
.mfp-container,
.mfp-bg {
    height: 100vh;
    overflow: hidden;
}

.mfp-content {
    height: 100vh;
    position: fixed;
    inset: 0;
    padding: 0;
    overflow: hidden;
}

.mfp-content #modalCart {
    overflow: auto;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    padding: 20px 0 40px;
}

/* Hero */
.section__hero {
    padding: 15px 0 50px !important;
}

.hero {
    justify-content: space-between;
}

.hero > ul {
    border-radius: 10px;
    background: #FFF;
    list-style: none;
    width: 266px;
    display: flex;
    flex-direction: column;
    padding: 20px 30px 20px;
    height: 100%;
    font-size: 15px;
    line-height: 2.2;
}

.hero > ul li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hero > ul a {
    transition: all .4s ease;
}

.hero > ul a:hover {
    color: rgba(210, 116, 29, 1);
    transition: all .4s ease;
}

.hero__content {
    display: block;
    width: calc(100% - 284px);
}

.hero__content a {
    display: block;
    width: 100%;
    height: fit-content;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 20px 0px transparent;
    transition: all .4s ease;
}

.hero__content a:hover {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    transition: all .4s ease;
}

.hero__content img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: -5px;
}

.hero__swiper {
    margin-bottom: 16px;
    border-radius: 10px;
    width: 100%;
}

.hero__swiper .swiper-slide {
    height: 261px;
    border-radius: 10px;
    width: calc(50% - 8px);
    margin-right: 16px;
}

.hero__swiper .swiper-prev {
    left: 10px;
}

.hero__swiper .swiper-next {
    right: 10px;
}

/* Kategory */
.kategory {
    align-items: center;
    justify-content: space-between;
}

.kategory__items {
    margin-top: 32px;
}

.kategory__item {
    background: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 15px 0;
    justify-content: space-between;
    margin-bottom: 10px;
    box-shadow: 0px 4px 20px 0px transparent;
    transition: all .4s ease;
}

.kategory__item:hover {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    transition: all .4s ease;
}

.kategory__item img {
    height: 150px;
    width: 100%;
    padding: 0 20px;
    object-fit: contain;
}

/* Top */
.top {
    align-items: center;
    justify-content: space-between;
}

.top__swiper {
    max-width: 100%;
    margin-top: 12px;
    position: relative;
    min-width: 100%;
}

.top__swiper .swiper {
    padding: 20px 16px 40px;
    width: calc(100% + 32px);
    margin: 0 -16px;
}

.top__swiper .swiper-slide {
    margin-right: 16px;
    width: calc(25% - 4px);
}

.katalog__item {
    border-radius: 10px;
    border: 1px solid #FFF;
    background: #FFF;
    padding: 25px;
    transition: all .4s ease;
    position: relative;
    box-shadow: 0px 4px 20px 0px transparent;
    display: grid;
    align-self: flex-start;
    position: relative;
}

.tinvwl_add_to_wishlist_button {
    z-index: 10;
}

.anim-section {
    display: none !important;
}

.katalog__item .tinv-wishlist,
.katalog__item-img .product-remove {
    position: absolute !important;
    top: 35px;
    right: 35px;
    z-index: 10 !important;
    width: 30px !important;
    height: 30px !important;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
}

.katalog__item-img .product-remove {
    top: 20px;
    right: 20px;
}

.katalog__item-img .product-remove {
    border-radius: 10px;
    background: #F2F2F2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 10px 0px transparent;
    transition: all .4s ease;
}

.katalog__item-img .product-remove button {
    display: inline-flex;
    align-items: center;
    padding: 0;
    width: 100%;
    height: 100%;
}

.katalog__item-img .product-remove:hover {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    transition: all .4s ease;
}

.katalog__item:hover .tinv-wishlist,
.katalog__item-img .product-remove {
    opacity: 1;
    visibility: visible;
    transition: all .4s ease;
}

body > .tinv-wishlist {
    display: none !important;
}

.katalog__item .tinv-wishlist a {
    position: absolute;
    margin: 0 !important;
    inset: 0;
}

.katalog__item .tinv-wishlist a img,
.katalog__item-img .product-remove img {
    width: 16px;
    height: 15px;
}

.form__wishlist {
    display: flex;
    flex-wrap: wrap;
}

.katalog__item > a:first-child {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    right: 0;
    height: calc(100% - 70px);
}

.form__wishlist .katalog__item > a:first-child {
    position: unset;
    height: 100%;
}

.menu-active,
html:has(.menu-active) {
    overflow: hidden !important;
}

.katalog__item .favor-stock {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 600;
    margin-top: auto;
    display: inline-block;
    width: fit-content;
    color: green;
    position: absolute;
    right: 28px;
    bottom: 73px;
}

.katalog__item .favor-stock.favor-stock--out {
    color: red;
}

.katalog__item:hover {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}

.katalog__item-img {
    height: auto;
    aspect-ratio: 1 / 1;
    width: 100%;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 16px;
}

.katalog__item-img > img,
.katalog__item-img > a > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all .4s ease;
}

.tinv-wishlist .product-remove button {
    background: transparent;
}

.katalog__item-img span {
    top: 10px;
    left: 10px;
    position: absolute;
    padding: 5.5px 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    background: #fff;
    color: #4E4E4E;
    border-radius: 10px;
}

.katalog__item p {
    line-height: 140%;
    text-align: left;
    height: 51px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 14px;
    position: relative;
}

.katalog__item .Price {
    width: 100%;
    text-align: left;
    margin-bottom: 12px;
    display: inline-block;
}

.katalog__item .Price * {
    color: #bc1b1c;
}

.katalog__aside .wpc-widget-close-container,
.katalog__aside .wpc-filters-open-button-container a.wpc-filters-open-widget,
.katalog__aside .wpc-filters-open-button-container a.wpc-open-close-filters-button {
    display: none !important;
}

.katalog__item-cart {
    border-radius: 10px;
    background: #F59740;
    width: 100%;
    height: 42px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    overflow: hidden;
    padding: 8px;
    color: #fff;
    transition: all .4s ease;
    position: relative;
}

.katalog__item-cart:hover {
    background: #D2741D;
}

.katalog__item-cart img {
    filter: brightness(0) invert(1);
}

.wpc-filters-main-wrap li.wpc-term-item label {
    width: 100%;
    align-items: center;
}

body .wpc-filters-main-wrap .wpc-term-item-content-wrapper .wpc-term-count {
    margin-left: auto;
    text-align: right;
    padding-left: 5px;
}

/* About */
.about {
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    overflow: hidden;
    background: #FFF;
    padding: 70px;
}

.section__about-katalog .about {
    padding: 50px 60px;
}

.about .gal {
    width: 377px;
    height: 407px;
    border-radius: 10px;
    margin-bottom: auto;
    position: relative;
    z-index: 0;
}

.section__about-katalog .about .gal {
    height: auto !important;
}

.about .gal:has(iframe)::before,
.about .gal:has(video)::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 48px;
    height: 48px;
    transition: all .4s ease;
    background: url(../img/play.svg) center center / 100% 100% no-repeat;
}

.about .gal:has(iframe):hover::before,
.about .gal:has(video):hover::before {
    transform: translate(-50%, -50%) scale(1.2);
    transition: all .4s ease;
}

.about .gal:has(iframe) iframe {
    display: none;
}

.about .gal > * {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
}

.about__content {
    width: calc(100% - 445px);
}

.section__about-katalog .about__content {
    width: calc(100% - 400px);
}

.about__content h3,
.about__content h1,
.about__content h2 {
    margin-bottom: 27px;
}

.about__content p,
.about__content li {
    line-height: 160%;
    letter-spacing: 0.48px;
    margin-bottom: 16px;
    color: #4E4E4E;
}

.about__content li {
    margin-bottom: 0;
}

.about__content ul,
.about__content ol {
    margin-top: -20px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.about__content .btn {
    margin-top: 20px;
}

/* Feat */
.feat__items {
    margin-top: 34px;
}

.feat__item {
    align-items: flex-start;
    gap: 24px;
}

.section__feat-part .feat__item {
    gap: 21px;
    border-radius: 10px;
    background: #FFF;
    padding: 35px;
    box-shadow: 0px 4px 20px 0px transparent;
    transition: all .4s ease;
}

.section__feat-part .feat__item:hover {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    transition: all .4s ease;
}

.feat__item img {
    width: 41px;
    height: 41px;
    object-fit: contain;
    object-position: center top;
}

.feat__item .h6 {
    margin-bottom: 15px;
}

.section__feat-part .feat__item .h6 {
    margin-bottom: 20px;
}

.feat__item > div {
    max-width: 259px;
    width: 100%;
}

.feat__item p {
    color: #4E4E4E;
    line-height: 1.6;
}

.section__feat-part .feat__item > div {
    max-width: 100%;
}

.section__feat-part .feat__item p {
    margin-left: -61px;
    display: inline-block;
}

/* Ind */
.ind {
    border-radius: 10px;
    background: #FFF;
    padding: 65px 70px;
    align-items: flex-end;
    justify-content: space-between;
}

.ind__content {
    width: calc(100% - 280px);
}

.section__ind-ind .ind__content {
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    columns: 2;
    column-gap: 40px;
    column-fill: balance;
    column-span: all;
}

.ind__content h3,
.ind__content h1,
.ind__content h2 {
    margin-bottom: 16px;
    width: 100%;
    column-span: all;
    break-inside: avoid;
    page-break-inside: avoid;
    display: block;
}

.ind__content p {
    line-height: 160%;
    letter-spacing: 0.48px;
    color: #4E4E4E;
}

.section__ind-ind .ind__content p {
    margin-bottom: 16px;
    break-inside: avoid;
    page-break-inside: avoid;
    display: block;
}

.ind__items {
    margin-top: 47px;
}

.ind__items a {
    pointer-events: none;
}

.ind__items img {
    border-radius: 10px;
    object-fit: contain;
}

.ind__line {
    margin: 0 -70px -70px;
    border-radius: 0px 0px 10px 10px;
    background: #3F3B3A;
    display: flex;
    width: calc(100% + 140px);
    padding: 8px 15px;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-top: 54px;
}

/* Part */
.part__items {
    margin-top: 39px;
}

.part__items > div {
    transition: all .4s ease;
}

.part__items:hover > div {
    width: 25%;
    transition: all .4s ease;
}

.part__items > div:hover {
    width: 50%;
    transition: all .4s ease;
}

.part__item {
    border-radius: 10px;
    background: #FFF;
    padding: 34px 40px 40px;
    overflow: hidden;
    box-shadow: 0px 4px 20px 0px transparent;
    transition: all .4s ease;
}

.part__items > div:hover .part__item {
    color: #fff;
    background: #3D3B39;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    transition: all .4s ease;
}

.part__item-content {
    align-items: flex-start;
    min-width: 274px;
    max-width: 274px;
    height: 100%;
}

.part__items:hover > div .part__item-content {
    max-width: 200px;
    min-width: 200px;
}

.part__items > div:hover .part__item-content {
    max-width: 200px;
    min-width: 200px;
}

.part__item-content .h4 {
    margin-bottom: 12px;
}

.part__item-content p {
    line-height: 1.4;
    display: inline-block;
    color: #4E4E4E;
    margin-bottom: 25px;
    transition: all .4s ease;
}

.part__items > div:hover .part__item-content p {
    color: #fff;
    transition: all .4s ease;
}

.part__item-content .btn {
    margin-top: auto;
}

.part__item > img {
    width: 275px;
    height: 304px;
    opacity: 0;
    object-fit: contain;
    transition: all .4s ease;
}

.part__items > div:hover .part__item > img {
    opacity: 1;
    transition: all .4s ease;
}

/* Blog */
.blog:not(body) {
    align-items: center;
    justify-content: space-between;
}

.blog__swiper:not(.gallery__swiper) {
    width: 100%;
    position: relative;
    max-width: 100%;
    margin-top: 34px;
}

.blog__swiper:not(.gallery__swiper) .swiper {
    padding: 20px 15px 40px;
    width: calc(100% + 30px);
    margin: -20px -15px -40px;
}

.swiper-button-lock {
    display: none;
}

.blog__swiper:not(.gallery__swiper) .swiper-slide {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 20px 0px transparent;
    transition: all .4s ease;
    padding: 25px;
}

.blog__swiper .swiper-slide {
    width: calc(33.3% - 6px);
    margin-right: 16px;
}

.blog__swiper:not(.gallery__swiper) .swiper-slide:hover {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    transition: all .4s ease;
}

.blog__swiper:not(.gallery__swiper) .swiper-slide > img {
    width: 100%;
    height: 245px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 16px;
}

.date {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #A8A9A5;
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 8px;
}

.blog__swiper:not(.gallery__swiper) .swiper-slide .h6 {
    /* text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; */
    width: 100%;
    margin-bottom: 8px;
}

.blog__swiper:not(.gallery__swiper) .swiper-slide p {
    color: #4E4E4E;
    line-height: 160%;
    letter-spacing: 0.42px;
    font-size: 14px;
}

.blog:not(body):has(.blog__items) {
    align-items: flex-start;
}

.blog__items {
    width: calc(100% - 379px);
    margin: 0;
}

.blog__aside {
    width: 379px;
    margin: 0;
}

.blog__items .swiper-slide {
    width: 100% !important;
    margin-right: 0 !important;
}

.blog__aside .swiper-slide {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
    width: 100% !important;
    margin-right: 0 !important;
}

.blog__aside .swiper-slide > img {
    max-width: 80px !important;
    min-width: 80px !important;
    height: 63px !important;
    width: 100% !important;
    margin-bottom: 0 !important;
}

.blog__aside .swiper-slide .h6 {
    font-size: 14px !important;
    margin-bottom: 8px !important;
}

.blog__aside .swiper-slide p {
    font-size: 12px !important;
    line-height: 160% !important;
    letter-spacing: 0.36px !important;
}

.blog__swiper:not(.gallery__swiper) .swiper-slide > div {
    width: 100%;
    display: block;
    overflow: hidden;
    margin: auto 0;
}

.blog__items:has(.article) {
    width: calc(100% - 409px);
}

.article {
    padding: 33px 40px 40px;
    border-radius: 10px;
    background: #FFF;
    margin-bottom: 20px;
}

.article > img,
.wp-block-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 0 24px;
    border-radius: 8px;
}

.wp-block-image .aligncenter {
    margin: 0;
}

.article h1 {
    margin-bottom: 16px;
}

.wp-block-gallery {
    gap: 20px !important;
}

.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),
.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image) {
    width: calc(50% - 10px) !important;
}

.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
    font-size: 21px;
    margin-bottom: 16px;
    margin-top: 15px;
}

.article ul,
.article ol {
    margin-left: 25px;
    margin-top: -20px;
    margin-bottom: 20px;
}

.article .date {
    margin-bottom: 28px;
}

.article p {
    line-height: 160%;
    margin-bottom: 22px;
}

.blog__items .contact__item {
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    background: #FFF;
    gap: 13px;
    padding: 20px 40px;
}

.blog__items .contact__item .social {
    gap: 10px;
}

/* Contact */
.contact {
    justify-content: space-between;
}

.contact__content {
    border-radius: 10px;
    background: #FFF;
    width: 580px;
    gap: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 50px 40px;
}

.contact__content h4 {
    grid-column: 1 / 3;
}

.contact__item {
    align-items: flex-start;
}

.contact__item b {
    line-height: 140%;
    margin-bottom: 10px;
    letter-spacing: 0.48px;
}

.contact__item a,
.contact__item p {
    color: #4E4E4E;
    line-height: 150%;
    letter-spacing: 0.48px;
    transition: all .4s ease;
}

.contact__item a:hover {
    color: rgba(210, 116, 29, 1);
    transition: all .4s ease;
}

.contact__item .social a {
    max-width: 38px;
    min-width: 38px;
    height: 38px;
    background: rgba(169, 169, 169, 1);
}

.contact__item .social a img {
    height: 20px;
    width: 20px;
    object-fit: contain;
}

.contact__item .social a:hover {
    background: rgba(210, 116, 29, 1);
}

.contact__img {
    width: calc(100% - 600px);
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.contact__img > img,
.contact__img video,
.contact__img iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: all .4s ease;
}

.contact__img:hover > img {
    transform: scale(1.1);
    transition: all .4s ease;
}

.contact__img .btn {
    right: 14px;
    bottom: 19px;
    position: absolute;
}

.contact__img:hover .btn {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}

/* Seo */
.showMoreContent {
    overflow: hidden;
    transition: all .4s ease;
    position: relative;
    padding-bottom: 20px;
}

.seo h5,
.seo p {
    margin-bottom: 20px;
}

.seo p {
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.42px;
    color: #4E4E4E;
}

.showMoreContent > *:nth-child(n+3):not(.showMore):not(.showLess) {
    display: none;
}

.showMoreContent.show > *:nth-child(n+3):not(.showMore):not(.showLess) {
    display: block;
}

.showMore,
.showLess {
    color: #F59740;
    font-size: 15px;
    cursor: pointer;
    font-weight: 600;
    background: #F2F2F2;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.showMore:hover,
.showLess:hover {
    text-decoration: underline;
}

.showLess {
    display: none;
}

.showMoreContent.active .showMore {
    display: none;
}

.showMoreContent.active .showLess {
    display: block;
}

/* Katalog */
.section__katalog {
    padding-top: 0;
}

.catalog-filters__list,
.catalog-filters__list ul {
    list-style: none;
}

.catalog-filters__list ul ul {
    margin-left: 15px;
}

.catalog-filters__list a {
    margin-bottom: 10px;
    width: 100%;
    display: inline-block;
}

.catalog-filters__list .active a,
.catalog-filters__list a:hover {
    color: #D2741D;
    transition: all .4s ease;
}

.catalog-filters__list {
    border-radius: 10px;
    background: #FFF;
    width: 100%;
    padding: 61px 25px 21px;
    margin-top: -25px;
    margin-bottom: 10px !important;
}

.category__product_sidebar {
    color: #282828;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: 25px;
    z-index: 2;
    position: relative;
    bottom: -25px;
}

.katalog {
    justify-content: space-between;
}

.katalog__aside {
    width: 275px;
    order: 2;
    align-items: flex-start;
    font-family: "Open Sans", sans-serif;
}

.widget-area,
.widget_wpc_filters_widget,
.wpc-filter-collapsible .wpc-filter-title,
.wpc-filters-main-wrap,
.wpc-search-field-wrapper {
    width: 100%;
}

.wpc-filters-section,
.wpc-custom-selected-terms {
    border-radius: 10px;
    background: #FFF;
    width: 100%;
    padding: 21px 25px;
    margin-bottom: 10px !important;
}

.wpc-custom-selected-terms {
    padding-bottom: 15px;
}

.wpc_show_bottom_widget .wpc-filters-open-button-container {
    margin: 0 !important;
}

.wpc-filter-layout-dropdown .select2-container .select2-selection--single,
.wpc-sorting-form .select2-container .select2-selection--single {
    padding: 0 !important;
}

.wpc-sorting-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 50px;
}

.wpc-button-inner,
.wpc-chip-content {
    justify-content: center;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt {
    margin-left: 3px;
    margin-top: 2px;
}

.modal .woocommerce-message,
.modal .woocommerce-info,
.modal .woocommerce-error,
.modal .woocommerce-noreviews,
.modal p.no-comments {
    display: none !important;
}

body .wpc-filters-open-button-container a.wpc-filters-open-widget,
body .wpc-filters-open-button-container a.wpc-open-close-filters-button {
    border-radius: 10px !important;
    background: #F59740 !important;
    border: none !important;
    display: inline-flex;
    padding: 12px 25px !important;
    margin-top: 2px;
    justify-content: center;
    white-space: nowrap;
    width: 100% !important;
    align-items: center;
    text-align: center;
    height: 47px !important;
    gap: 10px;
    color: #fff !important;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.wpc-icon-html-wrapper {
    filter: brightness(10);
    display: none;
}

.wpc-filter-layout-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow,
.wpc-sorting-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 0 !important;
    top: 0 !important;
}

.wpc-button-inner::before {
    content: '';
    display: inline-block;
    background: url(../img/katalog.svg) center center / 100% 100% no-repeat;
    width: 19px;
    height: 16px;
    margin-right: 8px;
}

.wpc-custom-selected-terms:has(.wpc-empty-chips-container) {
    display: none;
}

.wpc-filter-chips-list a,
body .wpc-filter-chips-list li.wpc-filter-chip a {
    display: inline-flex !important;
    padding: 10px 12px !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px !important;
    background: #F59740;
    color: #FFF !important;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none !important;
    box-shadow: 0px 4px 20px 0px transparent;
    transition: all .4s ease;
}

body .wpc-filter-chips-list li.wpc-filter-chip a:hover {
    opacity: 1 !important;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    transition: all .4s ease;
}

.wpc-custom-selected-terms ul.wpc-filter-chips-list {
    overflow: unset !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.wpc-filter-chips-list a:hover .wpc-chip-remove-icon,
.wpc-filter-search-wrapper button.wpc-search-clear:hover,
.wpc-search-field-wrapper a.wpc-search-clear-icon:hover {
    color: #fff !important;
}

.wpc-term-count-value {
    color: #A8A9A5;
    opacity: 1;
}

.wpc-filters-main-wrap input[type=radio]:checked,
.wpc-filters-main-wrap input[type=checkbox]:checked,
.wpc-filters-main-wrap li.wpc-term-item input[type=checkbox]:hover,
.wpc-filters-main-wrap li.wpc-term-item input[type=radio]:hover {
    background: rgba(210, 116, 29, 1) !important;
    border-color: rgba(210, 116, 29, 1) !important;
}

.wpc-wrap-icons .wpc-filter-selected-values,
.wpc-edit-filter-set {
    display: none;
}

.wpc-filters-main-wrap input[type=checkbox]:after {
    filter: brightness(0);
}

.wpc-filter-title,
.wpc-filter-header .wpc-filter-title button {
    color: #282828;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0 !important;
}

.wpc-filters-section:not(.wpc-filter-more-less):not(.wpc-filter-post_meta_num):not(.wpc-filter-tax_numeric):not(.wpc-filter-layout-dropdown):not(.wpc-filter-terms-count-0) .wpc-filter-content:not(.wpc-filter-has-hierarchy) ul.wpc-filters-ul-list {
    max-height: unset !important;
    overflow: unset !important;
}

.wpc-filter-collapsible .wpc-filter-title .wpc-open-icon,
.wpc-filter-collapsible-reverse.wpc-filter-collapsible.wpc-closed .wpc-filter-title .wpc-open-icon,
.wpc-filter-collapsible.wpc-closed .wpc-filter-title .wpc-open-icon,
.wpc-filter-has-selected.wpc-closed .wpc-filter-title .wpc-open-icon {
    border-color: #202020 !important;
    margin-bottom: 5px;
}

.wpc-filter-collapsible-reverse.wpc-filter-collapsible .wpc-filter-title .wpc-open-icon,
.wpc-filter-collapsible.wpc-opened .wpc-filter-title .wpc-open-icon,
.wpc-filter-has-selected .wpc-filter-title .wpc-open-icon {
    margin-bottom: 0;
}

.wpc-filter-content {
    margin-top: 16px;
}

.wpc-filters-main-wrap ul.wpc-filters-ul-list {
    padding: 0;
}

body .wpc-filters-main-wrap li.wpc-term-item:last-child {
    margin-bottom: 0;
}

.wpc-term-item-content-wrapper {
    color: #333;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.wpc-filters-widget-content .wpc-filters-section input[type="number"],
.wpc-filters-widget-content .wpc-filters-section input[type="text"] {
    display: flex;
    width: 100%;
    padding: 10px 12px;
    justify-content: center;
    border: none !important;
    align-items: center;
    text-align: center;
    gap: 10px;
    border-radius: 10px;
    background: #F2F2F2 !important;
    color: #282828;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.wpc-filters-range-inputs .ui-button,
.wpc-filters-range-inputs .ui-state-default,
.wpc-filters-range-inputs .ui-widget-content .ui-state-default,
.wpc-filters-range-inputs .ui-widget-header .ui-state-default,
html .wpc-filters-range-inputs .ui-button.ui-state-disabled:active,
html .wpc-filters-range-inputs .ui-button.ui-state-disabled:hover {
    background: #282828 !important;
    border: 7px solid #F2F2F2 !important;
    width: 20px !important;
    height: 20px !important;
    box-shadow: none !important;
}

.katalog .wpc-after-sorting-form .select2-container {
    top: 49px !important;
}

.wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-handle {
    top: -10px !important;
    margin-left: -10px !important;
}

.katalog__content {
    width: calc(100% - 305px);
    order: 3;
}

.katalog__content .katalog__header {
    display: none;
}

.katalog__header {
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    order: 1;
    margin-bottom: 26px;
}

.katalog__header h1 {
    order: 1;
}

.wpc-sorting-form {
    order: 2;
}

.woocommerce-notices-wrapper {
    width: 100%;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments,
.woocommerce-no-products-found {
    width: 100%;
    background: transparent;
    font-size: 21px;
    text-align: center;
    font-weight: 600;
}

.woocommerce-no-products-found {
    order: 3;
    margin-top: 20px;
}

.select2-selection__rendered {
    padding: 14px 17px;
}

.wpc-filter-layout-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow b,
.wpc-sorting-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #202020 !important;
}

.wpc-filter-layout-dropdown .select2-container--default .select2-selection--single,
.wpc-sorting-form .select2-container--default .select2-selection--single,
.select2-container--open .select2-dropdown--below {
    border: none !important;
}

.select2-container--default .wpc-filter-everything-dropdown .select2-results__option[aria-disabled=true],
.select2-container--default .wpc-filter-everything-dropdown .select2-results__option[aria-selected=true],
.select2-container--default .wpc-filter-everything-dropdown .select2-results__option[data-selected=true],
.select2-container--default .wpc-filter-everything-dropdown .select2-search--dropdown .select2-search__field:focus,
.select2-container--default .wpc-filter-everything-dropdown .select2-results__option--highlighted {
    background: transparent !important;
    transition: all .4s ease;
}

.select2-container--default .wpc-filter-everything-dropdown .select2-results__option--highlighted {
    color: #F59740 !important;
    transition: all .4s ease;
}

.select2-container--default .wpc-filter-everything-dropdown .select2-results__option {
    border-top: 1px solid #F2F2F2;
    padding: 10px 0 !important;
    margin: 0 18px !important;
}

.katalog__items {
    width: calc(100% + 10px);
    margin: 0 -5px -10px;
}

.katalog__items > div {
    padding: 0 5px 10px;
}

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

.nav-links,
.woocommerce-pagination ul {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.nav-links span,
.nav-links a,
.woocommerce-pagination ul a,
.woocommerce-pagination ul span {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: transparent;
    transition: all .4s ease;
}

.nav-links span,
.nav-links a:hover,
.woocommerce-pagination ul span,
.woocommerce-pagination ul a:hover {
    background: rgba(210, 116, 29, 1);
    color: #fff;
    font-weight: 600;
    transition: all .4s ease;
}

.dots {
    color: #282828 !important;
    font-weight: 400 !important;
    background: transparent !important;
}

.page-numbers.next,
.page-numbers.prev {
    display: none;
}

/* Faq */
.accordion {
    margin-top: 35px;
    gap: 20px;
}

.accordion > div {
    width: calc(50% - 10px);
}

.accordion__item {
    border-radius: 10px;
    transition: all .4s ease;
    background: #FFF;
    margin-bottom: 20px;
    box-shadow: 0px 4px 20px 0px transparent;
}

.accordion__header {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 25px 30px;
    gap: 20px;
}

.accordion__header::after {
    content: '';
    display: inline-block;
    min-width: 35px;
    max-width: 35px;
    height: 35px;
    width: 100%;
    border-radius: 10px;
    margin-bottom: auto;
    transition: all .4s ease;
    transform: rotate(90deg);
    background: url(../img/arrow-w.svg) center center / 6px 10px no-repeat, rgba(245, 151, 64, 1);
}

.accordion__item.active .accordion__header::after {
    transform: rotate(-90deg);
    transition: all .4s ease;
}

.accordion__content {
    overflow: hidden;
    padding: 0 30px;
    max-height: 0;
    transition: all .4s ease;
}

.accordion__item.active {
    padding-bottom: 30px;
    transition: all .4s ease;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
}

/* Card */
.section__card {
    padding-top: 0;
}

.card {
    border-radius: 10px;
    background: #FFF;
    padding: 40px;
    align-items: flex-start;
    justify-content: space-between;
}

.card__mob {
    display: none;
}

.card__col {
    width: 418px;
}

.card__col:nth-child(2) {
    width: calc(100% - 448px);
}

.card__swiper {
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}

.card__swiper > span {
    position: absolute;
    left: 20px;
    z-index: 2;
    top: 20px;
    border-radius: 10px;
    background: #282828;
    padding: 8px 12px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

.card__swiper .swiper {
    width: 100%;
    margin: 0;
}

.card__swiper img,
.card__swiper iframe,
.card__swiper video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border: none;
    pointer-events: none;
    border-radius: 10px;
}

.card__swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    aspect-ratio: 1 / 1;
    position: relative;
    z-index: 0;
}

.wpc-filter-title {
    cursor: pointer;
}

.wpc-filter-title::after {
    display: inline-block;
    content: '';
    width: 10px;
    height: 6px;
    transform: rotate(180deg);
    background: url(../img/arrow-down.svg) center center / 100% 100% no-repeat;
}

.mySwiper2 {
    border-radius: 10px;
    border: 1px solid #F2F2F2;
}

.mySwiper2 > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mySwiper .swiper-slide {
    border-radius: 10px;
    border: 1px solid #F2F2F2;
    transition: all .4s ease;
    margin-right: 10px;
    width: calc(20% - 2px);
}

.mySwiper .swiper-slide-thumb-active,
.mySwiper .swiper-slide:hover {
    border: 1px solid #F5AD42;
    transition: all .4s ease;
}

.mySwiper {
    margin-top: 15px !important;
}

.mySwiper .swiper-slide {
    cursor: pointer;
}

.card__swiper .swiper-prev {
    left: 15px;
}

.card__swiper .swiper-next {
    right: 15px;
}

.card__swiper .swiper-btn {
    z-index: 10;
}

.card__tech {
    border-radius: 10px;
    border: 1px solid #F2F2F2;
    width: 100%;
    padding: 27px 30px 30px;
}

.card__tech h6 {
    margin-bottom: 20px;
}

.card__tech ul {
    list-style: none;
}

.card__tech ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.card__tech ul li:last-child {
    margin-bottom: 0;
}

.card__tech ul li span:first-child {
    color: #A8A9A5;
    margin-bottom: auto;
}

.card__tech ul li span:nth-child(2) {
    text-align: right;
}

.card__content {
    margin-bottom: 50px;
    align-items: center;
    justify-content: space-between;
}

.code,
.stock {
    font-size: 14px;
    display: inline-flex;
    padding: 8px 15px;
    order: 1;
    align-items: center;
    gap: 6px;
    border-radius: 10px;
    background: #F2F2F2;
    margin-bottom: 10px;
}

.stock {
    color: #A8A9A5 !important;
}

.stock::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.outOfStock {
    display: none;
}

.in-stock::before {
    background: #59C24B;
}

.out-of-stock::before {
    background: red;
}

.out-of-stock {
    color: red !important;
}

.card__content h1 {
    width: 100%;
    order: 2;
    margin: 10px 0 30px;
}

.card__content .Price {
    order: 3;
}

.card__content .btn,
.card__content:has(.quont) .btn {
    width: 250px;
    height: 52px;
    order: 3;
}

.card__content .btn {
    width: 100%;
}

.card__content .btn img {
    filter: brightness(0) invert(1);
}

.cart,
.single_variation_wrap,
.woocommerce-variation-add-to-cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 200px);
    order: 3;
}

.woocommerce-variation-add-to-cart {
    width: calc(100% - 120px);
}

.single_variation_wrap {
    padding-right: 70px;
}

.variations_form,
.single_variation_wrap,
.variations_form > div {
    width: 100% !important;
}

.card__content:has(.variations_form) .tinv-wraper.tinv-wishlist {
    margin-left: auto;
    margin-top: -53px;
}

.variations {
    width: 100%;
    margin-bottom: 20px;
}

.woo-variation-swatches.wvs-show-label .variations td,
.woo-variation-swatches.wvs-show-label .variations th {
    margin-bottom: 5px;
    font-size: 16px;
}

.woo-variation-swatches .variable-items-wrapper {
    gap: 10px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock),
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
    background: transparent !important;
    border: none !important;
    margin: 0 !important;
    box-shadow: none !important;
    height: fit-content !important;
    border-radius: 0 !important;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span {
    padding: 10px 15px;
    opacity: 0.8;
    font-size: 14px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) .variable-item-span,
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span:hover {
    opacity: 1;
}

.card__content .love,
.tinv-wraper.tinv-wishlist {
    border-radius: 10px;
    background: #F2F2F2;
    width: 49px;
    height: 49px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 10px 0px transparent;
    transition: all .4s ease;
    position: relative;
    order: 3;
}

.card__content .love:hover,
.tinv-wraper.tinv-wishlist:hover {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    transition: all .4s ease;
}

.tinv-wraper.tinv-wishlist a {
    margin: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* .katalog__item {
    display: block;
} */

.katalog__item .screen-reader-text {
    display: none;
}

.top .tinv-wraper.tinv-wishlist a {
    margin: 0 !important;
}

.tinv-wraper.tinv-wishlist a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tinv-wraper.tinv-wishlist a img:first-child {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
}

.tinv-wraper.tinv-wishlist:hover a img:first-child,
.tinvwl-product-in-list img:first-child {
    opacity: 1 !important;
    visibility: visible !important;
    transition: all .4s ease;
}

.card__content .Price {
    order: 3;
}

.card__content .card__text {
    order: 4;
}

.inStock {
    display: none;
}

.tabs {
    margin-top: 30px;
    border-radius: 10px;
    border: 1px solid #F2F2F2;
    background: #F2F2F2;
    overflow: hidden;
    width: 100%;
    order: 5;
}

.tab__header {
    border-radius: 10px 0px 0px 0px;
    background: #F2F2F2;
}

.tab__header span {
    width: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 15px 10px;
    font-weight: 600;
    transition: all .4s ease;
    border-right: 1px solid #F2F2F2;
    background: #FFF;
}

.tab__header span:last-child {
    border: none;
}

.tab__header span.active,
.tab__header span:hover {
    background: transparent;
    transition: all .4s ease;
}

.tab__items {
    padding: 30px;
    display: none;
}

.tab__items.active {
    display: block;
}

.tab__item {
    align-items: center;
    justify-content: space-between;
    line-height: 140%;
    letter-spacing: 0.48px;
    margin-bottom: 24px;
}

.tab__item:last-child {
    margin-bottom: 0;
}

.tab__item p {
    display: inline-flex;
    align-items: center;
    gap: 15px;
}

.tab__item p img {
    max-width: 20px;
    min-width: 20px;
    height: 20px;
    width: 100%;
    object-fit: contain;
}

.tab__item span {
    width: 100%;
    color: #A8A9A5;
    margin-top: 9px;
}

.tab__items:nth-child(3) .tab__item:last-child span br:first-child,
.tab__items:nth-child(3) .tab__item:last-child span br:nth-child(4) {
    display: none;
}

.card__text {
    margin-top: 30px;
}

.card__text h6 {
    margin-bottom: 18px;
}

.card__text p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.6;
}

/* Checkout */
.section__checkout {
    padding-top: 70px !important;
}

.checkout {
    justify-content: space-between;
}

.checkout__content {
    width: calc(100% - 480px);
}

.checkout__form,
.checkout__del,
.checkout__pay,
.checkout__sum,
.checkout__items {
    border-radius: 10px;
    background: #FFF;
    padding: 36px 40px 36px;
    margin-bottom: 20px;
}

.checkout__items .checkout__sum {
    padding: 0;
    margin-bottom: 0;
}

.checkout__form h1 {
    margin-bottom: 28px;
}

.checkout__form textarea {
    height: 49px;
    overflow: hidden;
}

.shipping__list_label {
    height: fit-content;
    display: inline-block;
}

#shipping_method {
    list-style: none;
}

.checkout__del h2,
.checkout__pay h3 {
    margin-bottom: 31px;
}

.checkout__sum h5 {
    margin-bottom: 23px;
}

.checkout__del-item {
    border-radius: 10px;
    background: #F2F2F2;
    padding: 25px;
    margin-bottom: 20px;
    border: 2px solid #F2F2F2;
    transition: all .4s ease;
    overflow: hidden;
}

.checkout__del-item > input {
    display: none;
}

.page-template-page-checkout .breadcrumps {
    display: none !important;
}

.checkout__del-item.active,
.checkout__del-item:hover {
    border: 2px solid rgba(210, 116, 29, 1);
    background: #FFF;
    transition: all .4s ease;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 1;
    height: 49px;
    padding-top: 10px !important;
}

.select2-container--default .select2-selection--single {
    border-radius: 10px !important;
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
    background: #fff !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #282828;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #282828 !important;
    padding: 10px 20px 12px !important;
}

.select2-container--open .select2-dropdown,
.select2-container--default .select2-selection--single {
    border: 1px solid #A8A9A5 !important;
}

body:has(.katalog) .select2-container--open .select2-dropdown {
    border: none !important;
}


.select2-container--open .select2-dropdown {
    border-top: 1px solid transparent !important;
}

.select2-container--open .select2-dropdown--above {
    border-top: 1px solid #282828 !important;
    border-radius: 10px 10px 0 0 !important;
    border-bottom: 1px solid transparent !important;
}

body:has(.select2-dropdown--above) .select2-selection--single {
    border-top: 1px solid transparent !important;
    border-radius: 0 0 10px 10px !important;
}

body:has(.select2-dropdown--below) .select2-selection--single {
    border-bottom: 1px solid transparent !important;
    border-radius: 10px 10px 0 0 !important;
}

.select2-search--dropdown {
    padding: 10px 0 !important;
    background: transparent;
    margin: 0 20px;
    border-bottom: none !important;
    width: calc(100% - 40px);
    display: inline-block;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 10px 20px !important;
    border: 1px solid #F2F2F2 !important;
    border-radius: 10px;
}

.select2-results__option--highlighted {
    background: none !important;
    color: #282828 !important;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 215px !important;
}

.select2-results__option {
    padding: 10px 0 !important;
    border-bottom: 1px solid #F2F2F2;
    background: transparent;
    margin: 0 20px;
    width: calc(100% - 40px);
    display: inline-block;
}

.select2-results__option:first-child {
    border-top: 1px solid #F2F2F2;
}

.select2-results__option:last-child {
    border-bottom: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 49px !important;
    right: 10px !important;
    overflow: hidden !important;
    padding: 12px 20px !important;
}

.select2-dropdown--below {
    border-radius: 0 0 10px 10px !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #282828 !important;
}

.select2-container .select2-selection--single {
    height: 49px !important;
}

.checkout__del-item:last-child {
    margin-bottom: 0;
}

.checkout__del-item .tab__item {
    margin-bottom: 20px;
    cursor: pointer;
}

.checkout__del-item .tab__item p:first-child {
    gap: 12px;
    font-size: 18px;
    width: calc(100% - 120px);
}

.checkout__del-item .tab__item span {
    width: calc(100% - 120px);
}

.checkout__del-item .tab__item p:nth-child(2) {
    width: 110px;
    height: 0;
    margin-top: 25px;
}

.checkout__del-content p {
    line-height: 160%;
}

.checkout__pay .radio {
    width: 100% !important;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #F2F2F2;
    transition: all .4s ease;
    margin-bottom: 20px;
}

.checkout__pay .radio:last-child {
    margin-bottom: 0;
}

.checkout__pay .radio:hover,
.checkout__pay .radio:has(input:checked) {
    border: 1px solid #F5AD42;
    transition: all .4s ease;
}

.checkout__pay .radio::after {
    left: 31px;
    top: 31px;
}

.wc_payment_method:has(input:checked) {
    color: rgba(210, 116, 29, 1);
}

.checkout__aside {
    width: 460px;
}

.checkout__coupon,
.checkout_coupon {
    justify-content: space-between;
    align-items: flex-start;
    display: flex !important;
    flex-wrap: wrap;
}

.checkout__coupon label,
.checkout_coupon label {
    display: inline-block;
    margin-bottom: 6px;
}

.checkout__coupon input:not([type="submit"]),
.checkout_coupon input:not([type="submit"]) {
    border-radius: 10px;
    border: 1px solid #A8A9A5;
    height: 49px;
    padding: 12px 18px;
    width: calc(100% - 154px);
}

.checkout__coupon input[type="submit"],
.checkout_coupon input[type="submit"] {
    width: 139px;
}

.checkout__coupon > *,
.checkout_coupon > * {
    width: 100%;
}

.checkout__coupon .woocommerce-message {
    order: 4;
}

.checkout__sum ul {
    list-style: none;
}

.checkout__sum ul li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 18px;
}

.checkout__sum ul li:last-child {
    margin-bottom: 0;
}

.checkout__sum ul li span:first-child {
    color: #A8A9A5;
}

.shipping__list_label input {
    display: none;
}

.checkout__sum ul li span:nth-child(2) {
    text-align: right;
}

.checkout__sum ul li:last-child {
    align-items: flex-end;
}

.checkout__sum ul li:last-child span:first-child {
    color: #282828;
}

.checkout__sum ul li:last-child span:nth-child(2) {
    font-size: 18px;
    font-weight: 600;
}

.checkout__sum .btn {
    margin: 34px 0 11px;
    width: 100%;
}

.checkout__sum > a:not(.btn) {
    width: 100%;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    transition: all .4s ease;
}

.checkout__sum > a:not(.btn):hover {
    color: rgba(210, 116, 29, 1);
    transition: all .4s ease;
}

/* Gallery */
.gallery__swiper {
    position: relative;
    z-index: 0;
    margin-top: 38px;
}

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

.gallery__swiper .swiper-slide {
    height: 436px;
    border-radius: 10px;
    overflow: hidden;
}

.gallery__swiper .swiper-slide > * {
    width: 100%;
    height: 100%;
    transition: all .4s ease;
}

.gallery__swiper .swiper-slide:hover > * {
    transform: scale(1.1);
    transition: all .4s ease;
}

/* Lead */
.lead__form {
    border-radius: 10px;
    background: #FFF;
    margin-top: 38px;
    padding: 35px 42px 42px;
}

.lead__form .form {
    align-items: center;
    justify-content: space-between;
}

.lead__form .form .col-1:nth-last-child(3) {
    margin-bottom: 20px;
}

.lead__form .form p {
    position: relative;
    margin-bottom: auto;
}

.lead__form .form input[type="submit"] {
    margin-top: 0;
}

.wpcf7-spinner {
    position: absolute;
    width: 25px !important;
    height: 25px;
    margin: 0;
    left: 50%;
    bottom: -10px;
    transform: translate(-50%, 0);
}

.modal .wpcf7-form.submitting p:has(input[type=submit]) {
    margin-bottom: 20px;
}

/* Spec */
.spec {
    padding: 52px 60px 60px;
    border-radius: 10px;
    background: #FFF;
    position: relative;
    z-index: 0;
}

.spec__content {
    max-width: 490px;
    width: 100%;
}

.spec__content h1,
.spec__content h2,
.spec__content h3,
.spec__content h4 {
    margin-bottom: 15px;
}

.spec__content p {
    margin-bottom: 20px;
    color: #4E4E4E;
    line-height: 160%;
    letter-spacing: 0.48px;
    display: inline-block;
}

.spec__content .btn {
    margin-top: 17px;
}

.spec > img {
    position: absolute;
    right: 0;
    bottom: 0;
    height: auto;
    width: auto;
    object-fit: contain;
    object-position: right bottom;
    z-index: -1;
    border-radius: 10px;
}

/* Pol */
.pol {
    align-items: flex-start;
    justify-content: space-between;
}

.pol .article {
    width: calc(100% - 379px);
    margin: 0;
}

.pol .article a {
    transition: all .4s ease;
}

.pol .article a:hover {
    color: rgba(210, 116, 29, 1);
    transition: all .4s ease;
}

.pol .about {
    width: 359px;
    padding: 36px 40px 40px;
    gap: 38px;
}

.pol .about__content {
    width: 100%;
    max-width: 100%;
}

.pol .about .gal {
    width: 100%;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    height: auto;
}

/* 404 */
.section__error {
    padding-top: 70px !important;
}

.error {
    align-items: center;
    justify-content: space-between;
    padding: 124px 80px;
    border-radius: 10px;
    background: #fff;
    position: relative;
    z-index: 0;
}

.error__content {
    max-width: 435px;
    width: 100%;
}

.error h1 {
    margin-bottom: 17px;
}

.error p {
    color: #4E4E4E;
    line-height: 160%;
    margin-bottom: 20px;
}

.error .btn {
    margin-top: 20px;
}

.error > img {
    width: 596px;
    height: auto;
    margin-left: -50px;
    z-index: -1;
    position: static;
}

.thanks {
    padding: 40px !important;
}

.thanks > img {
    width: 40px !important;
    height: 40px !important;
    margin: 0 0 25px !important;
}

.thanks h1 {
    margin-bottom: 12px;
}

.thanks .btn {
    margin-top: 10px;
}