*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'TT Norms Pro';
}

body{
    display: flex;
    flex-direction: column;
    min-height: calc(var(--vh, 1vh) * 100);
}

body.active, html.active{
    overflow: hidden;
}


input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	-webkit-appearance:none;
}

.select2-results__option--disabled {
    display:none;
}

:focus::placeholder {
    color: transparent !important;
}


.container{
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}


:focus::-webkit-input-placeholder {
    color: transparent
}

:focus::-moz-placeholder {
    color: transparent
}

:focus:-moz-placeholder {
    color: transparent
}

:focus:-ms-input-placeholder {
    color: transparent
}
.np-price {
    margin-left: 449px;
}
.np-price-eng {
    margin-left: 529px;
}
.btn{
    padding: 20px 36px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #121212;
    border: 1px solid #121212;
    text-decoration: none;
    cursor: pointer;
    display: block;
    transition: 300ms all;
}

.btn:hover, .sign-facebook:hover, .account-exit:hover {
    background-color: #121212;
    color: #FFFFFF;
}

.btn-black{
    background-color: #121212;
    color: #FFFFFF;
}





/* Custom select */
.custom-select {
    position: relative;
    border: 1px solid #909090;
    color: #909090;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    height: 49px;
}

.select-selected{
    height: 49px;
    color: #909090;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 16px 0px 16px 20px;
    margin-right: 50px;
    white-space: nowrap;
    overflow: hidden;
}

.select-selected.active{
    color: #121212;
}


.custom-select select {
    display: none;
}


.custom-select:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    content: "";
    background-image: url('/catalog/view/theme/lavka/image/delivery-arrow.svg');
    width: 22px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    transition: 300ms all;
}

.custom-select.active:after{
    transform: rotate(180deg) translateY(11px);
}


.select-items div,.select-selected {
    cursor: pointer;
}

.select-items {
    position: absolute;
    top: 100%;
    left: -1px;
    right: 0;
    z-index: 99;
    background-color: #ffffff;
    border: 1px solid #909090;
    border-top: none;
    width: 327px;
    box-sizing: border-box;
    max-height: 235px;
    overflow-y: auto;
}

.select-hide {
    display: none;
}

.select-items div{
    margin: 34px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    transition: 300ms all;
    position: relative;
    width: fit-content;
}

.select-items div:hover{
    color: #121212;
    text-decoration: underline;
}

.select-items div:last-child{
    margin-bottom: 20px;
}

.select-items div:first-child{
    margin-top: 20px;
}



/* Header */


header{
    background-color: #fff;
    position: relative;
    z-index: 4;
}

.header-white{
    background-color: transparent;
}

.header-white.active{
    background-color: rgba(0,0,0,0.7);
}

.logo-black{
    display: flex;
}

.logo-white,
.header-white .logo-black{
    display: none;
}

.header-white .header-menu>ul>li>a,
.header-white .header-login,
.header-white .header-cart,
.header-white .header-selected__currency{
    color: #ffffff;
}
.header-white .header-search path,
.header-white .header-phone path,
.header-white .header-wishlist path{
    stroke: #ffffff;
}

.header-white .hamburger-line{
    background-color: #ffffff;
}

.header-white .header-cart__icon path {
    stroke: #ffffff;
}

.header-white .logo-white{
    display: flex;
}

.header-login-wishlist{
    background: none;
    cursor: pointer;
    border: none;
}
.header-top{
    background-color: #121212;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 4;
    position: fixed;
    top: 0;
    width: 100%;
}

header{
    position: fixed;
    top: 36px;
    left: 0;
    width: 100%;
}
main{
    margin-top: 101px;
}

@media (max-width:600px){
    main {
        min-height: calc(100vh - 82px);
    }

}

.header-top__text{
    color: #ffffff;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
}

.header-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

.header-left{
    display: flex;
}

.header-menu ul{
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 30px;
}
.header-menu div{
    cursor:pointer;
}

.header-menu a{
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #121212;
}

.header-right{
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-search{
    cursor: pointer;
}

.header-icons{
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-search, .header-phone, .header-wishlist{
    display: flex;
    text-decoration: none;
}
.header-wishlist{
    color:#121212;
}
.header-selections__dropdown{
    display: none;
}

.header-actions{
    display: flex;
    align-items: center;
    gap: 20px;
}
.header-actions a{
    color:#121212;
    text-decoration: none;
}

.header-login, .header-cart{
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #121212;
    cursor: pointer;
}
.header-cart{
    display: flex;
    gap: 3px;
}

.header-selections{
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    position: relative;
}

.header-selected__lang{
    display: flex;
    position: relative;
}

.header-selections__lang{
    display: flex;
    position: relative;
    border-radius: 100%;
}

.header-selections__lang img, .header-selected__lang img{
    border-radius: 100%;
}
.header-selections__lang:after{
    content:'';
    position: absolute;
    top: -4px;
    left: -4px;
    width: 32px;
    height: 32px;
    border: 1px solid #121212;
    border-radius: 100%;
    box-sizing: border-box;
    opacity: 0;
    transition: 300ms all;
}

.header-selections__lang.active:after{
    opacity: 1;
}

.header-selections.active .header-selections__dropdown{
    position: absolute;
    right: 0;
    top: calc(100% + 27px);
    display: flex;
    flex-direction: column;
    min-width: 182px;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.15);
    z-index: 2;
    background-color: #fff;
}

.header-selections__langs{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    margin-top: 12px;
    margin-bottom: 12px;
}

/* .header-selections__currencies{
    margin-top: 12px;
} */

.header-selections__currency{
    padding: 10px 12px;
    transition: 300ms all;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    color: #121212;
}

.header-selections__currency:hover, .header-selections__currency.active{
    background-color: #E3E3E3;
}

.header-selected__currency{
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #121212;
}


.header-menu .header-megamenu{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1440px;
    top: 65px;
    width: 100%;
    transition: 300ms all;
    gap: 0;
    z-index: 12;
    background-color: #fff;
}

.header-menu .header-megamenu img{
    height: 100%;
    width: auto;
}

.header-megamenu__center{
    width: 100%;
    padding-left: 80px;
    padding-top: 30px;
    /*padding-bottom: 30px;*/
    /*padding-top: 14px;*/
    padding-bottom: 0;
}

.header-menu .megamenu{
    position: relative;
    display: flex;
    min-width: 91px;
    width: fit-content;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}


@media (min-width: 991.98px){
    .header-menu .submenu{
        position: absolute;
        top: 0;
        left: calc(100% + 121px);
        display: none;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        width: max-content;
        background-color: #fff;
    }
}

.megamenu li{
    list-style-type: none;
    width: 100%;
}
.megamenu li a{
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: #909090;
    text-decoration: none;
    position: relative;
    transition: 200ms font-weight;
}

.megamenu li a:after{
    content:'';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0px;
    background-color: #121212;
    transition: 300ms all;
}

.megamenu>li:hover>a, .megamenu ul>li:hover>a, .megamenu>li.active>a{
    color: #121212;
    font-weight: 500;
}

@media (min-width: 991.98px){
    .megamenu>li:hover>a:after,
    .megamenu ul>li:hover>a:after,
    .megamenu>li.active>a:after{
        width: 100%;
    }
}

.megamenu li.active .submenu{
    display: flex;
    height: 100%;
}

.megamenu>li:not(:last-child){
    padding-bottom: 14px;
}

.header-menu .megamenu{
    gap: 0;
}

.megamenu .submenu a{
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #121212;
}

.header-menu>ul>li:hover .header-megamenu,
.header-megamenu.active{
    max-height: 999px;
    height: 406px;
}

.header-search__block{
    background-color: #fff;
    top: 101px;
    left: 0;
    width: 100%;
    position: fixed;
    z-index: 3;
    padding: 40px 0;
    transform: translateY(-500px);
    transition: 500ms all;
    opacity: 0;
}

.header-search__block.active{
    transform: translateY(0px);
    opacity: 1;
}

.search-submit{
    display: flex;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.header-search__wrapper form{
    display: flex;
    align-items: center;
    gap: 12px;
}

.header-search__wrapper input{
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #909090;
    background-color: transparent;
    border: none;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.hero-search__close{
    display: flex;
    cursor: pointer;
}

.search-form-dropdown .search-container:not(:empty){
    padding-top: 40px;
    max-height: 50vh;
    overflow-y: auto;
}

.search-container{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.find-search-row{
    display: grid;
    grid-template-columns: auto 1fr 0.2fr;
    gap: 10px;
    align-items: center;
}

.find-search-link{
    display: flex;
}

.find-search-title, .find-search-status{
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #121212;
}
.find-search-status{
    width: 100px;
}
.find-search-sale{
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #909090;
}

.find-search-summ{
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #121212;
}

.find-search-summ.with-special{
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #C90000;
}


.header-overflow, .active-popup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    background-color: rgba(18, 18, 18, 0.4);
    z-index: 2;
    display: none;
}

.price-info{
    min-width: max-content;
}

.header-overflow.active-popup{
    z-index: 4;
    display: block;
}

.header-overflow.active{
    display: block;
}

.popup{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 910px;
    width: 100%;
    padding: 30px;
    background-color: #fff;
    z-index: 11;
    max-height: calc(var(--vh, 1vh) * 100);
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
}

.popup.active{
    display: flex;
}

.popup-title{
    font-size: 32px;
    font-weight: 500;
    line-height: 45px;
    color: #121212;
    margin-bottom: 30px;
}

.cart-popup .success-close{
    top: 41px;
    right: 30px;
}

.popup-product{
    padding: 10px 0;
    border-bottom: 1px solid #E3E3E3;
    /*display: flex;*/
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 5fr 2fr 2fr 1fr;
}

.popup-product:first-child{
    border-top: 1px solid #E3E3E3;
}

.popup-product__img{
    display: flex;
    width: 106px;
    height: 125px;
    margin-right: 30px;
}

.popup-product__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.popup-product__details{
    max-width: 323px;
    margin-right: 25px;
}

.popup-product__title{
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: #1E2D33;
}
.popup-product__options{
    margin-top: 10px;
}

.popup-product__option{
    display: flex;
    align-items: center;
}

.popup-product__option--name{
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #909090;
}

.popup-product__option--value{
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 19px;
    color: #121212;
}

.popup-product__option--value:nth-child(2){
    margin-left: 4px;
}

.popup-product__option--value:not(:nth-child(2)){
    margin-left: 12px;
}

.popup-product__count{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 113px;
    height: 49px;
    border: 1px solid #121212;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 25px;
    margin-left: auto;
}

.popup-product__minus, .popup-product__plus{
    display: flex;
    cursor: pointer;
}
.popup-product__input{
    width: 35px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    height: 100%;
    outline: none;
    border: none;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #121212;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}

.popup-product__price{
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: center;
    margin-right: 25px;
    margin-left: auto;
}
.popup-product__remove{
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #909090;
    cursor: pointer;
    margin-left: auto;
}

/* Sign popup */

.sign-popup, .remember-popup, .register-popup, .edit-addr1-popup, .edit-addr2-popup, .edit-addr3-popup{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    background-color: #fff;
    width: 384px;
    height: calc(var(--vh, 1vh) * 100);
    overflow-y: auto;
    transform: translateX(200vw);
    transition: 300ms all;
}

.sign-popup.active, .remember-popup.active, .register-popup.active, .edit-addr1-popup.active, .edit-addr2-popup.active, .edit-addr3-popup.active{
    transform: translateX(0);
}

.sign-popup__container{
    position: relative;
    padding: 20px;
}

.sign-popup__close{
    display: flex;
    cursor: pointer;
    position: absolute;
    top: 22.5px;
    right: 20px;
}

.sign-popup__title{
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    color: #121212;
    margin-bottom: 40px;
}

.sign-tabs{
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid #E3E3E3;
}
.sign-tab{
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #909090;
    padding-bottom: 10px;
    padding-top: 10px;
    cursor: pointer;
}

.sign-tab.active{
    font-weight: 500;
    color: #121212;
    position: relative;
}

.sign-tab.active:after{
    content:'';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000000;
    border-radius: 10px;
}

.sign-tab__content{
    padding-top: 40px;
    display: none;
}
.sign-tab__content.active{
    display: block;
}

.sign-tab__content form input:not([type="submit"], [type="checkbox"]),
.remember-popup form input:not([type="submit"], [type="checkbox"]),
.register-popup form input:not([type="submit"], [type="checkbox"]),
.form-rev input,
.checkout-page input:not([type="submit"], [type="checkbox"], [type="radio"]) {
    width: 100%;
    border: 1px solid #909090;
    height: 49px;
    padding: 16px 20px;
    font-size: 16px; /* обов'язково */
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
    font-weight: 400;
    line-height: 17px;
    color: #121212;
    outline: none;
    appearance:none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
}

.sign-tab__content form input:not([type="submit"], [type="checkbox"])::placeholder,
.remember-popup form input:not([type="submit"], [type="checkbox"])::placeholder,
.register-popup form input:not([type="submit"], [type="checkbox"])::placeholder{
    color: #909090;
}

.sign-tab__content form, .register-popup form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}


.form-input{
    position: relative;
}
.show-password, .hide-password{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    display: flex;
    cursor: pointer;
}

.form-password .hide-password{
    display: none;
}
.form-password.active .hide-password{
    display: flex;
}
.form-password.active .show-password{
    display: none;
}

.form-infos{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-forgot{
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #121212;
    cursor: pointer;
}

.form-remember{
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #909090;
}

.form-remember input, .account-subscribe input{
    display: none;
}

.form-remember label, .account-subscribe label{
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    display: flex;
}
.form-remember label:before, .account-subscribe label:before{
    content:'';
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxOCAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMTQuNVYyLjVDMSAxLjM5NTQzIDEuODk1NDMgMC41IDMgMC41SDE1QzE2LjEwNDYgMC41IDE3IDEuMzk1NDMgMTcgMi41VjE0LjVDMTcgMTUuNjA0NiAxNi4xMDQ2IDE2LjUgMTUgMTYuNUgzQzEuODk1NDMgMTYuNSAxIDE1LjYwNDYgMSAxNC41WiIgc3Ryb2tlPSIjOTA5MDkwIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.form-remember input:checked + label:after, .account-subscribe input:checked + label:after{
    content:'';
    position: absolute;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOSAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOC4zNzM5IDAuODMyMDAxQzE4LjU1NzIgMC42MjU1MTggMTguNTM4NSAwLjMwOTQ5MSAxOC4zMzIgMC4xMjYxMzVDMTguMTI1NSAtMC4wNTcyMjA5IDE3LjgwOTUgLTAuMDM4NDcyOCAxNy42MjYxIDAuMTY4MDFMOS4xMTkzMiA5Ljc0NzhMNi4zNzMyMyA2LjY2NzI5QzYuMTg5NDggNi40NjExNiA1Ljg3MzQyIDYuNDQzMDIgNS42NjcyOSA2LjYyNjc3QzUuNDYxMTYgNi44MTA1MyA1LjQ0MzAyIDcuMTI2NTkgNS42MjY3NyA3LjMzMjcyTDguNzQ2ODEgMTAuODMyN0M4Ljg0MTc5IDEwLjkzOTMgOC45Nzc3OSAxMS4wMDAxIDkuMTIwNTIgMTFDOS4yNjMyNiAxMC45OTk5IDkuMzk5MTQgMTAuOTM4NyA5LjQ5MzkxIDEwLjgzMkwxOC4zNzM5IDAuODMyMDAxWk0zIDUuNDI0ODhlLTA2QzEuNjE5MjkgNS40MjQ4OGUtMDYgMC41IDEuMTE5MjkgMC41IDIuNTAwMDFWMTQuNUMwLjUgMTUuODgwNyAxLjYxOTI5IDE3IDMgMTdIMTVDMTYuMzgwNyAxNyAxNy41IDE1Ljg4MDcgMTcuNSAxNC41VjcuMDAwMDFDMTcuNSA2LjcyMzg2IDE3LjI3NjEgNi41MDAwMSAxNyA2LjUwMDAxQzE2LjcyMzkgNi41MDAwMSAxNi41IDYuNzIzODYgMTYuNSA3LjAwMDAxVjE0LjVDMTYuNSAxNS4zMjg0IDE1LjgyODQgMTYgMTUgMTZIM0MyLjE3MTU3IDE2IDEuNSAxNS4zMjg0IDEuNSAxNC41VjIuNTAwMDFDMS41IDEuNjcxNTggMi4xNzE1NyAxLjAwMDAxIDMgMS4wMDAwMUgxMy41NDEyQzEzLjgxNzQgMS4wMDAwMSAxNC4wNDEyIDAuNzc2MTQ4IDE0LjA0MTIgMC41MDAwMDVDMTQuMDQxMiAwLjIyMzg2MyAxMy44MTc0IDUuNDI0ODhlLTA2IDEzLjU0MTIgNS40MjQ4OGUtMDZIM1oiIGZpbGw9IiMxMjEyMTIiLz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 17px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.form-remember input:checked + label:before, .account-subscribe input:checked + label:before{
    display: none;
}

.discount-btn, .login-btn, .code-btn, .reset-btn, .register-btn{
    margin-top: 20px;
    background-color: #121212;
    height: 49px;
    appearance: none;
    outline: none;
    width: 100%;
    border: none;
    border-radius: 0;
    padding: 16px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    cursor: pointer;
}

.sign-facebook{
    margin-top: 14px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #121212;
    gap: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #121212;
    text-decoration: none;
    transition: 300ms all;
    cursor: pointer;
}

.sign-register{
    margin-top: 20px;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    color: #000000;
}
.create-account__btn{
    color: #121212;
    font-weight: 500;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.create-account__btn:after{
    content:'';
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #121212;
}

.send-code__btn{
    border: 1px solid #121212;
    height: 49px;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 0;
    background-color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    cursor: pointer;
}

.sign-code-block{
    margin-top: 40px;
}

.reset-back{
    margin-top: 20px;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    color: #121212;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    cursor: pointer;
}

.reset-back:after{
    content:'';
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #121212;
}

.error{
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
    color: #FD736E;
    margin-top: 4px;
}

.form-input.error-field input{
    border-color: #FD736E !important;
}

.success-popup, .error-popup{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
    max-width: 910px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
    padding: 30px 63px;
    display: none;
}

.success-popup.active, .error-popup.active{
    display: block;
}

.success-close{
    position: absolute;
    top: 30px;
    right: 30px;
    display: flex;
    cursor: pointer;
}
.popup__img{
    display: flex;
    justify-content: center;
}
.popup__title{
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    line-height: 45px;
    color: #121212;
}
.popup__subtitle{
    margin-top: 24px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: #121212;
}

.popup__close{
    margin-top: 24px;
    width: 258px;
    height: 49px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #121212;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #ffffff;
    cursor: pointer;
}

.popup-product__price--sale{
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
}
.popup-price__sale{
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #C90000;
}

.popup-price__regular{
    color: #909090;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    position: relative;
}

.popup-price__regular:after{
    content:'';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background-color: #909090;
}

.popup-total{
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 50px;
}

.popup-free{
    margin-top: 40px;
}

.popup-free__top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: #121212;
    margin-bottom: 20px;
}

.popup-free__bg{
    width: 100%;
    height: 5px;
    background-color: #E3E3E3;
    border-radius: 5px;
}

.popup-free__lines{
    position: relative;
}

.popup-free__line{
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
    background-color: #000000;
    height: 5px;
    width: 40%;
}

.popup-total__prices{
    margin-top: 40px;
}
.popup-total__before, .popup-total__sale, .popup-total__result{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.popup-total__before, .popup-total__sale{
    margin-bottom: 8px;
}

.popup-total__before *{
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: #121212;
}

.popup-total__sale *{
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: #121212;
}

.popup-total__sale .popup-total__text{
    font-weight: 400;
    color: #909090;
}

.popup-total__result .popup-total__text{
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #121212;
}

.popup-total__result .popup-total__price{
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    color: #121212;
}


.popup-free__text{
    display: flex;
    align-items: center;
    gap: 12px;
}


.popup-buttons{
    margin-top: 40px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 14px;
}

.popup-buttons .btn{
    height: 49px;
    font-size: 14px;
    min-width: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 16.77px;
}

.popup-products__btns{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}
.cart-delete-popup .btn{
    margin: 0 !important;
    min-width: 285px;
}
.cart-delete-popup{
    padding-bottom: 56px;
}
.add-cart-popup{
    max-width: 361px;
    padding-top: 35px;
    padding-bottom: 35px;
}
.add-cart-popup .add-cart__img{
    display: flex;
    justify-content: center;
    margin-bottom: 8px;
}
.add-cart-popup .cart-blank__title {
    margin-bottom: 20px;
}

.add-cart-popup .cart-blank__subtitle{
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    color: #121212;
    text-align: center;
    margin-bottom: 40px;
}
.add-cart-popup .popup-products__btns{
    flex-direction: column;
}
.add-cart-popup .btn{
    margin: 0 !important;
    width: 100% !important;
}

.header-megamenu__img{
    display: none;
}
.header-megamenu__img.active{
    display: block;
}

.header-mob__left, .header-search__mob, .header-cart__count2, .header-cart__icon{
    display: none;
}

.hamburger {
    width: 24px;
    height: 16px;
    position: relative;
    margin-right: 14px;
    cursor: pointer;
}

.hamburger-line {
    position: absolute;
    width: 100%;
    height: 1.5px;
    background-color: #121212;
    border-radius: 2px;
    transition: 300ms all;
}

.hamburger-line:nth-child(1){
    left: 0;
    top: 0;
}
.hamburger-line:nth-child(2){
    left: 0;
    top: 8px;
}
.hamburger-line:nth-child(3){
    left: 0;
    top: 16px;
}

.hamburger.active .hamburger-line:nth-child(1){
    transform: rotate(45deg);
    transform-origin: left;
    width: 23px;
}

.hamburger.active .hamburger-line:nth-child(2){
    display: none;
}

.hamburger.active .hamburger-line:nth-child(3){
    transform: rotate(-45deg);
    transform-origin: left;
    width: 23px;
}

.header-megamenu__mob, .header-megamenu__black, .submenu-arrow{
    display: none;
}


.cart-blank__title{
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: #121212;
    margin-bottom: 30px;
}
.popup-products__blank .btn{
    width: fit-content;
    margin: 0 auto;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 17px;
}
.cart-blank-popup{
    padding-bottom: 64px;
}

.cart-delete-popup{
    padding-top: 56px;
}



@media (max-width: 1400px){
    .header-menu .header-megamenu img{
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .header-megamenu__right, .header-megamenu__left{
        height: 100%;
        width: 30%;
    }
    .header-megamenu__img{
        height: 100%;
    }
    .header-black__lang img, .header-selections__lang img, .submenu-arrow img{
        width: 24px !important;
        height: 24px !important;
    }
}

@media (max-width: 1100px){
    .header-left svg,
    .header-left img
    {
        width: 150px;
        height: 35px;
        object-fit: contain;
    }
    .header-menu>ul{
        gap: 20px;
    }
}

@media (max-width: 991px){
    .header-search,
    .header-phone,
    .header-login,
    .header-selections,
    .header-cart__text,
    .header-cart__count1{
        display: none;
    }

    .header-menu> ul>li:not(:first-child){
        display: none;
    }
    .header-search__mob, .header-mob__left{
        display: flex;
    }
    .header-mob__left{
        align-items: center;
    }
    .header-left svg,
    .header-left img
     {
        width: 191px;
        height: 32px;
        object-fit: contain;
    }
    .header-cart__count2{
        display: block;
    }
    .header-cart__icon{
        display: flex;
    }
    .header-cart{
        position: relative;
    }
    .header-cart__count2{
        position: absolute;
        top: -3px;
        right: -2px;
        min-width: 10px;
        height: 12px;
        background-color: #C90000;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 8px;
        font-weight: 500;
        line-height: 10px;
        color: #ffffff;
    }
    .header-right{
        gap: 14px;
    }

    header{
        transition: 300ms all;
        transition: none;
    }

    header{
        top: 30px;
    }
    main{
        margin-top: 82px;
    }

    .header-top{
        height: 30px;
    }
    .header-top__text{
        font-size: 12px;
        line-height: 14px;
    }
    .header-wrapper{
        padding: 10px 0;
    }
    .header-search__block{
        top: 82px;
        padding-bottom: 20px;
    }

    .header-white + .header-search__block{
        padding-bottom: 40px;
    }
    .header-megamenu__left,
    .header-megamenu__right{
        display: none;
    }

    .header-menu> ul>li:first-child>a{
        display: none;
    }

    .header-menu{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }
    .header-menu .header-megamenu{
        top: 82px;
        flex-direction: column;
    }
    header.scrolled .header-menu .header-megamenu{
        top: 52px;
    }
    .header-megamenu__center{
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 14px;
        padding-bottom: 0;
    }
    .header-menu>ul>li:first-child:hover .header-megamenu, .header-megamenu.active{
        overflow-y: auto;
        height: calc((var(--vh, 1vh) * 100) - 82px);
        max-height: calc((var(--vh, 1vh) * 100) - 82px);
    }
    .header-megamenu__mob, .header-megamenu__black{
        display: block;
    }

    .header-megamenu__mob{
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 64px;
        margin-bottom: 48px;
    }
    .header-megamenu__mob ul{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px 90px;
    }

    .header-megamenu__black{
        padding: 20px;
        width: 100%;
        background-color: #121212;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }


    .header-black__cabinet{
        display: flex;
        align-items: center;
        gap: 6px;
        color: #FFFFFF !important;
        background: none;
        border: none;
    }

    .header-black__langdrop,
    .header-black__currencydrop{
        display: none;
    }
    .header-black__selectors{
        display: flex;
        align-items: center;
        gap: 16px;
    }

    .header-black__currency{
        font-size: 14px;
        font-weight: 400;
        line-height: 17px;
        color: #FFFFFF;
    }
    .header-black__lang{
        display: flex;
    }

    .header-black__langs, .header-black__currencies{
        position: relative;
    }

    .header-black__langdrop,
    .header-black__currencydrop{
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: calc(100% + 22px);
        height: fit-content;
        display: flex;
        flex-direction: column;
        display: none;
    }

    .header-black__langdrop.active,
    .header-black__currencydrop.active{
        display: flex;
    }

    .header-black__currencydrop{
        bottom: calc(100% + 26px);
    }

    .header-black__langdrop{
        width: 40px;
        padding: 8px 4px;
        gap: 28px;
        background-color: #FFFFFF;
    }
    .header-black__currencydrop{
        width: 45px;
    }
    .header-selections__lang{
        display: block;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }

    .scrolled .header-menu>ul>li:first-child:hover .header-megamenu,.scrolled  .header-megamenu.active{
        height: calc((var(--vh, 1vh) * 100) - 52px);
        max-height: calc((var(--vh, 1vh) * 100) - 52px);
    }
    .header-selections__currency{
        padding: 10px 8px;
    }
    .header-black__currencydrop{
        background-color: #fff;
    }

    .success-popup, .error-popup{
        width: 90%;
    }
    .cart-popup, .cart-blank-popup{
        right: 0;
        left: unset;
        top: 0;
        max-width: 350px;
        transform: translateX(100vw);
        padding: 30px 20px 20px 20px;
        transition: 300ms all;
        display: block;
        height: calc(var(--vh, 1vh) * 100);
    }

    .cart-popup.active, .cart-blank-popup.active{
        transform: translateX(0);
    }

    .cart-popup .popup-title,
    .cart-blank-popup .popup-title
    {
        text-align: center;
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
        margin-bottom: 40px;
    }
    .cart-popup .success-close,
    .cart-blank-popup .success-close {
        top: 30px;
        right: 20px;
    }

    .cart-blank-popup  .popup-container {
        height: 100%;
    }
    .cart-blank-popup{
        padding-bottom: 20px;
    }
    .cart-blank-popup .popup-container{
        display: flex;
        flex-direction: column;
    }
    .popup-products__blank{
        margin-top: auto;
    }
    .popup-products__blank .btn{
        margin-top: auto;
    }

    .cart-blank-popup  .cart-blank__title{
        margin-bottom: 325px;
        margin-top: 235px;
    }

    .cart-popup  .popup-products .popup-product:first-child{
        border-top: none;
        padding-top: 0;
    }
    .cart-popup .popup-product{
        grid-template-columns: 106px 1fr;
        display: grid;
        gap: 12px 9.5px;
        position: relative;
    }
    .cart-popup  .popup-product__img img{
        width: 106px;
        height: 106px;
        object-fit: cover;
    }
    .cart-popup .popup-product__img{
        width: 106px;
        height: 106px;
        margin-right: 0;
    }
    .cart-popup .popup-product__title{
        font-size: 14px;
        line-height: 20px;
    }
    .cart-popup .popup-product__option--name{
        font-size: 14px;
        line-height: 17px;
    }

    .cart-popup .popup-product__option--value{
        font-size: 14px;
        line-height: 17px;
    }

    .cart-popup .popup-product__count{
        width: 98px;
        height: 42.5px;
        padding-left: 12px;
        padding-right: 12px;
        margin-right: 0;
    }
    .cart-popup  .popup-product__minus svg, .cart-popup .popup-product__plus svg{
        width: 20px;
        height: 20px;
    }

    .cart-popup  .popup-product__input{
        height: calc(100% - 1px);
    }

    .cart-popup  .popup-product__price{
        margin-right: 0;
        font-size: 16px;
        line-height: 22px;
    }

    .cart-popup .popup-product__remove{
        position: absolute;
        right: 0px;
        top: 0px;
        width: 24px;
        height: 24px;
        color: transparent;
    }

    .cart-popup .popup-product__remove:after{
        content:'';
        position: absolute;
        right: 0;
        top: 0;
        width: 24px;
        height: 24px;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3IDdMNyAxN003LjAwMDAxIDdMMTcgMTciIHN0cm9rZT0iIzkwOTA5MCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
        background-size: contain;
        background-repeat: no-repeat;
    }

    .cart-popup .popup-product__input {
        font-size: 17px;
        font-weight: 400;
        line-height: 21px;
    }

    .cart-popup .popup-product__details{
        margin-right: 33px;
    }

    .cart-popup  .popup-product:not(:first-child){
        padding-top: 21.5px;
    }

    .cart-popup .popup-price__sale{
        font-size: 16px;
        line-height: 19.17px;
    }

    .popup-free__text{
        max-width: 160px;
    }
    .popup-free__top{
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 12px;
    }
    .popup-total__prices{
        margin-top: 24px;
    }
    .popup-total__before *{
        font-size: 14px;
        line-height: 19.6px;
    }
    .popup-total__before, .popup-total__sale{
        margin-bottom: 6px;
    }

    .popup-total__sale *{
        font-size: 14px;
        line-height: 19.6px;
    }

    .popup-total__result .popup-total__text{
        font-size: 16px;
        line-height: 22.4px;
    }

    .popup-total__result .popup-total__price{
        font-size: 20px;
        line-height: 28px;
    }

    .cart-popup .popup-buttons{
        margin-top: 30px;
        flex-direction: column-reverse;
    }

    .cart-popup .popup-buttons .btn{
        width: 100%;
    }

    .header-menu .submenu{
        display: none;
    }
    .header-menu .megamenu{
        width: 100%;
    }
    .submenu-arrow{
        display: flex;
        cursor: pointer;
        transition: 300ms all;
    }
    .submenu-arrow path{
        transition: 300ms all;
    }
    .has-submenu{
        border-bottom: 1px solid #E3E3E3;
    }
    .has-submenu>a{
        padding: 13px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .megamenu>li:not(:last-child){
        padding-bottom: 0;
    }
    .megamenu>li:not(.has-submenu)>a{
        padding: 13px 0;
        display: flex;
        border-bottom: 1px solid #E3E3E3;
    }
    .has-submenu.active .submenu{
        display: flex;
        flex-direction: column;
        margin-top: 10px;
        margin-bottom: 16px;
        gap: 16px;
    }

    .megamenu li.active a:after{
        display: none;
    }
    .megamenu li.active span{
        position: relative;
    }

    .megamenu li.active span:after{
        content:'';
        position: absolute;
        bottom: 0;
        left: 0;
        height: 1px;
        width: 100%;
        background-color: #121212;
        transition: 300ms all;
    }

    .megamenu li.active .submenu-arrow{
        transform: rotate(-90deg);
    }

    .megamenu li.active .submenu-arrow path{
        stroke: #121212;
    }
    .megamenu .submenu a{
        font-size: 14px;
        line-height: 16.77px;
    }
    .cart-blank-popup .popup-container{
        margin-bottom: 100px;
    }

    .cart-delete-popup{
        max-width: 355px;
        padding: 79px 20px;
    }
    .cart-delete-popup .success-close{
        top: 20px;
        right: 20px;
    }
    .cart-delete-popup .popup-products__btns{
        flex-direction: column-reverse;
    }
    .cart-delete-popup .cart-blank__title{
        margin-bottom: 24px;
    }
    .cart-delete-popup .btn{
        max-width: 100%;
    }
    .add-cart-popup{
        padding: 35px 20px;
    }
    .add-cart-popup .success-close{
        top: 20px;
        right: 20px;
    }
    .add-cart-popup .cart-blank__title{
        margin-bottom: 24px;
    }
    .add-cart-popup .cart-blank__subtitle{
        margin-bottom: 24px;
    }
}

@media (max-width: 600px){
    .header-megamenu__mob ul{
        grid-template-columns: 1fr auto;
    }
    .sign-popup, .remember-popup, .register-popup, .edit-addr1-popup, .edit-addr2-popup, .edit-addr3-popup{
        width: 375px;
    }
    .sign-popup__container{
        padding: 40px 20px;
    }
    .sign-popup__close{
        top: 40px;
    }

    .error-popup .success-close,
    .success-popup .success-close {
        top: 20px;
        right: 20px;
    }

    .success-popup{
        padding: 40px 20px;
    }

    .error-popup{
        padding: 52px 20px;
    }

    .success-popup .popup__img,
    .error-popup .popup__img {
        margin-bottom: 4px;
    }

    .success-popup .popup__subtitle,
    .error-popup .popup__subtitle{
        font-size: 14px;
        line-height: 19px;
    }

    .success-popup .popup__close,
    .error-popup .popup__close {
        width: 100%;
    }

    .success-popup .popup__title,
    .error-popup .popup__title{
        font-size: 28px;
        line-height: 39px;
    }

}

@media (max-width: 375px){
    .sign-popup, .remember-popup, .register-popup{
        width: 100%;
    }
}

@media (max-width: 370px){
    .header-megamenu__mob ul{
        gap: 20px 46px;
    }
    .add-cart-popup{
        max-width: 100%;
    }
}

@media (max-width: 350px){
    .cart-popup .popup-product__count{
        width: 100%;
    }
    .header-left svg,
    .header-left img
     {
        width: 164px;
        height: 23px;
    }
    .cart-popup, .cart-blank-popup{
        max-width: 100%;
    }
    .cart-popup .popup-product__img img{
        width: auto;
        height: auto;
        aspect-ratio: 1/1;
    }
    .cart-popup .popup-product{
        grid-template-columns: auto 1fr;
    }
    .header-search__block{
        top: 75px;
    }
}




/* Hero slider */

.hero-slider{
    position: relative;
    height: 671px;
}

.hero-swiper{
    height: 100%;
    max-width: 1440px;
}

.hero-slider__pagination {
    position: absolute;
    top: unset !important;
    bottom: 20px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
}

.swiper-pagination-bullet{
    width: 7px;
    height: 7px;
    opacity: 1 !important;
    background-color: #E3E3E3;
    margin: 0 !important;
}

.swiper-pagination-bullet-active{
    background-color: #121212;
}

.hero-slider img{
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
}

.hero-slider .swiper-slide{
    height: auto;
}


@media (max-width: 1400px){
    .hero-slider{
        height: auto;
    }
}

@media (max-width: 767px){
    .hero-slider{
        margin-top: 24px;
        margin-bottom: 80px;
    }
     .header-actions a{
        display: none;
    }
}

@media (max-width: 600px){
    .hero-slider img{
        aspect-ratio: 3/4.4;
    }
}


/* Products slider */

.products-slider{
    margin-top: 150px;
    margin-bottom: 150px;
}

.products-slider__top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.section-title{
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    color: #121212;
}

.products-slider__arrows{
    display: flex;
    align-items: center;
    gap: 50px;
    cursor: pointer;
}
.products-swiper{
    margin-top: 40px;
}

.product-card__img{
    display: flex;
    position: relative;
}

.product-imgs__prev{
    position: absolute;
    left:0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    display: flex;
    padding: 20px;
}

.product-imgs__next{
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    display: flex;
    padding: 20px;
}

.product-imgs__pagination {
    --swiper-pagination-bottom: 0;
    --swiper-pagination-top: 0;
    opacity: 0;
    transition: 300ms all;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    gap: 5px;
    z-index: 1;
}

@media screen and (max-width: 1024px) {
    .product-imgs__pagination {
        display: none;
    }
}

.product-card__top:hover .product-imgs__pagination{
    opacity: 1;
}

.product-imgs__bullet {
    align-items: flex-end;
    display: flex;
    opacity: 0.2;
    height: 100%;
    width: 100%;
}

.product-imgs__bullet.is-active {
    opacity: 1;
    pointer-events: none;
}

.product-imgs__bullet::after {
    background-color: #909090;
    content: '';
    width: 100%;
    height: 10px;
}
.product-card__img video,
.product-card__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-card__img .swiper-slide{
    height: 100%;
    max-height: 426px;
    aspect-ratio: 302 / 426;
}

.product-imgs__arrows{
    display: none;
    opacity: 0;
    transition: 300ms all;
}

@media screen and (max-width: 1024px) {
    .product-imgs__arrows{
        display: block;
    }
}

.product-card__top:hover .product-imgs__arrows{
    opacity: 1;
}

.products-slider__prev , .products-slider__next{
    display: flex;
}
.swiper-button-disabled{
    opacity: 0.5;
}

.product-card__top{
    position: relative;
}

.product__add-to-wishlist{
    cursor: pointer;
}

.product__add-to-wishlist svg path{
    transition: 300ms all;
    stroke: #000;
}
.product__add-to-wishlist:hover svg path,
.product__add-to-wishlist.active svg path{
    fill: #C90000;
    stroke: #C90000;
}
.product-card__price-between{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.product-card__infos{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 10px;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 19px 16px;
    opacity: 0;
    transition: 300ms all;
}

.product-card__top:hover .product-card__infos{
    opacity: 1;
}

.product-card__infos .product-card__sizes input{
    display: none;
}

.product-card__sizes{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 19px;
    color: #121212;
}

.product-card__size{
    cursor: pointer;
    position: relative;
}
.product-card__size.out-of-stock:before{
    content:'';
    position: absolute;
    bottom: 7px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #121212;
}

.product-card__size.out-of-stock{
    cursor: context-menu;
}


.product-card__buy{
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #121212;
    position: relative;
}

.product-card__buy:after{
    content:'';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #121212;
}

.product-card__content{
    margin-top: 10px;
}

.product-card__title{
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #121212;
}

.product-card__price{
    
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #121212;
}
.product-product__page__price{
    font-size: 20px;
    font-weight: 500;
    line-height: 19px;
    color: #121212;
}
.product-product__page__price_with_sale{
    /*font-size: 16px;*/
    font-weight: 500;
    line-height: 19px;
    color: #121212;
}

/*.product-product__page__price,  .product-price__sale{*/
/*    font-size: 14px;*/
/*    line-height: 16.77px;*/
/*}*/
.product-product__page__price_with_sale,  .product-price__sale{
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #121212;
}

.product-card__sale {
    display: flex;
    align-items: center;
    gap: 4px;
}

.product-price__sale{
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #C90000;
}

.product-page__price.price__sale{
    font-size: 18px;
    font-weight: 500;
    line-height: 19px;
    color: #C90000;
}
.product-page__price.price__regular{
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #909090;
    position: relative;
}

.product-price__wrapper{
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.product-price__regular{
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #909090;
    position: relative;
}

.product-price__regular:after{
    content:'';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    height: 1px;
    background-color: #909090;
}

.products-slider__btn{
    margin: 0 auto;
    margin-top: 80px;
    max-width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 59px;
}


@media (max-width: 768px){
    .product-card__top .product-imgs__arrows{
        opacity: 1;
    }
}
@media (max-width: 650px){
    .products-swiper{
        margin-right: -20px;
    }
}

@media (max-width: 600px){
    .products-slider{
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .section-title{
        font-size: 20px;
        line-height: 24px;
    }

    .products-slider__prev svg, .products-slider__next svg{
        width: 32px;
        height: 32px;
    }

    .products-slider__arrows{
        gap: 30px;
    }

    .products-swiper{
        margin-top: 16px;
    }
    .product__add-to-wishlist svg{
        width: 22px;
        height: 22px;
    }

    .product-card__title{
        font-size: 12px;
        line-height: 14px;
    }
    .product-card__price,  .product-price__sale{
        font-size: 14px;
        line-height: 16.77px;
    }
    .products-slider__btn{
        margin-top: 48px;
        height: 49px;
        padding: 16px 10px;
        font-size: 14px;
        line-height: 17px;
        min-width: 220px;
    }
    .product-price__regular{
        font-size: 12px;
    }
    .product-card__img video,
    .product-card__img img{
        aspect-ratio: 2.05 / 2.93;
    }
}

/* @media (max-width: 400px){
    .product-card__img video,
    .product-card__img img{
        max-height: 230px;
    }
} */


/* instagram */

.instagram-block{
    margin-top: 150px;
    margin-bottom: 150px;
}

.instagram-wrapper{
    margin-top: 40px;
}

.instagram-slider .swiper-wrapper{
    display: grid;
    grid-template-columns: 1fr 0.9fr 1fr 0.9fr 1fr 0.9fr;
}

.instagram-img{
    display: flex;
    height: 100% !important;
}

.instagram-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.instagram-link{
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #121212;
    position: relative;
}

.instagram-link:after{
    content:'';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #121212;
}

@media (max-width: 991px){
    .instagram-slider .swiper-wrapper{
        display: flex;
        flex-direction: row;
    }
    .instagram-img{
        height: auto !important;
    }
    .instagram-wrapper {
        max-width: calc(100% - 80px);
        margin: 0 auto;
        margin-top: 40px;
        overflow: visible;
    }
    .instagram-block{
        overflow: hidden;
    }
}

@media (max-width: 600px){
    .instagram-link{
        font-size: 16px;
        line-height: 19px;
    }
    .instagram-wrapper{
        margin-top: 20px;
        max-width: calc(100% - 85px);
    }
    .instagram-block{
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .instagram-img img{
        aspect-ratio: 1/0.96;
    }
    .product-card__infos{
        display: none;
    }
}



/* Subscribe */

.subscribe-block{
    margin-top: 150px;
    margin-bottom: 150px;
    position: relative;
    min-height: 539px;
    padding-top: 88px;
    padding-bottom: 88px;
}

.subscribe-bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.subscribe-block .container{
    position: relative;
}

.subscribe-form{
    max-width: 408px;
    height: 100%;
    background-color: #fff;
    padding: 40px 20px;
}

.subscribe-form__title{
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    color: #121212;
}

.subscribe-form__text{
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #121212;
}

.subscribe-form form{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.subscribe-form input:not([type="submit"]){
    border: 1px solid #909090;
    height: 55px;
    padding: 18px 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius:0;
}

.subscribe-form input[type="submit"]{
    padding: 14px;
    height: 50px;
    background-color: #121212;
    outline: none;
    border: none;
    border-radius: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

@media (max-width: 600px){
    .subscribe-block{
        margin-top: 80px;
        margin-bottom: 0px;
        padding: 80px 0;
        min-height: 450px;
    }
    .subscribe-form{
        margin: 0 auto;
        padding: 24px 20px;
    }
    .subscribe-form__title{
        font-size: 20px;
        line-height: 23.96px;
    }
    .subscribe-form__text{
        margin-top: 20px;
        font-size: 14px;
        line-height: 20px;
    }
    .subscribe-form input:not([type="submit"]){
        height: 49px;
        padding: 16px 20px;
        font-size: 14px;
        font-weight: 400;
        line-height: 17px;
    }
    .subscribe-form form{
        gap: 20px;
    }
    .subscribe-form input[type="submit"]{
        height: 49px;
        font-size: 14px;
        line-height: 17px;
    }
}



/* Footer */

footer{
    background-color: #FBFBFB;
    padding-top: 60px;
    padding-bottom: 20px;
    margin-top: auto;
}

.footer-left{
    display: flex;
    align-items: flex-start;
    gap: 100px;
}

.footer-left ul{
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 255px;
}

.footer-left a{
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #121212;
}

.footer-wrapper{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer-right{
    display: flex;
    align-items: flex-start;
    gap: 203px;
}

.footer-title{
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #121212;
    margin-bottom: 20px;
    display: block;
}

.footer-time{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-time__row{
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #121212;
}

.footer-phone{
    display: flex;
    text-decoration: none;
    color: #121212;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

.footer-socials{
    margin-top: 50px;
    display: flex;
    align-items: center;
    gap: 18px;
}

.footer-social{
    display: flex;
    text-decoration: none;
}

.footer-bottom{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-copyright{
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #909090;
}

.footer-payment{
    display: flex;
    align-items: center;
    gap: 14px;
}

.footer-policy{
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #909090;
    text-decoration: none;
    position: relative;
}

.footer-policy:after{
    content:'';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #909090;
}
.footer-lang{
    display: none;
}
@media (max-width: 1100px){
    .footer-right{
        gap: 100px;
    }
}

@media (max-width: 991px){
    .footer-left, .footer-right{
        gap: 50px;
    }
}

@media (max-width: 900px){
    .footer-wrapper{
        flex-direction: column;
        gap: 40px;
    }
    .footer-left ul{
        max-width: 100%;
    }
    .footer-left, .footer-right{
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px){
    .footer-lang{
        display: block;
    }
    #language-dropdown {
        position: absolute;
        background-color: #FBFBFB;
        padding: 10px;
        width: 150px;
        z-index: 9999;
        right: calc(50% - 60px);
        padding: 10px 0;
      }
    .dropdown-btn {
        background: none;
        border: none;
        color: #333;
        padding-left: 5px;
        font-size: 11px;
        cursor: pointer;
      }
      .selected__lang{
        cursor: pointer;
      }
      .selections__lang .dropdown-btn:hover {
        color: #000;
      }
      .selections__lang {
        background: transparent;
        border: none;
        transition: all 0.3s ease;
        cursor: pointer;
        padding: 10px;
        width: 100%;
        font-size: 16px;
    }
    .selections__lang:active,
    .selections__lang:hover{
        background-color: #E3E3E3;
    }
    .footer-lang{
        width: 100%;
        text-align: center;
    }
    footer{
        padding-top: 40px;
    }
    .footer-left a{
        font-size: 15px;
        line-height: 18px;
    }
    .footer-left ul{
        gap: 14px;
    }
    .footer-left, .footer-right{
        gap: 35px;
    }
    .footer-time__row{
        font-size: 14px;
        line-height: 17px;
    }
    .footer-contacts:last-child .footer-title{
        margin-bottom: 10px;
    }
    .footer-phone{
        font-size: 18px;
        line-height: 22px;
    }
    .footer-socials{
        margin-top: 40px;
        gap: 10px;
        flex-wrap: wrap;
    }
    .footer-bottom{
        margin-top: 80px;
    }
    .footer-bottom{
        flex-wrap: wrap;
        gap: 20px 10px;
    }
    .footer-payment{
        order: 2;
    }
    .footer-copyright{
        width: 40%;
        font-size: 13px;
        line-height: 18px;
    }

    .footer-policy{
        font-size: 13px;
        line-height: 18px;
    }

    .footer-payment{
        width: 100%;
        justify-content:center;
        gap: 8px;
    }

    .footer-payment__item:first-child svg{
        width: 22.4px;
        height: 14px;
    }

    .footer-payment__item:nth-child(2) svg{
        width: 39.13px;
        height: 12px;
    }
    .footer-payment__item:nth-child(3) svg{
        width: 59.29px;
        height: 14px;
    }
}

@media (max-width: 350px){
    .footer-left, .footer-right {
        gap: 15px;
    }
}


/* Breadcrumbs */

.breadcrumbs{
    margin-top: 40px;
    margin-bottom: 40px;
}

.breadcrumbs__wrapper{
    display: flex;
    align-items: center;
    gap: 5px;
    overflow-x: auto;
    color: #121212;
}

.breadcrumbs-link{
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #909090;
    min-width: max-content;
}

.breadcrumbs-current{
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    color: #121212;
    min-width: max-content;
}

.catalog__title{
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    color: #121212;
}
.catalog-head__top, .catalog-head__bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.catalog-count{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
}

.catalog-count__text, .catalog-count__num{
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #909090;
}

.catalog-count__num{
    color: #121212;
    font-weight: 500;
}

.catalog-head__top{
    margin-bottom: 32px;
}

.catalog-filter__btn{
    border: 1px solid #121212;
}

.catalog-filter__btn, .catalog-sort__btn{
    width: 162px;
    height: 43px;
    padding: 12px 20px 12px 20px;
    /*border: 1px solid #121212;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #121212;
    cursor: pointer;
}

.catalog-items{
    display: flex;
    flex-wrap: wrap;
    gap: 30px 10px;
}

.catalog-items .product-card{
    width: calc(25% - 8px);
}

.catalog{
    margin-top: 40px;
    margin-bottom: 150px;
}

.product-out-stock__price{
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    color: #C90000;
    margin-top: 10px;
}

.catalog-pagination{
    margin-top: 80px;
}

.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    list-style-type: none;
}

.pagination li a,
.pagination li span {
    width: 32px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #121212;
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
}

.pagination li.active span{
    position: relative;
}

.pagination li.active span:after{
    content: '';
    position: absolute;
    bottom:0;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 1px;
    background-color: #121212;
}
@media(max-width: 768px){
    .pagination{
        gap: 0;
    }
}
.seo-text{
    margin-top: 150px;
    margin-bottom: 150px;
}
.seo-text span{
    font-family: 'TT Norms Pro'!important;
    display: block;
}

.seo-title{
    color:#121212;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
}
.seo-content{
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #909090;
    max-height: 120px;
    overflow: hidden;
    transition: 300ms all;
}
.seo-content h2{
    font-size: 18px;
    font-weight: 500;
    line-height: 21.56px;
    color:#121212;
    margin-bottom: 20px;
}
.seo-content h3{
    font-size: 16px;
    font-weight: 500;
    /*line-height: 21.56px;*/
    color:#121212;
}
.seo-content.active {
    max-height: max-content;
    transition: 300ms all;
}

.seo-content p:not(:last-child),
.seo-content ul:not(:last-child),
.seo-content ol:not(:last-child){
    margin-bottom: 20px;
}

.seo-content ul,
.seo-content ol{
    padding-left: 20px;
}

.seo-content li:not(:last-child){
    margin-bottom: 10px;
}

.seo-more {
    margin-top: 40px;
    height: 59px;
    min-width: 258px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.seo-more span:nth-child(2){
    display: none;
}

.seo-more.active span:nth-child(1){
    display: none;
}
.seo-more.active span:nth-child(2){
    display: flex;
}

.filter-popup{
    left: 0;
    top: 0;
    transform: none;
    height: calc(var(--vh, 1vh) * 100);
    width: 375px;
    padding: 0;
    display: block;
    transform: translateX(-100vw);
    transition: 300ms all;
}

.sort-popup{
    right: 0;
    top: 0;
    left: unset;
    transform: none;
    height: calc(var(--vh, 1vh) * 100);
    width: 384px;
    padding: 0;
    display: block;
    transform: translateX(100vw);
    transition: 300ms all;
}

.filter-popup.active, .sort-popup.active{
    transform: translateX(0);
}
.filter-popup.active{
    overflow: visible;
}
.filter-popup__container{
    padding: 20px;
    position: relative;
}
.filter-popup__container .ocf-content{
    overflow-y: auto;
    overflow-x: hidden;
    height: 95vh;
}

.filter-popup__title{
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    color: #121212;
    margin-bottom: 30px;
}

.filter-popup .success-close,
.sort-popup .success-close {
    top: 22px;
    right: 20px;
}

.filter-item__head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #121212;
    cursor: pointer;
}

.filter-item:not(:last-child){
    margin-bottom: 20px;
}


.filter-item.active .filter-item__body{
    display: block;
}

.filter-item__check{
    padding-top: 20px;
}

.filter-item__check input[type="checkbox"]{
    display: none;
}

.filter-item__check label{
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #909090;
    transition: 300ms all;
}

.filter-item__check label:before{
    content:'';
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxOCAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMTQuNVYyLjVDMSAxLjM5NTQzIDEuODk1NDMgMC41IDMgMC41SDE1QzE2LjEwNDYgMC41IDE3IDEuMzk1NDMgMTcgMi41VjE0LjVDMTcgMTUuNjA0NiAxNi4xMDQ2IDE2LjUgMTUgMTYuNUgzQzEuODk1NDMgMTYuNSAxIDE1LjYwNDYgMSAxNC41WiIgc3Ryb2tlPSIjOTA5MDkwIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
}

.filter-item__check input:checked + label:after{
    content:'';
    position: absolute;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOSAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOC4zNzM5IDAuODMyMDAxQzE4LjU1NzIgMC42MjU1MTggMTguNTM4NSAwLjMwOTQ5MSAxOC4zMzIgMC4xMjYxMzVDMTguMTI1NSAtMC4wNTcyMjA5IDE3LjgwOTUgLTAuMDM4NDcyOCAxNy42MjYxIDAuMTY4MDFMOS4xMTkzMiA5Ljc0NzhMNi4zNzMyMyA2LjY2NzI5QzYuMTg5NDggNi40NjExNiA1Ljg3MzQyIDYuNDQzMDIgNS42NjcyOSA2LjYyNjc3QzUuNDYxMTYgNi44MTA1MyA1LjQ0MzAyIDcuMTI2NTkgNS42MjY3NyA3LjMzMjcyTDguNzQ2ODEgMTAuODMyN0M4Ljg0MTc5IDEwLjkzOTMgOC45Nzc3OSAxMS4wMDAxIDkuMTIwNTIgMTFDOS4yNjMyNiAxMC45OTk5IDkuMzk5MTQgMTAuOTM4NyA5LjQ5MzkxIDEwLjgzMkwxOC4zNzM5IDAuODMyMDAxWk0zIDUuNDI0ODhlLTA2QzEuNjE5MjkgNS40MjQ4OGUtMDYgMC41IDEuMTE5MjkgMC41IDIuNTAwMDFWMTQuNUMwLjUgMTUuODgwNyAxLjYxOTI5IDE3IDMgMTdIMTVDMTYuMzgwNyAxNyAxNy41IDE1Ljg4MDcgMTcuNSAxNC41VjcuMDAwMDFDMTcuNSA2LjcyMzg2IDE3LjI3NjEgNi41MDAwMSAxNyA2LjUwMDAxQzE2LjcyMzkgNi41MDAwMSAxNi41IDYuNzIzODYgMTYuNSA3LjAwMDAxVjE0LjVDMTYuNSAxNS4zMjg0IDE1LjgyODQgMTYgMTUgMTZIM0MyLjE3MTU3IDE2IDEuNSAxNS4zMjg0IDEuNSAxNC41VjIuNTAwMDFDMS41IDEuNjcxNTggMi4xNzE1NyAxLjAwMDAxIDMgMS4wMDAwMUgxMy41NDEyQzEzLjgxNzQgMS4wMDAwMSAxNC4wNDEyIDAuNzc2MTQ4IDE0LjA0MTIgMC41MDAwMDVDMTQuMDQxMiAwLjIyMzg2MyAxMy44MTc0IDUuNDI0ODhlLTA2IDEzLjU0MTIgNS40MjQ4OGUtMDZIM1oiIGZpbGw9IiMxMjEyMTIiLz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 17px;
    box-sizing: border-box;
    left: 0;
    top: 0;
}

.filter-item__check input:checked + label:before{
    display: none;
}

.filter-item__check input:checked + label{
    color: #121212;
}

.filter-price .filter-item__body{
    margin-top: 20px;
}

.filter-price__head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.filter-price__from span:first-child,
.filter-price__to span:first-child{
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #909090;
    margin-right: 20px;
}

.filter-price__from span:nth-child(2),
.filter-price__to span:nth-child(2){
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #121212;
}

.filter-price__line{
    width: 100%;
    height: 1px;
    background-color: #000000;
}

.filter-price__bottom{
    position: relative;
}

.filter-toggle__left, .filter-toggle__right{
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #121212;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.filter-toggle__left{
    left: 0;
}

.filter-toggle__right{
    right: 0;
}

.filter-price{
    margin-bottom: 25px;
}

.apply-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 43px;
    width: 100%;
    box-shadow: none;
    background: none;
    gap: 5px;
}

.reset-filters-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 59px;
    margin-top: 73px;
    width: 100%;
    box-shadow: none;
    background: none;
}

.filter-item .filter-item__head svg{
    transform: rotate(180deg);
    transition: 300ms all;
}

.filter-item.active .filter-item__head svg{
    transform: rotate(0deg);
}

.filter-item__body{
    max-height: 0px;
    overflow: hidden;
    transition: 300ms max-height ease-in-out;
}

.filter-item.active .filter-item__body, .filter-price .filter-item__body{
    max-height: 999px;
    overflow: unset;
}

.filter-sizes.active .filter-item__body{
    display: flex;
    flex-wrap: wrap;
    max-width: 202px;
    column-gap: 20px;
}

.sort-radio input{
    display: none;
}

.sort-radio label{
    position: relative;
    padding-left: 40px;
}

.sort-radio label::before{
    content:'';
    position: absolute;
    left: 2px;
    top: -2px;
    border: 1px solid #121212;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
}

.sort-radio label:after{
    content:'';
    position: absolute;
    left: 6px;
    top: 2px;
    width: 12px;
    height: 12px;
    background-color: #121212;
    border-radius: 100%;
    opacity: 0;
    transition: 300ms all;
}

.sort-radio input:checked + label:after{
    opacity: 1;
}

.sort-radio input:checked + label:before{
    display: block;
}

.sort-items{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sort-items .sort-radio{
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #121212;
    cursor: pointer;
}

.sort-mob, .catalog-btn-mob{
    /*display: none;*/
    margin-top: 30px;
}

@media (max-width: 1024px){
    .catalog-items .product-card {
        width: calc(33% - 4px);
    }
}

@media (max-width: 850px){
    .catalog-items .product-card {
        width: calc(50% - 5px);
    }
}

@media (max-width: 600px){
    .catalog-items .product-card {
        width: calc(50% - 3px);
    }
    .catalog-items{
        margin-left: -17px;
        margin-right: -17px;
        gap: 15px 5px;
    }
    .product__add-to-wishlist{
        top: 4px;
        right: 4px;
    }
    .breadcrumbs{
        margin-top: 24px;
        margin-bottom: 20px;
    }
    .catalog__title{
        font-size: 20px;
        line-height: 24px;
    }
    .catalog-head__top{
        gap: 8px;
        flex-direction: column;
        align-items: flex-start;
    }
    .catalog-count__text, .catalog-count__num{
        font-size: 12px;
        line-height: 14.38px;
    }
    .catalog-head__top{
        margin-bottom: 12px;
    }
    .catalog-filter__btn, .catalog-sort__btn{
        width: 150px;
        height: 42px;
        font-size: 14px;
        line-height: 17px;
        gap: 11px;
        padding-left: 14px;
        padding-right: 14px;
    }
    .catalog-sort__btn{
        border-color: transparent;
    }
    .sort-mob{
        display: flex;
    }
    .catalog-sort__btn>svg{
        /*display: none;*/
    }
    .catalog{
        margin-top: 20px;
        margin-bottom: 80px;
    }
    .catalog-btn-mob{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 49px;
        margin-top: 48px;
        margin-bottom: 48px;
        max-width: 220px;
        margin-left: auto;
        margin-right: auto;
        font-size: 14px;
        line-height: 17px;
    }
    .catalog-pagination{
        margin-top: 48px;
    }
    .pagination li:nth-child(4),
    .pagination li:nth-child(5){
        /*display: none;*/
    }
    .seo-text{
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .seo-title{
        font-size: 16px;
        line-height: 19px;
    }
    .seo-content{
        font-size: 14px;
    }
    .seo-more{
        min-width: 220px;
        height: 49px;
        font-size: 14px;
        line-height: 17px;
    }

    .filter-popup, .sort-popup{
        width: calc(100% - 27px);
    }
    .sort-popup{
        transform: translateX(200vw);
    }
    .filter-popup__container{
        padding: 30px 20px 20px 20px;
    }
    .filter-popup__title{
        font-size: 20px;
        line-height: 24px;
    }
    .filter-popup .success-close, .sort-popup .success-close{
        top: 30px;
    }

}


@media (max-width: 370px){
    .catalog-filter__btn, .catalog-sort__btn {
        width: 50%;
    }
}
@media (max-width: 350px){
    .catalog-filter__btn{
        width: 40%;
    }
    .catalog-sort__btn{
        width: 55%;
    }
}




/* Info pages */

.info-page__title{
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    color: #121212;
    margin-bottom: 40px;
}

.info-page__content{
    max-width: 1030px;
    margin: 0 auto;
}

.info-page__descr, .info-page__descr a{
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #121212;
    text-decoration: none;
}

.info-page__descr a{
    position: relative;
}
.info-page__descr a:after{
    content:'';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #121212;
}

.info-page__descr p:not(:last-child){
    margin-bottom: 20px;
}

.info-page__text h2:not(:first-child),
.info-page__text h3:not(:first-child),
.info-page__text h4:not(:first-child),
.info-page__text h5:not(:first-child),
.info-page__text h6:not(:first-child){
    margin-top: 54px;
}
.content-advanced h2,
.info-page__text h2,
.custom-item-text h3,
.info-page__text h3,
.content-advanced h4,
.info-page__text h4,
.content-advanced h5,
.info-page__text h5,
.content-advanced h6,
.info-page__text h6{
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #121212;
    padding-left: 10px;
}
.content-advanced p,
.info-page__text p{
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #121212;
    margin: 10px;
    margin-bottom: 20px;
    display: inline-flex;
}
.content-advanced p strong
.info-page__text p strong{
    font-weight: 500;
}
.content-advanced p a,
.info-page__text p a{
    color: inherit;
    word-break: break-all;
}
.content-advanced ul, .content-advanced ol,
.info-page__text ul, .info-page__text ol, .exhange__text ul
{
    margin-bottom: 20px;
    padding-left: 25px;
    list-style-type: none;
}
.content-advanced li,
.info-page__text li, .exhange__text ul li{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #121212;
    position: relative;
}
.content-advanced li:before,
.info-page__text li:before, .exhange__text ul li:before{
    content:'';
    position: absolute;
    top: 11px;
    left: -11px;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background-color: #121212;
}
.content-advanced li:not(:last-child),
.info-page__text li:not(:last-child), .exhange__text ul li:not(:last-child){
    margin-bottom: 10px;
}

.info-page__descr{
    margin-bottom: 30px;
}

.info-page{
    margin-bottom: 150px;
}

.info-quote{
    text-align: center;
    font-style: italic;
    margin-top: 64px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}


.exhange__text{
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #121212;
}
.exhange__text p:not(:last-child){
    margin-bottom: 20px;
}

.exhange__text:not(:last-child){
    margin-bottom: 100px;
}

.exhange__text h2,
.exhange__text h3,
.exhange__text h4,
.exhange__text h5,
.exhange__text h6{
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 30px;
}

.exhange__text ul{
    margin-top: 30px;
    margin-bottom: 30px;
}

.exhange__text ol{
    padding-left: 20px;
}

.exhange__text ol li{
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #121212;
}

.exhange__text ol li:not(:last-child){
    margin-bottom: 10px;
}

.exhange__text-btns ol {
    max-width: 550px;
}

.exhange__text-btns{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    gap: 20px;
}

.exchange-download {
    min-width: 302px;
    height: 59px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.exhange__text-btns ~ ul{
    margin-top: 20px;
    margin-bottom: 0;
}
.exhange__text-btns ~ ul strong{
    font-weight: 500;
}
.exchange-with-btns{
    margin-bottom: 46px !important;
}
.exhange__text:last-child p:not(:last-child){
    margin-bottom: 10px;
}
.exhange__text:last-child{
    font-size: 18px;
    line-height: 26px;
}

.garanty-page .info-page__title{
    margin-bottom: 64px;
}

.garanty-first{
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1.2fr;
    gap: 125px;
}
.garanty-first__logo{
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
    color: #121212;
}

.garanty-first__right{
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #121212;
}

.garanty-first__right p:not(:last-child){
    margin-bottom: 20px;
}

.garanty-first{
    margin-bottom: 150px;
}

.garanty-second{
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1.2fr ;
    gap: 125px;
    margin-bottom: 150px;
}

.garanty-second__text h2{
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #121212;
    margin-bottom: 30px;
}
.garanty-second__text ul,.garanty-second__text ol {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 25px;
}

.garanty-second__text ul{
    list-style-type: none;
}
.garanty-second__text ul li:before {
    content: '';
    position: absolute;
    top: 11px;
    left: -11px;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background-color: #121212;
}

.garanty-second__text ul li{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #121212;
    position: relative;
}

.garanty-second__text li:not(:last-child){
    margin-bottom: 10px;
}

.garanty-second__text p{
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}


.garanty-second__right{
    display: flex;
}
.garanty-second img{
    width: 100%;
    height: auto;
}

.garanty-second__left{
    padding-top: 29px;
    padding-bottom: 29px;
}

.garanty-center{
    margin-bottom: 150px;
}

.garanty-center .info-page__title{
    margin-bottom: 40px;
}

.garanty-center .info-page__text p{
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
    color: #121212;
}

.garanty-second--rev {
    grid-template-columns: 1.2fr 1fr;
}

.garanty-center__small{
    text-align: center;
    margin-bottom: 150px;
    margin-top: 150px;
}
.garanty-small__title{
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #121212;
    margin-bottom: 30px;
}

.garanty-small__text{
    width: fit-content;
    max-width: 505px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #121212;
}
.garanty-small__text ul{
    padding-left: 25px;
}

.garanty-small__text li:not(:last-child){
    margin-bottom: 10px;
}

.garanty-small__text ul li{
    position: relative;
    width: fit-content;
    margin: 0 auto;
    list-style-type: none;
}

.garanty-small__text ul li:before, .payment-type__content ul li:before {
    content: '';
    position: absolute;
    top: 11px;
    left: -11px;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background-color: #121212;
}



.payment-page__content{
    display: flex;
    justify-content: space-between;
    gap: 50px;
}
.payment-page__left, .payment-page__right{
    max-width: 505px;
    flex: 1;
    width: 100%;
}

.payment-page .info-page__title{
    margin-bottom: 64px;
}

.payment-title{
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}
.payment-type__top{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: #121212;
    margin-bottom: 11px;
}
.payment-type__icon{
    display: flex;
}

.payment-type__content{
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: #121212;
}

.payment-type__content ul{
    list-style-type: none;
}

.payment-type__content li{
    position: relative;
    padding-left: 25px;
}

.payment-type__content ul li:before{
    left: 9px;
}

.payment-type:not(:last-child){
    margin-bottom: 30px;
}

.payment-types__icons{
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 14px;
}
.payment-types__icon{
    display: flex;
}

.payment-page__right .payment-type:not(:last-child){
    margin-bottom: 20px;
}

.payment-page__right .payment-type:last-child .payment-type__top{
    margin-bottom: 24px;
}
.payment-page{
    margin-bottom: 150px;
}

@media (max-width: 768px){
    .payment-page__content{
        flex-direction: column;
    }
    .payment-page__left, .payment-page__right{
        max-width: 100%;
    }
    .exhange__text-btns{
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
}

@media (max-width: 600px){
    .payment-page .info-page__title{
        margin-bottom: 30px;
    }
    .payment-title{
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 24px;
    }
    .payment-type__top{
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 10px;
    }
    .payment-type__content{
        font-size: 14px;
    }
    .payment-type:not(:last-child){
        margin-bottom: 16px;
    }
    .payment-types__icons{
        margin-top: 24px;
    }
    .payment-page__right .payment-type:last-child .payment-type__top{
        margin-bottom: 20px;
    }
    .payment-page__right .payment-type:not(:last-child){
        margin-bottom: 14px;
    }
    .payment-page{
        margin-bottom: 80px;
    }
    .exhange__text{
        line-height: 24px;
    }
    .exhange__text:not(:last-child){
        margin-bottom: 80px;
    }
    .exhange__text h2, .exhange__text h3, .exhange__text h4, .exhange__text h5, .exhange__text h6{
        line-height: 26px;
        padding-right: 15px;
    }
    .info-page__text li, .exhange__text ul li{
        line-height: 24px;
    }
    .exhange__text + .exhange__text-small{
        margin-top: -40px;
    }
    .exhange__text ol li{
        font-size: 16px;
        line-height: 24px;
    }
    .exchange-download{
        width: 100%;
        height: 49px;
        font-size: 14px;
        line-height: 17px;
    }
    .exchange-with-btns{
        margin-bottom: 40px !important;
    }
    .info-page{
        margin-bottom: 80px;
    }
    .info-page__descr, .info-page__descr a{
        font-size: 16px;
        line-height: 24px;
    }
    .info-page__text h2, .info-page__text h3, .info-page__text h4, .info-page__text h5, .info-page__text h6{
        padding-left: 0;
    }
    .info-page__rules h2,
    .info-page__rules h3,
    .info-page__rules h4,
    .info-page__rules h5,
    .info-page__rules h6{
        display: flex;
        align-items: flex-start;
        gap: 5px;
        padding-left: 5px;
        line-height: 26px;
    }
    .info-page__rules .info-page__text h2:not(:first-child),
    .info-page__rules .info-page__text h3:not(:first-child),
    .info-page__rules .info-page__text h4:not(:first-child),
    .info-page__rules .info-page__text h5:not(:first-child),
    .info-page__rules .info-page__text h6:not(:first-child){
        margin-top: 40px;
    }
    .info-quote{
        line-height: 26px;
    }
    .policy-page  h2,
    .policy-page h3,
    .policy-page h4,
    .policy-page h5,
    .policy-page h6{
        display: flex;
        gap: 5px;
        padding-left: 5px;
        line-height: 26px;
        padding-right: 15px;
    }
    .info-page__text p{
        font-size: 16px;
        line-height: 28px;
    }
    .policy-page .info-page__text h2:not(:first-child),
    .policy-page .info-page__text h3:not(:first-child),
    .policy-page .info-page__text h4:not(:first-child),
    .policy-page .info-page__text h5:not(:first-child),
    .policy-page .info-page__text h6:not(:first-child){
        margin-top: 40px;
    }
}


/* Contacts */

.contact-page .info-page__title{
    margin-bottom: 64px;
}

.contact__wrap{
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.contacts__rows{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.contacts__row{
    display: flex;
    gap: 20px;
}
.contacts__text{
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #121212;
}
.contacts__link{
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: #121212;
}

.contacts__socials{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.contacts-socials__item{
    display: flex;
    align-items: center;
    gap: 20px;
    text-decoration: none;
}
.contact-socials__icon{
    display: flex;
}

.contact-socials__title{
    display: flex;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #121212;
    text-decoration: underline;
}

.contacts-map{
    display: flex;
}

.contact__wrap{
    margin-bottom: 100px;
}

.contacts-map iframe{
    width: 100%;
    height: 385px;
}

.contacts__right{
    margin-right: 31px;
}

@media (max-width: 1024px){
    .contacts__row{
        flex-direction: column;
    }
}

@media (max-width: 600px){
    .contact-page .info-page__title{
        margin-bottom: 30px;
    }
    .contact__wrap{
        flex-direction: column;
        gap: 40px;
    }
    .contacts__row{
        flex-direction: row;
        gap: 14px;
    }
    .contacts__rows{
        gap: 20px;
    }
    .contacts__text{
        font-size: 16px;
        line-height: 19px;
    }
    .contacts__link{
        font-size: 16px;
        line-height: 19px;
    }
    .contacts__socials{
        margin-top: 20px;
        gap: 20px 18px;
    }
    .contacts-socials__item{
        gap: 16px;
    }
    .contact__wrap{
        margin-bottom: 80px;
    }
    .contacts-map iframe{
        height: 431px;
    }
}


/* Blog */

.blog-buttons{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.blog-button{
    border: 1px solid #909090;
    color: #909090;
    padding: 14px 79px;
    border-radius: 40px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    transition: 300ms all;
}

.blog-button:first-child{
    min-width: 230px;
}

.blog-button:nth-child(2){
    min-width: 230px;
    /*padding: 14px 72px;*/
}

.blog-button:hover{
    border-color: #121212;
    color: #121212;
}

.blog-articles{
    margin-top: 64px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px 20px;
}


@media (min-width: 901px){
    .blog-article:nth-child(4),
    .blog-page__sale .blog-article{
        grid-column: 1/4;
        display: grid;
        grid-template-columns: 1.62fr 1fr;
        gap: 85px;
        align-items: center;
    }

    .blog-article:nth-child(4) .blog-article__img img,
    .blog-page__sale .blog-article .blog-article__img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        height: 436px;
    }
}

.blog-article__img{
    display: flex;
}

.blog-article__img img{
    width: 100%;
    height: 382px;
    object-fit: cover;
}

.blog-article__date{
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #909090;
}
.blog-article__title{
    display: flex;
    margin-top: 12px;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    color: #121212;
    text-decoration: none;
    min-height: 90px;
}
.blog-article__more{
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-top: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #121212;
    gap: 10px;
}

.blog-page{
    margin-bottom: 150px;
}

@media (max-width: 1024px) and (min-width: 901px){
    .blog-article:nth-child(4), .blog-page__sale .blog-article{
        gap: 20px;
    }
}

@media (max-width:900.98px){
    .blog-articles{
        grid-template-columns: 1fr 1fr;
    }
    .blog-article__img img{
        aspect-ratio: 1/1;
        height: auto;
    }
}


@media (max-width: 600px){
    .blog-articles{
        grid-template-columns: 1fr;
    }
    .info-page__title{
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 30px;
    }
    .blog-buttons{
        gap: 15px;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .blog-button, .blog-button:nth-child(2), .blog-button:first-child{
        padding-left: 10px;
        padding-right: 10px;
        min-width: unset;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .blog-articles{
        margin-top: 30px;
        margin-left: -10px;
        margin-right: -10px;
    }
    .blog-article__img img{
        aspect-ratio: 1/0.902;
    }
    .blog-article__date{
        font-size: 14px;
        line-height: 25px;
    }
    .blog-article__title{
        font-size: 20px;
        line-height: 24px;
    }
    .blog-articles{
        row-gap: 30px;
    }
    .blog-page{
        margin-bottom: 80px;
    }

    .blog-page__sale .blog-article__img img{
        height: 236px;
    }
}

@media (max-width: 370px){
    .blog-buttons{
       grid-template-columns: 1fr;
    }
}



/* Blog post */

.blog-post__title{
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    color: #121212;
    max-width: 552px;
    margin: 0 auto;
}

.blog-post__date{
    margin-top: 14px;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #909090;
    text-align: center;
}

.blog-post__content{
    max-width: 1030px;
    margin: 0 auto;
    margin-top: 40px;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color:#121212;
}


.blog-post__content p:not(:last-child),
.blog-post__content ul:not(:last-child),
.blog-post__content ol:not(:last-child){
    margin-bottom: 30px;
}

.blog-post__content h2,
.blog-post__content h3,
.blog-post__content h4,
.blog-post__content h5,
.blog-post__content h6{
    margin-top: 50px;
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    color: #121212;
}

.blog-post__nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1030px;
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
}


.blog-post__page{
    margin-bottom: 150px;
}

.blog-post__prev, .blog-post__next{
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #121212;
}

.note-float-right{
    margin-left: 20px;
    float: right;
    max-width: 32% !important;
}

.note-float-left{
    margin-right: 20px;
    float: left;
    max-width: 32% !important;
}

.blog-post__content ul,
.blog-post__content ol{
    padding-left: 20px;
}


.note-float-left + .note-float-left{
    margin-right: 20px;
}

.note-float-left + .note-float-left + .note-float-left{
    margin-right: 0;
}

.note-float-left + .note-float-left + .note-float-left:not(:last-child){
    margin-bottom: 30px;
}

.note-float-left + .blog-post__clear {
    margin-top: -30px;
}
.blog-post__content img:not(.note-float-left, .note-float-right){
    margin-top: 20px;
    margin-bottom: 20px;
}

.note-float-left,
.note-float-right{
    height: auto;
    width: auto;
}
.blog-post__content img{
    width: auto;
    height: auto;
    max-width: 100%;
}

@media (max-width: 1200px){
    .note-float-left {
        max-width: 31% !important;
        height: auto;
    }
    .note-float-right{
        max-width: 50% !important;
        height: auto;
    }
}

@media (max-width: 768px){
    .note-float-left, .note-float-left + .note-float-left{
        margin-right: 10px;
    }
    .note-float-left{
        max-width: 32% !important;
    }
}

@media (max-width: 600px){
    .note-float-left, .note-float-left + .note-float-left{
        margin-right: 0;
    }
    .note-float-left {
        max-width: 100% !important;
        clear: unset !important;
        float: none !important;
        width: 100%;
        display: flex;
        margin-bottom: 20px;
        aspect-ratio: 1/0.94;
        object-fit: cover;
    }
    .blog-post__page{
        margin-bottom: 80px;
    }
    .blog-post__title{
        text-align: left;
        font-size: 20px;
        line-height: 24px;
    }
    .blog-post__date{
        margin-top: 10px;
        text-align: left;
        font-size: 14px;
        line-height: 25px;
    }
    .blog-post__content{
        margin-top: 30px;
    }
    .blog-post__content{
        font-size: 16px;
        line-height: 24px;
    }
    .blog-post__content h2, .blog-post__content h3, .blog-post__content h4, .blog-post__content h5, .blog-post__content h6{
        margin-top: 50px;
        margin-bottom: 30px;
        font-size: 20px;
        line-height: 24px;
    }
    .note-float-right{
        max-width: 100% !important;
        width: 100%;
        height: auto;
        display: flex;
        margin-left: 0;
        float: unset !important;
        margin-bottom: 20px;
    }
    .blog-post__nav{
        margin-top: 10px;
    }
    .blog-post__prev, .blog-post__next{
        font-size: 14px;
        line-height: 20px;
        gap: 8px;
    }
}

@media (max-width: 340px){
    .blog-post__prev, .blog-post__next{
        font-size: 12px;
    }
}


/* About page */

.about-hero{
    margin-top: -65px;
    display: flex;
}

.about-hero img{
    width: 100%;
    height: 379px;
    object-fit: cover;
}

.about-hero + .breadcrumbs{
    margin-bottom: 64px;
}

.about-page .garanty-first__right p:not(:last-child){
    margin-bottom: 30px;
}

.about-img{
    margin-top: 150px;
    margin-bottom: 150px;
    display: flex;
}

.about-img img{
    width: 100%;
    height: auto;
    object-fit: cover;
}


@media (max-width: 1200px){
    .garanty-second, .garanty-first{
        gap: 50px;
    }
}

@media (max-width: 991px){
    .garanty-second{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .garanty-second--rev{
        flex-direction: column-reverse;
    }
    .garanty-second__left, .garanty-second__right{
        width: 100%;
    }
    .garanty-second, .garanty-first{
        gap: 30px;
    }
    .garanty-second__left{
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (max-width: 768px){
    .garanty-first{
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (max-width: 600px){
    .about-hero img{
        height: 348px;
    }
    .about-hero + .breadcrumbs{
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .garanty-first__logo{
        font-size: 24px;
        line-height: 29px;
    }
    .garanty-first__right{
        font-size: 16px;
        line-height: 28px;
    }
    .about-page .garanty-first__right p:not(:last-child){
        margin-bottom: 20px;
    }
    .garanty-first{
        margin-bottom: 80px;
    }
    .about-img{
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .about-img img{
        aspect-ratio: 1/1.12;
    }
    .garanty-page .info-page__title{
        text-align: left;
        margin-bottom: 30px;
    }
    .garanty-first{
        gap: 20px;
    }
    .garanty-second__text h2{
        line-height: 26px;
    }
    .garanty-second__text p{
        font-size: 16px;
    }
    .garanty-second__right img{
        aspect-ratio: 1/0.9;
        object-fit: cover;
    }
    .garanty-second{
        margin-bottom: 80px;
    }
    .garanty-center .info-page__text p{
        text-align: left;
        font-size: 16px;
    }
    .garanty-center{
        margin-bottom: 80px;
    }
    .garanty-small__title{
        text-align: left;
    }
    .garanty-small__text ul li, .garanty-small__text{
        margin: 0;
        width: 100%;
        max-width: 100%;
    }
    .garanty-center__small{
        text-align: left;
        margin-top: 80px;
        margin-bottom: 80px;
    }
}


/* Account */

.account-page{
    margin-bottom: 102px;
}

.account-page__wrapper{
    display: flex;
    gap: 20px;
}

.account-left{
    max-width: 400px;
    flex:1;
    width: 100%;
    padding: 40px;
    background-color: #FBFBFB;
    height: fit-content;
}

.account-right{
    max-width: 820px;
    flex:1;
    width: 100%;
}

.account-welcome{
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #909090;
    margin-bottom: 14px;
}

.account-name{
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    color: #121212;
}

.account-left ul{
    margin-top: 24px;
    margin-bottom: 24px;
    list-style-type: none;
}

.account-left ul a, .account-left ul span{
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    color: #909090;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}

.account-left ul span.active{
    color: #121212;
    font-weight: 500;
}

.account-left ul span.active path{
    stroke: #121212;
}

.account-left ul li:not(:last-child){
    margin-bottom: 20px;
}

.account-subscribe{
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    color: #121212;
    margin-bottom: 40px;
}
.account-subscribe label{
    padding-left: 34px;
}
.account-subscribe input:checked + label:after{
    left: 3px;
    width: 19px;
    height: 18px;
}

.account-subscribe label:before{
    width: 24px;
    height: 24px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQgMThWNkM0IDQuODk1NDMgNC44OTU0MyA0IDYgNEgxOEMxOS4xMDQ2IDQgMjAgNC44OTU0MyAyMCA2VjE4QzIwIDE5LjEwNDYgMTkuMTA0NiAyMCAxOCAyMEg2QzQuODk1NDMgMjAgNCAxOS4xMDQ2IDQgMThaIiBzdHJva2U9IiM5MDkwOTAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K);
}

.account-exit{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 49px;
    gap: 10px;
    width: 100%;
    border: 1px solid #121212;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #121212;
    text-decoration: none;
    transition: 300ms all;
}

.account-exit path{
    transition: 300ms all;
}

.account-exit:hover path{
    stroke:#ffffff;
}

.account-title{
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #121212;
    margin-bottom: 30px;
}

.account-right .product-card{
    width: calc(33% - 10px);
}

.account-right  .catalog-items{
    gap: 19px;
}
.account-right .product-card__img video,
.account-right .product-card__img img{
    max-height: 358px;
}

.account-right .product-card__img .swiper-slide{
    display: flex;
}

.account-none{
    margin-top: 40px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: #121212;
}

.account-data-three, .account-data__datas{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.account-data-two, .account-data-two{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.account-data__input{
    position: relative;
}

.account-data__input input{
    width: 100%;
    height: 49px;
    padding: 16px 20px;
    color: #121212;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    border: 1px solid #909090;
    border-radius: 0;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.account-data__input input::placeholder{
    color: #909090;
}

.account-data{
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.account-data__title{
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #909090;
    margin-bottom: 12px;
}

.account-data__num{
    display: flex;
    align-items: center;
    gap: 25px;
}

.account-data__num a{
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    color: #121212;
    text-decoration: none;
}

.account-phone__edit, .account-email__edit{
    text-decoration: underline;
    color: #121212;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    cursor: pointer;
}

.account-data__submit{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 49px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}
.account-title:not(:first-child){
    margin-top: 64px;
}

.bonus-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.bonus-row:not(:last-child){
    margin-bottom: 20px;
}

.bonus-col:first-child{
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color:#121212;
}

.bonus-col{
    color: #909090;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}

.edit-phone-popup, .edit-email-popup{
    max-width: 529px;
    padding: 16px 30px 30px 30px;
}

.edit-phone-popup .popup-title,
.edit-email-popup .popup-title{
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
}

.edit-phone-popup  .success-close,
.edit-email-popup .success-close{
    top: 16px;
    right: 16px;
}

.edit-form__rows{
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 24px;
}

.edit-form__btns{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.edit-form__btns .btn{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 49px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}

.cabinet-address__head{
    display: flex;
    align-items: center;
    gap: 12px;
}

.cabinet-address__icon{
    display: flex;
}

.cabinet-address__title{
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #121212;
}

.cabinet-address__btn{
    margin-left: auto;
    height: 49px;
    width: 267px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #121212;
}

.cabinet-address__rows{
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.cabinet-address__btn path{
    transition: 300ms all;
}

.cabinet-address__btn:hover path{
    stroke: #ffffff;
}

.cabinet-address__body{
    margin-top: 40px;
}

.cabinet-body__subtitle{
    text-decoration: underline;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    color: #121212;
    margin-bottom: 14px;
    cursor: pointer;
}

.cabinet-body__subtitle.active{
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    text-decoration: none;
    color: #C90000;
}

.cabinet-body__title{
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #121212;
}

.cabinet-body__right{
    display: flex;
    cursor: pointer;
}

.cabinet-body__head{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.cabinet-body__content{
    margin-top: 32px;
}

.cabinet-body__f-title{
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #909090;
    margin-bottom: 12px;
}

.cabinet-body__f-text, .cabinet-body__f-text a{
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    color: #121212 !important;
    text-decoration: none;
}

.cabinet-body__f{
    display: flex;
    justify-content: space-between;
    gap: 80px;
}

.cabinet-body__s{
    margin-top: 32px;
    display: flex;
    gap: 40px;
}

.cabinet-body__btn{
    margin-top: 32px;
}

.cabinet-body__btn{
    width: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 49px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #FFFFFF;
    margin-left: auto;
}

.account-info, .account-delivery{
    margin-bottom: 150px;
}

.edit-addr1-popup .sign-popup__container,
.edit-addr2-popup .sign-popup__container,
.edit-addr3-popup .sign-popup__container{
    padding: 20px 20px 82px 20px;
}

.edit-addr1-popup  .sign-popup__title,
.edit-addr2-popup .sign-popup__title,
.edit-addr3-popup .sign-popup__title{
    margin-bottom: 10px;
}
.sign-popup__subtitle{
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #121212;
}

.form-two-col{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.account-review__items{
    flex-direction: column;
    gap: 64px;
    display: none;
}
.account-review__items.active{
    display: flex;
}

.account-review__item{
    display: flex;
    flex-direction: column;
}

.account-review__top, .account-review__bottom{
    display: grid;
    grid-template-columns: 1fr 1.5fr 1fr 1.5fr;
}

.account-review__top{
    padding-bottom: 10px;
    border-bottom: 1px solid #E3E3E3;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #121212;
}

.account-review__bottom{
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E3E3E3;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #121212;
}
.account-review__show{
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 260px;
    height: 49px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;

}


.account-review__top .account-review__col:not(:first-child, :last-child),
.account-review__bottom .account-review__col:not(:first-child, :last-child){
    text-align: center;
}

.account-review__top .account-review__col:last-child{
    text-align: center;
}

.account-review__content{
    display: none;
}

.account-review__content.active{
    display: block;
}

.account-review__prod{
    display: flex;
    align-items: center;
    gap: 30px;
}

.account-review__img{
    display: flex;
    width: 295px;
}

.account-review__img img{
    width: 100%;
    height: auto;
}

.account-review__title{
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: #121212;
    margin-bottom: 10px;
    text-decoration: none;
    display: block;
}

.account-review__value{
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #909090;
}
.account-review__value span{
    color: #121212;
}

.account-reviews .account-title:not(:first-child){
    margin-top: 40px;
    margin-bottom: 32px;
}

.account-review__rows{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.account-review__row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.account-review__left{
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #121212;
}

.account-review__right{
    display: flex;
    align-items: center;
    gap: 3px;
}

.account-review__date{
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #121212;
    display: flex;
    align-items: center;
    gap: 12px;
}

.account-review__date span{
    font-weight: 400;
    color: #909090;
}

.account-review__back{
    margin-top: 40px;
    margin-left: auto;
    min-width: 267px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 49px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}

.account-reviews{
    margin-bottom: 150px;
}

.account-orders-page{
    margin-bottom: 450px;
}

.account-orders{
    margin-top: 32px;
}

.account-order{
    display: flex;
    gap: 14px;
    padding: 20px 30px 20px 20px;
    border: 1px solid #909090;
}

.account-order:not(:last-child){
    margin-bottom: 40px;
}

.account-order__left, .account-order__num, .account-order__date{
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #121212;
}

.account-order__date{
    font-weight: 400;
    color: #909090;
}

.account-order__right{
    width: 100%;
}

.account-order__top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.account-order__products{
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
}

.account-order__product{
    padding-top: 10px;
    padding-bottom: 10px;
    display: grid;
    align-items: center;
    grid-template-columns: 100px 1.5fr 0.5fr 0.5fr;
    gap: 30px;
}

.account-order__img{
    display: flex;
}

.account-order__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.account-order__title{
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #121212;
    margin-bottom: 10px;
}

.account-order__product .popup-product__option--name,
.account-order__product .popup-product__option--value{
    font-size: 14px;
    line-height: 16px;
}

.account-order__product:not(:last-child){
    border-bottom: 1px solid #E3E3E3;
}

.account-order__quant, .account-order__price{
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #121212;
}

.account-order__price{
    text-align: right;
}

.account-order__total{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.account-order__text{
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #909090;
}

.account-order__summa{
    color: #121212;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
}

.order-blank{
    margin-top: 40px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: #121212;
}

.cabinet-address__mob{
    display: none;
}

.self-delivery .cabinet-body__subtitle{
    margin-bottom: 0;
}

.select-items {
    width: calc(100% + 2px);
}

.cabinet-review__title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.account-review__info{
    font-size: 14px;
    line-height: 20px;
}

@media (max-width: 1300px){
    .account-page__wrapper .product-card{
        width: calc(33% - 11px);
    }
    .cabinet-body__f{
        gap: 20px;
        flex-wrap: wrap;
    }
}

@media (max-width: 1200px){
    .account-wishlist-page .account-page__wrapper .product-card {
        width: calc(50% - 11px);
    }
    .account-wishlist-page .account-right{
        max-width: 60%;
    }
    .account-data-three, .account-data__datas{
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px){
    .account-page__wrapper{
        flex-direction: column-reverse;
    }
    .account-left{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 72px;
        background-color: #FBFBFB;
        z-index: 2;
        max-width: 100%;
        padding: 20px 24px;
        flex-direction: row;
        display: flex;
        justify-content: space-between;
    }
    .account-welcome, .account-name, .account-subscribe{
        display: none;
    }
    .account-left ul a, .account-left ul span{
        width: 26px;
        overflow: hidden;
    }
    .account-left ul{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin-top: 0;
        margin-bottom: 0;
        width: 100%;
    }
    .account-left ul li:not(:last-child){
        margin-bottom: 0;
    }
    .account-left ul a, .account-left ul span{
        padding: 0;
    }
    .account-left ul svg{
        flex-shrink: 0;
    }
    .account-exit{
        height: auto;
        border: none;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        overflow: hidden;
        margin-left: auto;
        width: 20%;
        justify-content: flex-end;
    }

    .account-exit span{
        display: none;
    }

    .account-exit svg{
        flex-shrink: 0;
    }

    .account-exit, .account-exit path{
        transition: unset;
    }

    .account-exit:hover {
        background-color: transparent;
    }
    .account-exit:hover path{
        stroke: #121212;
    }
    .account-right .product-card__img video,
    .account-right .product-card__img img{
        max-height: 450px;
    }

    .account-wishlist-page .account-right{
        max-width: 100%;
    }
    .account-wishlist-page .account-page__wrapper .product-card {
        width: calc(33% - 11px);
    }
    .account-none{
        margin-top: 30px;
    }
    .account-right{
        max-width: 100%;
    }
    .account-data-three, .account-data__datas{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .account-info, .account-delivery{
        margin-bottom: 80px;
    }
    .account-data-two, .account-data-two{
        grid-template-columns: 1fr 1fr;
    }
    .account-data__num{
        flex-wrap: wrap;
        row-gap: 10px;
    }
    .account-orders-page{
        margin-bottom: 80px;
    }
    .account-order{
        flex-direction: column;
    }
}

@media (max-width: 768px){
    .account-wishlist-page .account-page__wrapper .product-card {
        width: calc(50% - 11px);
    }
    .account-data-three, .account-data__datas{
        grid-template-columns: 1fr;
    }
    .account-data-two, .account-data-two{
        grid-template-columns: 1fr;
    }

    .cabinet-address__head{
        flex-wrap: wrap;
        row-gap: 24px;
    }
    .cabinet-address__title{
        width: calc(100% - 40px);
    }
    .cabinet-address__head .cabinet-address__btn{
        display: none;
    }
    .cabinet-address__btn{
        margin-left: 0;
        width: 100%;
    }
    .cabinet-address__mob{
        display: flex;
        margin-top: 24px;
    }
    .cabinet-body__btn{
        width: 100%;
    }
    .cabinet-address__body{
        margin-top: 24px;
    }
    .cabinet-body__f{
        row-gap: 24px;
    }

    .cabinet-body__title{
        font-size: 16px;
        line-height: 19.17px;
    }

    .account-order__product{
        grid-template-columns: 106px 40px 1fr;
        align-items: flex-start;
        gap: 10px;
    }

    .account-order__details{
        grid-column: 2/4;
    }

    .account-order__img{
        grid-row: 1/3;
        height: 100%;
    }
    .account-order__quant{
        text-align: left;
    }
}

@media (max-width: 600px){
    .account-wishlist-page .account-page__wrapper .product-card{
        width: 100%;
    }
    .account-right .catalog-items{
        margin-left: -12px;
        margin-right: -12px;
    }
    .account-title{
        margin-bottom: 20px;
    }
    .account-wishlist-page .product__add-to-wishlist{
        top: 10px;
        right: 10px;
    }
    .account-right .catalog-items{
        gap: 30px;
    }
    .account-page{
        margin-bottom: 80px;
    }

    .account-none{
        font-size: 16px;
        line-height: 19px;
    }
    .account-left ul svg, .account-exit svg{
        width: 24px;
        height: 24px;
    }
    .account-data{
        gap: 20px;
    }
    .account-data__num{
        justify-content: space-between;
    }
    .account-title:not(:first-child){
        margin-top: 60px;
        margin-bottom: 20px;
    }
    .show-password, .hide-password{
        right: 20px;
    }
    .account-bonuses__title{
        margin-top: 40px;
        margin-bottom: 32px;
    }
    .edit-phone-popup, .edit-email-popup{
        width: calc(100% - 40px);
        padding: 20px;
    }
    .edit-phone-popup .popup-title, .edit-email-popup .popup-title{
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 24px;
    }
    .edit-phone-popup .success-close, .edit-email-popup .success-close{
        top: 20px;
        right: 20px;
    }
    .edit-form__btns{
        display: flex;
        flex-direction: column-reverse;
    }
    .edit-form__btns .btn{
        width: 100%;
    }
    .cart-popup, .cart-blank-popup{
        transform: translateX(200vw);
    }
    .cabinet-body__s{
        flex-wrap: wrap;
        row-gap: 24px;
    }
    .edit-addr1-popup .sign-popup__container, .edit-addr2-popup .sign-popup__container, .edit-addr3-popup .sign-popup__container{
        padding: 30px 20px 42px 20px;
    }
    .sign-popup__title{
        font-size: 20px;
        line-height: 24px;
    }
    .edit-addr1-popup .sign-popup__close,
    .edit-addr2-popup .sign-popup__close,
    .edit-addr3-popup .sign-popup__close {
        top: 30px;
    }

    .edit-addr1-popup .sign-tab__content,
    .edit-addr2-popup .sign-tab__content,
    .edit-addr3-popup .sign-tab__content {
        padding-top: 20px;
    }

    .edit-addr1-popup .form-remember label:before,
    .edit-addr2-popup .form-remember label:before,
    .edit-addr3-popup .form-remember label:before{
        top: 0;
        transform: none;
    }
    .edit-addr1-popup .form-remember input:checked + label:after,
    .edit-addr2-popup .form-remember input:checked + label:after,
    .edit-addr3-popup .form-remember input:checked + label:after {
        top: 0;
        transform: none;
    }

    .account-review__top{
        display: none;
    }
    .account-review__bottom{
        border-bottom: none;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 24px 10px;
        padding: 0;
    }
    .account-review__col:nth-child(3){
        order: -1;
        width: 30%;
        text-align: right !important;
    }
    .account-review__col:nth-child(1){
        order: -1;
        width: 30%;
    }
    .account-review__col:nth-child(2){
        width: 100%;
        text-align: left !important;
    }
    .account-review__col:last-child{
        margin-top: -8px;
    }
    .account-review__show{
        max-width: 100%;
    }
    .account-review__items{
        gap: 48px;
    }

    .account-review__prod{
        flex-direction: column;
        align-items: flex-start;
    }
    .account-review__img{
        width: 100%;
    }
    .account-review__img img{
        object-fit: cover;
        aspect-ratio: 1/1;
    }
    .account-reviews .account-title:not(:first-child){
        margin-bottom: 30px;
    }
    .account-review__back{
        width: 100%;
    }

    .account-orders{
        margin-top: 20px;
    }
    .account-order__num{
        font-size: 14px;
        line-height: 17px;
    }
    .account-order__date{
        font-size: 14px;
        line-height: 16.77px;
    }
    .account-order__products{
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .account-order__title{
        font-size: 13px;
        line-height: 18.2px;
    }
    .account-order__summa{
        font-size: 16px;
        line-height: 22.4px;
    }

    .account-order__total{
        flex-wrap: wrap;
        gap: 10px;
    }

    .order-blank{
        margin-top: 30px;
        font-size: 16px;
        line-height: 19px;
    }
}

@media (max-width: 400px){
    .edit-addr1-popup, .edit-addr2-popup, .edit-addr3-popup{
        width: calc(100% - 27px);
        transform: translateX(-200vw);
        right: unset;
        left: 0;
    }

    .edit-addr1-popup.active, .edit-addr2-popup.active, .edit-addr3-popup.active{
        transform: translateX(0vw);
    }
}

@media (max-width: 370px){
    .account-order__price{
        grid-row: 3 / 4;
        grid-column: 2 / 4;
        text-align: left;
    }
    .account-order__img{
        grid-row: 1/4;
    }
    .account-order__top{
        flex-wrap: wrap;
        gap: 10px;
    }
}


/* Product page */

.product-page{
    margin-bottom: 150px;
}

.product-page__wrapper{
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.product-page__images{
    max-width: 715px;
    width: 100%;
    flex: 1;
    display: flex;
}

.product-page__content{
    max-width: 505px;
    width: 100%;
    flex: 1;
}

.product-page__images .swiper-wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 550px;
    gap: 5px;
}

.product-page__title{
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    color: #121212;
    margin-bottom: 14px;
}

.product-page__infos{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.product-page__sku{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #909090;
}

.product-page__status{
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}
.in-stock .product-page__status{
    color: #18D837;
}
.out-of-stock .product-page__status{
    color: #C90000;
}

.product-page__descr{
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #121212;
    margin-bottom: 48px;
}

.product-page__sizes{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 64px;
    gap: 50px;
}

.product-page__s-text{
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #121212;
}

.product-page__s-options{
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.product-page__size{
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
    color: #909090;
    cursor: pointer;
}

.product-page__size.active{
    color: #121212;
    font-weight: 500;
    position: relative;
}
.product-page__size.active:after{
    content:'';
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #121212;
}

.product-page__size.disabled{
    position: relative;
}

.product-page__size.disabled:after{
    content:'';
    position: absolute;
    left: 0;
    top: 57%;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background-color: #909090;
}

.product-page__size-items{
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    gap:20px;
}

.product-page__prices{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.product-page__price{
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    color: #121212;
}

.product-page-sale-price{
    color: #C90000;
}

.product-page-regular-price{
    color: #909090;
    font-weight: 400;
}

.product-page__wishlist{
    display: flex;
    cursor: pointer;
}
.product-page__wishlist path {
    transition: 300ms all;
}


.product-page__wishlist:hover path, .product-page__wishlist.active path{
    stroke: #C90000;
    fill: #C90000;
}

.product-page__actions{
    display: flex;
    align-items: center;
    gap: 12px;
}

.product-page__cart {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 59px;
}

.product-page__actions .popup-product__count{
    height: 59px;
    margin-right: 0;
    margin-left: 0;
}

.product-page__accords{
    margin-top: 40px;
}

.product-help-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #121212;
}
.product-page__accord--head{
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #121212;
}

.product-page__accord:not(:last-child){
    margin-bottom: 40px;
}

.product-page__descr--row{
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.product-page__descr--row:not(:first-child){
    margin-top: 20px;
}

.product-page__descr--row:first-child{
    margin-top: 30px;
}


.product-page__descr--col:first-child{
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #121212;
}

.product-page__descr--col:last-child{
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #909090;
}

.product-page__block:first-child{
    margin-top: 30px;
}

.product-page__block:not(:first-child){
    margin-top: 20px;
}

.product-page__block--title{
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #121212;
    margin-bottom: 24px;
}

.product-page__block--types{
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.product-page__block--type{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #909090;
}
.product-page__block--type-svg{
    width: fit-content !important;
}
.product-page__block--type svg{
    width: 24px;
    height: auto;
}
.product-page__block--text{
    margin-top: 24px;
    font-size: 14px;
    line-height: 24px;
    color: #121212;
}

.product-page__block--text li{
    list-style-type: none;
    padding-left: 20px;
    position: relative;
}

.product-page__block--text li:before{
    content: '';
    position: absolute;
    top: 8px;
    left: 8px;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background-color: #121212;
}

.product-page__accord--body{
    max-height: 0px;
    overflow: hidden;
    transition: 300ms all;
    margin-bottom: 40px;
}

.product-page__accord--head.active + .product-page__accord--body{
    max-height: 999px;
}

.product-page__accord--head svg{
    transform: rotate(180deg);
    transition: 300ms all;
}

.product-page__accord--head.active svg{
    transform: rotate(0deg);
}

.product-page__swiper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 355 / 550;
}


.product-page__review{
    margin-top: 150px;
    margin-bottom: 150px;
}

.product-review__title{
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    color: #121212;
    margin-bottom: 40px;
}

.product-review__blank{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-review__blank--text{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #909090;
}
.product-add-review{
    height: 59px;
    width: 302px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-add-gift{
    height: 59px;
    width: 302px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-review__list{
    margin-top: 40px;
    padding-bottom: 40px;
}

.product-review__top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.product-review__left{
    display: flex;
    align-items: center;
    gap: 16px;
}

.product-review__name{
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #121212;
}

.product-review__stars{
    display: flex;
    align-items: center;
    gap: 3px;
}

.product-review__date{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #909090;
}

.product-review__body{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.product-review__text{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #909090;
}

.product-review__reply{
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #121212;
    position: relative;
    cursor: pointer;
}

.product-review__reply:after{
    content:'';
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #121212;
}

.product-review:not(:last-child){
    margin-bottom: 20px;
}

.product-review__text p:not(:last-child){
    margin-bottom: 10px;
}

.review-form__stars{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 3px;
}

.review-form__stars input {
    display: none;
}

.review-form__stars label {
    position: relative;
    display: block;
    width: 15px;
    height: 15px;
    background-image: url('/catalog/view/theme/lavka/image/star-blank.svg');
    background-repeat: no-repeat;
    background-size: contain;
}



.review-form__stars input:checked ~ label {
    background-image: url('/catalog/view/theme/lavka/image/star-filled.svg');

}

.review-form__stars label:hover ~ label, .review-form__stars label:hover{
    background-image: url('/catalog/view/theme/lavka/image/star-filled.svg');

}


.add-review-popup{
    max-width: 588px;
    padding: 16px 30px 30px 30px;
}

.add-review-popup .popup-title{
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 40px;
}

.add-review-popup .success-close{
    top: 16px;
    right: 16px;
}

.review-form__row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.review-form__row:not(:last-child){
    margin-bottom: 20px;
}

.review-form__title{
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #121212;
}

.form-rev{
    margin-top: 40px;
}

.form-textarea{
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap:3px;
}

.form-textarea textarea{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    resize: none;
    padding: 16px 20px;
    border: 1px solid #909090;
    height: 132px;
    font-size: 16px; /* усуває iOS zoom */
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    font-weight: 400;
    line-height: 17px;
    border-radius: 0px;
}

.submit-review{
    width: 100%;
    height: 49px;
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    border-radius: 0px;
    border: none;
    padding: 10px;
}

.product-page__arrow{
    display: none;
}

@media(min-width: 600px){
    .product-review__blank{
        margin-top: -40px;
    }
}
@media (max-width: 768px){
    .product-page__wrapper{
        flex-direction: column;
    }
    .product-page__images{
        max-width: 100%;
    }
    .product-page__images .swiper-wrapper{
        display: flex;
        gap: 0;
    }
    .product-page__swiper {
        margin-left: -20px;
        margin-right: -20px;
        width: calc(100% + 40px);
    }

    .product-page__swiper img{
        aspect-ratio: 1/1;
    }

    .product-page__content{
        max-width: 100%;
    }
    .product-page__images{
        position: relative;
    }
    .product-page__images{
        z-index: 1;
    }
    .product-page__pagination{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 14px;
        bottom: 20px !important;
        top: unset !important;
    }
}

@media (max-width: 600px){
    .product-page__accord:not(:last-child){
        margin-bottom: 20px;
    }
    .product-page__arrow{
        display: flex;
        cursor: pointer;
        position: absolute;
        z-index: 2;
        top: 0;
        left: -20px;
        border-radius: 0px 0px 6px 0px;
        background: rgba(255, 255, 255, 0.50);
        backdrop-filter: blur(3px);
        padding: 20px 18px;
    }
    .product-page__breadcrumbs{
        display: none;
    }
    .product-page__wrapper{
        margin-top: 20px;
    }
    .product-page__title{
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .product-page__infos{
        margin-bottom: 24px;
    }
    .product-page__descr{
        margin-bottom: 40px;
        font-size: 14px;
        line-height: 24px;
    }
    .product-page__sizes{
        flex-direction: column;
        gap: 14px;
        margin-bottom: 47px;
    }
    .product-page__s-text{
        font-size: 16px;
        line-height: 19px;
    }
    .product-page__s-options{
        gap: 17.5px;
        margin-left: 7px;
        margin-right: 7px;
    }
    .product-page__size{
        font-weight: 500;
        font-size: 18px;
        font-weight: 500;
        line-height: 22px;
    }
    .product-page__prices{
        margin-bottom: 25px;
    }
    .product-page__price{
        font-size: 20px;
        line-height: 23.96px;
    }
    .product-page__wishlist svg{
        width: 26px;
        height: 26px;
    }
    .product-page__cart, .product-page__actions .popup-product__count{
        height: 49px;
    }
    .product-page__actions .popup-product__count{
        width: 105px;
    }

    .product-page__cart{
        font-size: 14px;
        line-height: 17px;
    }
    .product-page__actions{
        gap: 10px;
    }
    .popup-product__input{
        font-size: 18px;
        line-height: 22px;
    }
    .product-help-title,
    .product-page__accord--head{
        font-size: 18px;
        line-height: 22px;
    }
    .product-page__descr--row:first-child{
        margin-top: 24px;
    }
    .product-page__descr--col:first-child{
        font-size: 14px;
        line-height: 17px;
    }
    .product-page__descr--col:last-child{
        font-size: 14px;
        line-height: 17px;
    }
    .product-page__descr--row:not(:first-child){
        margin-top: 14px;
    }
    .product-page__block:first-child{
        margin-top: 24px;
    }
    .product-page__block--type{
        font-size: 14px;
        line-height: 17px;
    }

    .product-page__block--title{
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 20px;
    }
    .product-page{
        margin-bottom: 80px;
    }
    .product-page__review{
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .product-review__title{
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 20px;
    }
    .product-review__blank--text{
        font-size: 14px;
        line-height: 24px;
    }
    .product-review__blank{
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
    }
    .product-add-review{
        width: 100%;
        height: 49px;
        font-size: 14px;
        line-height: 17px;
    }
    .product-add-gift{
        width: 100%;
        height: 49px;
        font-size: 14px;
        line-height: 17px;
    }
    .product-review__name{
        font-size: 16px;
        line-height: 19px;
    }
    .product-review__text{
        font-size: 14px;
        line-height: 24px;
    }
    .product-review__body{
        flex-direction: column;
        gap: 10px;
    }
    .product-review__reply{
        font-size: 14px;
        line-height: 16.77px;
    }
    .product-review:not(:last-child){
        margin-bottom: 30px;
    }
    .product-page__swiper img{
        aspect-ratio: 3/5;
    }
    .product-page__swiper{
        max-height: 574px;
    }


    .add-review-popup{
        max-width: calc(100% - 30px);
        padding: 20px;
    }
    .add-review-popup .popup-title{
        text-align: left;
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 30px;
    }
    .add-review-popup .success-close{
        top: 20px;
        right: 20px;
    }
    .add-review-popup .success-close svg{
        width: 20px;
        height: 20px;
    }
    .review-form__row{
        gap: 10px;
        flex-wrap: wrap;
    }
    .form-rev{
        margin-top: 30px;
    }
    .form-rev .form-two-col{
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .form-textarea{
        margin-top: 14px;
    }
    .submit-review{
        margin-top: 14px;
    }
    .product-page__actions .popup-product__count{
        padding-left: 13px;
        padding-right: 13px;
    }

    .product-page__actions .popup-product__input{
        width: 31px;
    }
}

@media (max-width: 350px){
    .product-page__actions{
        flex-wrap: wrap-reverse;
    }
}

@media (max-width: 340px){
    .review-form__row{
       flex-direction: column;
       align-items: flex-start;
    }
}



/* Checkout */

.checkout-page{
    margin-top: 40px;
    margin-bottom: 150px;
}

.checkout-title{
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    color: #121212;
}

.checkout__wrapper{
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.checkout-block__title{
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #121212;
}

.checkout-block__top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
}

.checkout-block__btn{
    color: #121212;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    position: relative;
    cursor: pointer;
}

.checkout-block__btn:after{
    content:'';
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
    height: 1px;
    background-color: #121212;
}

.checkout-block__tabs{
    display: flex;
    align-items: center;
    gap: 30px;
}

.checkout-block__content{
    margin-top: 32px;
}

.checkout-block__tab input{
    display: none;
}

.checkout-block__tab label{
    position: relative;
    padding-left: 36px;
    cursor: pointer;
    font-size: 14px;
    line-height: 17px;
    color: #909090;
}

.checkout-block__tab label:before{
    content:'';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2px;
    width: 20px;
    height: 20px;
    border: 1px solid #909090;
    border-radius: 100%;
    transition: 300ms all;
}

.checkout-block__tab label:after{
    content:'';
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #121212;
    opacity: 0;
    transition: 300ms all;
}

.checkout-block__tab input:checked + label:before{
    border-color: #121212;
}
.checkout-block__tab input:checked + label{
    color: #121212;
}

.checkout-block__tab input:checked + label:after {
    opacity: 1;
}

.checkout-block__inputs{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-input__tooltip{
    margin-top: 4px;
    font-size: 11px;
    font-weight: 400;
    line-height: 15px;
    color: #909090;
}

.checkout-block:not(:last-child){
    margin-bottom: 40px;
}
.checkout-block__content{
    display: none;
}

.checkout-block__content.active{
    display: flex;
}

.checkout-block .select-items{
    width: calc(100% + 2px);
}

.checkout-promocode{
    padding: 32px 20px;
    background-color: #FBFBFB;
    margin-bottom: 32px;
    display: none;
}

.checkout-promocode.active{
    display: block;
}

.checkout-promocode__top{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 99px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #909090;
}

.checkout-promocode__close{
    display: flex;
    cursor: pointer;
}

.checkout-promocode__inputs{
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.checkout-promocode__inputs .form-input{
    width: 100%;
}

.checkout-promocode__inputs .btn{
    min-width: 220px;
    height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}

.checkout-promo.active{
    display: none;
}

.checkout-block .form-textarea{
    margin-top: 0;
}

.checkout-block textarea{
    height: 134px;
}

.checkout-cart{
    padding: 28px;
    background-color: #FBFBFB;
}

.checkout-cart__top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
}

.checkout-cart__title{
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #121212;
}

.checkout-cart__summary{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.checkout-cart__row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.checkout-cart__col:first-child{
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #909090;
}
.checkout-cart__col:last-child{
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #121212;
}

.checkout-cart__products{
    margin-top: 40px;
    margin-bottom: 40px;
}

.checkout-cart__product{
    grid-template-columns: 94px 1fr 0.2fr 0.8fr 25px;
    gap: 30px;
}

.checkout-cart__product:first-child{
    border-top: 1px solid #E3E3E3;
}

.checkout-cart__product:last-child{
    border-bottom: 1px solid #E3E3E3;
}

.checkout-cart__product .account-order__img{
    height: 125px;
}

.checkout-cart__product  .account-order__price{
    text-align: center;
}

.checkout-product__remove{
    display: flex;
    cursor: pointer;
}

.checkout-total__row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkout-total__left{
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #909090;
}

.checkout-total__right{
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: #121212;
}

.checkout-total__row{
    margin-bottom: 20px;
}

.checkout-cart__total .form-remember{
    margin-bottom: 30px;
    margin-left: 4px;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    color: #121212;
}

.checkout-cart__btn{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 59px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}

.checkout-delivery-tabs{
    display: flex;
    border-bottom: 1px solid #E3E3E3;
}

.checkout-delivery__content{
    margin-top: 32px;
    display: none;
}

.checkout-delivery__content.active{
    display: flex;
}

.checkout-delivery-tab{
    padding: 9.88px 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #909090;
    cursor: pointer;
}

.checkout-delivery-tab:first-child{
    padding: 9.88px 39px;
}

.checkout-delivery-tab.active{
    font-weight: 500;
    color: #121212;
    position: relative;
}

.checkout-delivery-tab.active:after{
    content:'';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background-color: #000000;
    border-radius: 2px;
}

.delivery-checkbox{
    font-size: 15px;
    color: #121212;
}

.checkout-addresses__list{
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.checkout-addresses__row{
    padding: 32px 20px;
    background-color: #FBFBFB;
}

.checkout-icon{
    margin-left: 36px;
    display: flex;
}

.checkout-addresses__top{
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
}

.checkout-addresses__top input{
    display: none;
}

.checkout-addresses__top label{
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #121212;
}

.checkout-addresses__top label:before{
    content:'';
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 1px solid #909090;
    transition: 300ms all;
}

.checkout-addresses__top label:after{
    content:'';
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #121212;
    opacity: 0;
    transition: 300ms all;
}

.checkout-addresses__top input:checked + label:before{
    border-color: #121212;
}
.checkout-addresses__top input:checked + label:after{
    opacity: 1;
}

.checkout-addresses__content{
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.checkout-addresses__contacts, .checkout-addresses__contacts a{
    display: flex;
    flex-direction: column;
    gap: 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #909090;
    text-decoration: none;
}

.checkout-addresses__sub{
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: #909090;
    margin-bottom: 6px;
}

.checkout-addresses__title{
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    color: #909090;
}

.checkout-addresses__detail--four{
    margin-top: 14px;
    display: flex;
    gap: 20px;
}

.checkout-addresses__details .checkout-addresses__contacts{
    gap:6px;
}

.checkout-total__bonuses .checkout-total__left{
    font-size: 14px;
    line-height: 20px;
}
.checkout-total__bonuses .checkout-total__right{
    font-size: 14px;
    line-height: 20px;
}
.checkout-page .error{
    text-align: center;
}
.checkout-page .error button{
    padding: 0 3px;
}
.checkout-total__left-total{
    font-weight: 700;
    font-size: 18px;
    color: #121212;
}
@media (max-width: 1200px){
    .checkout-cart__product{
        gap: 15px;
        position: relative;
        grid-template-columns: 94px 1fr 0.2fr 0.8fr;
    }
    .checkout-product__remove{
        position: absolute;
        top: 10px;
        right: 0px;
    }
    .checkout-cart__product .account-order__price{
        text-align: right;
    }
    .checkout-cart__product .account-order__quant{
        text-align: right;
    }
    .checkout-addresses__content{
        grid-template-columns: 1fr;
        gap: 30px;
        padding-left: 33px;
    }
}

@media (max-width: 1024px){
    .checkout-cart__product{
        grid-template-columns: 94px 0.8fr 0.3fr 0.6fr;
    }
    .checkout-cart__total .form-remember label:before{
        top: 2px;
        transform: none;
    }
    .checkout-cart__total .form-remember input:checked + label:after{
        top: 2px;
        transform: none;
    }
    .checkout-block__tabs{
        align-items: flex-start;
        flex-direction: column;
    }
    .checkout-cart__col:last-child{
        text-align: right;
    }
    .checkout-cart__row{
        gap: 50px;
        align-items: flex-start;
    }
}

@media (max-width: 900px){
    .checkout-cart__product{
        grid-template-columns: 106px 30px 1fr;
    }
    .checkout-cart__product .account-order__details{
        grid-column: 2/4;
        padding-right: 30px;
    }
    .checkout-cart__product .account-order__img{
        grid-row: 1/3;
    }
    .checkout-cart__product .account-order__img{
        height: 100%;
    }
    .checkout-product__remove path{
        stroke: #909090;
    }
    .checkout-product__remove svg{
        width: 18px;
        height: 17px;
    }
}

@media (max-width: 768px){
    .checkout__wrapper{
        display: flex;
        flex-direction: column;
        gap: 40px;
    }
    .checkout-title{
        text-align: center;
    }
    .checkout-block__tabs{
        flex-direction: row;
    }
    .select-items div{
        width: auto;
    }
}

@media (max-width: 600px){
    .checkout-page{
        margin-top: 24px;
        margin-bottom: 80px;
    }
    .checkout-title{
        font-size: 20px;
        line-height: 24px;
    }
    .checkout__wrapper{
        margin-top: 24px;
    }
    .checkout-block__title{
        font-size: 18px;
        line-height: 22px;
    }
    .checkout-block__top{
        margin-bottom: 24px;
    }
    .checkout-block__content{
        margin-top: 24px;
    }
    .checkout-block__tab label{
        font-size: 12px;
        line-height: 14px;
    }
    .checkout-block__tabs{
        gap: 22px;
    }
    .checkout-promocode{
        position: relative;
    }
    .checkout-promocode__top{
        gap: 20px;
    }
    .checkout-promocode__text{
        font-size: 14px;
        line-height: 20px;
    }
    .checkout-promocode__inputs{
        flex-direction: column;
    }
    .checkout-promocode__inputs .btn{
        width: 100%;
    }
    .checkout-promocode{
        margin-bottom: 24px;
    }
    .checkout-cart{
        padding: 20px;
    }
    .checkout-cart__title{
        font-size: 18px;
        line-height: 22px;
    }
    .checkout-cart__top{
        margin-bottom: 24px;
    }
    .checkout-cart__col:first-child{
        font-size: 14px;
        line-height: 17px;
    }
    .checkout-cart__col:last-child{
        font-size: 13px;
        line-height: 16px;
    }
    .checkout-cart__summary{
        gap: 15px;
    }
    .checkout-cart__products{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .account-order__img img{
        aspect-ratio: 1/1;
    }
    .checkout-cart__product{
        gap: 9.5px;
    }
    .checkout-total__right{
        font-size: 16px;
        line-height: 22.4px;
    }
    .checkout-cart__total .form-remember{
        font-size: 14px;
        line-height: 17px;
    }
    .checkout-cart__btn{
        height: 49px;
    }
    .checkout-total__row{
        gap: 20px;
    }
    .checkout-total__right{
        min-width: max-content;
    }

    .checkout-delivery-tab{
        padding-left: 0 !important;
        padding-right: 0 !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .checkout-delivery-tabs{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .form-two-col{
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .checkout-total__row{
        margin-bottom: 14px;
    }
    .checkout-total__bonuses{
        margin-bottom: 20px;
    }
    .checkout-delivery__content{
        margin-top: 24px;
    }
    .checkout-icon svg{
        width: 20px;
        height: 20px;
    }
    .checkout-addresses__top label{
        font-size: 14px;
        line-height: 17px;
    }
    .checkout-addresses__content{
        margin-top: 24px;
    }
    .checkout-addresses__content{
        padding-left: 32.5px;
        padding-right: 32.5px;
    }
    .checkout-addresses__detail--four{
        flex-wrap: wrap;
    }

}

@media (max-width: 420px){
    .checkout-page .error{
        font-size: 9px;
    }
}
@media (max-width: 370px){
    .checkout-block__tabs{
        flex-direction: column;
    }
    .checkout-cart__product{
        grid-template-columns: 90px 30px 1fr;
    }
    .checkout-cart__product .account-order__price{
        grid-row: 2/3;
        grid-column: 3/4;
    }
}

.not-found .buttons{
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

body .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 16px 50px 16px 20px;
    font-size: 14px;
    line-height: 17px;
    color: #121212;
}

body .select2-container--default .select2-selection--single {
    height: 49px;
    border-radius: 0;
    border: 1px solid #909090;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    content: "";
    background-image: url('/catalog/view/theme/lavka/image/delivery-arrow.svg');
    width: 22px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    transition: 300ms all;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

body .select2-container--open .select2-dropdown--below {
    border-radius: 0;
}
body .ocf-noUi-connect:before,
body .ocf-noUi-handle {
    background-color: #121212;
}

body .ocf-noUi-handle {
    --size: 10px;
    border: none;
    box-shadow: none;
    width: var(--size);
    height: var(--size);
    right: -4px;
    top: 4px;
    cursor: grab;
}

body .ocf-noUi-base {
    cursor: pointer;
}

/* new */

/*.search-panel{*/

/*}*/

.search-panel {
    margin-bottom: 20px;
    display: grid;

    gap: 20px;
    grid-template-columns: 1fr 1fr;
}
.search-panel .search-block{
    display: flex;
    gap: 20px;
    width: 60%;
}
.search-panel .search-item{
    width: 100%;
}
.search-panel .search-block{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}
.search-panel .filter-block{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.search-panel .item{
    display: flex;
    align-items: center;
}
.search-panel .form-control {
    padding: 10px;
}

.search-panel .checkbox-inline {
    margin-right: 10px;
    font-size: 16px;
}

.search-panel .btn-primary {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    transition: background-color 0.3s;
}

.search-panel select[name="category_id"]{
    border: none;
    outline: none;
    font-size: 16px;
}
.search-panel #input-search{
    width: 100%;
    border: none;
    outline: none;
    border-bottom: 1px solid;
    font-size: 16px;
}
@media (max-width: 1200px) {
    .search-panel {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 576px) {
    .search-panel .text-right {
        text-align: left;
        margin-top: 10px;
    }
    .select2-container {
        position: relative; /* чтобы absolute был относительно контейнера */
        max-width: 100vw;
      }
      .select2-search__field {
        font-size: 16px !important; /* предотвращает zoom на iOS */
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
      }
      .select2-dropdown {
        box-sizing: border-box;
        display: block;
        position: absolute;
        left: 0 !important;
        z-index: 1051;
      }
}


/* Login */

.login-page-row{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

#account-login.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

#account-login #content {
    background-color: #fff;
    padding: 20px;
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
}

#account-login .well {
    padding: 20px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#account-login .well h2 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #121212;
}

#account-login .well p {
    font-size: 16px;
    color: #121212;
    margin-bottom: 10px;
}

#account-login .well .btn-primary {
    background-color:#121212;
    color: white;
    font-size: 16px;
    border: 1px solid #121212;
    padding: 20px 36px;
    width: 350px;
    text-align: center;
}

#account-login .form-group {
    margin-bottom: 20px;
    gap: 10px;
    display: flex;
    flex-direction: column;
}

#account-login .control-label {
    font-weight: bold;
    font-size: 14px;
    color: #121212;
}

#account-login .form-control {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #ccc;
    outline: none;
}

#account-login input[type="submit"].btn-primary {
    background-color:#121212;
    padding: 20px 36px;
    font-size: 16px;
    color: #fff;
}

#account-login a {
    color: #121212;
    text-decoration: none;
}

#account-login a:hover {
    text-decoration: underline;
}


@media (max-width: 1024px) {
    .login-page-row{
        grid-template-columns: 1fr;
    }
    #account-login .well .btn-primary{
        margin: 0 auto;
    }
}
@media (max-width: 768px) {
    #account-login #content{
        padding: 0;
    }
    #account-login .row {
        flex-direction: column;
    }

    #account-login .col-sm-6 {
        width: 100%;
        margin-bottom: 20px;
    }
    #account-login .well{
        padding:0;
    }
    #account-login .well .btn-primary{
        width: 100%;
    }
}

/* Register */

#account-register.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

#account-register .row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

#account-register #content {
    background-color: #fff;
    padding: 20px;
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#account-register .well {
    padding: 20px;
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    border-radius: 5px;
}

#account-register .well h2 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #121212;
}

#account-register .well p {
    font-size: 16px;
    color: #121212;
    margin-bottom: 10px;
}

#account-register .well .btn-primary {
    color: white;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 5px;
}

#account-register .form-group {
    margin-bottom: 20px;
    gap: 10px;
    display: flex;
    flex-direction: column;
}

#account-register .control-label {
    font-weight: bold;
    font-size: 14px;
    color: #121212;
}

#account-register .form-control {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #ccc;
    outline: none;
}

#account-register input[type="submit"].btn-primary {
    font-size: 16px;
    color: #fff;
    background-color: #121212;
    padding: 20px 36px;
    width: 350px;
    text-align: center;
}

#account-register a {
    text-decoration: none;
    color: #121212;
}

#account-register a:hover {
    text-decoration: underline;
}
#account-register form{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
#account-register form fieldset{
    border:none;
}
#account-register form fieldset legend{
    margin-bottom: 10px;
}
#account-register .text-agree{
    display: block;
    margin-bottom: 10px;
}
#account-register .text-agree a{
    padding: 0 3px;
}
@media (max-width: 1024px) {
    #account-register form{
        grid-template-columns: 1fr;
    }
}
@media (max-width: 768px) {
    #account-register #content{
        padding: 0px;
    }
    #account-register .row {
        flex-direction: column;
    }

    #account-register .col-sm-6 {
        width: 100%;
        margin-bottom: 20px;
    }
    #account-register input[type="submit"].btn-primary{
        width: 100%;
    }
}


/* Custom page */
.custom-page{
    color:#121212;
}
.custom-page a{
    text-decoration: none;
    color: #121212;
}
.custom-page p{
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .custom-page .custom-item-content{
        width: 100% !important;
    }
    .custom-page header-actions.custom-item-text{
        width: 100% !important;
    }
    .custom-page img{
        width: 100%;
        object-fit: contain;
    }
}

.alert.alert-success.alert-dismissible{
    padding: 0 20px;
    display: flex;
    align-items: center;
}
.alert.alert-success.alert-dismissible button{
    font-size: 25px;
    line-height: 30px;
    background: none;
    border: none;
    padding: 0 10px;
    cursor: pointer;
}

.custom-page.obmin-povernennya p{
    padding-bottom: 10px;
}
.policy-page .custom-page{
    padding: 0 20px;
}

/* Password Recovery */

#account-forgotten #content {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 30px;
}

#account-forgotten #content h1 {
    font-size: 28px;
    color: #333;
    margin-bottom: 20px;
}

#account-forgotten #content p {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
}

#account-forgotten form.form-horizontal fieldset {
    border: none;
    margin-bottom: 20px;
}

#account-forgotten form.form-horizontal legend {
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
}

#account-forgotten .form-group.required label.control-label {
    font-weight: bold;
    font-size: 14px;
    color: #333;
}

#account-forgotten .form-group.required .form-control {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #ccc;
    outline: none;
}

#account-forgotten .buttons {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:20px;
}

#account-forgotten .pull-left .btn-default {
    font-size: 16px;
    color: #fff;
    background-color: #121212;
    padding: 20px 36px;
    width: 350px;
    text-align: center;
}

#account-forgotten .pull-right input[type="submit"].btn-primary {
    font-size: 16px;
    color: #fff;
    background-color: #121212;
    padding: 20px 36px;
    width: 350px;
    text-align: center;
}
#account-forgotten .form-group{
    margin-bottom: 20px;
    gap: 10px;
    display: flex;
    flex-direction: column;
}
#account-forgotten .alert-danger {
    color: red;
    text-align: center;
}
#account-login .alert-success{
    color: #18D837;
    text-align: center;
    display: block;
}

@media (max-width: 768px) {
    #account-forgotten .col-sm-2, .col-sm-10 {
        width: 100%;
        text-align: left;
        margin-bottom: 10px;
    }

    #account-forgotten .pull-left, .pull-right {
        text-align: center;
        width: 100%;
    }

    #account-forgotten .pull-left {
        margin-bottom: 10px;
    }
    #account-forgotten input[type="submit"].btn-primary {
        width: 100%;
    }
    #account-forgotten .buttons div{
        justify-content: center;
        display: flex;
    }
    #account-forgotten #content{
        padding: 0px;
    }
}

.report-presence-popup {
    max-width: 361px;
    padding-top: 35px;
    padding-bottom: 35px;
}

.form-report-presence{

}
.form-col{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
}
.report-presence-popup .form-input{
    width: 100%;
}
.report-presence-popup .form-input input{
    width: 100%;
    border: 1px solid #909090;
    height: 49px;
    padding: 16px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #121212;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
}

.catalog-items .product-card.out-of-stock {
    opacity: 0.5;
}
.label-promotion__container{
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px;
    z-index: 1;
    background-color: #ee1c25;
}
.has-submenu.show__mob {
    display: none;
}
@media (max-width: 768px) {
    .has-submenu.show__mob {
        display: block;
    }
}

.catalog-more {
    margin-top: 40px;
    height: 59px;
    min-width: 258px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

a{
    text-decoration: none;
    color: #121212;
}
.sign-google{
    margin-top: 15px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #121212;
    gap: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #121212;
    text-decoration: none;
    transition: 300ms all;
    cursor: pointer;
}

.sign-google:hover{
    background-color: #121212;
    color: #FFFFFF;
}

.checkout-page .hidden {
    display: none;
}

.checkout-page .inactive {
    color: gray;
}

.checkout-page .active {
    color: black;
    font-weight: bold;
}
.checkout-page #delivery-options{
    display: flex;
    gap: 10px;
}
.checkout-page .delivery-options-title{
    cursor: pointer;
}
.checkout-page .delivery-options-title h4{
    font-weight: 500;
}

.iti {
    font-size: 14px;
    width: 100%;
}

#account-register .iti {
    font-size: 16px;
}

/* POPUP */

.subscribe-popup {
  display: none;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  max-width: 100%;
  align-items: center;
  justify-content: center;
}
.subscribe-popup.popup--visible {
  display: flex;
}
.subscribe-popup .popup-container {
    padding: 15px 30px 0 13px;
    width: fit-content;
    background-color: #fff;
    position: relative;
}
.subscribe-popup  .submit-review {
        margin-top: 10px;
}

.subscribe-popup .form-remember input:checked + label:after,
.subscribe-popup .form-remember label::before {
    margin-top: 18px;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(0%);
}
.subscribe-popup .popup-title{
    text-align: center;
}

.subscribe-popup  .success-close {
    position: absolute;
    top: 15px;
    right: 15px;
}

.subscribe-popup-wrapper {
    display: flex;
}
.subscribe-items-left {
    padding-right: 17px;
    display: flex;
}
.subscribe-items-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 22px;
    padding-bottom: 22px;
    padding-right: 86px;
    max-width: 456px;
}

.subscribe-title {
    font-size: 47px;
    color: #000000;
    padding-top: 25px;
}
.subscribe-subtitle {
  font-weight: 700;
  font-size: 149.776px;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;

  background: linear-gradient(257.15deg, #A7A7A7 6.94%, #898989 56.24%, rgba(116, 122, 122, 0.48) 88.98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.subscribe-descr {
    font-size: 28px;
    line-height: 120%;
    color: #000000;
    text-transform: lowercase;
}
.subscribe-form-descr {
    font-size: 12px;
    line-height: 108%;
    color: #616161;
    padding-top: 28px;
    max-width: 330px;
}

.subscribe-access-title {
    font-weight: 500;
    font-size: 50px;
    line-height: 108%;
    letter-spacing: 0.02em;
    color: #000000;
    padding-top: 120px;
    padding-bottom: 36px;
}
.subscribe-access-descr {
    font-size: 20px;
    line-height: 120%;
    text-transform: lowercase;
    color: #000000;
    padding-bottom: 200px;
}
.popup-container {
    width: 100%;
}

.popup-total__before:last-child .popup-total__price,
.popup-total__before:last-child .popup-total__text {
    font-weight: 700 !important;
}

.cart-popup .popup-product__remove::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 24px;
    height: 24px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3IDdMNyAxN003LjAwMDAxIDdMMTcgMTciIHN0cm9rZT0iIzkwOTA5MCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
    background-size: contain;
    background-repeat: no-repeat;
}

.cart-popup .popup-product__remove {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 24px;
    height: 24px;
    color: transparent;
}

.cart-popup .popup-product {
    position: relative;
}
.product-product__page__price_with_sale.product__price--sale.price__regular {
    white-space: nowrap;
}
@media (max-width: 998px) {
    .product-product__page__price_with_sale.product__price--sale.price__regular {
        grid-column: span 2;
        justify-self: end;
    }
}

@media (max-width: 768px) {
    .subscribe-items-left {
        padding-right: 0;
        display: none;
    }

    .subscribe-popup .popup-container {
        padding: 52px 45px 23px;
    }

    .subscribe-items-right {
        padding: 0;
    }

    .product-product__page__price_with_sale.product__price--sale.price__regular {
        grid-column: span 2;
        justify-self: end;
    }
}

@media (max-width: 468px) {
    .subscribe-subtitle {
        font-size: 100px;
    }

    .subscribe-title {
        font-size: 36px;
    } 

    .subscribe-popup .popup-container {
        padding: 20px;
    }
}

/* SVG Animation */



#clickable-ball { 
    width: 130px;
    height: auto;
    border-radius: 50%;
    position: fixed;
    transform: translate(-50%, -50%); 
    z-index: 9;

    offset-path: path('M0,0 c -30,-80 30,-80 0,-160 s 30,-80 0,-160'); 
   animation: 
    move-smooth-s 8s 1 forwards ease-in-out, 
    light-shake 1s infinite alternate ease-in-out 8s; 
    
    offset-rotate: 0deg;
    
    cursor: pointer;
    /* Упрощенный transition: */
    transition: all 0.3s ease-out; 
}
.clickable-ball-1{
    top: 140%; 
    left: 200px; 
}

.clickable-ball-2{
    top: 400px; 
    right: 100px; 
}
.clickable-ball-3{
    top: 135%; 
    left: 50%; 
}
@media (min-width: 1400px) {
.clickable-ball-1,
.clickable-ball-1-gotovo,
.clickable-ball-2,
.clickable-ball-3{
           bottom: -200px;
        top: inherit;
}
}
@keyframes light-shake {
    0% { 
        /* Начало (Центр) */
        transform: translate(-50%, -50%) translateX(0px); 
    }
    50% {
        /* Добавим влево */
        transform: translate(-50%, -50%) translateX(-27px); 
    }
    100% { 
        /* Конец (вправо) */
        transform: translate(-50%, -50%) translateX(27px); 
    }
}
#clickable-ball:hover{
    scale: 1.01;
}
@keyframes move-smooth-s {
    0% {
        offset-distance: 0%; 
    }
    100% {
        offset-distance: 100%; 
    }
}

@keyframes light-shake {
    0% { 
        transform: translate(-50%, -50%) translateX(-1px);
    }
    50% { 
        transform: translate(-50%, -50%) translateX(0px);
    }
    100% { 
        transform: translate(-50%, -50%) translateX(1px);
    }
}


#clickable-ball.hidden {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.1);
    pointer-events: none;
}

#explosion-container {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; 
    z-index: 10; 
}

.fragment {
    position: absolute;
    top: 50%; 
    left: 50%;
    background-color: #000; 
    border: none;
    animation: explode 1.2s ease-out forwards;
    opacity: 0; 
    border-radius: 2px; 
}

@keyframes explode {
    0% {
        transform: translate(-50%, -50%) rotate(var(--initial-rot)) scale(1);
        opacity: 1;
    }
    100% {
        transform: translate(var(--tx), var(--ty)) rotate(var(--final-rot)) scale(0);
        opacity: 0;
    }
}


.discount-popup {
    position: fixed;
    display: none;
    z-index: 1000;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: 100%;
   
}
.discount-popup-container{
 box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.7s ease-in-out;
    background: white;
    z-index: 99999;
    position: relative;
margin: auto;
font-family: Montserrat;
max-width: 530px;
width: 100%;
}
.discount-popup.open {
    display: flex;
}
.popup-overlay {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.discount-popup .form-input input {
    width: 100%;
    border: 1px solid #909090;
    height: 49px;
    padding: 16px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #121212;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
}

        .discount-container {
            position: relative;
            width: 100%;
            height: 40%;
            overflow: hidden; 
            display: flex;
            justify-content: center;
            align-items: center;
        
        }
.discount-container::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30%;
    pointer-events: none;
    background: linear-gradient(
        to top,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0.5) 90%,
        rgba(255, 255, 255, 0.3) 95%,
        rgba(255, 255, 255, 0) 100%
    );
    
}
        .discount-top {
            position: relative;
            z-index: 10; 
            text-align: center;
        }

        .discount-top img {
            display: block;
            height: auto;
                padding-top: 20px;
        }

        /* --- АНИМАЦИЯ КОНФЕТТИ (ШАРИКОВ) --- */
         
        
        .confetti-area {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none; 
        }

        .confetti-ball {
            position: absolute;
            width: 6px; 
            height: 6px;
            border-radius: 50%;
            background-color: #000; 
            opacity: 0;
            animation: fall-confetti linear infinite;
        }

        .confetti-ball:nth-child(4n + 1) {
            background-color: #1a1a1a; 
            width: 8px;
            height: 8px;
            animation-duration: 3s;
            animation-delay: 0s;
        }
        .confetti-ball:nth-child(4n + 2) {
            background-color: #555555; 
            width: 5px;
            height: 5px;
            animation-duration: 4s;
            animation-delay: 1s;
        }
        .confetti-ball:nth-child(4n + 3) {
            background-color: #aaaaaa; 
            width: 7px;
            height: 7px;
            animation-duration: 3.5s;
            animation-delay: 2s;
        }
        .confetti-ball:nth-child(4n) {
            background-color: #e0e0e0; 
            width: 4px;
            height: 4px;
            animation-duration: 4.5s;
            animation-delay: 3s;
        }

        /* Ключевые кадры для падения */
        @keyframes fall-confetti {
            0% {
                transform: translateY(0) translateX(0);
                opacity: 1;
            }
            100% {
                transform: translateY(350px) translateX(var(--end-x, 0)); 
                opacity: 0.5;
            }
        }
        @keyframes confetti-fall {
    0% {
        opacity: 1;
        transform: translateY(0) translateX(0) rotate(0deg);
    }
    100% {
        opacity: 0;
        transform: translateY(130vh) translateX(var(--end-x)) rotate(360deg);
    }
}



        .discount-popup__title{
font-weight: 500;
font-size: 40px;
text-align: center;
text-transform: uppercase;
color: #000000;
        }
        .discount-popup__smalltitle{
            font-weight: 500;
font-size: 32px;
text-align: center;
text-transform: uppercase;
color: #000000;
        }
.discount-popup__subtitle{
    font-size: 24px;
text-align: center;
padding-top: 15px;
padding-bottom: 20px;
}

.discount-popup__content{
    padding: 40px;
}
.promo-code-label{
    color: #818181;
font-weight: 500;
font-size: 18px;
text-align: center;
}
.promo-code-container {
    padding-top: 20px;
}
.code-text {
    font-weight: 700;
font-size: 30px;
text-align: center;
padding: 10px 40px;
border: 2px dashed #000000;
width: 220px;
    height: 60px;
text-align: center;
margin: 10px auto;
display: block;
}
.copy-message {
    font-weight: 500;
font-size: 24px;
padding: 14px 40px;
border: 2px dashed #000000;
width: 220px;
    height: 60px;
text-align: center;
margin: 10px auto;
}
.promo-hint {
    color: #545454;
font-weight: 400;
font-size: 18px;
text-align: center;
max-width: 450px;
margin: auto;
padding-top: 20px;
}
.discount-popup__close {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 99;
}
@media (max-width:600px){
    .discount-popup-container{
        max-width: 95%;
        width: 100%;
        max-height: 95%;
    }
.discount-popup__content {
    padding: 20px;
}
.discount-popup__title,
.discount-popup__smalltitle{
    font-size: 24px;
}
.promo-hint{
    font-size: 14px;
}
.discount-popup__subtitle{
    font-size: 16px;
}
}

/* Banner */

.top-banner {
    background-color: #000000;
    color: #fff;
    text-align: center;
    padding: 50px 0px;
    position: relative;
    overflow: hidden;
}

.top-banner h2 {
    font-weight: 500;
    font-style: Medium;
    font-size: 65px;
    position: relative;
    z-index: 1;
    text-align: center;
    text-transform: uppercase;
}

.img-left {
    position: absolute;
    left: -5%;
    top: -10%;
    transform: translateY(-10%);
}

.img-right {
    position: absolute;
    right: -5%;
    top: 10%;
    transform: translateY(-10%);
}

/* --- Стилі Механізму Знижок --- */
.promo-content {
    font-family: 'Montserrat', sans-serif;
}

.bottom-banner {
    padding-block: 50px;
    position: relative;
    overflow: hidden;
}

.bottom-banner::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    background: linear-gradient(to top,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0.5) 90%,
            rgba(255, 255, 255, 0.3) 95%,
            rgba(255, 255, 255, 0) 100%);

}

.bottom-banner h2 {
    font-weight: 500;
    font-size: 42.64px;
    text-align: center;
    padding-bottom: 22px;
}

.options-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 40px;
}

#bannerConfetti {
    opacity: 0.4;
    z-index: -1;
}

#bannerConfetti .confetti-ball {
    animation: confetti-fall linear infinite;
}

.options-nav a {
    padding: 18px 25px;
    border: 1px solid #000000;
    color: #000000;
    background-color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 23.69px;
    text-align: center;
    transition: border-color 0.3s ease, color 0.3s ease;
}

form.ball-popup-form p {
    padding-top: 10px;
    font-size: 16px;
}


.balloons-progress {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

@media (min-width: 600px) {
    .balloons-progress {
        flex-direction: row;
        gap: 10px;
    }
}

.element-to-animate {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.element-to-animate.visible {
    opacity: 1;
}

.balloon-stage .arrow {
    margin-inline: 30px;
}

.balloon-stage {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.balloon-stage p {
    font-weight: 600;
    font-size: 27.55px;
    text-align: center;
    color: #000000;
}

.balloon-group {
    display: flex;
    position: relative;
}

#balloons-3 .balloon-group div:nth-child(2) {
    position: relative;
    left: -15px;
    z-index: 2;
}

#balloons-3 .balloon-group div:nth-child(3) {
    position: relative;
    left: -30px;
    z-index: 3;
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-15px);
    }

    100% {
        transform: translatey(0px);
    }
}

.animated-balloon {
    animation: float 4s ease-in-out infinite;
    display: block;
}

.animated-balloon img {
    height: 150px;
    width: auto;
}

.balloon-group .animated-balloon:nth-child(2) {
    animation-delay: -1s;
}

.balloon-group .animated-balloon:nth-child(3) {
    animation-delay: -2s;
}

.spacer {
    background-color: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #333;
}
.checkout-flex img,
.select2-container--open img, 
.form-select img {
    width: auto !important;
    height: 20px !important;
    margin-left: 16px;
}
#shipping_method-block {
    padding-block: 16px;
}
body:has(.select2-container--open) {
    overflow-x: hidden;
}

.select2-dropdown {
    overscroll-behavior: contain;
}

.checkout-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-help{
    margin-top: 30px;
    background-color: #F4F4F4;
    padding: 20px;
}
.product-help-flex{
        font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #909090;
    margin-top: 14px;
}
.product-help-flex a{
    color: #121212;
}
.product-help-flex a {
    padding-left: 8px;
}

@media (max-width: 998px) {
    .top-banner h2 {
        font-size: 2rem;
    }

    .promo-content h2 {
        font-size: 1.5rem;
    }

    .animated-balloon img {
        height: 100px;
    }

    #arrow-1 svg,
    #arrow-2 svg {
        max-width: 30px;
        height: auto;
    }

    .balloon-stage .arrow {
        margin-inline: 10px;
    }

    .balloon-stage p {
        font-size: 24px;
    }

    .balloons-progress {
        gap: 10px;
    }
}

@media (max-width: 768px) {
    .top-banner h2 {
        font-size: 26px;
    }

    .promo-content h2 {
        font-size: 24px;
    }

    .options-nav a,
    .balloon-stage p {
        font-size: 16px;
    }

    .img-left {
        max-width: 90px;
        height: auto;
        top: -5%;
    }

    .img-right {
        position: absolute;
        right: -5%;
        top: 70%;
        max-width: 90px;
        height: auto;
    }
}

@media (max-width: 600px) {

    #arrow-1,
    #arrow-2 {
        max-width: 30px;
        height: auto;
        transform: rotate(90deg);
        margin-block: 20px;
    }
    .select2-container--open img, 
.form-select img {
    height: 16px !important;
}
.select2-container--open span {
    font-size: 16px;
}
.select2-results__option .icon-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
}






/* Overlay */
.cart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease;
  z-index: 20040;
}

.cart-overlay.active {
  opacity: 1;
  visibility: visible;
  backdrop-filter: blur(10px);
}

.side-cart {
  position: fixed;
  visibility: hidden;
  content-visibility: hidden;
  z-index: 20050;
  top: 0;
  right: 0;
  height: 100%;
  max-width: 450px;
  width: 100%;
  background: white;
  border-left: 1px solid #0000000f;
  box-shadow: 0 2px 8px #0000000f, 0 3px 12px #00000005;

  transform: translate3d(100%, 0, 0);
  transition: transform .3s ease, visibility 0s linear .3s;

  display: flex;
  flex-direction: column;
}

.cart-close {
  align-self: flex-end;
  margin: 15px;
  font-size: 18px;
  background: none;
  border: none;
  cursor: pointer;
}

.side-cart.active {
  visibility: visible;
  content-visibility: visible;
  transform: translate3d(0, 0, 0);
  transition: transform .3s ease;
}
.side-cart .product-page__infos,
.side-cart h1{
    margin-bottom: 16px;
}
.cart-wrapper-images {
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #000 transparent;
    margin-bottom: 30px;
    padding-inline: 16px;
    min-height: 262px;
}

.cart-wrapper-images img{
    width: 100%;
}

.cart-popup__container {
    padding-inline: 16px;
}
.cart-popup__sizes{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}
.cart-popup-btn{
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-bottom: 30px;
}
.cart-popup__container .product-page__infos .product-page__status.in-stock {
    color: #18D837;
}
.cart-popup__container .product-page__status.out-of-stock {
    color: #C90000;
}
.add-to-cart{
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    /* top: calc(50% - 20px);
    left: calc(50% - 20px); */
    top: 10px;
    right: 10px;
    z-index: 2;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.3s all ease-in-out;
}

.product-card__top:hover .add-to-cart{
    opacity: 1;
}
.product-card__top .add-to-cart:hover{
    opacity: 0.7;
}
.qqvfw-quick-view-button .qqvfw-m-icon svg {
    fill: none;
    stroke: currentColor;
}
.filter-popup__container {
    width: 100%;
}
.products-slider.products-new {
    margin-top: 146px;
}

@media (max-width: 768px){
    .add-to-cart{
        display: none;
    }
    .products-slider.products-new {
        margin-top: 0;
    }
}

.product-btn__grey{
    display: flex; 
    align-items: center;
    background-color: #F4F4F4;
    margin-top: 14px;
    border: none;
    text-align: center;
    justify-content: center;
    gap: 15px;
    padding-block: 5px;
    min-height: 59px;
}
.product-btn__svg{
    display: flex; 
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.product-btn__grey .product-btn__svg .product-btn__svg-f{
    fill: #000
}
.product-btn__grey .product-btn__svg .product-btn__svg-f,
.product-btn__grey:hover .product-btn__svg .product-btn__svg-s .cls-3,
.product-btn__grey:hover .product-btn__svg .product-btn__svg-s .cls-2{
    transition: all 0.3 ease-in-out;
}
.product-btn__grey:hover .product-btn__svg .product-btn__svg-f{
    color: #fff;
}
.product-btn__grey:hover .product-btn__svg .product-btn__svg-s .cls-3,
.product-btn__grey:hover .product-btn__svg .product-btn__svg-s .cls-2{
    stroke: #fff;
}


.swiper-slide-video-desctop {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-slider .swiper-slide a video {
    width: 100%;
    display: block;
    pointer-events: none;
}

@media (max-width: 768px) {
    .product-btn__grey-text {
        max-width: 200px;
    }

    .swiper-slide-video-desctop {
        width: 100vw;
    }

    .hero-slider .swiper-slide a {
        height: 100%;
    }

    .hero-slider .swiper-slide a video {
        height: 100%;
        object-fit: cover;
    }
    .product-page__wrapper {
        margin-bottom: 20px;
    }
}
