/*fonts*/
.noto-sans {
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.unbounded {
    font-family: "Unbounded", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.bold {
    font-weight: bold;
}

.blue {
    color: #0009FF;
}

.common-h3 {
    text-transform: initial;
    font-family: "Unbounded", sans-serif;
    letter-spacing: -2.4px;
    font-size: 35px;
    font-weight: 400;
    line-height: 100%;
}

.common-h2 {
    text-transform: initial;
    font-family: "Unbounded", sans-serif;
    letter-spacing: -2.4px;
    font-size: 80px;
    font-weight: 700;
    line-height: 100%;
}

.common-h1 {
    font-family: "Unbounded", sans-serif;
    font-size: 180px;
    letter-spacing: -9px;
    text-transform: uppercase;
    font-weight: 700;
}

.body-text {
    text-transform: initial;
    font-size: 18px;
    font-weight: 400;
    line-height: 110%;
    font-family: "Noto Sans", sans-serif;

}

.text-second, .blog-content h2, .blog-content h3, .blog-content h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 90%;
    font-family: "Noto Sans", sans-serif;

}

.body-text-small, .blog-content p {
    font-family: "Noto Sans", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 110%;
}

.price-text {
    text-transform: initial;
    color: #0009ff;
    font-family: "Noto Sans", sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 110%;
    padding: 0;
    margin: 0;
}

.text-third {
    color: #7d8592;
    font-size: 16px;
    font-weight: 500;
    font-family: "Noto Sans", sans-serif;

}

.text-fourth {
    font-family: "Noto Sans", sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 90%;
}

.text-caption {
    color: #17293c;
    font-size: 13px;
    font-weight: 500;
    font-family: "Noto Sans", sans-serif;
}
.navigation{
    font-family: "Noto Sans";
    font-weight: 600;
    font-size: 24px;
    line-height: 90%;
    letter-spacing: 0;

}
@media (max-width: 1536px) {
    .common-h2 {
        letter-spacing: -1.8px;
        font-size: 60px;
    }

    .common-h1 {
        font-size: 130px;
        letter-spacing: -6px;
    }

    .common-h3 {
        letter-spacing: -1.8px;
        font-size: 28px;
    }

    .body-text {
        font-size: 16px;
    }

    .text-second, .blog-content h2, .blog-content h3, .blog-content h1 {
        font-size: 18px;
    }

    .body-text-small, .blog-content p {
        font-size: 16px;
    }

    .price-text {
        font-size: 40px;
    }

    .text-third {
        font-size: 16px;
    }

    .text-fourth {
        font-size: 30px;
    }

    .text-caption {
        font-size: 10.2px;
    }
    .navigation{
        font-family: 'Noto Sans';
        font-weight: 600;
        font-size: 16px;
        line-height: 90%;
        letter-spacing: 0;

    }
}

@media (max-width: 961px) {
    .common-h1 {
        font-size: 70px;
        letter-spacing: -3px;
    }

    .common-h2 {
        letter-spacing: -1.2px;
        font-size: 40px;
    }

    .common-h3 {
        letter-spacing: -1.2px;
        font-size: 22px;
    }

    .body-text {
        font-size: 14px;
    }

    .text-second, .blog-content h2, .blog-content h3, .blog-content h1 {
        font-size: 14px;
    }

    .body-text-small, .blog-content p {
        font-size: 16px;
    }

    .price-text {
        font-size: 24px;
    }

    .text-third {
        font-size: 14px;
    }

    .text-fourth {
        font-size: 30px;
    }

    .text-caption {
        font-size: 12px;
    }
    .navigation{
        font-family: 'Noto Sans';
        font-weight: 600;
        font-size: 14px;
        line-height: 90%;
        letter-spacing: 0;

    }
}

@media (max-width: 490px) {
    .common-h1 {
        font-size: 32px;
        letter-spacing: -1px;
    }

    .common-h2 {
        letter-spacing: -1px;
        font-size: 32px;
    }

    .common-h3 {
        letter-spacing: -1px;
        font-size: 20px;
    }

    .body-text {
        font-size: 14px;
    }

    .text-second, .blog-content h2, .blog-content h3, .blog-content h1 {
        font-size: 16px;
    }

    .body-text-small, .blog-content p {
        font-size: 16px;
    }

    .price-text {
        font-size: 24px;
    }

    .text-third {
        font-size: 10px;
    }

    .text-fourth {
        font-size: 14px;
    }

    .text-caption {
        font-size: 8px;
    }
    .navigation{
        font-family: 'Noto Sans';
        font-weight: 500;
        font-size: 14px;
        line-height: 90%;
        letter-spacing: 0;
    }
    .navigation.tel a{
        padding: 10px 0;
        display: block;

    }
    .good-footer {
        padding-top: 10px;
    }
}

/*fonts*/
/*base*/
body {
    background: #EAEAEF;
    overflow-x: hidden;
    padding: 0 !important;
    max-width: none !important;
}
*:focus {
    outline: none;
}
.custom-container {
    max-width: 2545px;
    margin: auto;
}

@media (max-width: 1919px) {
    .custom-container {
        max-width: 1536px;
    }
}

@media (max-width: 1535px) {
    .custom-container {
        max-width: 768px;
    }
}

/*base*/
.page-wrapper,.page-footer {
    max-width: 2545px;
    margin: auto;
}
footer {
    background: #fff;
}
/*header*/
.search-menu {
    display: block;
    color: #17293C;
    background: #DDDDE3;
    border: none;
    height: 48px;
    border-radius: 0;
    padding-left: 40px;
    /*margin-left: -10px;*/
    font-size: 18px;
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.search-icon {
    position: absolute;
    top: 20px;
    margin-left: 10px;
}

.search-menu:focus-visible, .search-menu:focus {
    border-radius: 0;
    outline: none;
    border-color: transparent; /* За бажанням можна зробити колір рамки прозорим */
    box-shadow: none;

}

.logo-text {
    font-family: 'Helvetica Now Display';
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: -.5px;
    line-height: 100%;
    font-size: 24px;
    color: #17293C;
}

nav {
    width: 100%;
    background: #eaeaef;
}

nav .wrapper {
    position: relative;
    max-width: 2545px;
    padding: 20px 40px;
    height: 70px;
    line-height: 70px;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wrapper .logo a {
    color: #17293C;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
}

.wrapper .nav-links {
    display: inline-flex;
    margin: 0;
}

.nav-links li {
    list-style: none;
}

.nav-links li a.desktop-item {
    font-family: "Noto Sans", sans-serif;
    text-transform: initial;
    color: #17293C;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    padding: 9px 15px;
    transition: all 0.3s ease;
}

.nav-links li a {
    color: #17293C;
    text-decoration: none;
    transition: all 0.3s ease;
}

.nav-links li a:hover {
    text-decoration: underline;
}

.nav-links .mobile-item {
    display: none;
}

.nav-links .drop-menu {
    position: absolute;
    background: #ffffff;
    line-height: 20px;
    padding: 20px 50px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.nav-links li:hover .drop-menu,
.nav-links li.hovered .drop-menu,
.nav-links li.hovered .mega-box,
.nav-links li:hover .mega-box {
    transition: all 0.3s ease;
    top: 50px;
    opacity: 1;
    visibility: visible;
    z-index: 10;
}
.nav-links li:hover .rotated-svg,
.nav-links li.hovered .rotated-svg {
    rotate: 180deg;
}
header {
    position: fixed;
    width: 100%;
    z-index: 100;
}

main.page-wrapper {
    padding-top: 70px;
}

#overlayMenu.active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.drop-menu li a {
    width: 100%;
    display: block;
    padding: 0 0 0 15px;
    font-weight: 400;
    border-radius: 0px;
}

.mega-box {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 30px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
}

.mega-box .content {
    background: #ffffff;
    display: grid;
    grid-template-columns: 2fr 6fr;
    width: 100%;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.mega-box .content .row {
    width: calc(25% - 30px);
    line-height: 45px;
}

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

.content .row header {
    color: #17293C;
    font-size: 20px;
    font-weight: 500;
}

.content .row .mega-links {
    margin-left: -40px;
    border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.row .mega-links li {
    padding: 0 20px;
}

.row .mega-links li a {
    padding: 0px;
    padding: 0 20px;
    color: #d9d9d9;
    font-size: 17px;
    display: block;
}

.row .mega-links li a:hover {
    color: #17293C;
}

.wrapper .btn {
    color: #17293C;
    font-size: 20px;
    cursor: pointer;
    display: none;
}

.wrapper .btn.close-btn {
    position: absolute;
    right: 0;
    top: 10px;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-menu {
    width: 300px;
}

.menu-row {
    padding: 25px 20px;
}

.first-row {
    background: #ffffff;
}

.second-row {
    display: none;
    background: #EAEAEF;
    padding: 25px 40px;
}

.second-row.active {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px 15px;
}

.menu-big-text {
    font-weight: 700;
    margin: 5px 0px;
}

.menu-text {
    display: flex;
    flex-direction: column;
}

a.menu-small-text {
    text-transform: initial;
    margin: 3px 0;
}

.menu-big-links {
    text-transform: initial;
    transition: all .5s;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 10px;
}

.menu-big-links:hover, .menu-big-links.active {
    color: #ffffff;
    background: #0009FF;
    stroke: #FFFFFF !important;
    text-decoration: none !important;
}

.title-desc {
    padding: 7px 0;
    margin: 0;
}

.menu-big-links:hover svg, .menu-big-links.active svg {
    stroke: #FFFFFF;
}

.hidden-desc {
    display: none;
}
.cart-mobile-div{
    cursor: pointer;
}
@media screen and (min-width: 662px) and (max-width: 1080px) {
    .nav-links li a.desktop-item {
        padding: 9px 5px;
    }
}

@media screen and (min-width: 660px) and (max-width: 962px) {
    div.active-mobile.second-row {
        display: grid !important;
        gap: 15px !important;
        grid-template-columns: 1fr 1fr 1fr;
        align-self: start;
    }

    .menu-text {
        border: none;
    }
}

@media screen and (min-width: 962px) {
    .desktop-item {
        display: block !important;
    }

    .wrapper .btn.close-btn {
        display: none;
    }
}

@media screen and (max-width: 961px) {
    .cart-mobile-div {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .wrapper .btn.close-btn:active {
        box-shadow: none;
    }

    .all-cat {
        display: flex;
        align-items: center;
        padding: 20px;
    }

    .menu-text {
        border-bottom: 1px solid #dedede;
        margin-bottom: 5px;
        padding: 10px 0;
        margin-right: 10px;
        margin-left: 20px;

    }

    .menu-text .body-text {
        font-size: 14px;
        line-height: 110%;
        text-transform: initial !important;
    }

    .text-second.menu-big-links.hidden-desc {
        padding: 0;
    }

    .text-second.menu-big-links {
        font-family: 'Unbounded', sans-serif !important;
        font-weight: 400 !important;
        font-size: 20px !important;
        line-height: 110% !important;
        text-transform: initial;
        padding: 12px;
    }

    .catalog-close-text a.menu-big-links {
        padding: 15px;
        border-bottom: 1px solid #DEDEDE;
        color: #0009FF;
        margin-bottom: 8px;
    }

    .nav-links .mobile-item:hover {
        text-decoration: none;
        color: #0009FF;
    }

    .mobile-item.conf-text {
        padding-top: 20px !important;
    }

    .drop-menu {
        padding: 0 !important;
    }

    label {
        margin: 0;
    }

    .nav-links li {
        margin: 10px 0;
    }

    .desktop-item {
        display: none;
    }

    .text-second.menu-big-links {
        display: flex;
    }

    .mobile-item {
        display: block !important;
        font-family: 'Unbounded', sans-serif !important;
        font-weight: 400 !important;
        font-size: 20px !important;
        line-height: 110% !important;
        text-transform: initial;
        padding: 0 !important;
    }

    .menu-big-links:hover, .menu-big-links.active {
        color: #17293C;
        background: #ffffff;
        stroke: #17293C !important;
        text-decoration: none !important;
    }

    .menu-big-links:hover svg, .menu-big-links.active svg {
        stroke: #7D8592;
    }

    .hidden-desc {
        display: block;
    }

    .menu-row {
        padding: 0 !important;
    }

    .mega-box .content {
        padding: 0 !important;
    }

    .active-mobile {
        display: block !important;
        position: absolute !important;
        top: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 3 !important;
        padding: 0 !important;
        background: #ffffff;
        transition: all 0.7s ease;
        overflow-y: auto;
    }

    .second-row.active {
        display: none;
    }

    .mega-box .content {
        display: block;
    }

    /*.second-row.active {*/
    /*    display: block;*/
    /*}*/
    #compare, #user {
        display: none;
    }

    nav .wrapper {
        padding: 0 15px;
        margin: 0 auto;

    }

    .search-menu {
        width: calc(100vw - 300px);
    }

    .wrapper .btn {
        display: block;
        margin-left: 7px;
    }

    .wrapper .nav-links {
        position: fixed;
        height: 100vh;
        width: 100%;
        top: 0;
        left: -100%;
        background: #ffffff;
        display: block;
        padding: 50px 10px;
        line-height: 50px;
        overflow-y: auto;
        box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
        transition: all 0.3s ease;
        z-index: 1;
    }

    ::-webkit-scrollbar-thumb {
        text-decoration: underline;
    }

    #menu-btn:checked ~ .nav-links, .nav-links.active {
        left: 0%;
    }

    #menu-btn:checked ~ .btn.menu-btn {
        display: none;
    }

    #close-btn:checked ~ .btn.menu-btn {
        display: block;
    }

    .nav-links li {
        margin: 18px 3px;
    }

    .nav-links li a {
        display: block;
        font-size: 20px;
    }

    .nav-links .drop-menu {
        position: static;
        opacity: 1;
        top: 65px;
        visibility: visible;
        padding-left: 20px;
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        box-shadow: none;
        transition: all 0.3s ease;
    }

    #showDrop:checked ~ .drop-menu-first,
    #showMega:checked ~ .mega-box,
    #showDropSec:checked ~ .drop-menu-second,
    .mega-box.active-mobile {
        max-height: 100%;
    }

    .nav-links .desktop-item {
        display: none;
    }

    .nav-links .mobile-item {
        text-transform: initial;
        display: block;
        color: #17293C;
        font-size: 20px;
        font-weight: 500;
        cursor: pointer;
        border-radius: 5px;
        /*transition: all 0.3s ease;*/
    }

    .nav-links .mobile-item:hover {
        color: #0009FF;
    }

    .drop-menu li {
        margin: 0;
    }

    .drop-menu li a {
        border-radius: 5px;
        font-size: 18px;
    }

    .mega-box {
        position: static;
        top: 65px;
        opacity: 1;
        visibility: visible;
        padding: 0 20px;
        max-height: 0px;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .mega-box .content {
        box-shadow: none;
        flex-direction: column;
        padding: 20px 20px 0 20px;
    }

    .mega-box .content .row {
        width: 100%;
        margin-bottom: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .mega-box .content .row:nth-child(1),
    .mega-box .content .row:nth-child(2) {
        border-top: 0px;
    }

    .content .row .mega-links {
        border-left: 0px;
        padding-left: 15px;
    }

    .row .mega-links li {
        margin: 0;
    }

    .content .row header {
        font-size: 19px;
    }
}

nav input {
    display: none;
}

.icons-div {
    display: flex;
}

.icons-div .icon {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    flex-shrink: 0;
}


@media (max-width: 1366px) and (min-width: 962px) {
    .nav-links li a {
        padding: 9px 5px;
    }

    .search-menu {
        width: 150px;
    }

    .icons-div .icon {
        padding: 0 3px;
    }

    nav .wrapper {
        padding: 0 10px;
    }

    .wrapper .nav-links {
        padding: 0;
    }
}

@media (max-width: 786px) {

}

@media (min-width: 786px) {

}

@media (max-width: 490px) {
    .logo-text {
        font-size: 18px;
        margin-right: 10px;
    }

    .search-menu {
        width: 100%;
        height: 36px;
        text-transform: capitalize;
    }

    nav .wrapper {
        padding: 0 15px;
        margin: 0 auto;
    }
    .logo {
        white-space: nowrap;
    }
    .cart-mobile-div {
        margin-left: 10px;
    }

}

.compare-counter {
    display: none;
    justify-content: center;
    align-items: center;
    height: 16px;
    width: 16px;
    background: #0009FF;
    border-radius: 100%;
    margin-left: -5px;
    margin-bottom: -30px;
    margin-right: -11px;
    color: #fff;
    font-size: 10px;
}

/*header*/
/*footer*/
footer {
    background: #FFFFFF;
    padding: 80px 40px 0;
    text-transform: initial;
    color: #17293C;
}

.footer-big-logo {
    padding-right: 60px;
    padding-top: 120px;
    padding-bottom: 45px;
}

footer ul {
    list-style: none;
    padding: 0;
}

footer a {
    color: #17293C;
}

footer a:hover {
    color: #0009FF;
}

.contact-info-contacts a {
    font-weight: 600;
}

.contacts-25px {
    height: 25px;
}

.footer-contact-info {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.combine-footer {
    display: flex;
    justify-content: space-around;
}

.contact-info-hours {
    text-transform: initial;
    font-weight: 400;
}

.footer-feedback-input {
    width: 100%;
    border: none;
    margin: 20px 0 30px;
    border-bottom: 1px solid #7D8592;
    padding: 5px 0;
    color: #7D8592;
}

.footer-feedback-input:focus-visible, .footer-feedback-input:focus {
    border-radius: 0;
    outline: none;
    box-shadow: none;
}

.standard-button {
    border-radius: 0;
    border: none;
    background: #0009ff;
    color: #ffffff;
    transition: all 0.5s;
}

.standard-button.in-footer {
    width: 350px;
    height: 60px;
}

.standard-button:hover, .standard-button:active, .standard-button:focus, .standard-button:focus-within, .standard-button:active {
    background: #010ecf;
}

.footer-helpful-links {
    background: #fff;
}

.footer-hrefs {
    float: right;
    width: 300px;
    text-align: right;
    margin-top: -110px;
    z-index: 1;
    position: relative;
}

.footer-hrefs a {
    padding: 0 5px;
    color: #DDDDE3;
}

.standard-button.in-footer svg {
    margin-bottom: -2px;
}

.footer-contacts-info-mobile {
    display: none;
}
footer{
    margin-top: 70px;
}
.footer-contact-info.footer-desktop > div{
    padding:0 15px ;
}

@media (max-width: 1536px) {
    .contacts-25px {
        height: 20px;
    }
    footer {
        padding: 30px 40px 0;
        margin-top: 50px;
    }

    .standard-button.in-footer {
        width: 100%;
        height: 48px;
    }

    .standard-button.in-footer svg {
        height: 14px;
        width: 14px;
    }

    .footer-hrefs {
        text-align: center;
    }
}

@media (max-width: 961px) {
    .footer-hrefs-new {
        visibility: visible !important;
    }
    .contacts-25px {
        height: 15px;
    }
    .footer-big-logo {
        padding-right: 30px;
        padding-top: 60px;
        padding-bottom: 30px;
    }

    .standard-button.in-footer {
        height: 32px;
    }

    footer {
        padding: 20px 20px 0;
    }

    .second-br {
        display: none;
    }

    .footer-hrefs a {
        font-size: 14px;
        line-height: normal;
    }

    .footer-hrefs {
        margin-top: -95px;
        width: 150px;
    }
}

@media (max-width: 655px) {
    .contacts-25px {
        height: 10px;
    }
    .footer-desktop {
        display: none;
    }

    .footer-contacts-info-mobile {
        display: block;
    }

    .combine-footer {
        justify-content: space-between;
    }

    .contact-info-contacts .second-text {
        text-transform: initial !important;
    }

    footer {
        text-transform: initial;
    }

    .contact-info-hours {
        text-transform: initial;
    }

    .standard-button.in-footer {
        height: 48px;
    }

    .footer-big-logo {
        padding-right: 0;
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .footer-hrefs {
        margin-top: 0;
        text-align: center;
        max-width: 300px;
        width: 100%;
        padding-bottom: 20px;
    }

    .footer-helpful-links {
        display: flex;
        justify-content: center;
    }

    .footer-hrefs a {
        font-size: 14px;
    }

    .contact-info-contacts .text-second,
    .contact-info-hours.text-second,
    .contact-info-contacts.text-second,
    .contact-info-hours .text-second {
        font-size: 14px !important;
        font-weight: 400 !important;
    }
}

/*footer*/
/*main-div*/

.blue-div {
    background: #0009FF;
}

.vector-bg {
    padding: 20px 20px 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 70%;
}

.header-text-top {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -7.2px;
    color: #fff;
    font-size: 180px;
}

.white-button-div {
    display: flex;
    align-items: flex-end;
    padding-bottom: 20px;
}

.white-button {
    background: #ffffff;
    padding: 16px;
}

.text-white-button {
    color: #17293C;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 500;
    line-height: 90%;
}

.white-button-href {
    color: #17293C;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    border-bottom: 1px solid #17293C;
}

.last-text {
    font-size: 24px;
    font-weight: 600;
    line-height: 90%;
    color: #ffffff;
    text-transform: initial;
}

.main-img-div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-div-div img {
    max-height: 700px;
}

.top-div-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: -100px;
}

.last-text {
    position: relative;
    top: 100px;
}

.catalog-content-div {
    padding: 70px 40px;
}

.custom-container1 {
    /*max-width: 2545px;*/
    margin: auto;
}

.goods-div {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}

.blogs-header-text {
    position: absolute;
    margin: 0;
}

.cat-name-text {
    padding: 40px 0;
    text-align: center;
    border-top: 1px solid #7D8592;
    color: #17293C;
    text-decoration: none !important;
    transition: all .5s;
}

/*.cat-name-text:hover{*/
/*    color: #fff;*/
/*    background: #0009FF;*/
/*}*/
/*a.cat-name{*/
/*    text-decoration: none !important;*/
/*}*/

@media (min-width: 768px) {
    .cat-name-text.active{
        overflow: hidden;
        display: flex; /* Використовуємо Flexbox */
        white-space: nowrap;
        background: #0009FF;
        color: #fff;
    }
    a.cat-name{
        text-decoration: none !important;
    }
    .cat-name-text.active svg.tablet-svg{
        display: block;
        height: 56px;
        width: 56px;
        margin-left: 10px;
    }
    .cat-name-text.active svg.tablet-svg path{
        fill: #fff;
        stroke: #fff;
    }
    .cat-name-text.active span {
        flex-shrink: 0;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }

}
.cat-div {
    border-bottom: 1px solid #7D8592;
    margin-bottom: 140px;
    padding-top: 140px;

}

.cat-header {
    padding-bottom: 50px;
}

.cat-header-text {
    margin: 0;
}

.cat-name-text.active svg {
    margin-right: 10px;
}

#nout_mob {
    display: none;
}

.tablet-svg {
    display: none;
}

.mobile-svg {
    display: none;
}

.cat-hidden-desc {
    display: none !important;
}
.main-top-div{
    padding: 0 40px;
}
@media (max-width: 1536px) {
    .header-text-top {
        letter-spacing: -5.2px;
        font-size: 130px;
    }

    .top-div-div img {
        max-height: 553px;
    }

    .top-div-content {
        margin-top: -50px;
    }

    .last-text {
        right: calc(4vw - 45px);
        font-size: 18px;
    }

    .text-white-button {
        font-size: 30px;
    }

    .white-button-href {
        font-size: 16px;
    }

    .white-button-href svg {
        height: 12px;
    }

    .cat-div {
        margin-bottom: 110px;
        padding-top: 110px;
    }

    .cat-header {
        padding-bottom: 40px;
    }

    .cat-name-text {
        padding: 34px 0;
    }

    .cat-name-text.active svg {
        width: 49px;
        height: 49px;
        margin-right: 8px;
    }
}

@media (max-width: 961px) {
    .main-top-div{
        padding: 0 20px;
    }
    .header-text-top {
        letter-spacing: -2.8px;
        font-size: 70px;
    }

    .top-div-div img {
        max-height: 440px;
    }

    .top-div-content {
        margin-top: 0;
        display: flex;
        flex-direction: column-reverse;
    }

    .last-text {
        position: unset;
        text-align: center;
        font-size: 18px;
    }

    .br-top-text {
        display: none;
    }

    .white-button {
        padding: 5px;
        width: 205px;
    }

    .text-white-button {
        font-size: 22px;
    }

    .white-button-href {
        font-size: 14px;
    }

    .white-button-href svg {
        height: 10px;
    }

    .main-img-div {
        margin-bottom: 80px;
        margin-top: 45px;
    }

}
.catalog-button {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: initial;
    transition: all .3s;
    margin-top: 20px;
}
.good-div {
    background: #ffffff;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media (max-width: 768px) {

    #nout {
        display: none;
    }

    #nout_mob {
        display: block;
    }

    .tablet-svg {
        display: block;
        margin-left: 14px;
    }

    .cat-name-text span {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .cat-div {
        margin-bottom: 80px;
        padding-top: 80px;
    }

    .cat-header {
        padding-bottom: 30px;
    }

    .cat-name-text {
        padding: 23.5px 0;
    }

}

@media (max-width: 490px) {
    .main-top-div{
        padding: 0 15px;
    }
    .header-text-top {
        letter-spacing: -1.6px;
        font-size: 40px;
    }

    #nout {
        display: none;
    }

    .tablet-svg {
        display: none;
    }

    .mobile-svg {
        display: block;
        margin-left: 14px;
    }

    .cat-div {
        margin-bottom: 45px;
        padding-top: 45px;
    }

    .cat-header {
        padding-bottom: 15px;
    }

    .cat-name-text {
        padding: 17px 0;
        border-top: 1px solid #7d8592a8;
    }
    .cat-div {
        border-bottom: 1px solid #7d8592a8;
    }
}

@media (max-width: 1536px) {

    .goods-div {
        grid-gap: 15px;
    }

    .catalog-content-div {
        padding: 40px;
    }
    .catalog-button {
        height: 60px;
    }
}

@media (max-width: 1300px) {
    .goods-div {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .cat-hidden-desc {
        display: flex !important;
    }

    .cat-hidden-tablet {
        display: none !important;
    }

    .small-invisible {
        display: none;
    }

    .catalog-content-div {
        padding: 20px;
    }
}

@media (max-width: 961px) {
    .catalog-button {
        height: 48px;
    }

    .goods-div {
        grid-gap: 10px;
    }

    .catalog-content-div {
        padding: 30px;
    }

    .good-div {
        padding: 10px !important;
    }

    .catalog-content-div {
        padding: 20px;
    }
}

@media (max-width: 680px) {

    .catalog-content-div {
        padding: 15px;
    }

    .cat-hidden-tablet {
        display: flex !important;
    }

    .goods-div {
        grid-template-columns:  49% 49%;
    }

    .hidden-mobile {
        display: none;
    }

    .good-text .body-text {
        font-size: 14px;
        text-transform: initial;
    }

    .good-div {
        padding: 10px;
    }

    .good-header-text .body-text {
        font-size: 10px;
    }
    .good-header-text .body-text {
        font-size: 13px;
    }
}

@media (max-width: 490px) {
    .goods-div {
        grid-template-columns:  1fr;
    }

    .catalog-content-div {
        padding: 15px;
    }

    .catalog-button {
        height: 60px;
    }

    .top-div-div img {
        font-size: 40px;
        height: calc(100vh - 422px);

    }

    .top-div-content {
        margin-top: 0;
        display: flex;
    }

    .last-text {
        flex-direction: column-reverse;
        position: unset;
        text-align: center;
    }

    .white-button {
        font-size: 16px;
        padding: 10px;
    }

    .text-white-button {
        width: 100%;
    }

    .main-img-div {
        font-size: 20px;
        margin-bottom: 20px;
        margin-top: 20px;
    }


}

@media (min-width: 1980px) {
    .last-text {
        right: 100px;
    }
}

@media (min-width: 1800px) {
    .last-text {
        right: 45px;
    }
}

@media (min-width: 1700px) {
    .last-text {
        right: 35px;
    }
}

@media (min-width: 1366px) {
    .white-button {
        width: 73%;
    }
}

/*main-div*/
/*about*/
.about-us-div {
    background: #0009ff;
    padding: 100px 40px;
}

.about-us-header-text,
.about-us-content-div .body-text,
.about-us-content-div .text-second {
    color: #ffffff;
    text-transform: initial;
}

.about-us-header-text {
    margin-bottom: 290px;
}

.about-br {
    display: none;
}

.about-us-content-div {
    display: grid;
    grid-template-columns: 1fr 5fr;
    grid-gap: 215px;
}

.about-small {
    display: flex;
    align-items: flex-end;
}

.about-small .body-text {
    text-transform: uppercase;
}

.about-big {
    padding: 20px 0;
    display: flex;
    align-items: center;
    border-top: 2px solid #ffffff4d;
    justify-content: space-between;

}

.about-big-div {
    border-bottom: 2px solid #ffffff4d;
}



.about-big-text {
    display: flex;
    align-items: center;
    width: 920px;
    justify-content: space-between;
}

.about-big-text .text-second {
    text-transform: initial;
}

.white-square {
    background: #ffffff;
    padding: 8px;
}
.about-us-div {
    margin-bottom: 140px;
    padding: 40px 80px;

}
@media (max-width: 1536px) {
    .about-us-header-text {
        margin-bottom: 120px;
    }

    .about-us-div {
        margin-top: 70px;
        margin-bottom: 110px;
        padding: 44px;
    }


}

@media (max-width: 961px) {
    .about-us-header-text {
        margin-bottom: 110px;
    }

    .about-us-div {
        margin-bottom: 80px;
        padding: 30px 20px;
    }

}

@media (max-width: 670px) {
    .about-us-header-text {
        margin-bottom: 40px;
        margin-top: 0;

    }

    .about-br {
    }

    .about-us-header-text {
        display: block;
    }

    .about-big .body-text {
        margin-right: 2%;
    }

    .about-big {
        align-items: flex-start;
    }

    .about-us-content-div {
        margin-right: 6%;
        display: flex;
        flex-direction: column-reverse;
        gap: 10px;
    }

    .about-big {
        grid-gap: 20px;
    }

    .about-us-div {
        align-items: flex-start;
        padding: 40px 15px;
    }

}
@media (max-width: 1536px) {
    .about-big-text {
        width: 715px;
    }
    .about-us-content-div {
        grid-gap: 120px;
    }

}
@media (max-width: 1100px) {
    .about-big-text {
        width: 360px;
    }
    .about-us-content-div {
        grid-gap: 25px;
        grid-template-columns: 2fr 5fr;
    }
}
@media (max-width: 460px) {

}

/*about*/
/*questions*/
.questions-div {
    padding: 70px 40px;
}

.questions-header {
    margin-bottom: 50px;
}

.question-div {
    display: flex;
    width: 100%;
    margin-right: 15px;
    background: #ffffff;
    transition: all .5s;
    align-items: center;
    padding: 20px;
}

.question-item > .question-div {
    background: #ffffff;
    color: #17293C;
}

.question-item.active > .question-div {
    background: #0009ff;
    color: #ffffff;
}

.question-item {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
}

.questions-text {
    text-transform: initial;
}

/* Загальний стиль для прихованого тексту */
.question-text-not-visible {
    text-transform: initial;
    max-height: 0; /* Приховуємо вміст, встановлюючи максимальну висоту в 0 */
    overflow: hidden; /* Приховуємо переповнення */
    transition: max-height 0.3s ease-out; /* Плавний перехід для анімації */
    opacity: 0; /* Робимо невидимим */
    transform: translateY(-10px); /* Злегка піднімаємо для ефекту */
    transition: margin-top 0.5s ease-out, margin-bottom 0.5s ease-out, max-height 0.5s ease-out, opacity 0.5s ease-out, transform 0.3s ease-out;
}

/* Коли question-item активний, показуємо прихований текст */
.question-item.active .question-text-not-visible {
    margin-top: 20px;
    max-height: 200px; /* Достатня висота, щоб вміст був видимий (може знадобитися коригування) */
    opacity: 1; /* Робимо видимим */
    transform: translateY(0); /* Повертаємо на місце */

}

.questions-text {
    width: 45%;
}

.question-second-text {
    margin-right: 26%;
}

.question-button {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    transition: all .5s;
}

.question-button:hover, .question-button.active {
    background: #0009ff;
    color: #fff;
}

.button-questions {
    transition: all .5s;
}

.question-button:hover .button-questions, .question-button.active .button-questions {
    color: #fff;
    stroke: #fff !important;
    transform: rotate(45deg);
}

.questions-header-text {
    color: #17293C;
}

.question-item.active > .question-div > div > div.question-text-not-visible.body-text-small {
    margin-bottom: 20px;
}

.question-item.active > .question-div {
    align-items: flex-start;
    padding-top: 20px;
}

@media (max-width: 1536px) {

    .questions-div,.blogs-div {
        padding: 60px 20px;
    }
    .question-button {
        width: 85px;
    }

    .second-text {
        height: 85px;
    }

    .button-questions {
        width: 29px;
    }

    .question-div {
    }
}

@media (max-width: 961px) {
    .second-text {
    }

    .question-button {
        width: 55px;
        height: 55px;
    }

    .questions-text {
        padding-right: 20px;
    }

    .question-div {
        width: 100%;
        padding: 0 20px;
    }

    .questions-text {
        width: 90%;
    }

    .question-item.active .question-text-not-visible {
    }

    .button-questions {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 490px) {
    .question-second-text {
    }

    .question-second-text {
        margin-right: 20px;
        margin-left: 10px;
    }

    .questions-div,.blogs-div {
        padding: 15px 15px;
    }

    .question-button {
        width: 40px;
    }


    .question-text-visible .text-second {
        font-weight: 500;
    }

    .questions-text {
        font-size: 14px;
    }

    .question-div {
        padding: 0;
        margin-right: 5px;
    }
}

/*questions*/
/*blogs*/
.blogs-div {
    padding: 70px 40px;
}

.blog-content-div {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
    grid-auto-flow: row;
    grid-template-areas:
    ". . blog-content-2 blog-content-all"
    ". blog-content-1 blog-content-3 blog-content-4";
}

.blog-content-1 {
    grid-area: blog-content-1;
}

.blog-content-2 {
    grid-area: blog-content-2;
}

.blog-content-3 {
    grid-area: blog-content-3;
}

.blog-content-4 {
    grid-area: blog-content-4;
}

.blog-content-5 {
    grid-area: blog-content-5;
}

.blog-content-all {
    grid-area: blog-content-all;
}

.blog-div a {
    padding: 20px;
    height: 225px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    background: #ffffff;
}

.blog-div.mobile {
    display: none;
}

.blog-arrow {
    float: right;
}

.blog-text-div .body-text {
    color: #17293C;
    font-weight: bold;
}

.blog-div.active a {
    background: #0009ff;
}

.blog-text-div .text-second {
    color: #fff;
    font-weight: bold;
    text-transform: initial;
}

@media (max-width: 1536px) {
    .blog-div a {
        padding: 16px;
    }

    .blog-arrow {
        height: 187px;
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 961px) {
    .blog-div a {
        padding: 12px;
    }

    .blog-arrow {
        height: 128px;
        width: 16px;
    }

    .blog-content-div {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 16px;
        grid-template-areas:
    " . blog-content-2 blog-content-all"
    " blog-content-1 blog-content-3 blog-content-4";
        padding: 0;
    }

    .blogs-div, .questions-div{
        padding: 20px;
    }
    .questions-div{
        margin-bottom: 40px;
        margin-top: 10px;
    }
    .question-item {
        margin: 10px 0;
    }
    .questions-header {
        margin-bottom: 20px;
    }
    .question-item.active > .question-div > div > div.question-text-not-visible.body-text-small {
        margin-bottom: 15px;
        margin-top: 6px;
    }
}

@media (max-width: 490px) {
    .blogs-header-text {
        position: initial;
        margin-bottom: 15px;
    }
    .blogs-div, .questions-div{
        padding: 15px;
    }
    .blog-content-div {
        display: grid;
        grid-template-columns:1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        gap: 10px;
        grid-auto-flow: row;
        grid-template-areas:
    "blog-content-1 blog-content-2 "
    "blog-content-3 blog-content-4"
    "blog-content-5 blog-content-all";
    }

    .blog-div.mobile {
        display: block;
    }

    .blog-div a {
        max-height: 164px;
        padding: 8px;

    }

    .blogs-div {
        display: block;
    }


    .blog-arrow {
        height: 35px;
    }

    stroke: #0009ff;
}

/*blogs*/
/*catalog*/



.catalog-button:hover {
    color: #fff;
    text-decoration: none;
}

.good-text {
    text-transform: initial;
}

.good-text .body-text {
    color: #17293C;
}




.good-img {
    padding: 25px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 350px;
}

.good-img img {
    max-width: 100%;
    height: 250px;
    object-fit: cover;
}
.good-img{
    height: 270px;
}
.compare-good-content .good-img img {
    height: 160px;
}
.compare-good-content .good-img{
    height: 160px;
}
.compare-good-content .good-text{
    min-height: 175px;
    margin-top: 15px;
}
.compare-good-content .good-footer{
    height: 60px;
}
@media (max-width:  1536px) {
    .good-img img {
        height: 200px;
    }.good-img {
        height: 220px;
    }
}
@media (max-width:  1200px) {
    .good-img img {
        height: 140px;
    }
    .good-img {
        height: 160px;
    }
    .compare-good-content .good-img img {
        height: 120px;
    }
    .compare-good-content .good-img {
        height: 120px;
    }
}
@media (max-width:  650px) {
    .good-img img {
        height: 100px;
    }
    .good-img {
        height: 120px;
    }
    .compare-good-content .good-img img {
        height: 100px;
    }
    .compare-good-content .good-img {
        height: 100px;
    }
}
.good-header {
    display: flex;
    justify-content: space-between;
}

.good-header-text .body-text {
    color: #7D8592;
}
.compare-icon{
    margin-right: 15px;
}
.favorite-icon, .compare-icon, .add-to-cart-icon {
    transition: all .5s;
}

.favorite-icon:hover, .favorite-icon.active-like-button {
    fill: #D60000;
}

.compare-icon:hover, .compare-icon.in-compare {
    stroke: #0009ff;
}

.add-to-cart-icon:hover {
    stroke: #010ecf;
}

.good-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.good-price .text-caption {
    position: relative;
    top: -8px;
    color: #17293c;
}

.good-body {
    margin-bottom: 25px;
}

.catalogs-header-text {
    color: #17293C;
}

@media (max-width: 600px) {
    .catalog-button {
        height: 60px;
    }
}

/*catalog*/
/*catalog page*/
.catalog-goods-div {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}

.catalog-container{
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-gap: 20px;

}
.catalog-head-container{
    display: flex;
}
.catalog-page-wrapper {
    padding: 30px;
}

.filter-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all .5s;
    text-decoration: none !important;
    margin: 20px 0;
    text-transform: initial;
}

.filter-head svg {
    transition: all .5s;

}

.collapsed svg {
    transform: rotate(180deg);
}

.catalog-filter-button {
    padding: 10px 20px;
    border-radius: 1000px;
    background: #F2F3F5;
    transition: all .5s;
    margin-right: 8px;
    margin-bottom: 8px;
}

.catalog-filter-button.filter-active {
    background: #0009FF;
    color: #fff;
}
@media (pointer: fine) {
    .catalog-filter-button:hover {
        background: #0009FF;
        color: #fff;
    }
}
ul.filter {
    display: flex;
    flex-wrap: wrap;
}

.main-filer-div, .sort-div {
    padding: 15px;
    background: #FFFFFF;
    margin-bottom: 20px;
}

/*price selector*/
/* Import Google Font - Poppins */

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

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

.field input {
    width: 100%;
    height: 50px;
    outline: none;
    font-size: 19px;
    padding: 15px;
    border: none;
    -moz-appearance: textfield;
    background: #EAEAEF;
    margin: 5px;
}

input.input-max {
    margin-right: 0;
}

input.input-min {
    margin-left: 0;
}

input.input-max::placeholder, input.input-min::placeholder {
    color: #7D8592;
}

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

.price-input .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}

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

.slider .progress {
    height: 3px;
    left: 0%;
    right: 0%;
    position: absolute;
    border-radius: 5px;
    background: #0009ff;
}

.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: 26px;
    width: 26px;
    border-radius: 50%;
    background: #0009ff;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type="range"]::-moz-range-thumb {
    height: 26px;
    width: 26px;
    border: none;
    border-radius: 50%;
    background: #0009ff;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.price-range-data {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    font-weight: 500;
}

.text-semi-bold {
    font-weight: 500;
}

.input-icon {
    position: relative;
    right: 15px;
    margin-left: -10px;
}

.prices-submit {
    height: 50px;
    margin-left: 10px;
}

/*price selector*/
.shares-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}

/*iphone like switch*/
input[type="checkbox"].shares-checkbox {
    position: absolute;
    margin: 8px 0 0 16px;
}

input[type="checkbox"].shares-checkbox + label {
    position: relative;
    padding: 30px 0 0 50px;
    line-height: 2.0em;
}

input[type="checkbox"].shares-checkbox + label:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 48px; /* x*5 */
    height: 28px; /* x*3 */
    border-radius: 16px; /* x*2 */
    /*background: #fff;*/
    background: #eaeaef;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

input[type="checkbox"].shares-checkbox + label:after {
    content: "";
    position: absolute;
    display: block;
    left: 4px;
    top: 4px;
    width: 20px;
    height: 20px;
    border-radius: 16px; /* x*2 */
    background: #0009ff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

input[type="checkbox"].shares-checkbox + label:hover:after {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

input[type="checkbox"].shares-checkbox:checked + label:after {
    margin-left: 19px;
    background: #fff;
    border: none;
}

input[type="checkbox"].shares-checkbox:checked + label:before {
    background: #0009ff;
}

/*iphone like switch*/
.kill-filters {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;

}

.kill-filters a {
    color: #7D8592;
    text-decoration: none;
    text-transform: initial;
}

.kill-filter-big-text {
    color: #17293C;
    font-family: 'Unbounded', sans-serif;
    line-height: 90%;
    font-size: 24px;
    font-weight: 600;
    text-transform: initial;
}

.sort-div {
    text-transform: initial;
}

.sort-bottom, .sort-bottom-mobile {
    max-height: 0px;
    transition: all .5s;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.sort-div.active .sort-bottom, .sort-bottom-mobile.active {
    max-height: 500px;
    padding-top: 20px;
}

.sort-top svg {
    transition: all .5s;
}

.sort-div.active .sort-top svg {
    transform: rotate(180deg);
}

.sort-bottom a.body-text, .sort-bottom-mobile a.body-text {
    color: #17293C;
    padding-bottom: 10px;
}

ul.filter {
    padding: 0;
}

.active-filters {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.catalog-active-filters {
    background: #0009FF;
    color: #fff;
    padding: 10px 20px;
    border-radius: 1000px;
    transition: all .5s;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.white-active-catalog {
    background: #fff;
    /*background: #eaeaef;*/
    color: #7D8592;
}

.accept-filters .standard-button {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    margin-bottom: 10px;
    text-decoration: none !important;
    color: #fff !important;
    cursor: pointer;

}

.clear-filters .standard-button {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    margin-bottom: 10px;
    text-decoration: none !important;
    color: #17293C !important;
    background: #fff !important;
    border: 1px solid #fff;
    /*border: 1px solid #7D8592;*/
    cursor: pointer;
}

.breadcrumb-text a {
    color: #7D8592 !important;
}

.breadcrumb_new {
    list-style: none;
    padding: 20px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.breadcrumbs{
    min-width: calc(25% - 5px);
    flex-shrink: 0;
}
.new_pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding-top: 40px;
}

.text-second.pagination-text {
    color: #17293C;
    padding: 5px 10px;
}

.text-second.pagination-text:hover, .text-second.pagination-text.active {
    color: #0009FF;
}

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

.mobile-filters-buttons {
    display: none;
}

.catalog-section {
    padding: 0 40px;
}
@media (max-width: 1536px) {
    .catalog-page-wrapper {
        padding: 20px;
    }
    .catalog-goods-div {
        grid-gap: 15px;
    }
    .catalog-container {
        grid-gap: 15px;
    }
}
@media (min-width: 1000px) {
    .new-filter-active-div {
        display: flex;
        flex-wrap: wrap;
    }
}

@media (max-width: 1000px) {
    .compare-icon{
        margin-right: 5px;
    }
    .catalog-section {
        padding: 0 20px;
    }

    .active-filters {
        white-space: nowrap;
        overflow-x: scroll;
    }

    .active-filters::-webkit-scrollbar {
        display: none;
    }

    .catalog-container{
        display: grid;
        grid-template-columns: 1fr 2fr;
        grid-gap: 15px;

    }

    .catalog-goods-div {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 15px;
    }

    .catalog-page-wrapper {
        padding: 20px;
    }
}

@media (max-width: 868px) and (min-width: 650px) {
    .kill-filters {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column-reverse;
    }
    .kill-filters a {
        margin-bottom: 15px;

    }
}
@media (max-width: 768px) {

    .catalog-page-wrapper {
        padding: 15px;
    }

    .catalog-goods-div {
        grid-gap: 15px;
    }

    .catalog-container, .catalog-head-container {
        grid-gap: 15px;

    }

}

.filters-button-open, .sort-mobile {
    display: none;
}

@media (max-width: 650px) {

    .catalog-section {
        padding: 0;
    }

    .catalog-page-wrapper {
        padding: 15px;
    }

    .catalog-goods-div {
        grid-gap: 10px;

    }
    .active-filters {
        margin-left: 0px;
    }
    .catalog-container, .catalog-head-container {
        grid-gap: 10px;

    }

    .filters-div {
        /*display: none;*/
    }

    .catalog-container, .catalog-head-container {
        display: block;
    }

    .breadcrumbs {
        display: none;
    }

    .new-filter-active-div {
        display: flex;
        align-items: center;
    }

    .mobile-filters-buttons {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
    }

    .filters-button-filters .unbounded {
        font-size: 14px;
        font-weight: 600;
        text-transform: initial;
        line-height: 90%;
    }

    .filters-button-filters {
        display: flex;
        align-items: center;
    }

    .filters-count.noto-sans {
        font-size: 10px;
        font-weight: 600;
        line-height: 75%;
        margin-left: 5px;
        background: #0009ff;
        color: #fff;
        border-radius: 100%;
        height: 16px;
        width: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sort-button {
        width: 40px;
        height: 40px;
        transition: all .5s;
        background: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .filters-button {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #fff;
        padding: 8px;
        width: 100%;
        margin-right: 10px;
        height: 40px;
    }

    .clear-mobile {
        display: flex;
        align-items: center;
        cursor: pointer;
        color: #7D8592;
    }

    .filters-div {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2;
        overflow: scroll;
        background: #f2f3f5;

        /* Початковий стан: приховуємо блок за лівим краєм екрану */
        transform: translateX(-100%);

        /* Додаємо перехід для плавної анімації */
        /* Цей transition буде застосовуватися як при появі, так і при зникненні */
        transition: transform 0.5s ease-out, opacity 0.5s ease-out, visibility 0s linear 0.5s;
        /* transition: властивість тривалість функція-часу затримка */
        /* visibility: 0s linear 0.5s - приховуємо миттєво після закінчення анімації при закритті */

        /* Ви можете додати внутрішні стилі для контенту меню тут, якщо потрібно */
        box-sizing: border-box; /* Важливо для padding, щоб не вилазив за межі 100% ширини/висоти */
    }

    /* Стилі для вашого блоку, коли йому додається клас 'active-filters-mobile' */
    .filters-div.active-filters-mobile {
        transform: translateX(0); /* Переміщуємо блок на його початкове місце */
        /* При відкритті visibility: visible; застосовуємо миттєво, щоб вміст був доступний */
        transition: transform 0.5s ease-out, opacity 0.5s ease-out, visibility 0s linear 0s;
        margin-top: 50px;
    }

    .sort-div {
        display: none;
    }

    .main-filer-div, .sort-div, .filters-buttons {
        margin: 15px;
    }

    .kill-filters {
        display: none;
    }

    .filters-button-open {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #fff;
        padding: 15px;
        margin: 15px;
    }

    .sort-mobile {
        display: block;
    }

    .sort-bottom-mobile {
        background: #fff;
    }

    .sort-bottom-mobile.active {
        padding: 20px 10px 10px;
    }

    .catalog-goods-div {
        padding: 0 15px;
    }

    .sort-button {
        transition: all .5s;
    }

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

    .sort-button.active svg path {
        fill: #0009ff;
    }

    .good-div {
        padding: 15px;
    }

    .active-filters {
        padding-left: 15px;
    }
}

/*catalog page*/
/*good page*/
.good-img-good-big {
    background: #ffffff;
    margin-bottom: 30px;
}

.description-big {
    border-top: 1px solid #7D8592;
    padding: 20px 0;
}

.description-big.active {
    border-color: #0009FF;
}

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

.description-bottom {
    max-height: 0;
    overflow: hidden;
    transition: all .5s;
}

.description-big.active .description-bottom {
    max-height: 600px;
    margin-top: 30px;

}

.head-button svg path {
    transition: all .5s;
}

.description-big.active .description-head .head-text {
    color: #0009ff;
}

.description-big.active .description-head .head-button svg path {
    stroke: #0009FF;
}

.description-big.active .description-head .head-button svg path:nth-child(1) {
    rotate: 90deg;
    transform-origin: 50% 50%;
}

tr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 0;
    border-bottom: 1px solid #dfdfdf;
    margin-top: 16px;
}

td:nth-child(odd) {
    color: #7D8592;
}

td:nth-child(even) {
    color: #17293C;
}

.new-description-table {
    width: 100%;
}

.good-section {
    padding: 20px 40px;
}
.good-section .questions-div {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.breadcrumb_new.good {
    background: #ffffff;
}

.good-info-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.good-id .body-text {
    color: #7D8592;
}

.good-name span {
    font-size: 45px;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -2px;
    color: #17293C;
    padding-bottom: 30px;
    display: block;
}

.good-buy-button a {
    color: #FFFFFF !important;
    text-decoration: none !important;
    width: 100%;
    height: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.good-buy-button,
.good-conf-button,
.good-photo-button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    margin: 10px 0;
    cursor: pointer;
}

.good-conf-button,
.good-photo-button {
    background: #ffffff;
}

.good-conf-button a,
.good-photo-button a {
    color: #0009FF !important;
}

.good-short-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.good-img-good {
    background: #ffffff;
    padding-top: 90px;
}

.big-img-lightbox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.good-info-container {
    margin-top: 20px;
}

.good-id .body-text {
    margin-bottom: 10px;
}

.small-img-div {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 10px;
    margin: 10px;
}

.small-img {
    height: 100%;
    width: auto;
    max-height: 55px;
}

.small-img-border {
    padding: 5px;
    cursor: pointer;
    transition: all .5s;
    border: 1px solid #fff;

}

.small-img-border.active {
    border: 1px solid #0009FF;
    border-radius: 4px;
}

#big-img {
    max-height: 450px;
    width: auto;
    max-width: 100%;
    transition: all .5s;
}

.big-img-div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.same-goods-container {
    margin: 65px 0;
}

.common-h2.good {
    margin-bottom: 40px;
}

.questions-div.good {
    padding: 0;
}

.good-description {
    border-bottom: 1px solid #7D8592;
}

.good-round-btn {
    display: flex;
    width: 86px;
    height: 86px;
    background: #fff;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.good-user-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.good-price-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.compare-btn.good:hover svg path,.compare-btn.good.active svg path {
    stroke: #0009ff;
}

.like-btn.good:hover svg path,.like-btn.good.active-like-button svg path {
    fill: #D60000;
}

.unhidden-tab {
    display: none;
}

.price-text.good {
    font-size: 50px;
}

.show-mobile {
    display: none;
}

.breadcrumbs.good {
    display: block;
}

.mobile-only {
    display: none;
}

.description-head .text-second {
    text-transform: initial;
}

@media (max-width: 1538px) {
    .good-name span {
        font-size: 32px;
    }
}

@media (min-width: 1300px) {

    .desc-invisible {
        display: none;
    }
}

@media (max-width: 1000px) {
    .hidden-tab {
        display: none;
    }

    .good-name span {
        font-size: 24px;
    }

    .good-section {
        padding: 20px;
    }

    .good-info-container {
        display: block;
    }

    .unhidden-tab {
        display: block;
    }

    .good-img-good {
        padding-top: 20px;
        margin-bottom: 20px;
    }

    .price-text.good {
        font-size: 45px;
    }

    .head-button svg {
        height: 28px;
        width: 28px;
    }

}

@media (max-width: 490px) {

    .price-text.good {
        font-size: 35px;
    }

    .good-short-buttons {
        display: block;
        gap: 0;
    }

    .good-user-buttons {
        display: none;
    }

    .text-third.good {
        font-size: 18px;
        text-decoration: line-through;
    }

    .text-caption.good {
        font-size: 13px;
    }

    .hidden-tab.good-id {
        display: block;
    }

    .hidden-tab.good-id .good {
        display: flex;
        align-content: center;
        justify-content: space-between;
    }

    .show-mobile {
        display: block;
    }

    .good-id.unhidden-tab {
        display: none;
    }

    .mobile-only .good-round-btn {
        width: 40px;
        height: 40px;
        background: #eaeaef;
        margin-bottom: 10px;
    }

    .mobile-only {
        margin-bottom: -100px;
        position: relative;
        z-index: 2;
        display: flex;
        align-items: self-end;
        justify-content: flex-end;
        flex-direction: column;
    }

    .good-name.unhidden-tab, .good-mobil-wrapper {
        background: #ffffff;
        padding: 10px 20px;
        margin-bottom: 0;
    }

    .good-img-good {
        padding: 20px 10px;
        margin-bottom: 0;
    }
}

/*good page*/
/*conf page*/
.ajax label {
    text-transform: initial;
    font-size: 22px;
    font-weight: 400;
    line-height: 110%;
    font-family: "Noto Sans", sans-serif;
    margin-bottom: 10px;
    margin-top: 10px;
}
.ajax select {
    text-transform: initial;
    max-width: 100% !important;
}



/*conf page*/
/*cart page*/
.cart-header-text {
    color: #0009FF;
}

.cart-container {
    border-top: 1px solid #DEDEDE;
    margin: 40px;
}

.cart-head-text {
    border-bottom: 1px solid #DEDEDE;
    margin: 0 20px 0px 35px
}

.cart-body {
    border-right: 1px solid #DEDEDE;
    padding-right: 35px;
}

.cart-obj {
    border-bottom: 1px solid #DEDEDE;
}

.cart-header-text {
    padding: 0 40px;
}

.cart-info {
    border: 1px solid #DEDEDE;
}

.cart-head-text, .cart-form {
    padding-top: 50px;
    padding-bottom: 20px;
}

.cart-count-square {
    color: #0009FF;
    font-weight: 400;
}

.cart-small-input,.vid .selectize-input, .ajax select{
    color: #17293C;
    border: 1px solid #7D8592 !important;
    height: 60px;
    padding: 10px !important;
    background: none;
    width: 100%;
    font-weight: 500;
}
.vid .selectize-input,.vid .item,#city-selectized, .ajax select {
    display: flex;
    align-items: center;
}
.selectize-control.single .selectize-input:after {
    display: none !important;
}

#vidillochek,#delivery-type,#city-selectized, .ajax select {
    /* Hides native arrow */
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    text-overflow: '' !important;

    /* Your custom SVG as a background image */
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='10' viewBox='0 0 18 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7.58579 7.58579C8.36684 8.36684 9.63317 8.36684 10.4142 7.58579L17 1' stroke='%2317293C' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E")!important;
    background-repeat: no-repeat!important;
    background-position: right 10px center!important; /* Position the arrow */
    background-size: 18px 10px!important; /* Set the size of your SVG */

    /* Add padding to prevent text from overlapping the new arrow */
    padding-right: 30px!important;

    /* Other styles for your select */
    cursor: pointer!important;
    width: 100% !important;
}
#city-selectized{
    padding: 0 !important;
}
select, input{
    -webkit-appearance: none !important;
}
.city-input .selectize-input, .city-input .selectize-control{
    padding-right: 0 !important;

}
.vid .selectize-input #vidil-selectized{
    width: 100% !important;
    color: #7D8592;
}
.cart-inputs-div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.hb-colour-options {
    width: 35px
}

div.hb-colour-options input[type="radio"] {
    position: absolute;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -o-opacity: 0;
}

div.hb-colour-options input[type="radio"] + label {
    position: relative;
    float: left;
    width: 25px;
    height: 25px;
    margin: 0 8px 8px 0;
    text-indent: -9999px;
}

div.hb-colour-options input[type="radio"] + label:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 25px;
    width: 25px;
    background: #e4e4e4;
    border: 2px solid #fff;
    transition: all 0.5s ease;
    border: 1px solid #17293c;
}
div.hb-colour-options input[type="radio"] + label.disabled:before{
    border: 1px solid #cccccc;
}
div.hb-colour-options input[type="radio"] + label:before {
    background: none;
}


div.hb-colour-options input[type="radio"]:checked + label:after {
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    top: 0;
    left: 3px;
    content: '\f00c';
    font-size: 20px;
    color: #0009FF;
    z-index: 99;
    text-indent: 0;
    margin: 0;

}

div.hb-colour-options input[type="radio"]:checked + label:before {
    border: 2px solid #0009FF;
}

.delivery-options {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.delivery-left-div {
    display: flex;
}

.mt-3 {
    margin-top: 3px;
}

.selectize-input {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    padding-left: 0 !important;
}

.city-div {
    display: grid;
    gap: 20px;
}

.payment-method {
    margin-top: 20px;
}

/*cart-buttons*/

.quantity {
    display: flex;
    border: 1px solid #0009ff;
    border-radius: 25px;
    overflow: hidden;
}

.quantity button {
    background-color: #eaeaef;
    color: #fff;
    border: none;
    cursor: pointer;
    width: 50px;
    height: auto;
    text-align: center;
    transition: background-color 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.quantity button:hover {
    background-color: #0009ff;
}

.quantity button:hover svg path {
    stroke: #fff;
}

.input-box {
    width: 55px;
    height: 42px;
    text-align: center;
    border: none;
    background: #eaeaef;
    outline: none;
    color: #17293C;
}

/* Hide the number input spin buttons */
.input-box::-webkit-inner-spin-button,
.input-box::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input-box[type="number"] {
    -moz-appearance: textfield;
}

/*cart buttons*/

.cart-obj {
    margin: 20px;
    padding-bottom: 20px;
}
.d-flex {
    display: flex;
}
.cart-name-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.good-cart-info-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 15px;
}

.good-cart-info {
    width: 100%;
}

.cart-name a {
    color: #17293C;
}

.cart-name a:hover, .cart-name a:focus {
    color: #17293C;
}

.good-cart-info-top-right span {
    white-space: nowrap;
}

.delete-cart {
    color: #17293C;
    border-bottom: 1px solid #17293C;
    text-decoration: none !important;
}

.good-cart-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/*.owl-carousel .owl-item img{*/
/*    max-height: 200px;*/
/*    !*width: auto !important;*!*/
/*    !*margin: auto;*!*/
/*}*/

.promo-div {
    display: flex;
    padding: 35px 0 35px 35px;
}

.promo-input {
    width: 100%;
    border-radius: 0;
    border: 1px solid #7D8592;
    height: 60px;
    color: #7D8592;
    padding-left: 15px;
    background: #eaeaef;
}

.promo-btn {
    background: #7D8592;
    height: 60px;
    color: #fff;
    border: none;
}

.price-div-cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.cart-container {
    display: flex;
}

.cart-body, .cart-goods {
    width: 50%;
}

.cart-head-text {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

#del_items_all {
    margin-bottom: 10px;
    display: block;
    cursor: pointer;
}

.cart-img {
    max-height: 190px;
    object-fit: cover;
    width: 200px;
    object-position: center;
}

.id-text {
    margin-top: 10px;
    display: block;
}

.cart-img-div {
    padding: 0 15px;
}
.good-cart-info-bottom {
    margin-left: 15px;
}
@media (max-width: 1536px) {
    .input-box {
        width: 33px;
    }

}
@media (max-width: 1350px) {
    .cart-body {
        width: 35%;
    }

    .cart-goods {
        width: 65%;

    }

    .cart-container {
        padding: 20px;
    }

    .cart-header-text {
        padding: 0 20px;
    }

    .cart-obj {
        margin: 10px 0;
    }

    .owl-div {
        width: 260px;
        padding: 0 15px;
    }

    .cart-img {
        max-height: 150px;
        width: 200px;
    }
}

@media (max-width: 1000px) {
    .cart-container {
        margin: 5px;
    }

    .promo-div {
        padding-left: 0;
    }

    .cart-container {
        flex-direction: column-reverse;
    }

    .cart-body, .cart-goods {
        width: 100%;
    }

    .owl-div {
        width: 230px;
        padding: 0 15px;
    }

    .cart-img {
        max-height: 150px;
        width: 200px;
    }

    .input-box {
        width: 33px;
    }

    .cart-head-text, .cart-form {
        padding-top: 25px;
    }

    .cart-head-text, .cart-form {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .cart-div, .cart-body {
        padding-right: 0px;
    }
}

@media (max-width: 580px) {
    .good-cart-info-bottom {
        margin-left: 0px;
    }
    .left-text .body-text {
        font-size: 16px;
    }
    .cart-inputs-div {
        grid-template-columns: 1fr;
        gap:12px;
    }
    .cart-container {
        margin: 0;
    }

    .cart-head-text, .cart-form {
        padding-top: 15px;
    }

    .id-text {
        margin-top: 4px;
    }

    .owl-div {
        padding: 0;
    }

    .cart-img {
        width: 120px;
    }

    .cart-container {
        padding: 15px;
    }

    .cart-header-text {
        padding: 0 10px;
    }

    .cart-name-price {
        display: block;
    }

    .good-cart-info-top-right {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .input-box {
        height: 40px;
        width: 15px;
    }

    .cart-img-div {
        padding: 0;
    }

    .cart-head-text {
        margin: 0 0px 0px 0px;
    }

    .cart-head-text, .cart-form {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .common-h3.cart-h3 {
        margin: 0;
        margin-bottom: 10px;
    }
    .good-img-good-big {
        margin-bottom: 0px;
    }
}

@media (max-width: 480px) {
    .input-box {
        height: 40px;
        width: 35px;
    }
}
}
@media (max-width: 380px) {
    .cart-h3 {
        font-size: 18px;
    }

    #del_items_all, #del_item {
        font-size: 12px;
    }

    #del_item svg {
        height: 10px;
    }

    .quantity button {
        width: 40px;
    }
}

/*cart page*/
/*thanks page*/
.container-thanks {
    max-width: 90%;
    margin: auto;
}

/*thanks page*/
/*compare page*/
.compare-cat-content {
    display: flex;
    overflow-x: auto;
    padding: 30px 0;
    cursor: pointer;
}

.compare-img-div img {
    max-height: 150px;
    margin: 0 10px;
}

.compare-cat {
    padding: 30px 20px;
    background: #fff;
    margin: 15px;
}

.compare-cat-name {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.delete-compare-cat {
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 20;
    transition: all .5s;
}

.delete-compare-cat:hover {
    background: #0009ff;
}

.delete-compare-cat:hover svg path {
    stroke: #fff;
}

.compare-cat-name .name {
    color: #0009ff;
    text-decoration: none !important;
}

.good-conf-outer-div {
    width: 20%;
    flex-shrink: 0;
}

.compare-goods-div {
    display: flex;
    overflow-x: auto;
}

.plus-content {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.add-compare-good {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.comp-buttons {
    cursor: pointer;
}

.comp-buttons:hover, .comp-buttons.active {
    color: #0009ff;
}

.first-comp-dif, .last-comp-dif {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.good-prop {
    padding: 10px 20px;
    display: flex;
    align-items: center;
}

/*.good-prop:nth-child(odd){*/
/*    background: #fff;*/
/*}*/
.odd {
    background: #fff;

}

.compare-good-content {
    margin-bottom: 20px;
    border: 10px solid #eaeaef;

}

.blue-bold {
    color: #0009ff;
    font-weight: 700;
}

.good-prop {
    height: 60px;
    display: flex;
    align-items: center;
}

.compare-cats-div, .same-goods-container.conf {
    padding: 20px 45px;
}

@media (max-width: 1536px) {
    .good-conf-outer-div {
        width: 24%;
    }

    .compare-good-content {
        border: 5px solid #eaeaef;
    }
}

@media (max-width: 930px) {
    .good-conf-outer-div {
        width: 34%;
    }

    .compare-cats-div, .same-goods-container.conf {
        padding: 10px 20px;
    }

    .compare-good-content {
        border: 7px solid #eaeaef;
    }
}

@media (max-width: 540px) {
    .good-conf-outer-div {
        width: 55%;
    }

    .first-comp-dif {
        width: 45%;
    }

    .compare-cats-div, .same-goods-container.conf {
        padding: 10px 10px;
    }

    .compare-good-content {
        border: 4px solid #eaeaef;
    }
}

/*compare page*/
/*cart ajax*/
/* Основні стилі для бічної панелі (без змін) */
.sidebar {
    height: 100%;
    position: fixed;
    z-index: 1001; /* Змінюємо z-index, щоб він був над оверлеєм */
    top: 0;
    right: -100%;
    background-color: #fff;
    transition: right 0.5s ease-in-out;
}

/* Стилі, що активуються, коли додається клас "active" */
.sidebar.active {
    right: 0;
}

/* Нові стилі для оверлею */
.overlay {
    position: fixed; /* Фіксована позиція */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.30); /* Напівпрозорий чорний колір */
    z-index: 1000; /* Розміщуємо під бічною панеллю */
    opacity: 0; /* Спочатку робимо прозорим */
    visibility: hidden; /* Спочатку приховуємо */
    transition: opacity 0.5s ease-in-out; /* Плавний перехід */
}

/* Стилі, що активуються, коли додається клас "active" */
.overlay.active {
    opacity: 1; /* Робимо видимим */
    visibility: visible;
}

#toggleButton {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 10px 15px;
    font-size: 16px;
    cursor: pointer;
    z-index: 1002; /* Щоб кнопка була над усім */
}

.cart-goods-ajax .cart-head-text {
    color: #0009ff;
    padding-top: 40px;
    margin-top: 0;
    align-items: center;
}

.ajax-cart-count {
    font-weight: 400;
    font-size: 45px;
    margin-top: 0;
    position: relative;
    right: 15px;
    bottom: 55px;
}

.quantity.ajax .minus, .quantity.ajax .plus, .quantity.ajax .input-box {
    background: #fff !important;
}

.cart-goods-ajax .cart-name-price {
    align-items: flex-start;
}

.cart-goods-ajax .cart-name, .conf-name-price-div p.body-text {
    max-width: 500px;
}

.close-cart-button {
    cursor: pointer;
}

.cart-goods-ajax .cart-div {
    height: calc(100vh - 380px);
    overflow-y: scroll;
}

.cart-goods-ajax .price-div-cart .body-text {
    color: #17293C;
}

.conf-name-price-div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.button-div-cart {
    padding: 0 20px;
}

.no-scroll {
    overflow: hidden;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #0009ff !important;
}

.owl-theme .owl-dots .owl-dot span {
    background: #DEDEDE !important;
}

.conf-name-price-div .price-text {
    flex-shrink: 0;
    padding-left: 10px;
}

@media (max-width: 1536px) {
    .cart-goods-ajax .cart-name, .conf-name-price-div p.body-text {
        max-width: 450px;
    }

    .cart-goods-ajax .cart-head-text {
        padding-top: 20px;
    }

    .cart-goods-ajax .cart-div {
        height: calc(100vh - 360px);
    }

    .ajax-cart-count {
        right: 15px;
        bottom: 35px;
    }
}

@media (max-width: 1536px) {
    .cart-div {
        padding-right: 15px;
    }
}

@media (max-width: 775px) {
    .cart-head-text {
        padding:0 15px;
    }

    .sidebar {
        left: 200%;
    }

    .sidebar.active {
        left: 0;
    }

    .ajax-cart-count {
        font-size: 32px;
        right: 10px;
        bottom: 25px;
    }

    .cart-goods-ajax .cart-div {
        height: calc(100vh - 265px);
    }

    .cart-goods-ajax .catalog-button {
        height: 56px;
    }
    .cart-goods-ajax .cart-head-text {
        padding-top: 5px;
    }
}

@media (max-width: 490px) {
    .cart-goods-ajax .cart-div {
        height: calc(100vh - 220px);
    }
    .button-div-cart {
        padding: 0 15px;
    }
    .cart-img{
        margin-right: 10px;
    }
    .cart-div {
        padding-right: 15px;
        padding-left: 15px;
    }
    .cart-img-div.conf .cart-img {
        width: 100%;
    }

    .cart-obj.conf {
        display: block;
    }

    .ajax-cart-count {
        font-size: 20px;
        right: 5px;
        bottom: 19px;
    }

    .cart-obj.conf {
        padding-left: 10px;
    }

}

/*cart ajax*/
/*contacts*/
.contacts-h1 {
    color: #0009ff;
    margin-bottom: 100px;

}

.contact-map {
    height: 616px;
    padding-top: 60px;
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.contacts-info {
    padding: 20px 40px;
}

.contact .common-h3 {
    text-transform: uppercase;
}

@media (max-width: 1536px) {

}

@media (max-width: 1000px) {
    .contact-content {
        grid-template-columns: 1fr 1fr;
    }

    .contacts-info {
        padding: 20px;
    }
}

@media (max-width: 450px) {
    .contact-map {
        height: 345px;
    }

    .contacts-h1 {
        text-align: center;
    }

    .contacts-info {
        padding: 15px;
    }

    .contact-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

/*contacts*/
/*about-us*/
.about-delimiter-text {
    color: #2C33FF;
    padding-top: 140px;
}

.blue-about {
    color: #2C33FF;
}

.about-main-div {
    padding: 130px 40px;
    padding-top: 20px;
}

.about-grid-div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.about-text-big {
    font-family: 'Unbounded', sans-serif;
    font-size: 50px;
    letter-spacing: -2px;
    line-height: 110%;
    font-weight: 600;
    margin: 30px 0;
}

.advantages-div {
    font-family: 'Unbounded', sans-serif;
    font-size: 28px;
    letter-spacing: -0.5px;
    line-height: 110%;
    height: 300px;
    color: #17293C;
    background-size: contain;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #E7E9F6;
    position: relative;
}

.blue-advantage.advantages-div {
    color: #fff;
    background: #2C33FF;
}

.advantages-div:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 40px solid #f2f3f5;
    border-left: 40px solid transparent;
    width: 0;
}

.about-advantages-div {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px
}

.advantage-text {
    padding: 20px 70px 20px 20px;
}

.advantage-squares {
    padding: 20px;
    display: grid;
    grid-template-columns: 20px 20px;
    gap: 2px;
}

.advantage-square {
    height: 20px;
    width: 20px;
}

.white-square {
    background-color: #fff;
}

.blue-square {
    background-color: #2C33FF;
}

.padding-top-0 {
    padding-top: 0 !important;
}

.margin-vertical-30 {
    margin: 30px 0;
}

.margin-vertical-20 {
    margin: 20px 0;
}

.margin-0 {
    margin: 0;
}

.about-big-blue-about-text {
    font-size: 45px;
    line-height: 110%;
    letter-spacing: -2px;
}

.about-h1-bottom {
    height: 180px;
}

.about-small-text {
    margin-bottom: 20px;
    width: 50%;
}

.about-padding-top {
    padding-top: 120px;
}

.hidden-tab {
    display: block;
}

.hidden-laptope {
    display: none;
}

.width-50 {
    max-width: 380px;
}

@media (max-width: 1536px) {
    .about-main-div {
        padding: 120px 40px;
        padding-top: 10px;

    }

    .advantage-squares {
        padding: 20px;
        display: grid;
        grid-template-columns: 16px 16px;
        gap: 2px;
    }

    .advantage-square {
        height: 16px;
        width: 16px;
    }

    .about-text-big {
        font-size: 40px;
    }

    .advantages-div {
        font-size: 22px;
    }

    .about-h1-bottom {
        font-size: 142px;
        height: 142px;
    }

    .about-padding-top {
        padding-top: 90px;
    }

    .about-big-blue-about-text {
        font-size: 35px;
    }
}

@media (max-width: 900px) {
    .about-text-big {
        font-size: 24px;
        letter-spacing: -1px;
    }

    .about-grid-div {
        grid-template-columns: 1fr 2fr;
    }

    .about-main-div {
        padding: 80px 20px;
        padding-top: 10px;

    }

    .about-h1-bottom {
        font-size: 120px;
        height: 120px;
    }

    .about-advantages-div {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    .about-padding-top {
        padding-top: 80px;
    }

    .about-small-text {
        width: 75%;
    }

    .hidden-tab {
        display: none;
    }

    .hidden-laptope {
        display: block;
    }

    .about-big-blue-about-text {
        font-size: 26px;
    }

    .about-delimiter-text {
        padding-top: 80px;
    }
}

@media (max-width: 470px) {
    .about-padding-top {
        padding-top: 55px;
    }

    .advantage-squares {
        padding: 20px;
        display: grid;
        grid-template-columns: 20px 20px;
        gap: 2px;
    }

    .advantage-square {
        height: 20px;
        width: 20px;
    }

    .about-grid-div {
        display: block;
    }

    .about-advantages-div {
        grid-template-columns: 1fr;
    }

    .about-delimiter-text {
        padding-top: 60px;
        padding-bottom: 15px;
    }

    .about-small-text {
        width: 100%;
    }

    .about-h1-bottom {
        font-size: 100px;
        height: 100px;
    }

    .about-big-blue-about-text {
        font-size: 20px;
    }
}

/*about-us-head*/
.about-head-div {
    background: #2C33FF;
    padding: 65px 0;
}

.about-header-h1 {
    color: #fff;
    text-align: center;
    margin: 0 0 -15px;
}

.head-bottom-svg, .head-top-svg {
    padding: 0 100px;
}

.head-bottom-svg {
    padding-top: 45px;
}

.head-top-svg {
    padding-bottom: 65px;
}

.head-top-svg {
    text-align: right;
}

.head-text-about {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    height: 460px;
    flex-direction: column;
    justify-content: center;
}

.about-head-footer .body-text-small {
    color: #fff;
    max-width: 470px;
    padding-top: 60px;
    margin-left: 50%;
}

svg {
    max-width: 100%;
}

.visible-tablet {
    display: none;
}

.visible-mobile {
    display: none;
}

@media (min-width: 1800px) {
    .about-header-h1 {
        font-size: 170px;
    }
}

@media (min-width: 1536px) and (max-width: 1800px) {
    .about-header-h1 {
        font-size: 130px;
    }
}

@media (max-width: 1536px) {
    .head-text-about {
        height: 360px;
    }

    .head-top-svg {
        padding-bottom: 25px;
        padding-top: 15px;
    }

    .head-bottom-svg {
        padding-top: 50px;
    }

    .about-head-footer .body-text-small {
        max-width: 400px;
        padding-top: 20px;
    }

    .about-header-h1 {
        margin: 0 0 -5px;
    }
}

@media (max-width: 768px) {
    .about-header-h1 {
        margin: 0;
        height: 360px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .head-top-svg {
        padding: 0px 25px 0px 0px;
    }

    .head-bottom-svg {
        padding: 0px 0px 0px 25px;
    }

    .svg-line {
        display: none;
    }

    .hidden-tablet {
        display: none;
    }

    .visible-tablet {
        display: block;
    }

    .about-head-div {
        padding: 190px 0 130px;
    }

    .float-right {
        float: right;
    }

    .about-head-footer .body-text-small {
        max-width: 350px;
        padding-top: 100px;
        margin-left: 220px;
    }
}

@media (max-width: 480px) {
    .visible-mobile {
        display: block;
    }

    .head-top-svg {
        padding: 0px 15px 20px 0px;
    }

    .head-bottom-svg {
        padding: 0px 0px 0px 15px;
        position: relative;
        top: -20px;
    }

    .about-header-h1 {
        display: block;
        height: 305px;

    }

    .visible-tablet {
        display: none;
    }

    .about-head-footer .body-text-small {
        max-width: 100%;
        margin-left: 0px;
        padding: 75px 15px 15px;
    }

    .about-head-div {
        padding: 160px 0 70px;
    }

    .about-main-div {
        padding: 10px 15px 50px;
    }
}

/*about-us-head*/
/*about-us*/
/*blog*/
.blog-page-content-div {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.un-visible-blog {
    display: none;
}

.new.blog-arrow-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.new-blog.blog-div a {
    height: 335px;
}

.new-blog {
    border: 1px solid #0009FF;
}

.new-blog .blog-text-div .body-text {
    color: #0009FF;
}

.new svg {
    stroke: #2c33ff;
}

.blog .head-top-svg {
    padding: 0;
    position: relative;
    top: 110px;
}

.blog .head-text {
    height: auto;
}

.blog.about-head-div {
    padding-bottom: 145px;
    padding-top: 185px;
}

.blog-header-h1 {
    color: #fff;
    text-align: center;
    margin: 0 0 -15px;
}

#loadMoreButton {
    cursor: pointer;
}

@media (max-width: 1536px) {
    .blog.about-head-div {
        padding-bottom: 121px;
        padding-top: 150px;
    }

    .blog .head-top-svg {
        top: 84px;
    }

    .new-blog.blog-div a {
        height: 280px;
    }

    .blog-page-content-div {
        gap: 15px;
    }
}

@media (max-width: 1300px) {
    .blog .hidden-tablet {
        display: none;
    }

    .blog .visible-tablet {
        display: block;
    }
}

@media (max-width: 966px) {
    .blog.about-head-div {
        padding-bottom: 195px;
        padding-top: 210px;
    }

    .blog .head-top-svg {
        top: 43px;
        right: 60px;
    }

    .blog-page-content-div {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .new-blog.blog-div a {
        height: 128px;
    }

    .new-blog .blog-arrow {
        height: auto;
    }
}

@media (max-width: 700px) {
    .blog .head-top-svg {
        right: 0;
    }

    .blog .visible-mobile {
        display: block;
        float: right;
    }

    .blog .visible-tablet {
        display: none;
    }
}

@media (max-width: 600px) {
    .new-blog.blog-div a {
        height: 200px;
    }

    .blog-page-content-div {
        grid-template-columns: 1fr 1fr;
        gap: 10px;

    }

    .blogs-div {
        padding: 50px 15px;
    }
}

@media (max-width: 490px) {
    .blog .head-top-svg {
        top: 15px;
        right: 25px;
    }

    .blog.about-head-div {
        padding-bottom: 130px;
        padding-top: 140px;
    }

    .blog .blog-header-h1 {
        margin: 0;
    }
}

@media (max-width: 350px) {
    .blog .head-top-svg {
        right: 0;
    }
}

/*blog*/
/*blog-new*/
.blog-head-text {
    font-size: 45px;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -2px;
    color: #17293C;
    max-width: 890px;
    text-align: center;
}

.blog-head-text-div {
    display: flex;
    justify-content: center;
}

.blog-img img {
    width: auto;
    max-height: 700px;
    margin: auto;
}

.blog-img {
    display: flex;
    justify-content: center;
    width: 100%;
}

.section-blog {
    padding: 60px 40px;
}

.blog-content {
    width: 625px;
    color: #17293C;

}

.blog-content img {
    max-width: 100% !important;
    height: auto !important;
    margin: auto !important;
}

.blog-content-wrapper {
    display: flex;
    justify-content: center;
}

.blog-content h2, .blog-content h3 {
    margin-top: 40px;
}

@media (max-width: 1536px) {
    .blog-head-text {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .blog-head-text {
        max-width: 620px;
        padding: 0 20px;
    }

    .blog-head-text {
        font-size: 36px;
    }

    .section-blog {
        padding: 0;
    }

    .blog-img img {
        max-height: 335px;
    }

    .data-text {
        padding-right: 20px;

    }

    .blog-content h2, .blog-content h3 {
        margin-top: 30px;
    }

    .blog-content {
        max-width: 446px;
    }
}

@media (max-width: 490px) {
    .blog-head-text {
        padding: 0;
    }

    .blog-img img {
        max-height: 200px;
    }

    .blog-content {
        max-width: 100%;
    }

    .data-text {
        padding: 0;
        padding-bottom: 10px;
        display: block;
    }

    .blog-head-text {
        font-size: 20px;
        font-weight: 800;
    }

    .section-blog {
        padding: 40px 15px;
    }

    .blog-content h2, .blog-content h3 {
        margin-top: 20px;
    }
}

/*blog-new*/
/*user-cabinet*/

/*user-login*/
    .new-login{
        margin: 40px 40px 270px;
        border: 1px solid #7D8592;
    }
    .login-container{
        max-width: 980px;
        width: 100%;
        margin: auto;
        padding: 50px 10px 40px;
    }
    .login-container .body-text-small{
        color: #17293C;
        font-weight: 400;
    }
    .login-h2{
        margin-top: 0;
        margin-bottom: 15px;
        color: #17293C;
    }
    .top-login-small-text{
        margin-bottom: 25px;
    }
    .login-container .body-text-small a{
        font-weight: 700;
        color: #17293C;
    }
    label.body-text-small{
        font-weight: normal;
    }
    .new-input{
        height: 60px;
        padding:  20px 12px;
        border: 1px solid #7D8592;
        border-radius: 0;
        width: 100%;
        background: none;
        margin-bottom: 10px;
    }
    .login-container input:focus-visible, .login-container input:focus {
        border-radius: 0;
        outline: none;
        box-shadow: none;
    }
    .new-user-button{
        text-align: center;
        padding: 20px;
        height: 60px;
        width: 100%;
        background: #0009FF;
        color: #fff;
        border-radius: 0;
        border: none;
        transition: all .5s;
        margin-bottom: 20px;
    }
    .new-user-button:hover{
        background: #010ecf;
    }
    .new-checkbox{
        height: 20px;
        width: 20px;
    }

    .form-group-new {
        display: block;
        margin-bottom: 15px;
    }

    .form-group-new input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
    }

    .form-group-new label {
        position: relative;
        cursor: pointer;
    }

    .form-group-new label:before {
        content:'';
        -webkit-appearance: none;
        background-color: transparent;
        border: 1px solid #7D8592;
        padding: 9px;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        cursor: pointer;
        margin-right: 5px;
    }

    .form-group-new input:checked + label:after {
        content: '';
        display: block;
        position: absolute;
        top: 2px;
        left: 9px;
        width: 6px;
        height: 14px;
        border: solid #7D8592;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }
    .cabinet-hrefs{
        padding-top: 13px;
    }
    .cabinet-href{
        padding: 7px 10px;
    }
    .cabinet-href .text-second{
        color: #17293C;
        cursor: pointer;
    }
    .cabinet-href .text-second:hover{
        color: #0009FF;
    }
    .cabinet-href .text-second.blue{
        color: #0009FF;
    }
    .cabinet-hrefs{
        border-left: 1px solid #7D8592;
    }
    .new-login{
        display: grid;
        grid-template-columns: 4fr 1fr;
    }
    @media (max-width: 1536px) {
        .login-container {
            max-width: 730px;
            padding: 40px 10px 40px;

        }
        .cabinet-href{
            padding: 5px 10px;
        }
        .cabinet-hrefs{
            padding-top: 15px;
        }
        .top-login-small-text {
            margin-bottom: 15px;
        }
        .new-input {
            margin-bottom: 15px;
        }
        .form-group-new {
            margin-bottom: 10px;
        }
        .new-user-button {
            margin-bottom: 15px;
        }
        .new-login {
            margin: 40px 40px 105px;
            border: 1px solid #7D8592;
        }
    }
    @media (max-width: 768px) {
        .new-login{
            display: block;
        }
        .cabinet-hrefs{
            display: none !important;
        }
        .new-login {
            margin:60px 20px  100px;
            border: none;
        }
        .login-container {
            padding: 0;
        }
        .login-top-text{
            max-width: 515px;
            width: 100%;
            margin: 0 auto;
        }
        .login-h2 {
            margin-bottom: 8px;
        }
        .top-login-small-text {
            margin-bottom: 28px;
        }
        .form-group-new {
            margin-bottom: 15px;
        }
        .new-login{
            padding: 15px;
        }
    }
    @media (max-width: 420px) {
        .new-login {
            margin:40px 15px  60px;
            border: none;
        }
        .login-top-text{
            text-align: center;
        }
        .top-login-small-text{
            max-width: 330px;
            margin-left: auto;
            margin-right: auto;
        }
        .top-login-small-text {
            margin-bottom: 24px;
        }
        .new-input {
            margin-bottom: 12px;
        }
    }


/*user-login*/
/*user-forgor*/
    .new-login.forgor{
        display: block;
        border: none;
    }
/*user-forgor*/
/*user-register*/
    .new-login.register{
        display: block;
        border: none;
    }
    .register .inputs-div,.cab .inputs-div{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        margin-bottom: 20px;
    }
    .register .new-input{
        margin: 0;
    }
    @media (min-width: 490px) {

        .register .inputs-div,.cab .inputs-div{
            column-gap: 15px;
            row-gap: 10px;
        }
    }
    @media (min-width: 769px) {
        .register .login-h2{
            font-size: 57px;
        }
        .register .inputs-div,.cab .inputs-div{
            gap: 15px;
        }
    }
        @media (min-width: 1537px) {
        .register .login-h2{
            font-size: 77px;
        }
    }

    @media (max-width: 490px) {
        .register .inputs-div,.cab .inputs-div{
            grid-template-columns: 1fr;
            gap: 12px;
        }
    }

/*user-register*/

/*user-cabinet*/
.cab .login-container {
    max-width: 100%;
    padding: 20px 20px 20px;
}
.cab h2,.cab h3{
    color: #17293C;
    margin-bottom: 20px;
}
.cat-input-name.body-text-small{
    margin-bottom: 3px;
    color: #7D8592;
}
.cab .cabinet-hrefs {
    border-left: 1px solid #7D8592;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.logout-button{
    background-color: #DEDEDE;
    color: #17293C;
    height: 60px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s;
}
.logout-button:hover {
    text-decoration: none;
    background: #e8e8ed;
    color: #17293C;
    border: 1px solid #17293C;

}
.cabinet-href-bottom{
    padding: 20px 10px;

}
.statistics-div{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0 -20px -20px;

}
.statistic-div {
    padding: 40px 20px 30px;
    border-left: 1px solid #7d8592;
    border-top: 1px solid #7d8592;
}
.statistic-div:nth-child(1){
    border-left: none;
}
.statistic-h2{
    margin-top: 0;
}
.statistic-div p{
    margin-bottom: 0;
}
.cab .new-user-button {
    margin-bottom: 20px;
}
.hide-desc-lapt{
    display: none;
}
@media (max-width: 768px) {
    .hide-desc-lapt{
        display: flex;
        margin-top: 20px;
        height: 56px;
    }
    .new-login {
        margin-left: 0px;
        margin-right: 0px;
    }
    .cab .login-top-text h2{
        text-align: center;
    }
    .statistics-div{
        margin: 0 ;
    }
    .statistic-div {
        border-bottom: 1px solid #7d8592;
        padding-top: 32px;
    }
    .statistics-div{
        border-left: 1px solid #7d8592;
        border-right: 1px solid #7d8592;
    }
}
@media (max-width: 490px) {
    .hide-desc-lapt {
        height: 50px;
    }
    .statistic-div {
        padding: 20px 8px 20px;
    }
    .statistic-div{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .cat-input-name.body-text-small{
        display: none;
    }

}
/*cab-fav*/
    .fav .catalog-content-div{
        padding: 0;
    }
    .fav .goods-div {
        grid-template-columns: 1fr 1fr 1fr;
        padding: 20px 0px 20px 0px;
    }
    .fav .statistics-div{
        display: none;
    }
    .fav .compare-good-content.plus-content{
        margin: 0;
        border: none;
        min-height: 505px;
    }
    @media (max-width: 768px) {
        .fav .compare-good-content.plus-content {
            min-height: 485px;
        }
        .cab .login-container {
            padding: 15px;
        }
    }
    @media (max-width: 490px) {
        .fav .goods-div {
            grid-template-columns: 1fr 1fr;
            padding: 15px 0px 15px 0px;

        }
        .fav .compare-good-content.plus-content {
            min-height: 400px;
        }
    }
/*cab-fav*/
/*history-fav*/
.order-div-body{
    display: flex;
}
.order-img img{
    max-height: 200px;
    margin: auto;
    max-width: 190px;
}
.order-body-text .text-price{
    display: flex;
}
.orders-container{
    display: grid;
    gap:20px;
    grid-template-columns: 1fr 1fr;
}
.order-div{
    background: #fff;
    padding: 20px;
}
.history-btns{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding-top: 45px;
}
.href-btn .standard-button{
    background: #fff;
    border: 1px solid #0009FF;
}
.href-btn .good-buy-button a {
    color: #0009FF !important;
}
.order-img{
    display: flex;
    padding-right: 10px;
}
.order-body-text .price-text {
    padding-left: 15px;
}
@media (max-width: 1536px) {
    .orders-container {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}
.new-button.cat{
    margin-top: 20px;
}
.new-button.cat .new-user-button{
    margin-bottom: 0px;
}
.order-div .price-text{
    flex-shrink: 0;
}
/*history-fav*/
/*warranty*/
.warranty_button{
    width: fit-content;
    padding: 10px 20px;
    cursor: pointer;
}
/*warranty*/


