html{
    scroll-padding-top: 150px;
}
.container, .container-fluid{
    max-width: 1310px !important;
}

.header {
    padding: 30px 0;
    transition: top 1s ease-in-out .4s;
    z-index: 35;
    position: sticky;
    top: 0;
    background: #f8f6f2;
}

.header .header-search .header-btn,
.header .header-lang .lang-i,
.header .navbar-rigth .navbar-i{
    transition: background .3s;
}

.header-container{
    position: relative;
}

.header .basket-dropdown__total {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px !important;
}
.header .sub-menu .menu-item{
    background: #F8F6F2;
}
.header .main-navigation ul{
    background: rgba(255, 255, 255, 0.40);
    backdrop-filter: blur(10px);
}
.header .main-navigation ul li{
    background: rgba(255, 255, 255, 0.80);
}
.header .main-navigation ul li .sub-menu{
    background: transparent !important;
    padding-top: 8px !important;
}
.header .main-navigation ul li .sub-menu ul{
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(9.600000381469727px);
    padding: 4px;
    gap: 4px;
}
html.search-act .header-search__wrap{
    display: none !important;
}
.mini-cart_pricebox{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.btn{
    transition: .3s;
}
.btn-go-cart{
    margin-top: 20px;
    display: block;
}
.basket-dropdown__total .tax-text{
    font-size: 12px;
    line-height: normal;
}
.basket-dropdown__total .price{
    font-size: 18px;
    font-weight: 500;
}
.basket__list-item-price{
    display: flex;
    justify-content: space-between;
}
.mini_cart_product_author a::before{
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url("../images/ico-user.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 4px;
}
.mini_cart_product_author a{
    display: flex;
    flex-direction: row;
    font-size: 12px;
    align-items: center;
}
.basket-dropdown__item_content{
    width: 100%;
}

header .basket__list-item-quantity,
.card_products .basket__list-item-quantity{
    display: flex;
    flex-direction: row;
    border-radius: 2px;
    width: fit-content;
    border: 1px solid #E2DDD6;
    margin-bottom: 6px;
}

header .basket__list-item-quantity .input-text.qty,
.card_products .basket__list-item-quantity .input-text.qty{
    order: 2;
    pointer-events: none;
    width: 22px;
    text-align: center;
    font-size: 12px;
    border: none;
    background: #fff;
}
header .basket__list-item-quantity .js-basket-minus,
header .basket__list-item-quantity .js-basket-plus,
.card_products .basket__list-item-quantity .js-basket-plus,
.card_products .basket__list-item-quantity .js-basket-minus{
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    border: none;
    padding: 8.5px;
    cursor: pointer;
    background: #fff;
}
.basket__list-item-quantity .js-basket-minus {
    order: 1;
}
.input-text.qty::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
header .remove_from_cart_button{
    text-decoration-line: underline;
    font-size: 14px;
}
header .mini_cart_view_btn{
    background-color: #F8F6F2;
    color: #6F6655;
}
header .mini_cart_view_btn:hover{
    color: #fff;
}

.basket__list-item-quantity span {
    display: none;
}
.basket__list-item-quantity .js-basket-plus {
    order: 3;
}
header .product_title,
header .mini_cart_product_author{
    margin-bottom: 6px;
    display: block;
}
header .mini_cart_total{
    color: #6F6655;
    font-size: 18px;
    line-height: normal;
}

#mini-cart {
    display: none;
    position: absolute;
    top: 70px;
    right: 15px;
    width: 360px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 999;
    max-height: 530px;
    overflow-y: auto;
    min-height: 125px;
}
.basket-dropdown__item{
    display: flex;
    margin-bottom: 25px;
}
.basket-dropdown__item_image{
    max-width: 100px;
    margin-right: 20px;
    display: inline-block;
}
.basket-dropdown__button{
    display: flex;
    flex-direction: column;
}
.basket-dropdown__button>.button:first-child{
    margin-bottom: 10px;
}
.header-wr{
    position: relative;
}
.search-input-field{
    width: 100%;
}
.search-results-dropdown{
    display: flex;
    flex-direction: column;
}
.search-result-item{
    padding: 12px 8px;
}
.header-search__wrap #searchform{
    align-items: flex-start;
}
#site-preloader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    pointer-events: none;
    display: none;
}

.preloader-panel {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e8dfd3;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: slideUpIn 1s ease forwards, stay 0.8s ease 1s forwards, slideUpOut 1s ease 1.8s forwards;
}

.preloader-logo {
    opacity: 1;
    animation: fadeInLogo 1s ease 1s forwards;
}

@keyframes slideUpIn {
    from { bottom: -100%; }
    to { bottom: 0; }
}

@keyframes stay {
    from { bottom: 0; }
    to { bottom: 0; }
}

@keyframes slideUpOut {
    from { bottom: 0; }
    to { bottom: 100%; }
}

ol.breadcrumb{
    display: flex;
    list-style-type: none;
    padding: 0;
}
.section{
    margin-bottom: 80px;
}
.breadcrumb-item:not(:last-child):after{
    content: '/';
    display: inline-block;
    margin: 0 10px;
}
.breadcrumb-item,.breadcrumb-item a{
    color: #9F9787;
    font-size: 14px;
    font-weight: 300;
    line-height: 120%;
}
.breadcrumb-item{
    color: #6F6655;
}

.add_to_favotit .is-favorite{
    display: none !important;
}

.hide{
    display: none !important;
}

.add_to_favotit .not-favorite{
    display: inline-block !important;
}

.add_to_favotit.in-wishlist .is-favorite{
    display: inline-block !important;
}

.add_to_favotit.in-wishlist .not-favorite{
    display: none !important;
}
.accordion-header {
    margin: 0;
    padding: 0;
}

.accordion-button {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 16px;
    background-color: #F8F6F2;
    border: none;
    outline: none;
    cursor: pointer;
    color: #807869;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    transition: background-color 0.3s ease;
}

.accordion-collapse {
    display: none;
    padding: 15px;
    background-color: #fff;
}

.accordion-item{
    margin-bottom: 12px;
}

.accordion-body{
    color: #565656;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}

.accordion-item .accordion-button:after{
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    background-image: url('../images/icons/icon-plus-brown.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.accordion-item.active .accordion-button:after{
    background-image: url('../images/icons/icon-minus-brown.svg');
}

.catalog-empty{
    text-align: center;
}
.catalog-empty h2{
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.64px;
}
.catalog-empty p{
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}
.cast-i.paral-img.narrow{
    width: 34%;
}
.cast-i.paral-img.wide{
    width: 66%;
}
.swiper {
    width: calc(50% - 8px);
    height: inherit;
    margin: 0;
    pointer-events: none;
    position: absolute !important;
    top: 0;
    left: 0;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    gap: 16px;
}
.swiper-slide>div{
    height: 100%;
    background-color: #fff;
}
.swiper-slide img{
    height: 100%;
    object-fit: cover;
}
.slide-number{
    margin-top: 20px;
}
.swiper-pagination-left{
    position: absolute;
    left: 0px !important;
    transform: translateX(-50%);
    z-index: 10;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 25px;
}
.swiper-pagination-left .swiper-pagination-bullet{
    background-color: #D0D0D0 !important;
    width: 1px !important;
    border-radius: 0 !important;
    margin: 7px 0 !important;
}
.swiper-pagination-bullet-active {
    background-color: #807869;
}
.slider-container{
    display: flex;
    height: 720px;
    overflow: auto;
    padding-right: 0 !important;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.slider-container .text-section{
    width: 100%;
    display: flex;
    gap: 16px;
}
.slider-container .text-section>div{
    width: 50%;
}
.slider-container .text-section>div{
    width: 50%;
}
.slider-text{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    height: 100%;
}
.slider-text h2{
    font-size: 28px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 15px;
}
.slider-text>div{
    max-width: 450px;
}

.about-texts{
    display: flex;
    flex-direction: column;
}
.about-texts .text-1{
    max-width: 630px;
    width: 100%;
    margin-bottom: 30px;
}
.about-texts .text-2{
    display: flex;
    flex-direction: column;
    align-self: flex-end;
    max-width: 845px;
    width: 100%;
}
.about-texts h4{
    color: #807869;
    font-size: 24px;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: -0.48px;
    margin-bottom: 12px;
}
.about-texts h3{
    margin-bottom: 24px;
}

.mhover{
    display: none !important;
}

.header .main-navigation ul li:hover a:not(.active){
    background-color: unset;
}

.menu-item {
    position: relative;
}

.menu-item a {
    display: inline-block;
    transition: color 0.3s ease-in-out;
    width: max-content;
}

.menu-item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 100%;
    height: 100%;
    background-color: #BEB8B2;
    z-index: -1;
    transition: transform 0.3s ease-in-out;
}

.menu-item:hover::before {
    transform: translate(-50%, -50%) scale(1);
}

.mhover, .mhover2{
    display: none !important;
}

.footer-menu .menu-item{
    background: #F8F6F2;
}

.footer-menu .menu-item a.active {
    color: #fff;
    background: #807869;
}
.slideUpward a{
    height: 25px;
    line-height: 25px !important;
    padding: 0 10px !important;
    margin-right: 0;
    overflow-y: clip;
    white-space: nowrap;
}

.slideUpward a span{
    display: inline-block;
    position: relative;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.slideUpward a span::before{
    display: inline-block;
    width: 100%;
    height: 100%;
    content: attr(data-hover);
    position: absolute;
    left: 0;
    top: 100%;
    font-weight: 700;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.slideUpward a:hover span{
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}

.loader-container{
    position: absolute;
    width: 105%;
    height: 102%;
    top: -2%;
    left: -5%;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(4px);
    display: none;
}

.loader:after,.loader:before {
    content: "";
    position: absolute;
    transition: opacity .3s ease-in;
    transition-delay: .5s;
    z-index: 3
}
.loader::after {
    animation: spin 1s linear infinite forwards;
    border: 4px solid #807869;
    border-radius: 50%;
    border-right-color: transparent;
    height: 40px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 40px
}
.loader::before{
    background: transparent;
    bottom: 0;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    width: 100%
}
li.product-tag {
    padding: 8px 7px;
    font-size: 14px;
    line-height: 15.4px;
    margin-right: 8px;
    height: max-content;
}
li.product li.product-tag{
    margin-right: 0;
    font-size: 12px;
    padding: 5px 4px;
}
#coupon_code{
    height: 100%;
    padding: 10px;
    border: 1px solid #E7E2D8;
}
#coupon_code::placeholder {
    color: #E7E2D8;
    font-size: 14px;
}
.coupon_field {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.coupon_field .form-row-first,
.coupon_field .form-row-first input,
.cart-collaterals #coupon_code{
    width: 100%;
}
.cart-totals-row.cart-discount{
    font-size: 12px;
}
.coupon_field .btn{
    color: #6F6655;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    background: #E7E2D8;
    padding: 10px 20px;
}
.woocommerce-notices-wrapper, .woocommerce-NoticeGroup-checkout{
    border: 1px solid #807869;
}
form.checkout.woocommerce-checkout .checkout-inline-error-message{
    display: none;
}
.woocommerce-invalid .woocommerce-input-wrapper {
    border: 1px solid #ff8181;
    box-shadow: 0px 0px 3px 0px #ff8181;
}
#billing_country_field,
#shipping_country_field,
#billing_country_field *,
#shipping_country_field *,
#country_reg_field,
#country_reg_field * {
    pointer-events: all;
    cursor: pointer;
}
.woocommerce-form-coupon {
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #fff;
}
.woocommerce-form-coupon-title{
    color: #6F6655;
    font-size: 14px;
    line-height: 130%;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}
.woocommerce-form-coupon-title svg{
    margin-right: 5px;
}
.cart-totals{
    position: relative;
}
.cart-totals .taxes-note{
    color: #9A9285;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    bottom: 0;
}
.cart-totals-row {
    display: flex;
    justify-content: space-between;
}
.cart-totals-row.cart-subtotal .cart-totals-label{
    color: #6F6655;
    font-size: 12px;
    line-height: 130%;
}
.cart-totals-row.cart-subtotal .cart-totals-value{
    color: #9A9285;
    font-size: 12px;
    line-height: 130%;
}
.cart-totals-row.order-total{
    padding-top: 15px;
    border-top: 1px solid #EAEAEA;
    margin-top: 15px;
}
.order-total .cart-totals-label{
    color: #6F6655;
    font-size: 18px;
}
.order-total .cart-totals-value{
    color: #6F6655;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.woocommerce .products.columns-3 .product .woco-down .price ins .woocommerce-Price-amount bdi,
.woocommerce .products.columns-3 .product .woco-down .price ins .woocommerce-Price-currencySymbol{
    color: #812828 !important;
}
.product-card__variations .product-total-price ins .woocommerce-Price-amount bdi{
    color: #812828 !important;
}
.product-card__variations .product-total-price ins{
    text-decoration: unset;
}
.artist-link {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.wc-checkbox .woocommerce-invalid label:before,
.woocommerce-invalid .wc-checkbox label:before{
    background: transparent !important;
}
.wc-checkbox label:before{
    border-radius: 4px;
}
.wc-checkbox input:checked+label:before{
    background: #6F6655;
}
.wc-checkbox input:checked+label:after{
    background-position: center;
    background-repeat: no-repeat;
}
.woocommerce .products.columns-3 .product.outofstock .woco-down .price .woocommerce-Price-amount.amount,
.woocommerce .products.columns-3 .product.outofstock .woco-down .price .woocommerce-Price-amount.amount bdi,
.woocommerce .products.columns-3 .product.outofstock .woocommerce-loop-product__title{
    color: rgba(128, 120, 105, 0.40);
}

/* Category pages */
.catalog-filter__btn {
    width: 43px;
    height: 43px;
}

.catalog-filter {
    position: relative;
}

.facet-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-end;
    padding: 20px 0;
    color: #6F6655;
    margin-bottom: 30px;
}

.filter-list {
    display: block;
    position: relative;

}

.filter-item {
    position: relative;
    width: 145px;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.filter-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url('../images/dddt.svg') 90% 50% no-repeat !important;
    background-color: #f8f6f2;
    color: #4a4a4a;
    border: 4px solid #E3E0D8;
    padding: 11px 10px;
    border-radius: 0px;
    cursor: pointer;
    font-size: 14px;
    text-align: left;
    transition: background-color .3s;
}

.filter-dropdown {
    display: none;
    position: absolute;
    top: 49px;
    left: 0;
    background-color: #fff;
    border: 4px solid #E3E0D8;
    width: 100%;
    z-index: 10;
}

.filter-dropdown li {
    padding: 12px 8px;
    border-bottom: 3px solid #E3E0D8;
}

.filter-dropdown li:last-child{
    border-bottom: 0;
}

.filter-dropdown label {
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #4a4a4a;
}

.filter-dropdown input[type="radio"] {
    margin: 0;
}

.filter-item:hover .filter-dropdown {
    display: block;
}

.filter-item:hover .filter-label{
    background-color: #fff !important;
}

.clear-filters {
    position: absolute;
    right: 0;
    bottom: -28px;
    width: 66px;

}

.clear-all-button {
    border: none;
    color: #6F6655;
    cursor: pointer;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
}

.clear-filters:hover {
    cursor: pointer;
}
.reset-filters-section{
    display:none;
}
.reset-filters-section>div{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.reset-filters-section h2{
    color: #6F6655;
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.64px;
    margin-bottom: 10px;
}
.reset-filters-section p{
    color: #9A9285;
    margin-bottom: 20px;
}
.facet-filters input[type="checkbox"],
.facet-filters input[type="radio"]{
    display: none;
}


.facet-filters label {
    position: relative;
    display: block;
    padding-left: 3px;
    cursor: pointer;
    font-size: 12px;
    line-height: normal;
    color: #333;
    padding-right: 20px;
}

.facet-filters label:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 16px;
    height: 16px;
    background-image: url('../images/nochkd.svg');
    background-size: cover;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.facet-filters label.actv:after {
    background-image: url('../images/chkd.svg') !important;
}

/* Галочка */
.facet-filters input[type="checkbox"]:checked + label::after {
    content: "\2713";
    position: absolute;
    left: 5px;
    top: 2px;
    font-size: 14px;
    color: white;
}


.facet-filters label:hover::before {
    opacity: 0.8;
}

.filter-list, .clear-filters {
    display: none;
}

.about-slider{
    position: relative;
}
.about-texts h3{
    font-size: 62px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -1.24px;
}
.facet-filters .filter-list .filter-item:not(:first-child) .filter-label{
    border-left: 0;
}

.facet-filters .filter-list .filter-item:not(:first-child) .filter-dropdown{
    width: calc(100% + 4px);
    left: -4px;
}


/* About ahead page */
.about_page h1{
    font-size: 62px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -1.24px;
    margin-bottom: 35px;
}
.about_page .section{
    margin-bottom: 80px;
}
.about_page .counter-blocks{
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: flex-end;
}
.about_page .counter-block{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    background-color: #fff;
    justify-content: space-between;
    height: min-content;
    gap: 10px;
}
.about_page .counter-block img{
    width: auto;
}

.about_page .counter-block h3{
    font-size: 36px;
    font-weight: 500;
    line-height: 48.6px;
    letter-spacing: -0.02em;
}
.about_page .other-artists{
    margin-bottom: 20px;
}
.about_page .all-artists h3{
    font-size: 62px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -1.24px;
}
.about_page .artist-avatar{
    margin-bottom: 15px;
    max-height: 308px;
    object-fit: cover;
    height: 100%;
}
.about_page .artist-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
}
.about_page .artist-list li.artist-item {
    width: calc(25% - 12px);
    margin-bottom: 30px;
}
.about_page .artist-list .artist-name{
    display: block;
    font-size: 24px;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 8px;
}
.about_page .artist-list .role{
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 15px;
}
.about_page .artist-list .artist_info{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.about_page .all-artists .header_part{
    display: flex;
    flex-direction: row;
    margin-bottom: 35px;
    align-items: flex-end;
    justify-content: space-between;
}

/* Contact page */
.contact_page h1{
    font-size: 48px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 40px;
}
.contact_page .contact-us{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.contact_page .contact-info{
    width: 40%;
    position: relative;
}
.contact_page .contact-info .social_icons>div {
    display: flex;
    padding: 16px;
    justify-content: space-between;
    align-items: center;
    background: #E7E2D8;
    margin-bottom: 20px;
}
.contact_page .contact-img{
    position: absolute;
    width: calc(100% + 100px);
    right: 0;
}
.contact_page .contact-box{
    background-color: #fff;
    padding: 60px;
    overflow: hidden;
}
.contact_page .contact-info>div span{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.contact_page .contact-info>div .social_icon::before{
    content: '';
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 16px;
    background-size: contain;
    background-image: url('../images/icon-email.svg');
}
.contact_page .contact-info>div.instagram .social_icon::before{
    background-image: url('../images/icon-insta.svg');
}
.contact_page .contact-info>div.facebook .social_icon::before{
    background-image: url('../images/icon-fb.svg');
}
.contact_page .contact-info .copy_info{
    cursor: pointer;
}
.contact_page .contact-info>div .copy_info::after{
    content: '';
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-left: 12px;
    background-size: contain;
    background-image: url('../images/icon-copy.svg');
}
.contact_page .contact-form{
    width: 52%;
}
.contact_page .contact-form .roles{
    margin: 10px 0 30px;
    display: flex;
    padding: 4px;
    align-items: flex-start;
    gap: 4px;
    background: #F8F6F2;
    width: fit-content;
}
.contact_page .contact-form .roles label{
    padding: 16px 12px;
    background: #fff;
    cursor: pointer;
}
.contact_page .contact-form .roles input{
    visibility: hidden;
    margin: 0;
    width: 0;
    height: 0;
}
.contact_page .contact-form .roles label.active{
    background: #807869;
    color: #fff;
}
.contact_page .form-row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 40px;
}
.contact_page .form-row:last-child{
    margin-bottom: 10px;
}
.contact_page .form-row label{
    display: flex;
    flex-direction: column;
    width: 100%;
    font-size: 14px;
}
.contact_page .form-row label:not(:first-child){
    margin-left: 20px;
}
.contact_page .form-row input,
.contact_page .form-row textarea{
    font-size: 16px;
    border: 0;
    background: #F8F6F2;
    padding: 16px;
    max-width: 100%;
    margin-top: 6px;
    resize: none;
    outline: none;
}
.contact_page .form-row input::placeholder,
.contact_page .form-row textarea::placeholder{
    color:rgba(128, 120, 105, 0.40);
}
.contact_page .privacy_checkbox{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 30px;
}
.contact_page .privacy_checkbox label{
    font-size: 14px;
}
.contact_page .privacy_checkbox input[type="checkbox"] {
    display: none;
}

.contact_page .privacy_checkbox .custom-checkbox {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #E5E2DF;
    border-radius: 2px;
    vertical-align: middle;
    position: relative;
    background-color: #fff;
    transition: background-color 0.3s, border-color 0.3s;
}

.contact_page .privacy_checkbox .custom-checkbox:hover {
    border-color: #888;
}

.contact_page .privacy_checkbox input[type="checkbox"]:checked + .custom-checkbox {
    background-color: #F8F6F2;
    border-color: #888;
}

.contact_page .privacy_checkbox input[type="checkbox"]:checked + .custom-checkbox::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 5px;
    width: 5px;
    height: 11px;
    border: solid #6F6655;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.contact_page .contact-us-btn{
    width: 100%;
}

/* Wishlist */
.wishlist-header{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.wishlist-section {
    background: #fff;
    padding: 60px;
}
.wishlist-header h1{
    font-size: 48px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -1.2px;
}
.wishlist-header p{
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 28px;
}

/* 404 page */
.section-404{
    text-align: center;
}
.section-404 h1{
    color: #6F6655;
    font-size: 48px;
    font-weight: 400;
    line-height: 120%;
}
.section-404 .text-404{
    color: #6F6655;
    line-height: 145%;
    margin-bottom: 25px;
    margin-top: 10px;
}
.section-404 .title-404{
    color: #6F6655;
    font-size: 24px;
}
.section-404 .error-button-block{
    margin-top: 60px;
}
.section-404 .woco-down{
    text-align: left;
}

/* Privacy policy, terms etc. */
.privacy_pages h1{
    font-weight: 400;
}
.privacy_pages .wp-block-heading:not(:first-child){
    margin-top: 48px;
}
.privacy_pages .left-sidebar {
    position: relative;
    padding-top: 28px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 20px;
}
.privacy_pages .left-sidebar .sidebar {
    width: 260px;
    position: sticky;
    top: 115px;
    height: fit-content;
}
.privacy_pages .left-sidebar .description{
    text-align: center;
    max-width: 80%;
    margin: auto;
}
.privacy_pages .left-sidebar .sidebar .widget-navigation h3.title {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 400;
}
.privacy_pages .left-sidebar .sidebar .widget-navigation .navigation {
    display: flex;
    flex-direction: column;
    background: rgb(255, 255, 255);
    gap: 4px;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.privacy_pages .left-sidebar .sidebar .widget-navigation .navigation li a {
    display: flex;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    height: 52px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20.3px;
    color: rgb(81, 73, 57);
    background: rgb(249, 242, 232);
    border-radius: 4px;
    transition: background 0.3s ease-in;
}
.privacy_pages .left-sidebar .sidebar .widget-navigation .navigation li a.active {
    background: rgb(238, 227, 208);
}
.privacy_pages .left-sidebar .content {
    width: calc(100% - 350px);
}
.privacy_pages .page-header {
    padding-top: 40px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.privacy_pages .page-header {
    align-items: center;
}
.privacy_pages .left-sidebar .page-header {
    padding-top: 0px;
    padding-bottom: 40px;
}
.privacy_pages .flex-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch;
}
.privacy_pages .page-header > .flex-row {
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.privacy_pages .left-sidebar .content h2 {
    margin-bottom: 24px;
    font-weight: 400;
}

/* Cookie */

.cookie.js-cookie {
    display: none;
    max-width: 343px;
    padding: 4px;
    background: #E8E7E2;
    backdrop-filter: blur(9.600000381469727px);
    bottom: -100%;
    left: 1rem;
    position: fixed;
    transition-duration: .7s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    z-index: 102;
}

.cookie.js-cookie.active {
    bottom: 1rem;
}

.cookie__content {
    background: #F8F6F2;
    padding: 16px;
    font-size: 14px;
}

.cookie_buttons{
    display: flex;
    gap: 8px;
    margin-top: 16px;
}
.cookie_buttons button{
    padding: 16px 12px;
    font-weight: 400;
}
.btn.btn_white{
    background: #fff;
    color: #807869;
}
.btn.btn_white:hover{
    background: #fff;
}
.btn.btn_white.btn-v2 span:before{
    color: #807869;
}

/* footer */
.footer-menu__sm{
    margin-top: 16px;
}
.footer-line2{
    padding-top: 0 !important;
}
.footer-line2-c{
    margin-top: 0 !important;
}
.footer-line2 .footer-in{
    align-items: flex-start;
}
.footer-menu__sm a.active,
.footer-menu__sm a.active span{
    color: rgba(111, 102, 85, 0.60);
}
.footer>div.container-max{
    background: unset;
    padding-bottom: 0;
    padding-top: 0;
}
.footer .footer_part{
    background: #e7e2d8;
    padding-bottom: 64px;
    padding-top: 44px;
}
.footer .footer-line3{
    font-size: 14px;
    margin-top: -15px;
}
.footer .footer-line3 img{
    width: auto;
    margin-left: 10px;
}
.ft-text{
    transition: all .3s;
}

@media screen and (max-width: 992px) {
    .cast-in .cast-i {
        min-width: 100% !important;
        padding: 0;
    }
    .cast-in .cast-line{
        flex-wrap: wrap;
    }
}


/*************************************************************************/
.forgotpass-container {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0;
    max-width: 720px;
    opacity: 0;
    padding: 24px;
    position: absolute;
    right: 0;
    top: 0;
    transition: .25s cubic-bezier(.25,.46,.45,.94);
    visibility: hidden;
    width: 100%;
    z-index: -99
}

@media screen and (max-width: 1024px) {
    .forgotpass-container {
        align-items:center;
        border-radius: 0;
        box-shadow: none;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center;
        max-width: 100%;
        overflow: auto;
        top: 0
    }
}

.forgotpass-container__block {
    max-width: 464px;
    width: 100%
}

@media screen and (max-width: 1024px) {
    .forgotpass-container__block {
        max-width:345px
    }
}

.forgotpass-container.loading:before {
    animation: circleSpin 2s linear infinite;
    border: 4px solid #fff;
    border-radius: 50%;
    border-right-color: transparent;
    content: "";
    height: 30px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    transform-origin: center;
    width: 30px;
    z-index: 2
}

.forgotpass-container.loading:after {
    background: rgba(6,6,7,.565);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.forgotpass-container__inner {
    display: block
}

@media screen and (max-width: 1024px) {
    .forgotpass-container__inner {
        max-width:345px;
        width: 100%
    }
}

.forgotpass-container__inner.active {
    display: none
}

.forgotpass-container__success {
    border-bottom: 1px solid #c7c9d1;
    display: none;
    margin-bottom: 32px;
    padding-bottom: 32px;
    padding-top: 20px
}

.forgotpass-container__success.active {
    display: block
}

.forgotpass-container__success-notify {
    background: #807869;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 20px;
    padding: 12px;
    position: relative
}

.forgotpass-container__success-notify:after {
    background-image: url(../images/ico-check-white..svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px
}

.forgotpass-container__success-text {
    color: var(--grey-500,#72788d);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: center
}

.forgotpass__heading {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
    text-align: left;
    text-transform: none
}

.forgotpass__title {
    color: #777;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 20px;
    text-align: left
}

.forgotpass__tabs {
    display: block
}

@media screen and (max-width: 1024px) {
    .forgotpass__tabs {
        max-width:345px;
        width: 100%
    }
}

/*.forgotpass__tabs a {*/
/*    border: 1px solid #e95485;*/
/*    color: #e95485;*/
/*    display: block;*/
/*    font-family: Editor;*/
/*    font-size: 16px;*/
/*    font-weight: 700;*/
/*    line-height: 24px;*/
/*    margin: 0;*/
/*    padding: 11px;*/
/*    position: relative;*/
/*    text-align: center;*/
/*    text-transform: none*/
/*}*/

/*.forgotpass__tabs a,.forgotpass__tabs a:hover {*/
/*    background: #fff;*/
/*    transition: all .4s ease-in-out*/
/*}*/

/*.forgotpass__tabs a:hover {*/
/*    border-color: #117c32;*/
/*    color: #117c32*/
/*}*/

.password-recovery {
    align-items: flex-start;
    display: flex;
    height: 100%;
    justify-content: flex-end;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: .25s cubic-bezier(.25,.46,.45,.94);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%;
    z-index: 999
}

.password-recovery:before {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background: hsla(0,0%,7%,.2);
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.password-recovery.active {
    opacity: 1;
    pointer-events: auto
}


.password-recovery.active .auth-container {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0)
}

.password-recovery .error-text {
    bottom: 0;
    color: #f04438;
    font-size: 12px;
    height: 0;
    left: 0;
    opacity: 0;
    padding-top: 0;
    position: absolute;
    right: 0;
    transition: .25s cubic-bezier(.25,.46,.45,.94)
}

.password-recovery .error-text.active {
    opacity: 1
}

.password-recovery__content {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    justify-content: center;
    max-width: 720px;
    padding: 24px;
    position: relative;
    transition: .25s cubic-bezier(.25,.46,.45,.94);
    width: 100%
}

.password-recovery__item {
    margin: 0 0 20px
}

.password-recovery__block {
    max-width: 464px;
    width: 100%
}

.password-recovery__block p {
    color: #777;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 20px;
    text-align: left
}

.password-recovery__block p.title {
    color: #e95485;
    font-family: Editor;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 20px;
    text-align: left;
    text-transform: none
}

.password-recovery__block .btn {
    font-feature-settings: "calt" off;
    background: #e95485;
    border-radius: 0;
    color: var(--White,#fff);
    cursor: pointer;
    font-family: Editor;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-top: 14px;
    position: relative;
    text-transform: none;
    transition: .25s ease-in;
    width: 100%
}

.password-recovery__block .btn:hover {
    background: #117c32;
    color: #fff
}

.password-recovery__close {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 24px;
    justify-content: center;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 24px;
    z-index: 5
}

.auth {
    align-items: flex-start;
    display: flex;
    height: 100%;
    justify-content: flex-end;
    left: 50%;
    opacity: 0;
    position: fixed;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: .25s cubic-bezier(.25,.46,.45,.94);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%
}

.auth,.auth:before {
    pointer-events: none;
    z-index: -1
}

.auth:before {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background: hsla(0,0%,7%,.2);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.auth.active {
    opacity: 1;
    pointer-events: auto;
    z-index: 999
}

.auth.active .auth-container {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0)
}

.auth .auth-register-tab span {
    margin: 0
}

.auth.reset {
    opacity: 1;
    pointer-events: auto
}

.auth.reset .auth-container {
    opacity: 0;
    pointer-events: none
}

.auth.reset .forgotpass-container {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
    z-index: 55
}

.auth-bg {
    left: 100%;
    overflow: hidden;
    width: 512px
}

.auth-bg,.auth-bg:after {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    bottom: 0;
    position: absolute;
    top: 0
}

.auth-bg:after {
    background: #000;
    content: "";
    left: 0;
    opacity: .2;
    right: 0;
    z-index: 3
}

.auth-bg img,.auth-bg picture {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    height: 100%;
    isolation: isolate;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.auth-submit-wrap .error-text {
    bottom: -15px;
    color: #f04438;
    font-size: 12px;
    height: 0;
    left: 0;
    opacity: 0;
    padding-top: 0;
    position: absolute;
    right: 0;
    transition: .25s cubic-bezier(.25,.46,.45,.94)
}

.auth-submit-wrap .error-text em,.auth-submit-wrap .error-text strong {
    color: #f04438
}

.auth-submit-wrap .error-text a {
    color: inherit;
    text-decoration: underline;
    transition: .25s cubic-bezier(.25,.46,.45,.94)
}

@media screen and (min-width: 1024px) {
    .auth-submit-wrap .error-text a:hover {
        text-decoration:none
    }
}

.auth-submit-wrap .error-text.active {
    opacity: 1
}

.auth-submit-wrap .btn-black:first-of-type {
    margin-bottom: 10px
}

.auth-submit-wrap button {
    width: 100%;
}

/*.auth-submit-wrap .auth-guest,.auth-submit-wrap button {*/
/*    height: auto;*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*    width: auto*/
/*}*/

.auth-submit-wrap .auth-guest {
    color: #111;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    margin-top: 20px;
    text-align: center;
    text-decoration: underline;
    text-transform: none
}

.auth-submit-wrap .auth-guest:hover {
    color: #111;
    text-decoration: none
}

.auth .steps-block {
    margin: 0 0 12px!important
}

.auth-caption {
    justify-content: space-between;
    margin: 0 0 20px
}

.auth-caption,.auth-container {
    align-items: center;
    display: flex
}

.auth-container {
    background: #fff;
    height: 100vh;
    justify-content: center;
    max-width: 720px;
    padding: 24px;
    position: relative;
    transition: .25s cubic-bezier(.25,.46,.45,.94);
    width: 100%
}

@media screen and (max-width: 1024px) {
    .auth-container {
        height:100%;
        max-width: 100%;
        padding: 30px 16px
    }
}

.auth-close {
    align-items: center;
    display: flex;
    height: 20px;
    justify-content: center;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    z-index: 5
}

.auth-close svg path {
    transition: .25s cubic-bezier(.25,.46,.45,.94)
}

@media screen and (min-width: 1024px) {
    .auth-close {
        cursor:pointer
    }

    .auth-close:hover svg path {
        fill: #ff5353
    }
}

.auth-tabs {
    align-items: baseline;
    display: flex;
    margin-bottom: 20px;
    padding-top: 32px
}

.auth-tabs a {
    align-items: center;
    color: var(--grey-300,#abaeba);
    display: flex;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    height: 40px;
    justify-content: center;
    line-height: 28px;
    padding: 6px 0;
    position: relative;
    text-align: center;
    width: 50%
}

.auth-tabs a,.auth-tabs a:after {
    transition: .25s cubic-bezier(.25,.46,.45,.94)
}

.auth-tabs a:after {
    background: #000;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 0
}

.auth-tabs a.active {
    color: #060607
}

.auth-tabs a.active:after {
    width: 100%
}

@media screen and (min-width: 1024px) {
    .auth-tabs a:hover {
        color:#060607
    }
}

.auth-tab {
    display: none;
    max-width: 464px;
    position: relative;
    width: 100%
}

.auth-tab.active {
    display: block
}

.auth-tab span.name {
    display: block;
    font-size: 24px;
    line-height: 1.4em;
    margin-bottom: 20px;
    text-align: left;
    text-transform: none;
}

.auth-tab.auth-login-tab a,.auth-tab.auth-login-tab button,.auth-tab.auth-register-tab a,.auth-tab.auth-register-tab button {
    opacity: 1;
    pointer-events: all
}

.auth-tab [data-step="2"],.auth-tab [data-step="3"] {
    display: none;
    /*height: 0;*/
    /*margin: 0;*/
    opacity: 0;
    pointer-events: none
}

.auth-connect {
    margin-bottom: 20px
}

.auth-connect,.auth-connect a {
    align-items: center;
    display: flex
}

.auth-connect a {
    background: var(--White,#fff);
    border: 1px solid var(--grey-100,#e3e4e8);
    color: var(--grey-950,#060607);
    flex-basis: 100%;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    height: 40px;
    justify-content: center;
    letter-spacing: -.28px;
    line-height: 1em;
    margin-right: 6px
}

.auth-connect a:last-child {
    margin-right: 0
}

.auth-connect a img {
    height: 15px;
    margin-right: 4px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 15px
}

@media screen and (min-width: 1024px) {
    .auth-connect a {
        transition:.25s cubic-bezier(.25,.46,.45,.94)
    }

    .auth-connect a:hover {
        border-color: #060607
    }
}

.auth-title {
    color: var(--grey-950,#111);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 20px;
    text-align: center;
    text-transform: none
}

/*.auth-form .btn-black {*/
/*    font-feature-settings: "calt" off;*/
/*    background: #e95485;*/
/*    border-radius: 0;*/
/*    color: var(--White,#fff);*/
/*    cursor: pointer;*/
/*    font-family: Editor;*/
/*    font-size: 16px;*/
/*    font-style: normal;*/
/*    font-weight: 700;*/
/*    height: 48px;*/
/*    line-height: 24px;*/
/*    margin-top: 14px;*/
/*    position: relative;*/
/*    text-transform: none;*/
/*    transition: .25s ease-in;*/
/*    width: 100%*/
/*}*/

/*.auth-form .btn-black:hover {*/
/*    background: #117c32;*/
/*    color: #fff*/
/*}*/

/*.auth-form .btn-black.loading {*/
/*    color: transparent*/
/*}*/

/*.auth-form .btn-black.loading:after {*/
/*    animation: circleSpin .5s linear infinite;*/
/*    border: 2px solid #fff;*/
/*    border-radius: 50%;*/
/*    border-right-color: transparent;*/
/*    content: "";*/
/*    height: 20px;*/
/*    left: 50%;*/
/*    pointer-events: none;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    transform: translate(-50%,-50%);*/
/*    transition: .25s ease-in-out;*/
/*    width: 20px;*/
/*    z-index: 1*/
/*}*/

.auth-form .checkbox {
    display: block;
    height: 100%;
    margin-top: 20px;
    position: relative
}

.auth-form .checkbox:last-child {
    margin-top: 4px
}

.auth-form .checkbox.active {
    background: #fafafa
}

.auth-form .checkbox input {
    display: none;
}

.auth-form .checkbox input:checked+span{
    background: #6F6655;
}

.auth-form .checkbox input:checked+span:before {
    opacity: 1
}

.auth-form .checkbox>span {
    border: 1px solid #e5e5e6;
    border-radius: 1px;
    height: 20px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 20px;
}

.auth-form .checkbox>span:before {
    background-image: url(../images/ico-check-white..svg);
    content: "";
    height: 9px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: opacity .2s ease-in-out;
    width: 9px
}

.auth-form .checkbox label {
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    z-index: 1;
    border-radius: 2px;
    border: 1px solid #6F6655;
}

.auth-form .checkbox p {
    color: #302f2d;
    cursor: pointer;
    padding: 0 0 0 20px
}

.auth-form .checkbox p,.auth-form .checkbox p span {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.auth-form .checkbox p span {
    color: #b3b3b3
}

.auth-form .checkbox p a {
    color: #302f2d;
    text-decoration: underline
}

.auth-form .checkbox p a:hover {
    color: #302f2d;
    text-decoration: none
}

.auth-input__text p {
    color: #666;
    font-size: 14px
}

.auth-input__group {
    margin-bottom: 20px;
    position: relative
}

.auth-input__group_index {
    z-index: 5
}

.auth-input__group_flex {
    display: flex;
    margin: 0 -10px
}

.auth-input__group_flex .auth-input__wrap {
    margin: 0 10px;
    width: 100%
}

.auth-input__title {
    color: var(--grey-950,#060607);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 6px;
    pointer-events: none;
    position: relative;
    transform: translateY(22px);
    transition: .25s ease-in-out;
    z-index: 3
}

.auth-input__title.active {
    color: #9c2e86;
    font-size: 12px;
    transform: translateY(0)
}

.auth-input__title-wrap {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
    padding-bottom: 6px
}

.auth-input__title-wrap .auth-input__title {
    margin-bottom: 0
}

.auth-input__title-wrap .auth-forgotpass {
    color: var(--grey-500,#72788d);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    position: relative
}

.auth-input__title-wrap .auth-forgotpass:after {
    background: #72788d;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    right: 0;
    transition: .25s cubic-bezier(.25,.46,.45,.94);
    width: 100%
}

@media screen and (min-width: 1024px) {
    .auth-input__title-wrap .auth-forgotpass:hover:after {
        width:0
    }
}

.auth-input__wrap {
    position: relative
}

.auth-input__wrap_index {
    z-index: 5
}

.auth-input__wrap .iti {
    width: 100%
}

.auth-input__wrap .iti.error input {
    border: 1px solid #f04438;
    border-radius: 0
}

.auth-input__wrap select {
    border: 1px solid #e5e5e6;
    color: #777;
    font-size: 14px;
    outline: none;
    padding: 15px;
    width: 100%
}

.auth-input__wrap .iti--separate-dial-code .iti__selected-flag {
    background-color: transparent!important
}

.auth-input__wrap input {
    background: #fff;
    border: 1px solid #e5e5e6;
    border-radius: 0;
    color: #0d0d0d;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    height: 52px;
    line-height: 22px;
    outline: none;
    padding: 15px 16px;
    width: 100%
}

.auth-input__wrap input::-moz-placeholder {
    color: var(--grey-400,#8e93a4)
}

.auth-input__wrap input::placeholder {
    color: var(--grey-400,#8e93a4)
}

.auth-input__wrap input.error {
    border-color: #ff1414
}

.auth-input__wrap input.error+.error-title {
    opacity: 1
}

.auth-input__wrap .error-title {
    color: var(--error-500,#ff1414);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin: 2px 0 0;
    opacity: 0;
    position: unset
}

.auth-input__wrap.active select {
    color: #0d0d0d
}

.auth-input__wrap.error select {
    border-color: #ff1414;
    color: #777
}

.auth-input__wrap.error input {
    border-color: #ff1414
}

.auth-input__wrap.error .error-title {
    display: block;
    opacity: 1
}

.auth-input__wrap button {
    align-items: center;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #777;
    color: #777;
    cursor: pointer;
    display: flex;
    font-size: 12px;
    font-weight: 400;
    justify-content: center;
    line-height: 15px;
    opacity: 0;
    outline: none;
    padding: 0;
    pointer-events: none;
    position: absolute;
    right: 16px;
    text-decoration: none;
    top: 25px;
    transform: translateY(-50%);
    transition: all .4s ease-in-out
}

.auth-input__wrap button.is-active {
    opacity: 1;
    pointer-events: all
}

.auth-input__wrap button:hover {
    border-bottom: 0;
    text-decoration: none;
    transition: all .4s ease-in-out
}

.auth-input__wrap .auth-forgotpass {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #777;
    color: #777;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    margin-left: auto;
    margin-top: 15px;
    opacity: 0;
    outline: none;
    padding: 0;
    pointer-events: none;
    position: relative;
    text-decoration: none;
    transition: all .4s ease-in-out;
    width: -moz-max-content;
    width: max-content
}

.auth-input__wrap .auth-forgotpass.is-active {
    opacity: 1;
    pointer-events: all
}

.auth-input__wrap .auth-forgotpass:hover {
    border-bottom: 1px solid hsla(0,0%,100%,0);
    text-decoration: none;
    transition: all .4s ease-in-out
}

.auth-input__wrap .icon {
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute;
    right: 14px;
    top: 27px;
    transform: translateY(-50%);
    z-index: 2
}

.auth-input__wrap .icon svg path {
    transition: .25s cubic-bezier(.25,.46,.45,.94)
}

.auth-input__wrap .icon.active:after {
    background-color: #8e93a4;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
    width: 18px
}

@media screen and (min-width: 1024px) {
    .auth-input__wrap .icon {
        cursor:pointer
    }
}

.auth-steps__buttons {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 -10px
}

.auth-steps__current {
    color: #777;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    text-transform: none
}

.auth-steps .btn-white,
.forgotpass__tabs .btn-white{
    background: #fff;
    color: #807869;
    border: 1px solid #807869;
    font-size: 14px;
    font-weight: 500;
    margin: 0 10px;
    position: relative;
    text-transform: none;
    transition: .3s;
    width: calc(50% - 20px);
    z-index: 5;
}

.forgotpass__tabs .btn-white{
    width: 100%;
    display: block;
    margin: 0;
}

.auth-steps .btn-white:hover,
.forgotpass__tabs .btn-white:hover{
    background: #fff;
    color: #807869;
}

.btn-white.btn-v2 span:before{
    color: #807869;
}

.auth-steps .btn-black {
    margin: 0 10px;
    width: calc(50% - 20px)
}

.auth-step-back {
    margin-bottom: 20px
}

.auth-step-back button {
    align-items: center;
    background: transparent;
    cursor: pointer;
    display: flex;
    justify-content: center
}

.pass-tooltip {
    height: 0;
    margin: 0;
    overflow: hidden;
    transition: all .25s ease-in
}

.pass-tooltip__content {
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    transition: all .25s ease-in
}

.pass-tooltip.show {
    height: auto;
    margin: 20px 0 0;
    padding: 5px;
    transition: all .25s ease-in
}

.pass-tooltip__item {
    background: url(../images/icons-none..svg) 0 0 no-repeat;
    color: #000;
    display: flex;
    font-size: 10px;
    font-weight: 400;
    line-height: 13px;
    margin: 5px;
    padding: 5px 0 5px 30px;
    transition: all .25s ease-in;
    width: calc(50% - 10px)
}

.pass-tooltip__item.active {
    background: url(../images/icons-success..svg) 0 0 no-repeat;
    transition: all .25s ease-in
}

.recovery-tooltip {
    height: 0;
    margin: 0;
    overflow: hidden;
    transition: all .25s ease-in
}

.recovery-tooltip__content {
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    transition: all .25s ease-in
}

.recovery-tooltip.show {
    height: auto;
    margin: 0 0 20px;
    padding: 0;
    transition: all .25s ease-in
}

.recovery-tooltip__item {
    background: url(../images/icons-none..svg) 0 0 no-repeat;
    color: #000;
    display: flex;
    font-size: 10px;
    font-weight: 400;
    line-height: 13px;
    margin: 5px;
    padding: 5px 0 5px 30px;
    transition: all .25s ease-in;
    width: calc(50% - 10px)
}

.recovery-tooltip__item.active {
    background: url(../images/icons-success..svg) 0 0 no-repeat;
    transition: all .25s ease-in
}

.auth-input__wrap .iti__flag {
    margin: 1px 0 0
}

.auth-input__wrap .iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
    font-size: 16px;
    line-height: 16px
}

.auth-input__wrap .iti__arrow {
    margin-top: 2px
}

@media screen and (max-width: 1024px) {
    .auth {
        background:transparent;
        bottom: 0;
        height: 100dvh;
        left: 0;
        right: 0;
        top: 0;
        transform: translate(0)
    }

    .auth-bg {
        height: 192px;
        left: 0;
        width: 100%
    }

    .auth-bg,.auth-bg:after {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .auth-bg:after {
        opacity: .5
    }

    .auth-bg img,.auth-bg picture {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%
    }

    .auth-container {
        overflow: auto
    }

    .auth-tab {
        max-width: 343px
    }

    .auth-tab>span.name {
        font-size: 24px
    }

    .auth .auth-register-tab>span {
        letter-spacing: -1px
    }

    .auth-container,.forgotpass-container {
        margin-right: 0
    }

    .auth-close {
        height: 40px;
        right: 0;
        top: 5px;
        width: 40px
    }

    .auth-close svg {
        height: 18px;
        width: 18px
    }

    .auth-steps__buttons {
        margin: 0 -5px
    }

    .auth-steps .btn-black,.auth-steps .btn-white {
        margin: 0 5px;
        width: calc(50% - 10px)
    }

    .pass-tooltip__item {
        font-size: 8px;
        line-height: 11px;
        margin: 4px;
        padding: 3px 0 3px 24px;
        width: calc(50% - 8px)
    }

    .pass-tooltip__item,.pass-tooltip__item.active {
        background-size: 16px
    }

    .pass-tooltip.show {
        height: auto;
        margin: 0 0 10px
    }

    .recovery-tooltip__item {
        background-size: 16px;
        font-size: 8px;
        line-height: 11px;
        margin: 4px;
        padding: 3px 0 3px 24px;
        width: calc(50% - 8px)
    }

    .recovery-tooltip__item.active {
        background-size: 16px
    }

    .recovery-tooltip.show {
        height: auto;
        margin: 10px 0 0
    }
}

@media screen and (max-width: 992px) {
    .auth {
        top:0
    }

    .auth .auth-register-tab span {
        letter-spacing: -1.5px
    }

    .auth-input__group_flex {
        display: block;
        margin: 0
    }

    .auth-input__group_flex .auth-input__wrap {
        margin: 0
    }

    .auth-input__group_flex .auth-input__wrap:first-child {
        margin: 0 0 20px
    }
}

.js-login-form .auth-input__wrap input {
    padding: 15px 16px
}
#js-input-company{
    margin-top: 20px;
}
