@charset "UTF-8";
/* CSS Document */
/*
Theme Name: MOYO Theme
Version: 1.0
Description: MOYO – одежда для спорта
Author: Laika
Author URI: http://laikaweb.ru/
*/
@font-face {
    font-family: "Onest";
    src: url("fonts/Onest-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Onest";
    src: url("fonts/Onest-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Unbounded";
    src: url("fonts/Unbounded-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Unbounded";
    src: url("fonts/Unbounded-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    margin-top: 0!important;
}
body {
	font-family: 'Onest';
    font-size: 14px;
    font-weight: 400;
    line-height: 150%; /* Не делай меньше 150 */
    letter-spacing: 0em;
    text-align: left;
    color: #3F3F3F;
    display: flex!important;
    flex-direction: column;
    min-height: 100vh;
    overflow-x: hidden;
    background-color: #fff;
    padding: 0;
    margin: 0;
}
body.page {
    display: flex!important;
}
body.page-template-default {
    display: flex!important;
    flex-direction: column;
}

#wpadminbar {
    position: unset!important;
}
#wpadminbar #wp-admin-bar-top-secondary {
    display: none!important;
}
@media screen and (max-width: 1200px) {
    html #wpadminbar {
        display: none;
    }
}

* {
    box-sizing: border-box;
    outline: none !important;
    box-shadow: unset !important;
}

input:not([type="submit"]),
textarea {
    -webkit-appearance: none;
    width: 100%;
    outline: none;
    display: block;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #3F3F3F;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0em;
    text-align: left;
    color: #3F3F3F;
    padding: 12px 18px 12px 18px;
    margin-bottom: 16px;
    transition: .3s;
    outline: none;
    box-shadow: none;
}
textarea {
    height: 100px;
    border-radius: 10px;
}
@media(max-width:768px) {
    input,
    textarea {
        margin-bottom: 12px;
    }
}
input:not([type="submit"]):focus,
textarea:focus {
    border:1px solid #3F3F3F;
    background-color: #F2F2F2;	
}
input::placeholder,
textarea::placeholder {
    color: #3F3F3F99;
}

input[type="checkbox"] {
    display: inline-block;
    width: 16px;
    height: 16px;
    -webkit-appearance: none;
    padding: 0;
    margin: 0;
    border:0;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='15' height='15' rx='3.5' stroke='%233F3F3F'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: .3s;
    cursor: pointer;
}
input[type="checkbox"]:focus,
input[type="checkbox"]:focus-visible {
    border:0;
    margin: 0;
}
input[type="checkbox"]:checked {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='15' height='15' rx='3.5' stroke='%233F3F3F'/%3E%3Cline x1='3.06066' y1='9' x2='6.52769' y2='12.467' stroke='%233F3F3F' stroke-width='1.5' stroke-linecap='round'/%3E%3Cline x1='13.2407' y1='3.04455' x2='6.64455' y2='12.4648' stroke='%233F3F3F' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    border:0;
}

h1 {
    font-family: 'Unbounded';
	font-weight: 400;
	font-size: 32px;
	line-height: 150%;
    margin: 0;
    margin-bottom: 40px;
    color:#3F3F3F;
}
h2 {
    font-family: 'Unbounded';
    font-size: 32px;
    font-weight: 400;
    line-height: 150%;
    text-align: left;
    margin: 0;
    margin-bottom: 40px;
    color:#3F3F3F;
}
@media(max-width:992px) {
    .privacy-policy h1{
        font-size: 24px;
    }
    h1 {
        font-size: 32px;
        line-height: 150%;
        margin-bottom: 24px;
    }
    h2 {
        font-size: 32px;
        line-height: 150%;
        margin-bottom: 24px;
    }
}

section {
	margin-bottom: 86px;
    /* overflow-x: hidden; */
}
@media(max-width:992px) {
	section {
		margin-bottom: 64px;
	}	
}

a,
a:not([href]):not([class]){
    color: #3F3F3F;
    text-decoration-color: #3F3F3F;
    transition: .3s;
}
a:hover,
a:not([href]):not([class]):hover{
    text-decoration-color: transparent;
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.btn,
button,
.button {
	display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    outline: none;
    box-shadow: unset !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    padding: 12px 18px;
    transition: .3s;
    cursor: pointer;
    border-radius: 4px;
    background-color: #3F3F3F;
    border: 1px solid #3F3F3F;
}
.btn:hover,
.btn:focus-visible,
button:hover,
button:focus-visible,
.button:hover,
.button:focus-visible {
    background-color: #fff;
    border-color:#3F3F3F;
    color: #3F3F3F;
}
.btn:disabled,
button:disabled,
.button:disabled {
    background-color: #AAAAAA;
    color: #fff;    
    border-color: #AAAAAA;
}

.btn-white {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    outline: none;
    box-shadow: unset !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    padding: 12px 18px;
    transition: .3s;
    cursor: pointer;
    border-radius: 4px;
    background-color: transparent;
    border: 1px solid #fff;
}
.btn-white:hover,
.btn-white:focus-visible {
    background-color: #fff;
    color:#3F3F3F;
    border-color: #fff;
}
.btn-white:disabled {
    background-color: #AAAAAA;
    color: #fff; 
}

/* HEADER */
.header-mob {
    display: none;
}
.header-desc {
    display: block;
}
header {
    padding: 16px 0;
    position: relative;
    z-index: 999;

    position: sticky;
    top: 0;

}
header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:24px;
}
header ul.menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: baseline;
    gap:32px;
}
header ul.menu > li {
    display: inline-block;
    padding:8px 0;
}
header ul.menu > li > a {
    display: inline-flex;
    text-decoration: none;
    outline: none;
    white-space: nowrap;
    transition: .3s;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color:#3F3F3F;
    z-index: 12;
    position: relative;
}
body.home header ul.menu > li > a,
body.page-id-105 header ul.menu > li > a,
body.page-id-136 header ul.menu > li > a,
body.page-id-2316 header ul.menu > li > a {
    color:#fff;
}
header ul.menu > li.menu-item-has-children {
    
}
header ul.menu > li > .sub-menu {
    display: none;
    flex-direction: column;
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top:0;
    left:0px;
    right:0;
    width: 100%;
    background-color: #ffffff3d;
    backdrop-filter: blur(15px);
    padding:120px 0 48px;
    padding-left: calc((100% - 1920px) / 2 + 56px + 56px - 16px);
    padding-right: calc((100% - 1920px) / 2 + 56px + 56px - 16px);
    max-height: 90vh;
    /* min-height: 540px; */
    /* height: a; */
    overflow: auto;
}
body.home header ul.menu > li > .sub-menu,
body.page-id-105 header ul.menu > li > .sub-menu,
body.page-id-136 header ul.menu > li > .sub-menu,
body.page-id-2316 header ul.menu > li > .sub-menu {
    background-color: #6868683d;
}
@media(min-width:992px){
    header.header-fixed::after{
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: #6868683d;
        backdrop-filter: blur(15px);
        z-index: -1;
    }
}
@media(max-width:1808px) {
    header ul.menu > li > .sub-menu {
        padding-left:calc(56px - 16px);
        padding-right:calc(56px - 16px);
    }
}
@media(max-width:1440px) {
    header ul.menu > li > .sub-menu {
        padding-left:calc(40px - 16px);
        padding-right: calc(40px - 16px);
    }
}
@media(max-width:1200px) {
    header ul.menu > li > .sub-menu {
        padding-left:calc(32px - 16px);
        padding-right: calc(32px - 16px);
    }
}
header ul.menu > li > .sub-menu::-webkit-scrollbar {
    width: 3px;
    height: 0;
}
header ul.menu > li > .sub-menu::-webkit-scrollbar-track {
    background-color: #10101018;
}
header ul.menu > li > .sub-menu::-webkit-scrollbar-thumb {
    background-color: #3F3F3F;
}
/* header ul.menu > li:hover > .sub-menu {
    display: flex;
} */
header ul.menu > li > .sub-menu > li {
    display: inline-flex;
    flex-direction: column;
    margin-top: 0px;
    position: relative;
    /* width: calc(100% / 6 - 4px); */
    width: auto;
    padding:0 16px;
    margin-bottom: 32px;
}
header ul.menu > li#menu-item-71 > .sub-menu > li {
    width: auto;
}
header ul.menu > li > .sub-menu > li > a {
    display: block;
    padding:0px;
    text-decoration: none;
    outline: none;
    transition: .3s;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    text-transform: uppercase;
}
body.home header ul.menu > li > .sub-menu > li > a,
body.page-id-105 header ul.menu > li > .sub-menu > li > a,
body.page-id-136 header ul.menu > li > .sub-menu > li > a,
body.page-id-2316 header ul.menu > li > .sub-menu > li > a {
    color:#fff;
}
header ul.menu > li > .sub-menu > li > .sub-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 400px;
    gap:8px;
    list-style-type: none;
    padding: 12px 0 0 0;
    margin: 0;
}
header ul.menu > li > .sub-menu > li > .sub-menu > li {
    width: calc(100% / 2 - 4px);
}
header ul.menu > li > .sub-menu > li > .sub-menu > li > a {
    display: block;
    padding: 0;
    text-decoration: none;
    outline: none;
    transition: .3s;
}
body.home header ul.menu > li > .sub-menu > li > .sub-menu > li > a,
body.page-id-105 header ul.menu > li > .sub-menu > li > .sub-menu > li > a,
body.page-id-136 header ul.menu > li > .sub-menu > li > .sub-menu > li > a,
body.page-id-2316 header ul.menu > li > .sub-menu > li > .sub-menu > li > a {
    color:#fff;
}
/* header ul.menu > li > .sub-menu > li > .sub-menu::-webkit-scrollbar {
    width: 3px;
    height: 0;
}
header ul.menu > li > .sub-menu > li > .sub-menu::-webkit-scrollbar-track {
    background-color: #10101018;
}
header ul.menu > li > .sub-menu > li > .sub-menu::-webkit-scrollbar-thumb {
    background-color: #3F3F3F;
}
header ul.menu > li > .sub-menu > li:hover > .sub-menu {
    display: flex;
}
header ul.menu > li > .sub-menu > li > .sub-menu > li {
    display: block;
    margin-top: -1px;
    position: relative;
}
header ul.menu > li > .sub-menu > li > .sub-menu > li > a {
    display: block;
    padding:12px 16px;
    background-color: #fff;
    text-decoration: none;
    outline: none;
    transition: .3s;
}
header ul.menu > li > .sub-menu > li > .sub-menu > li:first-child > a {
    border-top: 0;
}
header ul.menu > li > .sub-menu > li > .sub-menu > li:last-child > a {
    border-bottom: 0;
} */
/* body.home header ul.menu li.menu-item-has-children > .sub-menu,
body.page-id-105 header ul.menu li.menu-item-has-children > .sub-menu,
body.page-id-136 header ul.menu li.menu-item-has-children > .sub-menu {
    box-shadow: unset!important;
    background-color: transparent;
    border-radius: 0;
    left: 0;
    padding:10px 0;
} */
/* body.home header ul.menu li a,
body.page-id-105 header ul.menu li a,
body.page-id-136 header ul.menu li a {
    color:#fff;
} */


.header-mid {
    display: flex;
    position: relative;
}
.custom-logo-link  {
    display: inline-block;
    width: 163px;
    height: 48px;
    text-decoration: none;
    outline: none;
}
.custom-logo-link img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: .3s;
}
.header-ls {
    width: calc(50% - 163px);
}
.header-rs {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap:24px;
    width: calc(50% - 163px);
    position: relative;
}
header .search-trigger-btn {
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    transition: .3s;
    display: flex;
    width: 20px;
    height: 20px;
}
header .search-trigger-btn svg {
    display: block;
    width: 100%;
    height: 100%;
}
body.home header .search-trigger-btn svg path,
body.page-id-105 header .search-trigger-btn svg path,
body.page-id-136 header .search-trigger-btn svg path,
body.page-id-2316 header .search-trigger-btn svg path {
    fill: #fff;
}
header .wish-list-btn-wrapper {
    position: relative;
}
header .wish-list-btn {
    display: flex;
    width: 20px;
    height: 18px;
}
header .wish-list-btn svg {
    display: block;
    width: 100%;
    height: 100%;
}
body.home header .wish-list-btn svg path,
body.page-id-105 header .wish-list-btn svg path,
body.page-id-136 header .wish-list-btn svg path,
body.page-id-2316 header .wish-list-btn svg path {
    stroke: #fff;
}
header .wishlist_products_counter {
    position: absolute;
    top:-4px;
    right: -6px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    outline: none;
    transition: .3s;
    border-radius: 50%;
    background-color: #3F3F3F;
    color:#fff;
    font-weight: 400;
    font-size: 9px;
    line-height: 12px;
    text-align: center;
    width: 12px;
    height: 12px;
}
body.home header .wishlist_products_counter,
body.page-id-105 header .wishlist_products_counter,
body.page-id-136 header .wishlist_products_counter,
body.page-id-2316 header .wishlist_products_counter {
    color:#3F3F3F;
    background-color: #fff;
}
header .wishlist_products_counter .wishlist_products_counter_number {
    display: inline-block;
}
header .wishlist_products_counter .wishlist_products_counter_text {
    display: none;
}
header .my-account-btn {
    display: inline-block;
    text-decoration: none;
    outline: none;
    text-align: center;
    transition: .3s;
    cursor: pointer;
    width: 20px;
    height: 22px;
}
header .my-account-btn svg {
    display: block;
    width: 100%;
    height: 100%;
}
body.home header .my-account-btn svg path,
body.page-id-105 header .my-account-btn svg path,
body.page-id-136 header .my-account-btn svg path,
body.page-id-2316 header .my-account-btn svg path {
    fill:#fff;
}
header .menu-korzina-container ul.menu li {
    display: inline-flex;
}
.wpmenucart-contents,
html body .footer-top .wpmenucart-contents {
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='22' viewBox='0 0 19 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.20269 6.11866L16.041 6.13371C16.5347 6.13426 16.8824 6.80624 16.9321 7.6383L17.6252 19.2454C17.6748 20.0775 17.2277 20.75 16.7341 20.75H1.64364C1.14999 20.75 0.712255 20.078 0.752584 19.2454L1.31163 7.70828C1.35198 6.87571 1.70904 6.11813 2.20269 6.11866Z' stroke='%233F3F3F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.5447 5.25489C13.5447 4.46274 13.3427 3.68459 12.9591 2.99893C12.5755 2.31326 12.0238 1.74433 11.3597 1.34949C10.6956 0.954652 9.9426 0.747875 9.17656 0.750018C8.41053 0.752161 7.65858 0.963148 6.99656 1.3617C6.33454 1.76026 5.78586 2.33228 5.40585 3.02009C5.02584 3.7079 4.82793 4.48718 4.8321 5.27932' stroke='%233F3F3F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E ");
}
.wpmenucart-contents {
    display: inline-flex;
    position: relative;
    width: 19px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: .3s;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}
body.home .wpmenucart-contents,
body.page-id-105 .wpmenucart-contents,
body.page-id-136 .wpmenucart-contents,
body.page-id-2316 .wpmenucart-contents {
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='22' viewBox='0 0 19 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.20269 6.11866L16.041 6.13371C16.5347 6.13426 16.8824 6.80624 16.9321 7.6383L17.6252 19.2454C17.6748 20.0775 17.2277 20.75 16.7341 20.75H1.64364C1.14999 20.75 0.712255 20.078 0.752584 19.2454L1.31163 7.70828C1.35198 6.87571 1.70904 6.11813 2.20269 6.11866Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.5447 5.25489C13.5447 4.46274 13.3427 3.68459 12.9591 2.99893C12.5755 2.31326 12.0238 1.74433 11.3597 1.34949C10.6956 0.954652 9.9426 0.747875 9.17656 0.750018C8.41053 0.752161 7.65858 0.963148 6.99656 1.3617C6.33454 1.76026 5.78586 2.33228 5.40585 3.02009C5.02584 3.7079 4.82793 4.48718 4.8321 5.27932' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E ");
}
.wpmenucart-contents .cartcontents,
html body .footer-top .wpmenucart-contents .cartcontents {
    background-color: #3F3F3F;
    color:#fff;
}
.wpmenucart-contents .cartcontents {
    position: absolute;
    right: -4px;
    top: -3px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 400;
    font-size: 9px;
    line-height: 12px;
    width: 12px;
    height: 12px;
    transition: .3s;
}
body.home .wpmenucart-contents .cartcontents,
body.page-id-105 .wpmenucart-contents .cartcontents,
body.page-id-136 .wpmenucart-contents .cartcontents,
body.page-id-2316 .wpmenucart-contents .cartcontents {
    background-color: #fff;
    color:#3F3F3F;
}
header .menu-trigger {
    display: none;
    width: 30px;
    height: 24px;
    cursor: pointer;
}
header .menu-trigger .box-sub-btn {
    position: relative;
    width: 100%;
    height: 100%;
}
header .menu-trigger .box-sub-btn span {
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 50%;
    background-color: #3F3F3F;
    transform: translateX(-50%);
    transition: 0.3s;
}
body.home header .menu-trigger .box-sub-btn span,
body.page-id-105 header .menu-trigger .box-sub-btn span,
body.page-id-136 header .menu-trigger .box-sub-btn span,
body.page-id-2316 header .menu-trigger .box-sub-btn span {
    background-color: #fff;
}
header .menu-trigger .box-sub-btn span:nth-child(1) {
    top: 0px;
}
header .menu-trigger .box-sub-btn span:nth-child(2),
header .menu-trigger .box-sub-btn span:nth-child(3) {
    top: 11.5px;
}
header .menu-trigger .box-sub-btn span:nth-child(4) {
    top:23px;
}
header .menu-trigger.active .box-sub-btn span:nth-child(1),
header .menu-trigger.active .box-sub-btn span:nth-child(4) {
    width: 0px;
}
header .menu-trigger.active .box-sub-btn span:nth-child(2) {
    transform: translateX(-50%) rotate(45deg);
}
header .menu-trigger.active .box-sub-btn span:nth-child(3) {
    transform: translateX(-50%) rotate(-45deg);
}
.simple-text {
    max-width: 1200px;
}

/* aws search */
.aws-container {
    overflow: visible;
}
.aws-container .aws-search-form {
    height: auto;
    overflow: visible;
}
.aws-container .aws-search-form .aws-wrapper {
    overflow: visible;
}  
.aws-container .aws-search-label {
    position: absolute !important;
    left: 0px;
    top: 9px;
    width: 100%;
    height: auto;
    overflow: visible;
    clip: unset;
    z-index: 121;
    font-family: 'Unbounded';
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    color:#10101080;
    transition: .3s;
    background-color: #fff;
    cursor:text;
}
.aws-container .aws-search-form.aws-focus .aws-search-label,
.aws-container .aws-search-form.aws-form-active .aws-search-label {
    top:-12px;
    left:0px;
    font-size: 12px;
}
.aws-container .aws-search-field {
    padding:8px 20px 8px 0;
    border:0;
    border-bottom:1px solid #10101080;
    background-color: transparent;
    font-family: 'Unbounded';
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
}
.aws-container .aws-search-form.aws-focus .aws-search-field {
    border:0;
    border-bottom:1px solid #10101080;
    background-color: transparent;
}

.aws-container .aws-search-field::placeholder {
    opacity: 0;
}
.aws-container .aws-search-form .aws-form-btn {
    border:0;
    border-bottom: 1px solid #10101080;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.41467 15.2852C4.4824 15.2852 1.29472 12.1531 1.29472 8.28339C1.29472 4.41364 4.4824 1.27535 8.41467 1.27535C12.3469 1.27535 15.5353 4.41364 15.5353 8.28339C15.5353 12.1531 12.3469 15.2852 8.41467 15.2852ZM19.8101 18.9111L14.6469 13.8286C15.9985 12.3594 16.8294 10.4214 16.8294 8.28339C16.8294 3.70721 13.0621 0 8.41467 0C3.76722 0 0 3.70721 0 8.28339C0 12.8533 3.76722 16.5605 8.41467 16.5605C10.4227 16.5605 12.2644 15.8666 13.711 14.7101L18.8949 19.8113C19.1481 20.0614 19.5575 20.0614 19.8101 19.8113C20.0633 19.5675 20.0633 19.1612 19.8101 18.9111Z' fill='%23464646'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
}
.aws-container .aws-search-form .aws-form-btn:hover {
    background-color: #10101018;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.41467 15.2852C4.4824 15.2852 1.29472 12.1531 1.29472 8.28339C1.29472 4.41364 4.4824 1.27535 8.41467 1.27535C12.3469 1.27535 15.5353 4.41364 15.5353 8.28339C15.5353 12.1531 12.3469 15.2852 8.41467 15.2852ZM19.8101 18.9111L14.6469 13.8286C15.9985 12.3594 16.8294 10.4214 16.8294 8.28339C16.8294 3.70721 13.0621 0 8.41467 0C3.76722 0 0 3.70721 0 8.28339C0 12.8533 3.76722 16.5605 8.41467 16.5605C10.4227 16.5605 12.2644 15.8666 13.711 14.7101L18.8949 19.8113C19.1481 20.0614 19.5575 20.0614 19.8101 19.8113C20.0633 19.5675 20.0633 19.1612 19.8101 18.9111Z' fill='%23464646'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
}
.aws-container .aws-search-form .aws-form-btn > * {
    display: none!important;
}
.aws-search-result {
    /* border: 1px solid #10101080; */
    border:0;
    transition: .3s;
    border-left: 0;
    border-right: 0;
    /* background: #ffffff82; */
    background-color: transparent;
    width: 100%;
    margin-top: -1px;
    /* backdrop-filter: blur(15px); */
}
.aws-search-result ul {
    
}
.aws-search-result ul::-webkit-scrollbar {
    width: 3px;
}
.aws-search-result ul::-webkit-scrollbar-track {
    background-color: transparent;
}
.aws-search-result ul::-webkit-scrollbar-thumb {
    background-color: #fff;
}
.aws-search-result ul li.aws_result_item {
    border: 0;
    padding:16px 0 0px;
}
.aws-search-result ul li.aws_result_item:hover {
    background-color: transparent;
}
.aws-search-result ul li.aws_result_item .aws_result_link {
    /* padding-left: 0;
    padding-right: 0; */
    padding: 0;
}

.aws-search-result .aws_result_image {
    padding-right: 16px;
}
.aws-search-result .aws_result_title {
    color:#fff;
    font-family: "Unbounded";
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 8px;
}
.aws-search-result .aws_result_sale {
    display: none;
}
.aws-search-result .aws_result_excerpt {
    display: block;
    color: #fff;
    font-size: 300;
    font-size: 14px;
    margin-bottom: 8px;
}
.aws-search-result .aws_result_price {
    display: block;
    padding: 0;
    color: #fff;
    font-family: "Unbounded";
    font-size: 14px;
    font-weight: 400;
}
.aws-search-result .aws_result_price del {
    opacity: .7;
}
.aws-search-result .aws_result_price ins {
    text-decoration: none;
}
.aws-search-result .aws_search_more a {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    height: 50px;
    display: flex;
    text-decoration: none;
    border: 0;
    border-radius: 4px;
    text-align: center;
    color: #3F3F3F;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    background-color: #ffff;
    padding: 16px;
}
.aws-search-result .aws_search_more a:hover {
    background-color: #3F3F3F;
    color:#fff;
}
.aws-search-result ul li.aws_result_item.aws_no_result {
    line-height: 150%;
    font-weight: 500;
    text-transform: uppercase;
    height: 50px;
    padding: 16px;
    display: flex;
    text-decoration: none;
    border: 0;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}
/**************/
@media(max-width:992px) {
    header {
        /* padding:12px 0; */
        padding: 0;
        position: sticky;
        top: 0;
    }
    #wpadminbar {
        display: none;
    }
    header .menu-trigger {
        display: block;
    }
    .header-ls .menu {
        display: none;
    }
    .header-rs .search-trigger-btn {
        display: none;
    }
    .header-rs .wish-list-btn-wrapper {
        display: none;
    }
    .header-rs .my-account-btn {
        display: none;
    }
    .header-desc {
        position: relative;
        z-index: 2;
        padding:12px 0;
        transition: .3s;
    }
    header.show_menu .header-desc,
    body header.header-fixed .header-desc {
        background-color: #fff;
    }
    body.home header.show_menu .header-desc .custom-logo-link img,
    body.page-id-105 header.show_menu .header-desc .custom-logo-link img,
    body.page-id-136 header.show_menu .header-desc .custom-logo-link img,
    body header.header-fixed .header-desc .custom-logo-link img{
        filter: brightness(0.3);
    }
    body.home header.show_menu .menu-trigger .box-sub-btn span,
    body.page-id-105 header.show_menu .menu-trigger .box-sub-btn span,
    body.page-id-136 header.show_menu .menu-trigger .box-sub-btn span,
    body header.header-fixed .menu-trigger .box-sub-btn span{
        background-color: #3F3F3F;
    }
    body.home header.show_menu .wpmenucart-contents,
    body.page-id-105 header.show_menu .wpmenucart-contents,
    body.page-id-136 header.show_menu .wpmenucart-contents,
    body header.header-fixed .wpmenucart-contents {
        background-image: url("data:image/svg+xml,%3Csvg width='19' height='22' viewBox='0 0 19 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.20269 6.11866L16.041 6.13371C16.5347 6.13426 16.8824 6.80624 16.9321 7.6383L17.6252 19.2454C17.6748 20.0775 17.2277 20.75 16.7341 20.75H1.64364C1.14999 20.75 0.712255 20.078 0.752584 19.2454L1.31163 7.70828C1.35198 6.87571 1.70904 6.11813 2.20269 6.11866Z' stroke='%233F3F3F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.5447 5.25489C13.5447 4.46274 13.3427 3.68459 12.9591 2.99893C12.5755 2.31326 12.0238 1.74433 11.3597 1.34949C10.6956 0.954652 9.9426 0.747875 9.17656 0.750018C8.41053 0.752161 7.65858 0.963148 6.99656 1.3617C6.33454 1.76026 5.78586 2.33228 5.40585 3.02009C5.02584 3.7079 4.82793 4.48718 4.8321 5.27932' stroke='%233F3F3F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    }
    body.home header.show_menu .wpmenucart-contents .cartcontents,
    body.page-id-105 header.show_menu .wpmenucart-contents .cartcontents,
    body.page-id-136 header.show_menu .wpmenucart-contents .cartcontents,
    body header.header-fixed .wpmenucart-contents .cartcontents {
        background-color: #3F3F3F;
        color:#fff;
    }
    body header.header-fixed .menu-trigger .box-sub-btn span{
        background-color: #3F3F3F;
    }
    header.header-fixed{
        background-color: #fff;
        border-bottom: 1px solid #F2F2F2;
    }
    .header-mob {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        z-index: 1;
        padding: 84px 0;
        padding-left: calc((100% - 720px) / 2 + 12px);
        padding-right: calc((100% - 720px) / 2 + 12px);
        background-color: #fff;
        height: 100vh;
        overflow: auto;
    }
    .header-mob ul.menu {
        flex-direction: column;
        gap:24px;
        align-items: flex-start;
    }
    header .header-mob ul.menu li {
        padding: 0;
    }
    header .header-mob ul.menu li a,
    body.home header .header-mob ul.menu li a,
    body.page-id-105 header .header-mob ul.menu li a,
    body.page-id-136 header .header-mob ul.menu li a {
        color:#3F3F3F;
        font-size: 13px;
    }
    header ul.menu li.menu-item-has-children > .sub-menu {
        display: flex;
        position: unset;
        padding-bottom: 0;
        padding-top: 8px;
        gap:12px;
        padding-left: 6px;
        padding-right: 0;
        background: transparent;
        box-shadow: unset !important;
        max-height: unset;
    }
    header ul.menu > li.menu-item-has-children > a {
        position: relative;
        padding-right: 16px;
    }
    header ul.menu > li.menu-item-has-children > a::after {
        content:'';
        display: block;
        width: 9px;
        height: 9px;
        position: absolute;
        top: 4px;
        right: 0;
        background-image: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.353516 0.353516L4.35352 4.35352L8.35352 0.353516' stroke='%23101010'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        transition: .3s;
    }
    header ul.menu > li.menu-item-has-children > a.in::after {
        transform: rotate(180deg);
    }
    header ul.menu > li > .sub-menu > li {
        padding: 0;
        margin-bottom: 0;
    }
    body.home header ul.menu > li > .sub-menu > li > a, 
    body.page-id-105 header ul.menu > li > .sub-menu > li > a, 
    body.page-id-136 header ul.menu > li > .sub-menu > li > a {
        color:#3F3F3F;
    }
    header ul.menu li.menu-item-has-children > .sub-menu li a {
        text-transform: inherit;
    }
    header ul.menu > li > .sub-menu > li > .sub-menu {
        padding-left: 8px;
        padding-top: 8px;
        gap: 4px;
        width: 100%;
    }
    header ul.menu > li > .sub-menu > li > .sub-menu > li {
        width: 100%;
    }
    header .header-mob ul.menu-dop {
        margin-top: 24px;
        gap:24px;
    }
    header .header-mob ul.menu-dop li a {
        text-transform: uppercase;
    }
    .header-mob .aws-container {
        margin-bottom: 24px;
    }
    .custom-logo-link {
        width: 120px;
        height: 35px;
    }
    body.home header ul.menu > li > .sub-menu, body.page-id-105 header ul.menu > li > .sub-menu, body.page-id-136 header ul.menu > li > .sub-menu {
        background-color: transparent;
    }
    body.home header ul.menu > li > .sub-menu > li > .sub-menu > li > a,
    body.page-id-105 header ul.menu > li > .sub-menu > li > .sub-menu > li > a,
    body.page-id-136 header ul.menu > li > .sub-menu > li > .sub-menu > li > a {
        color:#3F3F3F;
    }

    .aws-search-result {
        background-color: #fff;
    }
    .aws-search-result .aws_result_title {
        color:#3F3F3F;
    }
    .aws-search-result .aws_result_price {
        color:#3F3F3F;
        font-size: 12px;
    }
    .aws-search-result .aws_search_more a {
        background-color: #3F3F3F;
        color:#fff;
        border-color:#3F3F3F;
        padding: 8px;
        height: auto;
        line-height: 150%;
        font-size: 12px;
    }
    .aws-search-result ul li.aws_result_item.aws_no_result {
        background-color: #3F3F3F;
        color:#fff;
        border-color: #3F3F3F;
        padding: 8px;
        line-height: 150%;
        height: auto;
        border-radius: 4px;
        margin-top: 16px!important;
    }
}
@media(max-width:768px) {
    .header-mob {
        padding-left: calc((100% - 540px) / 2 + 12px);
        padding-right: calc((100% - 540px) / 2 + 12px);
    }
}
@media(max-width:576px) {
    .header-mob {
        padding-left: 12px;
        padding-right: 12px;
    }
}
/* END */

/* FOOTER */
footer {
    margin-top: auto;
    padding:36px 0;
    background-color: #F2F2F2;
}
.footer-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:24px;
    margin-bottom: 24px;
}
.footer-col {
    max-width: 332px;
}
.footer-col .custom-logo-link {
    margin-bottom: 0px;
}
.footer-col-label {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    color:#3F3F3F;
    display: inline-block;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.footer-col .menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap:8px;
}
.footer-col .menu li {
    display: inline-block;
}
.footer-col .menu li a {
    display: inline-flex;
    text-decoration: none;
    outline: none;
    transition: .3s;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    color:#3F3F3F;
}
.footer-col.contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap:8px;
}
.footer-col.contacts > * {
    display: inline-flex;
    text-align: end;
    text-decoration: none;
    outline: none;
    transition: .3s;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color:#3F3F3F;
    margin: 0;
}
.footer-col.contacts a:hover {

}
.footer-col-li-wrapper {
    margin-bottom: 24px;
}
.footer-col-li-wrapper .menu-icons {
    display: none;
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    color:#3F3F3F99;
}
.footer-bottom a {
    display: inline-block;
    outline: none;
    text-decoration: none;
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    transition: .3s;
    color:#3F3F3F99;
    margin: 0;
}
.footer-bottom a {
    text-decoration: underline;
    text-decoration-color: transparent;
}
.footer-bottom a:hover {
    text-decoration-color: #3F3F3F99;
}

footer .wpcf7 input {
    margin: 0;
}
footer .wpcf7 .input-wrap {
    margin-bottom: 8px;
}
footer .wpcf7 .acceptance-wrapper {
    margin: 0;
}
footer .wpcf7 .title {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 16px;
    color:#3F3F3F;
}
footer .wpcf7 form.sent .wpcf7-response-output::before {
    height: 44px;
    width: 44px;
}
footer .socials {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
    gap:2px 16px;
}
footer .socials li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    outline: none;
    transition: .3s;
    cursor: pointer;    
}
footer .socials li a:hover {
    transform: scale(1.1);
}
footer .socials li a svg {
    display: block;
}
footer .socials li.s-warn {
    position: relative;
    padding-right: 0px;
}
footer .socials li.s-warn::after {
    content:'';
    display: block;
    width: 4px;
    height: 4px;
    background-image: url("data:image/svg+xml,%3Csvg width='4' height='4' viewBox='0 0 4 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.988 3.328L0.481 2.964L1.261 1.898L0 1.495L0.195 0.91L1.443 1.313V0H2.08V1.313L3.315 0.91L3.51 1.495L2.262 1.898L3.042 2.964L2.535 3.328L1.755 2.262L0.988 3.328Z' fill='%23464646'/%3E%3C/svg%3E ");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -7px;
    top: 0;
}
footer .socials li.warning-message {
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 11px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: right;
    color:#3F3F3F99;
}
@media(max-width:1200px) {
    .footer-col {
        max-width: 246px;
    }
}
@media(max-width:992px) {
    .footer-col {
        max-width: 100%;
        width: 100%;
    }
    .footer-col.contacts {
        align-items: flex-start;
    }
    .footer-col.contacts > * {
        text-align: start;
    }
    footer .wpcf7 {
        max-width: 420px;
    }
    .footer-col-li-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap:24px;
    }
    .footer-col-li-wrapper .menu-icons {
        display: flex;
        gap:24px;
        align-items: center;
    }
    footer .wish-list-btn-wrapper {
        position: relative;
        transition: .3s;
    }
    footer .wish-list-btn-wrapper:hover {
        transform: scale(1.1);
    }
    footer .wish-list-btn {
        display: flex;
        width: 20px;
        height: 18px;
    }
    footer .wish-list-btn svg {
        display: block;
        width: 100%;
        height: 100%;
    }
    footer .wishlist_products_counter {
        position: absolute;
        top: -4px;
        right: -6px;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        outline: none;
        transition: .3s;
        border-radius: 50%;
        background-color: #3F3F3F;
        color: #fff;
        font-weight: 400;
        font-size: 9px;
        line-height: 12px;
        text-align: center;
        width: 12px;
        height: 12px;
    }
    footer .wishlist_products_counter .wishlist_products_counter_text {
        display: none;
    }
    footer .wishlist_products_counter .wishlist_products_counter_number {
        display: inline-block;
    }
    footer .my-account-btn {
        display: inline-block;
        text-decoration: none;
        outline: none;
        text-align: center;
        transition: .3s;
        cursor: pointer;
        width: 20px;
        height: 22px;
    }
    footer .my-account-btn:hover {
        transform: scale(1.1);
    }
    footer .my-account-btn svg {
        display: block;
        width: 100%;
        height: 100%;
    }
    footer .menu-korzina-container {
        display: inline-flex;
    }
    footer .menu-korzina-container .menu {
        height: auto;
    }
    footer .menu-korzina-container .menu li {
        display: inline-flex;
    }
    footer .wpmenucart-contents,
    body.home footer .wpmenucart-contents {
        display: inline-flex;
        position: relative;
        width: 19px;
        height: 22px;
        background-image: url("data:image/svg+xml,%3Csvg width='19' height='22' viewBox='0 0 19 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.20269 6.11866L16.041 6.13371C16.5347 6.13426 16.8824 6.80624 16.9321 7.6383L17.6252 19.2454C17.6748 20.0775 17.2277 20.75 16.7341 20.75H1.64364C1.14999 20.75 0.712255 20.078 0.752584 19.2454L1.31163 7.70828C1.35198 6.87571 1.70904 6.11813 2.20269 6.11866Z' stroke='%233F3F3F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.5447 5.25489C13.5447 4.46274 13.3427 3.68459 12.9591 2.99893C12.5755 2.31326 12.0238 1.74433 11.3597 1.34949C10.6956 0.954652 9.9426 0.747875 9.17656 0.750018C8.41053 0.752161 7.65858 0.963148 6.99656 1.3617C6.33454 1.76026 5.78586 2.33228 5.40585 3.02009C5.02584 3.7079 4.82793 4.48718 4.8321 5.27932' stroke='%233F3F3F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        transition: .3s;
        cursor: pointer;
        text-decoration: none;
        outline: none;
    }
    footer .wpmenucart-contents:hover {
        transform: scale(1.1);
    }
    footer .wpmenucart-contents .cartcontents,
    body.home footer .wpmenucart-contents .cartcontents {
        position: absolute;
        right: -4px;
        top: -3px;
        border-radius: 50%;
        overflow: hidden;
        background-color: #3F3F3F;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-weight: 400;
        font-size: 9px;
        line-height: 12px;
        color: #fff;
        width: 12px;
        height: 12px;
        transition: .3s;
    }
}
@media(max-width:576px) {
    footer {
        padding: 20px 0;
    }
}
/* END */

/* WPCF7 FORMS */
.wpcf7 .input-wrap {
    display: flex;
    gap:8px;
}
.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7 input.wpcf7-not-valid:not([type="submit"]),
.wpcf7 textarea.wpcf7-not-valid {
    border-color: #dc3232;
}
.wpcf7 .btn-icon {
    color:transparent;
    font-size: 0;
    height: 44px;
    width: 44px;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.94007 11.6565L6.57782 6.93252L11.8923 1.61852L8.94007 11.6565ZM1.34347 4.05958L11.3818 1.10792L6.06724 6.42192L1.34347 4.05958ZM0.259482 3.62625C-0.0553879 3.7187 -0.0936634 4.14841 0.199541 4.29574L5.87009 7.1304L8.70464 12.8005C8.85124 13.0937 9.28166 13.0554 9.3741 12.7405L12.985 0.462987C13.0652 0.189271 12.8109 -0.0656681 12.5365 0.0152191L0.259482 3.62625Z' fill='white'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px 13px;
    transition: .3s;
}
.wpcf7 form.submitting .btn-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.94007 11.6565L6.57782 6.93252L11.8923 1.61852L8.94007 11.6565ZM1.34347 4.05958L11.3818 1.10792L6.06724 6.42192L1.34347 4.05958ZM0.259482 3.62625C-0.0553879 3.7187 -0.0936634 4.14841 0.199541 4.29574L5.87009 7.1304L8.70464 12.8005C8.85124 13.0937 9.28166 13.0554 9.3741 12.7405L12.985 0.462987C13.0652 0.189271 12.8109 -0.0656681 12.5365 0.0152191L0.259482 3.62625Z' fill='transparent'/%3E%3C/svg%3E ");
}
.wpcf7 .btn-icon:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.94007 11.6565L6.57782 6.93252L11.8923 1.61852L8.94007 11.6565ZM1.34347 4.05958L11.3818 1.10792L6.06724 6.42192L1.34347 4.05958ZM0.259482 3.62625C-0.0553879 3.7187 -0.0936634 4.14841 0.199541 4.29574L5.87009 7.1304L8.70464 12.8005C8.85124 13.0937 9.28166 13.0554 9.3741 12.7405L12.985 0.462987C13.0652 0.189271 12.8109 -0.0656681 12.5365 0.0152191L0.259482 3.62625Z' fill='%233F3F3F'/%3E%3C/svg%3E ");
}
.wpcf7-submit-wrapper {
    position: relative;
    display: inline-block;
}
.wpcf7-submit-wrapper .wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}
.wpcf7 form.invalid .wpcf7-response-output {
    margin: 24px 0 16px;
    padding: 12px 24px;
    border: 0;
    background: #3F3F3F;
    color: #fff;
    font-size: 14px;
    line-height: 150%;
    border-radius: 4px;
}
.wpcf7 form.sent > *:not(.wpcf7-response-output) {
    display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap:24px;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    font-weight: 400;
    color:#3F3F3F;
    padding: 0;
    margin: 0;
    border: 0;
}
.wpcf7 form.sent .wpcf7-response-output::before {
    content:'';
    display: block;
    width: 72px;
    height: 72px;
    background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2011_1143)'%3E%3Ccircle cx='22' cy='22' r='22' fill='%233F3F3F'/%3E%3Cline x1='1.5' y1='-1.5' x2='10.0825' y2='-1.5' transform='matrix(0.70711 0.707104 -0.70711 0.707104 11 23.6621)' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3Cline x1='1.5' y1='-1.5' x2='22.0155' y2='-1.5' transform='matrix(-0.57358 0.81915 -0.819154 -0.573573 31 11)' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2011_1143'%3E%3Crect width='44' height='44' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
/* acceptance input */
.acceptance-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 12px;
    gap:8px;
}
.acceptance-wrapper .accept {
    width: auto;
    margin: 0 7px;
    display: block
}
.acceptance-wrapper .wpcf7-acceptance {
    display: block;
    position: relative;
    margin: 0;
    transition: 0.3s;
    overflow: hidden;
}
.acceptance-wrapper .wpcf7-acceptance .wpcf7-list-item {
    margin: 0
}
.acceptance-wrapper .wpcf7-form-control-wrap {
    width: auto!important;
}
.acceptance-wrapper>span:not(.wpcf7-form-control-wrap),
.acceptance-wrapper>span:not(.wpcf7-form-control-wrap) a {
    width: calc(100% - 24px);
    font-size: 13px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0em;
    text-align: left;
    color: #3F3F3F99;
}
.acceptance-wrapper>span:not(.wpcf7-form-control-wrap) a {
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: .3s;
    color:#3F3F3F99;
    cursor: pointer;
}
.acceptance-wrapper>span:not(.wpcf7-form-control-wrap) a:hover {
    text-decoration-color: #3F3F3F99;
}
/* end */
/* END */

/* MODAL */
#searchModal {
    background-color: #00000099;
}
#searchModal .modal-dialog {}
#searchModal .modal-content {
    border: 0;
    background-color: transparent;
}
#searchModal .modal-body {
    position: relative;
}
#searchModal .modal-body .close {
    background-color: transparent;
    border:0;
    padding: 0;
    margin: 0;
    outline: none;
    width: 26px;
    height: 26px;
    position: absolute;
    right: -32px;
    top:-32px;
}
#searchModal .modal-body .close svg {
    display: block;
    width: 100%;
    height: 100%;
}
#searchModal .modal-body .close svg rect {
    fill:#fff;
}
#searchModal .modal-body .aws-container .aws-search-label {
    background-color: transparent;
    color:#fff;
}
#searchModal .modal-body .aws-container .aws-search-field {
    border-bottom: 1px solid #fff;
    color:#fff;
}
#searchModal .modal-body .aws-container .aws-search-form .aws-search-clear span {
    color:#fff;
}
#searchModal .modal-body .aws-container .aws-search-form .aws-form-btn {
    border-bottom: 1px solid #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.41467 15.2852C4.4824 15.2852 1.29472 12.1531 1.29472 8.28339C1.29472 4.41364 4.4824 1.27535 8.41467 1.27535C12.3469 1.27535 15.5353 4.41364 15.5353 8.28339C15.5353 12.1531 12.3469 15.2852 8.41467 15.2852ZM19.8101 18.9111L14.6469 13.8286C15.9985 12.3594 16.8294 10.4214 16.8294 8.28339C16.8294 3.70721 13.0621 0 8.41467 0C3.76722 0 0 3.70721 0 8.28339C0 12.8533 3.76722 16.5605 8.41467 16.5605C10.4227 16.5605 12.2644 15.8666 13.711 14.7101L18.8949 19.8113C19.1481 20.0614 19.5575 20.0614 19.8101 19.8113C20.0633 19.5675 20.0633 19.1612 19.8101 18.9111Z' fill='%23FFF'/%3E%3C/svg%3E%0A");
}
/* END */

/* breadcrumbs */
.woocommerce-breadcrumb {
    padding: 0 0 6px 0;
    margin: 24px 0 40px;
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    /* text-transform: uppercase; */
    /* color:#3F3F3F; */
    color:#3f3f3f88;
    white-space: nowrap;
    overflow: auto;
}
.woocommerce-breadcrumb::-webkit-scrollbar {
    height: 4px;
    width: 0;
}
.woocommerce-breadcrumb::-webkit-scrollbar-track {
    background-color: #3f3f3f2f;
    border-radius: 2px;
}
.woocommerce-breadcrumb::-webkit-scrollbar-thumb {
    background-color: #3f3f3f88;
    border-radius: 2px;
}
.woocommerce-breadcrumb a {
    text-decoration: none;
    display: inline-flex;
    
    /* color:#3F3F3F; */
    color:#3f3f3f88;
    transition: .3s;
}
.woocommerce-breadcrumb a:hover {
    /* color:#3f3f3f88; */
    color:#3F3F3F;
}
/* end */


/* custom container style */ 
.container {
    padding-left: 56px;
    padding-right: 56px;
    width: 100%;
    margin: auto;
    max-width: calc(1920px - 56px - 56px);
}
@media(max-width:1440px) {
    .container {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media(max-width:1200px) {
    .container {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media(max-width:992px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }
}
/* end */

/* SECTION CONTENT DEFAULT */
.section-default-content h2 {
    margin-top: 32px;
    margin-bottom: 24px;
}
.section-default-content h2:first-child {
    margin-top: 0;
}
/* END */

/* table sizes modal */
.table-sizes-link-trigger {
    background-color: transparent;
    padding: 0;
    margin: 0;
    margin-top: 8px;
    color:#3F3F3F;
    border:0;
    outline: none;
    text-decoration: underline;
    font-size: 13px;
    font-weight: 400;
    transition: .3s;
    display: inline-block;
}
.table-sizes-link-trigger:hover {
    text-decoration-color: transparent;
}
.table-sizes .modal-dialog {
    max-width: 704px;
    padding-left: 12px;
    padding-right: 12px;
}
.table-sizes .modal-content {
    border: 0;
    border-radius: 0;
}
.table-sizes .modal-body {
    padding:32px 32px 51px 32px;
}
.table-sizes .modal-body .close {
    background-color: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: 0;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 32px;
    top:37px;
    transition: .3s;
}
.table-sizes .modal-body .close:hover {
    transform: rotate(19deg);
}
.table-sizes .modal-body .close svg {
    width: 100%;
    height: 100%;
}
.table-sizes .modal-body h2.title {
    font-weight: 300;
    font-size: 32px;
    line-height: 100%;
    margin: 0;
    margin-bottom: 24px;
    padding-right: 22px;
}
.table-sizes .modal-body .text {
    font-family: "Unbounded";
    font-weight: 300;
    font-size: 14px;
    line-height: 145%;
    margin-bottom: 16px;
}
.table-sizes .modal-body .text > * {
    margin-bottom: 4px;
}
.table-sizes .modal-body .text > *:last-child {
    margin-bottom: 0;
}
.table-sizes .modal-body table,
.table-sizes .modal-body thead,
.table-sizes .modal-body tbody,
.table-sizes .modal-body tfoot,
.table-sizes .modal-body tr,
.table-sizes .modal-body th,
.table-sizes .modal-body td {
  /* all: unset; */
}
.table-sizes-table-wrapper {
    margin-bottom: 12px;
}
.table-sizes .modal-body table {
    width: 100%;
}
.table-sizes .modal-body table thead {
    background-color: #F5F5F5;
}
.table-sizes .modal-body table thead tr th {
    font-family: 'Unbounded';
    font-weight: 400;
    font-size: 13px;
    line-height: 145%;
    padding:15px;
    text-align: center;
    color:#3F3F3F;
}
.table-sizes .modal-body table tbody tr {
    border-bottom: 1px solid #F5F5F5
}
.table-sizes .modal-body table tbody tr:last-child {
    border-bottom: 0;
}
.table-sizes .modal-body table tbody tr td {
    font-family: 'Unbounded';
    font-weight: 300;
    font-size: 13px;
    line-height: 145%;
    text-align: center;
    text-transform: uppercase;
    color:#3F3F3F;
    padding: 15px;
}
.table-sizes .modal-body .table-info {
    font-family: 'Unbounded';
    font-weight: 300;
    font-size: 13px;
    line-height: 145%;
    letter-spacing: 0%;
    color:#3F3F3FB2;
    margin: 0;
}
.table-sizes-contacts {
    margin-top: 40px;
}
.table-sizes-contacts h3 {
    font-family: 'Unbounded';
    font-weight: 300;
    font-size: 24px;
    line-height: 145%;
    margin: 0;
    margin-bottom: 16px;
}
.table-sizes-contacts h4 {
    font-family: 'Unbounded';
    font-weight: 300;
    font-size: 14px;
    line-height: 145%;
    margin-bottom: 12px;
}
.table-sizes-contacts .socials {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
    gap:2px 16px;
}
.table-sizes-contacts .socials li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    outline: none;
    transition: .3s;
    cursor: pointer;    
}
.table-sizes-contacts .socials li a:hover {
    transform: scale(1.1);
}
.table-sizes-contacts .socials li a svg {
    display: block;
}
.table-sizes-contacts .socials li.s-warn {
    position: relative;
    padding-right: 0px;
}
.table-sizes-contacts .socials li.s-warn::after {
    content:'';
    display: block;
    width: 4px;
    height: 4px;
    background-image: url("data:image/svg+xml,%3Csvg width='4' height='4' viewBox='0 0 4 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.988 3.328L0.481 2.964L1.261 1.898L0 1.495L0.195 0.91L1.443 1.313V0H2.08V1.313L3.315 0.91L3.51 1.495L2.262 1.898L3.042 2.964L2.535 3.328L1.755 2.262L0.988 3.328Z' fill='%23464646'/%3E%3C/svg%3E ");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -7px;
    top: 0;
}
.table-sizes-contacts .socials li.warning-message {
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 11px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: start;
    color:#3F3F3F99;
}
@media(max-width:576px) {
    .table-sizes .modal-body {
        padding: 32px 12px 41px 12px;
    }
    .table-sizes-table-wrapper {
        width: 100%;
        overflow: auto;
    }
    .table-sizes-table-wrapper::-webkit-scrollbar {
        height: 3px;
        width: 0;
    }
    .table-sizes-table-wrapper::-webkit-scrollbar-track {
        background-color: #3F3F3F33;
    }
    .table-sizes-table-wrapper::-webkit-scrollbar-thumb {
        background-color: #3F3F3F;
    }
    .table-sizes .modal-body h2.title {
        font-size: 21px;        
    }
    .table-sizes .modal-body .close {
        top:32px;
        right: 12px;
    }
    .table-sizes .modal-body .text {
        font-size: 12px;
    }
    .table-sizes .modal-body table thead tr th {
        padding: 10px;
    }
    .table-sizes .modal-body table tbody tr td {
        padding: 10px;
    }
    .table-sizes .modal-body .table-info {
        font-size: 12px;
    }
    .table-sizes-contacts {
        margin-top: 24px;
    }
    .table-sizes-contacts h3 {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .table-sizes-contacts h4 {
        margin-bottom: 12px;
    }
}
.pswp__ui--fit .pswp__caption, .pswp__ui--fit .pswp__top-bar{
    background-color: transparent;
}
.admin-bar .pswp__ui--fit .pswp__top-bar{
    top: 32px!important;
}
@media screen and (max-width: 782px) {
    .admin-bar .pswp__ui--fit .pswp__top-bar{
        top: 46px!important;
    }
}
.banner .btn{
    padding: 4px 16px;
    font-size: 12px;
}
.customer-details-wrapper{
    position: sticky;
    top: 16px;
}
.customer-details-wrapper #order_comments_field{
    margin-bottom: 0;
}
/* end */

/* register and login page */
#accountModal .modal-content {
    border:0;
}
#accountModal .modal-body {
    position: relative;
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 32px;
    padding-right: 32px;
}
#accountModal .modal-body .close {
    position: absolute;
    right: 32px;
    top: 16px;
    background-color: transparent;
    border:0;
    padding: 0;
}
#accountModal .modal-body #customer_login .nav.nav-tabs {
    max-width: 100%;    
}
#accountModal .modal-body #customer_login .woocommerce-form-login.login, 
#accountModal .modal-body #customer_login .woocommerce-form-register.register {
    max-width: 100%;
}
#customer_login .nav.nav-tabs {
    display: flex;
    max-width: 440px;
    width: 100%;
    margin: auto;
    gap:8px;
    margin-bottom: 24px;
}
#customer_login .nav.nav-tabs .nav-item {
    width: calc(50% - 4px);
}
#customer_login .nav.nav-tabs .nav-item .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    outline: none;
    box-shadow: unset !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0em;
    text-align: center;
    color: #3F3F3F;
    padding: 12px 18px;
    transition: .3s;
    cursor: pointer;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #3F3F3F;
    width: 100%;
}
#customer_login .nav.nav-tabs .nav-item .nav-link.active {
    background-color: #3F3F3F;
    color:#fff;
}
#customer_login .nav.nav-tabs .nav-item .nav-link:not(.active):hover {
    background-color: #F8F8F8;
}
@media(max-width:576px) {
    #accountModal .modal-body {
        padding-left: 16px;
        padding-right: 16px;
    }
    #accountModal .modal-body .close {
        right: 16px;
    }
}
/* end */

/* COUPON BLOCK */
#popupPromoModal {

}
#popupPromoModal .modal-dialog {
    max-width: 920px;
}
#popupPromoModal .modal-content {
    border: 0;
    border-radius: 0;
    padding: 12px;
    background-color: transparent;
}
#popupPromoModal .modal-body {
    border-radius: 0;
    outline: none;
    position: relative;
    padding: 0;
    background-color: transparent;
}
#popupPromoModal .modal-body .close {
    background-color: transparent;
    border:0;
    border-radius: 0;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 16px;
    top: 13px;
    transition: .3s;
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.353516 16.3535L16.3534 0.353516M16.3535 16.3535L0.353648 0.353516' stroke='%23101010'/%3E%3C/svg%3E%0A");
    padding: 0;
}
#popupPromoModal .modal-body .close:hover {
    transform: rotate(90deg);
}
#popupPromoModal .popup__wrapper {
    display: flex;
    flex-direction: row-reverse;
    background-color: #fff;
    min-height: 389px;
}
#popupPromoModal .popup__img {
    width: 50%;
    height: auto;
    overflow: hidden;
}
#popupPromoModal .popup__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
#popupPromoModal .popup__content {
    width: 50%;
    padding:38px 22px;
}
.popup-cookie .wpcf7 {
    height: 100%;
}
.popup-cookie .wpcf7 form {
    height: 100%;
}
.popup-cookie .wpcf7 .popup__title {
    font-weight: 400;
    font-size: 19px;
    line-height: 135%;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 8px;
}
.popup-cookie .wpcf7 .popup__subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0%;
    margin: 0;
    margin-bottom: 32px;
}
.popup-cookie .wpcf7 .popup-form__wrapper {
    display: flex;
    gap:12px;
    margin-bottom: 16px;
    position: relative;
}
.popup-cookie .wpcf7 .popup-form__wrapper .wpcf7-spinner {
    position: absolute;
    right: 32px;
    top: 10px;
}
.popup-cookie .wpcf7 .popup-form__wrapper .wpcf7-form-control-wrap {
    width: calc(100% - 138px - 12px);
    display: block;
}
.popup-cookie .wpcf7 .popup-form__wrapper .wpcf7-form-control-wrap input {
    width: 100%;
    margin: 0;
    border-radius: 0;
    border: 1px solid #10101033;
    padding:11px 12px;
    line-height: 140%;
    font-size:13px;
}
.popup-cookie .wpcf7 .popup-form__wrapper .wpcf7-submit {
    display: block;
    padding:11px 12px;
    width: 138px;
    margin: 0;
    background-color: #464646;
    border:0;
    border-radius: 0;
    outline: none;
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    letter-spacing: 0%;
    color:#fff;
    text-align: center;
    text-transform: uppercase;
}
.popup-cookie .wpcf7 .acceptance-wrapper {
    margin-bottom: 8px;
}
.popup-cookie .wpcf7 .acceptance-wrapper:last-child {
    margin-bottom: 0;
}
.popup-cookie .wpcf7 .acceptance-wrapper input[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='15' height='15' rx='3.5' stroke='%2310101033'/%3E%3C/svg%3E%0A");
}
.popup-cookie .wpcf7 .acceptance-wrapper input[type="checkbox"]:checked {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='15' height='15' rx='3.5' stroke='%233F3F3F'/%3E%3Cline x1='3.06066' y1='9' x2='6.52769' y2='12.467' stroke='%233F3F3F' stroke-width='1.5' stroke-linecap='round'/%3E%3Cline x1='13.2407' y1='3.04455' x2='6.64455' y2='12.4648' stroke='%233F3F3F' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.popup-cookie .wpcf7 .acceptance-wrapper>span:not(.wpcf7-form-control-wrap),
.popup-cookie .wpcf7 .acceptance-wrapper>span:not(.wpcf7-form-control-wrap) a {
    font-weight: 400;
    font-size: 12px;
    line-height: 125%;
    letter-spacing: 0%;
    color:#101010B2;
}
.popup-cookie .wpcf7 .acceptance-wrapper>span:not(.wpcf7-form-control-wrap) a:hover {
    text-decoration-color: #101010B2;
}

.popup-cookie .wpcf7 .visible-only-if-sent,
.popup-cookie .wpcf7 .visible-only-if-not-sent,
.popup-cookie .visible-only-if-error-duplication {
    display: none;
}

.popup-cookie .wpcf7 .sent .visible-only-if-sent,
.popup-cookie .wpcf7 form:not(.sent) .visible-only-if-not-sent,
.popup-cookie .wpcf7 .error-duplication .visible-only-if-error-duplication {
    display: flex;
    flex-direction: column;
    height: 100%;
    /* margin: auto; */
    justify-content: center;
}

.popup-cookie .wpcf7 .error-duplication .visible-only-if-not-sent {
    display: none !important;
}

.popup-cookie .wpcf7 .sent .wpcf7-response-output, 
.popup-cookie .wpcf7 .error-duplication .wpcf7-response-output {
    display: none;
}

.popup-cookie .wpcf7 .visible-only-if-sent .popup__title  {
    margin-bottom: 24px;
}
.popup-cookie .wpcf7 .visible-only-if-sent .popup__title span {
    display: block;
}
.popup-cookie .wpcf7 .visible-only-if-sent .first_email_code_wrapper {
    display: flex;
    gap:12px;
}
.popup-cookie .wpcf7 .visible-only-if-sent .first_email_code_wrapper input {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 140%;
    padding: 11px 12px;
}
.popup-cookie .wpcf7 .visible-only-if-sent .first_email_code_wrapper button {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    line-height: 140%;
    padding: 11px 12px;
}
.popup-cookie .wpcf7 .visible-only-if-sent .code-date {
    margin: 0;
    margin-top: 8px;
}

.popup-cookie .wpcf7 .error-duplication .visible-only-if-error-duplication {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
}
.popup-cookie .wpcf7 .visible-only-if-error-duplication {

}
.popup-cookie .wpcf7 .visible-only-if-error-duplication > div {
    font-family: 'Unbounded';
    font-weight: 400;
    font-size: 16px;
    line-height: 135%;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 24px;
}
.popup-cookie .wpcf7 .visible-only-if-error-duplication > div span {
    display: block;
}
.popup-cookie .wpcf7 .visible-only-if-error-duplication > a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    outline: none;
    box-shadow: unset !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    padding: 12px 18px;
    transition: .3s;
    cursor: pointer;
    border-radius: 4px;
    background-color: #3F3F3F;
    border: 1px solid #3F3F3F;
}
.popup-cookie .wpcf7 .visible-only-if-error-duplication > a:hover {
    background-color: transparent;
    color:#3F3F3F;
}
@media(max-width:768px) {
    #popupPromoModal .modal-dialog {
        max-width: 375px;
        margin: auto;
    }
    #popupPromoModal .popup__wrapper {
        flex-direction: column;
    }
    #popupPromoModal .popup__img {
        width: 100%;
        height: 305px;
    }
    #popupPromoModal .popup__content {
        width: 100%;
        padding: 12px 10px 16px;
    } 
    .popup-cookie .wpcf7 .popup__title {
        font-size: 14px;
        line-height: 135%;

    }
    
    .popup-cookie .wpcf7 .popup__subtitle {
        font-size: 13px;
        margin-bottom: 24px;
    }
    .popup-cookie .wpcf7 .popup-form__wrapper .wpcf7-form-control-wrap {
        width: auto;   
    }
    .popup-cookie .wpcf7 .popup-form__wrapper .wpcf7-submit {
        width: auto;
    }
    .popup-cookie .wpcf7 .visible-only-if-sent .popup__title {
        margin-bottom: 12px;
    }
    .popup-cookie .wpcf7 .visible-only-if-sent .code-title {
        margin-bottom: 8px;
    }
    .popup-cookie .wpcf7 .visible-only-if-sent .code-date {
        font-size: 12px;
    }
}