.title {
    color: #000;
    font-size: 28px;
    text-align: center;
    text-transform: none;
}

.btn {
    border-radius: 30px;
    color: #000;
    font-weight: 600;
    padding: .5rem 2rem;
    border: none;
    outline: none;
}

main {
    padding: 1rem 0;
}

.btn-primary {
    background-color: #ebd300;
    transition: color .3s, box-shadow .3s;
}

.btn-white {
    background-color: #fff;
    transition: color .3s, box-shadow .3s;
}

.modal__header, .modal__form .form-file__left, .modal__form .form-file__right, .form-agree__text, .modal__inner p {
    color: #000;
}

.text-left {
    text-align: left !important;
}

ul.breadcrumbs__list {
    color: #000;
}

a.breadcrumbs__link {
    color: rgb(0 0 0 / 65%);
}

li.breadcrumbs__list-item:not(:last-child):after {
    background: rgb(0 0 0 / 50%);
}


ol, ul {
    padding: 0;
    margin: 0;
}


header {
    padding-top: 0;
    position: sticky;
    top: 0;
    z-index: 9;
}

header p {
    margin-bottom: 0;
}

.header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 0 0 40px 40px;
    padding: 10px 50px;
}

.header__logo {
    max-width: 340px;
}

.header__logo p {
    color: #767676;
    font-size: 14px;
    font-weight: 600;
}

.header__wrapper {
    background-color: #FFCD11;
    padding: 0;
    border-radius: 0 0 40px 40px;

}

.header__info {
    display: flex;
    flex-direction: column;
}

.header__info a {
    color: #211715;
    font-weight: bold;
}

.header__social {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px;
    background-color: #FFCD11;
    border-radius: 20px;
    cursor: pointer;
}

.header__social p {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 16px;
}

.header__socials {
    display: flex;
    align-items: center;
    gap: 5px;
}

.header__socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    padding: 5px;
    width: 35px;
    height: 35px;
}

.header__socials a:first-child {
    border-radius: 10px 0 0 10px;
}

.header__socials a:last-child {
    border-radius: 0 10px 10px 0;
}

.header__phones {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.header__form {
    display: flex;
    flex-direction: column;
}

.header__form span {
    color: #767676;
    font-weight: 600;
}

#title-search-input {
    border-radius: 20px;
    background-color: #F5F5F7;
    border: none;
    outline: none;
    padding: 18px 25px;
}

#title-search-input::placeholder {
    font-weight: 600;
}

.header__phones div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.header__footer {
    padding: 10px 0;
}

.nav__list {
    display: flex;
    gap: 25px;
    padding: 0 50px;
    border: none;
    list-style: none;
}

.nav__list.scrl {
    display: none;
    padding: 8px 0 0 0;
}

.nav__list li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.nav::after {
    display: none;
}

.nav__list a {
    color: #211715;
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
}

footer {
    background-color: transparent;
    color: #000;
}

footer p {
    margin-bottom: 0;
}

.footer__container {
    background-color: #FFF;
    border-radius: 40px 40px 0 0;
    padding: 60px 80px 20px 80px;
}

.footer {
    margin-top: 0;
    padding: 10px 0;
}

footer .col-xl-auto:nth-child(2):before {
    background: rgb(0 0 0);
}

footer .col-xl-auto:nth-child(3):before {
    background: rgb(0 0 0);
}

footer .col-xl-auto:nth-child(4):before {
    background: rgb(0 0 0);
}

footer .col-xl-auto:nth-child(4) {
    margin-right: 0;
}

ul.footer__menu a {
    color: #000;
    padding: 3px 0;
    display: flex;
}

.footer__phone a {
    font-size: 26px;
    font-weight: 600;
    color: #000;
    margin-top: 40px;
    display: flex;
}


.footer__mail a {
    color: #000;
    display: flex;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
}

.footer__socials {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
}


.intro {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 60px 120px;
}

.intro__title {
    color: #D8B636;
    font-size: 52px;
    font-weight: 700;
}

.intro__content h1 {
    font-weight: 400;
    font-size: 42px;
}

.intro__content {
    max-width: 700px;
}

.intro__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 65px;
}

.border-bottom {
    height: 2px;
    background-color: #FFCD11;
    margin-top: 25px;
    margin-bottom: 25px;
}

.team {
    background: linear-gradient(90deg, #f9f9e9, #e5c9bd21);
    padding: 3rem;
}

.team h3 {
    font-weight: 700;
    margin-bottom: 2rem;
    text-align: center;
}

.team__list li {
    display: flex;
    flex-direction: column;
}

.team__list li img {
    border-radius: 25px 25px 0 0;
    height: 600px;
    -o-object-fit: cover;
    object-fit: cover;
}

.team__list li div {
    background-color: #fff;
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    padding: 1rem;
}

.team__list li div h6 {
    font-size: 20px;
    font-weight: 400;
}

.team__list li div p {
    margin-top: auto;
}

.team__list {
    display: grid;
    padding: 0;
    gap: 40px;
    grid-template-columns: repeat(4, 1fr);
}

.control {
    background-color: #fff;
    border-radius: 60px;
    margin: 4rem auto;
    max-width: 95%;
    padding: 3rem 1rem;
    box-shadow: 3px 3px 4px 0 #00000014;
}

.control.transparent {
    background-color: transparent;
    box-shadow: none;
}

.control.transparent .cooperation__list {
    grid-template-columns: 1fr 1fr;
    max-width: 800px;
}

.control.transparent .cooperation__list li {
    gap: 0;
}

.control.transparent .cooperation__list h5 {
    margin-bottom: 5px;
    font-size: 23px;
}

.control.transparent .cooperation__list p {
    font-size: 16px;
}

.control.transparent .cooperation__wrap {
    background-color: transparent;
}

.control.transparent .cooperation__image {
    background-color: #fff;
}

.control h2 {
    color: #000;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    text-transform: none;

}

.bordered-title {
    width: fit-content;
    margin: 0 auto 3rem;
    border-bottom: 2px solid #FFCD11;
}

.control__list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 10%;
    justify-content: center;
    margin-bottom: 3rem;
}

.control__list.custom li {
    padding: 14px 25px;
}

.control__list.custom {
    gap: 20px 10%;
}

.control__list li {
    align-items: center;
    background-color: #F5F5F7;
    border-radius: 25px;
    display: flex;
    gap: 1rem;
    min-height: 100px;
    padding: 14px 25px 14px 75px;
    position: relative;
    width: 45%;
}

.control__list li div {
    align-items: center;
    background-color: #F5F5F7;
    border-radius: 50%;
    display: flex;
    flex-shrink: 0;
    font-size: 60px;
    height: 130px;
    width: 130px;
    justify-content: center;
    left: -65px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.control__list p {
    margin-bottom: 0;
}

.cooperation__list {
    display: grid;
    gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0 auto 3rem;
}

.cooperation__list li {
    display: flex;
    gap: 1rem;
}

.cooperation__image {
    align-items: center;
    align-self: flex-start;
    background-color: #F5F5F7;
    border-radius: 50%;
    display: flex;
    flex-shrink: 0;
    height: 90px;
    justify-content: center;
    width: 90px;
}

.cooperation__wrap {
    background-color: #F5F5F7;
    border-radius: 24px;
    padding: 1rem;
}

.cooperation__list li img {
    width: 57px;
}

.cooperation__list h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: .5rem;
}

.cooperation__list p {
    color: #000;
    font-size: 14px;
}

.contacts {
    padding: 1rem 0;
}

.contacts__container {
    display: grid;
    gap: 8rem;
    grid-template-columns: 500px 1fr;
}

.contacts__list {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contacts__list li {
    align-items: center;
    display: flex;
    gap: 1rem;
}

.contacts__list li > img {
    width: 40px;
}

.contacts__link {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    color: #000;
    display: flex;
}

.contacts__list li small {
    line-height: 1;
}

.contacts__list li p {
    font-weight: 400;
    margin-bottom: 0;
}

.contacts iframe {
    border: 1px solid #ebd300;
    border-radius: 30px;
}

.hero {
    min-height: 50vh;
    display: flex;
}

.hero__container .btn-primary {
    background-color: #FFCD11;
    color: black;
    padding: .5rem 1.2rem;
    border-radius: 20px;
    font-size: 18px;
}


.hero__container .btn-primary.soc {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hero__btns {
    display: flex;
    gap: 25px;
}

.hero__container .header__socials a {
    border-radius: 15px 15px 15px 0;
}

.hero__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: #fff;
    padding: 0 5rem;
    background-image: url("/images/about/aee0b1fb2ffb044a4083e40d192f767e9de24eba.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50px;
    max-width: 1780px !important;
}

.hero__container h1 {
    font-size: 52px;
    max-width: 50%;
}

.about__wrapper {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 40px;
}

.about__right {
    padding: 2rem;
}

.news {
    padding: 3rem 0;
}

.news h2 a {
    font-size: 28px;
    text-transform: capitalize;
    margin-bottom: 20px;
    color: black;
}

.news__list {
    display: flex;
    gap: 25px;
    overflow: auto;
    list-style: none;
    padding-bottom: 10px;
}

.news.grid .news__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.news--row .news.grid .news__list {
    display: flex;
    flex-wrap: nowrap;
}

.news.grid .news__list li {
    flex: none;
}
.news--row .news.grid .news__list li {
    flex: 0 0 30%;
}


.news__list li {
    flex: 0 0 30%;
    display: flex;
    background-color: #fff;
    flex-direction: column;
    border-radius: 25px;
}

.news__list li img {
    border-radius: 25px;
    height: 300px;
    object-fit: cover;
    width: 100%;
}

.news__link {
    color: black;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    padding: 1rem;
}

.catalog {
    padding: 3rem 0;
}

.all-news {
    font-size: 22px;
    display: block;
    margin-top: -25px;
}

.catalog__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px;
    list-style: none;
}

.catalog__list li a {
    background-color: #fff;
    box-shadow: 3px 4px 4px 0px #0000001F;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 2rem;
    border-radius: 35px;

}

.catalog__list li a p {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 600;
    color: #000;
}

.catalog__list li a img {
    height: 60px;
}

.items-wrap {
    position: relative;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: 20px;
    border-radius: 0 40px 40px 0;
    border: 1px solid #FFCD11;
}

.items-wrap:before,
.items-wrap:after {
    content: "";
    height: 100%;
    top: 0;
    width: 10%;
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.items-wrap:before {
    left: 0;
    background: linear-gradient(
            90deg,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0) 100%
    );
}

.items-wrap:after {
    right: 0;
    background: linear-gradient(
            90deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 100%
    );
}

.items {
    flex-shrink: 0;
    display: flex;
    gap: 45px;
    counter-reset: item;
    justify-content: space-around;
    min-width: 100%;
    margin: 0 15px;
}

.item {
    flex: 0 0 auto;
    width: 130px;
    height: 60px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    margin: 10px 0;
    transition: all 0.1s ease-in-out;
}

/*.item:hover {*/
/*    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
/*}*/


.marquee {
    animation: scroll 20s linear infinite;
}

.reverce {
    animation-direction: reverse;
}

.items-wrap:hover .marquee {
    animation-play-state: paused;
}

.perfscan {
    margin: 20px 0;
    text-align: center;
    bottom: 0;
    background: #fff;
    padding: 5px;
}

.perfscan hr {
    border: solid #999;
    border-width: 1px 0 0 0;
    max-width: 50%;
    margin: 0 auto 20px;
}

.perfscan a {
    display: block;
    color: #000;
    font-weight: bold;
}

.manufacturer {
    padding: 3rem 0;
}

.manufacturer__container {
    display: flex;
}

.manufacturer__left {
    margin-bottom: 0;
    background-color: #FFCD11;
    border-radius: 40px 0 0 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    padding: 0 2rem;
    font-size: 20px;
}

.header__mobile, #mobile-btn-close {
    display: none;
}


@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-100% - 20px));
    }
}

.product__image img {
    border-radius: 40px;
    max-height: 450px;
    object-fit: cover;
}

.mySwiper {
    margin-top: 15px;
}

.product__properties {
    background-color: #fff;
    border-radius: 24px;
    padding: 1rem;
}

dl.product__properties dt, dl.product__properties dd {
    color: #000;
    text-transform: unset;
    margin-bottom: 5px;
    margin-right: 7px;
}

.product__price {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 0;
}

.product__price span {
    background-color: #fff;
    border-radius: 25px;
    font-weight: 600;
    padding: .5rem 1.5rem;
    margin-left: 15px;
}

.product__wrapper {
    display: flex;
    align-items: center;
    gap: 70px;
    margin-bottom: 40px;
}

.product__dely {
    display: flex;
    gap: 50px;
}

.product__list {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.product__list p {
    margin-bottom: 0;
    font-size: 20px;
}

.product__list h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: .25rem;
}

.product__available-header {
    font-size: 22px;
    text-transform: capitalize;
}

.product__list li {
    align-items: center;
    display: flex;
    gap: .5rem;
}

.product__list li img {
    border-radius: 0;
    height: 40px;
    width: 40px;
}

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

.collect__container--grid {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 760px;
}

.collect__img {
    height: 100%;
    transition: opacity .2s;
    width: 100%;
}

.collect__img img {
    border-bottom: 2px solid #ebd300;
    border-left: 2px solid #ebd300;
    border-radius: 60px 0 0 60px;
    border-top: 2px solid #ebd300;
    height: 100%;
    max-height: 580px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.collect__list {
    border-radius: 0 60px 60px 0;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 240px);
    grid-template-rows: repeat(3, 180px);
    overflow: hidden;
    list-style: none;
}

.description--container {
    padding: 1rem;
    max-width: 1400px !important;
    /font-weight: 600;
    margin-bottom: 1.5rem;
}

.collect__list li {
    position: relative;
}

.collect__list li div {
    display: none;
}

.collect__list li a {
    transition: opacity .2s;
}

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

.special-category-1__left h1 {
    font-size: 40px;
}

.category__main {
    background-color: transparent;
    color: black;
    padding-top: 0;
}

.smartfilter {
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 15px;
}

.bx-filter-circle {
    position: relative;
    width: 20px;
    border-radius: 50%;
    height: 20px;
    border: 2px solid #ddd;
}

.bx-filter-circle::before {
    border-bottom: .125rem solid transparent;
    border-left: .125rem solid transparent;
    content: "";
    height: 0;
    position: absolute;
    transform: rotate(-45deg);
    transform-origin: 0.925rem 0;
    width: 0;
}

.bx-filter-circle.circle-active::before {
    border-bottom: .1rem solid #e57a39;
    border-left: .1rem solid #e57a39;
    height: 0.26rem;
    width: 0.6rem;
}

.nav__dropdown {
    position: absolute;
    background-color: #fff;
    top: 100%;
    padding: 1rem;
    border-radius: 25px;
}

.nav__dropdown li {
    padding: 5px 0;
}

.header__mobile-phone {
    display: none;
}

.bottom-menu {
    display: none;
}

.product__wrap-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1rem;
    list-style: none;
}

.product__wrap-gallery li a img {
    border: 1px solid #fedd67;
    border-radius: 25px;
    height: 120px;
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
}

header.scrolled .nav__list, header.scrolled .header__text {
    display: none;
}

header.scrolled .menu__inner {
    padding-top: 0px;
    margin-top: -35px;
}

header.scrolled .nav__list.scrl {
    display: flex;
}

.menu.scrld.active .menu__inner {
    padding-top: 0;
    margin-top: -35px;
}

.menu__left--catalog li:hover > ul {
    position: absolute;
    left: 100%;
    top: -15px;
    min-width: 640px;
    background-color: #ebebeb;
    border-radius: 15px;
    padding: 10px;
    display: flex !important;
    align-items: flex-start;
    z-index: 100;
    gap: 10px;
    flex-wrap: wrap;
}

.pointer {
    cursor: pointer;
}

.menu__left--catalog li ul li a {
    background-color: #fff;
    border-radius: 15px;
    padding: 10px 25px;
}

.menu__left--catalog li ul li {
    margin-bottom: 5px;
}

.modal path {
    stroke: #000;
}

.category--product {
    margin-top: -50px;
}

.product h1 {
    margin-bottom: 10px;
}

.product__image {
    margin-right: 75px;
}

.swiper-slide {
    cursor: pointer;
}

.swiper-img {
    height: 120px;
    object-fit: cover;
}


.mfeedback form {
    display: flex;
    position: relative;
}
.mf-email {
    width: 100%;
}
.mf-email input {
    outline: none;
    padding: 10px 50px 10px 20px;
    border-radius: 30px;
    background-color: #F5F5F7;
    border: 1px solid #ccc;
    width: 100%;
}
.mf-email input::placeholder {
    font-weight: 600;
}

.sub-footer {
    border: none;
    outline: none;
    border-radius: 30px;
    padding: 11px 30px;
    background-color: #FFCD11;
    position: absolute;
    right: 0;
    font-weight: 600;
}

.single-image {
    display: flex;
    justify-content: center;
}

.single-image img {
    max-height: 620px;
    border-radius: 25px;
}




@media only screen and (max-width: 1600px) {
    .collect__list {
        grid-template-columns: repeat(3, 200px);
        grid-template-rows: repeat(3, 150px);
    }

    .collect__container--grid {
        gap: 20px;
        grid-template-columns: 710px 630px;
        justify-content: center;
    }

}

@media (max-width: 1429px) {

    .news--row .news.grid .news__list li {
        flex: 0 0 40%;
    }

    .collect__list {
        gap: 10px;
        grid-template-columns: repeat(3, 180px);
        grid-template-rows: repeat(3, 120px);
    }

    .collect__container--grid {
        gap: 10px;
        grid-template-columns: 580px 560px;
    }

    .header__container {
        padding: 10px 25px;
    }

    .header__form {
        max-width: 300px;
    }

    .intro__content {
        max-width: 500px;
    }

    .intro__title {
        font-size: 38px;
    }

    .intro__content h1 {
        font-size: 28px;
    }

    .intro {
        padding: 30px 70px;
    }

    .team__list li img {
        height: 450px;
    }

    .control__container {
        max-width: none;
    }

    .cooperation__list {
        grid-template-columns: 1fr 1fr;
    }

    .contacts__container {
        gap: 3rem;
        grid-template-columns: 380px 1fr;
    }

    .hero__container h1 {
        font-size: 34px;
        max-width: 65%;
    }

    .catalog__list {
        gap: 20px;
    }

    .catalog__list li a {
        padding: 1.5rem;
        gap: 20px;
    }

    .catalog__list li a p {
        font-size: 20px;
    }

    .about__wrapper img {
        max-width: 600px;
    }

    .news__list li {
        flex: 0 0 40%;
    }

    .news.grid .news__list li img {
        height: 240px;
    }

}

@media (max-width: 1199px) {
    .news--row .news.grid .news__container {
        max-width: none;
    }


    .collect__list {
        border-radius: 0 30px 30px 0;
        grid-template-columns: repeat(3, 160px);
        grid-template-rows: repeat(3, 110px);
    }

    .collect__container--grid {
        grid-template-columns: 450px 490px;
    }

    .header__search {
        display: none;
    }

    footer .col-xl-auto:nth-child(3):before, footer .col-xl-auto:nth-child(2):before {
        display: none;
        padding-left: 0;
    }

    footer .col-xl-auto:nth-child(2), footer .col-xl-auto:nth-child(3) {
        padding-left: 0;
        margin-left: 0;
    }

    ul.footer__menu {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    ul.footer__menu a {
        text-align: center;
    }

    .footer__menu-header {
        text-align: center;
        margin-top: 30px;
    }

    footer .col-xl-auto:nth-child(4) {
        flex-direction: column;
    }

    .footer__phone a, .footer__mail a, .footer__socials {
        justify-content: center;
    }

    footer p {
        text-align: center;
    }

    .mfeedback {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .footer {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .team__list {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }

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

    .about__wrapper {
        flex-direction: column;
    }

    .about__wrapper img {
        margin-top: 1rem;
    }

    .news__list li {
        flex: 0 0 52%;
    }

    .news.grid .news__list li img {
        height: 190px;
    }
}

@media (max-width: 992px) {

    header.scrolled .nav__list.scrl {
        display: none;
    }

    .news--row .news.grid .news__list li {
        flex: 0 0 52%;
    }

    .category--product {
        margin-top: 0;
    }

    .product__image img {
        border-radius: 15px;
    }

    .collect__container--grid {
        grid-template-columns: 1fr;
        padding: 0;
    }

    .collect__img img {
        border-radius: 30px;
        border-right: 2px solid #ebd300;
    }

    .collect__list {
        border-radius: 30px;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: auto;
    }

    .nav__list {
        flex-direction: column;
        gap: 10px;
    }


    .nav__list a {
        font-size: 16px;
    }

    .nav__list li {
        justify-content: center;
    }

    .header__wrapper {
        max-width: none;
    }

    .header__container {
        flex-wrap: wrap;
    }

    .header__info {
        width: 100%;
        order: 3;
        align-items: center;
        margin-top: 10px;
    }

    .footer__container {
        padding: 40px;
    }

    .intro__container {
        flex-direction: column;
    }

    .intro__content {
        max-width: none;
    }

    .team {
        padding: 1rem;
    }

    .team__list li img {
        height: 330px;
    }

    .control__list {
        flex-direction: column;
    }

    .cooperation__list {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .control__list li {
        width: 100%;
        text-align: center;
    }

    .contacts__container {
        gap: 3rem;
        grid-template-columns: 1fr;
    }

    .hero__container h1 {
        font-size: 28px;
        max-width: 100%;
    }

    .news__list li {
        flex: 0 0 70%;
    }

    .news.grid .news__list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {

    .all-news {
        margin-top: 0;
        font-size: 18px;
    }

    .news--row .news.grid .news__list li {
        flex: 0 0 72%;
    }

    a.product-item__name {
        max-width: none;
    }
    .product-item__info {
        flex-direction: column;
        align-items: stretch;
    }

    .product-item__price {
        justify-content: flex-start;
        margin-bottom: 10px;
    }

    .collect__list img {
        height: 120px;
    }

    .header__container {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .bottom-menu {
        background: #fff;
        border-radius: 30px 30px 0 0;
        bottom: 0;
        box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, .051);
        display: flex;
        height: 50px;
        padding: 0 5px;
        position: fixed;
        width: 100%;
        z-index: 100;
    }

    .bottom-menu-item {
        display: flex;
        justify-content: center;
        margin: auto;
        text-align: center;
        width: 25%;
    }

    .bottom-menu-item a.router-link-active {
        background-color: #f3f3f3;
        border-radius: 30px;
    }

    .MenuNavImage1 {
        background: url(/images/home-icon.svg) no-repeat;
        background-size: cover;
    }

    .MenuNavImage1, .MenuNavImage2 {
        height: 20px;
        margin: 0 auto;
        transition: .4s;
        width: 20px;
    }

    .MenuNavImage4, .MenuNavImage5 {
        height: 20px;
        margin: 0 auto;
        transition: .4s;
        width: 20px;
    }

    .MenuNavImage5 {
        background: url(/images/wtb-icon.svg) no-repeat;
        background-size: cover;
    }

    .MenuNavImage4 {
        background: url(/images/about-description-help_svgrepo.com.svg) no-repeat;
        background-size: cover;
        position: relative;
    }

    .MenuNavImage3 {
        background: url(/images/water_svgrepo.com.svg) no-repeat;
        background-size: cover;
        height: 20px;
        margin: 0 auto;
        transition: .4s;
        width: 20px;
    }

    .MenuNavImage2 {
        background: url(/images/catalog-icon.svg) no-repeat;
        background-size: cover;
    }

    .bottom-menu-item-text {
        color: #000;
        font-size: 10px;
        margin-top: 3px;
        text-transform: uppercase;
        transition: .4s;
    }

    .header__logo {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .header__logo {
        max-width: 180px;
    }

    .header__mobile-phone {
        display: flex;
        margin-left: auto;
    }

    .footer__container {
        padding: 15px;
    }

    .intro {
        padding: 0;
    }

    .intro__container {
        gap: 25px;
    }

    .team__list {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .control {
        padding: 2rem 0;
    }

    .control__list li div {
        display: none;
    }

    .control__list li {
        padding: 14px 25px;
    }

    .control__list {
        gap: 15px;
        margin-bottom: 1rem;
    }

    .control.transparent .cooperation__list {
        grid-template-columns: 1fr;
        margin-bottom: 0;
    }

    .control.transparent .cooperation__image {
        display: flex;
        width: 70px;
        height: 70px;
    }

    .control.transparent .cooperation__list li img {
        width: 40px;
    }

    .modal {
        width: 100%;
    }

    .catalog__list {
        grid-template-columns: 1fr;
    }

    .about__wrapper img {
        max-width: 90%;
    }

    .news__list li {
        flex: 0 0 80%;
    }

    .news__list li img {
        height: 250px;
    }

    .hero__container {
        padding: 0 1rem;
    }

    .hero__btns {
        flex-direction: column;
        margin: 0 auto;
    }

    .hero__container h1 {
        margin-bottom: 2rem;
        text-align: center;
    }

    h2 {
        font-size: 24px;
    }

    .item {
        width: 90px;
        height: 40px;
    }

    .manufacturer__left {
        padding: 0 1rem;
        font-size: 15px;
    }

    .header__social, .header__logo p, .header__info, .nav__list {
        display: none;
    }

    .header__info {
        align-items: flex-start;
    }

    .header__mobile {
        display: block;
    }

    .news.grid .news__list li {
        border-radius: 15px;
    }

    .news.grid .news__list li img {
        height: 140px;
        border-radius: 15px;
    }

    .news.grid .news__list a {
        padding: 0.75rem;
        font-size: 16px;
    }

    .news {
        padding: 1rem 0;
    }

    .product__wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 10px;
    }

    .product__buttons button {
        height: auto;
    }

    .breadcrumbs {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .product__dely {
        flex-direction: column;
        gap: 10px;
    }

    .special-category-1__left h1 {
        font-size: 24px;
    }

    .news-detail h1 {
        font-size: 20px;
    }


}

@media (max-width: 480px) {
    .news--row .news.grid .news__list li {
        flex: 0 0 92%;
    }

    .collect__list {
        border-radius: 0;
        grid-template-columns: repeat(2, 1fr);
    }

    .title, .control h2 {
        font-size: 20px;
    }

    .team__list li div h6 {
        font-size: 15px;
    }

    .team__container {
        padding: 0;
    }

    .team__list li img {
        height: 239px;
    }

    .team__list li div p {
        font-size: 13px;
    }

    .cooperation__image {
        display: none;
    }

    .control {
        border-radius: 0;
        max-width: 100%;
    }

    .bordered-title {
        margin: 0 auto 1rem;
    }

    .manufacturer__container {
        flex-direction: column;
    }

    .manufacturer__left {
        border-radius: 20px 20px 0 0;
        padding: 0.5rem;
        font-size: 16px;
    }

    .items-wrap {
        border-radius: 0 0 20px 20px;
    }

    .news__list li img {
        height: 219px;
    }

    .news__list {
        gap: 15px;
    }

    .news__list li {
        flex: 0 0 90%;
    }

    .hero__container h1 {
        font-size: 22px;
    }

    .hero {
        min-height: 35vh;
    }

    .news.grid .news__list {
        grid-template-columns: 1fr;
    }

    .news.grid .news__list li img {
        height: 220px;
    }
}

@media (min-width: 1435px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1630px
    }
}


.cookie-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f5f5f5;
    padding: 20px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    display: none;
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.cookie-text {
    flex: 1;
    min-width: 300px;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.cookie-btn {
    padding: 8px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.cookie-accept {
    background: #FFCD11;
    color: black;
}

.cookie-more {
    background: #f1f1f1;
    color: #333;
}

.cookie-link {
    color: #0066cc;
    text-decoration: underline;
    cursor: pointer;
}