/*MOBILE*/

@media (max-width:900px) {

    html,
    body {
        /* position: relative; */
        /* max-width: 100%; */
        /* overflow-x: hidden; */
    }



    section {
        position: relative;
        padding: 50px 0;
    }



    .fl {
        flex-wrap: wrap;
    }

    .search:before {
        display: none;
    }

    .desc,
    .pad {
        display: none
    }

    .mob {
        display: block
    }



    .burger-menu .close-menu img {
        width: 36px;
    }

    .burger-menu .cont-item {
        margin-bottom: 15px;
        display: flex;
        align-items: center;
    }

    .burger-menu .cont-item img {
        margin-right: 10px
    }

    .burger-menu .cont-item span {
        font-weight: 500;
        display: block;
        margin-bottom: 0;
    }

    .burger-menu .close-menu {
        position: absolute;
        right: 20px;
        top: 17px;
    }



    .burger-menu {
        width: 100%;
        padding: 20px 25px;
        max-width: 100%;
        background: white;
        position: fixed;
        z-index: 999;
        text-align: left;
        top: 0;
        border-radius: 0;
        /* transform: none; */
        /* transition: 0.5s; */
        overflow-y: auto;
        height: 100%;
        color: black;
        text-align: center;
    }

    .burger-menu .callback {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px 0
    }

    .burger-menu .phone {
        display: block;
        margin-bottom: 10px;
        padding-top: 20px;
        border-top: 1px solid #eee;
    }

    .burger-menu .callback img {
        margin-right: 10px;
    }

    .burger-menu .callback {
        color: var(--prime);
        font-size: 20px;
    }

    .burger-menu .close {
        text-align: left;
        margin-bottom: 20px;
    }

    .burger-menu .links {
        display: flex;

    }

    .burger-menu .lang {
        font-size: 30px;
        border-top: 1px solid #eee;
        padding-top: 30px;
    }

    .burger-menu .lang a {
        padding: 0 8px;
    }

    .burger-menu .lang a.active {
        color: var(--prime)
    }

    .burger-menu .links {
        justify-content: center;
        margin-bottom: 30px;
        padding-bottom: 20px;
    }

    .burger-menu .links img {
        width: 32px;
        margin-right: 5px;
    }

    .burger-menu .gr {
        color: var(--sec);
        margin-bottom: 15px;
    }

    .burger-menu .phone-but a {
        color: var(--prime)
    }

    .burger-menu .phone-but {
        padding-left: 0
    }

    .burger-menu .phone-but a + a {
        height: 41px;
        color: white;
        margin-top: 10px;
    }

    .burger-menu .soc-but {
        margin-top: 10px;
        padding-left: 0;

    }

    .burger-menu .soc-but a {
        width: 100%;
        height: 41px;
        color: white;

    }

    .burger-menu nav {
        margin-top: 10px;

    }

    .burger-menu .but {
        margin-top: 50px
    }

    .burger-menu .cont {
        color: #ffffff;
        margin-top: 30px;
        padding-top: 30px;
        border-top: 1px solid silver;

    }

    .burger-menu .cont .subtitle {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 20px;

    }

    .burger-menu ul li {
        margin-bottom: 15px;
        font-size: 25px;
        font-weight: 400;
        color: black;
        position: relative;
        text-align: center;
    }

    .burger-menu ul ul li {
        margin-bottom: 5px;
    }

    .burger-menu ul ul li a {
        color: #b9b9b9
    }

    .burger-menu ul li.parent .down {
        margin-left: 5px;
        position: absolute;
        top: 6px;
        right: 0;
    }

    .burger-menu ul ul {
        display: none;
        padding: 10px 0;

    }

    .burger-menu ul ul li a {
        opacity: 1;
        font-size: 14px
    }

    .burger-menu.active {
        display: block;

    }


    .but a,
    .but button {
        background: var(--prime);
        color: #fff;
        padding: 12px 29px;
        border-radius: 0;
        color: white;
        font-weight: 500;
        font-size: 16px;
        border: 1px solid transparent;
        transition: 0.5s;
        display: inline-flex;
        align-items: center;
        border-radius: 10px;
        height: 48px;
    }


    .but img {
        margin-left: 8px;
        width: 20px;
    }

    .but a:hover,
    .but button:hover {
        /* background: var(--sec); */
        color: #fff;
        /* border: 1px solid var(--sec); */
    }

    .rev-text .more a {
        color: var(--prime);
        text-decoration: none;

    }

    /*TITLE TOP*/

    .title-top {
        justify-content: space-between;
        margin-bottom: 50px;
    }

    .title-top .subtitle {
        font-size: 20px;
        padding-right: 0;
    }

    .title-top .text {
        font-size: 27px;
        max-width: 100%;
        margin-top: 20px;
    }

    .more.mob {
        display: flex !important;
        align-items: center;
        justify-content: center;
        margin-top: 34px;
        font-size: 20px;
        line-height: 100%;
        font-weight: 500;
        color: initial;
        display: block;
        text-align: center;
    }

    .more img {
        margin-left: 12px;
    }

    .title-top .subtitle a.desc {
        display: none;
    }

    .title-top .subtitle img {
        margin-left: 8px;
        margin-bottom: 0;
    }


    /*HEADER*/


    header {
        padding: 16px 0px 14px;
        position: sticky;
        z-index: 99;
        top: 0;
        background: white;
    }

    header .logo {
        flex-basis: 45%;
        position: relative;
        top: 3px;
    }


    header .icons {
        display: flex;
        align-items: center;
    }

    header .icons a {
        padding: 0 14px
    }

    header .icons a:last-child {
        margin-right: 0px;
    }





    /*PROMO*/

    .promo {
        background: url(../img/promo_mob.jpg) no-repeat center bottom/cover;
        color: white;
        padding-bottom: 360px;
        background-attachment: scroll;
    }

    .ag1,
    .ag2,
    .ag3,
    .ag4,
    .ag5 {
        display: none;
    }

    .promo .container {
        position: relative;
    }

    .promo .container:before {
        display: none;
    }

    .promo .title {
        font-weight: 600;
        text-align: center;
        font-size: 40px;
        margin-bottom: 16px;
        position: relative;
        line-height: 0.8;
        padding: 0 15px;
    }

    .promo p {
        text-align: center;
        font-size: 16px;
        max-width: 700px;
        margin: 0 auto;
    }



    .promo .img {
        text-align: center;
        position: relative;
    }

    .promo .title:after {
        content: url(../img/pr4_mob.png);
        position: absolute;
        top: 30px;
        right: 2px;
    }

    .promo p:before {
        display: none;
    }

    .promo .img:before {
        display: none;
    }

    .promo .img:after {
        content: url(../img/pr1.png);
        position: absolute;
        margin-top: 30px;
        margin-left: 30px;
    }


    /*CATS*/


    .cats {}

    .cats .item a {
        min-height: 146px;
        padding: 13px;
        width: 100%;
    }


    .cats .item span {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .cats .item img {
        ьфч-р
        ;
        max-height: 90px;
        x;
        width: auto;
        display: block;
        max-width: 100%;
        text-align: center;
        margin: 0 auto;
        height: auto;
    }

    .cats .item {
        margin-bottom: 24px;
    }

    .cats .title-top .text {
        max-width: 100%;
    }


    /*ABOUT*/

    .about {
        background: var(--blue);

    }

    .about .swiper img {
        border-radius: 20px;
    }

    .about .hi {
        position: relative;
        margin-top: -98px;
        margin-left: 200px;
        width: 120px;
    }

    .about .row {
        margin-top: 20px
    }

    .about .row p {
        margin-top: 20px
    }

    .about .grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        grid-template-areas:
            "div1 div1 div2"
            "div1 div1 div3";
        gap: 12px;
        margin-bottom: 40px;

    }

    .about .grid .div1 {
        grid-area: div1;
    }


    .about .grid .div2 {
        grid-area: div2;

    }

    .about .grid .div3 {
        grid-area: div3;

    }

    .about .grid img {
        border-radius: 20px;
        width: 100%;
    }

    .about .pre {
        padding: 30px 0;
    }

    .about .pre .fl .item {
        flex-basis: 100%;
        text-align: left;
        display: flex;
        align-items: center;
        margin-bottom: 24px;
    }

    .about .pre .fl .item img {
        text-align: center;
        margin-bottom: 0;
    }

    .about .pre .fl .item p {
        text-align: left;
        font-size: 20px;
        padding: 0 15px;
    }


    .about .video {
        position: relative;
        border-radius: 20px;
    }

    .about video {
        border-radius: 20px;
        display: block;
        width: 100%;
        object-fit: cover;
        height: 200px;
    }

    .about .video .play {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 99;
        transform: translate(-50%, -50%);
        width: 40px;
    }



    /*DISTRIBUTE*/


    .dist {}

    .dist .item {
        padding: 8px;
        height: 80px;
    }

    .dist .item img {
        max-height: 100%
    }

    .dist .col-lg-3 {
        padding: 8px;
    }

    .dist .row {
        margin: 0 -8px;
    }


    /*REVIEWS*/

    .reviews {
        background: var(--blue);
    }

    .reviews .title-top {
        position: relative;
        margin-bottom: 80px;
    }

    .reviews .hi2 {
        position: relative;
        bottom: 0;
        z-index: 99;
        margin-left: auto;
        width: 120px;
        margin-top: -86px;
    }

    .reviews .item {
        background: #ffffff;
        border-radius: 20px;
        padding: 20px;
    }

    .reviews .swiper {
        overflow: visible
    }

    .reviews .rev-header {
        display: flex;
        align-items: center;
    }

    .reviews .rev-header .text {
        margin-left: 16px;
    }

    .reviews .name {
        font-size: 25px;
        line-height: 100%;
        font-weight: 500;
    }

    .reviews .dol {
        color: rgba(32, 32, 32, 0.5);
        font-size: 16px;
    }

    .reviews .rev-text {
        margin-top: 30px;
        font-size: 18px;
        line-height: 120%;
    }

    .reviews .rev-text .more {
        color: var(--prime);
        margin-top: 16px;
    }


    /*NEWS*/


    .news .item {
        padding: 15px 0;
        border-bottom: 1px solid #eee;
    }

    .news .item:last-child {
        border: none;
    }

    .news .item img {
        display: none;
    }

    /*PART*/

    .part {
        background: var(--blue);
    }

    .part .hi3 {
        position: absolute;
        top: -50px;
        width: 140px;
        right: 10px;
    }

    .part .item {
        border-radius: 20px;
        padding: 24px;
        background: white;
        height: auto;
        margin-bottom: 20px;
    }

    .part .item .fl {
        flex-wrap: nowrap;
    }

    .part .item.delivery {
        padding: 24px 0 0 24px;
    }

    .part .item.delivery .img {
        text-align: right;
        border-radius: 20px;
    }

    .part .item.delivery .img img {
        border-radius: 0 0 20px 0;
    }

    .part .item.delivery .arr {
        margin-right: 32px;
    }

    .part .item .title {
        font-size: 26px;
        line-height: 100%;
        font-weight: 500;
        max-width: 80%;
    }

    .part .item .text {
        margin-top: 16px;
        font-size: 16px;
        max-width: 480px;
        line-height: 1.2;
    }

    .part .item.sotr .img {
        margin-top: 36px;
    }


    /*VAC*/

    .vac .item {
        padding: 20px;
        margin-bottom: 20px;
    }

    .vac .item .fl {
        justify-content: space-between
    }

    .vac .item .arr {
        min-width: 40px;
    }

    .vac .item .title {
        font-size: 20px;
        line-height: 100%;
        font-weight: 500;
        min-height: 60px;
        max-width: 68%;
    }

    .vac .item .text {
        font-size: 16px;
        line-height: 130%;
        letter-spacing: -0.02em;
        margin-top: 8px;
    }


    /*CONTACTS*/

    .contacts {}

    .contacts .map {
        background: var(--silver);
        padding: 20px;
        border-radius: 20px;
        flex-basis: 100%;
    }

    .contacts .form {
        background: var(--silver);
        padding: 20px;
        border-radius: 20px;
        flex-basis: 100%;
        margin-left: 0;
        margin-top: 20px;
    }

    .contacts .title {
        font-size: 25px;
    }

    .contacts iframe {
        border-radius: 10px;
    }

    .contacts .title + p {
        letter-spacing: -0.02em;
        margin-bottom: 20px;
    }

    .contacts form {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }

    .contacts form .title {
        margin-bottom: 10px;
    }

    .contacts form button {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1.25;
        padding: 12px 29px 9px;
    }

    .contacts .form-group {
        margin-bottom: 24px;
    }

    .contacts .form-group input,
    .contacts .form-group textarea {
        padding-bottom: 16px;
        border: none;
        width: 100%;
        display: block;
        background: none;
        border-bottom: 1px solid #ddd;
        font-size: 16px;
    }

    .contacts .agree {
        color: rgba(32, 32, 32, 0.5);
        font-size: 12px;
        margin-top: 24px;
    }

    .contacts .agree a {
        text-decoration: underline;
    }









    /*FOOTER*/


    footer {
        padding: 50px 0;
        color: white;
        margin-top: 0;
    }

    footer .col1 {
        flex-basis: 100%;
        margin-bottom: 20px;
    }

    footer .col2 {
        flex-basis: 100%;
        padding-left: 0;
    }

    footer .col3 {
        flex-basis: auto;
        margin-left: 0;
        display: block;
        margin-top: 30px;
    }

    footer ul {
        column-count: 1;
        column-gap: 40px;
    }

    footer ul li {
        list-style: none;
        margin-bottom: 8px;
    }

    footer ul li a {
        font-weight: 400;
        font-size: 20px;
    }


    footer .col3 p {
        font-size: 20px;
        max-width: 335px;
    }

    footer .col3 .soc {
        display: flex;
        margin-top: 10px;
    }

    footer .col3 .soc a + a {
        margin-left: 15px
    }

    footer .bottom {}

    footer .bottom .copy {
        font-size: 16px;
    }

    footer .links {
        display: flex;
        color: rgba(255, 255, 255, 0.5);
        flex-wrap: wrap;
        margin-top: 10px;
    }

    footer .links a + a {
        margin-left: 0;
        margin-top: 10px;
    }

    /*CALLBACK* MODAL */

    .callback {
        background: #ffffff;
        border-radius: 20px;
        padding: 32px;
    }

    .callback .title {
        font-size: 30px;
        line-height: 100%;
        font-weight: 500;
        text-align: left;
    }

    .callback .buts {
        margin-top: 40px;
        text-align: center;
    }

    .callback .buts .but a {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1;
    }

    #ex1 {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        top: revert-layer;
    }

    .callback .buts .but {
        margin-bottom: 16px;
    }


    .callback .buts .but:last-child {
        margin-bottom: 0;
    }

    .callback .buts .but.tg a {
        background: #29a9ea;
    }

    .callback .buts .but.wh a {
        background: #25d366;
    }


    .callback .buts .but img {
        margin: 0 12px 0 0;
        position: relative;
        top: -2px;
    }

    /*CATALOG*/

    h1 {
        text-transform: none;
        font-size: 30px;
        font-weight: 500;
        margin-bottom: 10px;
        margin-top: 25px;
        line-height: 1;
    }


    .catalog .bg-header {
        background-size: cover;
        background-position: center center;
        color: white;
        border-radius: 6px;
        text-align: center;
        height: auto;
        flex-wrap: wrap;
        padding: 15px 0;
    }

    .catalog .bg-header h2 {
        font-size: 20px;
        line-height: 100%;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
    }

    .catalog .bg-header p {
        font-size: 12px;
        line-height: 100%;
        font-weight: 500;
        margin-top: 6px;
        display: block;
        flex-basis: 100%;
        text-transform: uppercase;
    }

    .options {
        padding: 40px 0 24px 0;
    }

    .options .filter {
        display: flex;
        align-items: center;
        overflow-x: auto;
    }

    .options .item {
        margin-right: 10px;
        border-radius: 10px;
        padding: 8px 15px 6px 15px;
        background: rgba(32, 32, 32, 0.03);
        display: flex;
        align-items: center;
        height: 40px;
        justify-content: center;
        position: relative;
        cursor: pointer;
    }

    .options .all.item span {
        display: none;
    }

    .options .item span {
        display: block;
        line-height: 1;
    }

    .options .item img {
        margin-left: 10px;
        position: relative;
        top: -2px;
    }

    .options .all.item img {
        padding: 0 10px;
        margin-left: 0;
    }

    .options .all.item .count {
        min-width: 24px;
        height: 24px;

    }

    .options .item.active {
        background: rgba(255, 76, 216, 0.15);
    }

    .options .item ul {
        opacity: 0;
        visibility: hidden;
        transition-property: opacity, visibility;
        transition-duration: 0.2s;
        transition-delay: 0.15s;
        position: fixed;
        z-index: 9;
        background: #ffffff;
        border-radius: 10px;
        padding: 24px;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
        top: auto;
        left: 0;
        min-width: 100%;
        bottom: 0;
    }

    .options .item:hover img {
        transform: rotate(180deg);
        transition: 0.5s;
    }

    .options .item:hover ul {
        opacity: 1;
        visibility: visible;
    }

    .options ul li label {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    .options ul li:last-child label {
        margin-bottom: 0
    }

    .options label input {
        display: none;
    }

    .options label em {
        border-radius: 4px;
        border: 1px solid #eee;
        width: 20px;
        margin-right: 12px;
        position: relative;
        top: -1px;
        height: 20px;
        position: relative;
        display: inline-flex;
    }

    .options label input[type="checkbox"]:checked + em {
        background: var(--prime) url(../img/check.svg) no-repeat center;

    }

    .options .total {
        color: rgba(32, 32, 32, 0.5);
        font-size: 18px;
        line-height: 130%;
        font-weight: 400;
        padding: 0 16px;
    }

    .options .total p {
        padding: 24px 0 0 0;
        border-top: 1px solid #eee;
    }

    .options .total .buts {
        margin-top: 16px;
    }

    .options .total .but {
        width: 50%
    }

    .options .total .but button {
        background: var(--prime);
        width: 100%;
        text-align: center;
        display: block;
        font-size: 20px;
    }


    .options .total .but button.reset {
        background: rgba(32, 32, 32, 0.1);
        margin-left: 10px;
        color: initial;
        text-align: center;
        display: block;
    }


    .allfilters {
        padding: 0 0 24px 0;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
        background: white;
        position: fixed;
        transform: translateX(5000px);
        z-index: 999;
        top: 0;
        right: 0;
        height: 100%;
        transition: 0.7s;
        overflow-y: auto;
        min-width: 100%;
        margin-top: 30%;
        max-height: 84%;
        border-radius: 15px 15px;
    }

    .allfilters.active {
        transform: translateX(0px);
    }

    .overlay {
        background: #00000099;
        z-index: 9;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .allfilters .title {
        font-size: 30px;
        line-height: 100%;
        font-weight: 500;
        padding-bottom: 0;
    }

    .allfilter .close {
        cursor: pointer;
    }

    .allfilters .filtger-top {
        overflow: auto;
    }


    .allfilters .filter-block {
        padding: 16px;
        border-top: 1px solid #eee;
    }

    .allfilters .filter-top .fl {
        padding: 15px 16px 12px;
    }

    .allfilters .subtitle {
        font-size: 20px;
        line-height: 100%;
        font-weight: 500;
        margin-bottom: 16px;
    }

    .catalog .grids {
        display: none;
    }


    .catalog .options {
        margin-bottom: 0px;
    }

    .catalog .row .item {
        margin-bottom: 30px
    }

    .catalog .item .img {
        background: rgba(32, 32, 32, 0.03);
        border-radius: 20px;
        padding: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .catalog .item .addfav {
        position: absolute;
        right: 15px;
        top: 15px;
    }

    .catalog .item .subtitle {
        font-size: 16px;
        line-height: 100%;
        font-weight: 500;
        margin-top: 16px;
    }

    .catalog .item .sku {
        color: rgba(32, 32, 32, 0.5);
        font-size: 12px;
        margin-top: 6px;
    }

    .addmore {
        margin-top: 0;
        background: rgba(32, 32, 32, 0.1);
        border-radius: 10px;
        padding: 12px 32px 10px 32px;
        text-align: center;
        width: 213px;
        margin: 30px auto 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        cursor: pointer;
        transition: 0.5s;
    }

    .addmore:hover {
        background: rgba(32, 32, 32, 0.15);
    }


    /*PROD CARD*/

    .specs-list {
        width: 100%;
        margin-top: 30px;
    }

    .spec-item {
        display: flex;
        margin-bottom: 15px;
        position: relative;
        align-items: flex-end;
    }

    dt {
        color: #666;
        padding-right: 12px;
        background: white;
        position: relative;
        z-index: 2;
        flex-shrink: 0;
        font-size: 16px;
        font-weight: 400;
    }

    dd {
        color: initial;
        margin-left: auto;
        padding-left: 12px;
        background: white;
        position: relative;
        z-index: 2;
        text-align: right;
        flex-shrink: 0;
        font-weight: 400;
        font-size: 16px;
        margin-bottom: 0;
    }

    dd.av {
        color: #3FC656;
    }

    .spec-dots {
        position: absolute;
        bottom: 5px;
        left: 0;
        right: 0;
        height: 1px;
        border-bottom: 2px dotted #666;
        z-index: 1;
    }

    .gallery .main-image {
        background: rgba(32, 32, 32, 0.03);
        border-radius: 20px;
        padding: 20px;
        position: relative;
        display: flex;
        justify-content: center;
        margin-bottom: 24px;
    }

    .gallery .GalleryThumbs {
        position: initial;
        padding: 0 10px;
        display: none;
    }

    .gallery .swiper-button-prev {
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #eee;
        background: white;
        z-index: 99;
        position: absolute;
        left: -10px;
        top: 42%;
    }

    .gallery .swiper-button-next {
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #eee;
        background: white;
        z-index: 99;
        position: absolute;
        right: -10px;
        top: 45%;
    }

    .gallery .main-image .addfav {
        position: absolute;
        right: 32px;
        top: 32px;
        z-index: 9;
    }

    .gallery .GalleryThumbs .swiper-slide {
        background: #f9f9f9;
        cursor: pointer
    }

    .gallery .GalleryThumbs .swiper-slide img {
        border-radius: 20px;
        border: 2px solid #eee;
    }

    .gallery .swiper-slide.swiper-slide-active.swiper-slide-thumb-active img {
        border: 2px solid var(--prime);
    }

    .gallery .swiper-slide.swiper-slide-thumb-active img {
        border: 2px solid var(--prime);
    }

    .prod .intro {
        font-size: 16px;
        margin-top: 15px;
    }

    .prod .icons {
        margin-bottom: 40px;
    }

    .prod .icons .item a {
        color: var(--prime);
        font-size: 16px;
    }

    .prod .icons .item + .item {
        margin-left: 24px;
    }

    .prod .icons .item + .item a {
        color: #3CBEFF;
    }

    .prod .icons .item img {
        margin-right: 10px;
    }

    .prod .addtocart .but button {
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        width: 100%;
        text-align: center;
        line-height: 1;
    }

    .prod .addtocart .but button img {
        margin-left: 10px;
    }


    .prod .col-lg-6 {
        padding-right: 15px;
    }

    .prod .col-lg-6 + .col-lg-6 {
        padding-left: 15px;
    }

    .catalog .swiper-nav {
        display: none;
        align-items: center;
    }

    .catalog .swiper-nav div {
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #eee;
    }

    .catalog .swiper-nav div + div {
        margin-left: 10px;
    }

    .inner .breadcrumbs + .prod {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .prod h1 {
        margin-top: 0;
        margin-bottom: 20px;
        font-size: 28px;
        line-height: 1;
    }

    .mySwiperYooSee {
        margin-top: 30px;
    }

    .mySwiperYooSee .swiper-wrapper {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -10px;
    }

    .mySwiperYooSee .swiper-wrapper .swiper-slide {
        flex-basis: 50%;
        padding: 0 10px;
        margin-bottom: 20px;

    }

    .breadcrumbs ul {
        display: flex;
        overflow-x: auto;

    }

    .breadcrumbs ul li {
        white-space: nowrap;
    }

    .gallery .swiper-pagination.swiper-pagination-fraction {
        position: absolute;
        bottom: 20px;
        left: 20px;
        width: auto;
        background: white;
        padding: 10px 13px 5px;
        height: auto;
        top: auto;
        border-radius: 14px;
    }

    /*NEWS*/



    .text-page img {
        width: 100%;
        border-radius: 15px;
        margin-bottom: 20px;
    }


    .text-page h1 {
        font-size: 30px;
    }


    .text-page .back-to a {
        display: flex;
        align-items: center;
        font-size: 18px;
        font-weight: 500;
    }

    .text-page .back-to {
        margin-top: 30px;
    }

    .text-page .back-to img {
        width: auto;
        margin-bottom: 0;
        margin-right: 15px;
    }

    .text-page .last-news {
        margin-top: 50px;
    }

    .text-page .last-news h2 {
        font-size: 30px;
        margin-bottom: 40px;
    }

    .text-page .last-news .meta {
        margin-bottom: 8px;
    }

    .text-page .last-news .title {
        font-size: 18px;
        line-height: 1;
        font-weight: 500;
    }

    .text-page .last-news .item {
        border-bottom: 1px solid #eee;
        margin-bottom: 18px;
        padding-bottom: 18px;
    }

    .text-page .last-news .item:last-child {
        border: none;
    }

    .text-page .col-lg-9 {
        padding-right: 15px;
    }

    .text-page .col-lg-3 {
        padding-left: 15px;
    }

    .contacts .item {
        margin-bottom: 20px;
    }

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

    /*SEARCH MODAL*/

    .search {
        cursor: pointer;
        position: relative;
        z-index: 2;
    }

    /* Оверлей поиска */
    .search-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: white;
        z-index: 1000;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }

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

    /* Контейнер с контентом */
    .search-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    /* Шапка с логотипом и крестиком */
    .search-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 0;
    }

    .search-close {
        cursor: pointer;
        padding: 0;
        transition: transform 0.3s ease;
        position: absolute;
        right: 8px;
        top: -60px;
    }

    .search-close:hover {
        transform: rotate(90deg);
    }


    .search-content {
        display: block;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .search-field-container {
        position: relative;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        display: flex;
        min-width: 100%;
    }

    .search-input {
        width: 100%;
        padding: 20px 0px 10px 0px;
        border: none;
        border-bottom: 1px solid silver;
        font-size: 18px;
        outline: none;
        transition: border-color 0.3s ease;
        display: block;
    }

    .search-input:focus {
        border-color: #007bff;
    }

    .search-submit {
        position: absolute;
        right: 0px;
        top: 10px;
        width: 40px;
        height: 40px;
        background: none;
        border: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background 0.3s ease;
        padding: 0;
        opacity: 0.6;
    }

    .search-submit:hover {
        background: #0056b3;
    }

    .search-results {
        background: white;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
        padding: 16px 16px 4px 16px;
        border-radius: 20px;
        margin-top: 20px;
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .search-results .item {
        margin-bottom: 14px;
        flex-wrap: nowrap;
    }

    .search-results .item .img {
        background: rgba(32, 32, 32, 0.03);
        border-radius: 20px;
        padding: 8px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin-right: 12px;
    }

    .search-results .item .img img {
        width: 48px;
    }

    .search-results .item .title a {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 8px;
        line-height: 1;
    }

    .search-results .item .sku {
        color: rgba(32, 32, 32, 0.5);
        font-size: 14px;
    }

}

/*END MOBILE*/



@media (min-width: 576px) {
     .cats .item a {
       min-height: 296px;
       padding: 32px;
       width: 100%;
    }


    .cats .item span {
        font-size: 28px;
    }

    .cats .item img {
        height: 170px;
        width: auto;
        max-width: max-content;
    }
}

@media (min-width: 768px) {
     .cats .item a {
       min-height: 186px;
       padding: 22px;
       width: 100%;
    }


    .cats .item span {
        font-size: 21px;
    }

    .cats .item img {
        height: 90px;
        width: auto;
        max-width: max-content;
    }
}

@media (min-width: 992px) {
     .cats .item a {
       min-height: 296px;
       padding: 22px;
       width: 100%;
    }


    .cats .item span {
        font-size: 28px;
    }

    .cats .item img {
        height: 150px;
        width: auto;
        max-width: max-content;
    }
}

@media (min-width: 1200px) {
     .cats .item a {
       min-height: 336px;
       padding: 32px;
       width: 100%;
    }


    .cats .item span {
        font-size: 30px;
    }

    .cats .item img {
        height: 210px;
        width: auto;
        max-width: max-content;
    }
}

@media (min-width: 1400px) {
    .cats .item a {
       min-height: 406px;
       padding: 32px;
       width: 100%;
    }


    .cats .item span {
        font-size: 34px;
    }

    .cats .item img {
        height: 240px;
        width: auto;
        max-width: max-content;
    }
}

@media (min-width: 1550px) {
       .cats .item a {
       min-height: 406px;
       padding: 32px;
       width: 100%;
    }


    .cats .item span {
        font-size: 40px;      
    }

    .cats .item img {
        height: 240px;
        width: auto;
        max-width: max-content;
    }
}