.container {
    max-width: 1624px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
}

.btn {
    border-radius: 50px;
    padding: 16px 42px;
    width: max-content;
    height: 52px;
    background: var(--white);
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: var(--black);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition);
}

.btn:hover {
    background: #ebebeb;
}

.btn-outline {
    border: 1px solid #101010 !important;
    border-radius: 50px;
    padding: 16px 42px;
    width: max-content;
    height: 56px;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: #101010;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-outline:hover {
    background: var(--black);
    color: var(--white);
}

.btn-outline-white {
    border: 1px solid var(--white);
    border-radius: 50px;
    background: transparent;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: var(--white);
}

.btn-bordered {
    padding: 16px 42px;
    height: 56px;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: #101010;
    border: 1px solid #101010;
    border-radius: 50px;
}

.btn-white {
    background: var(--white);
}

.btn-black {
    background: var(--black);
    color: var(--white);
}

.btn-black:hover {
    background: #4b4a4a !important;
    color: var(--white);
}

.btn-sandy {
    background: var(--sandy);
}

.btn-press-1 {
    background: var(--press-1);
    color: var(--black);
}

.btn-press-2 {
    background: var(--press-2);
    color: var(--black);
}

.btn-press-3 {
    background: var(--press-3);
    color: var(--white);
}

.btn-press-4 {
    background: var(--press-4);
    color: var(--white);
}

.btn-press-5 {
    background: var(--press-5);
    color: var(--black);
}

.btn-press-6 {
    background: var(--press-6);
    color: var(--black);
}

.btn-press-7 {
    background: var(--press-7);
    color: var(--black);
}

.btn-press-8 {
    background: var(--press-8);
    color: var(--black);
}

.btn-press-9 {
    background: var(--press-9);
    color: var(--white);
}

.btn-press-10 {
    background: var(--press-10);
    color: var(--white);
}

.btn-press-11 {
    background: var(--press-11);
    color: var(--black);
}

.btn-press-12 {
    background: var(--press-12);
    color: var(--black);
}

.btn-press-13 {
    background: var(--press-13);
    color: var(--white);
}

.btn-press-14 {
    background: var(--press-14);
    color: var(--black);
}

.btn-press-15 {
    background: var(--press-15);
    color: var(--white);
}

.btn-press-1:hover {
    background: var(--press-1);
    color: var(--black);
    opacity: 0.5;
}

.btn-press-2:hover {
    background: var(--press-2);
    color: var(--black);
    opacity: 0.5;
}

.btn-press-3:hover {
    background: var(--press-3);
    color: var(--white);
    opacity: 0.5;
}

.btn-press-4:hover {
    background: var(--press-4);
    color: var(--white);
    opacity: 0.5;
}

.btn-press-5:hover {
    background: var(--press-5);
    color: var(--black);
    opacity: 0.5;
}

.btn-press-6:hover {
    background: var(--press-6);
    color: var(--black);
    opacity: 0.5;
}

.btn-press-7:hover {
    background: var(--press-7);
    color: var(--black);
    opacity: 0.5;
}

.btn-press-8:hover {
    background: var(--press-8);
    color: var(--black);
    opacity: 0.5;
}

.btn-press-9:hover {
    background: var(--press-9);
    color: var(--white);
    opacity: 0.5;
}

.btn-press-10:hover {
    background: var(--press-10);
    color: var(--white);
    opacity: 0.5;
}

.btn-press-11:hover {
    background: var(--press-11);
    color: var(--black);
    opacity: 0.5;
}

.btn-press-12:hover {
    background: var(--press-12);
    color: var(--black);
    opacity: 0.5;
}

.btn-press-13:hover {
    background: var(--press-13);
    color: var(--white);
    opacity: 0.5;
}

.btn-press-14:hover {
    background: var(--press-14);
    color: var(--black);
    opacity: 0.5;
}

.btn-press-15:hover {
    background: var(--press-15);
    color: var(--white);
    opacity: 0.5;
}


.sliper_arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px 21px;
    border: 1px solid var(--white);
    width: 60px;
    height: 36px;
    cursor: pointer;
}

.sliper_arrows {
    display: flex;
    align-items: center;
    gap: 32px;
}

.input {
    padding: 16px 24px;
    border: 1px solid var(--gray-border);
    border-radius: 50px;
    padding: 16px 24px;
    height: 56px;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: var(--black);
    transition: var(--transition);
}

.main_subscribe_form .input:focus {
    border-color: var(--white);
    color: var(--white);
}

.input:focus {
    border: 1px solid var(--black);
}

.input::placeholder {
    color: var(--gray-text);
}

.input.white {
    background: var(--white);
}

.textarea {
    border: 1px solid var(--gray-border);
    border-radius: 24px;
    padding: 19px 24px;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 19px;
    line-height: 100%;
    color: var(--gray-text);
}

.input.transparent {
    background: transparent;
}

button.btn {
    border: unset;
    outline: unset;
}

.scroll-top {
    display: flex;
    align-items: center;
    gap: 8px;
    transition: var(--transition);
}

.scroll-top span {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 16px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: var(--black);
    transition: var(--transition);
}

.scroll-top span:hover {
    color: var(--gray-text);
}

.social-item {
    width: 56px;
    height: 56px;
    border-radius: 100%;
    background: var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    transition: var(--transition);
}

.footer_grid_item_li a:hover {
    color: var(--gray-text);
}

.social-item:hover {
    background: #4b4a4a;
}

.backdrop {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 15;
    background: rgba(25, 25, 25, 0.5);
    height: 100vh;
    overflow-y: scroll;
    scrollbar-gutter: stable;
}

.backdrop.active {
    display: block;
}

.backdrop[data-backdrop="mobile-menu"] {
    z-index: 9;
}

.backdrop:not(.active) {
    display: none;
}

.slide-top {
    animation: 0.3s slide-in ease forwards;
    z-index: 12;
    position: relative;
}

.slide-top-duration {
    animation: 0.6s slide-in ease forwards;
    animation-delay: 0.2s;
    transform: translateY(-150%);
    position: relative;
    z-index: inherit;
}

.sliper_arrow.swiper-button-disabled {
    opacity: 0.6;
}

.btn-black {
    background: var(--black) !important;
    color: var(--white) !important;
}

.btn-transparent {
    background: transparent !important;
}

.custom-checkbox {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid var(--gray-border);
    width: 24px;
    height: 24px;
    position: relative;
    cursor: pointer;
}

.custom-checkbox.just-validate-error-field {
    border: 1px solid var(--red);
}

textarea.just-validate-error-field {
    border: 1px solid var(--red);
}

.fake-checkbox {
    border: 1px solid var(--gray-border);
    width: 24px;
    height: 24px;
    position: relative;
    cursor: pointer;
}

.active .fake-checkbox::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('../image/checked.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.fake-checkbox.active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('../image/checked.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.custom-checkbox:checked::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('../image/checked.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.input_price {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid var(--gray-border);
    padding: 18px;
    width: 100%;
    height: 55px;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 19px;
    line-height: 100%;
    color: var(--gray-text);
}

.ui-slider-handle {
    border-radius: 100%;
    width: 22px;
    height: 22px;
    background: var(--black) !important;
    border: unset !important;
}

.ui-slider-horizontal .ui-slider-range {
    height: 6px;
    background: var(--gray);
}

.ui-slider-horizontal .ui-slider-handle {
    top: -7px;
}


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

.input_square {
    padding: 19px 18px;
    height: 56px;
    border: 1px solid var(--gray-border);
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 19px;
    line-height: 100%;
    color: var(--black);
    transition: var(--transition);
}

.input.just-validate-error-field {
    border: 1px solid var(--red);
}

.input_square::placeholder {
    color: var(--gray-text);
}

.input_square:focus {
    border: 1px solid var(--black);
}

.d-none {
    display: none;
}

.input_count_block {
    position: relative;
}

.input_count {
    width: 130px;
    height: 56px;
    border: 1px solid var(--gray-border);
    border-radius: 50px;
    padding: 16px auto;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: var(--black);
    text-align: center;

}

.input_count_minus {
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(../image/minus.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    left: 22px;
}

.input_count_plus {
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(../image/plus.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    right: 22px;
}

.cart_delete {
    cursor: pointer;
    width: 56px;
    height: 56px;
    background: var(--black);
    border-radius: 100%;
    position: relative;
    transition: var(--transition);
}

.cart_delete:hover {
    background: #4b4a4a;
}

.cart_delete::before {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    top: 50%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(-50%);
    background: url(../image/backet.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.text-uppercase {
    text-transform: uppercase;
}