/* шрифты */

@font-face {
    font-family: "Montserrat-Regular";
    font-style: normal;
    src: url("https://kreping.ru/media/customization/fonts/Montserrat-Regular.ttf");
}

@font-face {
    font-family: "Venus";
    font-style: normal;
    src: url("https://kreping.ru/media/customization/fonts/venusrisingcyrillic.ttf");
}

@font-face {
    font-family: "Montserrat-ExtraBold";
    font-style: normal;
    src: url("https://kreping.ru/media/customization/fonts/Montserrat-ExtraBold_bqf3AcT.ttf");
}

@font-face {
    font-family: "Montserrat-SemiBold";
    font-style: normal;
    src: url("https://kreping.ru/media/customization/fonts/Montserrat-SemiBold.ttf");
}

@font-face {
    font-family: "Montserrat-Medium";
    font-style: normal;
    src: url("https://kreping.ru/media/customization/fonts/Montserrat-Medium_1NbxBYD.ttf");
}

.zagolovok-partners-1 {
    margin-bottom: 60px !important;
}


.product-card__title {
    font-size: 28px;
}

/* подвал */

.footer-right {
    width: 260px;
}

.footer-phone a {
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

footer {
    background: #eeede9;
}

footer>img {
    width: 100%;
    height: 538px;
    overflow: unset;
}

.section-dark {
    padding: 0px;
}

.footer-content__ul-content a:hover {
    color: #f10000;
}

.form-control {
    border: 1px solid #BABABA;
    border-radius: 5px;
}


.footer-content__column {
    padding-left: 20px;
    padding-right: 10px;
}

.footer-contact {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    margin-bottom: 30px;
}

.btn {
    border-radius: 5px;
    transition: 0.2s;
}

.footer-content {
    padding-bottom: 40px;
    padding-top: 70px;
}

.footer-first-column .logo img {
    width: 190px;
}


.footer-subscribe input {
    border-radius: 5px 0 0 5px;
    margin-top: 5px;
}

.footer-subscribe button {
    width: 120px;
    margin-top: 5px;
    height: 34px;
    border-radius: 0 5px 5px 0px;
    transition: 0.2s;
}

.js-up.visible {
    opacity: 1;
    visibility: visible;
}

.js-up {
    opacity: 0;
    visibility: hidden;
    bottom: 65px;
    right: 20px;
}

.fixed-btn {
    background-color: #333333;
}

.developer-link a {
    transition: 0.2s;
    color: #9C9C9C;
    margin-top: -10px;
}

.btn-border.callme-button {
    cursor: pointer;
}

.head-kreping {
    padding-top: 80px;
    padding-bottom: 10px;
    margin-left: 2px;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

@media (max-width: 768px) {

    .developer-link a {
        transition: 0.2s;
        margin-left: 0px;
        color: #9C9C9C;
        margin-top: -10px;
    }

    .footer-content__title {
        margin-left: 0px;
    }

    .footer-subscribe input {
        margin-left: 0px;
    }

    .footer-content__column {
        padding-left: 0px;
    }

}

/* глобальные правки */



.main-menu a {
    font-family: Montserrat;
    margin-right: 25px;
}

.safety-message-fixed__popup.active {
    border-radius: 10px;
}

.footer-social {
    display: none;
}

.mobile-phone {
    margin-bottom: 10px;
    padding-left: 0px;
    justify-content: left;
}

.mobile-phone img {
    display: none;
}

.page-head {
    background: #eeede9;
}

.js-up {
    right: 20px;
}

.safety-message-fixed {
    right: 20px;
}

.fixed .top-header__phones {
    display: none;
}

.ymaps-2-1-79-map ymaps {
    box-sizing: content-box;
    border-radius: 0px 10px 10px 0px;
}

.contacts-block__map {
    border-radius: 0px 10px 10px 0px;
}

.contacts-block__info {
    border-radius: 10px 0px 0px 10px;
}

.contacts-block {
    border: 1px solid #767676;
    border-radius: 10px;
}

.slider-trusts .image-zoom {
    overflow: hidden;
    border-radius: 10px;
}

.banners-slider .content-image {
    border-radius: 10px;
}

.article-inner__side {
    margin-bottom: 70px;
}

.article-inner__content {
    margin-bottom: 100px;
    border: 1px solid #767676;
    border-radius: 10px;
}

.breadcrumbs a:hover {
    text-decoration: none;
}

.mobile-menu {
    background: #eeede9;
}

.mobile-ul li .submenu {
    background: #eeede9;
}

.mobile-ul li .submenu li a:hover {
    background: #ffffff;
}

@media (min-width: 1280px) {

    .main-menu {
        margin-left: 65px;
    }

    .content-background-box__text-content {
        position: relative;
        z-index: 3;
        padding: 25px 0px;
    }

    @media (max-width: 1279px) {
        .main-menu {
            margin-left: 162px;
        }
    }

    .header-user {
        display: none;
    }

    a.catalog-inner-btn {
        border-radius: 10px;
        margin-left: 196px;
        height: 45px;
    }

    burger {
        background: #AEAEAE;
    }

    .header-search input {
        width: 390px;
        height: 45px;
        background-color: var(--search-field-bg-color, #222);
        border: 1px solid var(--search-field-border-color, #333);
        font-size: 14px;
        border-radius: 10px;
        line-height: 40px;
        color: var(--search-field-font-color, #fff);
        padding: 0 20px;
        margin-right: 10px;
    }

    .header-search {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 45px;
        width: 100% !important;
        background: rgb(255 255 255 / 0%);
        z-index: 10;
    }

    .header-search button {
        width: 55px;
        height: 45px;
        border-radius: 10px;
        border: 1px solid #AEAEAE;
        background-size: 12px 12px;
        cursor: pointer;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .slick-track {
        position: relative;
        left: 0;
        top: 0;
        display: block;
        display: flex;
        flex-wrap: nowrap;
        align-content: stretch;
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
        margin-top: 20px;
    }

    .text-hit {
        margin-top: 150px;
        margin-left: -70px;
        font-weight: normal;
        width: 297px;
        font-style: normal;
    }

    .text-hit p {
        font-size: 14px;
    }

    .conditional-section_bg {
        padding: 10px 0;
        background-size: cover;
        background-position: center;
    }

    .conditional-section_bg {
        padding: 0px;
        background-size: cover;
        background-position: center;
    }

    .slider-block-1 {
        border: 1px solid #AAAAAA;
        border-radius: 8px;
        padding-bottom: 70px;
        vertical-align: middle;
        width: 220px;
        height: 351px;
    }

    .slider-block-active {
        width: 220px;
        height: 429px;
        border: 1px solid #ffffff;
        border-radius: 10px;
        padding-bottom: 10px;
    }

    .banner-one {
        width: 280px;
        height: 280px;
    }

    .banner-four {
        width: 280px;
        height: 280px;
    }

    .banner-five {
        width: 280px;
        height: 280px;
    }

    .banner-three {
        width: 280px;
        height: 280px;
    }

    .banner-two {
        width: 580px;
        height: 580px;
    }

    .otstup-banner-three {
        margin-top: -355px;
    }

    .otstup-text {
        margin-top: -320px;
        margin-left: 10px;
    }

    .otstup-text p {
        margin-top: 10px;
        margin-left: 15px;
        margin-bottom: 12px;
        line-height: 22px;
    }

    .otstup-text span {
        font-size: 22px;
        font-weight: 900;
    }

    .otstup-text .text {
        font-size: 14px;
        width: 220px;
    }

    .text-block {
        width: 400px;
        height: 200px;
        margin-top: -80px;
        margin-left: 30px;
    }

    .otstup-banner-five {
        margin-top: -130px;
    }

    .slick-list.draggable {
        margin-top: -20px;
    }

    .cart-sale {
        border-radius: 10px;
    }

    .content-title.center.h2 {
        display: none;
    }

    .question-form .content-title.center.h2 {
        display: block;
    }

    .modal-content .content-title.center.h2 {
        display: block;
    }

    .partners-slider .owl-nav [class*=owl-] {
        border-radius: 50px;
        border: 1px solid #d7d7d7;
        background-color: transparent;
        background: #fff url(https://kreping.ru/media/uploads/catalog-arrow-circle2.svg) 35% 50% no-repeat;
        opacity: 1;
        transition: 0.5s;
    }

    .partners-slider .owl-nav [class*=owl-]:hover {
        border-radius: 10px;
        background-color: #ffffff;
        border: 1px solid #ff0000;
        transition: 0.5s;
    }

    element.style {
        margin-bottom: 60px;
        margin-left: 80px;
    }

    .button_style-1 {
        border: 1px solid #d9d9de;
        background-color: #ffffff00;
        color: #f10000;
        transition: 0.5s;
    }

    .button_style-1:hover {
        border: 1px solid #F10000;
        transition: 0.5s;
        background-color: var(--color-button1-bg, transparent);
        color: #F10000;
        border-radius: 10px;
    }

    .container_photo .slider-constructor.slick-initialized.slick-slider.slick-dotted {
        width: 110%;
        transform: translate3d(-5%, 0, 0);
    }

    p {
        cursor: default;
    }

    .main-menu a:hover {
        font-weight: 400;
        text-decoration: none;
        color: #f10000;
    }

    main {
        overflow: hidden;
    }

    .partners-slider .content-title.center.h2 {
        display: none;
    }

}



/* портфолио */

.form-image-1 {
    height: 231px;
    width: 305px;
    object-fit: cover;
}

.form-image-2 {
    margin-top: 3px;
    height: 231px;
    width: 305px;
    object-fit: cover;
}

.portfolio-head .col-3 {
    padding: 0px;
}

img.custom-icon {
    width: 50px;
}

img.cart-icon.custom-cart-icon {
    width: 50px;
    padding-left: 0px;
}

/* каталог */

@media (max-width: 575px) {
    .gap-grid {
        gap: 10px !important;
    }
}

/* карточка */

.product-card__discription .btn-calculate-min,
.product-card__discription .btn-get-an-account-min {
    background: #333 !important;
    color: #FFF !important;
    border-color: #333 !important;
    border-radius: 5px !important;
}

.product-card__discription .btn-calculate-min:hover,
.product-card__discription .btn-get-an-account-min:hover {
    background: #000 !important;
    color: #FFF !important;
}

.product-card__discription {
    display: none;
}


#sync2 .item img {
    border-radius: 5px;
    object-fit: cover;
}

.img-kleyko {
    width: 50%;
    margin: 40px 0px !important;
}

.product-card h3 {
    margin-top: 30px;
}

/* правки */

img {
    max-width: 100%;
}

@media (max-width: 575px) {
    .button-hit {
        margin-left: 0px;
    }

    .arrows_text p {
        margin-bottom: 0px;
        margin-left: 0;
    }

    .banner-set-1 .text {
        margin-left: 0px !important;
    }

    .banner-set-1 {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .custom-slider-section .slick-list.draggable {
        height: 410px;
    }

    .offer-block p {
        padding-bottom: 0px !important;
    }

    .offer-block .container span {
        font-size: 16px !important;
    }

    .offer-block .container p {
        margin-top: 20px !important;
    }

    .catalog-side,
    .text-best-katalog .container p {
        margin-bottom: 0px !important;
    }

    .slider-constructor:not([data-no-arrows]) {
        padding-top: 45px;
    }

    .row-gap-25 {
        row-gap: 0px !important;
    }

    .form-block .tex-bib {
        margin-top: -30px !important;
        width: 100% !important;
    }

    .form-section {
        margin-left: 20px !important;
        width: 85% !important;
    }

    .proposal {
        font-size: 32px !important;
    }

    .form-block .tex-bib p {
        margin-left: 20px !important;
    }

    .text-best-sale .zagolovok-1 {
        margin-top: 60px;
        margin-bottom: 0px;
    }

    .button-sale-1,
    .button-sale {
        margin-left: 60px;
    }

    .btn,
    .btn-download {
        margin: 0;
    }

    .zagolovok-partners-1 {
        margin-bottom: 20px !important;
    }

    .zagolovok-objects {
        margin-top: 40px !important;
    }

    .zagolovok-doverie {
        margin-bottom: 0px !important;
    }

    .uslugi {
        font-size: 22px;
        font-weight: 800;
    }

    .footer-phone a {
        font-size: 20px;
    }
}

.text-page p {
    line-height: 140%;
}

.frontpage .section-first,
.frontpage .section-first-alter {
    background-color: #eeede9;
}


@media (max-width: 510px) {

    .button-sale-1,
    .button-sale {
        margin-left: 20px;
    }

    .button-sale-2 {
        margin-left: 50%;
    }
}

@media (max-width: 374px) {

    .button-sale-1,
    .button-sale-2,
    .button-sale {
        margin-left: 0px;
    }

    .best-sale .image-zoom:nth-child(2) img {
        display: none !important;
    }

    .logo img {
        max-width: 190px;
    }

    .footer-first-column .logo img {
        width: 190px;
    }
}

section.feedback-form .form-text {
    color: #c1c1c1;
}

.modal {
    background: #eeede9;
}

.product-card__extra-text {
    background: #FFF;
    padding: 50px 80px;
    border-radius: 10px;
    margin-bottom: 50px;
}

.product-card .product-item__flag--new {
    background-color: #3c9f00;
}

.product-item__flag {
    font-size: 14px;
    height: 25px;
}

.filter-item__content {
    padding-right: 20px;
}


@media (max-width: 767px) {
    .header-search input {
        border-radius: 10px 0 0 10px;
    }

    .product-card__extra-text {
        padding: 0px;
    }

    .img-kleyko {
        width: 100%;
        margin: 30px 0px !important;
    }

    .header-search {
        border-radius: 10px;
    }

    .header-search button {
        border-radius: 0 10px 10px 0;
    }

    .header-search button:hover .icon-svg {
        color: #ffffff;
    }

    .product-card__title {
        font-size: 22px;
        line-height: 130%;
    }

    .btn-radius {
        padding: 0;
    }

    .tab_drawer_heading {
        background-color: #eeede9;
        font-family: 'Montserrat';
        font-size: 16px;
        font-style: normal;
    }

    main {
        overflow: hidden;
    }

    .page-head {
        margin: 0px -15px 0;
        padding: 10px 15px;
    }

    .pagination span.active {
        border-width: 1px;
    }

    .action-item__type {
        margin-left: 190px;
    }

    .article-inner__content h1 {
        margin-bottom: 20px;
        width: 100%;
        padding-top: 15px;
    }
}

/* РєР°СЂС‚РѕС‡РєРё С‚РѕРІР°СЂРѕРІ */

.input-number {
    margin-right: 0px;
}

.input-number--lg {
    width: 110px;
    height: 48px;
    padding: 0 7px;
    margin-bottom: 20px;
}

.st-button_primary {
    border-radius: 10px;
}

.add-to-cart img.cart-icon {
    padding-right: 10px;
    padding-left: 10px;
}

.custom-slider .slick-slide .custom-slider-item__wrapper:hover {
    cursor: pointer;
}

.input-number .order-down {
    background: #fff;
    border: 1px solid #bdbdbd;
}

.input-number .order-up {
    background: #fff;
    border: 1px solid #bdbdbd;
}

.input-number .order-down:hover {
    background: #fff;
    border: 1px solid #f10000;
}

.input-number .order-up:hover {
    background: #fff;
    border: 1px solid #f10000;
}

.shopping-cart-btn {
    width: 80px;
    height: 40px;
    border-radius: 7px;
    margin-left: 7px;
}

.product-card {
    border-radius: 10px;
    margin-bottom: 70px;
}

.product-card__navigation {
    border: none;
}

#sync2 .item {
    border-radius: 7px;
}

#sync2 .current .item {
    border-radius: 7px;
}

.tabs li {
    color: #333;
}

.product-item.product-item--banner a {
    height: 100%;
    border-radius: 10px;
}

.tab-content {
    border-radius: 0px 10px 10px 10px;
}

.tabs li.active {
    border-radius: 10px 10px 0px 0px;
}

.product-card__nav-next {
    background: none;
}

.product-card__nav-prev {
    background: none;
}

.product-card__nav-next:hover {
    background: #E8E8E8;
    border-radius: 0px 10px 0px 0px;
}

.product-card__nav-prev:hover {
    background: #E8E8E8;
    border-radius: 10px 0px 0px 0px;
}

#sync1.owl-theme .owl-prev {
    background: url(https://kreping.ru/media/uploads/catalog-arrow-circle2.svg) 50% 50% no-repeat;
    transform: none;
}

#sync1.owl-theme .owl-next {
    background: url(https://kreping.ru/media/uploads/catalog-arrow-circle2.svg) 50% 50% no-repeat;
    transform: rotate(-180deg);
}

.tabs li:hover {
    border-radius: 10px 10px 0px 0px;
}

.tabs li:hover {
    color: #000000;
}

.product-card-bottom {
    border-radius: 10px 10px 0px 0px;
}

.btn-get-an-account-min:hover {
    color: #333333;
}

.btn-get-an-account-min .icon svg:hover {
    color: #333333;
}

.product-items-header span:nth-child(1) {
    width: 100px;
    text-align: left;
}

.product-item--line .product-item__art {
    margin-right: 20px;
    width: 75px;
}




/* custom */

.best-sale .image-zoom {
    overflow: visible !important;
}

/* РѕР±СЉРµРєС‚С‹ */

.container_photo .slick-list {
    overflow: visible !important;
}

.container_photo .image-zoom {
    overflow: hidden;
    border-radius: 10px;
}

/* Р·Р°РєР°Р·Р°С‚СЊ Р·РІРѕРЅРѕРє */

.form-close {
    display: none;
}

.fancybox-slide--html .fancybox-close-small {
    color: #f10000;
}

button.btn.btn--main-min.button-theme.button-theme_primary {
    margin-bottom: 15px;
}

modal-content .content-title.center.h2 {
    display: block;
    margin-bottom: 40px;
}

.modal.fancybox-content {
    min-height: 380px;
}

/* С€СЂРёС„С‚С‹ */

@font-face {
    font-family: Montserrat;
    font-style: normal;
    src: url("https://kreping.ru/media/customization/fonts/Montserrat-Regular.ttf");
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    src: url("https://kreping.ru/media/customization/fonts/Montserrat-ExtraBold_bqf3AcT.ttf");
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    src: url("https://kreping.ru/media/customization/fonts/Montserrat-SemiBold.ttf");
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    src: url("https://kreping.ru/media/customization/fonts/Montserrat-Medium_1NbxBYD.ttf");
}


/* СЃС‚СЂ Р°РєС†РёРё*/

.action-item__image img {
    border-radius: 10px;
}

.bnr-image-for-page:hover {
    border-radius: 10px;
}

.main-action {
    width: 100%;
    border: 2px solid #ffffff;
    border-radius: 10px;
}

.main-action__text {
    background: #eeede9;
}

.action-item__content {
    border: 2px solid #ffffff;
    border-radius: 10px;
}

.action-item__content:hover {
    border-radius: 10px;
}


.action-item__image:before {
    background: #333;
    opacity: 0.4;
    border-radius: 10px;
}

item__type--action span {
    background: #f10000;
    color: #FFF;
}

.action-item__type {
    margin-bottom: 150px;
    margin-left: 240px;
}

.actions-content.item {
    border-radius: 10px;
}

.action-item__title {
    display: none;
}

.action-item__type span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    border-radius: 18px;
    font-size: 16px;
    color: #ffffff;
}

.main-action .button-theme_secondary {
    border-radius: 10px;
    color-text: #ffffff;
    color-background: #ffffff;
    color-border: #ffffff;
}

.side-menu {
    border: 1px solid #767676;
    border-radius: 10px;
}

.article-inner__content h1 {
    display: block;
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 35px;
}

/* РєРЅРѕРїРєРё */

.shopping-cart-btn {
    width: 80px;
    height: 40px;
    border-radius: 10px;
    margin-left: 7px;
}

.product-card__left .shopping-cart-btn {
    width: 100%;
}

.shopping-cart-product {
    justify-content: flex-end;
}

.add-to-cart img.cart-icon {
    padding-right: 0px;
}

.header-search input:active {
    border: 1px solid #f10000;
}

.shopping-cart-product .btn-border {
    border-radius: 10px;
}

.header-search button:hover {
    border: 1px solid #f10000;
}

.header-body__content-right .icon svg:hover {
    color: #ffffff;
}

.button-sale:hover {
    cursor: pointer;
    background: #333333;
}

.button-sale-1:hover {
    cursor: pointer;
    background: #333333;
}

.button-sale-2:hover {
    cursor: pointer;
    background: #333333;
}

.button-catalog:hover {
    cursor: pointer;
    background: #333333;
}

.button-hit:hover {
    cursor: pointer;
    background: #333333;
}


@media (min-width: 1280px) {

    .button-sale-1 {
        border-radius: 10px;
        background: #F10000;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        width: 183px;
        height: 38px;
        border: none;
        color: #ffffff;
        transition: 0.5s;
        margin-bottom: 60px;
        margin-left: 80px;
    }

    .button-sale-2 {
        border-radius: 10px;
        background: #F10000;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        width: 183px;
        height: 38px;
        border: none;
        color: #ffffff;
        transition: 0.5s;
        margin-bottom: 60px;
        margin-left: 300px;
    }

    .button-sale {
        border-radius: 10px;
        background: #F10000;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        width: 183px;
        height: 38px;
        border: none;
        color: #ffffff;
        transition: 0.5s;
        margin-bottom: -60px;
        margin-left: 0px;
        margin-top: -400px;
    }

    .button-catalog {
        border-radius: 10px;
        background: #F10000;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        margin-top: 0px;
        margin-bottom: 100px;
        width: 183px;
        height: 40px;
        border: none;
        color: #ffffff;
        transition: 0.5s;
    }

    .button-hit {
        border-radius: 10px;
        background: #F10000;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        margin-top: 35px;
        margin-left: -70px;
        width: 183px;
        height: 38px;
        border: none;
        color: #ffffff;
        transition: 0.5s;
    }

    .button-theme_callme {
        --color-text: #ffffff;
        --color-background: #353232;
        border-radius: 10px;
        --color-border: #333333;
    }

    .button-theme_primary {
        border-radius: 10px;
        width: 150px;
    }

    .btn-border.callme-button {
        cursor: pointer;
    }

}

@media (max-width: 1280px) {

    @media (min-width: 1024px) {

        .button-sale-1 {
            border-radius: 10px;
            background: #F10000;
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
            width: 140px;
            height: 38px;
            border: none;
            color: #ffffff;
            transition: 0.5s;
            margin-bottom: 60px;
            margin-left: 60px;
        }

        .button-sale-2 {
            border-radius: 10px;
            background: #F10000;
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
            width: 140px;
            height: 38px;
            border: none;
            color: #ffffff;
            transition: 0.5s;
            margin-bottom: 60px;
            margin-left: 230px;
        }

        .button-sale {
            border-radius: 10px;
            background: #F10000;
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
            width: 183px;
            height: 38px;
            border: none;
            color: #ffffff;
            transition: 0.5s;
            margin-bottom: -60px;
            margin-left: 0px;
            margin-top: -400px;
        }

        .button-catalog {
            border-radius: 10px;
            background: #F10000;
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
            margin-top: 0px;
            margin-bottom: 80px;
            width: 183px;
            height: 38px;
            border: none;
            color: #ffffff;
            transition: 0.5s;
        }

        .button-hit {
            border-radius: 10px;
            background: #F10000;
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
            margin-top: 20px;
            margin-left: -60px;
            width: 183px;
            height: 38px;
            border: none;
            color: #ffffff;
            transition: 0.5s;
        }

        .button-theme_callme {
            --color-text: #ffffff;
            --color-background: #353232;
            border-radius: 10px;
            --color-border: #333333;
        }

        .button-theme_primary {
            border-radius: 10px;
            width: 150px;
        }

        .btn-border.callme-button {
            cursor: pointer;
        }

    }

}

@media (max-width: 1024px) {

    @media (min-width: 768px) {

        .button-sale-1 {
            border-radius: 10px;
            background: #F10000;
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
            width: 140px;
            height: 38px;
            border: none;
            color: #ffffff;
            transition: 0.5s;
            margin-top: -10px;
            margin-bottom: 60px;
            margin-left: 50px;
        }

        .button-sale-2 {
            border-radius: 10px;
            background: #F10000;
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
            width: 140px;
            height: 38px;
            border: none;
            color: #ffffff;
            transition: 0.5s;
            margin-top: -10px;
            margin-bottom: 60px;
            margin-left: 220px;
        }

        .button-sale {
            border-radius: 10px;
            background: #F10000;
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
            width: 183px;
            height: 38px;
            border: none;
            color: #ffffff;
            transition: 0.5s;
            margin-bottom: -60px;
            margin-left: 0px;
            margin-top: -400px;
        }

        .button-catalog {
            border-radius: 10px;
            background: #F10000;
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
            margin-top: -20px;
            margin-bottom: 30px;
            width: 183px;
            height: 38px;
            border: none;
            color: #ffffff;
            transition: 0.5s;
        }

        .button-hit {
            border-radius: 10px;
            background: #F10000;
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
            margin-top: 20px;
            margin-left: -60px;
            width: 183px;
            height: 38px;
            border: none;
            color: #ffffff;
            transition: 0.5s;
        }

        .button-theme_callme {
            --color-text: #ffffff;
            --color-background: #353232;
            border-radius: 10px;
            --color-border: #333333;
        }

        .button-theme_primary {
            border-radius: 10px;
            width: 150px;
        }

        .btn-border.callme-button {
            cursor: pointer;
        }

    }

}


@media (max-width: 768px) {

    .button-sale-1 {
        border-radius: 10px;
        background: #F10000;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        width: 183px;
        height: 38px;
        border: none;
        color: #ffffff;
        transition: 0.5s;
        margin-bottom: 60px;
        margin-left: 60px;
    }

    .button-sale-2 {
        border-radius: 10px;
        background: #F10000;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        width: 183px;
        height: 38px;
        border: none;
        color: #ffffff;
        transition: 0.5s;
        margin-bottom: 60px;
        margin-left: 10px;
    }

    .button-sale {
        border-radius: 10px;
        background: #F10000;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        width: 183px;
        height: 38px;
        border: none;
        color: #ffffff;
        transition: 0.5s;
        margin-bottom: -60px;
        margin-left: 0px;
        margin-top: -390px;
    }

    .button-catalog {
        border-radius: 10px;
        background: #F10000;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        margin-top: 0px;
        margin-bottom: 30px;
        width: 183px;
        height: 38px;
        border: none;
        color: #ffffff;
        transition: 0.5s;
    }

    .button-hit {
        border-radius: 10px;
        background: #F10000;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        margin-top: 35px;
        width: 183px;
        height: 38px;
        border: none;
        color: #ffffff;
        transition: 0.5s;
    }

    .button-theme_callme {
        --color-text: #ffffff;
        --color-background: #353232;
        border-radius: 10px;
        --color-border: #333333;
    }

    .button-theme_primary {
        border-radius: 10px;
        width: 150px;
    }

    .btn-border.callme-button {
        cursor: pointer;
    }

}

/* Р°РґР°РїС‚РёРІ 1024 */

@media (max-width: 1279px) {

    @media (min-width: 1024px) {

        a.catalog-inner-btn {
            border: 1px solid #AEAEAE;
            border-radius: 10px;
            margin-left: 0px;
            height: 45px;
        }

        .banner-one {
            width: 218px;
            height: 218px;
        }

        .banner-four {
            width: 218px;
            height: 218px;
        }

        .banner-five {
            width: 218px;
            height: 218px;
        }

        .banner-three {
            width: 218px;
            height: 218px;
        }

        .best-sale .content-background-box__text-content {
            position: relative;
            z-index: 3;
            padding: 0px 0px;
        }

        .header-user {
            display: none;
        }

        burger {
            background: #AEAEAE;
        }

        .header-search input {
            width: 368px;
            height: 45px;
            background-color: var(--search-field-bg-color, #222);
            border: 1px solid var(--search-field-border-color, #333);
            font-size: 14px;
            border-radius: 10px;
            line-height: 40px;
            color: var(--search-field-font-color, #fff);
            padding: 0 20px;
            margin-right: 10px;
        }

        .header-search {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            height: 45px;
            width: 432px;
            background: rgb(255 255 255 / 0%);
            z-index: 10;
        }

        .header-search button {
            width: 55px;
            height: 45px;
            border-radius: 10px;
            border: 1px solid #AEAEAE;
            background-size: 12px 12px;
            cursor: pointer;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .slick-track {
            position: relative;
            left: 0;
            top: 0;
            display: block;
            display: flex;
            flex-wrap: nowrap;
            align-content: stretch;
            justify-content: space-between;
            flex-direction: row;
            align-items: center;
            margin-top: 20px;
        }

        .text-hit {
            margin-top: 110px;
            margin-left: -60px;
            font-weight: normal;
            width: 230px;
            font-style: normal;
            line-height: 19px;
        }

        .text-hit p {
            font-size: 13px;
        }

        .conditional-section_bg {
            padding: 10px 0;
            background-size: cover;
            background-position: center;
        }

        .conditional-section_bg {
            padding: 0px;
            background-size: cover;
            background-position: center;
        }

        .slider-block-1 {
            border: 1px solid #AAAAAA;
            border-radius: 8px;
            padding-bottom: 70px;
            vertical-align: middle;
            width: 220px;
            height: 351px;
        }

        .slider-block-active {
            width: 220px;
            height: 429px;
            border: 1px solid #ffffff;
            border-radius: 10px;
            padding-bottom: 10px;
        }

        .banner-two {
            width: 456px;
            height: 456px;
            object-fit: cover;
            object-position: left;
        }

        .otstup-banner-three {
            margin-top: -292px;
        }

        .otstup-text {
            margin-top: -320px;
        }

        .otstup-text p {
            margin-top: 50px;
            margin-left: 15px;
            margin-bottom: 12px;
            line-height: 22px;
        }

        .otstup-text span {
            font-size: 20px;
            font-weight: 900;
            margin-top: 20px;
        }

        .otstup-text .text {
            font-size: 13px;
            margin-top: 10px;
            width: 180px;
            line-height: 20px;
        }


        .otstup-banner-five {
            margin-top: -130px;
        }


        .text-block {
            width: 400px;
            height: 200px;
            margin-top: -150px;
        }

        .text-block text span {
            font-size: 20px;
            font-weight: 900;
            margin-top: 20px;
        }

        .text-block p {
            margin-top: 50px;
            margin-left: 15px;
            margin-bottom: 12px;
            line-height: 22px;
        }

        .text-block .text {
            font-size: 13px;
            margin-top: 10px;
            line-height: 20px;
        }


        .slick-list.draggable {
            margin-top: -20px;
        }

        .cart-sale {
            border-radius: 10px;
        }

        .partners-slider .owl-nav [class*=owl-] {
            border-radius: 50px;
            border: 1px solid #d7d7d7;
            background-color: transparent;
            background: #fff url(https://kreping.ru/media/uploads/catalog-arrow-circle2.svg) 35% 50% no-repeat;
            opacity: 1;
            transition: 0.5s;
        }

        .partners-slider .owl-nav [class*=owl-]:hover {
            border-radius: 10px;
            background-color: #ffffff;
            border: 1px solid #ff0000;
            transition: 0.5s;
        }

        element.style {
            margin-bottom: 60px;
            margin-left: 80px;
        }

        .button_style-1 {
            border: 1px solid #d9d9de;
            background-color: #ffffff00;
            color: #f10000;
            transition: 0.5s;
        }

        .button_style-1:hover {
            border: 1px solid #F10000;
            transition: 0.5s;
            background-color: var(--color-button1-bg, transparent);
            color: #F10000;
            border-radius: 10px;
        }

        .container_photo .slider-constructor.slick-initialized.slick-slider.slick-dotted {
            width: 110%;
            transform: translate3d(-5%, 0, 0);
        }

        p {
            cursor: default;
        }

        .main-menu a:hover {
            font-width: 400;
            text-decoration: none;
            color: #f10000;
        }

        main {
            overflow: hidden;
        }

        .partners-slider .content-title.center.h2 {
            display: none;
        }

        .question-form .content-title.center.h2 {
            display: block;
        }

    }

}

/* Р°РєС†РёРё */

@media (min-width: 1280px) {

    .sale-1 {
        color: #333333;
        padding-top: 46px;
        margin-left: 80px;
        margin-bottom: 10px;
        line-height: 22px;
    }

    .sale-1-text {
        color: #333333;
        margin-left: 80px;
    }

    .sale-2 {
        color: #333333;
        padding-top: 46px;
        margin-left: 300px;
        margin-bottom: 10px;
        line-height: 22px;
    }


    .sale-2-text {
        color: #333333;
        margin-left: 300px;
    }

    .more-sale {
        color: #333333;
        padding-top: 72px;
        margin-left: 80px;
    }

}

@media (max-width: 1280px) {

    @media (min-width: 1024px) {

        .sale-1 {
            color: #333333;
            padding-top: 65px;
            margin-left: 60px;
            margin-bottom: 10px;
            line-height: 22px;
        }

        .sale-1-text {
            color: #333333;
            margin-left: 60px;
            font-size: 13px;
        }

        .sale-2 {
            color: #333333;
            padding-top: 65px;
            margin-left: 230px;
            margin-bottom: 10px;
            line-height: 22px;
        }


        .sale-2-text {
            color: #333333;
            margin-left: 230px;
            font-size: 13px;
        }

        .image_cover img {
            object-fit: contain;
        }

        .more-sale {
            color: #333333;
            padding-top: 90px;
            margin-left: 80px;
        }


    }

}


@media (max-width: 1024px) {

    @media (min-width: 768px) {

        .sale-1 {
            color: #333333;
            padding-top: 70px;
            margin-left: 50px;
            margin-bottom: 10px;
            line-height: 22px;
        }

        .sale-1-text {
            color: #333333;
            margin-left: 50px;
            font-size: 12px;
        }

        .sale-2 {
            color: #333333;
            padding-top: 70px;
            margin-left: 220px;
            margin-bottom: 10px;
            line-height: 22px;
        }


        .sale-2-text {
            color: #333333;
            margin-left: 220px;
            font-size: 12px;
        }

        .image_cover img {
            object-fit: contain;
        }

        .more-sale {
            color: #333333;
            padding-top: 90px;
            margin-left: 60px;
        }

        .best-sale .image-zoom {
            overflow: unset;
            margin-top: -40px;
        }

    }

}


@media (max-width: 768px) {

    @media (min-width: 510px) {

        .sale-1 {
            color: #333333;
            padding-top: 46px;
            margin-left: 60px;
            margin-bottom: 10px;
            line-height: 22px;
        }

        .sale-1-text {
            color: #333333;
            margin-left: 60px;
        }

        .sale-2 {
            color: #333333;
            padding-top: 46px;
            margin-left: 260px;
            margin-bottom: 10px;
            line-height: 22px;
        }


        .sale-2-text {
            color: #333333;
            margin-left: 260px;
        }

        .more-sale {
            color: #333333;
            padding: 50px 0;
            margin-left: 10px;
        }

    }

}



@media (max-width: 510px) {

    @media (min-width: 375px) {

        .sale-1 {
            color: #333333;
            padding-top: 46px;
            margin-left: 25px;
            margin-bottom: 10px;
            line-height: 22px;
        }

        .button-sale-1 {
            width: 150px;
            margin-left: 25px;
        }

        .sale-1-text {
            color: #333333;
            margin-left: 25px;
            font-size: 12px;
        }

        .sale-2 {
            color: #333333;
            padding-top: 46px;
            margin-left: 50%;
            margin-bottom: 10px;
            line-height: 22px;
        }

        .sale-2-text {
            color: #333333;
            margin-left: 50%;
            font-size: 12px;
        }

        .button-sale-2 {
            width: 150px;
            margin-left: 50%;
        }

        .more-sale {
            color: #333333;
            padding: 50px 0;
            margin-left: 10px;
        }

        .button-sale {
            width: 150px;
            margin-left: 0;
            margin-top: 0px;
        }

    }

}


/* РїРѕРґРІР°Р» */

.footer-phone a {
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

footer {
    background: #eeede9;
}

footer>img {
    width: 100%;
    height: 700px;
    overflow: unset;
}

.section-dark {
    padding: 0px;
}

.footer-content__ul-content a:hover {
    color: #f10000;
}

.form-control {
    border: 1px solid #BABABA;
    border-radius: 5px;
}


.footer-content__column {
    padding-left: 20px;
    padding-right: 10px;
}

.footer-contact {
    display: none;
}

.btn {
    border-radius: 5px;
    transition: 0.2s;
}

.footer-content {
    padding-bottom: 40px;
    padding-top: 70px;
}

.footer-first-column .logo img {
    width: 190px;
}


.footer-subscribe input {
    border-radius: 5px 0 0 5px;
    margin-top: 5px;
}

.footer-subscribe button {
    width: 120px;
    margin-top: 5px;
    height: 34px;
    border-radius: 0 5px 5px 0px;
    transition: 0.2s;
}


element.style {}

.js-up.visible {
    opacity: 1;
    visibility: visible;
}

.js-up {
    opacity: 0;
    visibility: hidden;
    bottom: 65px;
    right: 20px;
}

.fixed-btn {
    background-color: #333333;
}

.developer-link a {
    transition: 0.2s;
    color: #9C9C9C;
    margin-top: -10px;
}

.btn-border.callme-button {
    cursor: pointer;
}

@media (max-width: 768px) {

    .developer-link a {
        transition: 0.2s;
        margin-left: 0px;
        color: #9C9C9C;
        margin-top: -10px;
    }

    .footer-content__title {
        margin-left: 0px;
    }

    .footer-subscribe input {
        margin-left: 0px;
    }

    .footer-content__column {
        padding-left: 0px;
    }

}

/* РѕРїР»Р°С‚Р° */

.delivery-choice__container .radio [type="radio"]:not(:checked)+label {
    width: 400px;
}

.radio [type="radio"]:checked+label {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #f10000;
    height: 55px;
}

.radio [type="radio"]:checked+label:before {
    background: url(/media/uploads/radio-active.svg);
    margin-top: 2px;
}

.radio [type="radio"]:not(:checked)+label,
.radio [type="radio"]:checked+label {
    height: 55px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #f10000;
    height: 55px;
}

.radio [type="radio"]:not(:checked)+label:before {
    background: url(/media/uploads/radio.svg);
    margin-top: 2px;
}

.delivery-content {
    border: 1px solid #767676;
    border-radius: 10px;
}

.delivery-block {
    margin-bottom: 0px;
    border-radius: 10px;
    padding: 50px 80px;
}

.delivery-choice {
    margin: 0px;
}

.shopping-cart {
    margin-bottom: 0px;
    background: #fff;
}

.shopping-cart {
    margin-bottom: 0px;
    background: #fff;
    border-radius: 10px;
    padding: 20px 0 40px !important;
}

.simple-cart__form .simple-order-form__group {
    margin: 0 20px 20px 0;
}

.simple-cart__form .simple-order-form__submit {
    margin: 0 20px 60px 0;
}

.simple-order-form .form-group.comment {
    margin-top: 20px;
}

.shopping-cart-item__numbers .input-number {
    padding: 0 20px;
}

.delivery-container {
    margin-bottom: 60px;
}

.shopping-cart .delivery-choice {
    margin: 0px;
    margin-left: 70px;
}

.delivery-cart {
    margin-left: 70px;
    justify-content: flex-start;
}

.form-delivery .delivery-choice {
    margin-left: 0px;
}

.delivery-block .common-data {
    margin-top: 20px;
}

.delivery-choice__content {
    padding: 0px;
    margin-top: 20px;
}

.form-delivery .delivery-choice .delivery-total {
    margin: 20px 0px;
    border-top: 1px solid #F6F6F6;
    padding-top: 30px;
}

.delivery-choice__content.calculate-delivery__form-delivery {
    margin-left: 60px;
    margin-bottom: 40px;
}

.delivery-choice__content .content-title {
    display: block;
    font-size: 20px;
    line-height: 22px;
    color: #333333;
    margin: 0px;
    font-weight: 700;
    margin-bottom: 30px;
}

.dropdown-select {
    border: 1px solid #aeaeae;
    border-radius: 5px;
}

.delivery-container .delivery-comment {
    margin: 20px 0;
    margin-top: 140px;
}

.pickup-point-selection {
    height: 15px;
}

/* РЅР°С€Рё РєР»РёРµРЅС‚С‹ */

.our-clients {
    margin-top: -40px;
}

/* Р°РґР°РїС‚РёРІ 510 */

@media (max-width: 768px) {

    @media (min-width: 510px) {

        .question-form {
            padding: 24px 40px;
            width: 470px;
        }

        .catalog-side__content ul li a:before {
            background-image: url(/media/uploads/arrow-red.svg);
        }

        .section.section-first.mobile-show {
            background-color: #EEEDE9
        }

        .catalog-side__content {
            padding-top: 30px;
            padding-bottom: 30px;
            border-top: 3px solid #F10000;
        }

        .catalog-side {
            margin-left: auto;
            width: 340px;
            margin-top: 20px;
            border-radius: 10px;
            border: none;
            text-align: center;
            margin-right: auto;
        }

        .catalog-side__title {
            font-size: 18px;
            height: 48px;
        }

        .conditional-section.statictext.text-best-katalog.text-page {
            margin-bottom: 120px;
        }

        .text-questions {
            margin-top: -60px;
            margin-bottom: -5px;
        }

        .text-company {
            margin-top: -60px;
            margin-bottom: -5px;
        }

        .text-trust {
            margin-top: -20px;
            margin-bottom: 100px;
        }

        .text-partners {
            margin-top: -40px;
        }


        .text-objects {
            margin-top: -50px;
        }

        .text-page img {
            max-width: 100%;
            margin-bottom: 80px;
        }

        .pochemu_vibirayut {
            display: none;
        }

        .tex-bib {
            display: none;
        }

        .product_set_slider .image-zoom .image {
            transition: transform 0.15s ease-out;
            will-change: transform;
            height: 380px;
        }

        .conditional-section.multirow_banner_set.conditional-section_bg {
            display: none;
        }

        a.catalog-inner-btn {
            border: 1px solid #AEAEAE;
            border-radius: 10px;
            margin-left: 0px;
            height: 45px;
        }

        .main-menu {
            transform: translate3d(100%, 0, 0);
            margin-left: -70px;
        }

        .best-sale .content-background-box__text-content {
            position: relative;
            z-index: 3;
            padding: 0px 0px;
        }

        .header-user {
            display: none;
        }

        burger {
            background: #AEAEAE;
        }

        .header-search input {
            width: 368px;
            height: 45px;
            background-color: var(--search-field-bg-color, #222);
            border: 1px solid var(--search-field-border-color, #333);
            font-size: 14px;
            border-radius: 10px;
            line-height: 40px;
            color: var(--search-field-font-color, #fff);
            padding: 0 20px;
            margin-right: 10px;
        }

        .header-search {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            height: 45px;
            width: 432px;
            background: rgb(255 255 255 / 0%);
            z-index: 10;
        }

        .header-search button {
            width: 55px;
            height: 45px;
            border-radius: 10px;
            border: 1px solid #AEAEAE;
            background-size: 12px 12px;
            cursor: pointer;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .slick-track {
            position: relative;
            left: 0;
            top: 0;
            display: block;
            display: flex;
            flex-wrap: nowrap;
            align-content: stretch;
            justify-content: space-between;
            flex-direction: row;
            align-items: center;
            margin-top: 20px;
        }

        .text-hit {
            margin-top: 110px;
            margin-left: -60px;
            font-weight: normal;
            width: 230px;
            font-style: normal;
            line-height: 19px;
        }

        .text-hit p {
            font-size: 13px;
        }


        .slider-block-1 {
            border: 1px solid #AAAAAA;
            border-radius: 8px;
            padding-bottom: 70px;
            vertical-align: middle;
            width: 220px;
            height: 351px;
        }

        .slider-block-active {
            width: 220px;
            height: 429px;
            border: 1px solid #ffffff;
            border-radius: 10px;
            padding-bottom: 10px;
        }

        .slick-list.draggable {
            margin-top: -20px;
        }

        .cart-sale {
            border-radius: 10px;
        }

        .partners-slider .owl-nav [class*=owl-] {
            border-radius: 50px;
            border: 1px solid #d7d7d7;
            background-color: transparent;
            background: #fff url(../media/uploads/catalog-arrow-circle2.svg) 35% 50% no-repeat;
            opacity: 1;
            transition: 0.5s;
        }

        .partners-slider .owl-nav [class*=owl-]:hover {
            border-radius: 10px;
            background-color: #ffffff;
            border: 1px solid #ff0000;
            transition: 0.5s;
        }

        element.style {
            margin-bottom: 60px;
            margin-left: 80px;
        }

        .button_style-1 {
            border: 1px solid #d9d9de;
            background-color: #ffffff00;
            color: #f10000;
            transition: 0.5s;
        }

        .button_style-1:hover {
            border: 1px solid #F10000;
            transition: 0.5s;
            background-color: var(--color-button1-bg, transparent);
            color: #F10000;
            border-radius: 10px;
        }


        p {
            cursor: default;
        }

        .main-menu a:hover {
            font-width: 400;
            text-decoration: none;
            color: #f10000;
        }

        main {
            overflow: hidden;
        }

        .partners-slider .content-title.center.h2 {
            display: none;
        }

        .question-form .content-title.center.h2 {
            display: block;
        }

    }

}

/* РєСЂРµРїРёРЅРі - СЌС‚Рѕ */


#id_vashe-imya {
    border-radius: 10px;
    font-size: 18px;
}

#id_vash-e-mail {
    border-radius: 10px;
    font-size: 18px;
}

.button-theme_primary {
    border-radius: 10px;
}


@media (min-width: 1280px) {

    .head-kreping {
        padding-top: 80px;
        padding-bottom: 10px;
        margin-bottom: 30px;
        letter-spacing: 2px;
    }

    .text-kreping-this {
        width: 468px;
        margin-left: 3px;
        padding-bottom: 40px;
    }

    .img-kreping-this {
        width: 587px;
        height: 764px;
        margin-bottom: 80px;
    }

    .frontpage-heading-text-form.text-page img {
        max-width: 100%;
        margin-bottom: 80px;
    }

    .kreping-description {
        padding-left: 130px;
        width: 812px;
    }

}


@media (max-width: 1280px) {

    @media (min-width: 1024px) {

        .head-kreping {
            padding-top: 80px;
            padding-bottom: 10px;
            margin-left: 2px;
            margin-bottom: 30px;
            letter-spacing: 2px;
        }

        .text-kreping-this {
            width: 420px;
        }

        .img-kreping-this {
            width: 510px;
            height: 664px;
        }

        .frontpage-heading-text-form.text-page img {
            max-width: 100%;
            margin-bottom: 80px;
        }

        .kreping-description {
            padding-left: 130px;
            width: 812px;
        }

    }

}



@media (max-width: 1024px) {

    @media (min-width: 768px) {

        .head-kreping {
            padding-top: 10px;
            padding-bottom: 10px;
            margin-left: 60px;
            margin-bottom: 40px;
            letter-spacing: 2px;
        }

        .text-kreping-this {
            width: 420px;
            margin-left: 60px;
            margin-bottom: 40px;
        }

        .img-kreping-this {
            width: 473px;
            height: 617px;
            margin-left: 30px;
        }

        .kreping-description {
            padding-left: 90px;
            padding-right: 90px;
        }

        .frontpage-heading-text-form.text-page img {
            max-width: 100%;
            margin-bottom: 80px;
        }

    }

}


@media (max-width: 768px) {

    @media (min-width: 510px) {

        .head-kreping {
            padding-top: 10px;
            padding-bottom: 10px;
            margin-left: 20px;
            margin-bottom: 30px;
            letter-spacing: 2px;
        }

        .text-kreping-this {
            width: 420px;
            margin-left: 20px;
            padding-bottom: 40px;
        }

        .img-kreping-this {
            width: 473px;
            height: 617px;
            margin-left: 10px;
        }

        .kreping-description {
            padding-left: 40px;
            padding-right: 40px;
        }

    }

}



@media (max-width: 510px) {

    @media (min-width: 375px) {

        .head-kreping {
            padding-top: 10px;
            padding-bottom: 20px;
            margin-bottom: 30px;
            letter-spacing: 2px;
        }

        .text-kreping-this {
            width: 100%;
            padding-bottom: 30px;
        }

        .img-kreping-this {
            width: 473px;
        }

        .kreping-description {
            padding-left: 20px;
            padding-right: 20px;
        }

    }

}

/* Р°РґР°РїС‚РёРІ 768 */

@media (max-width: 1024px) {

    @media (min-width: 768px) {

        .text-page img {
            max-width: 100%;
            margin-bottom: 80px;
        }

        .pochemu_vibirayut {
            display: none;
        }

        .tex-bib {
            display: none;
        }

        .product_set_slider .image-zoom .image {
            transition: transform 0.15s ease-out;
            will-change: transform;
            height: 380px;
        }

        .conditional-section.multirow_banner_set.conditional-section_bg {
            display: none;
        }

        a.catalog-inner-btn {
            border: 1px solid #AEAEAE;
            border-radius: 10px;
            margin-left: 0px;
            height: 45px;
        }
        
        .best-sale .content-background-box__text-content {
            position: relative;
            z-index: 3;
            padding: 0px 0px;
        }

        .header-user {
            display: none;
        }

        burger {
            background: #AEAEAE;
        }

        .header-search input {
            width: 368px;
            height: 45px;
            background-color: var(--search-field-bg-color, #222);
            border: 1px solid var(--search-field-border-color, #333);
            font-size: 14px;
            border-radius: 10px;
            line-height: 40px;
            color: var(--search-field-font-color, #fff);
            padding: 0 20px;
            margin-right: 10px;
        }

        .header-search {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            height: 45px;
            width: 432px;
            background: rgb(255 255 255 / 0%);
            z-index: 10;
        }

        .header-search button {
            width: 55px;
            height: 45px;
            border-radius: 10px;
            border: 1px solid #AEAEAE;
            background-size: 12px 12px;
            cursor: pointer;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .slick-track {
            position: relative;
            left: 0;
            top: 0;
            display: block;
            display: flex;
            flex-wrap: nowrap;
            align-content: stretch;
            justify-content: space-between;
            flex-direction: row;
            align-items: center;
            margin-top: 20px;
        }

        .text-hit {
            margin-top: 110px;
            margin-left: -60px;
            font-weight: normal;
            width: 230px;
            font-style: normal;
            line-height: 19px;
        }

        .text-hit p {
            font-size: 13px;
        }


        .slider-block-1 {
            border: 1px solid #AAAAAA;
            border-radius: 8px;
            padding-bottom: 70px;
            vertical-align: middle;
            width: 220px;
            height: 351px;
        }

        .slider-block-active {
            width: 220px;
            height: 429px;
            border: 1px solid #ffffff;
            border-radius: 10px;
            padding-bottom: 10px;
        }

        .slick-list.draggable {
            margin-top: -20px;
        }

        .cart-sale {
            border-radius: 10px;
        }

        .partners-slider .owl-nav [class*=owl-] {
            border-radius: 50px;
            border: 1px solid #d7d7d7;
            background-color: transparent;
            background: #fff url(../media/uploads/catalog-arrow-circle2.svg) 35% 50% no-repeat;
            opacity: 1;
            transition: 0.5s;
        }

        .partners-slider .owl-nav [class*=owl-]:hover {
            border-radius: 10px;
            background-color: #ffffff;
            border: 1px solid #ff0000;
            transition: 0.5s;
        }

        element.style {
            margin-bottom: 60px;
            margin-left: 80px;
        }

        .button_style-1 {
            border: 1px solid #d9d9de;
            background-color: #ffffff00;
            color: #f10000;
            transition: 0.5s;
        }

        .button_style-1:hover {
            border: 1px solid #F10000;
            transition: 0.5s;
            background-color: var(--color-button1-bg, transparent);
            color: #F10000;
            border-radius: 10px;
        }

        .container_photo .slider-constructor.slick-initialized.slick-slider.slick-dotted {
            width: 110%;
            transform: translate3d(-5%, 0, 0);
        }

        p {
            cursor: default;
        }

        .main-menu a:hover {
            font-width: 400;
            text-decoration: none;
            color: #f10000;
        }

        main {
            overflow: hidden;
        }

        .partners-slider .content-title.center.h2 {
            display: none;
        }

        .question-form .content-title.center.h2 {
            display: block;
        }

        .question-form {
            padding: 45px 45px;
        }

        @media (max-width: 870px) {

            .best-sale {
                display: none;
            }

            .text-best-sale {
                display: none;
            }

        }

    }

}

/* Р°РґР°РїС‚РёРІ 375 */

@media (max-width: 510px) {

    @media (min-width: 375px) {

        .kreping-description p {
            font-size: 14px;
            line-height: 18px;
        }

        .question-form {
            padding: 24px 40px;
        }

        .catalog-side__content ul li a:before {
            background-image: url(/media/uploads/arrow-red.svg);
        }

        .section.section-first.mobile-show {
            background-color: #EEEDE9;
            margin-bottom: -80px;
        }

        .catalog-side__content {
            padding-top: 30px;
            padding-bottom: 30px;
            border-top: 3px solid #F10000;
        }

        .catalog-side {
            margin-left: auto;
            width: 340px;
            margin-top: 20px;
            border-radius: 10px;
            border: none;
            text-align: center;
            margin-right: auto;
        }

        .catalog-side__title {
            font-size: 18px;
            height: 48px;
        }

        .conditional-section.statictext.text-best-katalog.text-page {
            margin-bottom: 120px;
        }

        .text-questions {
            margin-top: -60px;
            margin-bottom: -5px;
        }

        .text-company {
            margin-top: -60px;
            margin-bottom: -5px;
        }

        .text-trust {
            margin-top: -20px;
            margin-bottom: 100px;
        }

        .text-partners {
            margin-top: -40px;
        }


        .text-objects {
            margin-top: 0px;
        }

        .text-page img {
            max-width: 100%;
            margin-bottom: 80px;
        }

        .pochemu_vibirayut {
            display: none;
        }

        .tex-bib {
            display: none;
        }

        .product_set_slider {
            margin-top: -100px;
        }

        .product_set_slider .image-zoom .image {
            transition: transform 0.15s ease-out;
            will-change: transform;
            height: 380px;
        }

        .conditional-section.multirow_banner_set.conditional-section_bg {
            display: none;
        }

        a.catalog-inner-btn {
            border: 1px solid #AEAEAE;
            border-radius: 10px;
            margin-left: 0px;
            height: 45px;
        }

        .main-menu {
            transform: translate3d(100%, 0, 0);
            margin-left: -70px;
        }

        .best-sale .content-background-box__text-content {
            position: relative;
            z-index: 3;
            padding: 0px 0px;
        }

        .header-user {
            display: none;
        }

        burger {
            background: #AEAEAE;
        }

        .header-search input {
            width: 100%;
            height: 45px;
            background-color: var(--search-field-bg-color, #222);
            border: 1px solid var(--search-field-border-color, #333);
            font-size: 14px;
            border-radius: 10px;
            line-height: 40px;
            color: var(--search-field-font-color, #fff);
            padding: 0 20px;
            margin-right: 10px;
        }

        .header-search {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            height: 45px;
            width: 100%;
            background: rgb(255 255 255 / 0%);
            z-index: 10;
        }

        .header-search button {
            width: 55px;
            height: 45px;
            border-radius: 10px;
            border: 1px solid #AEAEAE;
            background-size: 12px 12px;
            cursor: pointer;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .slick-track {
            position: relative;
            left: 0;
            top: 0;
            display: block;
            display: flex;
            flex-wrap: nowrap;
            align-content: stretch;
            justify-content: space-between;
            flex-direction: row;
            align-items: center;
            margin-top: 20px;
        }

        .text-hit {
            margin-top: 110px;
            margin-left: -60px;
            font-weight: normal;
            width: 230px;
            font-style: normal;
            line-height: 19px;
        }

        .text-hit p {
            font-size: 13px;
        }


        .slider-block-1 {
            border: 1px solid #AAAAAA;
            border-radius: 8px;
            padding-bottom: 70px;
            vertical-align: middle;
            width: 220px;
            height: 351px;
        }

        .slider-block-active {
            width: 220px;
            height: 429px;
            border: 1px solid #ffffff;
            border-radius: 10px;
            padding-bottom: 10px;
        }

        .slick-list.draggable {
            margin-top: -20px;
        }

        .cart-sale {
            border-radius: 10px;
        }

        .partners-slider .owl-nav [class*=owl-] {
            border-radius: 50px;
            border: 1px solid #d7d7d7;
            background-color: transparent;
            background: #fff url(../media/uploads/catalog-arrow-circle2.svg) 35% 50% no-repeat;
            opacity: 1;
            transition: 0.5s;
        }

        .partners-slider .owl-nav [class*=owl-]:hover {
            border-radius: 10px;
            background-color: #ffffff;
            border: 1px solid #ff0000;
            transition: 0.5s;
        }

        element.style {
            margin-bottom: 60px;
            margin-left: 80px;
        }

        .button_style-1 {
            border: 1px solid #d9d9de;
            background-color: #ffffff00;
            color: #f10000;
            transition: 0.5s;
        }

        .button_style-1:hover {
            border: 1px solid #F10000;
            transition: 0.5s;
            background-color: var(--color-button1-bg, transparent);
            color: #F10000;
            border-radius: 10px;
        }

        p {
            cursor: default;
        }

        .main-menu a:hover {
            font-width: 400;
            text-decoration: none;
            color: #f10000;
        }

        main {
            overflow: hidden;
        }

        .partners-slider .content-title.center.h2 {
            display: none;
        }

        .question-form .content-title.center.h2 {
            display: block;
        }

    }

}

/* РєР°С‚Р°Р»РѕРі */

.catalog-box li {
    min-width: 310px;
}

.catalog-side__content .submenu {
    border: 1px solid #bdbdbd;
    border-radius: 10px;
}

.aside-banners-grid .image-zoom {
    overflow: hidden;
    border-radius: 10px;
}

.advertising_horizontal .advertising__block {
    margin: 0 15px 15px 0;
    width: calc(25% - 15px);
    border-radius: 10px;
}

.product-item__content-bottom {
    margin-top: -10px;
    margin-right: 10px;
}

.input-cont .input-placeholder {
    border-radius: 5px;
}

.checkbox [type="checkbox"]:not(:checked)+label:before,
.checkbox [type="checkbox"]:checked+label:before {
    border-radius: 4px;
}

.checkbox [type="checkbox"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    border-radius: 4px;
}

.pic-about-us {
    width: 95%;
}

.article-inner__content {
    margin-bottom: 100px;
}

.pagination .next:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: -4px;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border: solid 1px #f10000;
    transform: rotate(45deg);
    border-left: none;
    border-bottom: none;
}

.pagination .next {
    background-color: #eeede9;
    border: 1px solid #f10000;
}

.pagination .next:hover {
    background-color: #eeede9;
    border-radius: 10px;
}

.catalog-filter .catalog-filter-body {
    padding: 32px 0px 32px;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .catalog-filter .catalog-filter-body {
        padding: 0px 0px 32px;
    }
}

.mobile-menu-head {
    background: #f5f5f5;
}

.view-sort-item {
    border-radius: 5px;
    border: 1px solid #aeaeae;
}

.main-menu a {
    color: #333333;
    opacity: 1;
}

catalog-inner-btn {
    color: #767676;
}

.catalog-box li {
    position: relative;
    max-width: 268px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    min-height: 33px;
}

.question-form .content-title.center.h2 {
    color: #333333;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 45px;
    margin-top: 25px;
}

.catalog-menu-item__name {
    font-size: 15px;
    line-height: 20px;
    color: #003366;
    min-width: 70%;
    min-height: 78px;
    padding: 10% 0;
    text-align: center;
    font-weight: 500;
    left: 15%;
    right: 15%;
    bottom: 20px;
}



.catalog-menu-item:before {
    display: none;
}

.catalog-menu-item {
    width: 220px;
    height: 350px;
    border: 3px solid #ffffff;
    border-radius: 10px;
}

.catalog-side__content ul li a:before {
    background-image: url(/media/uploads/arrow-red.svg);
}

.catalog-side__title {
    background-color: #eeede9;
    border-radius: 10px;
}

.catalog-side {
    position: relative;
    z-index: 10;
    width: 100%;
    border: 1px solid #bdbdbd;
    -webkit-box-shadow: 0px 2px 25px rgba(118, 118, 118, 0.15);
    box-shadow: 0px 2px 25px rgba(118, 118, 118, 0.15);
    border-radius: 10px;
    margin-bottom: 20px;
}

.product-item__art {
    font-size: 13px;
    color: #f10000;
}

.pagination span a:hover {
    border-radius: 10px;
}

a.catalog-inner-btn:hover {
    border: 1px solid #f10000;
}

a.catalog-inner-btn {
    border: 1px solid #767676;
    transition: transform 0.15s ease-out;
}

.product-item {
    background-color: #ffffff;
    position: relative;
    border: 1px solid #AEAEAE;
    border-radius: 10px;
}

.product-item:hover {
    border: 1px solid #F10000
}

.catalog-box {
    background: #EEEDE9;
    border-bottom: 3px solid #F10000
}

.catalog-box ul a {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 15px;
    line-height: 16px;
    color: #333333;
}

.catalog-header-content a:before {
    background: url(/media/uploads/arrow-red.svg);
}

@media (max-width: 768px) {

    .product-item {
        background-color: #ffffff;
        position: relative;
        border: 1px solid #AEAEAE;
        border-radius: 10px;
    }

    .product_set_slider .image-zoom .image {
        transition: transform 0.15s ease-out;
        will-change: transform;
        height: 100%;
    }

}




@media (max-width: 510px) {

    @media (min-width: 375px) {

        .catalog-menu-item__name {
            font-size: 12px;
            line-height: 18px;
            min-width: 80%;
            min-height: 78px;
            padding: 10% 0;
            text-align: center;
            font-weight: 500;
            left: 10%;
            right: 10%;
            bottom: 25px;
        }

    }

}


@media (max-width: 1024px) {

    @media (min-width: 510px) {
        .catalog-menu-item__name {
            font-size: 16px;
            line-height: 20px;
            color: #003366;
            min-width: 70%;
            min-height: 78px;
            padding: 10% 0;
            text-align: center;
            font-weight: 500;
            left: 15%;
            right: 15%;
            bottom: 20px;
        }
    }

}



.safety-message-fixed__popup.active {
    border-radius: 10px;
}

.footer-social {
    display: none;
}

.mobile-phone {
    margin-bottom: 10px;
    padding-left: 0px;
    align-items: flex-start;
}

.mobile-phone img {
    display: none;
}

.page-head {
    background: #eeede9;
}

.js-up {
    right: 20px;
}

.safety-message-fixed {
    right: 20px;
}

.fixed .top-header__phones {
    display: none;
}

.ymaps-2-1-79-map ymaps {
    box-sizing: content-box;
    border-radius: 0px 10px 10px 0px;
}

.contacts-block__map {
    border-radius: 0px 10px 10px 0px;
}

.contacts-block__info {
    border-radius: 10px 0px 0px 10px;
}

.contacts-block {
    border: 1px solid #767676;
    border-radius: 10px;
}

.slider-trusts .image-zoom {
    overflow: hidden;
    border-radius: 10px;
}

.banners-slider .content-image {
    border-radius: 10px;
}

.article-inner__side {
    margin-bottom: 70px;
}

.article-inner__content {
    margin-bottom: 100px;
    border: 1px solid #767676;
    border-radius: 10px;
}

.breadcrumbs a:hover {
    text-decoration: none;
}

.mobile-menu {
    background: #eeede9;
}

.mobile-ul li .submenu {
    background: #eeede9;
}

.mobile-ul li .submenu li a:hover {
    background: #ffffff;
}

@media (min-width: 1280px) {
    .content-background-box__text-content {
        position: relative;
        z-index: 3;
        padding: 25px 0px;
        margin-right: -306px;
    }

    @media (max-width: 1279px) {
        .main-menu {
            margin-left: 162px;
        }
    }

    .header-user {
        display: none;
    }

    a.catalog-inner-btn {
        border-radius: 10px;
        margin-left: 196px;
        height: 45px;
    }

    burger {
        background: #AEAEAE;
    }

    .header-search input {
        width: 390px;
        height: 45px;
        background-color: var(--search-field-bg-color, #222);
        border: 1px solid var(--search-field-border-color, #333);
        font-size: 14px;
        border-radius: 10px;
        line-height: 40px;
        color: var(--search-field-font-color, #fff);
        padding: 0 20px;
        margin-right: 10px;
    }

    .header-search {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: left;
        height: 45px;
        width: 432px;
        background: rgb(255 255 255 / 0%);
        z-index: 10;
        padding-left: 20px;
    }

    .header-search button {
        width: 55px;
        height: 45px;
        border-radius: 10px;
        border: 1px solid #AEAEAE;
        background-size: 12px 12px;
        cursor: pointer;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .slick-track {
        position: relative;
        left: 0;
        top: 0;
        display: block;
        display: flex;
        flex-wrap: nowrap;
        align-content: stretch;
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
        margin-top: 20px;
    }

    .text-hit {
        margin-top: 150px;
        margin-left: -70px;
        font-weight: normal;
        width: 297px;
        font-style: normal;
    }

    .text-hit p {
        font-size: 14px;
    }

    .conditional-section_bg {
        padding: 10px 0;
        background-size: cover;
        background-position: center;
    }

    .conditional-section_bg {
        padding: 0px;
        background-size: cover;
        background-position: center;
    }

    .slider-block-1 {
        border: 1px solid #AAAAAA;
        border-radius: 8px;
        padding-bottom: 70px;
        vertical-align: middle;
        width: 220px;
        height: 351px;
    }

    .slider-block-active {
        width: 220px;
        height: 429px;
        border: 1px solid #ffffff;
        border-radius: 10px;
        padding-bottom: 10px;
    }

    .banner-one {
        width: 280px;
        height: 280px;
    }

    .banner-four {
        width: 280px;
        height: 280px;
    }

    .banner-five {
        width: 280px;
        height: 280px;
    }

    .banner-three {
        width: 280px;
        height: 280px;
    }

    .banner-two {
        width: 580px;
        height: 580px;
    }

    .otstup-banner-three {
        margin-top: -355px;
    }

    .otstup-text {
        margin-top: -320px;
        margin-left: 10px;
    }

    .otstup-text p {
        margin-top: 10px;
        margin-left: 15px;
        margin-bottom: 12px;
        line-height: 22px;
    }

    .otstup-text span {
        font-size: 22px;
        font-weight: 900;
    }

    .otstup-text .text {
        font-size: 14px;
        width: 220px;
    }

    .text-block {
        width: 400px;
        height: 200px;
        margin-top: -80px;
        margin-left: 30px;
    }

    .otstup-banner-five {
        margin-top: -130px;
    }

    .slick-list.draggable {
        margin-top: -20px;
    }

    .cart-sale {
        border-radius: 10px;
    }

    .content-title.center.h2 {
        display: none;
    }

    .question-form .content-title.center.h2 {
        display: block;
    }

    .modal-content .content-title.center.h2 {
        display: block;
    }

    .partners-slider .owl-nav [class*=owl-] {
        border-radius: 50px;
        border: 1px solid #d7d7d7;
        background-color: transparent;
        background: #fff url(https://kreping.ru/media/uploads/catalog-arrow-circle2.svg) 35% 50% no-repeat;
        opacity: 1;
        transition: 0.5s;
    }

    .partners-slider .owl-nav [class*=owl-]:hover {
        border-radius: 10px;
        background-color: #ffffff;
        border: 1px solid #ff0000;
        transition: 0.5s;
    }

    element.style {
        margin-bottom: 60px;
        margin-left: 80px;
    }

    .button_style-1 {
        border: 1px solid #d9d9de;
        background-color: #ffffff00;
        color: #f10000;
        transition: 0.5s;
    }

    .button_style-1:hover {
        border: 1px solid #F10000;
        transition: 0.5s;
        background-color: var(--color-button1-bg, transparent);
        color: #F10000;
        border-radius: 10px;
    }

    .container_photo .slider-constructor.slick-initialized.slick-slider.slick-dotted {
        width: 110%;
        transform: translate3d(-5%, 0, 0);
    }

    p {
        cursor: default;
    }

    .main-menu a:hover {
        font-width: 400;
        text-decoration: none;
        color: #f10000;
    }

    main {
        overflow: hidden;
    }

    .partners-slider .content-title.center.h2 {
        display: none;
    }

}


.custom-slider .slick-slide .custom-slider-item__wrapper:hover {
    cursor: pointer;
}

@media (min-width: 1280px) {

    .custom-slider-section {
        height: 440px;
        background-image: url(/media/uploads/fon.jpg);
    }

    .custom-slider-section {
        height: 440px;
        background: #EEEDE9;
    }

    .slick-list {
        padding: 0 !important;
    }

    /* .slider-constructor.scale-slide .slick-slide {
        transition: 0.5s;
        transform: scale(1, 0.85);
    }

    .slider-constructor.scale-slide .slick-active+.slick-active {
        transform: scale(1, 0.85);
    }

    .slider-constructor.scale-slide .slick-current+.slick-active+.slick-active {
        transform: scale(1, 0.85);
    }

    .scale-slide .slick-active:nth-child(4n) {
        transform: scale(1) !important;
    }

    .slider-constructor.scale-slide .slick-current {
        transform: scale(1, 0.85) !important;
    } */

    .slider-constructor.scale-slide .slick-slide {
        transform: scale(0.7);
    }

    .slider-constructor.scale-slide .slick-current+.slick-active+.slick-active {
        transform: scale(1) !important;
    }

    .conditional-section {
        margin-bottom: 0px;
        position: relative;
    }

    .custom-slider .slick-slide .custom-slider-item__text {
        color: #003366;
        font-size: 18px;
        width: 133px;
        padding-top: 240px;
        text-align: center;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .custom-slider .slick-slide .custom-slider-item__wrapper {
        height: 350px;
        width: 220px;
        border: 2px solid #ffffff;
        border-radius: 10px;
        transform: scale(1, 1.1);
        cursor: default;
    }

    .custom-slider .slick-slide .custom-slider-item__image {
        height: 100%;
        left: 0;
        object-fit: none;
        position: absolute;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        width: 100%;
        bottom: 50px;
    }

    .custom-slider-section .slick-list.draggable {
        margin-top: -20px;
        height: 430px;
    }

}

@media (max-width: 1280px) {

    @media (min-width: 1024px) {

        .custom-slider-section {
            height: 420px;
            background: #EEEDE9;
        }

        .slick-list {
            padding: 0 !important;
        }

        .slider-constructor.scale-slide .slick-slide {
            transition: 0.5s;
            transform: scale(1, 0.85);
        }

        .slider-constructor.scale-slide .slick-active+.slick-active {
            transform: scale(1, 0.85);
        }

        .slider-constructor.scale-slide .slick-current+.slick-active+.slick-active {
            transform: scale(1, 0.85);
        }

        .conditional-section {
            margin-bottom: 0px;
            position: relative;
        }

        .custom-slider .slick-slide .custom-slider-item__text {
            color: #003366;
            font-size: 16px;
            width: 120px;
            padding-top: 240px;
            text-align: center;
            -webkit-transition: 0.3s;
            transition: 0.3s;
        }

        .custom-slider .slick-slide .custom-slider-item__wrapper {
            height: 330px;
            width: 175px;
            border: 1px solid #ffffff;
            border-radius: 10px;
            transform: scale(1, 1.1);
            cursor: default;
        }

        .custom-slider .slick-slide .custom-slider-item__image {
            height: 100%;
            left: 0;
            object-fit: none;
            position: absolute;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            width: 100%;
            bottom: 50px;
        }

        .custom-slider-section .slick-list.draggable {
            margin-top: -20px;
            height: 430px;
        }

    }

}

@media (max-width: 1024px) {

    @media (min-width: 768px) {

        .custom-slider-section {
            height: 420px;
            background: #EEEDE9;
        }

        .slick-list {
            padding: 0 !important;
        }

        .slider-constructor.scale-slide .slick-slide {
            transition: 0.5s;
            transform: scale(1, 0.85);
        }

        .slider-constructor.scale-slide .slick-active+.slick-active {
            transform: scale(1, 0.85);
        }

        .slider-constructor.scale-slide .slick-current+.slick-active+.slick-active {
            transform: scale(1, 0.85);
        }

        .conditional-section {
            margin-bottom: 0px;
            position: relative;
        }

        .custom-slider .slick-slide .custom-slider-item__text {
            color: #003366;
            font-size: 18px;
            width: 133px;
            padding-top: 240px;
            text-align: center;
            -webkit-transition: 0.3s;
            transition: 0.3s;
        }

        .custom-slider .slick-slide .custom-slider-item__wrapper {
            height: 350px;
            width: 220px;
            border: 2px solid #ffffff;
            border-radius: 10px;
            transform: scale(1, 1.1);
            cursor: default;
            margin-left: auto;
            margin-right: auto;
        }

        .custom-slider .slick-slide .custom-slider-item__image {
            height: 100%;
            left: 0;
            object-fit: none;
            position: absolute;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            width: 100%;
            bottom: 50px;
        }

        .custom-slider-section .slick-list.draggable {
            margin-top: -20px;
            height: 410px;
        }

        .custom-slider-item {
            width: 218px;
        }

    }

}


@media (max-width: 768px) {

    .custom-slider .slick-slide .custom-slider-item__wrapper {
        height: 320px;
        width: 160px;
        border: 1px solid #ffffff;
        border-radius: 10px;
        transform: scale(1, 1.1);
        cursor: default;
    }

    @media (max-width: 575px) {
        .custom-slider-section {
            height: 420px;
        }
    }

    .custom-slider-section {
        background: #EEEDE9;
    }

    .slick-list {
        padding: 0 !important;
    }

    .slider-constructor.scale-slide .slick-slide {
        transition: 0.5s;
        transform: scale(1, 0.85);
    }

    .slider-constructor.scale-slide .slick-active+.slick-active {
        transform: scale(1, 0.85);
    }

    .slider-constructor.scale-slide .slick-current+.slick-active+.slick-active {
        transform: scale(1, 0.85);
    }

    .conditional-section {
        margin-bottom: 0px;
        position: relative;
    }

    .custom-slider .slick-slide .custom-slider-item__text {
        color: #003366;
        font-size: 16px;
        width: 120px;
        padding-top: 240px;
        text-align: center;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    @media (max-width: 575px) {
        @media (min-width: 510px) {
            .custom-slider .slick-slide .custom-slider-item__wrapper {
                height: 320px;
                width: 240px;
                border: 1px solid #ffffff;
                border-radius: 10px;
                transform: scale(1, 1.1);
                cursor: default;
            }
        }
    }

    .custom-slider .slick-slide .custom-slider-item__image {
        height: 100%;
        left: 0;
        object-fit: none;
        position: absolute;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        width: 100%;
        bottom: 50px;
    }

    .custom-slider-section .slick-list.draggable {
        margin-top: -20px;
        height: 390px;
    }

}


.custom-slider .slick-slide .custom-slider-item__wrapper {
    height: 320px;
    width: 160px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    transform: scale(1, 1.1);
    cursor: default;
}


.filter-btn {
    border-radius: 5px;
}

@media (max-width: 575.98px) {
    .product_set_slider .slider-constructor {
        overflow: visible;
        padding-top: 40px;
    }
}

.kreping-description h1 {
    margin-bottom: 25px;
    margin-top: 40px;
}

.kreping-description h2 {
    margin-bottom: 15px;
    margin-top: 25px;
}


@media (max-width: 1280px) {
    .action-item__type span {
        display: block;
        right: 80px;
        position: relative;
        width: fit-content;
    }
}

@media (max-width: 930px) {
    .action-item__type span {
        right: 120px;
    }
}

@media (max-width: 800px) {
    .action-item__type span {
        right: 140px;
    }
}

.question-form .question-form__column .btn {
    width: -webkit-fill-available;
}

.articles-block .new-slide-item__title {
    padding: 0 15px 0;
}

.new-slide-item--wide .new-slide-item__date {
    left: auto;
    right: auto;
}

.new-slide-item,
.new-slide-item:before,
.articles-block .new-slide-item__title {
    border-radius: 8px;
}

.new-slide-item__image img {
    border-radius: 8px 0 0 8px;
}

.article-inner__content img {
    border-radius: 8px;
    width: 100%;
    object-fit: cover;
}

.article-inner__content h2 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.article-inner__content blockquote {
    background: #eeede9;
    border-radius: 8px;
}

.services-plashka{
    background-color: #D7D7D7;
    padding: 30px;
    border-radius: 10px;
}

.services-text{
    text-transform: uppercase;
    font-size: 20px !important;
    margin-bottom: 30px !important;
}

.client-item {
    width: calc(50% - 17px);
    height: 200px;
    border-radius: 10px;
}

.client-item__text {
    bottom: 0px; 
    top: 30px;
    left: 40px;
    text-transform: uppercase;
    font-size: 22px !important;
    width: 70%;
    color: #000;
}

.services-form{
    width:50%;
}

.client-item:hover {
    color:#000 !important;
    border-radius: 10px !important;
    background-color: white !important;
}

@media (max-width: 1024px) {
    @media (min-width: 375px) {
        .article-inner__content img {
            margin-bottom: 0px;
        }
    }
}

.footer-content__column {
    padding-left: 0px;
}

@media (max-width: 767px) {
    .footer-right {
        width: 100% !important;
    }

    .footer-subscribe input {
        height: 40px;
    }

    .footer-subscribe button {
        height: 40px;
    }

    .client-item {
        width: 100%;
        height: 150px;
        border-radius: 10px;
    }

    .client-item__text {
        bottom: 0px;
        top: 20px;
        left: 30px;
        text-transform: uppercase;
        font-size: 18px !important;
        width: 70%;
        color: #000;
    }
}

.form-group input,
.form-group textarea {
    border-radius: 10px;
}

.frontpage .sliderset .slider-constructor .slick-dots {
    margin-top: 16px;
}

button,
.btn {
    border-radius: 10px;
}

.form-product {
    margin-top: 20px;
}

.form-group-inline .btn {
    width: -webkit-fill-available;
}

.shopping-cart-product .st-button_primary {
    background-color: #f10000;
    border-color: #f10000;
}

.product-card__discription-icon-and-text img{
    max-width: 20px;
}

.product-card__discription-icon-nal {
    background: url(https://kreping.ru/media/uploads/nalich.svg);
    display: block;
    height: 20px;
    width: 20px;
    background-size: contain;
    background-position: center;
}

.product-card__discription-icon-pay {
    background: url(https://kreping.ru/media/uploads/payment.svg);
    display: block;
    height: 20px;
    width: 34px;
    background-size: contain;
    background-position: center;
}

.product-card__discription-icon-delivery {
    background: url(https://kreping.ru/media/uploads/delivery.svg);
    display: block;
    height: 20px;
    width: 34px;
    background-size: contain;
    background-position: center;
}

.product-card__discription-icon-time {
    background: url(https://kreping.ru/media/uploads/time.png);
    display: block;
    height: 40px;
    width: 40px;
    background-size: contain;
    background-position: center;
}

.product-card__discription-icon-progress {
    background: url(https://kreping.ru/media/uploads/progress.png);
    display: block;
    height: 40px;
    width: 40px;
    background-size: contain;
    background-position: center;
}

.product-card__discription-icon-call {
    background: url(https://kreping.ru/media/uploads/available.png);
    display: block;
    height: 40px;
    width: 40px;
    background-size: contain;
    background-position: center;
}

.product-card__discription-title {
    color: #000;
    width: 100%;
    font-weight: unset;
}

.product-card__discription-icon-and-text {
    display: flex;
    gap: 10px;
}

.product-card__discription-frame {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.product-card__slideshow {
    width: 45%;
}

.product-card__content {
    width: calc(100% - 500px);
    margin-left: 20px;
}

.add-to-cart img.cart-icon {
    padding-right: 0px;
    padding-left: 0px;
}

@media (max-width: 1280px) {
    .product-card__content {
        flex-direction: column;
        justify-content: flex-start;
        gap: 20px;
    }

    .product-card__right {
        margin-left: 0px;
    }

    .product-card__discription {
        padding: 0px;
    }

    .product-card__discription-icon-pay,
    .product-card__discription-icon-delivery {
        width: 20px;
    }

    .product-card__left {
        min-width: 0px;
    }
}

@media (max-width: 768px) {
    .product-card__content {
        width: 100%;
        margin-left: 0px;
        max-width: 290px
    }

    .product-card__right {
        width: 100%;
        margin-bottom: 20px;
    }

    .shopping-cart-btn {
        width: 160px;
    }

    .shopping-cart-product {
        justify-content: flex-start;
    }

    .tab-content {
        background: transparent;
        padding: 0px;
    }

    .tab_drawer_heading {
        background-color: transparent;
        padding: 0 0px;
    }

    .product-card-container .product-card-content {
        margin-top: 40px;
    }

    .product-card-content .char .char-text__mask {
        background: transparent;
    }

    .product-card__slideshow {
        width: 100%;
    }
}

@media (max-width: 479px) {
    .tabs-content {
        margin: 0;
        width: 100%;
    }

}

/* Чтобы в карточке товара было 2 столбца: фото и цена со всем остальным 

.product-card__slideshow {
    width: 65%;
}

.product-card__content {
    width: 30%;
    justify-content: flex-start;
    flex-direction: column;
    gap: 20px;
}
.product-card__left {
    width: 100%;
}

.product-card__right {
    margin-left: 0px;
    width: 100%;
}

.product-card__discription {
    margin-bottom: 0px;
    padding: 0;
}

.product-card__discription-icon-pay {
    width: 20px;
}
*/

.notifyjs-bootstrap-success {
    color: #3C9F00 !important;
    background-color: #fff !important;
    border-color: #3C9F00 !important;
    background-image: url(https://kreping.ru/media/uploads/nalichie-small.svg) !important;
}

.content-title {
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 45px;
    width: 100%;
    margin-top: 40px;
}

button.btn.btn--main-min.button-theme.button-theme_primary:hover {
    background-color: transparent !important;
    border: 1px solid #000;
    color: #000 !important;
}

/* Красота на карточке
.product-card .owl-carousel:first-child .owl-stage .owl-item{
    background-image: url(https://kreping.ru/media/uploads/bg-product-3.png);
    background-size: contain;
    border-radius: 10px;
}
*/

.feedback-form {
    padding: 0px 0 100px;
}

.product-primenenie {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.product-primenenie-item {
    padding: 10px 18px;
    background-color: #eeede9;
    border-radius: 7px;
    font-size: 14px;
}

.product-card-content h3 {
    margin-top: 25px;
}


.product-material-frame {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.product-material-2 {
    display: flex;
    gap: 20px;
    margin-top: auto;
    margin-bottom: auto;
}

.product-material {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-material img {
    margin-bottom: 15px;
    max-width: 100%;
    max-width: 180px;
    border-radius: 7px;
}

@media (max-width: 1280px) {
    @media (min-width: 991px) {
        .product-material-2 {
            flex-direction: column;
            gap: 0px;
        }

        .product-material img {
            max-width: 100px;
        }
    }
}

@media (max-width: 768px) {
    .product-material-2 {
        flex-direction: column;
        gap: 0px;
    }

    .product-material img {
        max-width: 100px;
    }
}

@media (max-width: 479px) {
    .product-material-frame {
        flex-direction: column;
    }

    .product-material-2 {
        flex-direction: row;
        gap: 20px;
    }

    .product-material img {
        max-width: 140px;
    }

}

/* правки в карточке */

.product-card__navigation {
    border-radius: 10px 10px 0px 0px;
}

.product-card__container {
    border-radius: 0px 0px 10px 10px;
    padding: 40px 80px;
}




element.style {
    font-size: 32px;
    font-weight: 500;
    margin-left: -56px;
}








.frontpage .sliderset .slider-constructor .slick-dots {
    margin-top: -49px;
    margin-right: -18px;
}

.product-card-container .product-card-side {
    width: 223px;
    margin-top: 45px;
}




.feedback-form {
    padding: 0px 0 14px;
}



.article-inner__content {
    background: #fff;
    padding: 51px 103px 40px 102px;
    width: calc(100% - 240px);
}

@media (max-width: 768px) {
    .product-card__container {
        border-radius: 0px 0px 10px 10px;
        padding: 15px;
    }

    .product-card-container .product-card-side {
        width: 100%;
    }

    .question-form {
        padding: 15px;
    }

    .article-inner__content {
        padding: 15px;
        width: 100%;
    }

    .new-slide-item--wide .new-slide-item__title {
        color: #ffffff;
    }

    .new-slide-item--wide .new-slide-item__date {
        left: auto;
        right: 15px;
        color: black;
        text-shadow: unset;
    }
}

.button-sale-1,
.button-sale-2,
.button-catalog,
.button-sale {
    font-size: 14px;
}

.frontpage .sliderset .slider-constructor .slick-dots {
    margin-top: 0;
    margin-right: 0;
}

.frontpage-heading-text-form .row {
    margin-top: 0 !important;
}

.banner-img .img-kreping-this {
    margin-bottom: 80px;
}

@media (max-width: 768px) {
    .banner-img .img-kreping-this {
        margin-bottom: 0px !important;
    }

}

/*Характеристики вертикальное отображение -------------------------------------------------------------------------------------------*/

.char-text:last-child {
    max-width: 50%;
    width: 50%;
    line-height: 20px;
}

@media (max-width: 768px) {

    .char,
    .char li {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .char-text:first-child,
    .char-text {
        margin-right: 0;
        width: 100%;
    }

    .char-text:first-child:before {
        background: none;
    }

    .char-text:last-child {
        color: #000;
        font-size: 16px;
        width: 100%;
        margin-bottom: 12px;
    }

    .char-text__mask {
        color: #898989;
    }
}

/*
.bottom-mobile-menu__content{
    background-color: #eeede9 !important;
    border: 1px solid #bdbdbd;
    box-shadow: 0px 2px 25px rgba(118, 118, 118, 0.15);
}*/
.bottom-mobile-menu-button__text {
    color: #a9a9a9;
}

.custom-description td {
    max-width: 140px;
    padding-right: 4px;
}

.custom-description h2 {
    padding-top: 30px;
    margin-bottom: 15px
}

@media (max-width: 768px) {
    .product-card {
        margin-bottom: 0px;
    }
    .product-card-container .product-card-content {
        margin-top: 0px;
    }

}

.img-and-text{
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 140px;
}
.img-and-text img, .img-and-text p{
    margin-bottom: 0;
}
.img-and-text img {
    border-radius: 10px;
}
.img-and-text-frame{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
}

.instruction{
    gap: 40px;
}
.instruction .img-and-text{
    max-width: 230px;
}

.usage ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.usage ul li {
    width: 200px;
    margin-right: 12px;
}

.product-card__discription-custom {
    background: #fff;
    margin-bottom: 0px;
    padding: 0px 30px;
    border-radius: 10px;
}

@media (max-width: 1280px) {
    .product-card__discription-custom {
        padding: 0px;
    }
    .product-card__container {
        padding: 20px;
    }
    .product-card__container {
        gap: 40px;
    }
    .product-card__content {
        width: auto;
        margin-left: 20px;
    }
}

.product-card__radio-options a {
    font-size: 14px;
    border-radius: 10px;
}

.product-card__product-mod-param_active, .product-card__radio-options.product-modification-params a.active, .product-card__radio-options a:hover {
    background: #F10000;
    border-color: #F10000;
    color: #fff;
}

.catalog-body .product-card__personal-cost.with-online-price, .with-online-price .product-item__cost-product {
    color: #a7a7a7;
    font-size: 12px;
    text-decoration: line-through;
}

.product-card__left .product-card__main-cost span {
    color: #353232;
    font-size: 18px;
    line-height: 20px;
    padding-left: 0;
    text-decoration-line: line-through;
}

.catalog .view-sorting{
    display: none;
}

.product-card .product-item__flag--offer {
    border-radius: 20px;
}

.article-inner__content .btn-border {
    border-radius: 10px;
}

.pagination span.active,
.pagination span:not(.pagination span.dot):hover {
background-color: #f10000;
border-color: #f10000;
}

.pagination span:not(.pagination span.dot) {
border: solid 1px #d9d9d9;
}

.pagination .prev,
.pagination .next {
border-color: #d9d9d9;
border-radius: 10px !important;
}

.pagination .prev:hover::before,
.pagination .next:hover::before,
.pagination .prev::before,
.pagination .next::before {
border-color: #f10000;
}

.pagination span:not(.pagination span.dot),
.pagination .next,
.pagination .prev {
border-radius: 10px !important;
}

.pagination .prev:hover,
.pagination .next:hover {
background-color: #fff;
border-color: #f10000;
}

.pagination span.dot {
background-color: transparent;
}

.recaptcha-terms a {
    color: #000000;
}

.frontpage-heading-text-form .form-text {
    color: white;
}

.frontpage-heading-text-form .form-text a {
    color: white;
    text-decoration: underline;
        text-underline-offset: 3px;
}

.form-text {
    line-height: 130%;
}