.swipers-slide {
    background-color: rgb(225 225 225 / 0%) !important;
}

/** {*/
/*    outline: 1px solid red;*/
/*}*/

.accordion-button::after {
    content: url(data:image/svg+xml,);
    background: unset;
    content: url(data:image/svg+xml,<svg width="22" height="23" viewBox="0 0 22 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.78646 0H11.6566C11.8229 0 11.906 0.083118 11.906 0.249354V22.1925C11.906 22.3587 11.8229 22.4419 11.6566 22.4419H9.78646C9.62023 22.4419 9.53711 22.3587 9.53711 22.1925V0.249354C9.53711 0.083118 9.62023 0 9.78646 0Z" fill="%236F6F6F"/><path d="M0.249354 10.0365H21.1951C21.3613 10.0365 21.4444 10.1196 21.4444 10.2859V12.156C21.4444 12.3222 21.3613 12.4054 21.1951 12.4054H0.249354C0.083118 12.4054 0 12.3222 0 12.156V10.2859C0 10.1196 0.083118 10.0365 0.249354 10.0365Z" fill="%236F6F6F"/></svg>);
    background: unset;
}

@charset "UTF-8"; @font-face {
    font-family: "Onest";
    src: url("/local/templates/isak/fonts/Onest-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Onest";
    src: url("/local/templates/isak/fonts/Onest-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Onest";
    src: url("/local/templates/isak/fonts/Onest-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Onest";
    src: url("/local/templates/isak/fonts/Onest-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Benzin";
    src: url("/local/templates/isak/fonts/Benzin-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Benzin";
    src: url("/local/templates/isak/fonts/Benzin-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Benzin";
    src: url("/local/templates/isak/fonts/Benzin-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Benzin";
    src: url("/local/templates/isak/fonts/Benzin-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --color-primary: #ff0000;
    --color-secondary: #00ff00;
    --color-tertiary: #C8C8C8;
    --color-background: #fff;
    --color-text: #333333;
    --color-border: #D4D7DC;
    --color-black: #000;
    --color-gray: #828282;
}

/* ÐžÑÐ½Ð¾Ð²Ð½Ñ‹Ðµ ÑÑ‚Ð¸Ð»Ð¸ */
body {
    margin: 0;
    font-family: "Onest", sans-serif;
    padding-top: 80px;
}

@media (max-width: 568px) {
    body {
        padding-top: 40px;
    }
}

.z-i-10000 {
    z-index: 10000 !important;
}

header {
    position: fixed;
    z-index: 1000;
    width: 100% !important;
    top: 0;
}

.header {
    background-color: var(--color-background);
    /*padding: 1rem 0;*/
    box-shadow: 0 2px 20px 0 #B5B5B540;

}

.header__container {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__menu ul {
    display: flex;
    gap: 1.8rem;
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.header__menu a {
    text-decoration: none;
    color: var(--color-black);
    font-size: 0.875rem;
    font-weight: 500;
    padding: 15px 0;
}

.header__icons-mob {
    display: none;
}

.header__logo{
 position: relative;
    /*transform: translateX(-50%);*/
}

.header__logo img {
    max-height: 71px;
}

.header__icons {
    display: flex;
    align-items: center;
    gap: 2.5rem;
}

.header__icons a img {
    width: 21px;
    height: 21px;
}

.phone-btn {
    position: relative;
}

.burger {
    display: none;
}

.burger span {
    display: block;
    width: 60px;
    height: 1px;
    background: var(--color-black);
}

.header__icons-desktop {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
}


@media (max-width: 992px) {
    .header__container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header__icons-mob {
        display: flex;
        align-items: center;
        justify-content: end;
        gap: 1.2rem;
        grid-column: 1/2;
        margin-right: 15px;
    }

    .header__icons-desktop {
        display: none;
    }

    .burger {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 60px;
        height: 30px;
        background: none;
        border: none;
        cursor: pointer;
    }

    .burger span {
        display: block;
        width: 100%;
        height: 2px;
        background-color: var(--color-black);
    }

    /* Ð¡ÐºÑ€Ñ‹Ñ‚ÑŒ Ð¼ÐµÐ½ÑŽ */
    .header__menu {
        display: none;
    }
}

@media (max-width: 768px) {
    .burger {
        width: 53px;
        height: 28px;
    }
}

.footer {
    background-color: var(--color-black);
    color: var(--color-background);
    padding: 4rem 1rem;
    text-align: center;
}

.footer__subscribe {
    margin: 0 auto;
}

.footer__subscribe h2 {
    font-size: 2.25rem;
    font-family: "Benzin", sans-serif;
    font-weight: 700;
    margin-bottom: 2rem;
    text-transform: uppercase;
}

.footer__form {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
}

.footer__form input[type=email] {
    padding-left: 1.25rem;
    height: 70px;
    background: transparent;
    border: 1px solid var(--color-background);
    color: var(--color-background);
    font-size: 1.125rem;
    font-weight: 400;
    font-family: "Onest", sans-serif !important;
}

.footer__form button {
    padding: 1rem 2rem;
    height: 70px;
    background-color: var(--color-border);
    border: none;
    color: var(--color-black);
    font-weight: 600;
    cursor: pointer;
    font-size: 1.125rem;
    font-weight: 400;
    font-family: "Onest", sans-serif !important;
}

.form-subscribe .checkbox{
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 12px;
    line-height: 19px;
    cursor: pointer;
    margin: 10px 0;
    color: white;
}

.order .right .form-subscribe .checkbox {
    color: #959595;
}

.order-info-total__note.form-subscribe .checkbox{
    color: #0E0E0E;
}

.form-subscribe .checkbox input{
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.form-subscribe .checkbox div{
    position: relative;
    display: inline-flex;
    align-items: center;
    user-select: none;
}


.form-subscribe .checkbox div::before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Crect x='1' y='1' width='22' height='22' rx='4' ry='4' fill='%23fff' stroke='%23111111' stroke-width='2'/%3E%3C/svg%3E");
}

.form-subscribe .checkbox input:checked + div::before{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Crect x='1' y='1' width='22' height='22' rx='4' ry='4' fill='%23fff' stroke='%23111111' stroke-width='2'/%3E%3Cpath d='M6 13l3 3 8-8' fill='none' stroke='%23111111' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.form-subscribe .checkbox input:focus + div::before{
    /*box-shadow: 0 0 0 3px rgba(227,33,47,.25);*/
}

.form-subscribe .checkbox a{
    color: var(--color-tertiary);
}

.order .right .form-subscribe .checkbox a{
    color: #000;
}


.footer__bottom {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin: 0 auto;
    text-align: left;
}

.footer__column h4 {
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: 500;
}

.footer__column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer__column ul li {
    margin-bottom: 0.5rem;
    font-size: 16px;
}

.footer__column ul li a {
    color: var(--color-tertiary);
    text-decoration: none;
    font-weight: 400;
}

.footer__column ul li a:hover {
    text-decoration: underline;
}

.footer__social {
    display: flex;
    gap: 12px;
  }
  
  .footer__social .social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s;
  }
  
  .footer__social .whatsapp {
    background-color: #25D366; 
  }

  .footer__social .whatsapp svg {
    transform: translateX(-0.5px); 
  }
  
  
  .footer__social .telegram {
    background-color: #0088cc; 
  }
  
  .footer__social .social-icon:hover {
    opacity: 0.8;
  }
  

@media (max-width: 768px) {
    .footer {
        padding: 2rem 1rem;
        text-align: center;
    }

    .footer__subscribe h2 {
        font-size: 1.5rem;
        line-height: 1.4;
    }

    .footer__subscribe h2 br {
        display: none;
        /* ÑƒÐ±Ð¸Ñ€Ð°ÐµÐ¼ Ð¿ÐµÑ€ÐµÐ½Ð¾ÑÑ‹ */
    }

    .footer__form {
        flex-direction: column;
        gap: 1rem;
        align-items: stretch;
    }

    .footer__form input[type=email], .footer__form button {
        width: 100%;
    }

    .footer__bottom {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        /* 2x2 Ð±Ð»Ð¾ÐºÐ¸ */
        gap: 2rem;
        margin-top: 3rem;
        text-align: left;
    }

    .footer__column h4 {
        font-size: 1rem;
        margin-bottom: 0.75rem;
    }

    .footer__column ul li {
        font-size: 14px;
        margin-bottom: 0.5rem;
    }
}

.hero-section {
    height: 55rem;
    position: relative;
}

.hero-section img {
    object-fit: cover;
    height: 100%;
}

.hero-section h1 {
    line-height: 1.1;
}

@media (max-width: 1200px) {
    .hero-section {
        height: 50rem;
    }
}

@media (max-width: 992px) {
    .hero-section {
        height: 45rem;
    }
}

@media (min-width: 992px) {
    /*header__menu, header__icons, .header__logo {*/
    /*    width: 30%;*/
    /*}*/
}

@media (max-width: 768px) {
    .hero-section {
        height: 43rem;
    }

    .h-m {
        height: 309px !important;
    }
}

.category-item span {
    font-weight: 700;
    font-size: 1.5rem;
}

.category-item img {
    transition: all 0.3s ;
}

.category-item:hover img {
    transform: scale(1.1);
}

.object-cover {
    object-fit: cover;
}

.pb-6rem {
    padding-bottom: 6rem;
}

.pl-0rem {
    padding-left: 0rem;
}

.pl-1rem {
    padding-left: 0.75rem;
}

.pt-3rem {
    padding-top: 2.5rem;
}

.pt-5rem {
    padding-top: 4.5rem;
}

.pt-6rem {
    padding-top: 5.3rem;
}

@media (max-width: 1200px) {
    .pb-6rem {
        padding-bottom: 4rem;
    }

    .pl-0rem {
        padding-left: 0rem;
    }

    .pl-1rem {
        padding-left: 0.5rem;
    }

    .pt-3rem {
        padding-top: 2rem;
    }

    .pt-5rem {
        padding-top: 3rem;
    }

    .pt-6rem {
        padding-top: 4rem;
    }
}

@media (max-width: 992px) {
    .pb-6rem {
        padding-bottom: 3rem;
    }

    .pl-0rem {
        padding-left: 0rem;
    }

    .pl-1rem {
        padding-left: 0.5rem;
    }

    .pt-3rem {
        padding-top: 1.5rem;
    }

    .pt-5rem {
        padding-top: 3rem;
    }

    .pt-6rem {
        padding-top: 4rem;
    }
}

@media (max-width: 768px) {
    .pb-6rem {
        padding-bottom: 2rem;
    }

    .pl-0rem {
        padding-left: 0rem;
    }

    .pl-1rem {
        padding-left: 0.5rem;
    }

    .pt-3rem {
        padding-top: 1rem;
    }

    .pt-5rem {
        padding-top: 2rem;
    }

    .pt-6rem {
        padding-top: 3rem;
    }
}

.mb-3rem {
    margin-bottom: 2.25rem;
}

.mb-4rem {
    margin-bottom: 3.5rem;
}

.mb-5rem {
    margin-bottom: 4.25rem;
}

.mb-6rem {
    margin-bottom: 6rem;
}

.mb-8rem {
    margin-bottom: 7.5rem;
}

.mb-9rem {
    margin-bottom: 9.6rem;
}

.top-5 {
    top: 5%;
}

.top-90 {
    top: 90%;
}

.left-5 {
    left: 5%;
}

.fw-300 {
    font-weight: 300;
}

.fs-14 {
    font-size: 0.875rem;
}

.fs-18 {
    font-size: 1.125rem;
}

.fs-22 {
    font-size: 1.375rem;
}

.fs-36 {
    font-size: 2.25rem;
}

.fs-54 {
    font-size: 3.375rem !important;
}

.fs-60 {
    font-size: 3.8rem !important;
}

@media (max-width: 1200px) {
    .mb-3rem {
        margin-bottom: 2rem;
    }

    .mb-4rem {
        margin-bottom: 3rem;
    }

    .mb-5rem {
        margin-bottom: 4rem;
    }

    .mb-6rem {
        margin-bottom: 5rem;
    }

    .mb-8rem {
        margin-bottom: 6rem;
    }

    .mb-9rem {
        margin-bottom: 7rem;
    }

    .fs-18 {
        font-size: 1.125rem;
    }

    /* 18px */
    .fs-22 {
        font-size: 1.375rem;
    }

    /* 22px */
    .fs-36 {
        font-size: 2rem;
    }

    /* 32px */
    .fs-54 {
        font-size: 2.75rem !important;
    }

    /* 44px */
    .fs-60 {
        font-size: 3rem !important;
    }

    /* 48px */
}

/* ÐŸÐ»Ð°Ð½ÑˆÐµÑ‚Ñ‹ (â‰¥768px) */
@media (max-width: 768px) {
    .mb-3rem {
        margin-bottom: 1.5rem;
    }

    .mb-4rem {
        margin-bottom: 2.5rem;
    }

    .mb-5rem {
        margin-bottom: 3.5rem;
    }

    .mb-6rem {
        margin-bottom: 4.5rem;
    }

    .mb-8rem {
        margin-bottom: 5.5rem;
    }

    .mb-9rem {
        margin-bottom: 6.5rem;
    }

    .fs-14 {
        font-size: 0.875rem;
    }

    /* 14px */
    .fs-18 {
        font-size: 1rem;
    }

    /* 16px Ð°Ð´Ð°Ð¿Ñ‚Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¾ */
    .fs-22 {
        font-size: 1.125rem;
    }

    /* 18px Ð°Ð´Ð°Ð¿Ñ‚Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¾ */
    .fs-36 {
        font-size: 1.5rem;
    }

    /* 24px */
    .fs-54 {
        font-size: 2rem !important;
    }

    /* 32px */
    .fs-60 {
        font-size: 2.25rem !important;
    }
}

.h-categories {
    height: 623px;
}

/* ÐŸÐ»Ð°Ð½ÑˆÐµÑ‚Ñ‹ (â‰¥768px) */
@media (max-width: 768px) {
    .h-categories {
        height: 100%;
    }
}

.h-collections {
    height: 366px;
}

/* ÐŸÐ»Ð°Ð½ÑˆÐµÑ‚Ñ‹ (â‰¥768px) */
@media (max-width: 768px) {
    .h-collections {
        height: 100%;
    }
}

.h-half {
    height: calc(50% - 0.25rem);
}

.object-cover-top {
    object-fit: cover;
    object-position: top;
}

.bg-gray {
    background-color: var(--color-gray);
}

.blackout {
    filter: brightness(0.8);
}

.benzin-bold {
    font-family: "Benzin", sans-serif;
    font-weight: 700;
}

.benzin-medium {
    font-family: "Benzin", sans-serif;
    font-weight: 500;
}

.badge {
    border-radius: 0;
}

/*.swiper-slide {*/
/*    margin-right: 1rem !important;*/
/*}*/

.swiper-scrollbar {
    height: 4px;
    background: var(--color-tertiary);
    margin-top: 1rem;
}

.swiper-scrollbar .swiper-scrollbar-drag {
    background: #bfa887;
    border-radius: 3px;
}

.collection-section {
    height: 44rem;
    overflow: hidden;
}

.collection-section img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.collection-section .collection-overlay {
    z-index: 2;
}

.index-banner{
    height: 100%;
}

.index-banner-desc{
    position: absolute;
    top: 30%;
    left: 17%;
    text-align: start;
}

.index-banner-text{
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 26px;
    text-shadow: 0 4px 10px #000000;
}

.index-banner-name{
    font-size: 64px;
    text-transform: uppercase;
    margin-bottom: 18px;
    text-shadow: 0 4px 9px #000000;
}

.index-banner-links {
    position: absolute;
    width: 67%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    top: 62%;
    left: 0;
    transform: translate(23.5%, 50%);
    justify-content: center;
    justify-items: center;
}

.index-banner-links--2 {
    grid-template-columns: repeat(2, 1fr);
}

.index-banner-links--3 {
    grid-template-columns: repeat(3, 1fr);
}

.index-banner-links .trans{
    transform: translate(-40%, -59%);
}

.index-banner-links-item{
    max-width: 300px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    transition: 0.3s;
    background: rgba(255, 255, 255, 0.5);;
}

.index-banner-links-item a{
    width: 100%;
    color: #FFFFFF;
    text-shadow: 0 2px 4px #000000;
    transition: 0.3s;
    font-size: clamp(0.875rem, 0.808rem + 0.27vw, 1.125rem);
    padding: 10px;
}

.index-banner-links a:hover{
    color: #000000;
    text-shadow: none;
}

.index-banner-links-item:hover{
    background-color: #FFFFFF;
}

.index-banner-links-catalog{
    position: absolute;
    top: 88%;
    left: 50%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    transition: 0.3s;
}

.index-banner-links-catalog a{
    color: #FFFFFF;
    text-shadow: 0 2px 4px #000000;
    transition: 0.3s;
}

.index-banner-links-catalog:hover{
    background-color: #FFFFFF;
}

.index-banner-links-catalog a:hover{
    color: #000000;
    text-shadow: none;
}

.index-banner-pagination-container{
    position: relative;
    top: 0%;
    left: 0%;
}

@media (max-width: 1200px) {
    .collection-section {
        height: 50rem;
    }

    .index-banner-links{
        grid-template-columns: repeat(2, 1fr);
        transform: translate(24.5%, 5%);
    }
}

@media (max-width: 992px) {
    .collection-section {
        height: 45rem;
    }
}

@media (max-width: 768px) {
    .collection-section {
        height: 43rem;
    }
}

.btn {
    padding: 15px 30px;
    border-radius: 0;
}

input, textarea {
    border-radius: 0;
}

.btn-dark {
    font-weight: bold;
    letter-spacing: 1px;
}

.w-120 {
    width: 120px;
}

.w-140 {
    width: 140px;
}

.w-340 {
    width: 340px;
}

.w-455 {
    width: 455px;
}

.w-565 {
    width: 565px;
}

.w-1200 {
    width: 1200px;
}

.mobile-menu {
    width: 80%;
    max-width: 360px;
    background: #fff;
    z-index: 999;
    transform: translateX(-100%);
    transition: 0.3s ease;
    overflow-y: auto;
    padding: 2rem 1.5rem;
}

.mobile-menu.active {
    transform: translateX(0);
}

.menu-main, .menu-sub {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 4rem;
    display: none;
}

.menu-main.active, .menu-sub.active {
    display: block;
}

.menu-link, .back-btn {
    background: none;
    border: none;
    text-align: left;
    padding: 0.75rem 0;
    width: 100%;
    cursor: pointer;
}

.close-btn {
    background: none;
    border: none;
    font-family: "Onest", sans-serif;
    font-size: 2.25rem;
    font-weight: 300;
    position: absolute;
    top: 1rem;
    left: 1rem;
    cursor: pointer;
    color: var(--color-border);
}

.menu-overlay {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

.menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* ÐžÐ±Ñ‘Ñ€Ñ‚ÐºÐ° Ð´Ð»Ñ Ð´Ð²ÑƒÑ… ÐºÐ¾Ð»Ð¾Ð½Ð¾Ðº */
.menu-wrapper {
    width: 100% !important;
    justify-content: space-between;
    gap: 10px;
}

.menu-contacts ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-contacts ul li {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.menu-contacts a{
    text-decoration: none;
    color: var(--bs-heading-color);
}



@media (min-width: 1200px) {
    .mobile-menu {
        width: 60%;
        max-width: 600px;
        background: #fff;
        transition: width 0.3s ease;
        /* ÐŸÐ»Ð°Ð²Ð½Ð¾ÑÑ‚ÑŒ */
    }

    .mobile-menu.expanded {
        width: 100%;
        max-width: 700px;
    }

    .menu-main {
        width: 100% !important;
        display: block;
    }

    .menu-main.active {
        width: 100% !important;
        display: block;
    }

    .has-submenu.active {
        font-weight: bold;
    }

    .submenus-container {
        display: none;
        width: 50%;
    }

    .submenus-container.sub-open {
        display: block;
        /* Ð˜Ð»Ð¸ flex, ÐµÑÐ»Ð¸ Ñ‚ÐµÐ±Ðµ Ð½ÑƒÐ¶ÐµÐ½ Ñ„Ð»ÐµÐºÑ */
    }

    .menu-sub {
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transition: max-height 0.4s ease, opacity 0.4s ease;
        padding-top: 0;
    }

    .menu-sub.active {
        max-height: 1000px;
        opacity: 1;
        padding-top: 4rem;
        padding-left: 2rem;
    }

    .brd {
        display: none;
    }

    .back-btn {
        display: none;
    }
}

.filter-panel {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 44rem;
    max-width: 100%;
    background: #fff;
    padding: 2rem;
    z-index: 1100;
    transform: translateX(100%);
    transition: 0.3s ease;
    overflow-y: auto;
}

.filter-panel.active {
    transform: translateX(0);
}

.filter-overlay {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1090;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

.filter-overlay.active {
    opacity: 1;
    visibility: visible;
}

.color-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.btn-h:hover {
    border-color: #E13913;
    color: #E13913;
    background: #fff;
}

@media (max-width: 768px) {
    .filter-panel {
        width: 100vw;
        padding: 1.25rem;
        font-size: 0.95rem;
    }

    .filter-btn {
        max-width: 120px;
    }

    .filter-button-close {
        max-width: 160px;
        padding-left: 0;
        padding-right: 0;
    }

    .filter-panel p {
        font-size: 1.125rem;
    }

    .form-control, .form-range, .btn {
        font-size: 1rem;
    }

    .btn-h {
        padding: 0.5rem 1.25rem;
        font-size: 0.95rem;
    }

    .color-circle {
        width: 28px;
        height: 28px;
    }

    .filter-panel .d-grid.gap-2 {
        gap: 1rem;
        margin-bottom: 2rem;
    }

    .filter-panel .btn {
        width: 100%;
    }
}

.image-mobile {
    display: none;
}

@media (max-width: 992px) {
    .image-mobile {
        display: block;
        margin-bottom: 1rem;
    }
}

.image-mob {
    display: block;
}

@media (max-width: 992px) {
    .image-mob {
        display: none;
    }
}

.right-history {
    max-width: 500px;
}

.popular-slider .swiper-wrapper .swiper-slide{
    height: auto;
}

.price_cont{
    display: flex;
    height: 100%;
    align-items: flex-end;
    justify-content: center;
}

@media (max-width: 768px) {
    .right-history {
        max-width: 100%;
    }
}

.card {
    display: flex;
    height: 100%;
    border: none;
    flex-direction: column;
    /*justify-content: space-between;*/
}

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

.size-width {
    width: 50% !important;
}

.gallery-thumbs-wrapper img {
    max-width: 84px;
    max-height: 99px;
    object-fit: contain;
}

.di-price {
    display: none !important;
}

.wi-100 {
    width: 100px !important;
}

.he-35rem {
    height: 35rem !important;
}

.border-dashed {
    border: 1px dashed var(--color-tertiary);
    height: 310px !important;
}

@media (min-width: 1199px) and (max-width: 1400px) {
    .border-dashed {
        border: 1px dashed var(--color-tertiary);
        height: 275px !important;
    }
}

@media (max-width: 992px) {
    .di-992-0 {
        display: none !important;
    }

    .cursor-pointer {
        cursor: pointer;
    }

    .transition {
        transition: transform 0.3s ease;
    }

    .rotate-180 {
        transform: rotate(180deg);
    }

    .wi-100 {
        width: 100px !important;
    }

    .wi-50 {
        width: 50px !important;
    }
}

@media (min-width: 758px) and (max-width: 1199px) {
    .product-main-img {
        width: 50%;
    }

    .product-info {
        width: 50%;
    }

    .gallery-thumbs-wrapper {
        display: none !important;
    }

    .size-width {
        width: 70% !important;
    }

    .swiper-wrapper {
        max-height: 580px;
    }

    .card img {
        max-width: 100%;
        height: 300px;
        object-fit: contain;
    }

    .swipers-slide {
        background-color: #E2E2E2 !important;
        padding: 1rem !important;
        max-height: 100% !important;
    }

    .swipers-slide img {
        max-width: 100% !important;
        object-position: top !important;
        object-fit: contain !important;
    }

}

/* ÐœÐ¾Ð±Ð¸Ð»ÑŒÐ½Ñ‹Ð¹ Ð²Ð¸Ð´ (Ð´Ð¾ 992px) â€” Ð²ÑÑ‘ Ð¿Ð¾ Ð²ÐµÑ€Ñ‚Ð¸ÐºÐ°Ð»Ð¸ */
@media (max-width: 758px) {
    .border-dashed {
        border: 1px dashed var(--color-tertiary);
        height: 265px !important;
    }

    .card img {
        max-width: 100%;
        width: 320px !important;
        height: 100%;
        object-fit: cover;
    }

    .section-product .row {
        flex-direction: column;
        gap: 1.5rem;
    }

    .section-product.pt-6rem{
        padding-top: 0.5rem;
    }

    .gallery-thumbs-wrapper {
        display: none !important;
    }

    .product-main-img, .product-info {
        width: 100%;
    }

    .btn, .form-select, .accordion-button {
        width: 100%;
    }

    .product-info {
        margin-top: 1rem;
    }

    .swiper-wrapper {
        max-height: 100%;
    }

    .swiper-slide {
        max-height: 100%;
    }

    .swiper-slide img {
        max-width: 100%;
        object-fit: cover;
    }

    .swipers-slide {
        background-color: rgb(226 226 226 / 0%) !important;
        padding: 1rem !important;
        max-height: 100% !important;
    }

    .swipers-slide img {
        max-width: 100% !important;
        height: 300px !important;
        object-position: top !important;
        object-fit: contain !important;
    }

    .size-width {
        width: 100% !important;
    }

    .di-none {
        display: none !important;
    }

    .di-price {
        display: block !important;
    }

    .img-thumbnail {
        width: 87px;
        height: 91px;
    }

    .fs-big {
        font-size: 2.25rem;
        line-height: 42px;
    }
}

/* ÐœÐ¾Ð±Ð¸Ð»ÑŒÐ½Ñ‹Ð¹ Ð²Ð¸Ð´ (Ð´Ð¾ 992px) â€” Ð²ÑÑ‘ Ð¿Ð¾ Ð²ÐµÑ€Ñ‚Ð¸ÐºÐ°Ð»Ð¸ */
@media (max-width: 568px) {
    .border-dashed {
        border: 1px dashed var(--color-tertiary);
        height: 220px !important;
    }

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

.cart-panel {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 44rem;
    max-width: 100%;
    background: #fff;
    padding: 2rem 1.5rem;
    z-index: 1100;
    transform: translateX(100%);
    transition: 0.3s ease;
    overflow-y: auto;
}

.cart-panel.active {
    transform: translateX(0);
}

.cart-overlay {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1090;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

.cart-overlay.active {
    opacity: 1;
    visibility: visible;
}

.add-to-cart-btn {
    all: unset;
    background-color: #000;
    width: 2.5rem;
    height: 2.5rem;
    bottom: 3%;
    right: 3%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.btn-go-cart {
    border: none;
    border-radius: 8px;
    background-color: #000;
    color: white;
}

.popup-window-button-link-cancel {
    color: #000000;
    border-bottom-color: #000000;
}

.popup-window-button.popup-window-button-link-cancel:hover, .popup-window-button.popup-window-button-link-cancel:active {
    color: #000000;
    border: none;
}

.add-to-cart-btn:hover, .btn-go-cart:hover {
    background-color: #525252;
}



/* Ð”Ð»Ñ ÑÐºÑ€Ð°Ð½Ð¾Ð² Ð¼ÐµÐ½ÑŒÑˆÐµ 768px â€” Ð¿Ð¾Ð»Ð½Ð¾ÑÐºÑ€Ð°Ð½Ð½Ð°Ñ ÐºÐ¾Ñ€Ð·Ð¸Ð½Ð° */
@media (max-width: 768px) {
    .filter-button-close {
        text-align: right;
    }

    .cart-panel {
        width: 100%;
        padding: 1.5rem;
    }

    .add-to-cart-btn .add-to-cart-icon {
        width: 40px !important;
    }

    .wi-200 {
        width: 200px !important;
    }

    .wi-300 {
        width: 300px !important;
    }

    .add-to-cart-btn {
        width: 50px;
        height: 50px;
        padding: 0.3rem !important;
    }

    #openFilter img {
        display: none;
    }
}

.accordion-button::after {
    content: url('data:image/svg+xml,');
    background: unset;
}

.accordion-button:not(.collapsed):after {
    background: unset;
    transform: rotate(-45deg);
}

.accordion-button:not(.collapsed) {
    background-color: rgba(188, 189, 190, 0.2392156863);
    outline: none;
    box-shadow: none;
    color: #000000;
}

.cart-items::-webkit-scrollbar {
    width: 8px;
}

.cart-items::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.cart-items::-webkit-scrollbar-thumb {
    background-color: #BAA283 !important;
}

.cart-items::-webkit-scrollbar-thumb:hover {
    background-color: #B0A283 !important;
}

.form-check-input:checked {
    background-color: #BAA283;
    border-color: #BAA283;
}

.form-check-input:focus {
    box-shadow: 0 0 0 3px rgba(211, 183, 146, 0.4549019608);
}

.form-check-input[type=radio] {
    border-radius: 50%;
    border-color: #BAA283;
}

.add-to-cart-icon {
    max-width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
}

.product-slide {
    flex-shrink: 0;
}

.product-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ÐŸÐ°Ð³Ð¸Ð½Ð°Ñ†Ð¸Ñ Ð¿Ð¾ Ñ†ÐµÐ½Ñ‚Ñ€Ñƒ */
.product-slider .swiper-pagination {
    text-align: center;
    position: absolute;
    bottom: 5%;
    z-index: 10;
}

/* Ð¡Ñ‚Ð¸Ð»ÑŒ Ñ‚Ð¾Ñ‡ÐµÐº */
.product-slider .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid white;
    background: transparent;
    opacity: 1;
    margin: 0 6px;
    transition: 0.3s;
    box-shadow: 0 0 2px 1px black;
}

/* ÐÐºÑ‚Ð¸Ð²Ð½Ð°Ñ Ñ‚Ð¾Ñ‡ÐºÐ° â€” Ð·Ð°Ð»Ð¸Ð²ÐºÐ° */
.product-slider .swiper-pagination-bullet-active {
    background: white;
    border-color: white;
}

.filter-group input[type=checkbox]:checked + label {
    background: #212529;
    color: #fff;
}

.filter-group-circle input[type=checkbox]:checked + label {
    border: 5px solid #919291 !important;
}

.wrapper {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 20px;
    margin-bottom: 40px;
}

.price-input {
    width: 100%;
    display: flex;
    margin: 30px 0 35px;
    margin-top: 0;
}

.price-input .field {
    display: flex;
    width: 100%;
    height: 45px;
    align-items: center;
}

.field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 19px;
    margin-left: 12px;
    text-align: center;
    border: 1px solid #ddd;
    -moz-appearance: textfield;
}

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

.slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}

.slider .progress {
    height: 100%;
    left: 25%;
    right: 25%;
    position: absolute;
    border-radius: 5px;
    background: #000;
}

.range-input {
    position: relative;
}

.range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=range]::-webkit-slider-thumb {
    height: 29px;
    width: 29px;
    border-radius: 50%;
    background: url('data:image/svg+xml,');
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type=range]::-moz-range-thumb {
    height: 29px;
    width: 29px;
    border: none;
    border-radius: 50%;
    background: url('data:image/svg+xml,');
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.card-product {
    text-decoration: unset;

    img {
        transition: all 0.3s;

    }
    img:hover {
        transform: scale(1.1);
    }
}

.card-product--giftcard {
    .price_cont {
        height: auto;
    }

    .border-dashed {
        height: 250px !important;
    }

    img {
        height: 100%;
    }

    .btn {
        color: white;
        border-radius: 8px;
    }
}



.products {
    row-gap: 20px;
}

.form-checkout input[type=email], .form-checkout input[type=tel], .form-checkout input[type=text], .form-checkout textarea {
    outline: none;
    box-shadow: none !important;
    border-radius: 0;
}

.form-checkout input[type=email], .form-checkout input[type=tel], .form-checkout input[type=text] {
    height: 70px;
    outline: none;
    border-radius: 0;
}

@media (max-width: 992px) {
    .form-checkout input[type=email], .form-checkout input[type=tel], .form-checkout input[type=text] {
        height: 55px;
    }
}

.qty-container {
    height: 35px;
}

.qty-container input {
    height: 33px !important;
}

.qty-container .btn {
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qty-container .btn:hover {
    border-radius: 0;
    background: #000;
    color: #fff;
}

.get-address .btn {
    background: transparent;
    border-radius: 0;
    height: 61.5px;
    border-color: #dee2e6;
    border-left-width: 0;
    font-size: 23px;
}

.get-address .btn:hover {
    color: #ddd;
    background: transparent;
    border-color: #dee2e6;
}

.get-address input {
    border-right-width: 0 !important;
}

input {
    outline: none !important;
    box-shadow: none !important;
}

input:focus {
    border-color: #adb5bd !important;
}

@media (min-width: 992px) {
    .hinp {
        height: 35px !important;
    }
}

.header-search {
    position: relative;
    display: flex;
    align-items: center;
}

.search-toggle-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.search-form {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
    border-radius: 10px;
    padding: 2px;
}

.search-form input {
    padding: 0.2rem 2.5rem 0.4rem 1rem;
    font-size: 1rem;
    border: none;
    outline: none;
    width: 200px;
}

.search-submit-btn {
    position: absolute;
    right: 5px;
    top: 45%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
}

.hidden {
    display: none;
}

.pb-02rem {
    padding-bottom: 0.2rem;
}

@media (min-width: 992px) {
    /* Ð£Ð±Ð¸Ñ€Ð°ÐµÐ¼ Ð³Ñ€Ð°Ð½Ð¸Ñ†Ñƒ navbar, ÐµÑÐ»Ð¸ ÐµÑÑ‚ÑŒ */ .navbar {
        border: none !important;
    }

    /* Ð¡ÑÑ‹Ð»ÐºÐ° Ð¼ÐµÐ½ÑŽ: ÐºÐ°Ð¿Ñ Ð¸ Ð±ÐµÐ· Ð²ÑÑ‚Ñ€Ð¾ÐµÐ½Ð½Ð¾Ð¹ ÑÑ‚Ñ€ÐµÐ»ÐºÐ¸ Bootstrap */
    .custom-toggle {
        text-transform: uppercase;
        font-size: 14px;
        display: flex;
        align-items: center;
        gap: 0.4rem;
    }

    .custom-toggle:hover {
        color: var(--color-gray);
    }

    .custom-toggle::after {
        display: none;
    }

    /* ÐžÑÐ½Ð¾Ð²Ð½Ð¾Ð¹ ÐºÐ¾Ð½Ñ‚ÐµÐ¹Ð½ÐµÑ€ Ð¼ÐµÐ³Ð°-Ð¼ÐµÐ½ÑŽ */
    .megamenu-custom {
        position: absolute;
        top: 90%;
        width: fit-content;
        padding: 2rem 0;

        z-index: 999;
        border-radius: 0;
        opacity: 0;
        transition: all 0.1s;
        border: none;
    }

    .megamenu-custom::before {
        content: "";
        position: absolute;
        top: -1px;
        left: 0;
        right: 0;
        width: 200vw;
        height: 101%;
        transform: translateX(-50%);
        background: #ffffff;
        padding: 2rem 0;
        opacity: 0;
        z-index: -1;
        border-radius: 0;
        transition: all 0.3s;
        visibility: hidden;
    }

    /* ÐŸÐ¾ÐºÐ°Ð·Ñ‹Ð²Ð°ÐµÐ¼ Ð¿Ñ€Ð¸ Ð½Ð°Ð²ÐµÐ´ÐµÐ½Ð¸Ð¸ */
    .nav-item.dropdown:hover .megamenu-custom,  .nav-item.dropdown:hover .megamenu-custom::before {
        visibility: visible;
        opacity: 1;
    }


    /* Ð¡ÑÑ‹Ð»ÐºÐ¸ Ð²Ð½ÑƒÑ‚Ñ€Ð¸ ÐºÐ¾Ð»Ð¾Ð½Ð¾Ðº */
    .megamenu-custom .dropdown-item {
        color: #000000;
        text-transform: none;
        padding: 0.3rem 0.5rem;
        white-space: nowrap;
        font-size: 14px;
        font-weight: 500;
        transition: 0.2s;
        width: 100%;
        text-decoration: none;
    }

    /* Ð­Ñ„Ñ„ÐµÐºÑ‚ Ð¿Ñ€Ð¸ Ð½Ð°Ð²ÐµÐ´ÐµÐ½Ð¸Ð¸ */
    .megamenu-custom .dropdown-item:hover {
        background-color: #f8f9fa;
    }

    /* ÐšÐ¾Ð»Ð¾Ð½ÐºÐ¸ Ð²Ð½ÑƒÑ‚Ñ€Ð¸ .row */
    .megamenu-custom .col-md-4 {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }

    .nav-item {
        list-style-type: none;
    }
}

.delivery-link:hover {
    color: var(--color-gray);
}

.cart-btn {
    position: relative;
}

.cart-counter {
    position: absolute;
    right: -9px;
    bottom: 1px;
    background: #000;
    color: #fff;
    display: block;
    border-radius: 100%;
    font-size: 12px;
    height: 18px;
    width: 18px;
    text-align: center;
    line-height: 17px;
}

select:focus, input:focus, textarea:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* ÐšÐ¾Ð½Ñ‚ÐµÐ¹Ð½ÐµÑ€ Ð´Ð»Ñ Ð¼Ð¸Ð½Ð¸Ð°Ñ‚ÑŽÑ€ */
#thumbsList {
    max-height: 30rem;
    overflow-y: auto;
    scroll-behavior: smooth;
    padding-right: 4px;
    /* Ð´Ð»Ñ Ð¿Ñ€ÐµÐ´Ð¾Ñ‚Ð²Ñ€Ð°Ñ‰ÐµÐ½Ð¸Ñ Ð¾Ð±Ñ€ÐµÐ·Ð°Ð½Ð¸Ñ Ð¿Ñ€Ð¸ ÑÐºÑ€Ð¾Ð»Ð»Ðµ */
}

/* Ð¡Ñ‚Ð¸Ð»Ð¸ Ð¼Ð¸Ð½Ð¸Ð°Ñ‚ÑŽÑ€ */
.gallery-thumb {
    transition: transform 0.3s ease, border-color 0.3s ease;
    border: 2px solid transparent;
    cursor: pointer;
    border-radius: 0.25rem;
    width: 100%;
    /* Ð°Ð´Ð°Ð¿Ñ‚Ð¸Ð²Ð½Ð°Ñ ÑˆÐ¸Ñ€Ð¸Ð½Ð° */
}

/* ÐÐºÑ‚Ð¸Ð²Ð½Ð°Ñ Ð¼Ð¸Ð½Ð¸Ð°Ñ‚ÑŽÑ€Ð° â€” Ð¿Ð»Ð°Ð²Ð½Ð¾Ðµ ÑƒÐ²ÐµÐ»Ð¸Ñ‡ÐµÐ½Ð¸Ðµ Ð¸ Ñ†Ð²ÐµÑ‚ */
.gallery-thumb.active-thumb {
    border: 2px solid #7B7B7B !important;
    z-index: 2;
    transform: scale(1.02);
}

#thumbsList {
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE/Edge */
}

#thumbsList::-webkit-scrollbar {
    display: none;
    /* Chrome/Safari */
}

.floating-buy-button {
    position: fixed;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 10px 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 999;
    transition: all 0.3s ease;
    width: 100%;
}

.floating-buy-button .max-width_btn {
    max-width: 250px;
}


@media (max-width: 568px) {
    .floating-buy-button .max-width_btn {
        padding-left: 20px !important;
        padding-right: 20px !important;
        max-width: unset;
        width: max-content;
        font-size: 16px;
    }
}

@media (max-width: 400px) {
    .floating-buy-button p {
        font-size: 16px;
    }

    .floating-buy-button .max-width_btn {
        font-size: 14px;
    }
}

@media (max-width: 568px) {
    .header__logo{
        margin-left: 10px;
        width: 100%;
        transform: none;
    }
    .header__logo img {
        width: 100px;
    }
}

.floating-buy-button.hidden {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) translateY(20px);
}

.img_left {
    display: flex
}

.img_left div {
    padding-left: 20px;
    padding-right: 20px
}

@media (max-width: 992px) {
    .img_left {
        flex-direction:column;
        gap: 30px
    }

    .img_left img {
        width: 100%;
        height: 100%
    }

    .img_left div,.img_right div {
        padding: 0
    }

    .img_right {
        display: flex;
        flex-direction: column;
        gap: 30px
    }

    .img_right img {
        width: 100%;
        height: auto
    }
}

.single-post h2 {
    font-size: 20px;
    font-weight: 800
}

.single-post p {
    margin-bottom: 20px
}

.single-post img {
    border-radius: .375rem;
}

.swiper-slide {
    background-color: rgb(225 225 225 / 0%) !important;
}

/* свапер для детальной товара */

.swiper-small-img{
    max-height: 380px;
    max-width: 200px;
    /*margin-top: 25px;*/
    /*height: 100%;*/
}

.swiper-small-wrapper{

}

.swiper-small-wrapper .swiper-slide img{
    /*max-height: 100px;*/
    object-fit: cover;
    height: 100%;
}

.swiper-big-img{
    max-height: 608px;
}

.swiper-big-img .swiper-wrapper .swiper-slide img{
    max-height: 608px;
}

.swiper-small-button-next.swiper-button-next::after,
.swiper-small-button-prev.swiper-button-prev::after {
    content: '';
}

.swiper-small-button-next.swiper-button-next {
    background: url('../images/arrow-next.svg') no-repeat;
    top: 105%;
}

.swiper-small-button-prev.swiper-button-prev {
    background: url('../images/arrow-prev.svg') no-repeat;
    top: 5%;
}

.swiper-small-img .swiper-slide-thumb-active {
    border: 2px solid #007aff;
    transition: all 0.1s ease;
}

.swiper-small-button{
    height: 97%;
    width: 40%;
    position: relative;
    bottom: 93%;
    left: 37%;
}
.swiper-container-none{
    position: relative;
    max-height: 640px;
}

@media (max-width: 1200px){
    .swiper-container-none{
        display: none;
    }
}
/* свапер для детальной товара конец */

/* регистрация авторизация */

.auth_container{
    width: 100%;
    max-width: 1300px;
    margin: 9% auto;
    border: 1px solid #ECECEC;
    border-radius: 6px;
}

.auth_container form{
    max-width: 500px;
    margin: 60px auto;
}

.auth_head{
    display: flex;
    justify-content: center;
}

.auth_link a{
    width: 290px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #000000;
    text-decoration: none;
}

.auth_head > .auth_link.active{
        border-bottom: 3px solid #000000;
}

.input_item{
    display: flex;
    align-items: center;
    padding: 20px 30px;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    border-radius: 6px;
    height: auto;
    margin: 0 0 20px;
}

.input_item input {
    box-sizing: border-box;
    padding: 0;
    border-radius: 0;
    border: 0;
    background: #FFFFFF;
    outline: 0;
    width: 100%;
}

.input_reg{
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s;
    background: #000000;
    cursor: pointer;
    border-radius: 4px;
}

.input_reg input {
    box-sizing: border-box;
    padding: 0;
    border-radius: 0;
    border: 0;
    background: transparent;
    outline: 0;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
}

.input_reg:hover {
    box-shadow: 0px 4px 36px rgba(0, 0, 0, 0.6);
}

.auth_captcha_img{
    text-align: center;
    margin: 0 0 20px;
}

.auth_text {
    margin: 0 0 20px;
}

.auth_text p{
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    max-width: 80%;
    text-align: center;
    margin: 0 auto 40px;
    color: #3C3C3C;
}

.auth_text p span{
    color: #E3212F;
}

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

.input_reg-auth{
    width: 70%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s;
    background: #000000;
    cursor: pointer;
    border-radius: 4px;
}

.input_reg-auth input {
    box-sizing: border-box;
    padding: 0;
    border-radius: 0;
    border: 0;
    background: transparent;
    outline: 0;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
}

.input_reg-auth:hover {
    box-shadow: 0px 4px 36px rgba(0, 0, 0, 0.6);
}

.auth_text_top{
    text-align: center;
}

.auth_text_title{
    text-align: center;
}

.auth-link-forgot a{
    color: #000000;
}

@media (max-width: 769px){
    .auth_link {
        width: 50%;
        height: 50%;
    }

    .auth_link a{
        width: 100%;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 13.37px;
        line-height: 15px;
        letter-spacing: 0.2325px;
    }
}

@media (max-width: 528px){
    .auth_container{
        padding: 0 10px;
        border: none;
    }

    .auth_bottom {
        gap: 20px;
        flex-direction: column;
    }

    .input_reg-auth{
        width: 100%;
    }

    .auth_container form {
        margin: 25px auto;
    }
}

/* регистрация авторизация конец */

.mobile_crumbs_container{
    display: none;
}

@media (max-width: 758px){
.mobile_crumbs_container{
    display: flex;
    flex-direction: column;
    gap: 20px;
    }
    .mobile_crumbs_title{
        font-size: 18px;
    }
}


/* стили страницы контактов */

.contact__link {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}

.contact-title {
    font-weight: 700;
    font-size: 18px;
    display: block;
    line-height: 25px;
    margin-bottom: 15px;
  }

.contact__link a {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 41px;
    letter-spacing: 0.005em;
    text-decoration: none;
    color: var(--bs-heading-color);
    transition: all 0.3s;
}

.contact__link a:hover {
    opacity: 0.8;
}

.contact-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.form-container{
    width: 50%;
}

.input_item textarea {
    border: 0;
    width: 100%;
}

.item-captcha{
    margin: 20px 0 0;
}

.input_reg-form input {
    box-sizing: border-box;
    padding: 0;
    border-radius: 0;
    border: 0;
    background: transparent;
    outline: 0;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
}

.input_reg-form{
    width: 50%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s;
    background: #000000;
    cursor: pointer;
    border-radius: 4px;
    margin: 20px 0 0;
}

.input_reg-form:hover{
    box-shadow: 0px 4px 36px rgba(0, 0, 0, 0.6);
}

.form_text{
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #5A5A5A;
    margin: 20px 0 0;
}

@media (max-width: 530px){
    .contact-wrapper{
        display: flex;
        flex-direction: column;
    }

    .form-container{
        width: 100%;
    }

    .input_reg-form{
        width: 100%;
    }
}

/* стили страницы контактов конец*/
