@font-face {
    font-family: Montserrat-Regular;
    src: url(font/Montserrat-Regular.eot);
    src: url(font/Montserrat-Regular.eot?#iefix) format("embedded-opentype"), url(font/Montserrat-Regular.woff2) format("woff2"), url(font/Montserrat-Regular.woff) format("woff"), url(font/Montserrat-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Montserrat-Bold;
    src: url(font/Montserrat-Bold.eot);
    src: url(font/Montserrat-Bold.eot?#iefix) format("embedded-opentype"), url(font/Montserrat-Bold.woff2) format("woff2"), url(font/Montserrat-Bold.woff) format("woff"), url(font/Montserrat-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body,
html {
    font-family: Montserrat-Regular;
    box-sizing: border-box;
    position: relative;
    background-color: #fff;
    color: #202222;
    padding: 0;
    margin: 0;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    border: 0;
}

a {
    padding: 0;
    text-decoration: none;
    color: #202222;
}

    a:focus,
    a:hover {
        text-decoration: none;
        color: #202222;
    }

p {
    margin: 0;
}

:focus {
    outline: 0;
}

.clear {
    clear: both;
}

div,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

.relative {
    position: relative;
}

.height100 {
    height: 100%;
}

#page {
    width: 100%;
    position: relative;
}

.img_center {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.main {
    width: 100%;
    margin: 0 auto;
    padding: 0 160px;
}

    .main.table {
        display: table;
    }

.banner {
    width: 100%;
    display: table;
    padding: 0 0 0 110px;
}

.logo {
    width: 16%;
    height: 150px;
    float: left;
    display: block;
    padding: 5px 25px 0 0;
}

    .logo a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .logo img {
        object-fit: contain;
        width: 100%;
        height: 100%;
        max-width: 215px;
    }

.banner-middle {
    width: 64%;
    height: 100%;
    padding: 38px 140px 0 0;
    display: table;
    float: left;
    position: relative
}

.banner-right {
    width: 20%;
    height: 150px;
    display: block;
    float: right;
    position: relative;
    overflow: hidden;
    background: #fbf9f9;
}

    .banner-right a {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        padding-right: 160px;
    }

    .banner-right:hover a {
        -webkit-animation: spin ease-in-out 1.2s;
        -moz-animation: spin ease-in-out 1.2s;
        -ms-animation: spin ease-in-out 1.2s;
        animation: spin ease-in-out 1.2s;
    }

@-ms-keyframes spin {
    0% {
        -ms-transform: translateX(0);
    }

    50% {
        -ms-transform: translateX(-120%);
        opacity: 0;
    }

    51% {
        -ms-transform: translateX(120%);
        opacity: 1;
    }

    100% {
        -ms-transform: translateX(0);
    }
}

@-moz-keyframes spin {
    0% {
        -moz-transform: translateX(0);
    }

    50% {
        -moz-transform: translateX(-120%);
        opacity: 0;
    }

    51% {
        -moz-transform: translateX(120%);
        opacity: 1;
    }

    100% {
        -moz-transform: translateX(0);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(-120%);
        opacity: 0;
    }

    51% {
        -webkit-transform: translateX(120%);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@keyframes spin {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-120%);
        opacity: 0;
    }

    51% {
        transform: translateX(120%);
        opacity: 1;
    }

    100% {
        transform: translateX(0);
    }
}

.banner-right-text {
    width: 100%;
    display: table;
    margin-top: 45px;
    font-family: Montserrat-Regular;
    font-size: 12px;
    line-height: 18px;
    color: #909191;
    text-align: right;
    transition: all ease-in-out 0.5s;
}

    .banner-right-text span {
        display: table;
        width: 100%;
        font-family: Montserrat-Bold;
        font-size: 22px;
        line-height: 22px;
        color: #ddc910;
        text-align: right;
        transition: all ease-in-out 0.5s;
    }

.banner-right-img {
    width: auto;
    height: 30px;
    display: block;
    float: right;
    margin-top: 12px;
}

    .banner-right-img img {
        object-fit: contain;
        width: 100%;
        height: 100%;
        max-width: 153px;
        max-height: 29px;
    }

.banner-middle-top {
    width: 100%;
    display: table;
}

.banner-middle-bottom {
    width: 100%;
    display: table;
    margin-top: 20px;
}

.searchBlock {
    width: 50%;
    height: 44px;
    display: block;
    float: left;
    background: #f5f3f3;
    border-radius: 6px;
    padding: 12px 10px 10px 10px;
}

.searchBtn {
    width: 22px;
    height: 22px;
    display: block;
    float: left;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    cursor: pointer;
    background-image: url(../images/icons/search.png);
    background-position: center center;
    background-repeat: no-repeat;
    transition: all ease-in-out 0.5s;
}

.textbox {
    width: 100%;
    height: 100%;
    float: left;
    display: block;
    background: 0 0;
    border: none;
    font-size: 11px;
    line-height: 22px;
    font-family: Montserrat-Regular;
    color: #b3aeae;
    resize: none;
    padding: 0;
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
}

    .textbox::placeholder {
        color: #b3aeae;
    }

.searchBlock .textbox {
    width: calc(100% - 22px);
    height: 22px;
    padding: 0 6px;
}

.searchBlock .textbox {
    color: #202222;
}

.banner-contact {
    float: right;
    display: table;
}

.banner-contact-item {
    width: auto;
    display: table;
    margin: 12px 15px 10px 0;
    float: left;
    font-family: Montserrat-Regular;
    font-size: 11px;
    line-height: 22px;
    transition: all ease-in-out 0.5s;
}

    .banner-contact-item:last-child {
        margin-right: 0;
    }

    .banner-contact-item span {
        color: #312783;
        margin-right: 1px;
    }

    .banner-contact-item a {
        color: #909191;
        transition: all ease-in-out 0.5s;
    }

        .banner-contact-item a:hover {
            color: #202222;
        }

.menu {
    width: calc(100% - 100px);
    display: table;
    float: left;
}

    .menu ul {
        width: 100%;
        padding: 0;
        margin: 0;
        display: table;
        list-style: none;
    }

        .menu ul li {
            float: left;
            margin-right: 32px;
        }

            .menu ul li a {
                display: block;
                font-family: Montserrat-Bold;
                font-size: 18px;
                line-height: 30px;
                color: #202222;
                transition: all ease-in-out 0.5s;
            }

                .menu ul li a.selected,
                .menu ul li a:hover {
                    color: #312783;
                }

.banner-insta {
    width: auto;
    max-width: 100px;
    height: 30px;
    display: block;
    float: right;
    position: relative;
}

    .banner-insta a {
        width: 100%;
        height: 100%;
        position: relative;
        display: block;
    }

    .banner-insta img {
        max-width: 92px;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .banner-insta:hover::before {
        opacity: 1;
        height: calc(100% + 10px);
        bottom: -3px;
    }

    .banner-insta::before {
        content: "";
        position: absolute;
        left: -7px;
        bottom: 20px;
        opacity: 0;
        width: calc(100% + 14px);
        height: 0;
        border-radius: 6px;
        -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.1);
        transition: all ease-in-out 0.3s;
    }

.slider {
    width: 100%;
    height: 100%;
    display: block;
    background: #fff;
    position: relative;
}

.swiper-back {
    position: absolute;
    width: 100%;
    height: 100%;
}

    .swiper-back img {
        width: 100%;
        height: 100%;
        /*object-fit: cover;*/
    }

    .swiper-back video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.swiper-text {
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
}

.swiper-content {
    display: table-cell;
    vertical-align: middle;
}

.swiper-content-block {
    width: auto;
    margin: 0 0 0 100px;
}

.slider-text {
    width: 100%;
    display: table;
    font-family: Montserrat-Regular;
    font-size: 55px;
    line-height: 60px;
    color: #202222;
}

    .slider-text span {
        font-family: Montserrat-Bold;
        color: #972b14;
    }

.animated .roll-in-left {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: rollInLeft;
    animation-name: rollInLeft;
}

.animated .roll-in-right {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: rollInRight;
    animation-name: rollInRight;
}

.animated .in-top {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: InTop;
    animation-name: InTop;
}

.animated .in-left {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: InLeft;
    animation-name: InLeft;
}

.animated .in-right {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: InRight;
    animation-name: InRight;
}

@-webkit-keyframes rollInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-60deg);
        transform: translateX(-100%) rotate(-60deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0);
    }
}

@keyframes rollInLeft {
    0% {
        opacity: 0;
        transform: translateX(-100%) rotate(-60deg);
    }

    100% {
        opacity: 1;
        transform: translateX(0) rotate(0);
    }
}

@-webkit-keyframes rollInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(60deg);
        transform: translateX(100%) rotate(60deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0);
    }
}

@keyframes rollInRight {
    0% {
        opacity: 0;
        transform: translateX(100%) rotate(60deg);
    }

    100% {
        opacity: 1;
        transform: translateX(0) rotate(0);
    }
}

@-webkit-keyframes InLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes InLeft {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes InRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes InRight {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes InTop {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes InTop {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.main-corporate-block {
    width: 100%;
    display: table;
    margin: 75px 0 65px 0;
}

.main-corporate-left {
    width: 660px;
    height: 500px;
    display: block;
    float: left;
}

    .main-corporate-left img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

.main-corporate-right {
    width: calc(100% - 880px);
    height: 500px;
    display: table;
    float: right;
}

.main-corporate-center {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.main-corporate-head {
    width: 100%;
    display: table;
    font-family: Montserrat-Bold;
    font-size: 26px;
    line-height: 36px;
    color: #312783;
    margin-bottom: 10px;
}

    .main-corporate-head h1 {
        display: inline;
        font-size: 24px;
        line-height: 36px;
    }

.main-corporate-text {
    width: 100%;
    display: table;
    font-family: Montserrat-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #202222;
    text-align: justify;
    margin-bottom: 35px;
}

.main-corporate-button {
    width: 275px;
    margin: 0 auto;
    display: table;
    border-radius: 36px;
    border: 2px solid #362f77;
    background: #362f77;
    transition: all ease-in-out 0.5s;
}

    .main-corporate-button a {
        display: block;
        font-family: Montserrat-Bold;
        font-size: 24px;
        line-height: 40px;
        color: #fff;
        text-align: center;
        padding: 15px 10px;
        transition: all ease-in-out 0.5s;
    }

    .main-corporate-button:hover {
        background: 0 0;
    }

        .main-corporate-button:hover a {
            color: #362f77;
        }

.main-product-block {
    width: 100%;
    display: table;
    margin-bottom: 65px;
}

.main-product-container {
    width: 100%;
    display: table;
    padding: 40px 35px 20px 35px;
    background-color: #f5f5f5;
}

    .main-product-container.categories {
        padding: 45px 35px 20px 35px;
        margin-bottom: 20px;
    }

.main-product-container-head {
    width: 100%;
    display: table;
    font-family: Montserrat-Bold;
    font-size: 23px;
    line-height: 42px;
    color: #312783;
    padding-left: 4px;
    margin-bottom: 24px;
}

    .main-product-container-head h2 {
        font-size: 23px;
        line-height: 42px;
    }

.main-product-container ul {
    width: 102%;
    margin: 0;
    padding: 0;
    display: table;
    list-style: none;
}

    .main-product-container ul li {
        width: 24%;
        height: 380px;
        display: block;
        float: left;
        margin: 0 1% 25px 0;
        background: #fff;
        border-radius: 6px;
    }

        .main-product-container ul li a {
            display: block;
            width: 100%;
            height: 100%;
        }

.main-prod-img {
    width: 100%;
    height: 315px;
    display: table;
    padding: 20px 15px 15px 15px;
}

    .main-prod-img img {
        max-width: 260px;
        max-height: 260px;
        transform: scale(0.9);
        object-fit: contain;
        transition: all ease-in-out 0.2s;
    }

.main-prod-head {
    width: 100%;
    display: table;
    font-family: Montserrat-Bold;
    font-size: 22px;
    line-height: 30px;
    color: #202222;
    text-align: center;
    padding: 0 10px;
    transition: all ease-in-out 0.2s;
}

    .main-prod-head h1 {
        font-size: 22px;
        font-weight: normal;
    }

.main-product-container ul li:hover .main-prod-img img {
    transform: scale(1);
}

.main-product-container ul li:hover .main-prod-head {
    color: #312783;
}

.main-product-container ul li.allprod {
    background: 0 0;
    display: table;
}

.main-prod-all {
    display: table-cell;
    vertical-align: middle;
}

.main-prod-all-link {
    width: 75%;
    border-radius: 36px;
    border: 2px solid #362f77;
    background: #362f77;
    margin: 0 auto;
    transition: all ease-in-out 0.5s;
}

    .main-prod-all-link a {
        display: block;
        font-family: Montserrat-Bold;
        font-size: 24px;
        line-height: 40px;
        color: #fff;
        text-align: center;
        padding: 15px 10px;
        transition: all ease-in-out 0.5s;
    }

    .main-prod-all-link:hover {
        background: 0 0;
    }

        .main-prod-all-link:hover a {
            color: #362f77;
        }

.main-referances-block {
    width: 100%;
    display: block;
    border-top: thin solid #f3f3f3;
    border-bottom: thin solid #f3f3f3;
    margin-bottom: 90px;
}

.referance {
    width: 1600px;
    display: block;
    cursor: pointer;
}

.referance-slide {
    width: 100%;
    height: 175px;
    padding: 20px 30px;
    display: table;
}

    .referance-slide img {
        max-width: 100%;
        max-height: 100px;
        margin: 0 auto;
    }

.main-new-catalog-block {
    width: 100%;
    display: table;
    margin-bottom: 75px;
}

.main-new-block {
    width: 610px;
    height: 465px;
    position: relative;
    display: block;
    float: left;
    border: 2px solid #f3f3f3;
    padding: 37px 75px 0 75px;
}

.main-news-head {
    width: 100%;
    display: table;
    font-family: Montserrat-Bold;
    font-size: 24px;
    line-height: 30px;
    color: #312783;
    margin-bottom: 30px;
    padding-left: 5px;
    transition: all ease-in-out 0.5s;
}

.news {
    width: 100%;
    display: block;
}

.main-news-item {
    display: table;
    width: 100%;
    padding: 0 2px;
}

.main-news-item-img {
    width: 100%;
    height: 250px;
    display: block;
    margin-bottom: 22px;
}

    .main-news-item-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

.main-news-item-head {
    width: 100%;
    display: table;
    font-family: Montserrat-Regular;
    font-size: 18px;
    line-height: 24px;
    color: #202222;
    transition: all ease-in-out 0.5s;
}

.main-news-all-link {
    width: auto;
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 5;
    background-image: url(../images/icons/link-arrow-icon-black.png);
    background-position: right center;
    background-repeat: no-repeat;
}

    .main-news-all-link a {
        font-family: Montserrat-Regular;
        font-size: 14px;
        line-height: 18px;
        color: #312783;
        padding-right: 10px;
    }

.main-catalog-block {
    display: block;
    float: left;
    width: 280px;
    margin: 0 0 0 40px;
    background: url(../images/catalog-back.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.main-catalog-block-item {
    width: 100%;
    height: 465px;
    display: table;
}

.main-catalog-icon {
    width: 100%;
    height: 169px;
    display: block;
    margin: 64px 0 9px 0;
}

    .main-catalog-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.main-catalog-text {
    width: auto;
    display: table;
    font-family: Montserrat-Regular;
    font-size: 24px;
    line-height: 30px;
    color: #202222;
    text-align: center;
    margin: 0 auto;
    transition: all ease-in-out 0.5s;
}

    .main-catalog-text span {
        font-family: Montserrat-Bold;
        display: table;
        position: relative;
        padding-right: 15px;
        transition: all ease-in-out 0.5s;
    }

        .main-catalog-text span::before {
            content: "";
            position: absolute;
            right: 0;
            bottom: 0;
            width: 9px;
            height: 26px;
            background-image: url(../images/icons/arrow-right-small-blue.png);
            background-position: center center;
            background-repeat: no-repeat;
            background-size: contain;
        }

.main-catalog-block-item:hover .main-catalog-text,
.main-catalog-block-item:hover .main-catalog-text span {
    color: #312783;
}

.main-instagram-block {
    width: 615px;
    display: table;
    float: right;
}

.main-instagram-head {
    width: 100%;
    display: table;
    margin-bottom: 21px;
}

    .main-instagram-head a {
        display: table;
        padding-left: 37px;
        font-family: Montserrat-Regular;
        font-size: 18px;
        line-height: 24px;
        color: #312783;
        background-image: url(../images/icons/instagram.png);
        background-position: 6px top;
        background-repeat: no-repeat;
        background-size: contain;
        transition: all ease-in-out 0.5s;
    }

        .main-instagram-head a:hover {
            color: #202222;
        }

.main-instagram-list {
    width: 101.4%;
    display: table;
}

.main-instagram-item {
    width: 32%;
    height: 200px;
    display: block;
    float: left;
    margin: 10px 1.3% 0 0;
}

    .main-instagram-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.main-min-info-block {
    width: 100%;
    display: table;
    margin-bottom: 65px;
}

.main-info-item {
    width: 37%;
    float: left;
    display: table;
    min-height: 120px;
    padding-left: 55px;
}

    .main-info-item.quality {
        background-image: url(../images/icons/icon-quality.png);
        background-position: 2px 3px;
        background-repeat: no-repeat;
    }

    .main-info-item.delivery {
        background-image: url(../images/icons/icon-delivery.png);
        background-position: 2px 3px;
        background-repeat: no-repeat;
    }

    .main-info-item.satisfaciton {
        width: auto;
        max-width: 26%;
        float: right;
        background-image: url(../images/icons/icon-satisfaciton.png);
        background-position: 2px 3px;
        background-repeat: no-repeat;
    }

.main-info-item-content {
    width: 100%;
    max-width: 345px;
    display: table;
}

.main-info-item.quality .main-info-item-content {
    max-width: 290px;
}

.main-info-head {
    width: 100%;
    display: table;
    margin-top: 12px;
    font-family: Montserrat-Regular;
    font-size: 18px;
    line-height: 26px;
    color: #202222;
    transition: all ease-in-out 0.5s;
}

.main-info-text {
    width: 100%;
    display: table;
    font-family: Montserrat-Regular;
    font-size: 14px;
    line-height: 24px;
    color: #909191;
    transition: all ease-in-out 0.5s;
    text-align: justify;
}

.footer-bottom {
    width: 100%;
    display: table;
    background: #fff;
}

    .footer-bottom a {
        display: block;
        font-family: Montserrat-Regular;
        font-size: 11px;
        line-height: 25px;
        color: #202222;
        transition: all ease-in-out 0.5s;
    }

        .footer-bottom a:hover {
            color: #312783;
        }

.owner {
    float: left;
}

.design {
    float: right;
}

.footer {
    width: 100%;
    min-height: 210px;
    display: table;
    background: #f5f3f4;
    padding: 20px 0 10px 0;
}

.footer-logo {
    width: 16%;
    display: table;
    float: left;
    margin-top: 3px;
}

    .footer-logo img {
        width: 100%;
        height: 100%;
        max-width: 188px;
        object-fit: contain;
    }

.footer-address {
    width: 14%;
    display: table;
    float: left;
}

.footer-head {
    width: 100%;
    display: table;
    font-family: Montserrat-Bold;
    font-size: 14px;
    line-height: 20px;
    color: #202222;
    margin-bottom: 4px;
    transition: all ease-in-out 0.5s;
}

.footer-address-item {
    width: 100%;
    display: table;
    font-family: Montserrat-Regular;
    font-size: 11px;
    line-height: 14px;
    color: #909191;
    transition: all ease-in-out 0.5s;
}

    .footer-address-item.address {
        max-width: 215px;
        margin: 3px 0 4px 0;
        padding-right: 15px;
    }

    .footer-address-item a {
        font-size: 11px;
        line-height: 20px;
        color: #909191;
        transition: all ease-in-out 0.5s;
    }

        .footer-address-item a:hover {
            color: #312783;
        }

.footer-social {
    width: 100%;
    display: table;
    margin-top: 14px;
}

.footer-social-item {
    width: 24px;
    height: 25px;
    display: block;
    float: left;
    margin-right: 6px;
    transition: all ease-in-out 0.5s;
}

    .footer-social-item a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .footer-social-item img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .footer-social-item:hover {
        transform: translateY(-3px);
    }

.footer-categories {
    width: 25%;
    display: table;
    float: left;
}

.footer-menu {
    width: 100%;
    padding: 0;
    margin: 0;
    display: table;
    list-style: none;
}

    .footer-menu li {
        width: 100%;
        display: table;
    }

        .footer-menu li a {
            display: table;
            font-family: Montserrat-Regular;
            font-size: 11px;
            line-height: 20px;
            color: #909191;
            transition: all ease-in-out 0.5s;
        }

            .footer-menu li a:hover {
                color: #312783;
            }

    .footer-menu.half li {
        float: left;
        width: 50%;
        max-width: 175px;
    }

.footer-menues {
    width: 8%;
    display: table;
    float: left;
}

.footer-info-menues {
    width: 10%;
    display: table;
    float: left;
    margin-top: 20px
}

.footer-enews {
    width: 25%;
    display: table;
    float: right;
}

.footer-enews-block {
    width: 100%;
    height: 130px;
    display: block;
    position: relative;
    background: #362f77;
    border-radius: 15px;
    margin-top: 5px;
    padding: 20px 20px 0 20px;
}

.footer-enews-head {
    width: 100%;
    display: table;
    font-family: Montserrat-Bold;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 20px;
}

.footer-enews-icon {
    width: 110px;
    height: 42px;
    position: relative;
    overflow: hidden;
    display: block;
    float: left;
}

    .footer-enews-icon img {
        width: 100%;
        height: 100%;
        max-height: 41px;
        object-fit: contain;
    }

.footer-enews-text-block {
    width: calc(100% - 110px);
    display: block;
    float: left;
    padding: 2px 0 2px 44px;
}

.footer-enewsback {
    width: 100%;
    height: 38px;
    display: table;
    background: #fff;
    border-radius: 20px;
    padding: 0 10px 0 15px;
}

    .footer-enewsback .textbox {
        width: calc(100% - 15px);
        font-size: 11px;
        color: #202222;
        line-height: 20px;
        padding: 12px 0;
    }

        .footer-enewsback .textbox::placeholder {
            color: #202222;
            opacity: 1;
        }

.enewsBtn {
    width: 15px;
    height: 38px;
    display: table;
    float: right;
    cursor: pointer;
    background-color: transparent;
    background-image: url(../images/icons/enews.png);
    background-position: center center;
    background-repeat: no-repeat;
    border: none;
    resize: none;
    padding: 0;
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
}

@keyframes mailIcon {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(120px);
        opacity: 0;
    }

    51% {
        transform: translateX(-120px);
        opacity: 1;
    }

    100% {
        transform: translateX(0);
    }
}

.footer-enews-block:hover .footer-enews-icon img {
    animation: mailIcon ease-in-out 1.2s;
}

.whatsapp {
    z-index: 1;
    width: 66px;
    height: 68px;
    display: block;
    position: fixed;
    bottom: 30px;
    left: 46px;
}

    .whatsapp a {
        display: block;
        width: 100%;
        height: 100%;
        transition: all ease-in-out 0.5s;
    }

.whatsapp-icon {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    transition: all ease-in-out 0.5s;
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: tada;
    -moz-animation-name: tada;
    -o-animation-name: tada;
    animation-name: tada;
}

    .whatsapp-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        position: relative;
        transition: all ease-in-out 0.5s;
    }

.whatsapp-notify {
    position: absolute;
    width: 22px;
    height: 22px;
    top: 0;
    right: 2px;
    opacity: 0;
    background: red;
    border-radius: 50%;
    font-family: Montserrat-Regular;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    transition: all ease-in-out 0.5s;
}

.whatsapp:hover .whatsapp-icon {
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: tada;
    -moz-animation-name: tada;
    -o-animation-name: tada;
    animation-name: tada;
}

.whatsapp:hover .whatsapp-notify {
    opacity: 1;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
    }

    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
    }
}

@-moz-keyframes tada {
    0% {
        -moz-transform: scale(1);
    }

    10%, 20% {
        -moz-transform: scale(0.95) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        -moz-transform: scale(1.05) rotate(3deg);
    }

    40%, 60%, 80% {
        -moz-transform: scale(1.05) rotate(-3deg);
    }

    100% {
        -moz-transform: scale(1) rotate(0);
    }
}

@-o-keyframes tada {
    0% {
        -o-transform: scale(1);
    }

    10%, 20% {
        -o-transform: scale(0.95) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        -o-transform: scale(1.05) rotate(3deg);
    }

    40%, 60%, 80% {
        -o-transform: scale(1.05) rotate(-3deg);
    }

    100% {
        -o-transform: scale(1) rotate(0);
    }
}

@keyframes tada {
    0% {
        transform: scale(1);
    }

    10%, 20% {
        transform: scale(0.95) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        transform: scale(1.05) rotate(3deg);
    }

    40%, 60%, 80% {
        transform: scale(1.05) rotate(-3deg);
    }

    100% {
        transform: scale(1) rotate(0);
    }
}

.animated.tada {
    -webkit-animation-name: tada;
    -moz-animation-name: tada;
    -o-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes notify {
    from {
        -webkit-transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(-30deg);
    }
}

@-moz-keyframes notify {
    from {
        -moz-transform: rotate(0);
    }

    to {
        -moz-transform: rotate(-30deg);
    }
}

@-o-keyframes notify {
    from {
        -o-transform: rotate(0);
    }

    to {
        -o-transform: rotate(-30deg);
    }
}

@keyframes notify {
    from {
        transform: rotate(15deg);
    }

    to {
        transform: rotate(-30deg);
    }
}

.animated.notify {
    -webkit-animation-name: tada;
    -moz-animation-name: tada;
    -o-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes notifyShadow {
    from {
        -webkit-transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(10deg);
    }
}

@-moz-keyframes notifyShadow {
    from {
        -moz-transform: rotate(0);
    }

    to {
        -moz-transform: rotate(10deg);
    }
}

@-o-keyframes notifyShadow {
    from {
        -o-transform: rotate(0);
    }

    to {
        -o-transform: rotate(10deg);
    }
}

@keyframes notifyShadow {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(10deg);
    }
}

.animated.notifyShadow {
    -webkit-animation-name: tada;
    -moz-animation-name: tada;
    -o-animation-name: tada;
    animation-name: tada;
}

.animated {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

.router {
    width: 100%;
    display: table;
    -webkit-box-shadow: inset 0 10px 30px -20px rgba(123, 123, 123, 0.22);
    -moz-box-shadow: inset 0 10px 30px -20px rgba(123, 123, 123, 0.22);
    box-shadow: inset 0 10px 30px -20px rgba(123, 123, 123, 0.22);
}

.router-block {
    width: 100%;
    height: 115px;
    display: table;
    position: relative;
}

.router-block-center {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.router-head {
    width: auto;
    display: table;
    float: left;
    font-family: Montserrat-Bold;
    font-size: 18px;
    line-height: 30px;
    color: #312783;
}

    .router-head h1 {
        font-size: 18px;
        line-height: 30px;
    }

.router-links {
    width: auto;
    float: right;
    display: table;
    padding-top: 2px;
}

    .router-links ul {
        width: 100%;
        padding: 0;
        margin: 0;
        display: table;
        list-style: none;
    }

        .router-links ul li {
            width: auto;
            float: left;
            position: relative;
            display: block;
            margin: 4px 7px 4px 0;
            padding-right: 11px;
        }

            .router-links ul li::after {
                content: "";
                position: absolute;
                right: 0;
                bottom: 0;
                width: 5px;
                height: calc(100% - 2px);
                background-image: url(../images/icons/router-arrow.png);
                background-position: center center;
                background-repeat: no-repeat;
                background-size: contain;
                transition: all ease-in-out 0.5s;
            }

            .router-links ul li a {
                display: block;
                font-family: Montserrat-Regular;
                font-size: 11px;
                line-height: 24px;
                color: #202222;
                transition: all ease-in-out 0.5s;
            }

            .router-links ul li:last-child {
                padding: 0;
                margin: 4px 0;
            }

                .router-links ul li:last-child::after {
                    content: none;
                }

                .router-links ul li a.selected,
                .router-links ul li a:hover,
                .router-links ul li:last-child a {
                    color: #312783;
                }

.container {
    width: 100%;
    display: table;
    margin-bottom: 40px;
}

    .container.categories {
        margin-bottom: 60px;
    }

.container-text {
    width: 100%;
    display: table;
    font-family: Montserrat-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #909191;
    text-align: justify;
}

    .container-text p {
        margin-bottom: 15px;
    }

    .container-text img {
        width: 100%;
        max-width: 100%;
        border-radius: 10px;
        margin-bottom: 5px;
        height: auto;
        object-fit: contain;
    }

.about-img-link {
    width: 100%;
    padding: 0;
    display: table;
    list-style: none;
    margin: 45px 0 45px 0;
}

    .about-img-link li {
        width: auto;
        display: table;
        float: left;
        margin: 0 100px 10px 0;
    }

        .about-img-link li img {
            max-height: 75px;
            border-radius: 0;
            margin-bottom: 0;
        }

.container-gallery {
    width: 100%;
    display: table;
    margin: 20px 0;
}

    .container-gallery ul {
        width: 104%;
        padding: 0;
        margin: 0;
        display: table;
        list-style: none;
    }

        .container-gallery ul li {
            width: 21%;
            height: 215px;
            display: block;
            float: left;
            margin: 0 4% 20px 0;
        }

            .container-gallery ul li a {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

            .container-gallery ul li img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                border-radius: 10px;
            }

.categories-list {
    width: 320px;
    min-height: 200px;
    display: table;
    position: relative;
    float: left;
    background: #f7f7f7;
    border-radius: 10px;
    padding: 20px 20px 23px 40px;
}

    .categories-list::before {
        content: "";
        position: absolute;
        left: 16px;
        top: 0;
        bottom: 0;
        width: 1px;
        height: 100%;
        background: #dbd9d9;
    }

    .categories-list ul {
        width: 100%;
        padding: 0;
        margin: 0;
        display: table;
        list-style: none;
    }

        .categories-list ul li {
            width: 100%;
            display: table;
            position: relative;
        }

            .categories-list ul li a {
                display: table;
                position: relative;
                font-family: Montserrat-Regular;
                font-size: 16px;
                line-height: 30px;
                color: #202222;
                padding: 5px 0;
                transition: all ease-in-out 0.3s;
            }

                .categories-list ul li a::after {
                    content: "";
                    position: absolute;
                    width: 15px;
                    height: 15px;
                    left: -31px;
                    top: 12.5px;
                    border-radius: 50%;
                    background: #fff;
                    border: thin solid #d3d3d3;
                }

            .categories-list ul li ul {
                padding: 0 0 0 32px;
                display: none;
            }

                .categories-list ul li ul.active {
                    display: block;
                }

                .categories-list ul li ul li a {
                    color: #909191;
                }

                    .categories-list ul li ul li a::after {
                        content: none;
                    }

            .categories-list ul li a.selected {
                font-family: Montserrat-Bold;
                color: #312783;
            }

                .categories-list ul li a.selected::after {
                    background-color: #312783;
                    border-color: #312783;
                }

            .categories-list ul li a.active::after {
                background: #fff;
                border: thin solid #d3d3d3;
            }

            .categories-list ul li a:hover {
                color: #312783;
            }

            .categories-list ul li ul li a.selected {
                font-family: Montserrat-Bold;
                color: #312783;
            }

.category-items-list,
.product-detail-content {
    width: calc(100% - 320px);
    display: table;
    float: right;
    padding-left: 45px;
}

    .category-items-list ul {
        width: 104%;
        margin: 0;
        padding: 0;
        display: table;
        list-style: none;
    }

        .category-items-list ul li {
            width: 28.8%;
            height: auto;
            float: left;
            display: block;
            position: relative;
            margin: 0 4.5% 80px 0;
            border: thin solid #e3e3e3;
        }

            .category-items-list ul li a {
                display: block;
                width: 100%;
                height: 100%;
            }

.category-items-list-img {
    width: 100%;
    height: 380px;
    display: table;
    padding: 20px;
}

    .category-items-list-img img {
        max-width: 280px;
        max-height: 280px;
        transform: scale(0.9);
        object-fit: contain;
        transition: all ease-in-out 0.2s;
    }

.category-items-list ul li:hover .category-items-list-img img {
    transform: scale(1);
}

.category-items-list-head {
    height: 60px;
    display: table;
    min-width: 255px;
    max-width: 94%;
    background: #f2f2f2;
    border-radius: 30px;
    position: absolute;
    bottom: -29px;
    left: 50%;
    transform: translate(-50%, 0);
    font-family: Montserrat-Regular;
    font-size: 16px;
    line-height: 24px;
    color: #312783;
    text-align: center;
    transition: all ease-in-out 0.3s;
}

    .category-items-list-head span {
        display: table-cell;
        vertical-align: middle;
    }

.product-detail-img {
    width: 100%;
    height: 550px;
    display: block;
    position: relative;
    padding: 15px 35px;
    z-index: 0;
    border: thin solid #e5e4e4;
    border-radius: 14px;
}

    .product-detail-img img {
        width: 100%;
        height: 100%;
        max-width: 480px;
        max-height: 460px;
        object-fit: contain;
        cursor: pointer;
    }

.product-detail-gallery {
    width: 100%;
    display: block;
    padding: 0 110px;
    margin-top: 15px;
}

#surround {
    min-width: 200px;
    width: 100%;
    height: 100%;
    display: block;
}

img.cloudzoom {
    max-width: 100%;
    max-height: 100%;
}

#slider1 {
    width: 100%;
    height: 115px;
    position: relative;
    z-index: 2;
    float: left;
    bottom: 0;
}

.prod-detail-img-block {
    width: 560px;
    display: table;
    float: left;
}

.prod-detail-right {
    width: calc(100% - 590px);
    float: right;
    position: relative;
    display: table;
}

.prod-detail-bottom {
    display: table;
    width: 100%;
}

.prod-detail-document {
    width: 100%;
    float: left;
    margin-top: 25px;
}

    .prod-detail-document ul {
        width: 100%;
        margin: 0;
        padding: 0;
        display: table;
        list-style: none;
    }

        .prod-detail-document ul li {
            width: 100%;
            height: 30px;
            display: table;
            margin-bottom: 15px;
            background-image: url(../images/icons/pdf.png);
            background-position: left center;
            background-repeat: no-repeat;
        }

            .prod-detail-document ul li a {
                padding: 0 0 0 30px;
                display: table-cell;
                vertical-align: middle;
                font-family: Montserrat-Regular;
                font-size: 12px;
                line-height: 15px;
                color: #312783;
                transition: all ease-in-out 0.5s;
            }

                .prod-detail-document ul li a:hover {
                    color: #202222;
                }

.prod-detail-head {
    display: table;
    width: 100%;
    margin-top: 12px;
    font-family: Montserrat-Bold;
    font-size: 26px;
    line-height: 38px;
    color: #312783;
    padding: 5px 135px 5px 0;
}

    .prod-detail-head h1 {
        font-size: 26px;
        line-height: 38px;
    }

.prod-detail-code {
    width: 100%;
    display: table;
    font-family: Montserrat-Regular;
    font-size: 20px;
    line-height: 34px;
    color: #909191;
    margin-bottom: 24px;
    transition: all ease-in-out 0.5s;
}

    .prod-detail-code span {
        display: inline;
        color: #202222;
        font-family: Montserrat-Bold;
    }

.prod-detail-text {
    width: 100%;
    display: table;
    font-family: Montserrat-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #909191;
}

    .prod-detail-text p {
        margin-bottom: 5px;
    }

.request-form {
    width: 128px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: #f0a70c;
    border-radius: 18px;
    transition: all ease-in-out 0.5s;
}

    .request-form:hover {
        background: #d59713;
    }

    .request-form a {
        display: block;
        width: 100%;
        font-family: Montserrat-Regular;
        font-size: 12px;
        line-height: 36px;
        color: #fff;
        text-align: center;
    }

.modal-body {
    width: 756px;
    height: 405px;
    display: block;
    top: 50%;
    background-color: #f5f3f4;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    padding: 25px 38px 0 38px;
}

    .modal-body.big {
        height: 600px;
    }

.close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 21px;
    top: 15px;
    display: block;
    background: 0 0;
    background-image: url(../images/icons/close-yellow.png);
    background-position: center center;
    background-repeat: no-repeat;
    transition: all ease-in-out 0.5s;
}

    .close:hover {
        filter: drop-shadow(0 0 8px rgba(240, 167, 12, 0.8));
        transition: all ease-in-out 0.5s;
    }

.modal-container {
    width: 100%;
    display: table;
}

.modal-head {
    width: 100%;
    display: table;
    font-family: Montserrat-Bold;
    font-size: 16px;
    line-height: 28px;
    color: #909191;
    text-align: center;
    margin-bottom: 15px;
    transition: all ease-in-out 0.5s;
}

.modal-textboxBack {
    width: 100%;
    height: 46px;
    display: table;
    position: relative;
    margin-bottom: 12px;
    background: #fff;
    border-radius: 10px;
}

    .modal-textboxBack.full {
        width: 100%;
        display: table;
    }

    .modal-textboxBack.half {
        width: calc(50% - 25px);
        float: left;
        margin-right: 25px;
    }

    .modal-textboxBack.half2 {
        width: calc(50% - 25px);
        float: right;
        margin-left: 25px;
    }

    .modal-textboxBack .textbox {
        font-size: 14px;
        line-height: 30px;
        padding: 8px 16px;
        color: #909191;
    }

        .modal-textboxBack .textbox::placeholder {
            color: #909191;
            opacity: 0.6;
        }

        .modal-textboxBack .textbox.message {
            height: 82px;
        }

    .modal-textboxBack.full2 {
        margin-bottom: 15px;
    }

    .modal-textboxBack.noback {
        background: none;
    }

.modal-send {
    width: 136px;
    display: table;
    margin: 0 auto;
    background: #312783;
    border: 2px solid #312783;
    border-radius: 18px;
    transition: all ease-in-out 0.5s;
}

    .modal-send a,
    .modal-send label,
    .modal-send span {
        width: 100%;
        display: table;
        cursor: pointer;
        font-family: Montserrat-Regular;
        font-size: 14px;
        line-height: 24px;
        color: #fff;
        text-align: center;
        padding: 4px 10px;
        transition: all ease-in-out 0.5s;
    }

    .modal-send:hover {
        background-color: transparent;
    }

        .modal-send:hover a,
        .modal-send:hover label,
        .modal-send:hover span {
            color: #312783;
        }

.modal-error {
    width: 100%;
    display: table;
    padding-top: 4px;
    font-family: Montserrat-Regular;
    font-size: 11px;
    line-height: 14px;
    color: #202222;
    text-align: center;
    transition: all ease-in-out 0.5s;
}

.order-form-img {
    width: 100%;
    height: 350px;
    display: block;
    position: relative;
}

    .order-form-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.order-form-container {
    width: calc(100% - 40px);
    min-height: 200px;
    display: block;
    position: relative;
    margin: -105px auto 0 auto;
    background: #fff;
    border-radius: 20px;
    padding: 22px 26px;
}

.order-form-container-block {
    width: 100%;
    min-height: 200px;
    display: block;
    background: #f5f3f4;
    border-radius: 20px;
    padding: 40px 35px 20px 35px;
}

.order-form-container-top {
    width: 100%;
    display: table;
    margin-bottom: 20px;
}

    .order-form-container-top.thanks {
        color: forestgreen;
        text-align: center
    }

    .order-form-container-top.error {
        color: red;
        text-align: center
    }

.order-form-container-half {
    width: calc(50% - 34px);
    display: block;
    float: left;
    margin-bottom: 20px;
}

    .order-form-container-half.right {
        float: right;
    }

.order-form-textback {
    width: 100%;
    position: relative;
    display: table;
    float: left;
    background: #fff;
    border: thin solid #e5e4e4;
    border-radius: 10px;
}

    .order-form-textback .textbox {
        font-size: 12px;
        line-height: 30px;
        color: #909191;
        padding: 0 29px;
        margin: 13px 0;
        height: 30px;
    }

        .order-form-textback .textbox::placeholder {
            color: #909191;
            opacity: 1;
        }

        .order-form-textback .textbox.address {
            height: 108px;
        }

    .order-form-textback.half {
        width: calc(50% - 45px);
        float: left;
    }

        .order-form-textback.half:nth-child(2n) {
            float: right;
        }

.order-form-container-bottom {
    width: 100%;
    display: table;
    margin-bottom: 5px;
}

.order-form-textback.counter {
    width: calc(100% - 270px);
    max-width: 415px;
}

.order-form-textback.datebox label {
    width: 150px;
    display: table;
    float: left;
    font-family: Montserrat-Regular;
    font-size: 12px;
    line-height: 30px;
    color: #909191;
    padding-left: 29px;
    margin: 13px 0;
}

.order-form-textback.datebox .textbox {
    width: calc(100% - 150px);
    float: left;
    padding-left: 0;
    text-transform: uppercase;
}

.orderFormBtn {
    width: 120px;
    height: 58px;
    float: right;
    display: table;
    cursor: pointer;
    border-radius: 10px;
    margin-right: 110px;
    font-family: Montserrat-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    background: #312783;
    border: 2px solid #312783;
    -webkit-appearance: none;
    appearance: none;
    transition: all ease-in-out 0.5s;
}

    .orderFormBtn span {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

    .orderFormBtn:hover {
        background-color: #fff;
        color: #312783;
    }

.order-form-container-add-block {
    width: 100%;
    display: table;
}

.order-form-container-send-block {
    width: 100%;
    display: table;
    margin: 40px 0 0 0;
}

.order-form-container-center {
    width: auto;
    display: table;
    margin: 0 auto;
}

.contact-form-container-right {
    width: auto;
    float: right;
}

.orderFormBtn.send {
    width: 185px;
    margin: 0 0 0 25px;
    border-radius: 29px;
    font-family: Montserrat-Bold;
    font-size: 18px;
}

.order-form-container-security-block {
    width: calc(100% - 210px);
    display: table;
    float: left;
}

.orderFromRefresh {
    width: 28px;
    height: 30px;
    margin: 14px 0;
    padding: 0;
    float: left;
    display: block;
    border: none;
    cursor: pointer;
    background-color: transparent;
    background-image: url(../images/icons/refresh.png);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    appearance: none;
}

.order-from-security-text {
    width: 90px;
    height: 40px;
    margin: 9px 0 9px 5px;
    display: block;
    float: left;
    font-family: Montserrat-Bold;
    font-size: 26px;
    line-height: 40px;
    color: #202222;
    text-align: center;
}

    .order-from-security-text img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.order-from-security-textBack {
    width: 184px;
    display: table;
    float: left;
    position: relative;
    background: #fff;
    border: thin solid #e5e4e4;
    border-radius: 30px;
    margin-left: 14px;
}

    .order-from-security-textBack .textbox {
        height: 58px;
        padding: 13px 29px;
        font-size: 12px;
        line-height: 30px;
        color: #909191;
        text-align: center;
    }

        .order-from-security-textBack .textbox::placeholder {
            color: #909191;
            opacity: 1;
        }

.order-form-container-error {
    width: 100%;
    height: 30px;
    display: table;
    font-family: Montserrat-Regular;
    font-size: 12px;
    line-height: 16px;
    color: #202222;
    text-align: center;
    padding: 8px 0 0 0;
}

.btnUp {
    width: 15px;
    height: 14px;
    display: block;
    position: absolute;
    right: 12px;
    top: 11px;
    cursor: pointer;
    background-image: url(../images/icons/counterArrowUp.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.btnDown {
    width: 15px;
    height: 14px;
    display: block;
    position: absolute;
    right: 12px;
    bottom: 10px;
    cursor: pointer;
    background-image: url(../images/icons/counterArrowDown.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.dateicon {
    position: absolute;
    content: "";
    right: 16px;
    top: 50%;
    width: 22px;
    height: 25px;
    background: #fff url(../images/icons/datapicker.png) center no-repeat;
    background-size: contain;
    transform: translate(-50%, -50%);
}

.textbox.date [type="date"] {
    background: transparent url(../images/icons/datapicker.png) 97% 50% no-repeat;
}

    .textbox.date [type="date"]::-webkit-inner-spin-button {
        display: none;
        opacity: 0;
    }

    .textbox.date [type="date"]::-webkit-calendar-picker-indicator {
        opacity: 0;
    }

    .textbox.date [type="date"]::-webkit-clear {
        display: none;
        opacity: 0;
    }

    .textbox.date [type="date"]::-webkit-calendar-picker-indicator {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: auto;
        height: auto;
        color: transparent;
        background: 0 0;
    }

.online-catalog-container {
    width: 100%;
    display: table;
}

    .online-catalog-container ul {
        width: 101.1%;
        padding: 0;
        margin: 0;
        display: table;
        list-style: none;
    }

        .online-catalog-container ul li {
            width: 32.3%;
            height: 400px;
            display: block;
            float: left;
            position: relative;
            overflow: hidden;
            margin: 0 1% 10px 0;
            background: #f0a70c;
            border-radius: 8px;
        }

            .online-catalog-container ul li img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                transform: scale(0.95);
                transition: all ease-in-out 0.3s;
            }

            .online-catalog-container ul li:hover img {
                transform: scale(1);
            }

.contact-address-block {
    width: 37%;
    height: 545px;
    display: table;
    float: left;
    border: thin solid #e6e6e6;
    border-radius: 10px;
    padding: 30px 30px 0 48px;
}

.contact-form-block {
    width: 54%;
    height: 545px;
    display: table;
    float: right;
    background: #f5f3f4;
    border-radius: 10px;
    padding: 30px 44px 0 44px;
}

.contact-address-head {
    width: 100%;
    display: table;
    font-family: Montserrat-Bold;
    font-size: 18px;
    line-height: 25px;
    color: #312783;
    margin-bottom: 10px;
    transition: all ease-in-out 0.5s;
}

    .contact-address-head.brandTitle {
        font-size: 20px;
        margin-bottom: 20px;
    }

.contact-address-text {
    width: 100%;
    display: table;
    font-family: Montserrat-Regular;
    font-size: 16px;
    line-height: 25px;
    color: #909191;
    margin-bottom: 15px;
    transition: all ease-in-out 0.5s;
}

    .contact-address-text a {
        font-size: 16px;
        line-height: 25px;
        color: #909191;
        transition: all ease-in-out 0.5s;
    }

        .contact-address-text a:hover {
            color: #202222;
        }

        .contact-address-text a strong {
            font-family: Montserrat-Bold;
        }

.contact-address-social {
    width: 100%;
    display: table;
    margin-top: 60px;
}

    .contact-address-social .footer-social-item {
        width: 29px;
        height: 29px;
        margin-right: 8px;
    }

.social-media-text {
    width: auto;
    float: left;
    display: table;
    margin-left: 5px;
    font-family: Montserrat-Regular;
    font-size: 20px;
    line-height: 29px;
    color: #312783;
    transition: all ease-in-out 0.5s;
}

    .social-media-text:hover {
        color: #202222;
    }

.contact-form-head {
    width: 100%;
    display: table;
    font-family: Montserrat-Bold;
    font-size: 20px;
    line-height: 26px;
    color: #202222;
    margin-bottom: 20px;
}

.contact-form-textback {
    width: 100%;
    height: 60px;
    display: table;
    position: relative;
    background: #fff;
    border: thin solid #eaeaea;
    border-radius: 10px;
    margin-bottom: 15px;
}

    .contact-form-textback .textbox {
        font-size: 14px;
        line-height: 40px;
        color: #909191;
        padding: 9px 16px;
    }

        .contact-form-textback .textbox::placeholder {
            color: #909191;
            opacity: 1;
        }

        .contact-form-textback .textbox.message {
            height: 120px;
        }

.contact-form-send-block {
    width: 100%;
    display: table;
}

.contact-map {
    width: 100%;
    height: 510px;
    display: block;
    position: relative;
    margin: 70px 0 10px 0;
}

.new-list-container {
    width: 100%;
    display: table;
}

    .new-list-container ul {
        width: 105.4%;
        margin: 0;
        padding: 0;
        display: table;
        list-style: none;
    }

        .new-list-container ul li {
            width: 28.3%;
            height: 440px;
            display: block;
            float: left;
            margin: 0 5% 40px 0;
        }

            .new-list-container ul li a {
                width: 100%;
                height: 100%;
                display: block;
            }

.news-list-img {
    width: 100%;
    height: 260px;
    display: block;
}

    .news-list-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

.news-list-head {
    width: 100%;
    display: table;
    font-family: Montserrat-Bold;
    font-size: 16px;
    line-height: 26px;
    color: #202222;
    margin-bottom: 8px;
    transition: all ease-in-out 0.5s;
}

.news-list-text {
    width: 100%;
    min-height: 80px;
    display: table;
    padding-bottom: 10px;
    font-family: Montserrat-Regular;
    font-size: 14px;
    line-height: 20px;
    color: #909191;
    transition: all ease-in-out 0.5s;
}

.news-list-link {
    width: 100%;
    display: table;
}

    .news-list-link span {
        width: auto !important;
        display: table !important;
        position: relative;
        font-family: Montserrat-Regular;
        font-size: 12px;
        line-height: 20px;
        color: #312783;
        padding-right: 12px;
        transition: all ease-in-out 0.5s;
    }

        .news-list-link span::after {
            content: "";
            position: absolute;
            display: block;
            width: 5px;
            height: calc(100% - 3px);
            right: 0;
            bottom: 0;
            background-image: url(../images/icons/link-arrow-icon-black.png);
            background-position: center center;
            background-repeat: no-repeat;
            background-size: contain;
            transition: all ease-in-out 0.5s;
        }

.new-list-container ul li:hover .news-list-head {
    color: #312783;
}

.news-list-menu {
    float: left;
    position: relative;
    display: block;
    width: 410px;
    padding: 0 30px 20px 0;
}

    .news-list-menu.open {
        display: table;
    }

.loadOtherNews {
    width: 22px;
    height: 22px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    cursor: pointer;
    background: 0 0;
    background-image: url(../images/icons/more-icon.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

    .loadOtherNews.close {
        display: none;
    }

.news-list-menu-head {
    width: 100%;
    display: table;
    font-family: Montserrat-Regular;
    font-size: 18px;
    line-height: 28px;
    color: #202222;
    margin-bottom: 22px;
    transition: all ease-in-out 0.5s;
}

.news-list-menu ul {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
    overflow: hidden;
}

    .news-list-menu ul.open {
        display: table;
    }

    .news-list-menu ul li {
        width: 100%;
        display: table;
        margin-bottom: 20px;
    }

        .news-list-menu ul li a {
            width: 100%;
            height: 100%;
            display: block;
        }

.news-list-menu-img {
    width: 125px;
    height: 95px;
    display: block;
    float: left;
}

    .news-list-menu-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

.news-list-menu-text {
    width: calc(100% - 125px);
    height: 95px;
    display: table;
    float: left;
    font-family: Montserrat-Bold;
    font-size: 12px;
    line-height: 20px;
    padding: 5px 0 0 18px;
    transition: all ease-in-out 0.5s;
}

.news-list-menu ul li:hover .news-list-menu-text {
    color: #312783;
}

.news-detail-block {
    width: calc(100% - 410px);
    display: table;
    float: right;
}

.news-detail-head {
    width: 100%;
    display: table;
    font-family: Montserrat-Bold;
    font-size: 22px;
    line-height: 28px;
    color: #202222;
    margin-bottom: 22px;
}

.news-detail-text {
    width: 100%;
    display: table;
    font-family: Montserrat-Regular;
    font-size: 18px;
    line-height: 24px;
    color: #909191;
    text-align: justify;
    margin-bottom: 20px;
}

    .news-detail-text p {
        margin-bottom: 15px;
    }

.news-detail-img {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

    .news-detail-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

.news-detail-gallery {
    width: 100%;
    display: table;
    margin-top: 20px;
}

    .news-detail-gallery ul {
        width: 106%;
        margin: 0;
        padding: 0;
        display: table;
        list-style: none;
    }

        .news-detail-gallery ul li {
            width: 14%;
            height: 108px;
            display: block;
            float: left;
            margin: 0 2% 15px 0;
        }

            .news-detail-gallery ul li img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                border-radius: 10px;
            }

.enews-result {
    position: absolute;
    width: 100%;
    display: block;
    left: 0;
    bottom: 4px;
    font-family: Montserrat-Regular;
    font-size: 10px;
    line-height: 20px;
    color: #fff;
    text-align: center;
}

.FormError {
    position: absolute;
    left: 17px;
    top: 14px;
    font-family: Montserrat-Regular;
    font-size: 24px;
}

.contact-form-error-block {
    display: table;
    width: 100%;
    padding-top: 5px;
    font-size: 12px;
    line-height: 16px;
    font-family: Montserrat-Regular;
    color: #202222;
    text-align: center;
}

    .contact-form-error-block .success {
        color: green;
    }

    .contact-form-error-block .error {
        color: red;
    }

.modal-textboxBack .FormError {
    left: 7px;
    top: 8px;
    font-size: 20px;
    color: red;
}

.modal-textboxBack label.error {
    display: block;
    position: absolute;
    left: 7px;
    top: 8px;
    font-family: Montserrat-Regular;
    font-size: 20px;
    color: red;
}

.contact-form-textback .FormError {
    left: 8px;
    top: 16px;
    font-size: 20px;
}

.OfferError {
    display: table;
    width: 100%;
    color: red;
}

    .OfferError.success {
        color: green;
    }

    .OfferError.loading {
        color: #312783;
        animation: pulse ease-in-out 4s infinite;
    }

@keyframes pulse {
    0% {
        opacity: 1;
    }

    10% {
        opacity: 0.7;
    }

    20% {
        opacity: 0.3;
    }

    30% {
        opacity: 0.7;
    }

    50% {
        opacity: 0.3;
    }

    60% {
        opacity: 0.7;
    }

    70% {
        opacity: 0.3;
    }

    80% {
        opacity: 0.7;
    }

    90% {
        opacity: 0.3;
    }

    100% {
        opacity: 0.7;
    }
}

.success {
    color: green;
}

.error {
    color: red;
}

.search-block-item-head {
    width: 100%;
    display: table;
    font-family: Montserrat-Bold;
    font-size: 18px;
    line-height: 24px;
    padding: 5px 0;
    margin-bottom: 15px;
    border-bottom: thin solid #202222;
}

.search-block {
    width: 100%;
    display: table;
}

    .search-block ul {
        display: table;
        list-style: none;
        width: 100%;
        margin: 0 0 20px 0;
        padding: 0 20px;
    }

        .search-block ul li {
            position: relative;
            width: 50%;
            float: left;
            margin: 0 0 15px 0;
            padding-right: 10px;
        }

        .search-block ul.search-block-news li {
            width: 33.3%;
        }

        .search-block ul.search-block-products {
            margin-bottom: 40px;
        }

            .search-block ul.search-block-products li {
                width: 31.3%;
                margin-bottom: 30px;
                margin-right: 2%;
            }

.category-items-list.search-block-full {
    width: 100%;
    padding: 0;
}

    .category-items-list.search-block-full ul {
        width: 102%;
    }

    .category-items-list.search-block-full li {
        width: 31.3%;
        margin-right: 2%;
        margin-bottom: 55px;
    }

.search-block-head {
    width: 100%;
    display: table;
    font-family: Montserrat-Regular;
    font-size: 16px;
    line-height: 20px;
    color: #312783;
    padding: 0 9px;
    height: 45px;
    background-color: #f5f3f4;
    border-radius: 10px;
    transition: all ease-in-out 0.5s;
}

    .search-block-head span {
        display: table-cell;
        vertical-align: middle;
    }

.search-block ul li:hover .search-block-head {
    background: #312783;
    color: #fff;
}

nav:not(.mm-menu) {
    display: none;
}

.mmenu {
    display: none;
    position: absolute;
    width: 40px;
    height: 37px;
    left: 20px;
    top: 24px;
    background: #312783;
    border-radius: 4px;
}

    .mmenu a {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 6px 4px 4px 4px;
        margin: 0;
    }

        .mmenu a:after,
        .mmenu a:before {
            content: "";
            display: block;
            background-color: #fff;
            height: 4px;
            border-radius: 4px;
        }

        .mmenu a:after {
            /*! background-color: #fff; */
        }

        .mmenu a span {
            background-color: #fff;
            display: block;
            height: 4px;
            margin: 6px 0;
            border-radius: 4px;
        }

.mm-btn.mm-btn_close.mm-navbar__btn {
    position: absolute;
    right: 0;
}

.searchMobile {
    display: none;
    float: right;
    height: 30px;
    width: 30px;
    padding: 0 5px;
    margin-left: 8px;
    cursor: pointer;
}

    .searchMobile img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.swiper-link {
    width: 100%;
    height: 100%;
    position: absolute;
}

    .swiper-link a {
        width: 100%;
        height: 100%;
        display: block;
    }

.mm-navbars_top .mm-navbar {
    font-weight: 700;
}

    .mm-navbars_top .mm-navbar .mm-btn::after,
    .mm-navbars_top .mm-navbar .mm-btn::before {
        border-color: #fff;
        border-width: 3px;
        width: 7px;
        height: 7px;
    }

    .mm-navbars_top .mm-navbar .mm-btn_close::after {
        right: 28px;
    }

.menusocialmedia i {
    display: block;
    color: #fff;
    font-size: 22px;
    line-height: 30px;
}

.error-container {
    width: auto;
    display: table;
    margin: 0 auto;
    text-align: center;
    min-height: 400px;
}

.error-container-top {
    width: auto;
    display: table;
    margin: 0 auto;
    padding-top: 80px;
    font-size: 100px;
    line-height: 90px;
    font-family: Montserrat-Bold;
    color: #312783;
    background-image: url(../images/icons/error-img.png);
    background-position: top center;
    background-repeat: no-repeat;
}

.error-container-head {
    color: #312783;
    width: auto;
    display: table;
    margin: 0 auto;
    font-family: Montserrat-Bold;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 5px;
}

.error-container-text {
    width: 100%;
    display: table;
    margin: 0 auto;
    font-family: Montserrat-Regular;
    font-size: 20px;
    line-height: 28px;
    color: #202222;
}

.txt_kategori {
    margin-bottom: 15px;
    width: 100%;
    display: inline-block;
}

.kategori_text {
    overflow: hidden;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    text-align:justify;
}

.devam_buton {
    cursor: pointer;
    background: #312682;
    color: #fff;
    margin-top: 10px;
    float: right;
    padding: 5px 10px;
}

.ic_yazi {
    line-height: 25px;
    padding-bottom: 10px;
}

    .ic_yazi p {
        margin-bottom: 15px;
    }

    .ic_yazi h2,
    .ic_yazi h3 {
        margin-bottom: 10px;
    }

    .ic_yazi h2 {
        font-size: 17px;
    }

    .ic_yazi h3 {
        font-size: 16px;
    }

    .ic_yazi ul {
        width: 100%;
        list-style: circle;
        padding: 0 5px 10px 25px;
    }

        .ic_yazi ul li {
            width: 100%;
            border: none;
            border: 3px;
            margin: 0;
        }

            .ic_yazi ul li::after {
                content: "";
                position: absolute;
                left: -14px;
                width: 6px;
                height: 6px;
                top: 9px;
                background: gray;
                border-radius: 50%;
            }

.dealer-button {
    margin: 0 auto;
    display: table;
    border-radius: 36px;
    border: 2px solid #EF7513;
    background: url(../images/cash.png) no-repeat 10px 3px #EF7513;
    transition: all ease-in-out 0.5s;
    padding: 8px 15px 6px 45px;
    position: absolute;
    position: absolute;
    top: 5px;
    right: 140px;
    color: #FFF;
    cursor: pointer;
    line-height: 20px
}

    .dealer-button:hover {
        background-image: url(../images/cash-hover.png);
    }

.order-payment-block {
    width: 70%;
    min-height: 200px;
    display: table;
    background: #f5f3f4;
    border-radius: 20px;
    padding: 40px 35px 20px 35px;
    margin: 0 auto;
}

.payment-left {
    float: left;
    width: 60%;
}

.payment-right {
    float: right;
    width: 30%;
    margin-top: 14%;
}

.form-title {
    font-family: Montserrat-Bold;
    font-size: 16px;
    margin-bottom: 8px;
    width: 100%;
    display: table
}

    .form-title label {
        margin-bottom: 10px;
        display: table
    }

.card-number {
    font-size: 14px;
    line-height: 40px;
    color: #909191;
    padding: 9px 16px;
    background: #fff;
    border: thin solid #eaeaea;
    border-radius: 10px;
    height: 60px;
    width: 22%;
    margin: 0 3.9% 15px 0;
}

    .card-number:last-child {
        margin-right: 0
    }

.drop-choosen {
    float: left;
    width: 48%;
    margin-right: 4%;
}

    .drop-choosen:last-child {
        margin-right: 0
    }

.drop-select {
    width: 100%;
    height: 60px;
    float: left;
    display: block;
    background: #FFF;
    border: none;
    font-size: 15px;
    line-height: 22px;
    font-family: Montserrat-Regular;
    color: #b3aeae;
    padding: 9px 16px;
    margin: 0;
    line-height: 40px;
    border: thin solid #eaeaea;
    border-radius: 10px;
}

.card-block {
    width: 100%;
    height: 100%;
    position: relative;
}

.card-front,
.card-back {
    width: 280px;
    height: 160px;
    border-radius: 15px;
    position: absolute;
    backface-visibility: hidden;
    transition: 1s;
    overflow: hidden;
}

.card-front {
    background-color: #f7f7f7;
}

.card-ic {
    perspective: 600px;
    perspective-origin: 50% 50%;
    position: relative;
}

    .card-ic .future {
        opacity: 0;
        transform: rotateY(-180deg);
    }

    .card-ic div {
        transform-origin: 50% 50% 0;
        transition: all 600ms ease 0s, opacity 200ms ease 0s;
    }

.card-back-cvc {
    position: absolute;
    top: 59%;
    right: 10%;
    z-index: 2;
    color: #000
}


#credit-card {
    background: url(../images/card1.jpg) no-repeat;
    float: left;
    width: 270px;
    height: 170px;
    position: absolute;
    top: 0px;
    border-radius: 10px;
    font-family: 'Montserrat-Medium';
    box-shadow: 1px 0px 5px rgba(0,0,0,0.2);
}

#credit-card-back {
    background: url(../images/cardback2.jpg) no-repeat;
    float: left;
    font-weight: bold;
    width: 270px;
    height: 170px;
    position: absolute;
    top: 0px;
    border: 1px solid #b3aeae;
    border-radius: 10px
}

.card-back {
    background-color: #ddc80a;
    transform: rotateY(180deg);
}

.card-front.card-active {
    transform: rotateY(180deg);
}

.card-back.card-active {
    transform: rotateY(360deg);
}

.focused {
    background-color: rgba(181, 181, 181, .5);
    color: #1d1e1b;
}

.card-ic .past {
    opacity: 0;
    transform: rotateY(180deg);
}

.credit-card-logo {
    display: none;
    left: 15px;
    position: absolute;
    top: 15px;
}

.credit-card-number {
    font-family: Montserrat-Regular;
    font-size: 19px;
    line-height: 20px;
    color: #1d1e1b;
    letter-spacing: 0px;
    width: 84%;
    display: table;
    margin: 75px auto 5px auto;
    padding: 5px
}

.credit-card-user-name {
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    color: #1d1e1b;
    margin-top: 10px;
    width: 84%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 6px auto;
    padding: 5px;
}

.credit-card-lastDate {
    font-family: 'Montserrat-Regular';
    font-size: 12px;
    width: 42%;
    color: #848584;
    margin-left: 58%;
}

.credit-card-type {
    bottom: 8px;
    display: none;
    height: 18px;
    position: absolute;
    right: 15px;
    width: 30px;
}

.credit-card-CVCTxt {
    font-size: 14px;
    color: #000;
    background-color: lemonchiffon
}

#credit-card .credit-card-CVCTxt {
    right: 20px;
    top: 65px;
}

.focused {
    background: rgba(255,255,255,0.6);
    border-radius: 3px
}

#CVCInfo {
    right: 5px;
    position: absolute;
    top: 140px;
    width: 150px;
    display: none;
}

.InfoBubble {
    background-color: #FFFFFF;
    border: 1px solid #1d1e1b;
    box-shadow: 0 1px 3px 1px rgba(0,0,0,0.3);
    color: red;
    font-family: 'Montserrat-Regular';
    font-size: 11px;
    height: auto;
    padding: 5px 10px 10px 13px;
    position: relative;
    width: 100%;
    z-index: 100;
    min-height: 22px
}

    .InfoBubble.ArrowT:before {
        left: inherit;
        right: 25%;
        top: -7px;
    }

    .InfoBubble.ArrowT {
        padding-top: 12px;
    }

.Arrow {
    background: url(../images/arrow.png) no-repeat;
    display: none;
    height: 13px;
    position: absolute;
    width: 11px;
}

.InfoBubble.ArrowT .Arrow {
    background-position: -35px -13px;
    width: 13px;
}

.InfoBubble:after {
    background-color: #FFFFFF;
    content: "";
    height: 82%;
    left: 0;
    position: absolute;
    top: 0;
    width: 13px;
    z-index: 100;
}

.InfoBubble.ArrowT:after {
    height: 14px;
    left: inherit;
    right: 0;
    top: 0;
    width: 100%;
}

.InfoBubble.ArrowT .Arrow {
    left: 48%;
    top: -13px;
}

.InfoBubble .Arrow {
    background-position: 0 -13px;
    left: -11px;
    top: 39%;
}

.InfoBubble:before {
    background-color: #FFFFFF;
    border: 1px solid #1d1e1b;
    box-shadow: 0 1px 5px 1px #5E6162;
    content: "";
    height: 12px;
    left: -7px;
    position: absolute;
    top: 40%;
    transform: rotate(45deg);
    width: 12px;
    z-index: 0;
}

.kvkkcheckbox {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-family: 'Montserrat-Regular';
    font-size: 18px;
    color: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .kvkkcheckbox a {
        color: #EF7513;
    }

    .kvkkcheckbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border: thin solid #dfdfdf;
    border-radius: 2px
}

.kvkkcheckbox:hover input ~ .checkmark {
    /*background-color: #238129;*/
}

    .kvkkcheckbox:hover input ~ .checkmark::after {
        display: block;
        opacity: .3;
    }

.kvkkcheckbox:hover input:checked ~ .checkmark::after {
    opacity: 1;
}

/* When the checkbox is checked, add a blue background */
.kvkkcheckbox input:checked ~ .checkmark {
    background-color: #fff;
    border-color: #EF7513;
    opacity: 1;
}

.checkmark:after {
    content: '\f00c';
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.kvkkcheckbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.kvkkcheckbox .checkmark:after {
    width: 100%;
    height: 100%;
    text-align: center;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-size: 14px;
    line-height: 21px;
    color: #EF7513;
}

.orderFormBtn.payment {
    width: 185px;
    margin: 0 0 0 25px;
    border-radius: 29px;
    font-family: Montserrat-Bold;
    font-size: 18px;
    display: table;
    line-height: 52px;
    text-align: center;
}

.container-text.about table {
    text-align: left
}

    .container-text.about table td {
        padding: 5px;
    }

.main-info-item.last-category {
    width: auto;
    max-width: 26%;
    float: right;
}

.main-info-head h2, .main-info-head h3 {
    font-size: 18px;
    font-weight: normal;
}
/*anasayfa guncelleme*/
.main-content-block {
    display: flex;
    flex-direction: column;
    gap: 90px;
    margin-bottom: 110px;
}

.main-content {
    display: flex;
    gap: 35px;
}

    .main-content:nth-child(2) {
        flex-direction: row-reverse;
    }

.main-content-left {
    width: 34.3%;
    height: 435px;
}

    .main-content-left img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 33px;
    }

.main-content-right {
    width: 65.7%;
    padding-top: 15px;
}

.content-right-title {
    font-family: 'Montserrat-Bold';
    font-size: 23px;
    color: #312783;
    margin-bottom: 25px;
}

    .content-right-title h1 {
        font-size: 23px;
    }

    .content-right-title h2 {
        font-size: 22px;
    }

    .content-right-title h3 {
        font-size: 21px;
    }

.content-right-text {
    font-size: 20px;
    line-height: 31px;
    margin-bottom: 40px;
    text-align: justify;
}

.content-right-button {
    display: flex;
    justify-content: flex-end;
}

    .content-right-button a {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        background: #362f77;
        height: 52px;
        width: 18.4%;
        border-radius: 26px;
        font-size: 18px;
    }
.sss-title {
    font-family: 'Montserrat-Bold';
    font-size: 23px;
    color: #312783;
    margin-bottom:33px;
    padding:0 28px;
}
.sss-container .help-block {
    margin-bottom: 20px;
}

.form-horizontal .sss-container .help-block {
    margin-bottom: 25px;
}

.help-block-text p {
    margin: 5px 0;
}

.sss-container {
    display: inline-block;
    margin-top: 25px;
    width: 100%;
}

.help-block {
    font-size: 16px;
    width: 100%;
    display: table;
    margin-bottom: 25px;
    background-color: #fff;
}

.help-block-head {
    background: #f5f5f5 url(../images/arrow-down.png) no-repeat right center;
    padding: 15px 28px;
    cursor: pointer;
    color: #202222;
    font-size: 16px;
    font-family: 'Montserrat-Bold';
    width: 100%;
    background-position-x: 98%;
}

.help-block-text {
    width: 100%;
    padding: 20px 28px;
    font-size: 16px;
    line-height: 25px;
    display: none;
    color: #202222;
    transition: all .3s;
    text-align: justify;
}

.help-block.active .help-block-head {
    background-color: #362f77;
    transition: all .3s;
    background-image: url(../images/arrow-up.png);
    font-size: 17px;
    color: #fff;
}

.help-block.active .help-block-text {
    display: block;
    animation: fadeIn .3s;
}
.kategori_text em strong {
    font-size: 17px;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .kategori_text ul li {
        width: 100% !important;
        margin: 0 !important;
    }
    .whatsapp {
        width: 50px;
        height: 52px;
        left: 16px;
        bottom: 20px;
    }

    .whatsapp-notify {
        width: 18px;
        height: 18px;
        line-height: 18px;
    }

    .main {
        padding: 0 30px;
    }

    .banner {
        padding-left: 30px;
    }

    .logo {
        width: 16%;
        height: 120px;
        padding: 0 25px 0 0;
    }

    .banner-middle {
        width: 67%;
        padding: 15px 30px 0 0;
    }

    .banner-middle-bottom {
        margin-top: 15px;
    }

    .menu ul li {
        margin-right: 22px;
    }

        .menu ul li a {
            font-size: 14px;
        }

    .banner-right {
        width: 17%;
        height: 120px;
    }

        .banner-right a {
            padding: 0 30px 0 0;
        }

    .banner-right-text {
        margin-top: 20px;
    }

    .swiper-content-block {
        margin: 0 0 0 60px;
    }

    .slider-text {
        font-size: 32px;
        line-height: 38px;
    }

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        width: 16px;
        left: 15px;
    }

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        width: 16px;
        right: 15px;
    }

    .main-corporate-block {
        margin: 30px 0;
    }

    .main-corporate-left {
        width: 540px;
        height: 340px;
    }

    .main-corporate-right {
        width: calc(100% - 580px);
        height: 340px;
    }

    .main-corporate-head,
    .main-corporate-head h1 {
        font-size: 22px;
        line-height: 28px;
    }

    .main-corporate-text {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .main-corporate-button {
        width: auto;
        border-radius: 26px;
    }

        .main-corporate-button a {
            font-size: 18px;
            padding: 4px 25px;
        }

    .main-product-block {
        margin-bottom: 40px;
    }

    .main-product-container {
        padding: 20px 30px 10px 30px;
    }

        .main-product-container.categories {
            padding: 35px 30px 10px 30px;
        }

    .main-product-container-head {
        margin-bottom: 15px;
    }

    .main-product-container h2,
    .main-product-container-head {
        font-size: 20px;
        line-height: 30px;
    }

    .main-product-container ul {
        width: 101%;
    }

        .main-product-container ul li {
            height: 300px;
        }

    .main-prod-img {
        height: 240px;
        padding: 10px 15px;
    }

        .main-prod-img img {
            max-width: 220px;
            max-height: 200px;
        }

    .main-prod-head {
        font-size: 18px;
        line-height: 24px;
    }

    .main-prod-all-link {
        border-radius: 26px;
        width: auto;
        display: table;
    }

        .main-prod-all-link a {
            font-size: 18px;
            padding: 4px 25px;
        }

    .main-referances-block {
        margin-bottom: 40px;
    }

    .referance {
        width: 1200px;
        margin: 0 auto;
    }

    .referance-slide {
        height: 150px;
        padding: 15px 25px;
    }

        .referance-slide img {
            max-width: 150px;
            max-height: 120px;
        }

    .main-new-catalog-block {
        margin-bottom: 40px;
    }

    .main-new-block {
        width: 440px;
        height: 370px;
        padding: 25px 45px 0 45px;
    }

    .main-news-head {
        margin-bottom: 15px;
        font-size: 20px;
    }

    .slick-prev {
        width: 14px;
        left: -28px;
    }

    .slick-next {
        width: 14px;
        right: -28px;
    }

    .main-news-item-img {
        height: 200px;
        margin-bottom: 15px;
    }

    .main-news-item-head {
        font-size: 16px;
        line-height: 24px;
    }

    .main-catalog-block {
        width: 18%;
        margin: 0 3% 0 3%;
    }

    .main-catalog-block-item {
        height: 370px;
    }

    .main-catalog-icon {
        height: 110px;
        margin: 40px 0 10px 0;
    }

    .main-catalog-text {
        font-size: 18px;
        line-height: 22px;
    }

        .main-catalog-text span::before {
            width: 6px;
            height: 20px;
        }

    .main-instagram-block {
        width: calc(76% - 440px);
    }

    .main-instagram-head {
        margin-bottom: 16px;
    }

    .main-instagram-item {
        height: 155px;
    }

    .main-min-info-block {
        margin-bottom: 40px;
    }

    .main-info-item {
        max-width: 34%;
        background-size: 36px;
        padding-left: 46px;
    }

        .main-info-item.satisfaciton, .main-info-item.last-category {
            max-width: 32%;
        }

    .main-info-head {
        margin-top: 8px;
        font-size: 16px;
        line-height: 22px;
    }

    .main-info-text {
        line-height: 22px;
    }

    .footer-logo {
        width: 14%;
    }

        .footer-logo img {
            max-width: 150px;
        }

    .footer-categories {
        width: 30%;
    }

    .footer-menues {
        width: 12%;
    }

    .footer-enews {
        width: 26%;
    }

    .footer-enews-icon {
        width: 90px;
    }

    .footer-enews-text-block {
        width: calc(100% - 90px);
        padding: 2px 0 2px 20px;
    }

    .container-gallery ul {
        width: 102%;
    }

        .container-gallery ul li {
            width: 23%;
            height: 175px;
            margin-right: 2%;
        }

    .categories-list {
        width: 280px;
        padding-left: 32px;
    }

        .categories-list ul li a::after {
            width: 13px;
            height: 13px;
            left: -22px;
            top: 8px;
        }

        .categories-list ul li a {
            font-size: 14px;
            line-height: 22px;
        }

    .category-items-list,
    .product-detail-content {
        width: calc(100% - 280px);
        padding-left: 35px;
    }

        .category-items-list ul {
            width: 102%;
        }

            .category-items-list ul li {
                width: 31.3%;
                margin: 0 2% 80px 0;
            }

    .category-items-list-img {
        height: 280px;
    }

        .category-items-list-img img {
            max-width: 200px;
            max-height: 200px;
        }

    .category-items-list-head {
        height: 48px;
        min-width: 210px;
        bottom: -24px;
        font-size: 13px;
        line-height: 18px;
    }

    .prod-detail-img-block {
        width: 400px;
    }

    .product-detail-img {
        height: 360px;
    }

    .product-detail-gallery {
        padding: 0 52px;
    }

    #slider1 {
        height: 100px;
    }

    .thumbelina-but.horiz {
        width: 15px;
    }

        .thumbelina-but.horiz.left,
        .thumbelina-but.horiz.left.disabled,
        .thumbelina-but.horiz.left.disabled:hover {
            left: -30px;
        }

        .thumbelina-but.horiz.right,
        .thumbelina-but.horiz.right.disabled,
        .thumbelina-but.horiz.right.disabled:hover {
            right: -30px;
        }

    .thumbelina li {
        padding: 10px 5px;
        width: 85px;
        height: 100px;
    }

    .prod-detail-right {
        width: calc(100% - 420px);
    }

    .prod-detail-head {
        font-size: 22px;
        line-height: 24px;
    }

        .prod-detail-head h1 {
            font-size: 22px;
            line-height: 24px;
        }

    .prod-detail-code {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 14px;
    }

    .prod-detail-text {
        font-size: 14px;
        line-height: 24px;
    }

    .order-form-img {
        height: 240px;
    }

    .order-form-container-half {
        width: calc(50% - 25px);
    }

    .order-form-textback.half {
        width: calc(50% - 20px);
    }

    .order-form-textback.counter {
        width: calc(100% - 160px);
    }

    .orderFormBtn {
        margin-right: 0;
    }

    .online-catalog-container ul li {
        height: 300px;
    }

    .contact-address-block {
        width: 38%;
    }

    .contact-form-block {
        width: 56%;
    }

    .contact-address-social {
        margin-top: 40px;
    }

    .contact-map {
        height: 440px;
        margin: 40px 0 0 0;
    }

    .container.newlist {
        margin-bottom: 0;
    }

    .new-list-container ul {
        width: 102%;
    }

        .new-list-container ul li {
            width: 31.3%;
            height: 400px;
            margin-right: 2%;
        }

    .news-list-menu {
        width: 340px;
    }

        .news-list-menu ul li {
            margin-bottom: 15px;
        }

    .news-list-menu-img {
        width: 110px;
        height: 75px;
    }

    .news-list-menu-text {
        width: calc(100% - 110px);
        height: 75px;
    }

    .news-detail-block {
        width: calc(100% - 340px);
    }

    .news-detail-text {
        font-size: 16px;
    }

    .news-detail-gallery ul {
        width: 102%;
    }

        .news-detail-gallery ul li {
            width: 18%;
            margin-right: 2%;
        }

    .dealer-button {
        padding: 8px 15px 6px 40px;
        top: 5px;
        right: 30px;
        line-height: 18px;
        background-size: 18%;
        font-size: 15px;
        background-position: 10px 5px;
    }

    .banner-contact {
        margin-top: 19px;
    }

    .banner-contact-item {
        margin: 12px 15px 0px 0;
    }

    .order-payment-block {
        width: 80%;
    }
}

@media only screen and (min-width: 1281px) and (max-width: 1366px) {
    .kategori_text ul li {
        width: 100% !important;
        margin: 0 !important;
    }
    .whatsapp {
        width: 56px;
        height: 58px;
        left: 20px;
        bottom: 20px;
    }

    .whatsapp-notify {
        width: 18px;
        height: 18px;
        line-height: 18px;
    }

    .main {
        padding: 0 30px;
    }

    .banner {
        padding-left: 30px;
    }

    .logo {
        width: 16%;
        height: 120px;
        padding: 0 35px 0 0;
    }

    .banner-middle {
        width: 67%;
        padding: 15px 30px 0 0;
    }

    .banner-middle-bottom {
        margin-top: 8px;
    }

    .menu ul li {
        margin-right: 25px;
    }

        .menu ul li a {
            font-size: 16px;
        }

    .banner-right {
        width: 17%;
        height: 120px;
        padding: 0 30px 0 0;
    }

        .banner-right a {
            padding: 0 30px 0 0;
        }

    .banner-right-text {
        margin-top: 20px;
    }

    .swiper-content-block {
        margin: 0 0 0 75px;
    }

    .slider-text {
        font-size: 36px;
        line-height: 42px;
    }

    .main-corporate-block {
        margin: 50px 0 40px 0;
    }

    .main-corporate-left {
        width: 540px;
        height: 400px;
    }

    .main-corporate-right {
        width: calc(100% - 590px);
        height: 400px;
    }

    .main-corporate-head,
    .main-corporate-head h1 {
        font-size: 22px;
        line-height: 28px;
    }

    .main-corporate-text {
        font-size: 16px;
        line-height: 28px;
    }

    .main-corporate-button {
        width: 260px;
        border-radius: 32px;
    }

        .main-corporate-button a {
            font-size: 20px;
            padding: 10px;
        }

    .main-product-block {
        margin-bottom: 40px;
    }

    .main-product-container {
        padding: 20px 30px 20px 30px;
    }

        .main-product-container.categories {
            padding: 35px 30px 10px 30px;
        }

    .main-product-container-head {
        margin-bottom: 15px;
    }

    .main-product-container h2,
    .main-product-container-head {
        font-size: 20px;
        line-height: 40px;
    }

    .main-product-container ul li {
        height: 330px;
    }

    .main-prod-img {
        height: 265px;
    }

        .main-prod-img img {
            max-width: 220px;
            max-height: 220px;
        }

    .main-prod-head {
        font-size: 18px;
        line-height: 24px;
    }

    .main-prod-all-link {
        border-radius: 28px;
    }

        .main-prod-all-link a {
            font-size: 18px;
            padding: 6px 10px;
        }

    .main-referances-block {
        margin-bottom: 40px;
    }

    .referance {
        width: 1280px;
        margin: 0 auto;
    }

    .main-new-catalog-block {
        margin-bottom: 40px;
    }

    .main-new-block {
        width: 485px;
        height: 380px;
        padding: 25px 50px 0 50px;
    }

    .main-news-head {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .slick-prev {
        left: -35px;
    }

    .slick-next {
        right: -35px;
    }

    .main-news-item-img {
        height: 200px;
    }

    .main-news-item-head {
        font-size: 16px;
        line-height: 24px;
    }

    .main-catalog-block {
        width: 18%;
        margin: 0 3% 0 3%;
    }

    .main-catalog-block-item {
        height: 380px;
    }

    .main-catalog-icon {
        height: 135px;
        margin: 55px 0 10px 0;
    }

    .main-catalog-text {
        font-size: 22px;
        line-height: 26px;
    }

        .main-catalog-text span::before {
            width: 7px;
            height: 22px;
        }

    .main-instagram-block {
        width: calc(76% - 485px);
    }

    .main-instagram-head {
        margin-bottom: 16px;
    }

    .main-instagram-item {
        height: 160px;
    }

    .referance-slide {
        height: 150px;
        padding: 15px 25px;
    }

        .referance-slide img {
            max-width: 150px;
            max-height: 120px;
        }

    .main-min-info-block {
        margin-bottom: 40px;
    }

    .main-info-item {
        max-width: 34%;
        background-size: 36px;
        padding-left: 46px;
    }

        .main-info-item.satisfaciton, .main-info-item.last-category {
            max-width: 32%;
        }

    .main-info-head {
        margin-top: 8px;
        font-size: 16px;
        line-height: 22px;
    }

    .main-info-text {
        line-height: 22px;
    }

    .footer-logo {
        width: 14%;
    }

        .footer-logo img {
            max-width: 150px;
        }

    .footer-categories {
        width: 30%;
    }

    .footer-menues {
        width: 12%;
    }

    .footer-enews {
        width: 26%;
    }

    .footer-enews-icon {
        width: 90px;
    }

    .footer-enews-text-block {
        width: calc(100% - 90px);
        padding: 2px 0 2px 20px;
    }

    .categories-list {
        width: 280px;
        padding-left: 32px;
    }

        .categories-list ul li a::after {
            width: 13px;
            height: 13px;
            left: -22px;
            top: 8px;
        }

        .categories-list ul li a {
            font-size: 14px;
            line-height: 22px;
        }

    .category-items-list,
    .product-detail-content {
        width: calc(100% - 280px);
        padding-left: 35px;
    }

    .container-gallery ul {
        width: 102%;
    }

        .container-gallery ul li {
            width: 23%;
            height: 180px;
            margin-right: 2%;
        }

    .category-items-list ul {
        width: 102%;
    }

        .category-items-list ul li {
            width: 31.3%;
            margin: 0 2% 80px 0;
        }

    .category-items-list-img {
        height: 280px;
    }

        .category-items-list-img img {
            max-width: 200px;
            max-height: 200px;
        }

    .category-items-list-head {
        height: 48px;
        min-width: 210px;
        bottom: -24px;
        font-size: 13px;
        line-height: 18px;
    }

    .prod-detail-img-block {
        width: 400px;
    }

    .product-detail-img {
        height: 360px;
    }

    .product-detail-gallery {
        padding: 0 52px;
    }

    #slider1 {
        height: 100px;
    }

    .thumbelina-but.horiz {
        width: 15px;
    }

        .thumbelina-but.horiz.left,
        .thumbelina-but.horiz.left.disabled,
        .thumbelina-but.horiz.left.disabled:hover {
            left: -30px;
        }

        .thumbelina-but.horiz.right,
        .thumbelina-but.horiz.right.disabled,
        .thumbelina-but.horiz.right.disabled:hover {
            right: -30px;
        }

    .thumbelina li {
        padding: 10px 5px;
        width: 85px;
        height: 100px;
    }

    .prod-detail-right {
        width: calc(100% - 420px);
    }

    .prod-detail-head {
        font-size: 22px;
        line-height: 24px;
    }

        .prod-detail-head h1 {
            font-size: 22px;
            line-height: 24px;
        }

    .prod-detail-code {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 14px;
    }

    .prod-detail-text {
        font-size: 14px;
        line-height: 24px;
    }

    .order-form-img {
        height: 250px;
    }

    .order-form-container-half {
        width: calc(50% - 25px);
    }

    .order-form-textback.half {
        width: calc(50% - 20px);
    }

    .order-form-textback.counter {
        width: calc(100% - 160px);
    }

    .orderFormBtn {
        margin-right: 0;
    }

    .online-catalog-container ul li {
        height: 320px;
    }

    .contact-address-block {
        width: 38%;
    }

    .contact-form-block {
        width: 56%;
    }

    .contact-address-social {
        margin-top: 40px;
    }

    .contact-map {
        height: 460px;
        margin: 40px 0 0 0;
    }

    .new-list-container ul li {
        height: 400px;
    }

    .container.newlist {
        margin-bottom: 0;
    }

    .new-list-container ul {
        width: 102%;
    }

        .new-list-container ul li {
            width: 31.3%;
            height: 400px;
            margin-right: 2%;
        }

    .news-list-menu {
        width: 340px;
    }

        .news-list-menu ul li {
            margin-bottom: 15px;
        }

    .news-list-menu-img {
        width: 110px;
        height: 75px;
    }

    .news-list-menu-text {
        width: calc(100% - 110px);
        height: 75px;
    }

    .news-detail-block {
        width: calc(100% - 340px);
    }

    .news-detail-text {
        font-size: 16px;
    }

    .news-detail-gallery ul {
        width: 102%;
    }

        .news-detail-gallery ul li {
            width: 18%;
            margin-right: 2%;
        }

    .dealer-button {
        padding: 8px 15px 6px 40px;
        top: 5px;
        right: 30px;
        line-height: 18px;
        background-size: 18%;
        font-size: 15px;
        background-position: 10px 5px;
    }

    .banner-contact {
        margin-top: 19px;
    }

    .banner-contact-item {
        margin: 12px 15px 0px 0;
    }

    .order-payment-block {
        width: 80%;
    }
}

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
    .kategori_text ul li {
        width: 100% !important;
        margin: 0 !important;
    }
    .whatsapp {
        width: 56px;
        height: 58px;
        left: 40px;
    }

    .whatsapp-notify {
        width: 18px;
        height: 18px;
        line-height: 18px;
    }

    .main {
        padding: 0 50px;
    }

    .banner {
        padding-left: 50px;
    }

    .logo {
        padding: 5px 35px 0 0;
    }

    .banner-middle {
        width: 66%;
        padding: 38px 40px 0 0;
    }

    .menu ul li {
        margin-right: 28px;
    }

        .menu ul li a {
            font-size: 16px;
        }

    .banner-right {
        width: 18%;
        padding: 0 50px 0 0;
    }

        .banner-right a {
            padding: 0 50px 0 0;
        }

    .slider-text {
        font-size: 40px;
        line-height: 48px;
    }

    .main-corporate-block {
        margin: 50px 0 40px 0;
    }

    .main-corporate-left {
        width: 580px;
        height: 450px;
    }

    .main-corporate-right {
        width: calc(100% - 650px);
        height: 450px;
    }

    .main-corporate-button {
        width: 260px;
        border-radius: 32px;
    }

        .main-corporate-button a {
            font-size: 20px;
            padding: 10px;
        }

    .main-product-block {
        margin-bottom: 50px;
    }

    .main-product-container {
        padding-top: 20px;
    }

        .main-product-container.categories {
            padding: 35px 30px 10px 30px;
        }

    .main-prod-head {
        font-size: 20px;
        line-height: 26px;
    }

    .main-prod-all-link {
        border-radius: 32px;
    }

        .main-prod-all-link a {
            font-size: 20px;
            padding: 10px;
        }

    .main-new-catalog-block {
        margin-bottom: 50px;
    }

    .main-new-block {
        width: 500px;
        height: 395px;
        padding: 27px 55px 0 55px;
    }

    .main-news-head {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .slick-prev {
        left: -35px;
    }

    .slick-next {
        right: -35px;
    }

    .main-news-item-img {
        height: 210px;
    }

    .main-catalog-block {
        width: 18%;
        margin: 0 3% 0 3%;
    }

    .main-catalog-block-item {
        height: 395px;
    }

    .main-catalog-icon {
        height: 135px;
        margin: 55px 0 10px 0;
    }

    .main-catalog-text {
        font-size: 22px;
        line-height: 26px;
    }

        .main-catalog-text span::before {
            width: 7px;
            height: 22px;
        }

    .main-instagram-block {
        width: calc(76% - 500px);
    }

    .main-instagram-head {
        margin-bottom: 15px;
    }

    .main-instagram-item {
        height: 168px;
    }

    .main-referances-block {
        margin-bottom: 60px;
    }

    .referance {
        width: 1340px;
    }

    .main-min-info-block {
        margin-bottom: 40px;
    }

    .main-info-item {
        max-width: 35%;
    }

        .main-info-item.satisfaciton, .main-info-item.last-category {
            max-width: 30%;
        }

    .footer-logo img {
        max-width: 164px;
    }

    .footer-categories {
        width: 28%;
    }

    .footer-menues {
        width: 12%;
    }

    .footer-enews {
        width: 26%;
    }

    .footer-enews-icon {
        width: 90px;
    }

    .footer-enews-text-block {
        width: calc(100% - 90px);
        padding: 2px 0 2px 20px;
    }

    .container-gallery ul li {
        height: 180px;
    }

    .category-items-list ul li {
        width: 29.5%;
        margin: 0 3.8% 80px 0;
    }

    .category-items-list-img {
        height: 300px;
    }

        .category-items-list-img img {
            max-width: 220px;
            max-height: 220px;
        }

    .prod-detail-img-block {
        width: 460px;
    }

    .product-detail-img {
        height: 440px;
    }

    .product-detail-gallery {
        padding: 0 60px;
    }

    .thumbelina-but.horiz {
        width: 17px;
    }

        .thumbelina-but.horiz.left,
        .thumbelina-but.horiz.left.disabled,
        .thumbelina-but.horiz.left.disabled:hover {
            left: -45px;
        }

        .thumbelina-but.horiz.right,
        .thumbelina-but.horiz.right.disabled,
        .thumbelina-but.horiz.right.disabled:hover {
            right: -45px;
        }

    .prod-detail-right {
        width: calc(100% - 490px);
    }

    .order-form-img {
        height: 280px;
    }

    .order-form-textback.half {
        width: calc(50% - 25px);
    }

    .order-form-textback.counter {
        width: calc(100% - 220px);
    }

    .orderFormBtn {
        margin-right: 60px;
    }

    .online-catalog-container ul li {
        height: 320px;
    }

    .contact-address-social {
        margin-top: 60px;
    }

    .contact-map {
        height: 480px;
        margin: 40px 0 0 0;
    }

    .container.newlist {
        margin-bottom: 0;
    }

    .new-list-container ul {
        width: 102%;
    }

        .new-list-container ul li {
            width: 31.3%;
            height: 400px;
            margin-right: 2%;
        }

    .news-list-menu {
        width: 380px;
    }

    .news-list-menu-img {
        height: 85px;
    }

    .news-list-menu-text {
        height: 85px;
    }

    .news-detail-block {
        width: calc(100% - 380px);
    }

    .news-detail-text {
        font-size: 16px;
    }

    .news-detail-gallery ul {
        width: 102%;
    }

        .news-detail-gallery ul li {
            width: 18%;
            margin-right: 2%;
        }
}

@media only screen and (min-width: 1441px) and (max-width: 1550px) {
    .main {
        padding: 0 50px;
    }

    .banner {
        padding-left: 50px;
    }

    .logo {
        padding: 5px 35px 0 0;
    }

    .banner-middle {
        width: 66%;
        padding: 38px 40px 0 0;
    }

    .menu ul li {
        margin-right: 28px;
    }

        .menu ul li a {
            font-size: 16px;
        }

    .banner-right {
        width: 18%;
        padding: 0 50px 0 0;
    }

        .banner-right a {
            padding: 0 50px 0 0;
        }

    .slider-text {
        font-size: 40px;
        line-height: 48px;
    }

    .main-corporate-block {
        margin: 50px 0 40px 0;
    }

    .main-corporate-left {
        width: 580px;
        height: 450px;
    }

    .main-corporate-right {
        width: calc(100% - 650px);
        height: 450px;
    }

    .main-corporate-button {
        width: 260px;
        border-radius: 32px;
    }

        .main-corporate-button a {
            font-size: 20px;
            padding: 10px;
        }

    .main-product-block {
        margin-bottom: 50px;
    }

    .main-product-container {
        padding-top: 20px;
    }

    .main-prod-head {
        font-size: 20px;
        line-height: 26px;
    }

    .main-prod-all-link {
        border-radius: 32px;
    }

        .main-prod-all-link a {
            font-size: 20px;
            padding: 10px;
        }

    .main-new-catalog-block {
        margin-bottom: 50px;
    }

    .main-new-block {
        width: 500px;
        height: 395px;
        padding: 27px 55px 0 55px;
    }

    .main-news-head {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .slick-prev {
        left: -35px;
    }

    .slick-next {
        right: -35px;
    }

    .main-news-item-img {
        height: 210px;
    }

    .main-catalog-block {
        width: 18%;
        margin: 0 3% 0 3%;
    }

    .main-catalog-block-item {
        height: 395px;
    }

    .main-catalog-icon {
        height: 135px;
        margin: 55px 0 10px 0;
    }

    .main-catalog-text {
        font-size: 22px;
        line-height: 26px;
    }

        .main-catalog-text span::before {
            width: 7px;
            height: 22px;
        }

    .main-instagram-block {
        width: calc(76% - 500px);
    }

    .main-instagram-head {
        margin-bottom: 15px;
    }

    .main-instagram-item {
        height: 168px;
    }

    .main-referances-block {
        margin-bottom: 60px;
    }

    .referance {
        width: 1340px;
        margin: 0 auto;
    }

    .main-min-info-block {
        margin-bottom: 40px;
    }

    .main-info-item {
        max-width: 35%;
    }

        .main-info-item.satisfaciton, .main-info-item.last-category {
            max-width: 30%;
        }

    .footer-logo img {
        max-width: 164px;
    }

    .footer-categories {
        width: 28%;
    }

    .footer-menues {
        width: 12%;
    }

    .footer-enews {
        width: 26%;
    }

    .footer-enews-icon {
        width: 90px;
    }

    .footer-enews-text-block {
        width: calc(100% - 90px);
        padding: 2px 0 2px 20px;
    }

    .container-gallery ul li {
        height: 190px;
    }

    .category-items-list-img {
        height: 340px;
    }

        .category-items-list-img img {
            max-width: 220px;
            max-height: 220px;
        }

    .prod-detail-img-block {
        width: 460px;
    }

    .product-detail-img {
        height: 440px;
    }

    .product-detail-gallery {
        padding: 0 60px;
    }

    .thumbelina-but.horiz {
        width: 17px;
    }

        .thumbelina-but.horiz.left,
        .thumbelina-but.horiz.left.disabled,
        .thumbelina-but.horiz.left.disabled:hover {
            left: -45px;
        }

        .thumbelina-but.horiz.right,
        .thumbelina-but.horiz.right.disabled,
        .thumbelina-but.horiz.right.disabled:hover {
            right: -45px;
        }

    .prod-detail-right {
        width: calc(100% - 490px);
    }

    .order-form-img {
        height: 300px;
    }

    .order-form-textback.half {
        width: calc(50% - 25px);
    }

    .order-form-textback.counter {
        width: calc(100% - 220px);
    }

    .orderFormBtn {
        margin-right: 60px;
    }

    .online-catalog-container ul li {
        height: 330px;
    }

    .contact-address-social {
        margin-top: 60px;
    }

    .contact-map {
        height: 480px;
        margin: 40px 0 0 0;
    }

    .container.newlist {
        margin-bottom: 0;
    }

    .new-list-container ul {
        width: 102%;
    }

        .new-list-container ul li {
            width: 31.3%;
            height: 400px;
            margin-right: 2%;
        }

    .news-list-menu {
        width: 380px;
    }

    .news-list-menu-img {
        height: 85px;
    }

    .news-list-menu-text {
        height: 85px;
    }

    .news-detail-block {
        width: calc(100% - 380px);
    }

    .news-detail-text {
        font-size: 16px;
    }

    .news-detail-gallery ul {
        width: 102%;
    }

        .news-detail-gallery ul li {
            width: 18%;
            margin-right: 2%;
        }
}

@media only screen and (min-width: 1535px) and (max-width: 1550px) {
    .referance {
        width: 1425px;
    }
}

@media only screen and (min-width: 1540px) and (max-width: 1550px) {
    .referance {
        width: 1420px;
    }
}

@media only screen and (min-width: 1545px) and (max-width: 1550px) {
    .referance {
        width: 1435px;
    }
}

@media only screen and (min-width: 1549px) and (max-width: 1550px) {
    .referance {
        width: 1445px;
    }
}

@media only screen and (min-width: 1551px) and (max-width: 1600px) {
    .main {
        padding: 0 110px;
    }

    .banner {
        padding-left: 80px;
    }

    .logo {
        padding: 5px 35px 0 0;
    }

    .banner-middle {
        padding: 38px 80px 0 0;
    }

    .menu ul li {
        margin-right: 28px;
    }

        .menu ul li a {
            font-size: 16px;
        }

    .banner-right a {
        padding: 0 80px 0 0;
    }

    .slider-text {
        font-size: 46px;
        line-height: 50px;
    }

    .main-corporate-right {
        width: calc(100% - 800px);
    }

    .main-corporate-button a {
        font-size: 20px;
    }

    .main-prod-all-link a {
        font-size: 20px;
    }

    .main-new-block {
        width: 500px;
        height: 400px;
        padding: 27px 55px 0 55px;
    }

    .main-news-head {
        margin-bottom: 20px;
    }

    .slick-prev {
        left: -35px;
    }

    .slick-next {
        right: -35px;
    }

    .main-news-item-img {
        height: 210px;
    }

    .main-catalog-block {
        width: 18%;
        margin: 0 3%;
    }

    .main-catalog-block-item {
        height: 400px;
    }

    .main-catalog-icon {
        height: 135px;
        margin: 55px 0 10px 0;
    }

    .main-catalog-text {
        font-size: 22px;
        line-height: 26px;
    }

        .main-catalog-text span::before {
            width: 7px;
            height: 22px;
        }

    .main-instagram-block {
        width: calc(76% - 500px);
    }

    .main-instagram-head {
        margin-bottom: 16px;
    }

    .main-instagram-item {
        height: 170px;
    }

    .referance {
        width: 1360px;
    }

    .main-info-item {
        max-width: 35%;
    }

        .main-info-item.satisfaciton, .main-info-item.last-category {
            max-width: 30%;
        }

    .footer-logo img {
        max-width: 164px;
    }

    .footer-enews-icon {
        width: 90px;
    }

    .footer-enews-text-block {
        width: calc(100% - 90px);
        padding: 2px 0 2px 24px;
    }

    .container-gallery ul li {
        height: 200px;
    }

    .category-items-list-img {
        height: 320px;
    }

        .category-items-list-img img {
            max-width: 220px;
            max-height: 220px;
        }

    .prod-detail-img-block {
        width: 460px;
    }

    .product-detail-img {
        height: 440px;
    }

    .product-detail-gallery {
        padding: 0 60px;
    }

    .thumbelina-but.horiz {
        width: 17px;
    }

        .thumbelina-but.horiz.left,
        .thumbelina-but.horiz.left.disabled,
        .thumbelina-but.horiz.left.disabled:hover {
            left: -45px;
        }

        .thumbelina-but.horiz.right,
        .thumbelina-but.horiz.right.disabled,
        .thumbelina-but.horiz.right.disabled:hover {
            right: -45px;
        }

    .prod-detail-right {
        width: calc(100% - 490px);
    }

    .order-form-img {
        height: 320px;
    }

    .online-catalog-container ul li {
        height: 340px;
    }

    .contact-address-social {
        margin-top: 60px;
    }

    .container.newlist {
        margin-bottom: 0;
    }

    .new-list-container ul li {
        height: 420px;
    }

    .news-list-menu-img {
        height: 85px;
    }

    .news-list-menu-text {
        height: 85px;
    }

    .news-detail-gallery ul {
        width: 104%;
    }

        .news-detail-gallery ul li {
            width: 16%;
            margin-right: 4%;
        }

    .dealer-button {
        right: 80px;
    }
}

@media only screen and (max-width: 359px) {
    .main-content-block {
        gap: 50px;
        margin-bottom: 20px;
    }
    .main-content {
        gap: 20px;
        flex-direction: column !important;
    }
    .main-content-left{
        height:240px;
        width:100%;
    }
    .main-content-right {
        padding-top: 0;
        width: 100%;
    }
    .content-right-title{
        text-align:center;
    }
    .content-right-text {
        font-size: 16px;
        line-height: 27px;
    }
    .content-right-button{
        justify-content:center;
    }
    .content-right-button a{
       width:60%;
    }
    .sss-title {
        text-align: center;
        padding: 0;
    }
    .help-block-head {
        padding: 15px 25px 15px 15px
    }
    .help-block-text
    {
        padding:15px
    }
    .whatsapp {
        /*width: 40px;
        height: 42px;
        left: 16px;
        bottom: 20px;*/
        width: 60px;
        height: 60px;
        left: 16px;
        bottom: 18px;
    }

    .whatsapp-notify {
        width: 14px;
        height: 14px;
        line-height: 18px;
    }

    .mmenu {
        display: block;
        left: 15px;
    }

    .main {
        padding: 0 20px;
    }

    .banner {
        padding-left: 0;
        position: relative;
    }

    .logo {
        width: 50%;
        height: 90px;
        padding: 2px 0 0 66px;
    }

        .logo img {
            max-width: 140px;
        }

    .banner-middle {
        width: 14%;
        padding: 15px 2px 0 0;
    }

        .banner-middle .banner-middle-top .searchBlock {
            border: 1px solid #bdbaba;
            width: 190px;
            padding-right: 5px;
        }

    .searchBlock {
        width: 100%;
        height: 40px;
        padding: 10px 20px 8px 20px;
        position: absolute;
        bottom: -20px;
        right: 0;
        z-index: 5;
        opacity: 0;
        transition: all ease-in-out 0.5s;
    }

        .searchBlock.open {
            bottom: -40px;
            opacity: 1;
            right: 0;
        }

    .searchMobile {
        display: block;
        margin-top: 37px;
    }

    .banner-contact {
        display: none;
    }

    .banner-middle-bottom {
        margin-top: 0;
    }

    .menu {
        display: none;
    }

    .banner-insta {
        display: none;
    }

    .banner-right {
        width: 36%;
        height: 90px;
    }

        .banner-right a {
            padding-right: 14px;
        }

    .banner-right-text {
        margin-top: 15px;
        font-size: 9px;
    }

        .banner-right-text span {
            font-size: 16px;
            line-height: 16px;
        }

    .banner-right-img {
        margin-top: 2px;
    }

        .banner-right-img img {
            max-width: 90px;
        }

    .slider {
        height: 140px;
    }

    .swiper-content-block {
        margin: 0 0 0 60px;
    }

    .slider-text {
        font-size: 22px;
        line-height: 28px;
    }

    .swiper-button-next,
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        display: none;
    }

    .main-corporate-block {
        margin: 30px 0;
    }

    .main-corporate-left {
        width: 80%;
        height: 100px;
        margin: 0 auto 15px auto;
        float: inherit;
    }

    .main-corporate-right {
        width: 100%;
        height: auto;
    }

    .main-corporate-head,
    .main-corporate-head h1 {
        font-size: 20px;
        line-height: 24px;
    }

    .main-corporate-head {
        margin-bottom: 5px;
    }

    .main-corporate-text {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .main-corporate-button {
        width: auto;
        border-radius: 26px;
    }

        .main-corporate-button a {
            font-size: 14px;
            padding: 4px 20px;
            line-height: 28px;
        }

    .main-product-block {
        margin-bottom: 40px;
    }

    .main-product-container {
        padding: 15px 20px 10px 20px;
    }

        .main-product-container.categories {
            padding: 25px 20px 5px 20px;
        }

    .main-product-container-head {
        margin-bottom: 15px;
    }

    .main-product-container h2,
    .main-product-container-head {
        font-size: 18px;
        line-height: 26px;
    }

    .main-product-container ul {
        width: 100%;
    }

        .main-product-container ul li {
            width: 100%;
            height: 280px;
            margin: 0 0 15px 0;
        }

    .main-prod-img {
        height: 210px;
        padding: 10px 15px;
    }

        .main-prod-img img {
            max-width: 150px;
            max-height: 160px;
        }

    .main-prod-head {
        font-size: 13px;
        line-height: 20px;
    }

    .main-product-container ul li.allprod {
        height: 60px;
    }

    .main-prod-all {
        vertical-align: middle;
    }

    .main-prod-all-link {
        border-radius: 26px;
        width: 70%;
        display: table;
    }

        .main-prod-all-link a {
            font-size: 14px;
            padding: 8px 10px;
            line-height: 22px;
        }

    .main-referances-block {
        margin-bottom: 40px;
    }

    .referance {
        width: 260px;
        margin: 0 auto;
    }

    .referance-slide {
        height: 120px;
        padding: 15px 20px;
    }

        .referance-slide img {
            max-width: 120px;
            max-height: 60px;
        }

    .main-new-catalog-block {
        margin-bottom: 40px;
    }

    .main-new-block {
        width: 280px;
        height: 315px;
        padding: 10px 25px 0 25px;
        margin-bottom: 20px;
    }

    .main-news-head {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .slick-prev {
        width: 10px;
        left: -18px;
    }

    .slick-next {
        width: 10px;
        right: -18px;
    }

    .main-news-item-img {
        height: 160px;
        margin-bottom: 15px;
    }

    .main-news-item-head {
        font-size: 14px;
        line-height: 22px;
    }

    .main-news-all-link {
        bottom: 10px;
    }

    .main-catalog-block {
        width: 100%;
        margin: 0 0 10px 0;
        background-size: cover;
    }

    .main-catalog-block-item {
        height: auto;
    }

    .main-catalog-icon {
        height: 55px;
        width: 60px;
        margin: 10px 0 10px 20px;
        float: left;
    }

    .main-catalog-text {
        font-size: 13px;
        line-height: 18px;
        width: calc(100% - 100px);
        float: left;
        margin: 10px 0 0 0;
        text-align: left;
        padding: 15px 0 0 15px;
    }

        .main-catalog-text span {
            padding-right: 8px;
        }

            .main-catalog-text span::before {
                width: 5px;
                height: 16px;
            }

    .main-instagram-block {
        width: 100%;
    }

    .main-instagram-head {
        margin-bottom: 0;
    }

        .main-instagram-head a {
            font-size: 14px;
        }

    .main-instagram-item {
        height: 93px;
    }

    .main-min-info-block {
        margin-bottom: 40px;
    }

    .main-info-item {
        width: 100%;
        max-width: inherit;
        min-height: 85px;
        background-size: 28px;
        padding-left: 40px;
        padding-bottom: 15px;
    }

        .main-info-item.quality .main-info-item-content {
            max-width: inherit;
        }

    .main-info-item-content {
        max-width: inherit;
    }

    .main-info-item.satisfaciton, .main-info-item.last-category {
        width: 100%;
        max-width: inherit;
    }

    .main-info-head {
        margin-top: 5px;
        font-size: 14px;
        line-height: 20px;
    }

    .main-info-text {
        font-size: 13px;
        line-height: 20px;
    }

    .footer {
        min-height: 240px;
        position: relative;
        padding: 50px 0 30px 0;
        margin-top: 30px;
    }

    .footer-logo {
        width: 100%;
        position: absolute;
        left: 0;
        top: -30px;
    }

        .footer-logo img {
            max-width: inherit;
            max-height: 70px;
        }

    .footer-address {
        width: 100%;
    }

    .footer-address-item.address {
        max-width: inherit;
        padding-right: 100px;
    }

    .footer-social {
        width: auto;
        float: right;
        margin-top: -25px;
    }

    .footer-categories {
        display: none;
    }

    .footer-menues {
        display: none;
    }

    .footer-enews {
        width: 100%;
        margin-top: 15px;
    }

    .footer-enews-block {
        height: auto;
        display: table;
        padding: 20px 25px;
    }

    .footer-enews-head {
        margin-bottom: 15px;
        width: 100%;
        float: right;
    }

    .footer-enews-icon {
        width: 80px;
    }

    .footer-enews-text-block {
        width: calc(100% - 110px);
        padding: 2px 0;
        margin-left: 20px;
        max-width: 240px;
    }

    .footer-enewsback .textbox {
        padding: 9px 0;
    }

    .footer-bottom a {
        font-size: 10px;
    }

    .design,
    .owner {
        float: inherit;
        margin: 0 auto;
        display: table;
    }

    .router-block {
        height: 80px;
        margin-bottom: 10px;
    }

    .container-text {
        font-size: 14px;
        line-height: 22px;
    }

    .about-img-link {
        margin: 25px 0;
    }

        .about-img-link li {
            width: 49%;
            margin-right: 1%;
        }

            .about-img-link li img {
                max-height: 55px;
            }

    .container-gallery ul {
        width: 102%;
    }

        .container-gallery ul li {
            width: 48%;
            height: 100px;
            margin: 0 2% 10px 0;
        }

    .categories-list {
        display: none;
    }

        .categories-list ul li a::after {
            width: 13px;
            height: 13px;
            left: -22px;
            top: 8px;
        }

        .categories-list ul li a {
            font-size: 13px;
            line-height: 16px;
            padding: 6px 0;
        }

        .categories-list ul li ul {
            padding: 0 0 0 16px;
        }

    .category-items-list,
    .product-detail-content {
        width: 100%;
        padding-left: 0;
    }

        .category-items-list ul {
            width: 100%;
        }

            .category-items-list ul li {
                width: 100%;
                margin: 0 0 60px 0;
            }

    .category-items-list-img {
        height: 260px;
    }

        .category-items-list-img img {
            max-width: 200px;
            max-height: 200px;
        }

    .category-items-list-head {
        height: 44px;
        min-width: 180px;
        bottom: -22px;
        font-size: 12px;
        line-height: 16px;
    }

    .prod-detail-img-block {
        width: 100%;
    }

    .product-detail-img {
        height: 300px;
    }

    .product-detail-gallery {
        padding: 0 50px;
    }

    #slider1 {
        height: 80px;
    }

    .thumbelina-but.horiz {
        width: 12px;
    }

        .thumbelina-but.horiz.left,
        .thumbelina-but.horiz.left.disabled,
        .thumbelina-but.horiz.left.disabled:hover {
            left: -24px;
        }

        .thumbelina-but.horiz.right,
        .thumbelina-but.horiz.right.disabled,
        .thumbelina-but.horiz.right.disabled:hover {
            right: -24px;
        }

    .thumbelina li {
        padding: 10px 5px;
        width: 75px;
        height: 80px;
    }

    .prod-detail-right {
        width: 100%;
        margin-top: 10px;
    }

    .prod-detail-head {
        margin-top: 0;
    }

        .prod-detail-head,
        .prod-detail-head h1 {
            font-size: 18px;
            line-height: 24px;
        }

    .prod-detail-code {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 14px;
    }

    .prod-detail-text {
        font-size: 14px;
        line-height: 24px;
    }

    .order-form-img {
        height: 160px;
    }

    .order-form-container {
        width: 100%;
        padding: 10px;
        margin-top: -40px;
        border-radius: 16px;
    }

    .order-form-container-block {
        padding: 20px 18px 20px 18px;
        border-radius: 16px;
    }

    .order-form-container-half {
        width: 100%;
        margin-bottom: 10px;
    }

    .order-form-textback.half {
        width: 100%;
        margin-bottom: 10px;
    }

        .order-form-textback.half:nth-child(2) {
            margin-bottom: 0;
        }

    .order-form-textback.counter {
        width: calc(100% - 100px);
    }

    .order-form-textback .textbox {
        padding: 0 10px;
        margin: 10px 0;
    }

        .order-form-textback .textbox.address {
            height: 78px;
        }

    .order-form-textback.datebox label {
        padding-left: 10px;
        margin: 10px 0 0 0;
        width: 100%;
    }

    .order-form-textback.datebox .textbox {
        width: 100%;
        padding: 0 10px;
        margin: 0;
    }

    .dateicon {
        right: 6px;
    }

    .order-form-container-send-block {
        margin: 20px 0 0 0;
    }

    .orderFormBtn {
        margin-right: 0;
        height: 52px;
        width: 90px;
    }

    .order-form-container-security-block {
        width: auto;
        float: initial;
        margin: 0 0 15px 0;
    }

    .orderFromRefresh {
        margin: 11px 0;
    }

    .order-from-security-text {
        margin: 6px 0 6px 5px;
    }

    .order-from-security-textBack {
        width: 100%;
        margin: 0;
    }

        .order-from-security-textBack .textbox {
            height: 52px;
            padding: 9px 2px;
        }

    .orderFormBtn.send {
        width: 100%;
        font-size: 16px;
        float: initial;
        margin: 0 auto;
    }

    .online-catalog-container ul li {
        width: 100%;
        height: 200px;
        margin-right: 0;
    }

    .contact-address-block {
        width: 100%;
        height: auto;
        padding: 20px;
    }

    .contact-address-head {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 0;
    }

        .contact-address-head.brandTitle {
            font-size: 18px;
        }

    .contact-address-text,
    .contact-address-text a {
        font-size: 14px;
        line-height: 20px;
    }

    .contact-address-text {
        margin-bottom: 10px;
    }

        .contact-address-text div {
            display: inline;
        }

    .contact-address-social {
        margin-top: 30px;
    }

        .contact-address-social .footer-social-item {
            width: 24px;
            height: 24px;
            margin-right: 6px;
        }

    .social-media-text {
        font-size: 18px;
        line-height: 24px;
    }

    .contact-form-block {
        width: 100%;
        height: auto;
        padding: 20px;
        margin-top: 20px;
    }

    .contact-form-head {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .contact-form-textback {
        height: 50px;
        margin-bottom: 12px;
    }

        .contact-form-textback .textbox {
            padding: 5px 16px;
        }

    .contact-form-container-right {
        display: table;
        float: initial;
        margin: 0 auto;
    }

        .contact-form-container-right .order-form-container-security-block {
            margin-bottom: 15px;
        }

        .contact-form-container-right .orderFromRefresh {
            margin: 9px 0;
        }

        .contact-form-container-right .order-from-security-text {
            margin: 4px 0 4px 5px;
            width: 80px;
        }

        .contact-form-container-right .order-from-security-textBack {
            float: right;
            border-radius: 24px;
        }

            .contact-form-container-right .order-from-security-textBack .textbox {
                height: 48px;
                padding: 8px 12px;
            }

        .contact-form-container-right .orderFormBtn.send {
            width: 100%;
            height: 50px;
            font-size: 14px;
            margin: 0 auto;
        }

    .contact-form-textback .FormError {
        top: 14px;
    }

    .contact-map {
        height: 260px;
        margin: 40px 0 0 0;
    }

    .container.newlist {
        margin-bottom: 0;
    }

    .new-list-container ul {
        width: 100%;
    }

        .new-list-container ul li {
            width: 100%;
            height: 310px;
            margin-right: 0;
        }

            .new-list-container ul li .main-news-item-img {
                height: 160px;
                margin-bottom: 10px;
            }

            .new-list-container ul li .news-list-head {
                font-size: 14px;
                line-height: 22px;
            }

            .new-list-container ul li .news-list-text {
                font-size: 13px;
                line-height: 18px;
            }

    .news-list-menu {
        display: none;
    }

    .news-detail-block {
        width: 100%;
    }

    .news-detail-img {
        margin-bottom: 10px;
    }

    .news-detail-text {
        font-size: 13px;
        line-height: 22px;
    }

    .news-detail-gallery ul {
        width: 102%;
    }

        .news-detail-gallery ul li {
            width: 48%;
            height: 120px;
            margin-right: 2%;
        }

    .search-block ul {
        padding: 0 10px;
    }

        .search-block ul li {
            width: 100%;
            padding-right: 0;
        }

    .FormError {
        left: 4px;
        top: 12px;
        font-size: 20px;
    }

    .modal-body {
        width: 92%;
        height: auto;
        padding: 15px 20px;
    }

    button.close {
        top: 6px;
        right: 8px;
    }

    .modal-textboxBack.half {
        width: 100%;
        margin-right: 0;
    }

    .modal-textboxBack.half2 {
        width: 100%;
        margin-left: 0;
    }

    .modal-send {
        width: 140px;
    }

        .modal-send label {
            font-size: 16px;
            line-height: 26px;
        }

    .modal-textboxBack label.error {
        font-size: 16px;
    }

    .category-items-list.search-block-full ul {
        width: 100%;
        padding: 0;
    }

    .category-items-list.search-block-full li,
    .search-block ul.search-block-news li {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }

    .dealer-button {
        position: fixed;
        top: inherit;
        bottom: 20px;
        right: 35%;
        z-index: 99;
    }

    .order-payment-block {
        padding: 30px 20px 20px 20px;
        width: 100%
    }

    .form-title label {
        line-height: 23px;
        font-size: 15px;
    }

    .payment-right {
        display: none
    }

    .payment-left {
        width: 100%
    }

    .card-number {
        width: 45%;
    }

    .orderFormBtn.payment {
        float: none
    }

    .container-text.about table {
        max-width: 100% !important
    }

    .big-tbl {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden
    }

    .about.mm-wrapper {
        overflow-x: auto
    }

    .container.about {
        display: inline-block
    }

    .container-text.about {
        display: inline-block
    }

    .footer-info-menues {
        width: 100%;
    }

    .news-detail-text img {
        max-width: 100% !important;
    }
}

@media only screen and (min-width: 360px) and (max-width: 369px) {
    .main-content-block {
        gap: 50px;
        margin-bottom: 20px;
    }
    .main-content {
        gap: 20px;
        flex-direction: column !important;
    }
    .main-content-left{
        height:240px;
        width:100%;
    }
    .main-content-right {
        padding-top: 0;
        width: 100%;
    }
    .content-right-title{
        text-align:center;
    }
    .content-right-text {
        font-size: 16px;
        line-height: 27px;
    }
    .content-right-button{
        justify-content:center;
    }
    .content-right-button a{
       width:50%;
    }
    .sss-title{
        text-align:center;
    }
    .main-info-item.mb {
        padding-left: 0;
    }

    .whatsapp {
        width: 60px;
        height: 60px;
        left: 16px;
        bottom: 18px;
    }

    .whatsapp-notify {
        width: 14px;
        height: 14px;
        line-height: 18px;
    }

    .mmenu {
        display: block;
        left: 15px;
    }

    .main {
        padding: 0 20px;
    }

    .banner {
        padding-left: 0;
        position: relative;
    }

    .logo {
        width: 50%;
        height: 90px;
        padding: 2px 0 0 66px;
    }

        .logo img {
            max-width: 140px;
        }

    .banner-middle {
        width: 14%;
        padding: 15px 2px 0 0;
    }

        .banner-middle .banner-middle-top .searchBlock {
            border: 1px solid #bdbaba;
            width: 215px;
            padding: 10px 5px 8px 20px;
        }

    .searchBlock {
        width: 100%;
        height: 40px;
        padding: 10px 20px 8px 20px;
        position: absolute;
        bottom: -20px;
        right: 0;
        z-index: 5;
        opacity: 0;
        transition: all ease-in-out 0.5s;
    }

        .searchBlock.open {
            bottom: -40px;
            opacity: 1;
            right: 0;
        }

    .searchMobile {
        display: block;
        margin-top: 37px;
    }

    .banner-contact {
        display: none;
    }

    .banner-middle-bottom {
        margin-top: 0;
    }

    .menu {
        display: none;
    }

    .banner-insta {
        display: none;
    }

    .banner-right {
        width: 36%;
        height: 90px;
    }

        .banner-right a {
            padding-right: 20px;
        }

    .banner-right-text {
        margin-top: 15px;
        font-size: 10px;
    }

        .banner-right-text span {
            font-size: 20px;
            line-height: 20px;
        }

    .banner-right-img {
        margin-top: 2px;
    }

        .banner-right-img img {
            max-width: 100px;
        }

    .slider {
        height: 160px;
    }

    .swiper-content-block {
        margin: 0 0 0 60px;
    }

    .slider-text {
        font-size: 22px;
        line-height: 28px;
    }

    .swiper-button-next,
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        display: none;
    }

    .main-corporate-block {
        margin: 30px 0;
    }

    .main-corporate-left {
        width: 80%;
        height: 120px;
        margin: 0 auto 15px auto;
        float: inherit;
    }

    .main-corporate-right {
        width: 100%;
        height: auto;
    }

    .main-corporate-head,
    .main-corporate-head h1 {
        font-size: 20px;
        line-height: 24px;
    }

    .main-corporate-head {
        margin-bottom: 5px;
    }

    .main-corporate-text {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .main-corporate-button {
        width: auto;
        border-radius: 26px;
    }

        .main-corporate-button a {
            font-size: 14px;
            padding: 4px 20px;
            line-height: 28px;
        }

    .main-product-block {
        margin-bottom: 40px;
    }

    .main-product-container {
        padding: 15px 20px 10px 20px;
    }

        .main-product-container.categories {
            padding: 25px 20px 5px 20px;
        }

    .main-product-container-head {
        margin-bottom: 15px;
    }

    .main-product-container h2,
    .main-product-container-head {
        font-size: 18px;
        line-height: 26px;
    }

    .main-product-container ul {
        width: 100%;
    }

        .main-product-container ul li {
            width: 100%;
            height: 280px;
            margin: 0 0 15px 0;
        }

    .main-prod-img {
        height: 210px;
        padding: 10px 15px;
    }

        .main-prod-img img {
            max-width: 150px;
            max-height: 160px;
        }

    .main-prod-head {
        font-size: 13px;
        line-height: 20px;
    }

    .main-product-container ul li.allprod {
        height: 60px;
    }

    .main-prod-all {
        vertical-align: middle;
    }

    .main-prod-all-link {
        border-radius: 26px;
        width: 70%;
        display: table;
    }

        .main-prod-all-link a {
            font-size: 14px;
            padding: 8px 10px;
            line-height: 22px;
        }

    .main-referances-block {
        margin-bottom: 40px;
    }

    .referance {
        width: 310px;
        margin: 0 auto;
    }

    .referance-slide {
        height: 120px;
        padding: 15px 20px;
    }

        .referance-slide img {
            max-width: 120px;
            max-height: 60px;
        }

    .main-new-catalog-block {
        margin-bottom: 40px;
    }

    .main-new-block {
        width: 320px;
        height: 315px;
        padding: 10px 25px 0 25px;
        margin-bottom: 20px;
    }

    .main-news-head {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .slick-prev {
        width: 10px;
        left: -18px;
    }

    .slick-next {
        width: 10px;
        right: -18px;
    }

    .main-news-item-img {
        height: 160px;
        margin-bottom: 15px;
    }

    .main-news-item-head {
        font-size: 14px;
        line-height: 22px;
    }

    .main-news-all-link {
        bottom: 10px;
    }

    .main-catalog-block {
        width: calc(100% - 220px);
        margin: 0 10px 0 0;
        background-size: cover;
    }

    .main-catalog-block-item {
        height: 333px;
    }

    .main-catalog-icon {
        height: 55px;
        margin: 65px 0 10px 0;
    }

    .main-catalog-text {
        font-size: 13px;
        line-height: 18px;
    }

        .main-catalog-text span {
            padding-right: 8px;
        }

            .main-catalog-text span::before {
                width: 5px;
                height: 16px;
            }

    .main-instagram-block {
        width: 210px;
    }

    .main-instagram-head {
        margin-bottom: 0;
    }

        .main-instagram-head a {
            font-size: 14px;
        }

    .main-instagram-item {
        width: 49%;
        height: 93px;
        margin-right: 1%;
    }

    .main-min-info-block {
        margin-bottom: 40px;
    }

    .main-info-item {
        width: 100%;
        max-width: inherit;
        min-height: 85px;
        background-size: 28px;
        padding-left: 40px;
        padding-bottom: 15px;
    }

        .main-info-item.quality .main-info-item-content {
            max-width: inherit;
        }

    .main-info-item-content {
        max-width: inherit;
    }

    .main-info-item.satisfaciton, .main-info-item.last-category {
        width: 100%;
        max-width: inherit;
    }

    .main-info-head {
        margin-top: 5px;
        font-size: 14px;
        line-height: 20px;
    }

    .main-info-text {
        font-size: 13px;
        line-height: 20px;
    }

    .footer {
        min-height: 240px;
        position: relative;
        padding: 50px 0 30px 0;
        margin-top: 30px;
    }

    .footer-logo {
        width: 100%;
        position: absolute;
        left: 0;
        top: -30px;
    }

        .footer-logo img {
            max-width: inherit;
            max-height: 70px;
        }

    .footer-address {
        width: 100%;
    }

    .footer-address-item.address {
        max-width: inherit;
        padding-right: 100px;
    }

    .footer-social {
        width: auto;
        float: right;
        margin-top: -25px;
    }

    .footer-categories {
        display: none;
    }

    .footer-menues {
        display: none;
    }

    .footer-enews {
        width: 100%;
        margin-top: 15px;
    }

    .footer-enews-block {
        height: auto;
        display: table;
        padding: 20px 25px;
    }

    .footer-enews-head {
        margin-bottom: 15px;
        width: 100%;
        float: right;
    }

    .footer-enews-icon {
        width: 80px;
    }

    .footer-enews-text-block {
        width: calc(100% - 110px);
        padding: 2px 0;
        margin-left: 20px;
        max-width: 240px;
    }

    .footer-enewsback .textbox {
        padding: 9px 0;
    }

    .footer-bottom a {
        font-size: 10px;
    }

    .design,
    .owner {
        float: inherit;
        margin: 0 auto;
        display: table;
    }

    .router-block {
        height: 80px;
        margin-bottom: 10px;
    }

    .container-text {
        font-size: 14px;
        line-height: 22px;
    }

    .about-img-link {
        margin: 25px 0;
    }

        .about-img-link li {
            width: 49%;
            margin-right: 1%;
        }

            .about-img-link li img {
                max-height: 55px;
            }

    .container-gallery ul {
        width: 102%;
    }

        .container-gallery ul li {
            width: 48%;
            height: 100px;
            margin: 0 2% 10px 0;
        }

    .categories-list {
        display: none;
    }

        .categories-list ul li a::after {
            width: 13px;
            height: 13px;
            left: -22px;
            top: 8px;
        }

        .categories-list ul li a {
            font-size: 13px;
            line-height: 16px;
            padding: 6px 0;
        }

        .categories-list ul li ul {
            padding: 0 0 0 16px;
        }

    .category-items-list,
    .product-detail-content {
        width: 100%;
        padding-left: 0;
    }

        .category-items-list ul {
            width: 100%;
        }

            .category-items-list ul li {
                width: 100%;
                margin: 0 0 60px 0;
            }

    .category-items-list-img {
        height: 260px;
    }

        .category-items-list-img img {
            max-width: 200px;
            max-height: 200px;
        }

    .category-items-list-head {
        height: 44px;
        min-width: 180px;
        bottom: -22px;
        font-size: 12px;
        line-height: 16px;
    }

    .prod-detail-img-block {
        width: 100%;
    }

    .product-detail-img {
        height: 300px;
    }

    .product-detail-gallery {
        padding: 0 50px;
    }

    #slider1 {
        height: 80px;
    }

    .thumbelina-but.horiz {
        width: 12px;
    }

        .thumbelina-but.horiz.left,
        .thumbelina-but.horiz.left.disabled,
        .thumbelina-but.horiz.left.disabled:hover {
            left: -24px;
        }

        .thumbelina-but.horiz.right,
        .thumbelina-but.horiz.right.disabled,
        .thumbelina-but.horiz.right.disabled:hover {
            right: -24px;
        }

    .thumbelina li {
        padding: 10px 5px;
        width: 75px;
        height: 80px;
    }

    .prod-detail-right {
        width: 100%;
        margin-top: 10px;
    }

    .prod-detail-head {
        margin-top: 0;
    }

        .prod-detail-head,
        .prod-detail-head h1 {
            font-size: 18px;
            line-height: 24px;
        }

    .prod-detail-code {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 14px;
    }

    .prod-detail-text {
        font-size: 14px;
        line-height: 24px;
    }

    .order-form-img {
        height: 160px;
    }

    .order-form-container {
        width: 100%;
        padding: 10px;
        margin-top: -40px;
        border-radius: 16px;
    }

    .order-form-container-block {
        padding: 20px 18px 20px 18px;
        border-radius: 16px;
    }

    .order-form-container-half {
        width: 100%;
        margin-bottom: 10px;
    }

    .order-form-textback.half {
        width: 100%;
        margin-bottom: 10px;
    }

        .order-form-textback.half:nth-child(2) {
            margin-bottom: 0;
        }

    .order-form-textback.counter {
        width: calc(100% - 140px);
    }

    .order-form-textback .textbox {
        padding: 0 10px;
        margin: 10px 0;
    }

        .order-form-textback .textbox.address {
            height: 78px;
        }

    .order-form-textback.datebox label {
        padding-left: 10px;
        margin: 10px 0;
        width: 130px;
    }

    .order-form-textback.datebox .textbox {
        width: calc(100% - 130px);
    }

    .dateicon {
        right: 6px;
    }

    .order-form-container-send-block {
        margin: 20px 0 0 0;
    }

    .orderFormBtn {
        margin-right: 0;
        height: 52px;
    }

    .order-form-container-security-block {
        width: auto;
        float: initial;
        margin: 0 0 15px 0;
    }

    .orderFromRefresh {
        margin: 11px 0;
    }

    .order-from-security-text {
        margin: 6px 0 6px 5px;
    }

    .order-from-security-textBack {
        width: 100%;
        margin: 0;
    }

        .order-from-security-textBack .textbox {
            height: 52px;
            padding: 9px 2px;
        }

    .orderFormBtn.send {
        width: 100%;
        font-size: 16px;
        float: initial;
        margin: 0 auto;
    }

    .online-catalog-container ul li {
        width: 100%;
        height: 220px;
        margin-right: 0;
    }

    .contact-address-block {
        width: 100%;
        height: auto;
        padding: 20px;
    }

    .contact-address-head {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 0;
    }

        .contact-address-head.brandTitle {
            font-size: 18px;
        }

    .contact-address-text,
    .contact-address-text a {
        font-size: 14px;
        line-height: 20px;
    }

    .contact-address-text {
        margin-bottom: 10px;
    }

    .contact-address-social {
        margin-top: 30px;
    }

        .contact-address-social .footer-social-item {
            width: 24px;
            height: 24px;
            margin-right: 6px;
        }

    .social-media-text {
        font-size: 18px;
        line-height: 24px;
    }

    .contact-form-block {
        width: 100%;
        height: auto;
        padding: 20px;
        margin-top: 20px;
    }

    .contact-form-head {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .contact-form-textback {
        height: 50px;
        margin-bottom: 12px;
    }

        .contact-form-textback .textbox {
            padding: 5px 16px;
        }

    .contact-form-container-right {
        display: table;
        float: initial;
        margin: 0 auto;
    }

        .contact-form-container-right .order-form-container-security-block {
            margin-bottom: 15px;
        }

        .contact-form-container-right .orderFromRefresh {
            margin: 9px 0;
        }

        .contact-form-container-right .order-from-security-text {
            margin: 4px 0 4px 5px;
            width: 80px;
        }

        .contact-form-container-right .order-from-security-textBack {
            float: right;
            width: 160px;
            border-radius: 24px;
        }

            .contact-form-container-right .order-from-security-textBack .textbox {
                height: 48px;
                padding: 8px 12px;
            }

        .contact-form-container-right .orderFormBtn.send {
            width: 100%;
            height: 50px;
            font-size: 14px;
            margin: 0 auto;
        }

    .contact-form-textback .FormError {
        top: 14px;
    }

    .contact-map {
        height: 260px;
        margin: 40px 0 0 0;
    }

    .container.newlist {
        margin-bottom: 0;
    }

    .new-list-container ul {
        width: 100%;
    }

        .new-list-container ul li {
            width: 100%;
            height: 310px;
            margin-right: 0;
        }

            .new-list-container ul li .main-news-item-img {
                height: 160px;
                margin-bottom: 10px;
            }

            .new-list-container ul li .news-list-head {
                font-size: 14px;
                line-height: 22px;
            }

            .new-list-container ul li .news-list-text {
                font-size: 13px;
                line-height: 18px;
            }

    .news-list-menu {
        display: none;
    }

    .news-detail-block {
        width: 100%;
    }

    .news-detail-img {
        margin-bottom: 10px;
    }

    .news-detail-text {
        font-size: 13px;
        line-height: 22px;
    }

    .news-detail-gallery ul {
        width: 102%;
    }

        .news-detail-gallery ul li {
            width: 48%;
            height: 120px;
            margin-right: 2%;
        }

    .search-block ul {
        padding: 0 10px;
    }

        .search-block ul li {
            width: 100%;
            padding-right: 0;
        }

    .FormError {
        left: 4px;
        top: 12px;
        font-size: 20px;
    }

    .modal-body {
        width: 92%;
        height: auto;
        padding: 15px 20px;
    }

    button.close {
        top: 6px;
        right: 8px;
    }

    .modal-textboxBack.half {
        width: 100%;
        margin-right: 0;
    }

    .modal-textboxBack.half2 {
        width: 100%;
        margin-left: 0;
    }

    .modal-send {
        width: 140px;
    }

        .modal-send label {
            font-size: 16px;
            line-height: 26px;
        }

    .modal-textboxBack label.error {
        font-size: 16px;
    }

    .category-items-list.search-block-full ul {
        width: 100%;
        padding: 0;
    }

    .category-items-list.search-block-full li,
    .search-block ul.search-block-news li {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }

    .dealer-button {
        position: fixed;
        top: inherit;
        bottom: 20px;
        right: 35%;
        z-index: 99;
    }

    .order-payment-block {
        padding: 30px 20px 20px 20px;
        width: 100%
    }

    .form-title label {
        line-height: 23px;
        font-size: 15px;
    }

    .payment-right {
        display: none
    }

    .payment-left {
        width: 100%
    }

    .card-number {
        width: 46%;
    }

    .orderFormBtn.payment {
        float: none;
        margin: 0 auto;
    }

    .big-tbl {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden
    }

    .about.mm-wrapper {
        overflow-x: auto
    }

    .container.about {
        display: inline-block
    }

    .container-text.about {
        display: inline-block
    }

    .footer-info-menues {
        width: 100%;
    }

    .news-detail-text img {
        max-width: 100% !important;
    }
}

@media only screen and (min-width: 370px) and (max-width: 399px) {
    .main-content-block {
        gap: 50px;
        margin-bottom: 40px;
    }
    .main-content {
        gap: 20px;
        flex-direction: column !important;
    }
    .main-content-left{
        height:240px;
        width:100%;
    }
    .main-content-right {
        padding-top: 0;
        width: 100%;
    }
    .content-right-title{
        text-align:center;
    }
    .content-right-text {
        font-size: 16px;
        line-height: 27px;
    }
    .content-right-button{
        justify-content:center;
    }
    .content-right-button a{
       width:50%;
    }
    .sss-title{
        text-align:center;
    }
    .main-info-item.mb {
        padding-left: 0;
    }

    .whatsapp {
        width: 60px;
        height: 60px;
        left: 16px;
        bottom: 18px;
    }

    .whatsapp-notify {
        width: 14px;
        height: 14px;
        line-height: 18px;
    }

    .mmenu {
        display: block;
        left: 15px;
    }

    .main {
        padding: 0 20px;
    }

    .banner {
        padding-left: 0;
        position: relative;
    }

    .logo {
        width: 50%;
        height: 90px;
        padding: 2px 0 0 66px;
    }

        .logo img {
            max-width: 140px;
        }

    .banner-middle {
        width: 14%;
        padding: 43px 2px 0 0;
    }

        .banner-middle .banner-middle-top .searchBlock {
            border: 1px solid #bdbaba;
            width: 225px;
            padding-right: 3px;
        }

    .searchBlock {
        width: 100%;
        height: 40px;
        padding: 10px 20px 8px 20px;
        position: absolute;
        bottom: -20px;
        right: 0;
        z-index: 10;
        opacity: 0;
        transition: all ease-in-out 0.5s;
    }

        .searchBlock.open {
            bottom: -40px;
            opacity: 1;
            right: 0;
        }

    .searchMobile {
        display: block;
        margin-top: 11px;
    }

    .banner-contact {
        display: none;
    }

    .banner-middle-bottom {
        margin-top: 0;
    }

    .menu {
        display: none;
    }

    .banner-insta {
        display: none;
    }

    .banner-right {
        width: 36%;
        height: 90px;
    }

        .banner-right a {
            padding-right: 20px;
        }

    .banner-right-text {
        margin-top: 15px;
        font-size: 10px;
    }

        .banner-right-text span {
            font-size: 20px;
            line-height: 20px;
        }

    .banner-right-img {
        margin-top: 2px;
    }

        .banner-right-img img {
            max-width: 100px;
        }

    .slider {
        height: 170px;
    }

    .swiper-content-block {
        margin: 0 0 0 60px;
    }

    .slider-text {
        font-size: 22px;
        line-height: 28px;
    }

    .swiper-button-next,
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        display: none;
    }

    .main-corporate-block {
        margin: 30px 0;
    }

    .main-corporate-left {
        width: 80%;
        height: 120px;
        margin: 0 auto 15px auto;
        float: inherit;
    }

    .main-corporate-right {
        width: 100%;
        height: auto;
    }

    .main-corporate-head,
    .main-corporate-head h1 {
        font-size: 20px;
        line-height: 24px;
    }

    .main-corporate-head {
        margin-bottom: 5px;
    }

    .main-corporate-text {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .main-corporate-button {
        width: auto;
        border-radius: 26px;
    }

        .main-corporate-button a {
            font-size: 14px;
            padding: 4px 20px;
            line-height: 28px;
        }

    .main-product-block {
        margin-bottom: 40px;
    }

    .main-product-container {
        padding: 15px 20px 10px 20px;
    }

        .main-product-container.categories {
            padding: 25px 20px 5px 20px;
        }

    .main-product-container-head {
        margin-bottom: 15px;
    }

    .main-product-container h2,
    .main-product-container-head {
        font-size: 18px;
        line-height: 26px;
    }

    .main-product-container ul {
        width: 100%;
    }

        .main-product-container ul li {
            width: 90%;
            height: 280px;
            margin: 0 0 15px 5%;
        }

    .main-prod-img {
        height: 210px;
        padding: 10px 15px;
    }

        .main-prod-img img {
            max-width: 150px;
            max-height: 160px;
        }

    .main-prod-head {
        font-size: 13px;
        line-height: 20px;
    }

    .main-product-container ul li.allprod {
        height: 60px;
    }

    .main-prod-all {
        vertical-align: middle;
    }

    .main-prod-all-link {
        border-radius: 26px;
        width: 70%;
        display: table;
    }

        .main-prod-all-link a {
            font-size: 14px;
            padding: 8px 10px;
            line-height: 22px;
        }

    .main-referances-block {
        margin-bottom: 40px;
    }

    .referance {
        width: 320px;
        margin: 0 auto;
    }

    .referance-slide {
        height: 120px;
        padding: 15px 20px;
    }

        .referance-slide img {
            max-width: 120px;
            max-height: 60px;
        }

    .main-new-catalog-block {
        margin-bottom: 40px;
    }

    .main-new-block {
        width: 335px;
        height: 315px;
        padding: 10px 25px 0 25px;
        margin-bottom: 20px;
    }

    .main-news-head {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .slick-prev {
        width: 10px;
        left: -18px;
    }

    .slick-next {
        width: 10px;
        right: -18px;
    }

    .main-news-item-img {
        height: 160px;
        margin-bottom: 15px;
    }

    .main-news-item-head {
        font-size: 14px;
        line-height: 22px;
    }

    .main-news-all-link {
        bottom: 10px;
    }

    .main-catalog-block {
        width: calc(100% - 220px);
        margin: 0 10px 0 0;
        background-size: cover;
    }

    .main-catalog-block-item {
        height: 333px;
    }

    .main-catalog-icon {
        height: 55px;
        margin: 65px 0 10px 0;
    }

    .main-catalog-text {
        font-size: 13px;
        line-height: 18px;
    }

        .main-catalog-text span {
            padding-right: 8px;
        }

            .main-catalog-text span::before {
                width: 5px;
                height: 16px;
            }

    .main-instagram-block {
        width: 210px;
    }

    .main-instagram-head {
        margin-bottom: 0;
    }

        .main-instagram-head a {
            font-size: 14px;
        }

    .main-instagram-item {
        width: 49%;
        height: 93px;
        margin-right: 1%;
    }

    .main-min-info-block {
        margin-bottom: 40px;
    }

    .main-info-item {
        width: 100%;
        max-width: inherit;
        min-height: 85px;
        background-size: 28px;
        padding-left: 40px;
        padding-bottom: 15px;
    }

        .main-info-item.quality .main-info-item-content {
            max-width: inherit;
        }

    .main-info-item-content {
        max-width: inherit;
    }

    .main-info-item.satisfaciton, .main-info-item.last-category {
        width: 100%;
        max-width: inherit;
    }

    .main-info-head {
        margin-top: 5px;
        font-size: 14px;
        line-height: 20px;
    }

    .main-info-text {
        font-size: 13px;
        line-height: 20px;
    }

    .footer {
        min-height: 240px;
        position: relative;
        padding: 50px 0 30px 0;
        margin-top: 30px;
    }

    .footer-logo {
        width: 100%;
        position: absolute;
        left: 0;
        top: -30px;
    }

        .footer-logo img {
            max-width: inherit;
            max-height: 70px;
        }

    .footer-address {
        width: 100%;
    }

    .footer-address-item.address {
        max-width: inherit;
        padding-right: 100px;
    }

    .footer-social {
        width: auto;
        float: right;
        margin-top: -25px;
    }

    .footer-categories {
        display: none;
    }

    .footer-menues {
        display: none;
    }

    .footer-enews {
        width: 100%;
        margin-top: 15px;
    }

    .footer-enews-block {
        height: auto;
        display: table;
        padding: 20px 25px;
    }

    .footer-enews-head {
        margin-bottom: 15px;
        width: 100%;
        float: right;
    }

    .footer-enews-icon {
        width: 80px;
    }

    .footer-enews-text-block {
        width: calc(100% - 110px);
        padding: 2px 0;
        margin-left: 20px;
        max-width: 240px;
    }

    .footer-enewsback .textbox {
        padding: 9px 0;
    }

    .footer-bottom a {
        font-size: 10px;
    }

    .design,
    .owner {
        float: inherit;
        margin: 0 auto;
        display: table;
    }

    .router-block {
        height: 80px;
        margin-bottom: 10px;
    }

    .container-text {
        font-size: 14px;
        line-height: 22px;
    }

    .about-img-link {
        margin: 25px 0;
    }

        .about-img-link li {
            width: 49%;
            margin-right: 1%;
        }

            .about-img-link li img {
                max-height: 55px;
            }

    .container-gallery ul {
        width: 102%;
    }

        .container-gallery ul li {
            width: 48%;
            height: 100px;
            margin: 0 2% 10px 0;
        }

    .categories-list {
        display: none;
    }

        .categories-list ul li a::after {
            width: 13px;
            height: 13px;
            left: -22px;
            top: 8px;
        }

        .categories-list ul li a {
            font-size: 13px;
            line-height: 16px;
            padding: 6px 0;
        }

        .categories-list ul li ul {
            padding: 0 0 0 16px;
        }

    .category-items-list,
    .product-detail-content {
        width: 100%;
        padding-left: 0;
    }

        .category-items-list ul {
            width: 100%;
        }

            .category-items-list ul li {
                width: 90%;
                margin: 0 0 60px 5%;
            }

    .category-items-list-img {
        height: 260px;
    }

        .category-items-list-img img {
            max-width: 200px;
            max-height: 200px;
        }

    .category-items-list-head {
        height: 44px;
        min-width: 180px;
        bottom: -22px;
        font-size: 12px;
        line-height: 16px;
    }

    .prod-detail-img-block {
        width: 100%;
    }

    .product-detail-img {
        height: 300px;
    }

    .product-detail-gallery {
        padding: 0 50px;
    }

    #slider1 {
        height: 80px;
    }

    .thumbelina-but.horiz {
        width: 12px;
    }

        .thumbelina-but.horiz.left,
        .thumbelina-but.horiz.left.disabled,
        .thumbelina-but.horiz.left.disabled:hover {
            left: -24px;
        }

        .thumbelina-but.horiz.right,
        .thumbelina-but.horiz.right.disabled,
        .thumbelina-but.horiz.right.disabled:hover {
            right: -24px;
        }

    .thumbelina li {
        padding: 10px 5px;
        width: 75px;
        height: 80px;
    }

    .prod-detail-right {
        width: 100%;
        margin-top: 10px;
    }

    .prod-detail-head {
        margin-top: 0;
    }

        .prod-detail-head,
        .prod-detail-head h1 {
            font-size: 18px;
            line-height: 24px;
        }

    .prod-detail-code {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 14px;
    }

    .prod-detail-text {
        font-size: 14px;
        line-height: 24px;
    }

    .order-form-img {
        height: 160px;
    }

    .order-form-container {
        width: 100%;
        padding: 10px;
        margin-top: -40px;
        border-radius: 16px;
    }

    .order-form-container-block {
        padding: 20px 18px 20px 18px;
        border-radius: 16px;
    }

    .order-form-container-half {
        width: 100%;
        margin-bottom: 10px;
    }

    .order-form-textback.half {
        width: 100%;
        margin-bottom: 10px;
    }

        .order-form-textback.half:nth-child(2) {
            margin-bottom: 0;
        }

    .order-form-textback.counter {
        width: calc(100% - 140px);
    }

    .order-form-textback .textbox {
        padding: 0 10px;
        margin: 10px 0;
    }

        .order-form-textback .textbox.address {
            height: 78px;
        }

    .order-form-textback.datebox label {
        padding-left: 10px;
        margin: 10px 0;
        width: 130px;
    }

    .order-form-textback.datebox .textbox {
        width: calc(100% - 130px);
    }

    .dateicon {
        right: 6px;
    }

    .order-form-container-send-block {
        margin: 20px 0 0 0;
    }

    .orderFormBtn {
        margin-right: 0;
        height: 52px;
    }

    .order-form-container-security-block {
        width: auto;
        float: initial;
        margin: 0 0 15px 0;
    }

    .orderFromRefresh {
        margin: 11px 0;
    }

    .order-from-security-text {
        margin: 6px 0 6px 5px;
    }

    .order-from-security-textBack {
        width: 100%;
        margin: 0;
    }

        .order-from-security-textBack .textbox {
            height: 52px;
            padding: 9px 2px;
        }

    .orderFormBtn.send {
        width: 100%;
        font-size: 16px;
        float: initial;
        margin: 0 auto;
    }

    .online-catalog-container ul li {
        width: 100%;
        height: 240px;
        margin-right: 0;
    }

    .contact-address-block {
        width: 100%;
        height: auto;
        padding: 20px;
    }

    .contact-address-head {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 0;
    }

        .contact-address-head.brandTitle {
            font-size: 18px;
        }

    .contact-address-text,
    .contact-address-text a {
        font-size: 14px;
        line-height: 20px;
    }

    .contact-address-text {
        margin-bottom: 10px;
    }

    .contact-address-social {
        margin-top: 30px;
    }

        .contact-address-social .footer-social-item {
            width: 24px;
            height: 24px;
            margin-right: 6px;
        }

    .social-media-text {
        font-size: 18px;
        line-height: 24px;
    }

    .contact-form-block {
        width: 100%;
        height: auto;
        padding: 20px;
        margin-top: 20px;
    }

    .contact-form-head {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .contact-form-textback {
        height: 50px;
        margin-bottom: 12px;
    }

        .contact-form-textback .textbox {
            padding: 5px 16px;
        }

    .contact-form-container-right {
        display: table;
        float: initial;
        margin: 0 auto;
    }

        .contact-form-container-right .order-form-container-security-block {
            margin-bottom: 15px;
        }

        .contact-form-container-right .orderFromRefresh {
            margin: 9px 0;
        }

        .contact-form-container-right .order-from-security-text {
            margin: 4px 0 4px 5px;
            width: 80px;
        }

        .contact-form-container-right .order-from-security-textBack {
            float: right;
            width: 160px;
            border-radius: 24px;
        }

            .contact-form-container-right .order-from-security-textBack .textbox {
                height: 48px;
                padding: 8px 12px;
            }

        .contact-form-container-right .orderFormBtn.send {
            width: 165px;
            height: 50px;
            font-size: 14px;
            margin: 0 auto;
        }

    .contact-form-textback .FormError {
        top: 14px;
    }

    .contact-map {
        height: 260px;
        margin: 40px 0 0 0;
    }

    .container.newlist {
        margin-bottom: 0;
    }

    .new-list-container ul {
        width: 100%;
    }

        .new-list-container ul li {
            width: 100%;
            height: 310px;
            margin-right: 0;
        }

            .new-list-container ul li .main-news-item-img {
                height: 160px;
                margin-bottom: 10px;
            }

            .new-list-container ul li .news-list-head {
                font-size: 14px;
                line-height: 22px;
            }

            .new-list-container ul li .news-list-text {
                font-size: 13px;
                line-height: 18px;
            }

    .news-list-menu {
        display: none;
    }

    .news-detail-block {
        width: 100%;
    }

    .news-detail-img {
        margin-bottom: 10px;
    }

    .news-detail-text {
        font-size: 13px;
        line-height: 22px;
    }

    .news-detail-gallery ul {
        width: 102%;
    }

        .news-detail-gallery ul li {
            width: 48%;
            height: 120px;
            margin-right: 2%;
        }

    .search-block ul {
        padding: 0 10px;
    }

        .search-block ul li {
            width: 100%;
            padding-right: 0;
        }

    .FormError {
        left: 4px;
        top: 12px;
        font-size: 20px;
    }

    .modal-body {
        width: 92%;
        height: auto;
        padding: 15px 20px;
    }

    button.close {
        top: 6px;
        right: 8px;
    }

    .modal-textboxBack.half {
        width: 100%;
        margin-right: 0;
    }

    .modal-textboxBack.half2 {
        width: 100%;
        margin-left: 0;
    }

    .modal-send {
        width: 140px;
    }

        .modal-send label {
            font-size: 16px;
            line-height: 26px;
        }

    .modal-textboxBack label.error {
        font-size: 16px;
    }

    .category-items-list.search-block-full ul {
        width: 100%;
        padding: 0;
    }

    .category-items-list.search-block-full li,
    .search-block ul.search-block-news li {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }

    .dealer-button {
        position: fixed;
        top: inherit;
        bottom: 20px;
        right: 35%;
        z-index: 99;
    }

    .order-payment-block {
        padding: 30px 20px 20px 20px;
        width: 100%
    }

    .form-title label {
        line-height: 23px;
        font-size: 15px;
    }

    .payment-right {
        display: none
    }

    .payment-left {
        width: 100%
    }

    .card-number {
        width: 46%;
    }

    .orderFormBtn.payment {
        float: none;
        margin: 0 auto;
    }

    .big-tbl {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden
    }

    .about.mm-wrapper {
        overflow-x: auto
    }

    .container.about {
        display: inline-block
    }

    .container-text.about {
        display: inline-block
    }

    .footer-info-menues {
        width: 100%;
    }

    .news-detail-text img {
        max-width: 100% !important;
    }
}

@media only screen and (min-width: 400px) and (max-width: 479px) {
    .main-content-block {
        gap: 50px;
        margin-bottom: 40px;
    }
    .main-content {
        gap: 20px;
        flex-direction: column !important;
    }
    .main-content-left{
        height:260px;
        width:100%;
    }
    .main-content-right {
        padding-top: 0;
        width: 100%;
    }
    .content-right-title{
        text-align:center;
    }
    .content-right-text {
        font-size: 16px;
        line-height: 27px;
    }
    .content-right-button{
        justify-content:center;
    }
    .content-right-button a{
       width:50%;
    }
    .sss-title{
        text-align:center;
    }
    .main-info-item.mb {
        padding-left: 0;
    }

    .whatsapp {
        width: 60px;
        height: 60px;
        left: 16px;
        bottom: 18px;
    }

    .whatsapp-notify {
        width: 14px;
        height: 14px;
        line-height: 18px;
    }

    .mmenu {
        display: block;
    }

    .main {
        padding: 0 20px;
    }

    .banner {
        padding-left: 0;
        position: relative;
    }

    .logo {
        width: 50%;
        height: 90px;
        padding: 2px 0 0 75px;
    }

        .logo img {
            max-width: 140px;
        }

    .banner-middle {
        width: 18%;
        padding: 15px 12px 0 0;
    }

        .banner-middle .banner-middle-top .searchBlock {
            border: 1px solid #bdbaba;
            width: 260px;
            padding-right: 15px;
        }

    .searchBlock {
        width: 100%;
        height: 40px;
        padding: 10px 20px 8px 20px;
        position: absolute;
        bottom: -20px;
        right: 0;
        z-index: 5;
        opacity: 0;
        transition: all ease-in-out 0.5s;
    }

        .searchBlock.open {
            bottom: -40px;
            opacity: 1;
            right: 0;
        }

    .searchMobile {
        display: block;
        margin-top: 37px;
    }

    .banner-contact {
        display: none;
    }

    .banner-middle-bottom {
        margin-top: 0;
    }

    .menu {
        display: none;
    }

    .banner-insta {
        display: none;
    }

    .banner-right {
        width: 32%;
        height: 90px;
    }

        .banner-right a {
            padding-right: 20px;
        }

    .banner-right-text {
        margin-top: 15px;
        font-size: 10px;
    }

        .banner-right-text span {
            font-size: 20px;
            line-height: 20px;
        }

    .banner-right-img {
        margin-top: 2px;
    }

        .banner-right-img img {
            max-width: 100px;
        }

    .slider {
        height: 180px;
    }

    .swiper-content-block {
        margin: 0 0 0 60px;
    }

    .slider-text {
        font-size: 22px;
        line-height: 28px;
    }

    .swiper-button-next,
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        display: none;
    }

    .main-corporate-block {
        margin: 30px 0;
    }

    .main-corporate-left {
        width: 80%;
        height: 140px;
        margin: 0 auto 15px auto;
        float: inherit;
    }

    .main-corporate-right {
        width: 100%;
        height: auto;
    }

    .main-corporate-head,
    .main-corporate-head h1 {
        font-size: 20px;
        line-height: 24px;
    }

    .main-corporate-head {
        margin-bottom: 5px;
    }

    .main-corporate-text {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .main-corporate-button {
        width: auto;
        border-radius: 26px;
    }

        .main-corporate-button a {
            font-size: 14px;
            padding: 4px 20px;
            line-height: 28px;
        }

    .main-product-block {
        margin-bottom: 40px;
    }

    .main-product-container {
        padding: 15px 20px 10px 20px;
    }

        .main-product-container.categories {
            padding: 25px 20px 5px 20px;
        }

    .main-product-container-head {
        margin-bottom: 15px;
    }

    .main-product-container h2,
    .main-product-container-head {
        font-size: 18px;
        line-height: 26px;
    }

    .main-product-container ul {
        width: 100%;
    }

        .main-product-container ul li {
            width: 80%;
            height: 280px;
            margin: 0 0 15px 10%;
        }

    .main-prod-img {
        height: 210px;
        padding: 10px 15px;
    }

        .main-prod-img img {
            max-width: 150px;
            max-height: 160px;
        }

    .main-prod-head {
        font-size: 13px;
        line-height: 20px;
    }

    .main-product-container ul li.allprod {
        height: 60px;
    }

    .main-prod-all {
        vertical-align: middle;
    }

    .main-prod-all-link {
        border-radius: 26px;
        width: 70%;
        display: table;
    }

        .main-prod-all-link a {
            font-size: 14px;
            padding: 8px 10px;
            line-height: 22px;
        }

    .main-referances-block {
        margin-bottom: 40px;
    }

    .referance {
        width: 370px;
        margin: 0 auto;
    }

    .referance-slide {
        height: 120px;
        padding: 15px 20px;
    }

        .referance-slide img {
            max-width: 120px;
            max-height: 60px;
        }

    .main-new-catalog-block {
        margin-bottom: 40px;
    }

    .main-new-block {
        width: 374px;
        height: 315px;
        padding: 10px 25px 0 25px;
        margin-bottom: 20px;
    }

    .main-news-head {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .slick-prev {
        width: 10px;
        left: -18px;
    }

    .slick-next {
        width: 10px;
        right: -18px;
    }

    .main-news-item-img {
        height: 160px;
        margin-bottom: 15px;
    }

    .main-news-item-head {
        font-size: 14px;
        line-height: 22px;
    }

    .main-news-all-link {
        bottom: 10px;
    }

    .main-catalog-block {
        width: calc(100% - 270px);
        margin: 0 10px 0 0;
        background-size: cover;
    }

    .main-catalog-block-item {
        height: 214px;
    }

    .main-catalog-icon {
        height: 55px;
        margin: 25px 0 10px 0;
    }

    .main-catalog-text {
        font-size: 13px;
        line-height: 18px;
    }

        .main-catalog-text span {
            padding-right: 8px;
        }

            .main-catalog-text span::before {
                width: 5px;
                height: 16px;
            }

    .main-instagram-block {
        width: 260px;
    }

    .main-instagram-head {
        margin-bottom: 0;
    }

        .main-instagram-head a {
            font-size: 14px;
        }

    .main-instagram-item {
        height: 85px;
    }

    .main-min-info-block {
        margin-bottom: 40px;
    }

    .main-info-item {
        width: 100%;
        max-width: inherit;
        min-height: 85px;
        background-size: 28px;
        padding-left: 40px;
        padding-bottom: 15px;
    }

        .main-info-item.quality .main-info-item-content {
            max-width: inherit;
        }

    .main-info-item-content {
        max-width: inherit;
    }

    .main-info-item.satisfaciton, .main-info-item.last-category {
        width: 100%;
        max-width: inherit;
    }

    .main-info-head {
        margin-top: 5px;
        font-size: 14px;
        line-height: 20px;
    }

    .main-info-text {
        font-size: 13px;
        line-height: 20px;
    }

    .footer {
        min-height: 240px;
        position: relative;
        padding: 50px 0 30px 0;
        margin-top: 30px;
    }

    .footer-logo {
        width: 100%;
        position: absolute;
        left: 0;
        top: -30px;
    }

        .footer-logo img {
            max-width: inherit;
            max-height: 70px;
        }

    .footer-address {
        width: 100%;
    }

    .footer-address-item.address {
        max-width: inherit;
        padding-right: 100px;
    }

    .footer-social {
        width: auto;
        float: right;
        margin-top: -25px;
    }

    .footer-categories {
        display: none;
    }

    .footer-menues {
        display: none;
    }

    .footer-enews {
        width: 100%;
        margin-top: 15px;
    }

    .footer-enews-block {
        height: auto;
        display: table;
        padding: 20px 25px;
    }

    .footer-enews-head {
        margin-bottom: 15px;
        width: 100%;
        float: right;
    }

    .footer-enews-icon {
        width: 80px;
    }

    .footer-enews-text-block {
        width: calc(100% - 110px);
        padding: 2px 0;
        margin-left: 20px;
        max-width: 240px;
    }

    .footer-enewsback .textbox {
        padding: 12px 0;
    }

    .footer-bottom a {
        font-size: 10px;
    }

    .design,
    .owner {
        float: inherit;
        margin: 0 auto;
        display: table;
    }

    .router-block {
        height: 80px;
        margin-bottom: 10px;
    }

    .container-text {
        font-size: 14px;
        line-height: 22px;
    }

    .about-img-link {
        margin: 25px 0;
    }

        .about-img-link li {
            width: 49%;
            margin-right: 1%;
        }

            .about-img-link li img {
                max-height: 55px;
            }

    .container-gallery ul {
        width: 102%;
    }

        .container-gallery ul li {
            width: 48%;
            height: 100px;
            margin: 0 2% 10px 0;
        }

    .categories-list {
        display: none;
    }

        .categories-list ul li a::after {
            width: 13px;
            height: 13px;
            left: -22px;
            top: 8px;
        }

        .categories-list ul li a {
            font-size: 13px;
            line-height: 16px;
            padding: 6px 0;
        }

        .categories-list ul li ul {
            padding: 0 0 0 16px;
        }

    .category-items-list,
    .product-detail-content {
        width: 100%;
        padding-left: 0;
    }

        .category-items-list ul {
            width: 100%;
        }

            .category-items-list ul li {
                width: 80%;
                margin: 0 0 60px 10%;
            }

    .category-items-list-img {
        height: 260px;
    }

        .category-items-list-img img {
            max-width: 200px;
            max-height: 200px;
        }

    .category-items-list-head {
        height: 44px;
        min-width: 180px;
        bottom: -22px;
        font-size: 12px;
        line-height: 16px;
    }

    .prod-detail-img-block {
        width: 100%;
    }

    .product-detail-img {
        height: 300px;
    }

    .product-detail-gallery {
        padding: 0 50px;
    }

    #slider1 {
        height: 80px;
    }

    .thumbelina-but.horiz {
        width: 12px;
    }

        .thumbelina-but.horiz.left,
        .thumbelina-but.horiz.left.disabled,
        .thumbelina-but.horiz.left.disabled:hover {
            left: -24px;
        }

        .thumbelina-but.horiz.right,
        .thumbelina-but.horiz.right.disabled,
        .thumbelina-but.horiz.right.disabled:hover {
            right: -24px;
        }

    .thumbelina li {
        padding: 10px 5px;
        width: 75px;
        height: 80px;
    }

    .prod-detail-right {
        width: 100%;
        margin-top: 10px;
    }

    .prod-detail-head {
        margin-top: 0;
    }

        .prod-detail-head,
        .prod-detail-head h1 {
            font-size: 18px;
            line-height: 24px;
        }

    .prod-detail-code {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 14px;
    }

    .prod-detail-text {
        font-size: 14px;
        line-height: 24px;
    }

    .order-form-img {
        height: 200px;
    }

    .order-form-container {
        width: 100%;
        padding: 18px;
        margin-top: -70px;
        border-radius: 16px;
    }

    .order-form-container-block {
        padding: 20px 18px 20px 18px;
        border-radius: 16px;
    }

    .order-form-container-half {
        width: 100%;
        margin-bottom: 10px;
    }

    .order-form-textback.half {
        width: 100%;
        margin-bottom: 10px;
    }

        .order-form-textback.half:nth-child(2) {
            margin-bottom: 0;
        }

    .order-form-textback.counter {
        width: calc(100% - 140px);
    }

    .order-form-textback .textbox {
        padding: 0 20px;
        margin: 10px 0;
    }

        .order-form-textback .textbox.address {
            height: 78px;
        }

    .order-form-textback.datebox label {
        padding-left: 20px;
        margin: 10px 0;
    }

    .order-form-container-send-block {
        margin: 20px 0 0 0;
    }

    .orderFormBtn {
        margin-right: 0;
        height: 52px;
    }

    .order-form-container-security-block {
        width: auto;
        float: initial;
        margin-bottom: 15px;
    }

    .orderFromRefresh {
        margin: 11px 0;
    }

    .order-from-security-text {
        margin: 6px 0 6px 5px;
    }

    .order-from-security-textBack {
        width: 155px;
    }

        .order-from-security-textBack .textbox {
            height: 52px;
            padding: 9px 2px;
        }

    .orderFormBtn.send {
        width: 170px;
        font-size: 16px;
        float: initial;
        margin: 0 auto;
    }

    .online-catalog-container ul li {
        width: 100%;
        height: 260px;
        margin-right: 0;
    }

    .contact-address-block {
        width: 100%;
        height: auto;
        padding: 20px;
    }

    .contact-address-head {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 0;
    }

        .contact-address-head.brandTitle {
            font-size: 18px;
        }

    .contact-address-text,
    .contact-address-text a {
        font-size: 14px;
        line-height: 20px;
    }

    .contact-address-text {
        margin-bottom: 10px;
    }

    .contact-address-social {
        margin-top: 30px;
    }

        .contact-address-social .footer-social-item {
            width: 24px;
            height: 24px;
            margin-right: 6px;
        }

    .social-media-text {
        font-size: 18px;
        line-height: 24px;
    }

    .contact-form-block {
        width: 100%;
        height: auto;
        padding: 20px;
        margin-top: 20px;
    }

    .contact-form-head {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .contact-form-textback {
        height: 50px;
        margin-bottom: 12px;
    }

        .contact-form-textback .textbox {
            padding: 5px 16px;
        }

    .contact-form-container-right {
        display: table;
        float: initial;
        margin: 0 auto;
    }

        .contact-form-container-right .order-form-container-security-block {
            margin-bottom: 15px;
        }

        .contact-form-container-right .orderFromRefresh {
            margin: 9px 0;
        }

        .contact-form-container-right .order-from-security-text {
            margin: 4px 0 4px 5px;
            width: 80px;
        }

        .contact-form-container-right .order-from-security-textBack {
            float: right;
            width: 160px;
            border-radius: 24px;
        }

            .contact-form-container-right .order-from-security-textBack .textbox {
                height: 48px;
                padding: 8px 12px;
            }

        .contact-form-container-right .orderFormBtn.send {
            width: 165px;
            height: 50px;
            font-size: 14px;
            margin: 0 auto;
        }

    .contact-form-textback .FormError {
        top: 14px;
    }

    .contact-map {
        height: 260px;
        margin: 40px 0 0 0;
    }

    .container.newlist {
        margin-bottom: 0;
    }

    .new-list-container ul {
        width: 100%;
    }

        .new-list-container ul li {
            width: 100%;
            height: 310px;
            margin-right: 0;
        }

            .new-list-container ul li .main-news-item-img {
                height: 160px;
                margin-bottom: 10px;
            }

            .new-list-container ul li .news-list-head {
                font-size: 14px;
                line-height: 22px;
            }

            .new-list-container ul li .news-list-text {
                font-size: 13px;
                line-height: 18px;
            }

    .news-list-menu {
        display: none;
    }

    .news-detail-block {
        width: 100%;
    }

    .news-detail-img {
        margin-bottom: 10px;
    }

    .news-detail-text {
        font-size: 13px;
        line-height: 22px;
    }

    .news-detail-gallery ul {
        width: 102%;
    }

        .news-detail-gallery ul li {
            width: 48%;
            height: 120px;
            margin-right: 2%;
        }

    .search-block ul {
        padding: 0 10px;
    }

        .search-block ul li {
            width: 100%;
            padding-right: 0;
        }

    .modal-body {
        width: 92%;
        height: auto;
        padding: 15px 20px;
    }

    button.close {
        top: 6px;
        right: 8px;
    }

    .modal-textboxBack.half {
        width: 100%;
        margin-right: 0;
    }

    .modal-textboxBack.half2 {
        width: 100%;
        margin-left: 0;
    }

    .modal-send {
        width: 140px;
    }

        .modal-send label {
            font-size: 16px;
            line-height: 26px;
        }

    .modal-textboxBack label.error {
        font-size: 16px;
    }

    .category-items-list.search-block-full ul {
        width: 100%;
        padding: 0;
    }

    .category-items-list.search-block-full li,
    .search-block ul.search-block-news li {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }

    .dealer-button {
        position: fixed;
        top: inherit;
        bottom: 20px;
        right: 35%;
        z-index: 99;
    }

    .order-payment-block {
        padding: 30px 20px 20px 20px;
        width: 100%
    }

    .form-title label {
        line-height: 23px;
        font-size: 15px;
    }

    .payment-right {
        display: none
    }

    .payment-left {
        width: 100%
    }

    .card-number {
        width: 46%;
    }

    .orderFormBtn.payment {
        float: none;
        margin: 0 auto;
    }

    .big-tbl {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden
    }

    .about.mm-wrapper {
        overflow-x: auto
    }

    .container.about {
        display: inline-block
    }

    .container-text.about {
        display: inline-block
    }

    .footer-info-menues {
        width: 100%;
    }

    .news-detail-text img {
        max-width: 100% !important;
    }
}

@media only screen and (min-width: 480px) and (max-width: 559px) {
     .main-content-block {
        gap: 50px;
        margin-bottom: 20px;
    }
    .main-content {
        gap: 20px;
        flex-direction: column !important;
    }
    .main-content-left {
        height: 240px;
        width: 70%;
        margin: 0 auto;
    }
    .main-content-right {
        padding-top: 0;
        width: 100%;
    }
    .content-right-title{
        text-align:center;
    }
    .content-right-text {
        font-size: 16px;
        line-height: 27px;
    }
    .content-right-button{
        justify-content:center;
    }
    .content-right-button a{
       width:40%;
    }
    .sss-title {
        text-align: center;
        padding: 0;
    }
    .main-info-item.mb {
        padding-left: 0;
    }

    .whatsapp {
        width: 60px;
        height: 60px;
        left: 16px;
        bottom: 18px;
    }

    .whatsapp-notify {
        width: 14px;
        height: 14px;
        line-height: 18px;
    }

    .mmenu {
        display: block;
    }

    .main {
        padding: 0 20px;
    }

    .banner {
        padding-left: 0;
        position: relative;
    }

    .logo {
        width: 50%;
        height: 90px;
        padding: 2px 0 0 75px;
    }

        .logo img {
            max-width: 140px;
        }

    .banner-middle {
        width: 20%;
        padding: 15px 12px 0 0;
    }

        .banner-middle .banner-middle-top .searchBlock {
            border: 1px solid #bdbaba;
            width: 175px;
            padding-right: 11px;
        }

    .searchBlock {
        width: 100%;
        height: 40px;
        padding: 10px 20px 8px 20px;
        position: absolute;
        bottom: -20px;
        right: 0;
        z-index: 5;
        opacity: 0;
        transition: all ease-in-out 0.5s;
    }

        .searchBlock.open {
            bottom: -40px;
            opacity: 1;
            right: 0;
        }

    .searchMobile {
        display: block;
        margin-top: 37px;
    }

    .banner-contact {
        display: none;
    }

    .banner-middle-bottom {
        margin-top: 0;
    }

    .menu {
        display: none;
    }

    .banner-insta {
        display: none;
    }

    .banner-right {
        width: 30%;
        height: 90px;
    }

        .banner-right a {
            padding-right: 20px;
        }

    .banner-right-text {
        margin-top: 15px;
        font-size: 10px;
    }

        .banner-right-text span {
            font-size: 20px;
            line-height: 20px;
        }

    .banner-right-img {
        margin-top: 2px;
    }

        .banner-right-img img {
            max-width: 110px;
        }

    .slider {
        height: 230px;
    }

    .swiper-content-block {
        margin: 0 0 0 60px;
    }

    .slider-text {
        font-size: 22px;
        line-height: 28px;
    }

    .swiper-button-next,
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        display: none;
    }

    .main-corporate-block {
        margin: 30px 0;
    }

    .main-corporate-left {
        width: 100%;
        height: 180px;
    }

    .main-corporate-right {
        width: 100%;
        height: 270px;
    }

    .main-corporate-head,
    .main-corporate-head h1 {
        font-size: 20px;
        line-height: 24px;
    }

    .main-corporate-head {
        margin-bottom: 5px;
    }

    .main-corporate-text {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .main-corporate-button {
        width: auto;
        border-radius: 26px;
    }

        .main-corporate-button a {
            font-size: 14px;
            padding: 4px 20px;
            line-height: 28px;
        }

    .main-product-block {
        margin-bottom: 40px;
    }

    .main-product-container {
        padding: 15px 20px 10px 20px;
    }

        .main-product-container.categories {
            padding: 25px 20px 5px 20px;
        }

    .main-product-container-head {
        margin-bottom: 15px;
    }

    .main-product-container h2,
    .main-product-container-head {
        font-size: 18px;
        line-height: 26px;
    }

    .main-product-container ul li {
        width: 48%;
        height: 280px;
        margin-bottom: 15px;
        margin-right: 2%;
    }

    .main-prod-img {
        height: 210px;
        padding: 10px 15px;
    }

        .main-prod-img img {
            max-width: 150px;
            max-height: 160px;
        }

    .main-prod-head {
        font-size: 13px;
        line-height: 20px;
    }

    .main-prod-all-link {
        border-radius: 26px;
        width: auto;
        display: table;
    }

        .main-prod-all-link a {
            font-size: 14px;
            padding: 4px 10px;
            line-height: 22px;
        }

    .main-referances-block {
        margin-bottom: 40px;
    }

    .referance {
        width: 440px;
        margin: 0 auto;
    }

    .referance-slide {
        height: 120px;
        padding: 15px 20px;
    }

        .referance-slide img {
            max-width: 120px;
            max-height: 60px;
        }

    .main-new-catalog-block {
        margin-bottom: 40px;
    }

    .main-new-block {
        width: 440px;
        height: 315px;
        padding: 10px 25px 0 25px;
        margin-bottom: 20px;
    }

    .main-news-head {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .slick-prev {
        width: 10px;
        left: -18px;
    }

    .slick-next {
        width: 10px;
        right: -18px;
    }

    .main-news-item-img {
        height: 160px;
        margin-bottom: 15px;
    }

    .main-news-item-head {
        font-size: 14px;
        line-height: 22px;
    }

    .main-news-all-link {
        bottom: 10px;
    }

    .main-catalog-block {
        width: calc(100% - 310px);
        margin: 0 10px 0 0;
        background-size: cover;
    }

    .main-catalog-block-item {
        height: 250px;
    }

    .main-catalog-icon {
        height: 70px;
        margin: 40px 0 10px 0;
    }

    .main-catalog-text {
        font-size: 14px;
        line-height: 20px;
    }

        .main-catalog-text span::before {
            width: 6px;
            height: 20px;
        }

    .main-instagram-block {
        width: 300px;
    }

    .main-instagram-head {
        margin-bottom: 0;
    }

        .main-instagram-head a {
            font-size: 14px;
        }

    .main-instagram-item {
        height: 103px;
    }

    .main-min-info-block {
        margin-bottom: 40px;
    }

    .main-info-item {
        width: 100%;
        max-width: inherit;
        min-height: 85px;
        background-size: 28px;
        padding-left: 40px;
        padding-bottom: 15px;
    }

        .main-info-item.quality .main-info-item-content {
            max-width: inherit;
        }

    .main-info-item-content {
        max-width: inherit;
    }

    .main-info-item.satisfaciton, .main-info-item.last-category {
        width: 100%;
        max-width: inherit;
    }

    .main-info-head {
        margin-top: 5px;
        font-size: 14px;
        line-height: 20px;
    }

    .main-info-text {
        font-size: 13px;
        line-height: 20px;
    }

    .footer {
        min-height: 240px;
        position: relative;
        padding: 50px 0 30px 0;
        margin-top: 30px;
    }

    .footer-logo {
        width: 30%;
        position: absolute;
        left: 35%;
        top: -30px;
    }

        .footer-logo img {
            max-width: inherit;
            max-height: 70px;
        }

    .footer-address {
        width: 100%;
    }

    .footer-address-item.address {
        max-width: inherit;
    }

    .footer-social {
        width: auto;
        float: right;
        margin-top: -25px;
    }

    .footer-categories {
        display: none;
    }

    .footer-menues {
        display: none;
    }

    .footer-enews {
        width: 100%;
        margin-top: 15px;
    }

    .footer-enews-block {
        height: auto;
        display: table;
        padding: 20px 25px;
    }

    .footer-enews-head {
        margin-bottom: 15px;
        width: 100%;
        float: right;
    }

    .footer-enews-icon {
        width: 80px;
    }

    .footer-enews-text-block {
        width: calc(100% - 110px);
        padding: 2px 0;
        margin-left: 20px;
        max-width: 240px;
    }

    .footer-enewsback .textbox {
        padding: 9px 0;
    }

    .footer-bottom a {
        font-size: 10px;
    }

    .router-block {
        height: 80px;
    }

    .container-text {
        font-size: 14px;
        line-height: 22px;
    }

    .about-img-link {
        margin: 25px 0;
    }

        .about-img-link li {
            width: 31.3%;
            margin-right: 1%;
        }

            .about-img-link li img {
                max-height: 45px;
            }

    .container-gallery ul {
        width: 101%;
    }

        .container-gallery ul li {
            width: 32.3%;
            height: 100px;
            margin-right: 1%;
        }

    .categories-list {
        display: none;
    }

        .categories-list ul li a::after {
            width: 13px;
            height: 13px;
            left: -22px;
            top: 8px;
        }

        .categories-list ul li a {
            font-size: 13px;
            line-height: 16px;
            padding: 6px 0;
        }

        .categories-list ul li ul {
            padding: 0 0 0 16px;
        }

    .category-items-list,
    .product-detail-content {
        width: 100%;
        padding-left: 0;
    }

        .category-items-list ul {
            width: 102%;
        }

            .category-items-list ul li {
                width: 48%;
                margin: 0 2% 60px 0;
            }

    .category-items-list-img {
        height: 260px;
    }

        .category-items-list-img img {
            max-width: 170px;
            max-height: 200px;
        }

    .category-items-list-head {
        height: 44px;
        min-width: 180px;
        bottom: -22px;
        font-size: 12px;
        line-height: 16px;
    }

    .prod-detail-img-block {
        width: 100%;
    }

    .product-detail-img {
        height: 300px;
    }

    .product-detail-gallery {
        padding: 0 50px;
    }

    #slider1 {
        height: 80px;
    }

    .thumbelina-but.horiz {
        width: 12px;
    }

        .thumbelina-but.horiz.left,
        .thumbelina-but.horiz.left.disabled,
        .thumbelina-but.horiz.left.disabled:hover {
            left: -24px;
        }

        .thumbelina-but.horiz.right,
        .thumbelina-but.horiz.right.disabled,
        .thumbelina-but.horiz.right.disabled:hover {
            right: -24px;
        }

    .thumbelina li {
        padding: 10px 5px;
        width: 75px;
        height: 80px;
    }

    .prod-detail-right {
        width: 100%;
        margin-top: 10px;
    }

    .prod-detail-head {
        margin-top: 0;
    }

        .prod-detail-head,
        .prod-detail-head h1 {
            font-size: 18px;
            line-height: 24px;
        }

    .prod-detail-code {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 14px;
    }

    .prod-detail-text {
        font-size: 14px;
        line-height: 24px;
    }

    .order-form-img {
        height: 200px;
    }

    .order-form-container {
        width: 100%;
        padding: 18px;
        margin-top: -70px;
        border-radius: 16px;
    }

    .order-form-container-block {
        padding: 20px 18px 20px 18px;
        border-radius: 16px;
    }

    .order-form-container-half {
        width: 100%;
        margin-bottom: 10px;
    }

    .order-form-textback.half {
        width: calc(50% - 10px);
    }

    .order-form-textback.counter {
        width: calc(100% - 140px);
    }

    .order-form-textback .textbox {
        padding: 0 20px;
        margin: 10px 0;
    }

        .order-form-textback .textbox.address {
            height: 78px;
        }

    .order-form-textback.datebox label {
        padding-left: 20px;
        margin: 10px 0;
    }

    .order-form-container-send-block {
        margin: 20px 0 0 0;
    }

    .orderFormBtn {
        margin-right: 0;
        height: 52px;
    }

    .order-form-container-security-block {
        width: auto;
        float: initial;
        margin-bottom: 15px;
    }

    .orderFromRefresh {
        margin: 11px 0;
    }

    .order-from-security-text {
        margin: 6px 0 6px 5px;
    }

    .order-from-security-textBack .textbox {
        height: 52px;
        padding: 9px 29px;
    }

    .orderFormBtn.send {
        width: 170px;
        font-size: 16px;
        float: initial;
        margin: 0 auto;
    }

    .online-catalog-container ul li {
        width: 49%;
        height: 160px;
    }

    .contact-address-block {
        width: 100%;
        height: auto;
        padding: 20px;
    }

    .contact-address-head {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 0;
    }

        .contact-address-head.brandTitle {
            font-size: 18px;
        }

    .contact-address-text,
    .contact-address-text a {
        font-size: 14px;
        line-height: 20px;
    }

    .contact-address-text {
        margin-bottom: 10px;
    }

    .contact-address-social {
        margin-top: 30px;
    }

        .contact-address-social .footer-social-item {
            width: 24px;
            height: 24px;
            margin-right: 6px;
        }

    .social-media-text {
        font-size: 18px;
        line-height: 24px;
    }

    .contact-form-block {
        width: 100%;
        height: auto;
        padding: 20px;
        margin-top: 20px;
    }

    .contact-form-head {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .contact-form-textback {
        height: 40px;
        margin-bottom: 12px;
    }

        .contact-form-textback .textbox {
            line-height: 30px;
            padding: 5px 16px;
        }

    .contact-form-container-right {
        display: table;
        float: initial;
        margin: 0 auto;
    }

        .contact-form-container-right .order-form-container-security-block {
            margin-bottom: 15px;
        }

        .contact-form-container-right .orderFromRefresh {
            margin: 9px 0;
        }

        .contact-form-container-right .order-from-security-text {
            margin: 4px 0 4px 5px;
            width: 80px;
        }

        .contact-form-container-right .order-from-security-textBack {
            float: right;
            width: 160px;
            border-radius: 24px;
        }

            .contact-form-container-right .order-from-security-textBack .textbox {
                height: 48px;
                padding: 8px 12px;
            }

        .contact-form-container-right .orderFormBtn.send {
            width: 165px;
            height: 50px;
            font-size: 14px;
            margin: 0 auto;
        }

    .contact-form-textback .FormError {
        top: 10px;
    }

    .contact-map {
        height: 260px;
        margin: 40px 0 0 0;
    }

    .container.newlist {
        margin-bottom: 0;
    }

    .new-list-container ul {
        width: 102%;
    }

        .new-list-container ul li {
            width: 48%;
            height: 290px;
            margin-right: 2%;
        }

            .new-list-container ul li .main-news-item-img {
                height: 120px;
                margin-bottom: 10px;
            }

            .new-list-container ul li .news-list-head {
                font-size: 14px;
                line-height: 22px;
            }

            .new-list-container ul li .news-list-text {
                min-height: 110px;
                font-size: 13px;
                line-height: 18px;
            }

    .news-list-menu {
        display: none;
    }

    .news-detail-block {
        width: 100%;
    }

    .news-detail-img {
        margin-bottom: 10px;
    }

    .news-detail-text {
        font-size: 13px;
        line-height: 22px;
    }

    .news-detail-gallery ul {
        width: 102%;
    }

        .news-detail-gallery ul li {
            width: 31.3%;
            height: 100px;
            margin-right: 2%;
        }

    .search-block ul {
        padding: 0 10px;
    }

        .search-block ul li {
            width: 100%;
            padding-right: 0;
        }

    .modal-body {
        width: 440px;
        height: 280px;
        padding: 15px 20px 0 20px;
    }

    button.close {
        top: 6px;
        right: 8px;
    }

    .modal-head {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .modal-textboxBack {
        height: 32px;
        margin-bottom: 8px;
    }

        .modal-textboxBack .textbox {
            padding: 5px 16px;
            font-size: 13px;
            line-height: 22px;
        }

        .modal-textboxBack.half {
            width: calc(50% - 10px);
            margin-right: 10px;
        }

        .modal-textboxBack.half2 {
            width: calc(50% - 10px);
            margin-left: 10px;
        }

        .modal-textboxBack.full2 {
            margin-bottom: 10px;
        }

    .modal-send {
        width: 115px;
    }

        .modal-send label {
            line-height: 20px;
        }

    .modal-textboxBack label.error {
        font-size: 16px;
    }

    .category-items-list.search-block-full ul {
        width: 100%;
        padding: 0;
    }

    .category-items-list.search-block-full li,
    .search-block ul.search-block-news li {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }

    .dealer-button {
        position: fixed;
        top: inherit;
        bottom: 20px;
        right: 35%;
        z-index: 99;
    }

    .order-payment-block {
        padding: 30px 20px 20px 20px;
        width: 100%
    }

    .form-title label {
        line-height: 23px;
        font-size: 15px;
    }

    .payment-right {
        display: none
    }

    .payment-left {
        width: 100%
    }

    .card-number {
        width: 46%;
    }

    .orderFormBtn.payment {
        float: none;
        margin: 0 auto;
    }

    .big-tbl {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden
    }

    .about.mm-wrapper {
        overflow-x: auto
    }

    .container.about {
        display: inline-block
    }

    .container-text.about {
        display: inline-block
    }

    .footer-info-menues {
        width: 100%;
    }

    .news-detail-text img {
        max-width: 100% !important;
    }
}

@media only screen and (min-width: 560px) and (max-width: 639px) {
     .main-content-block {
        gap: 50px;
        margin-bottom: 20px;
    }
    .main-content {
        gap: 20px;
        flex-direction: column !important;
    }
    .main-content-left {
        height: 260px;
        width: 70%;
        margin: 0 auto;
    }
    .main-content-right {
        padding-top: 0;
        width: 100%;
    }
    .content-right-title{
        text-align:center;
    }
    .content-right-text {
        font-size: 16px;
        line-height: 27px;
    }
    .content-right-button{
        justify-content:center;
    }
    .content-right-button a{
       width:40%;
    }
    .sss-title {
        text-align: center;
        padding: 0;
    }
    .main-info-item.mb {
        padding-left: 0;
    }

        .main-info-item.mb .main-info-item-content {
            margin-bottom: 10px;
        }

    .whatsapp {
        width: 60px;
        height: 60px;
        left: 16px;
        bottom: 18px;
    }

    .whatsapp-notify {
        width: 14px;
        height: 14px;
        line-height: 18px;
    }

    .mmenu {
        display: block;
    }

    .main {
        padding: 0 20px;
    }

    .banner {
        padding-left: 0;
        position: relative;
    }

    .logo {
        width: 36%;
        height: 90px;
        padding: 5px 0 0 70px;
    }

    .banner-middle {
        width: 38%;
        padding: 10px 12px 0 0;
    }

        .banner-middle .banner-middle-top .searchBlock {
            border: 1px solid #bdbaba;
        }

    .searchBlock {
        width: 100%;
        height: 40px;
        padding: 10px 20px 8px 20px;
        position: absolute;
        bottom: -20px;
        right: 0;
        z-index: 5;
        opacity: 0;
        transition: all ease-in-out 0.5s;
    }

        .searchBlock.open {
            bottom: -40px;
            opacity: 1;
            right: 0;
        }

    .searchMobile {
        display: block;
    }

    .banner-insta {
        padding-top: 4px;
    }

    .banner-contact-item {
        margin: 0;
        width: 100%;
        text-align: right;
        height: 20px;
        display: block;
    }

    .banner-middle-bottom {
        margin-top: 0;
    }

    .menu {
        display: none;
    }

    .banner-insta img {
        max-width: 70px;
    }

    .banner-right {
        width: 26%;
        height: 90px;
    }

        .banner-right a {
            padding-right: 20px;
        }

    .banner-right-text {
        margin-top: 15px;
        font-size: 10px;
    }

        .banner-right-text span {
            font-size: 20px;
            line-height: 20px;
        }

    .banner-right-img {
        margin-top: 2px;
    }

        .banner-right-img img {
            max-width: 110px;
        }

    .slider {
        height: 230px;
    }

    .swiper-content-block {
        margin: 0 0 0 60px;
    }

    .slider-text {
        font-size: 22px;
        line-height: 28px;
    }

    .swiper-button-next,
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        display: none;
    }

    .main-corporate-block {
        margin: 30px 0;
    }

    .main-corporate-left {
        width: 100%;
        height: 200px;
    }

    .main-corporate-right {
        width: 100%;
        height: 250px;
    }

    .main-corporate-head,
    .main-corporate-head h1 {
        font-size: 20px;
        line-height: 24px;
    }

    .main-corporate-head {
        margin-bottom: 5px;
    }

    .main-corporate-text {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .main-corporate-button {
        width: auto;
        border-radius: 26px;
    }

        .main-corporate-button a {
            font-size: 14px;
            padding: 4px 20px;
            line-height: 28px;
        }

    .main-product-block {
        margin-bottom: 40px;
    }

    .main-product-container {
        padding: 15px 20px 10px 20px;
    }

        .main-product-container.categories {
            padding: 25px 20px 5px 20px;
        }

    .main-product-container-head {
        margin-bottom: 15px;
    }

    .main-product-container h2,
    .main-product-container-head {
        font-size: 18px;
        line-height: 26px;
    }

    .main-product-container ul li {
        width: 48%;
        height: 280px;
        margin-bottom: 15px;
        margin-right: 2%;
    }

    .main-prod-img {
        height: 210px;
        padding: 10px 15px;
    }

        .main-prod-img img {
            max-width: 180px;
            max-height: 160px;
        }

    .main-prod-head {
        font-size: 13px;
        line-height: 20px;
    }

    .main-prod-all-link {
        border-radius: 26px;
        width: auto;
        display: table;
    }

        .main-prod-all-link a {
            font-size: 14px;
            padding: 4px 10px;
            line-height: 22px;
        }

    .main-referances-block {
        margin-bottom: 40px;
    }

    .referance {
        width: 520px;
        margin: 0 auto;
    }

    .referance-slide {
        height: 120px;
        padding: 15px 20px;
    }

        .referance-slide img {
            max-width: 120px;
            max-height: 60px;
        }

    .main-new-catalog-block {
        margin-bottom: 40px;
    }

    .main-new-block {
        width: 340px;
        height: 315px;
        padding: 10px 25px 0 25px;
    }

    .main-news-head {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .slick-prev {
        width: 10px;
        left: -18px;
    }

    .slick-next {
        width: 10px;
        right: -18px;
    }

    .main-news-item-img {
        height: 160px;
        margin-bottom: 15px;
    }

    .main-news-item-head {
        font-size: 14px;
        line-height: 22px;
    }

    .main-news-all-link {
        bottom: 10px;
    }

    .main-catalog-block {
        width: calc(100% - 360px);
        margin: 0 0 0 20px;
        background-size: cover;
    }

    .main-catalog-block-item {
        height: 315px;
    }

    .main-catalog-icon {
        height: 110px;
        margin: 40px 0 10px 0;
    }

    .main-catalog-text {
        font-size: 18px;
        line-height: 22px;
    }

        .main-catalog-text span::before {
            width: 6px;
            height: 20px;
        }

    .main-instagram-block {
        width: 100%;
        margin-top: 20px;
    }

    .main-instagram-head {
        margin-bottom: 0;
    }

        .main-instagram-head a {
            font-size: 14px;
        }

    .main-instagram-item {
        height: 90px;
        width: 15.6%;
        margin-right: 1%;
    }

    .main-min-info-block {
        margin-bottom: 40px;
    }

    .main-info-item {
        width: 100%;
        max-width: inherit;
        min-height: 85px;
        background-size: 28px;
        padding-left: 40px;
    }

        .main-info-item.quality .main-info-item-content {
            max-width: inherit;
        }

    .main-info-item-content {
        max-width: inherit;
    }

    .main-info-item.satisfaciton, .main-info-item.last-category {
        width: 100%;
        max-width: inherit;
    }

    .main-info-head {
        margin-top: 5px;
        font-size: 14px;
        line-height: 20px;
    }

    .main-info-text {
        font-size: 13px;
        line-height: 20px;
    }

    .footer {
        min-height: 240px;
        position: relative;
        padding: 90px 0 30px 0;
    }

    .footer-logo {
        width: 30%;
        position: absolute;
        left: 35%;
        top: 10px;
    }

        .footer-logo img {
            max-width: inherit;
            max-height: 70px;
        }

    .footer-address {
        width: 50%;
    }

    .footer-address-item.address {
        max-width: inherit;
    }

    .footer-social {
        margin-top: 10px;
    }

    .footer-categories {
        display: none;
    }

    .footer-menues {
        display: none;
    }

    .footer-enews {
        width: 50%;
    }

    .footer-enews-block {
        display: table;
        padding: 15px 20px;
    }

    .footer-enews-head {
        margin-bottom: 0;
        width: calc(100% - 90px);
        float: right;
    }

    .footer-enews-icon {
        width: 80px;
    }

    .footer-enews-text-block {
        width: 100%;
        padding: 2px 0;
        margin-top: 12px;
    }

    .footer-enewsback .textbox {
        padding: 9px 0;
    }

    .router-block {
        height: 80px;
    }

    .container-text {
        font-size: 14px;
        line-height: 22px;
    }

    .about-img-link {
        margin: 25px 0;
    }

        .about-img-link li {
            margin-right: 20px;
        }

            .about-img-link li img {
                max-height: 45px;
            }

    .container-gallery ul {
        width: 101%;
    }

        .container-gallery ul li {
            width: 32.3%;
            height: 110px;
            margin-right: 1%;
        }

    .categories-list {
        display: none;
    }

        .categories-list ul li a::after {
            width: 13px;
            height: 13px;
            left: -22px;
            top: 8px;
        }

        .categories-list ul li a {
            font-size: 13px;
            line-height: 16px;
            padding: 6px 0;
        }

        .categories-list ul li ul {
            padding: 0 0 0 16px;
        }

    .category-items-list,
    .product-detail-content {
        width: 100%;
        padding-left: 0;
    }

        .category-items-list ul {
            width: 102%;
        }

            .category-items-list ul li {
                width: 48%;
                margin: 0 2% 60px 0;
            }

    .category-items-list-img {
        height: 260px;
    }

        .category-items-list-img img {
            max-width: 200px;
            max-height: 200px;
        }

    .category-items-list-head {
        height: 44px;
        min-width: 180px;
        bottom: -22px;
        font-size: 12px;
        line-height: 16px;
    }

    .prod-detail-img-block {
        width: 100%;
    }

    .product-detail-img {
        height: 300px;
    }

    .product-detail-gallery {
        padding: 0 50px;
    }

    #slider1 {
        height: 80px;
    }

    .thumbelina-but.horiz {
        width: 12px;
    }

        .thumbelina-but.horiz.left,
        .thumbelina-but.horiz.left.disabled,
        .thumbelina-but.horiz.left.disabled:hover {
            left: -24px;
        }

        .thumbelina-but.horiz.right,
        .thumbelina-but.horiz.right.disabled,
        .thumbelina-but.horiz.right.disabled:hover {
            right: -24px;
        }

    .thumbelina li {
        padding: 10px 5px;
        width: 75px;
        height: 80px;
    }

    .prod-detail-right {
        width: 100%;
        margin-top: 10px;
    }

    .prod-detail-head {
        margin-top: 0;
    }

        .prod-detail-head,
        .prod-detail-head h1 {
            font-size: 18px;
            line-height: 24px;
        }

    .prod-detail-code {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 14px;
    }

    .prod-detail-text {
        font-size: 14px;
        line-height: 24px;
    }

    .order-form-img {
        height: 200px;
    }

    .order-form-container {
        width: 100%;
        padding: 18px;
        margin-top: -70px;
        border-radius: 16px;
    }

    .order-form-container-block {
        padding: 20px 18px 20px 18px;
        border-radius: 16px;
    }

    .order-form-container-half {
        width: 100%;
        margin-bottom: 10px;
    }

    .order-form-textback.half {
        width: calc(50% - 10px);
    }

    .order-form-textback.counter {
        width: calc(100% - 160px);
    }

    .order-form-textback .textbox {
        padding: 0 20px;
        margin: 10px 0;
    }

        .order-form-textback .textbox.address {
            height: 78px;
        }

    .order-form-textback.datebox label {
        padding-left: 20px;
        margin: 10px 0;
    }

    .order-form-container-send-block {
        margin: 20px 0 0 0;
    }

    .orderFormBtn {
        margin-right: 0;
        height: 52px;
    }

    .order-form-container-security-block {
        width: auto;
        float: initial;
        margin-bottom: 15px;
    }

    .orderFromRefresh {
        margin: 11px 0;
    }

    .order-from-security-text {
        margin: 6px 0 6px 5px;
    }

    .order-from-security-textBack .textbox {
        height: 52px;
        padding: 9px 29px;
    }

    .orderFormBtn.send {
        width: 170px;
        font-size: 16px;
        float: initial;
        margin: 0 auto;
    }

    .online-catalog-container ul li {
        width: 49%;
        height: 200px;
    }

    .contact-address-block {
        width: 100%;
        height: auto;
        padding: 20px;
    }

    .contact-address-head {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 0;
    }

        .contact-address-head.brandTitle {
            font-size: 18px;
        }

    .contact-address-text,
    .contact-address-text a {
        font-size: 14px;
        line-height: 20px;
    }

    .contact-address-text {
        margin-bottom: 10px;
    }

    .contact-address-social {
        margin-top: 30px;
    }

        .contact-address-social .footer-social-item {
            width: 24px;
            height: 24px;
            margin-right: 6px;
        }

    .social-media-text {
        font-size: 18px;
        line-height: 24px;
    }

    .contact-form-block {
        width: 100%;
        height: auto;
        padding: 20px;
        margin-top: 20px;
    }

    .contact-form-head {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .contact-form-textback {
        height: 40px;
        margin-bottom: 12px;
    }

        .contact-form-textback .textbox {
            line-height: 30px;
            padding: 5px 16px;
        }

    .contact-form-container-right {
        display: table;
        float: initial;
        margin: 0 auto;
    }

        .contact-form-container-right .order-form-container-security-block {
            float: left;
            margin-bottom: 0;
        }

        .contact-form-container-right .orderFromRefresh {
            margin: 9px 0;
        }

        .contact-form-container-right .order-from-security-text {
            margin: 4px 0 4px 5px;
            width: 80px;
        }

        .contact-form-container-right .order-from-security-textBack {
            float: right;
            width: 160px;
            border-radius: 24px;
        }

            .contact-form-container-right .order-from-security-textBack .textbox {
                height: 48px;
                padding: 8px 12px;
            }

        .contact-form-container-right .orderFormBtn.send {
            width: 165px;
            height: 50px;
            font-size: 14px;
            margin: 0 0 0 20px;
            float: left;
        }

    .contact-form-textback .FormError {
        top: 10px;
    }

    .contact-map {
        height: 280px;
        margin: 40px 0 0 0;
    }

    .container.newlist {
        margin-bottom: 0;
    }

    .new-list-container ul {
        width: 102%;
    }

        .new-list-container ul li {
            width: 48%;
            height: 360px;
            margin-right: 2%;
        }

            .new-list-container ul li .main-news-item-img {
                height: 160px;
            }

    .news-list-menu {
        display: none;
    }

    .news-detail-block {
        width: 100%;
    }

    .news-detail-text {
        font-size: 14px;
    }

    .news-detail-gallery ul {
        width: 102%;
    }

        .news-detail-gallery ul li {
            width: 31.3%;
            height: 105px;
            margin-right: 2%;
        }

    .search-block ul {
        padding: 0 10px;
    }

        .search-block ul li {
            width: 100%;
            padding-right: 0;
        }

    .modal-body {
        width: 520px;
        height: 280px;
        padding: 15px 20px 0 20px;
    }

    button.close {
        top: 6px;
        right: 8px;
    }

    .modal-head {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .modal-textboxBack {
        height: 32px;
        margin-bottom: 8px;
    }

        .modal-textboxBack .textbox {
            padding: 5px 16px;
            font-size: 13px;
            line-height: 22px;
        }

        .modal-textboxBack.half {
            width: calc(50% - 15px);
            margin-right: 15px;
        }

        .modal-textboxBack.half2 {
            width: calc(50% - 15px);
            margin-left: 15px;
        }

        .modal-textboxBack.full2 {
            margin-bottom: 10px;
        }

    .modal-send {
        width: 115px;
    }

        .modal-send label {
            line-height: 20px;
        }

    .modal-textboxBack label.error {
        font-size: 16px;
    }

    .category-items-list.search-block-full li,
    .search-block ul.search-block-news li {
        width: 48%;
        margin-right: 2%;
    }

    .dealer-button {
        position: fixed;
        top: inherit;
        bottom: 32px;
        right: inherit;
        left: 40%;
        z-index: 99;
    }

    .order-payment-block {
        padding: 30px 20px 20px 20px;
        width: 100%
    }

    .form-title label {
        line-height: 23px;
        font-size: 15px;
    }

    .payment-right {
        display: none
    }

    .payment-left {
        width: 100%
    }


    .orderFormBtn.payment {
        float: none;
        margin: 0 auto;
    }

    .footer-info-menues {
        width: 50%;
    }

    .news-detail-text img {
        max-width: 100% !important;
    }
}

@media only screen and (min-width: 640px) and (max-width: 659px) {
    .main-content-block {
        gap: 50px;
        margin-bottom: 20px;
    }
    .main-content {
        gap: 20px;
    }
    .main-content-left{
        height:240px;
    }
    .main-content-right{
        padding-top:0;
    }
    .content-right-title {
        margin-bottom: 5px;
    }
    .content-right-text {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .content-right-button a {
        width: 40%;
        font-size: 16px;
    }
    .sss-title{
        font-size:22px;
    }
    .main-info-item.mb {
        padding-left: 0;
    }

        .main-info-item.mb .main-info-item-content {
            margin-bottom: 10px;
        }

    .whatsapp {
        width: 60px;
        height: 60px;
        left: 16px;
        bottom: 18px;
    }

    .whatsapp-notify {
        width: 14px;
        height: 14px;
        line-height: 18px;
    }

    .mmenu {
        display: block;
    }

    .main {
        padding: 0 20px;
    }

    .banner {
        padding-left: 0;
        position: relative;
    }

    .logo {
        width: 30%;
        height: 90px;
        padding: 5px 0 0 70px;
    }

    .banner-middle {
        width: 48%;
        padding: 10px 20px 0 0;
    }

        .banner-middle .banner-middle-top .searchBlock {
            border: 1px solid #bdbaba;
        }

    .searchBlock {
        width: 100%;
        height: 40px;
        padding: 10px 20px 8px 20px;
        position: absolute;
        bottom: -20px;
        left: 0;
        z-index: 5;
        opacity: 0;
        transition: all ease-in-out 0.5s;
    }

        .searchBlock.open {
            bottom: -40px;
            opacity: 1;
        }

    .searchMobile {
        display: block;
    }

    .banner-insta {
        padding-top: 4px;
    }

    .banner-contact-item {
        margin: 0;
        width: 100%;
        text-align: right;
        height: 20px;
        display: block;
    }

    .banner-middle-bottom {
        margin-top: 0;
    }

    .menu {
        display: none;
    }

    .banner-insta img {
        max-width: 70px;
    }

    .banner-right {
        width: 22%;
        height: 90px;
    }

        .banner-right a {
            padding-right: 20px;
        }

    .banner-right-text {
        margin-top: 15px;
        font-size: 10px;
    }

        .banner-right-text span {
            font-size: 20px;
            line-height: 20px;
        }

    .banner-right-img {
        margin-top: 2px;
    }

        .banner-right-img img {
            max-width: 110px;
        }

    .slider {
        height: 270px;
    }

    .swiper-content-block {
        margin: 0 0 0 60px;
    }

    .slider-text {
        font-size: 22px;
        line-height: 28px;
    }

    .swiper-button-next,
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        display: none;
    }

    .main-corporate-block {
        margin: 30px 0;
    }

    .main-corporate-left {
        width: 100%;
        height: 220px;
    }

    .main-corporate-right {
        width: 100%;
        height: 250px;
    }

    .main-corporate-head,
    .main-corporate-head h1 {
        font-size: 20px;
        line-height: 24px;
    }

    .main-corporate-head {
        margin-bottom: 5px;
    }

    .main-corporate-text {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .main-corporate-button {
        width: auto;
        border-radius: 26px;
    }

        .main-corporate-button a {
            font-size: 14px;
            padding: 4px 20px;
            line-height: 28px;
        }

    .main-product-block {
        margin-bottom: 40px;
    }

    .main-product-container {
        padding: 15px 20px 10px 20px;
    }

        .main-product-container.categories {
            padding: 25px 20px 5px 20px;
        }

    .main-product-container-head {
        margin-bottom: 15px;
    }

    .main-product-container h2,
    .main-product-container-head {
        font-size: 18px;
        line-height: 26px;
    }

    .main-product-container ul li {
        width: 48%;
        height: 280px;
        margin-bottom: 15px;
        margin-right: 2%;
    }

    .main-prod-img {
        height: 210px;
        padding: 10px 15px;
    }

        .main-prod-img img {
            max-width: 220px;
            max-height: 170px;
        }

    .main-prod-head {
        font-size: 13px;
        line-height: 20px;
    }

    .main-prod-all-link {
        border-radius: 26px;
        width: auto;
        display: table;
    }

        .main-prod-all-link a {
            font-size: 14px;
            padding: 4px 10px;
            line-height: 22px;
        }

    .main-referances-block {
        margin-bottom: 40px;
    }

    .referance {
        width: 580px;
        margin: 0 auto;
    }

    .referance-slide {
        height: 120px;
        padding: 15px 20px;
    }

        .referance-slide img {
            max-width: 120px;
            max-height: 60px;
        }

    .main-new-catalog-block {
        margin-bottom: 40px;
    }

    .main-new-block {
        width: 400px;
        height: 315px;
        padding: 10px 25px 0 25px;
    }

    .main-news-head {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .slick-prev {
        width: 10px;
        left: -18px;
    }

    .slick-next {
        width: 10px;
        right: -18px;
    }

    .main-news-item-img {
        height: 160px;
        margin-bottom: 15px;
    }

    .main-news-item-head {
        font-size: 14px;
        line-height: 22px;
    }

    .main-news-all-link {
        bottom: 10px;
    }

    .main-catalog-block {
        width: calc(100% - 420px);
        margin: 0 0 0 20px;
        background-size: cover;
    }

    .main-catalog-block-item {
        height: 315px;
    }

    .main-catalog-icon {
        height: 110px;
        margin: 40px 0 10px 0;
    }

    .main-catalog-text {
        font-size: 18px;
        line-height: 22px;
    }

        .main-catalog-text span::before {
            width: 6px;
            height: 20px;
        }

    .main-instagram-block {
        width: 100%;
        margin-top: 20px;
    }

    .main-instagram-head {
        margin-bottom: 0;
    }

    .main-instagram-item {
        height: 100px;
        width: 15.6%;
        margin-right: 1%;
    }

    .main-min-info-block {
        margin-bottom: 40px;
    }

    .main-info-item {
        width: 100%;
        max-width: inherit;
        min-height: 85px;
        background-size: 28px;
        padding-left: 40px;
    }

        .main-info-item.quality .main-info-item-content {
            max-width: inherit;
        }

    .main-info-item-content {
        max-width: inherit;
    }

    .main-info-item.satisfaciton, .main-info-item.last-category {
        width: 100%;
        max-width: inherit;
    }

    .main-info-head {
        margin-top: 5px;
        font-size: 14px;
        line-height: 20px;
    }

    .main-info-text {
        font-size: 13px;
        line-height: 20px;
    }

    .footer {
        min-height: 180px;
    }

    .footer-logo {
        width: 24%;
    }

        .footer-logo img {
            max-width: 130px;
        }

    .footer-address {
        width: 36%;
    }

    .footer-categories {
        display: none;
    }

    .footer-menues {
        display: none;
    }

    .footer-enews {
        width: 40%;
    }

    .footer-enews-block {
        display: table;
        padding: 15px 20px;
    }

    .footer-enews-head {
        margin-bottom: 0;
        width: calc(100% - 90px);
        float: right;
    }

    .footer-enews-icon {
        width: 80px;
    }

    .footer-enews-text-block {
        width: 100%;
        padding: 2px 0;
        margin-top: 12px;
    }

    .footer-enewsback .textbox {
        padding: 9px 0;
    }

    .router-block {
        height: 80px;
    }

    .container-text {
        font-size: 14px;
        line-height: 22px;
    }

    .about-img-link {
        margin: 25px 0;
    }

        .about-img-link li {
            margin-right: 30px;
        }

            .about-img-link li img {
                max-height: 50px;
            }

    .container-gallery ul {
        width: 101%;
    }

        .container-gallery ul li {
            width: 24%;
            height: 100px;
            margin-right: 1%;
        }

    .categories-list {
        display: none;
    }

        .categories-list ul li a::after {
            width: 13px;
            height: 13px;
            left: -22px;
            top: 8px;
        }

        .categories-list ul li a {
            font-size: 13px;
            line-height: 16px;
            padding: 6px 0;
        }

        .categories-list ul li ul {
            padding: 0 0 0 16px;
        }

    .category-items-list,
    .product-detail-content {
        width: 100%;
        padding-left: 0;
    }

        .category-items-list ul {
            width: 102%;
        }

            .category-items-list ul li {
                width: 48%;
                margin: 0 2% 60px 0;
            }

    .category-items-list-img {
        height: 260px;
    }

        .category-items-list-img img {
            max-width: 200px;
            max-height: 200px;
        }

    .category-items-list-head {
        height: 44px;
        min-width: 180px;
        bottom: -22px;
        font-size: 12px;
        line-height: 16px;
    }

    .prod-detail-img-block {
        width: 260px;
    }

    .product-detail-img {
        height: 240px;
    }

    .product-detail-gallery {
        padding: 0 25px;
    }

    #slider1 {
        height: 80px;
    }

    .thumbelina-but.horiz {
        width: 12px;
    }

        .thumbelina-but.horiz.left,
        .thumbelina-but.horiz.left.disabled,
        .thumbelina-but.horiz.left.disabled:hover {
            left: -24px;
        }

        .thumbelina-but.horiz.right,
        .thumbelina-but.horiz.right.disabled,
        .thumbelina-but.horiz.right.disabled:hover {
            right: -24px;
        }

    .thumbelina li {
        padding: 10px 5px;
        width: 75px;
        height: 80px;
    }

    .prod-detail-right {
        width: calc(100% - 290px);
    }

    .prod-detail-head {
        padding-right: 0;
        margin-top: 40px;
    }

        .prod-detail-head,
        .prod-detail-head h1 {
            font-size: 18px;
            line-height: 24px;
        }

    .prod-detail-code {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 14px;
    }

    .prod-detail-text {
        font-size: 14px;
        line-height: 24px;
    }

    .order-form-img {
        height: 200px;
    }

    .order-form-container {
        width: 100%;
        padding: 18px;
        margin-top: -70px;
        border-radius: 16px;
    }

    .order-form-container-block {
        padding: 20px 18px 20px 18px;
        border-radius: 16px;
    }

    .order-form-container-half {
        width: 100%;
    }

    .order-form-textback.half {
        width: calc(50% - 10px);
    }

    .order-form-textback.counter {
        width: calc(100% - 160px);
    }

    .order-form-textback .textbox {
        padding: 0 20px;
        margin: 10px 0;
    }

        .order-form-textback .textbox.address {
            height: 78px;
        }

    .order-form-textback.datebox label {
        padding-left: 20px;
        margin: 10px 0;
    }

    .orderFormBtn {
        margin-right: 0;
        height: 52px;
    }

    .order-form-container-security-block {
        width: auto;
        float: initial;
        margin-bottom: 15px;
    }

    .orderFromRefresh {
        margin: 11px 0;
    }

    .order-from-security-text {
        margin: 6px 0 6px 5px;
    }

    .order-from-security-textBack .textbox {
        height: 52px;
        padding: 9px 29px;
    }

    .orderFormBtn.send {
        width: 170px;
        font-size: 16px;
        float: initial;
        margin: 0 auto;
    }

    .online-catalog-container ul li {
        width: 49%;
        height: 220px;
    }

    .contact-address-block {
        width: 100%;
        height: auto;
        padding: 20px;
    }

    .contact-address-head {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 0;
    }

        .contact-address-head.brandTitle {
            font-size: 18px;
        }

    .contact-address-text,
    .contact-address-text a {
        font-size: 14px;
        line-height: 20px;
    }

    .contact-address-text {
        margin-bottom: 10px;
    }

        .contact-address-text div {
            display: inline;
        }

    .contact-address-social {
        margin-top: 30px;
    }

        .contact-address-social .footer-social-item {
            width: 24px;
            height: 24px;
            margin-right: 6px;
        }

    .social-media-text {
        font-size: 18px;
        line-height: 24px;
    }

    .contact-form-block {
        width: 100%;
        height: auto;
        padding: 20px;
        margin-top: 20px;
    }

    .contact-form-head {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .contact-form-textback {
        height: 40px;
        margin-bottom: 12px;
    }

        .contact-form-textback .textbox {
            line-height: 30px;
            padding: 5px 16px;
        }

    .contact-form-container-right {
        display: table;
        float: initial;
        margin: 0 auto;
    }

        .contact-form-container-right .order-form-container-security-block {
            float: left;
            margin-bottom: 0;
        }

        .contact-form-container-right .orderFromRefresh {
            margin: 9px 0;
        }

        .contact-form-container-right .order-from-security-text {
            margin: 4px 0 4px 5px;
            width: 80px;
        }

        .contact-form-container-right .order-from-security-textBack {
            float: right;
            width: 160px;
            border-radius: 24px;
        }

            .contact-form-container-right .order-from-security-textBack .textbox {
                height: 48px;
                padding: 8px 12px;
            }

        .contact-form-container-right .orderFormBtn.send {
            width: 165px;
            height: 50px;
            font-size: 14px;
            margin: 0 0 0 20px;
            float: left;
        }

    .contact-form-textback .FormError {
        top: 10px;
    }

    .contact-map {
        height: 300px;
        margin: 40px 0 0 0;
    }

    .container.newlist {
        margin-bottom: 0;
    }

    .new-list-container ul {
        width: 102%;
    }

        .new-list-container ul li {
            width: 48%;
            height: 360px;
            margin-right: 2%;
        }

            .new-list-container ul li .main-news-item-img {
                height: 160px;
            }

    .news-list-menu {
        display: none;
    }

    .news-detail-block {
        width: 100%;
    }

    .news-detail-text {
        font-size: 14px;
    }

    .news-detail-gallery ul {
        width: 102%;
    }

        .news-detail-gallery ul li {
            width: 23%;
            height: 95px;
            margin-right: 2%;
        }

    .search-block ul {
        padding: 0 10px;
    }

        .search-block ul li {
            width: 100%;
            padding-right: 0;
        }

    .modal-body {
        width: 600px;
        height: 345px;
        padding: 15px 25px 0 25px;
    }

    button.close {
        top: 6px;
        right: 8px;
    }

    .modal-head {
        line-height: 20px;
        margin-bottom: 10px;
    }

    .modal-textboxBack {
        height: 40px;
    }

        .modal-textboxBack .textbox {
            padding: 5px 16px;
        }

    .category-items-list.search-block-full li,
    .search-block ul.search-block-news li {
        width: 48%;
        margin-right: 2%;
    }

    .dealer-button {
        position: fixed;
        top: inherit;
        bottom: 20px;
        right: inherit;
        z-index: 99;
        left: 40%;
    }

    .order-payment-block {
        padding: 30px 20px 20px 20px;
        width: 100%
    }

    .form-title label {
        line-height: 23px;
        font-size: 15px;
    }

    .payment-right {
        display: none
    }

    .payment-left {
        width: 100%
    }



    .orderFormBtn.payment {
        float: none;
        margin: 0 auto;
    }

    .footer-info-menues {
        width: 40%;
    }

    .news-detail-text img {
        max-width: 100% !important;
    }
}

@media only screen and (min-width: 660px) and (max-width: 699px) {
    .main-content-block {
        gap: 50px;
        margin-bottom: 40px;
    }
    .main-content {
        gap: 20px;
    }
    .main-content-left{
        height:230px;
    }
    .main-content-right{
        padding-top:0;
    }
    .content-right-title {
        margin-bottom: 5px;
    }
    .content-right-text {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .content-right-button a {
        width: 36%;
        font-size: 16px;
    }
    .main-info-item.mb .main-info-item-content {
        margin-bottom: 10px;
    }

    .main-info-item.mb {
        padding-left: 0;
    }

    .whatsapp {
        width: 40px;
        height: 42px;
        left: 16px;
        bottom: 20px;
    }

    .whatsapp-notify {
        width: 14px;
        height: 14px;
        line-height: 18px;
    }

    .mmenu {
        display: block;
    }

    .main {
        padding: 0 20px;
    }

    .banner {
        padding-left: 0;
        position: relative;
    }

    .logo {
        width: 30%;
        height: 90px;
        padding: 5px 0 0 70px;
    }

    .banner-middle {
        width: 48%;
        padding: 10px 20px 0 0;
    }

        .banner-middle .banner-middle-top .searchBlock {
            border: 1px solid #bdbaba;
        }

    .searchBlock {
        width: 100%;
        height: 40px;
        padding: 10px 20px 8px 20px;
        position: absolute;
        bottom: -20px;
        left: 0;
        z-index: 5;
        opacity: 0;
        transition: all ease-in-out 0.5s;
    }

        .searchBlock.open {
            bottom: -40px;
            opacity: 1;
        }

    .searchMobile {
        display: block;
    }

    .banner-insta {
        padding-top: 4px;
    }

    .banner-contact-item {
        margin: 0;
        width: 100%;
        text-align: right;
        height: 20px;
        display: block;
    }

    .banner-middle-bottom {
        margin-top: 0;
    }

    .menu {
        display: none;
    }

    .banner-insta img {
        max-width: 70px;
    }

    .banner-right {
        width: 22%;
        height: 90px;
    }

        .banner-right a {
            padding-right: 20px;
        }

    .banner-right-text {
        margin-top: 15px;
        font-size: 10px;
    }

        .banner-right-text span {
            font-size: 20px;
            line-height: 20px;
        }

    .banner-right-img {
        margin-top: 2px;
    }

        .banner-right-img img {
            max-width: 110px;
        }

    .slider {
        height: 285px;
    }

    .swiper-content-block {
        margin: 0 0 0 60px;
    }

    .slider-text {
        font-size: 22px;
        line-height: 28px;
    }

    .swiper-button-next,
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        display: none;
    }

    .main-corporate-block {
        margin: 30px 0;
    }

    .main-corporate-left {
        width: 100%;
        height: 260px;
    }

    .main-corporate-right {
        width: 100%;
        height: 250px;
    }

    .main-corporate-head,
    .main-corporate-head h1 {
        font-size: 20px;
        line-height: 24px;
    }

    .main-corporate-head {
        margin-bottom: 5px;
    }

    .main-corporate-text {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .main-corporate-button {
        width: auto;
        border-radius: 26px;
    }

        .main-corporate-button a {
            font-size: 14px;
            padding: 4px 20px;
            line-height: 28px;
        }

    .main-product-block {
        margin-bottom: 40px;
    }

    .main-product-container {
        padding: 15px 20px 10px 20px;
    }

        .main-product-container.categories {
            padding: 25px 20px 5px 20px;
        }

    .main-product-container-head {
        margin-bottom: 15px;
    }

    .main-product-container h2,
    .main-product-container-head {
        font-size: 18px;
        line-height: 26px;
    }

    .main-product-container ul {
        width: 101%;
    }

        .main-product-container ul li {
            width: 32.3%;
            height: 250px;
            margin-bottom: 15px;
        }

            .main-product-container ul li:nth-last-child(2) {
                display: none;
            }

            .main-product-container ul li:nth-last-child(3) {
                display: none;
            }

    .main-prod-img {
        height: 180px;
        padding: 10px 15px;
    }

        .main-prod-img img {
            max-width: 120px;
            max-height: 140px;
        }

    .main-prod-head {
        font-size: 13px;
        line-height: 20px;
    }

    .main-prod-all-link {
        border-radius: 26px;
        width: auto;
        display: table;
    }

        .main-prod-all-link a {
            font-size: 14px;
            padding: 4px 10px;
            line-height: 22px;
        }

    .main-referances-block {
        margin-bottom: 40px;
    }

    .referance {
        width: 620px;
        margin: 0 auto;
    }

    .referance-slide {
        height: 120px;
        padding: 15px 20px;
    }

        .referance-slide img {
            max-width: 120px;
            max-height: 60px;
        }

    .main-new-catalog-block {
        margin-bottom: 40px;
    }

    .main-new-block {
        width: 420px;
        height: 315px;
        padding: 10px 25px 0 25px;
    }

    .main-news-head {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .slick-prev {
        width: 10px;
        left: -18px;
    }

    .slick-next {
        width: 10px;
        right: -18px;
    }

    .main-news-item-img {
        height: 160px;
        margin-bottom: 15px;
    }

    .main-news-item-head {
        font-size: 14px;
        line-height: 22px;
    }

    .main-news-all-link {
        bottom: 10px;
    }

    .main-catalog-block {
        width: calc(100% - 440px);
        margin: 0 0 0 20px;
        background-size: cover;
    }

    .main-catalog-block-item {
        height: 315px;
    }

    .main-catalog-icon {
        height: 110px;
        margin: 40px 0 10px 0;
    }

    .main-catalog-text {
        font-size: 18px;
        line-height: 22px;
    }

        .main-catalog-text span::before {
            width: 6px;
            height: 20px;
        }

    .main-instagram-block {
        width: 100%;
        margin-top: 20px;
    }

    .main-instagram-head {
        margin-bottom: 0;
    }

    .main-instagram-item {
        height: 110px;
        width: 15.6%;
        margin-right: 1%;
    }

    .main-min-info-block {
        margin-bottom: 40px;
    }

    .main-info-item {
        width: 100%;
        max-width: inherit;
        min-height: 85px;
        background-size: 28px;
        padding-left: 40px;
    }

        .main-info-item.quality .main-info-item-content {
            max-width: inherit;
        }

    .main-info-item-content {
        max-width: inherit;
    }

    .main-info-item.satisfaciton, .main-info-item.last-category {
        width: 100%;
        max-width: inherit;
    }

    .main-info-head {
        margin-top: 5px;
        font-size: 14px;
        line-height: 20px;
    }

    .main-info-text {
        font-size: 13px;
        line-height: 20px;
    }

    .footer {
        min-height: 180px;
    }

    .footer-logo {
        width: 24%;
    }

        .footer-logo img {
            max-width: 130px;
        }

    .footer-address {
        width: 36%;
    }

    .footer-categories {
        display: none;
    }

    .footer-menues {
        display: none;
    }

    .footer-enews {
        width: 40%;
    }

    .footer-enews-block {
        display: table;
        padding: 15px 20px;
    }

    .footer-enews-head {
        margin-bottom: 0;
        width: calc(100% - 90px);
        float: right;
    }

    .footer-enews-icon {
        width: 80px;
    }

    .footer-enews-text-block {
        width: 100%;
        padding: 2px 0;
        margin-top: 12px;
    }

    .footer-enewsback .textbox {
        padding: 9px 0;
    }

    .router-block {
        height: 80px;
    }

    .container-text {
        font-size: 14px;
        line-height: 22px;
    }

    .about-img-link {
        margin: 25px 0;
    }

        .about-img-link li {
            margin-right: 30px;
        }

            .about-img-link li img {
                max-height: 50px;
            }

    .container-gallery ul {
        width: 101%;
    }

        .container-gallery ul li {
            width: 24%;
            height: 100px;
            margin-right: 1%;
        }

    .categories-list {
        display: none;
    }

        .categories-list ul li a::after {
            width: 13px;
            height: 13px;
            left: -22px;
            top: 8px;
        }

        .categories-list ul li a {
            font-size: 13px;
            line-height: 16px;
            padding: 6px 0;
        }

        .categories-list ul li ul {
            padding: 0 0 0 16px;
        }

    .category-items-list,
    .product-detail-content {
        width: 100%;
        padding-left: 0;
    }

        .category-items-list ul {
            width: 102%;
        }

            .category-items-list ul li {
                width: 48%;
                margin: 0 2% 60px 0;
            }

    .category-items-list-img {
        height: 260px;
    }

        .category-items-list-img img {
            max-width: 200px;
            max-height: 200px;
        }

    .category-items-list-head {
        height: 44px;
        min-width: 180px;
        bottom: -22px;
        font-size: 12px;
        line-height: 16px;
    }

    .main-product-container.categories ul {
        width: 102%;
    }

        .main-product-container.categories ul li {
            width: 48%;
            margin-right: 2%;
            height: 290px;
        }

            .main-product-container.categories ul li .main-prod-img {
                height: 220px;
            }

                .main-product-container.categories ul li .main-prod-img img {
                    max-width: 170px;
                    max-height: 130px;
                }

            .main-product-container.categories ul li:nth-last-child(3) {
                display: block;
            }

            .main-product-container.categories ul li:nth-last-child(2) {
                display: block;
            }

    .prod-detail-img-block {
        width: 260px;
    }

    .product-detail-img {
        height: 240px;
    }

    .product-detail-gallery {
        padding: 0 25px;
    }

    #slider1 {
        height: 80px;
    }

    .thumbelina-but.horiz {
        width: 12px;
    }

        .thumbelina-but.horiz.left,
        .thumbelina-but.horiz.left.disabled,
        .thumbelina-but.horiz.left.disabled:hover {
            left: -24px;
        }

        .thumbelina-but.horiz.right,
        .thumbelina-but.horiz.right.disabled,
        .thumbelina-but.horiz.right.disabled:hover {
            right: -24px;
        }

    .thumbelina li {
        padding: 10px 5px;
        width: 75px;
        height: 80px;
    }

    .prod-detail-right {
        width: calc(100% - 290px);
    }

    .prod-detail-head {
        padding-right: 0;
        margin-top: 40px;
    }

        .prod-detail-head,
        .prod-detail-head h1 {
            font-size: 18px;
            line-height: 24px;
        }

    .prod-detail-code {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 14px;
    }

    .prod-detail-text {
        font-size: 14px;
        line-height: 24px;
    }

    .order-form-img {
        height: 200px;
    }

    .order-form-container {
        width: 100%;
        padding: 18px;
        margin-top: -70px;
        border-radius: 16px;
    }

    .order-form-container-block {
        padding: 20px 18px 20px 18px;
        border-radius: 16px;
    }

    .order-form-container-half {
        width: 100%;
    }

    .order-form-textback.half {
        width: calc(50% - 20px);
    }

    .order-form-textback.counter {
        width: calc(100% - 160px);
    }

    .order-form-textback .textbox {
        padding: 0 20px;
        margin: 10px 0;
    }

        .order-form-textback .textbox.address {
            height: 78px;
        }

    .order-form-textback.datebox label {
        padding-left: 20px;
        margin: 10px 0;
    }

    .orderFormBtn {
        margin-right: 0;
        height: 52px;
    }

    .order-form-container-security-block {
        width: auto;
        float: initial;
        margin-bottom: 15px;
    }

    .orderFromRefresh {
        margin: 11px 0;
    }

    .order-from-security-text {
        margin: 6px 0 6px 5px;
    }

    .order-from-security-textBack .textbox {
        height: 52px;
        padding: 9px 29px;
    }

    .orderFormBtn.send {
        width: 170px;
        font-size: 16px;
        float: initial;
        margin: 0 auto;
    }

    .online-catalog-container ul li {
        width: 49%;
        height: 220px;
    }

    .contact-address-block {
        width: 100%;
        height: auto;
        padding: 20px;
    }

    .contact-address-head {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 0;
    }

        .contact-address-head.brandTitle {
            font-size: 18px;
        }

    .contact-address-text,
    .contact-address-text a {
        font-size: 14px;
        line-height: 20px;
    }

    .contact-address-text {
        margin-bottom: 10px;
    }

        .contact-address-text div {
            display: inline;
        }

    .contact-address-social {
        margin-top: 30px;
    }

        .contact-address-social .footer-social-item {
            width: 24px;
            height: 24px;
            margin-right: 6px;
        }

    .social-media-text {
        font-size: 18px;
        line-height: 24px;
    }

    .contact-form-block {
        width: 100%;
        height: auto;
        padding: 20px;
        margin-top: 20px;
    }

    .contact-form-head {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .contact-form-textback {
        height: 40px;
        margin-bottom: 12px;
    }

        .contact-form-textback .textbox {
            line-height: 30px;
            padding: 5px 16px;
        }

    .contact-form-container-right {
        display: table;
        float: initial;
        margin: 0 auto;
    }

        .contact-form-container-right .order-form-container-security-block {
            float: left;
            margin-bottom: 0;
        }

        .contact-form-container-right .orderFromRefresh {
            margin: 9px 0;
        }

        .contact-form-container-right .order-from-security-text {
            margin: 4px 0 4px 5px;
            width: 80px;
        }

        .contact-form-container-right .order-from-security-textBack {
            float: right;
            width: 160px;
            border-radius: 24px;
        }

            .contact-form-container-right .order-from-security-textBack .textbox {
                height: 48px;
                padding: 8px 12px;
            }

        .contact-form-container-right .orderFormBtn.send {
            width: 165px;
            height: 50px;
            font-size: 14px;
            margin: 0 0 0 20px;
            float: left;
        }

    .contact-form-textback .FormError {
        top: 10px;
    }

    .contact-map {
        height: 300px;
        margin: 40px 0 0 0;
    }

    .container.newlist {
        margin-bottom: 0;
    }

    .new-list-container ul {
        width: 102%;
    }

        .new-list-container ul li {
            width: 48%;
            height: 360px;
            margin-right: 2%;
        }

            .new-list-container ul li .main-news-item-img {
                height: 180px;
            }

    .news-list-menu {
        display: none;
    }

    .news-detail-block {
        width: 100%;
    }

    .news-detail-text {
        font-size: 14px;
    }

    .news-detail-gallery ul {
        width: 102%;
    }

        .news-detail-gallery ul li {
            width: 23%;
            height: 95px;
            margin-right: 2%;
        }

    .search-block ul {
        padding: 0 10px;
    }

        .search-block ul li {
            width: 100%;
            padding-right: 0;
        }

    .modal-body {
        width: 600px;
        height: 345px;
        padding: 15px 25px 0 25px;
    }

    button.close {
        top: 6px;
        right: 8px;
    }

    .modal-head {
        line-height: 20px;
        margin-bottom: 10px;
    }

    .modal-textboxBack {
        height: 40px;
    }

        .modal-textboxBack .textbox {
            padding: 5px 16px;
        }

    .category-items-list.search-block-full li,
    .search-block ul.search-block-news li {
        width: 48%;
        margin-right: 2%;
    }

    .dealer-button {
        position: fixed;
        top: inherit;
        bottom: 20px;
        right: inherit;
        z-index: 99;
        left: 40%;
    }

    .order-payment-block {
        padding: 30px 20px 20px 20px;
        width: 100%
    }

    .form-title label {
        line-height: 23px;
        font-size: 15px;
    }

    .payment-right {
        width: 45%;
    }

    .payment-left {
        width: 50%
    }

    .orderFormBtn.payment {
        float: none;
        margin: 0 auto;
    }

    .card-number {
        line-height: 30px;
        height: auto;
        padding: 5px 10px
    }

    .drop-select {
        line-height: 30px;
        height: auto;
    }

    .order-form-container-block {
        min-height: inherit
    }

    .order-form-container {
        min-height: inherit
    }

    .footer-info-menues {
        width: 30%;
    }

    .news-detail-text img {
        max-width: 100% !important;
    }
}

@media only screen and (min-width: 700px) and (max-width: 759px) {
    .main-content-block {
        gap: 50px;
        margin-bottom: 40px;
    }
    .main-content {
        gap: 20px;
    }
    .main-content-left{
        height:240px;
    }
    .main-content-right{
        padding-top:0;
    }
    .content-right-title {
        margin-bottom: 5px;
    }
    .content-right-text {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .content-right-button a {
        width: 30%;
        font-size: 16px;
    }
    .main-info-item.mb .main-info-item-content {
        margin-bottom: 10px;
    }

    .main-info-item.mb {
        padding-left: 0;
    }

    .whatsapp {
        width: 40px;
        height: 42px;
        left: 16px;
        bottom: 20px;
    }

    .whatsapp-notify {
        width: 14px;
        height: 14px;
        line-height: 18px;
    }

    .mmenu {
        display: block;
    }

    .main {
        padding: 0 20px;
    }

    .banner {
        padding-left: 0;
        position: relative;
    }

    .logo {
        width: 30%;
        height: 90px;
        padding: 5px 0 0 70px;
    }

    .banner-middle {
        width: 50%;
        padding: 20px 20px 0 0;
    }

        .banner-middle .banner-middle-top .searchBlock {
            border: 1px solid #bdbaba;
        }

    .searchBlock {
        width: 100%;
        height: 40px;
        padding: 10px 20px 8px 20px;
        position: absolute;
        bottom: -20px;
        left: 0;
        z-index: 5;
        opacity: 0;
        transition: all ease-in-out 0.5s;
    }

        .searchBlock.open {
            bottom: -40px;
            opacity: 1;
        }

    .searchMobile {
        display: block;
    }

    .banner-contact-item {
        margin: 5px 15px 5px 0;
    }

    .banner-middle-bottom {
        margin-top: 0;
    }

    .menu {
        display: none;
    }

    .banner-insta img {
        max-width: 70px;
    }

    .banner-right {
        width: 20%;
        height: 90px;
    }

        .banner-right a {
            padding-right: 20px;
        }

    .banner-right-text {
        margin-top: 15px;
        font-size: 10px;
    }

        .banner-right-text span {
            font-size: 20px;
            line-height: 20px;
        }

    .banner-right-img {
        margin-top: 2px;
    }

        .banner-right-img img {
            max-width: 110px;
        }

    .slider {
        height: 325px;
    }

    .swiper-content-block {
        margin: 0 0 0 60px;
    }

    .slider-text {
        font-size: 22px;
        line-height: 28px;
    }

    .swiper-button-next,
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        display: none;
    }

    .main-corporate-block {
        margin: 30px 0;
    }

    .main-corporate-left {
        width: 100%;
        height: 280px;
    }

    .main-corporate-right {
        width: 100%;
        height: 220px;
    }

    .main-corporate-head,
    .main-corporate-head h1 {
        font-size: 20px;
        line-height: 24px;
    }

    .main-corporate-head {
        margin-bottom: 5px;
    }

    .main-corporate-text {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .main-corporate-button {
        width: auto;
        border-radius: 26px;
    }

        .main-corporate-button a {
            font-size: 14px;
            padding: 4px 20px;
            line-height: 28px;
        }

    .main-product-block {
        margin-bottom: 40px;
    }

    .main-product-container {
        padding: 15px 20px 10px 20px;
    }

        .main-product-container.categories {
            padding: 25px 20px 5px 20px;
        }

    .main-product-container-head {
        margin-bottom: 15px;
    }

    .main-product-container h2,
    .main-product-container-head {
        font-size: 18px;
        line-height: 26px;
    }

    .main-product-container ul {
        width: 101%;
    }

        .main-product-container ul li {
            width: 32.3%;
            height: 250px;
            margin-bottom: 15px;
        }

            .main-product-container ul li:nth-last-child(2) {
                display: none;
            }

            .main-product-container ul li:nth-last-child(3) {
                display: none;
            }

    .main-prod-img {
        height: 180px;
        padding: 10px 15px;
    }

        .main-prod-img img {
            max-width: 120px;
            max-height: 140px;
        }

    .main-prod-head {
        font-size: 13px;
        line-height: 20px;
    }

    .main-prod-all-link {
        border-radius: 26px;
        width: auto;
        display: table;
    }

        .main-prod-all-link a {
            font-size: 14px;
            padding: 4px 10px;
            line-height: 22px;
        }

    .main-referances-block {
        margin-bottom: 40px;
    }

    .referance {
        width: 700px;
        margin: 0 auto;
    }

    .referance-slide {
        height: 120px;
        padding: 15px 20px;
    }

        .referance-slide img {
            max-width: 120px;
            max-height: 60px;
        }

    .main-new-catalog-block {
        margin-bottom: 40px;
    }

    .main-new-block {
        width: 500px;
        height: 315px;
        padding: 10px 25px 0 25px;
    }

    .main-news-head {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .slick-prev {
        width: 10px;
        left: -18px;
    }

    .slick-next {
        width: 10px;
        right: -18px;
    }

    .main-news-item-img {
        height: 160px;
        margin-bottom: 15px;
    }

    .main-news-item-head {
        font-size: 14px;
        line-height: 22px;
    }

    .main-news-all-link {
        bottom: 10px;
    }

    .main-catalog-block {
        width: calc(100% - 540px);
        margin: 0 0 0 40px;
        background-size: cover;
    }

    .main-catalog-block-item {
        height: 315px;
    }

    .main-catalog-icon {
        height: 110px;
        margin: 40px 0 10px 0;
    }

    .main-catalog-text {
        font-size: 18px;
        line-height: 22px;
    }

        .main-catalog-text span::before {
            width: 6px;
            height: 20px;
        }

    .main-instagram-block {
        width: 100%;
        margin-top: 20px;
    }

    .main-instagram-head {
        margin-bottom: 0;
    }

    .main-instagram-item {
        height: 110px;
        width: 15.6%;
        margin-right: 1%;
    }

    .main-min-info-block {
        margin-bottom: 40px;
    }

    .main-info-item {
        width: 100%;
        max-width: inherit;
        min-height: 85px;
        background-size: 28px;
        padding-left: 40px;
    }

        .main-info-item.quality .main-info-item-content {
            max-width: inherit;
        }

    .main-info-item-content {
        max-width: inherit;
    }

    .main-info-item.satisfaciton, .main-info-item.last-category {
        width: 100%;
        max-width: inherit;
    }

    .main-info-head {
        margin-top: 5px;
        font-size: 14px;
        line-height: 20px;
    }

    .main-info-text {
        font-size: 13px;
        line-height: 20px;
    }

    .footer {
        min-height: 180px;
    }

    .footer-logo {
        width: 24%;
    }

        .footer-logo img {
            max-width: 140px;
        }

    .footer-address {
        width: 36%;
    }

    .footer-categories {
        display: none;
    }

    .footer-menues {
        display: none;
    }

    .footer-enews {
        width: 40%;
    }

    .footer-enews-block {
        display: table;
        padding: 15px 20px;
    }

    .footer-enews-head {
        margin-bottom: 0;
        width: calc(100% - 100px);
        float: right;
    }

    .footer-enews-icon {
        width: 90px;
    }

    .footer-enews-text-block {
        width: 100%;
        padding: 2px 0;
        margin-top: 12px;
    }

    .footer-enewsback .textbox {
        padding: 9px 0;
    }

    .router-block {
        height: 80px;
    }

    .container-text {
        font-size: 14px;
        line-height: 22px;
    }

    .about-img-link {
        margin: 25px 0;
    }

        .about-img-link li {
            margin-right: 30px;
        }

            .about-img-link li img {
                max-height: 50px;
            }

    .container-gallery ul {
        width: 101%;
    }

        .container-gallery ul li {
            width: 24%;
            height: 120px;
            margin-right: 1%;
        }

    .categories-list {
        display: none;
    }

        .categories-list ul li a::after {
            width: 13px;
            height: 13px;
            left: -22px;
            top: 8px;
        }

        .categories-list ul li a {
            font-size: 13px;
            line-height: 16px;
            padding: 6px 0;
        }

        .categories-list ul li ul {
            padding: 0 0 0 16px;
        }

    .category-items-list,
    .product-detail-content {
        width: 100%;
        padding-left: 0;
    }

        .category-items-list ul {
            width: 102%;
        }

            .category-items-list ul li {
                width: 31.3%;
                margin: 0 2% 60px 0;
            }

    .category-items-list-img {
        height: 220px;
    }

        .category-items-list-img img {
            max-width: 160px;
            max-height: 160px;
        }

    .category-items-list-head {
        height: 44px;
        min-width: 180px;
        bottom: -22px;
        font-size: 12px;
        line-height: 16px;
    }

    .main-product-container.categories ul li {
        width: 32.3%;
    }

        .main-product-container.categories ul li:nth-last-child(3) {
            display: block;
        }

        .main-product-container.categories ul li:nth-last-child(2) {
            display: block;
        }

    .prod-detail-img-block {
        width: 340px;
    }

    .product-detail-img {
        height: 300px;
    }

    .product-detail-gallery {
        padding: 0 36px;
    }

    #slider1 {
        height: 80px;
    }

    .thumbelina-but.horiz {
        width: 12px;
    }

        .thumbelina-but.horiz.left,
        .thumbelina-but.horiz.left.disabled,
        .thumbelina-but.horiz.left.disabled:hover {
            left: -24px;
        }

        .thumbelina-but.horiz.right,
        .thumbelina-but.horiz.right.disabled,
        .thumbelina-but.horiz.right.disabled:hover {
            right: -24px;
        }

    .thumbelina li {
        padding: 10px 5px;
        width: 75px;
        height: 80px;
    }

    .prod-detail-right {
        width: calc(100% - 360px);
    }

    .prod-detail-head {
        padding-right: 0;
        margin-top: 40px;
    }

        .prod-detail-head,
        .prod-detail-head h1 {
            font-size: 18px;
            line-height: 24px;
        }

    .prod-detail-code {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 14px;
    }

    .prod-detail-text {
        font-size: 14px;
        line-height: 24px;
    }

    .order-form-img {
        height: 200px;
    }

    .order-form-container {
        width: 100%;
        padding: 18px;
        margin-top: -70px;
        border-radius: 16px;
    }

    .order-form-container-block {
        padding: 20px 18px 20px 18px;
        border-radius: 16px;
    }

    .order-form-container-half {
        width: 100%;
    }

    .order-form-textback.half {
        width: calc(50% - 20px);
    }

    .order-form-textback.counter {
        width: calc(100% - 160px);
    }

    .order-form-textback .textbox {
        padding: 0 20px;
        margin: 10px 0;
    }

        .order-form-textback .textbox.address {
            height: 78px;
        }

    .order-form-textback.datebox label {
        padding-left: 20px;
        margin: 10px 0;
    }

    .orderFormBtn {
        margin-right: 0;
        height: 52px;
    }

    .order-form-container-security-block {
        width: calc(100% - 195px);
    }

    .orderFromRefresh {
        margin: 11px 0;
    }

    .order-from-security-text {
        margin: 6px 0 6px 5px;
    }

    .order-from-security-textBack .textbox {
        height: 52px;
        padding: 9px 29px;
    }

    .orderFormBtn.send {
        width: 170px;
        font-size: 16px;
    }

    .online-catalog-container ul li {
        width: 49%;
        height: 240px;
    }

    .contact-address-block {
        width: 48%;
        height: 460px;
        padding: 30px 25px 0 25px;
    }

    .contact-address-head {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 5px;
    }

        .contact-address-head.brandTitle {
            font-size: 18px;
        }

    .contact-address-text,
    .contact-address-text a {
        font-size: 14px;
        line-height: 20px;
    }

        .contact-address-text div {
            display: inline;
        }

    .contact-address-social {
        margin-top: 20px;
    }

        .contact-address-social .footer-social-item {
            width: 24px;
            height: 24px;
            margin-right: 6px;
        }

    .social-media-text {
        font-size: 18px;
        line-height: 24px;
    }

    .contact-form-block {
        width: 48%;
        height: 460px;
        padding: 30px 25px 0 25px;
    }

    .contact-form-head {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .contact-form-textback {
        height: 40px;
        margin-bottom: 12px;
    }

        .contact-form-textback .textbox {
            line-height: 30px;
            padding: 5px 16px;
        }

    .contact-form-container-right {
        width: 100%;
    }

        .contact-form-container-right .order-form-container-security-block {
            float: left;
            width: 100%;
            margin-bottom: 20px;
        }

        .contact-form-container-right .orderFromRefresh {
            margin: 9px 0;
        }

        .contact-form-container-right .order-from-security-text {
            margin: 4px 0 4px 5px;
            width: 80px;
        }

        .contact-form-container-right .order-from-security-textBack {
            float: right;
            width: 140px;
            border-radius: 24px;
        }

            .contact-form-container-right .order-from-security-textBack .textbox {
                height: 48px;
                padding: 8px 12px;
            }

        .contact-form-container-right .orderFormBtn.send {
            width: 165px;
            height: 50px;
            font-size: 14px;
            margin: 0 auto;
            float: initial;
        }

    .contact-form-textback .FormError {
        top: 10px;
    }

    .contact-map {
        height: 300px;
        margin: 40px 0 0 0;
    }

    .container.newlist {
        margin-bottom: 0;
    }

    .new-list-container ul {
        width: 102%;
    }

        .new-list-container ul li {
            width: 48%;
            height: 360px;
            margin-right: 2%;
        }

            .new-list-container ul li .main-news-item-img {
                height: 180px;
            }

    .news-list-menu {
        display: none;
    }

    .news-detail-block {
        width: 100%;
    }

    .news-detail-text {
        font-size: 14px;
    }

    .news-detail-gallery ul {
        width: 102%;
    }

        .news-detail-gallery ul li {
            width: 23%;
            margin-right: 2%;
        }

    .search-block ul {
        padding: 0 10px;
    }

        .search-block ul li {
            width: 100%;
            padding-right: 0;
        }

    .modal-body {
        width: 670px;
        height: 390px;
    }

    .category-items-list.search-block-full li,
    .search-block ul.search-block-news li {
        width: 48%;
        margin-right: 2%;
    }

    .dealer-button {
        position: fixed;
        top: inherit;
        bottom: 20px;
        right: inherit;
        z-index: 99;
        left: 40%;
    }

    .order-payment-block {
        padding: 30px 20px 20px 20px;
        width: 100%
    }


    .payment-right {
        width: 42%;
    }

    .payment-left {
        width: 53%
    }

    .card-number {
        line-height: 30px;
        height: auto;
        padding: 5px 10px
    }

    .drop-select {
        line-height: 30px;
        height: auto;
    }

    .order-form-container-block {
        min-height: inherit
    }

    .order-form-container {
        min-height: inherit
    }

    .footer-info-menues {
        width: 30%;
    }

    .news-detail-text img {
        max-width: 100% !important;
    }
}

@media only screen and (min-width: 760px) and (max-width: 999px) {
    .main-content-block {
        gap: 50px;
        margin-bottom: 40px;
    }
    .main-content {
        gap: 20px;
    }
    .main-content-left{
        height:240px;
    }
    .main-content-right{
        padding-top:0;
    }
    .content-right-title {
        margin-bottom: 5px;
    }
    .content-right-text {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .content-right-button a {
        width: 30%;
        font-size: 16px;
    }
    .whatsapp {
        width: 50px;
        height: 52px;
        left: 16px;
        bottom: 3%;
    }

    .whatsapp-notify {
        width: 18px;
        height: 18px;
        line-height: 18px;
    }

    .modal-body {
        width: 700px;
    }

    .mmenu {
        display: block;
    }

    .main {
        padding: 0 20px;
    }

    .banner {
        padding-left: 0;
        position: relative;
    }

    .logo {
        width: 30%;
        height: 100px;
        padding: 0 0 0 70px;
    }

    .banner-middle {
        width: 50%;
        padding: 20px 20px 0 0;
    }

        .banner-middle .banner-middle-top .searchBlock {
            border: 1px solid #bdbaba;
        }

    .searchBlock {
        width: 100%;
        height: 40px;
        padding: 10px 20px 8px 20px;
        position: absolute;
        bottom: -20px;
        left: 0;
        z-index: 5;
        opacity: 0;
        transition: all ease-in-out 0.5s;
    }

        .searchBlock.open {
            bottom: -40px;
            opacity: 1;
        }

    .searchMobile {
        display: block;
    }

    .banner-contact-item {
        margin: 5px 15px 5px 0;
    }

    .banner-middle-bottom {
        margin-top: 0;
    }

    .menu {
        display: none;
    }

    .banner-insta img {
        max-width: 70px;
    }

    .banner-right {
        width: 20%;
        height: 100px;
    }

        .banner-right a {
            padding-right: 20px;
        }

    .banner-right-text {
        margin-top: 18px;
        font-size: 10px;
    }

        .banner-right-text span {
            font-size: 20px;
            line-height: 20px;
        }

    .banner-right-img {
        margin-top: 6px;
    }

        .banner-right-img img {
            max-width: 110px;
        }

    .slider {
        height: 340px;
    }

    .swiper-content-block {
        margin: 0 0 0 60px;
    }

    .slider-text {
        font-size: 22px;
        line-height: 28px;
    }

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        width: 16px;
        left: 15px;
    }

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        width: 16px;
        right: 15px;
    }

    .main-corporate-block {
        margin: 30px 0;
    }

    .main-corporate-left {
        width: 360px;
        height: 300px;
    }

    .main-corporate-right {
        width: calc(100% - 380px);
        height: 300px;
    }

    .main-corporate-head,
    .main-corporate-head h1 {
        font-size: 20px;
        line-height: 24px;
    }

    .main-corporate-head {
        margin-bottom: 5px;
    }

    .main-corporate-text {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .main-corporate-button {
        width: auto;
        border-radius: 26px;
    }

        .main-corporate-button a {
            font-size: 14px;
            padding: 4px 20px;
            line-height: 28px;
        }

    .main-product-block {
        margin-bottom: 40px;
    }

    .main-product-container {
        padding: 15px 20px 10px 20px;
    }

        .main-product-container.categories {
            padding: 35px 30px 10px 30px;
        }

    .main-product-container-head {
        margin-bottom: 15px;
    }

    .main-product-container h2,
    .main-product-container-head {
        font-size: 18px;
        line-height: 26px;
    }

    .main-product-container ul {
        width: 101%;
    }

        .main-product-container ul li {
            height: 250px;
            margin-bottom: 15px;
        }

    .main-prod-img {
        height: 180px;
        padding: 10px 15px;
    }

        .main-prod-img img {
            max-width: 120px;
            max-height: 140px;
        }

    .main-prod-head {
        font-size: 13px;
        line-height: 20px;
    }

    .main-prod-all-link {
        border-radius: 26px;
        width: auto;
        display: table;
    }

        .main-prod-all-link a {
            font-size: 14px;
            padding: 4px 10px;
            line-height: 22px;
        }

    .main-referances-block {
        margin-bottom: 40px;
    }

    .referance {
        width: 700px;
        margin: 0 auto;
    }

    .referance-slide {
        height: 120px;
        padding: 15px 20px;
    }

        .referance-slide img {
            max-width: 120px;
            max-height: 60px;
        }

    .main-new-catalog-block {
        margin-bottom: 40px;
    }

    .main-new-block {
        width: 500px;
        height: 315px;
        padding: 10px 25px 0 25px;
    }

    .main-news-head {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .slick-prev {
        width: 10px;
        left: -18px;
    }

    .slick-next {
        width: 10px;
        right: -18px;
    }

    .main-news-item-img {
        height: 160px;
        margin-bottom: 15px;
    }

    .main-news-item-head {
        font-size: 14px;
        line-height: 22px;
    }

    .main-news-all-link {
        bottom: 10px;
    }

    .main-catalog-block {
        width: calc(100% - 540px);
        margin: 0 0 0 40px;
        background-size: cover;
    }

    .main-catalog-block-item {
        height: 315px;
    }

    .main-catalog-icon {
        height: 110px;
        margin: 40px 0 10px 0;
    }

    .main-catalog-text {
        font-size: 18px;
        line-height: 22px;
    }

        .main-catalog-text span::before {
            width: 6px;
            height: 20px;
        }

    .main-instagram-block {
        width: 100%;
        margin-top: 20px;
    }

    .main-instagram-head {
        margin-bottom: 0;
    }

    .main-instagram-item {
        height: 110px;
        width: 15.6%;
        margin-right: 1%;
    }

    .main-min-info-block {
        margin-bottom: 40px;
    }

    .main-info-item {
        max-width: 34%;
        background-size: 28px;
        padding-left: 36px;
    }

        .main-info-item.satisfaciton, .main-info-item.last-category {
            max-width: 32%;
        }

    .main-info-head {
        margin-top: 5px;
        font-size: 14px;
        line-height: 20px;
    }

    .main-info-text {
        font-size: 13px;
        line-height: 20px;
    }

    .footer {
        height: 180px;
    }

    .footer-logo {
        width: 24%;
    }

        .footer-logo img {
            max-width: 140px;
        }

    .footer-address {
        width: 36%;
    }

    .footer-categories {
        display: none;
    }

    .footer-menues {
        display: none;
    }

    .footer-enews {
        width: 40%;
    }

    .footer-enews-block {
        display: table;
        padding: 15px 20px;
    }

    .footer-enews-head {
        margin-bottom: 0;
        width: calc(100% - 100px);
        float: right;
    }

    .footer-enews-icon {
        width: 90px;
    }

    .footer-enews-text-block {
        width: 100%;
        padding: 2px 0;
        margin-top: 12px;
    }

    .footer-enewsback .textbox {
        padding: 9px 0;
    }

    .router-block {
        height: 80px;
    }

    .container-text {
        font-size: 14px;
        line-height: 22px;
    }

    .about-img-link {
        margin: 25px 0;
    }

        .about-img-link li {
            margin-right: 30px;
        }

            .about-img-link li img {
                max-height: 50px;
            }

    .container-gallery ul {
        width: 101%;
    }

        .container-gallery ul li {
            width: 24%;
            height: 120px;
            margin-right: 1%;
        }

    .categories-list {
        display: none;
    }

        .categories-list ul li a::after {
            width: 13px;
            height: 13px;
            left: -22px;
            top: 8px;
        }

        .categories-list ul li a {
            font-size: 13px;
            line-height: 16px;
            padding: 6px 0;
        }

        .categories-list ul li ul {
            padding: 0 0 0 16px;
        }

    .category-items-list,
    .product-detail-content {
        width: 100%;
        padding-left: 0;
    }

        .category-items-list ul {
            width: 102%;
        }

            .category-items-list ul li {
                width: 31.3%;
                margin: 0 2% 60px 0;
            }

    .category-items-list-img {
        height: 220px;
    }

        .category-items-list-img img {
            max-width: 160px;
            max-height: 160px;
        }

    .category-items-list-head {
        height: 44px;
        min-width: 180px;
        bottom: -22px;
        font-size: 12px;
        line-height: 16px;
    }

    .main-product-container.categories ul li {
        width: 32.3%;
    }

    .product-detail-content {
        min-height: 570px;
    }

    .prod-detail-img-block {
        width: 340px;
    }

    .product-detail-img {
        height: 300px;
    }

    .product-detail-gallery {
        padding: 0 36px;
    }

    #slider1 {
        height: 80px;
    }

    .thumbelina-but.horiz {
        width: 12px;
    }

        .thumbelina-but.horiz.left,
        .thumbelina-but.horiz.left.disabled,
        .thumbelina-but.horiz.left.disabled:hover {
            left: -24px;
        }

        .thumbelina-but.horiz.right,
        .thumbelina-but.horiz.right.disabled,
        .thumbelina-but.horiz.right.disabled:hover {
            right: -24px;
        }

    .thumbelina li {
        padding: 10px 5px;
        width: 75px;
        height: 80px;
    }

    .prod-detail-right {
        width: calc(100% - 360px);
    }

    .prod-detail-head {
        font-size: 22px;
        line-height: 24px;
        padding-right: 0;
        margin-top: 40px;
    }

        .prod-detail-head h1 {
            font-size: 22px;
            line-height: 24px;
        }

    .prod-detail-code {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 14px;
    }

    .prod-detail-text {
        font-size: 14px;
        line-height: 24px;
    }

    .order-form-img {
        height: 240px;
    }

    .order-form-container {
        width: 100%;
        padding: 22px;
    }

    .order-form-container-block {
        padding: 30px 25px 20px 25px;
    }

    .order-form-container-half {
        width: 100%;
    }

    .order-form-textback.half {
        width: calc(50% - 20px);
    }

    .order-form-textback.counter {
        width: calc(100% - 160px);
    }

    .orderFormBtn {
        margin-right: 0;
    }

    .online-catalog-container ul li {
        width: 49%;
        height: 280px;
    }

    .contact-address-block {
        width: 48%;
        height: 460px;
        padding: 30px 25px 0 25px;
    }

    .contact-address-head {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 5px;
    }

        .contact-address-head.brandTitle {
            font-size: 18px;
        }

    .contact-address-text,
    .contact-address-text a {
        font-size: 14px;
        line-height: 20px;
    }

        .contact-address-text div {
            display: inline;
        }

    .contact-address-social {
        margin-top: 20px;
    }

        .contact-address-social .footer-social-item {
            width: 24px;
            height: 24px;
            margin-right: 6px;
        }

    .social-media-text {
        font-size: 18px;
        line-height: 24px;
    }

    .contact-form-block {
        width: 48%;
        height: 460px;
        padding: 30px 25px 0 25px;
    }

    .contact-form-head {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .contact-form-textback {
        height: 40px;
        margin-bottom: 12px;
    }

        .contact-form-textback .textbox {
            line-height: 30px;
            padding: 5px 16px;
        }

    .contact-form-container-right {
        width: 100%;
    }

        .contact-form-container-right .order-form-container-security-block {
            float: left;
            width: 100%;
            margin-bottom: 20px;
        }

        .contact-form-container-right .orderFromRefresh {
            margin: 9px 0;
        }

        .contact-form-container-right .order-from-security-text {
            margin: 4px 0 4px 5px;
            width: 80px;
        }

        .contact-form-container-right .order-from-security-textBack {
            float: right;
            width: 160px;
        }

            .contact-form-container-right .order-from-security-textBack .textbox {
                height: 48px;
                padding: 8px 12px;
            }

        .contact-form-container-right .orderFormBtn.send {
            width: 165px;
            height: 50px;
            font-size: 14px;
            margin: 0 auto;
            float: initial;
        }

    .contact-form-textback .FormError {
        top: 10px;
    }

    .contact-map {
        height: 340px;
        margin: 40px 0 0 0;
    }

    .container.newlist {
        margin-bottom: 0;
    }

    .new-list-container ul {
        width: 102%;
    }

        .new-list-container ul li {
            width: 48%;
            height: 360px;
            margin-right: 2%;
        }

            .new-list-container ul li .main-news-item-img {
                height: 200px;
            }

    .news-list-menu {
        display: none;
    }

    .news-detail-block {
        width: 100%;
    }

    .news-detail-text {
        font-size: 14px;
    }

    .news-detail-gallery ul {
        width: 102%;
    }

        .news-detail-gallery ul li {
            width: 23%;
            margin-right: 2%;
        }

    .dealer-button {
        position: fixed;
        top: inherit;
        bottom: 20px;
        right: inherit;
        z-index: 99;
        left: 40%;
    }

    .order-payment-block {
        padding: 30px 20px 20px 20px;
        width: 100%
    }


    .payment-right {
        width: 42%;
    }

    .payment-left {
        width: 53%
    }

    .card-number {
        line-height: 30px;
        height: auto;
        padding: 5px 10px
    }

    .drop-select {
        line-height: 30px;
        height: auto;
    }

    .order-form-container-block {
        min-height: inherit
    }

    .order-form-container {
        min-height: inherit
    }

    .footer-info-menues {
        width: 30%;
    }

    .news-detail-text img {
        max-width: 100% !important;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1024px) {
    .main-content-left{
        height:300px;
    }
    .main-content-right{
        padding-top:5px;
    }
    .content-right-title {
        margin-bottom: 10px;
    }
    .content-right-text {
        font-size: 17px;
        line-height: 27px;
        margin-bottom: 10px;
    }
    .content-right-button a {
        width: 24%;
        font-size: 16px;
    }
    .kategori_text ul li {
        width: 100% !important;
        margin: 0 !important;
    }
    .whatsapp {
        width: 50px;
        height: 52px;
        left: 16px;
        bottom: 5%;
    }

    .whatsapp-notify {
        width: 18px;
        height: 18px;
        line-height: 18px;
    }

    .main {
        padding: 0 20px;
    }

    .banner {
        padding-left: 20px;
    }

    .logo {
        width: 16%;
        height: 100px;
        padding: 0 20px 0 0;
    }

    .banner-middle {
        width: 69%;
        padding: 15px 20px 0 0;
    }

    .searchBlock {
        height: 40px;
        padding: 10px 10px 8px 10px;
    }

    .banner-contact-item {
        margin: 10px 15px 8px 0;
    }

    .banner-middle-bottom {
        margin-top: 5px;
    }

    .menu {
        width: calc(100% - 75px);
    }

        .menu ul li {
            margin-right: 16px;
        }

            .menu ul li a {
                font-size: 13px;
            }

    .banner-insta img {
        max-width: 70px;
    }

    .banner-right {
        width: 15%;
        height: 100px;
    }

        .banner-right a {
            padding-right: 20px;
        }

    .banner-right-text {
        margin-top: 18px;
        font-size: 10px;
    }

        .banner-right-text span {
            font-size: 20px;
            line-height: 20px;
        }

    .banner-right-img {
        margin-top: 6px;
    }

        .banner-right-img img {
            max-width: 110px;
        }

    .slider {
        height: 440px;
    }

    .swiper-content-block {
        margin: 0 0 0 60px;
    }

    .slider-text {
        font-size: 28px;
        line-height: 36px;
    }

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        width: 16px;
        left: 15px;
    }

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        width: 16px;
        right: 15px;
    }

    .main-corporate-block {
        margin: 30px 0;
    }

    .main-corporate-left {
        width: 520px;
        height: 320px;
    }

    .main-corporate-right {
        width: calc(100% - 550px);
        height: 320px;
    }

    .main-corporate-head,
    .main-corporate-head h1 {
        font-size: 20px;
        line-height: 24px;
    }

    .main-corporate-text {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .main-corporate-button {
        width: auto;
        border-radius: 26px;
    }

        .main-corporate-button a {
            font-size: 14px;
            padding: 4px 25px;
            line-height: 32px;
        }

    .main-product-block {
        margin-bottom: 40px;
    }

    .main-product-container {
        padding: 15px 20px 10px 20px;
    }

        .main-product-container.categories {
            padding: 35px 30px 10px 30px;
        }

    .main-product-container-head {
        margin-bottom: 15px;
    }

    .main-product-container h2,
    .main-product-container-head {
        font-size: 18px;
        line-height: 26px;
    }

    .main-product-container ul {
        width: 101%;
    }

        .main-product-container ul li {
            height: 280px;
            margin-bottom: 15px;
        }

    .main-prod-img {
        height: 220px;
        padding: 10px 15px;
    }

        .main-prod-img img {
            max-width: 180px;
            max-height: 180px;
        }

    .main-prod-head {
        font-size: 14px;
        line-height: 20px;
    }

    .main-prod-all-link {
        border-radius: 26px;
        width: auto;
        display: table;
    }

        .main-prod-all-link a {
            font-size: 14px;
            padding: 4px 25px;
            line-height: 32px;
        }

    .main-referances-block {
        margin-bottom: 40px;
    }

    .referance {
        width: 940px;
        margin: 0 auto;
    }

    .referance-slide {
        height: 120px;
        padding: 15px 20px;
    }

        .referance-slide img {
            max-width: 120px;
            max-height: 60px;
        }

    .main-new-catalog-block {
        margin-bottom: 40px;
    }

    .main-new-block {
        width: 340px;
        height: 315px;
        padding: 10px 25px 0 25px;
    }

    .main-news-head {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .slick-prev {
        width: 10px;
        left: -18px;
    }

    .slick-next {
        width: 10px;
        right: -18px;
    }

    .main-news-item-img {
        height: 160px;
        margin-bottom: 15px;
    }

    .main-news-item-head {
        font-size: 14px;
        line-height: 22px;
    }

    .main-news-all-link {
        bottom: 10px;
    }

    .main-catalog-block {
        width: 20%;
        margin: 0 2% 0 2%;
    }

    .main-catalog-block-item {
        height: 315px;
    }

    .main-catalog-icon {
        height: 110px;
        margin: 40px 0 10px 0;
    }

    .main-catalog-text {
        font-size: 18px;
        line-height: 22px;
    }

        .main-catalog-text span::before {
            width: 6px;
            height: 20px;
        }

    .main-instagram-block {
        width: calc(76% - 340px);
    }

    .main-instagram-head {
        margin-bottom: 11px;
    }

    .main-instagram-item {
        height: 130px;
    }

    .main-min-info-block {
        margin-bottom: 40px;
    }

    .main-info-item {
        max-width: 34%;
        background-size: 28px;
        padding-left: 36px;
    }

        .main-info-item.satisfaciton, .main-info-item.last-category {
            max-width: 32%;
        }

    .main-info-head {
        margin-top: 5px;
        font-size: 14px;
        line-height: 20px;
    }

    .main-info-text {
        font-size: 13px;
        line-height: 20px;
    }

    .footer-logo {
        width: 14%;
    }

        .footer-logo img {
            max-width: 120px;
        }

    .footer-categories {
        width: 30%;
    }

    .footer-menu li a {
        line-height: 14px;
        padding: 3px 0;
    }

    .footer-menues {
        width: 12%;
    }

    .footer-enews {
        width: 26%;
    }

    .footer-enews-block {
        display: table;
        padding: 15px 20px;
    }

    .footer-enews-head {
        margin-bottom: 0;
        width: calc(100% - 100px);
        float: right;
    }

    .footer-enews-icon {
        width: 90px;
    }

    .footer-enews-text-block {
        width: 100%;
        padding: 2px 0;
        margin-top: 12px;
    }

    .router-block {
        height: 80px;
    }

    .container-text {
        font-size: 14px;
        line-height: 22px;
    }

    .about-img-link {
        margin: 25px 0;
    }

        .about-img-link li {
            margin-right: 50px;
        }

            .about-img-link li img {
                max-height: 60px;
            }

    .container-gallery ul {
        width: 101%;
    }

        .container-gallery ul li {
            width: 24%;
            height: 150px;
            margin-right: 1%;
        }

    .categories-list {
        width: 250px;
        padding-left: 32px;
    }

        .categories-list ul li a::after {
            width: 13px;
            height: 13px;
            left: -22px;
            top: 8px;
        }

        .categories-list ul li a {
            font-size: 13px;
            line-height: 16px;
            padding: 6px 0;
        }

        .categories-list ul li ul {
            padding: 0 0 0 16px;
        }

    .category-items-list,
    .product-detail-content {
        width: calc(100% - 250px);
        padding-left: 25px;
    }

        .category-items-list ul {
            width: 102%;
        }

            .category-items-list ul li {
                width: 31.3%;
                margin: 0 2% 60px 0;
            }

    .category-items-list-img {
        height: 220px;
    }

        .category-items-list-img img {
            max-width: 160px;
            max-height: 160px;
        }

    .category-items-list-head {
        height: 44px;
        min-width: 180px;
        bottom: -22px;
        font-size: 12px;
        line-height: 16px;
    }

    .prod-detail-img-block {
        width: 340px;
    }

    .product-detail-img {
        height: 300px;
    }

    .product-detail-gallery {
        padding: 0 36px;
    }

    #slider1 {
        height: 80px;
    }

    .thumbelina-but.horiz {
        width: 12px;
    }

        .thumbelina-but.horiz.left,
        .thumbelina-but.horiz.left.disabled,
        .thumbelina-but.horiz.left.disabled:hover {
            left: -24px;
        }

        .thumbelina-but.horiz.right,
        .thumbelina-but.horiz.right.disabled,
        .thumbelina-but.horiz.right.disabled:hover {
            right: -24px;
        }

    .thumbelina li {
        padding: 10px 5px;
        width: 75px;
        height: 80px;
    }

    .prod-detail-right {
        width: calc(100% - 360px);
    }

    .prod-detail-head {
        font-size: 22px;
        line-height: 24px;
        padding-right: 0;
        margin-top: 40px;
    }

        .prod-detail-head h1 {
            font-size: 22px;
            line-height: 24px;
        }

    .prod-detail-code {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 14px;
    }

    .prod-detail-text {
        font-size: 14px;
        line-height: 24px;
    }

    .order-form-img {
        height: 240px;
    }

    .order-form-container-half {
        width: calc(50% - 25px);
    }

    .order-form-textback.half {
        width: calc(50% - 20px);
    }

    .order-form-textback.counter {
        width: calc(100% - 160px);
    }

    .orderFormBtn {
        margin-right: 0;
    }

    .online-catalog-container ul li {
        height: 240px;
    }

    .contact-address-block {
        width: 48%;
        height: 515px;
        padding: 30px 30px 0 32px;
    }

    .contact-address-text,
    .contact-address-text a {
        font-size: 16px;
    }

    .contact-address-social {
        margin-top: 20px;
    }

    .contact-form-block {
        width: 48%;
        height: 515px;
        padding: 30px 30px 0 30px;
    }

    .contact-form-textback {
        height: 50px;
    }

        .contact-form-textback .textbox {
            line-height: 30px;
        }

    .contact-form-container-right {
        width: 100%;
    }

        .contact-form-container-right .order-form-container-security-block {
            float: left;
            width: 100%;
            margin-bottom: 20px;
            padding: 0 10px;
        }

        .contact-form-container-right .orderFromRefresh {
            margin: 9px 0;
        }

        .contact-form-container-right .order-from-security-text {
            margin: 4px 0 4px 5px;
        }

        .contact-form-container-right .order-from-security-textBack {
            float: right;
        }

            .contact-form-container-right .order-from-security-textBack .textbox {
                height: 48px;
                padding: 8px 29px;
            }

        .contact-form-container-right .orderFormBtn.send {
            width: 165px;
            height: 50px;
            font-size: 14px;
            margin: 0 auto;
            float: initial;
        }

    .contact-map {
        height: 400px;
        margin: 40px 0 0 0;
    }

    .container.newlist {
        margin-bottom: 0;
    }

    .new-list-container ul {
        width: 102%;
    }

        .new-list-container ul li {
            width: 31.3%;
            height: 330px;
            margin-right: 2%;
        }

    .news-list-menu {
        width: 340px;
    }

        .news-list-menu ul li {
            margin-bottom: 15px;
        }

    .news-list-menu-img {
        width: 110px;
        height: 75px;
    }

    .news-list-menu-text {
        width: calc(100% - 110px);
        height: 75px;
    }

    .news-detail-block {
        width: calc(100% - 340px);
    }

    .news-detail-text {
        font-size: 16px;
    }

    .news-detail-gallery ul {
        width: 102%;
    }

        .news-detail-gallery ul li {
            width: 18%;
            height: 90px;
            margin-right: 2%;
        }

    .dealer-button {
        padding: 8px 15px 6px 40px;
        top: 5px;
        right: 20px;
        line-height: 16px;
        background-size: 18%;
        font-size: 15px;
        background-position: 10px 5px;
    }

    .banner-contact {
        margin-top: 19px;
    }

    .banner-contact-item {
        margin: 12px 15px 0px 0;
    }

    .order-payment-block {
        width: 100%;
    }

    .footer-info-menues {
        width: 20%;
    }

    .news-detail-text img {
        max-width: 100% !important;
    }
}
/* 999px => mobil */
@media only screen and (max-width: 999px) {
    .kategori_text ul li {
        width: 100% !important;
        margin: 0 !important;
    }
    ._orientationRight__Sgm5R.wrap__IcdsC{
        zoom:unset !important;
    }
}