.whithout-mt{
    margin-top: 0;
}
.ask-img{
    width: 450px;
    position: absolute;
    right: 120px;
    bottom: 0px;
}
.footer-form{
    position: relative;
    padding-left: 300px;
}
/*Разделы на главной START*/
.main-catalog-section-first-wrap .catalog-subsection-list .catalog-section-link {
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
}
.main-catalog-section-first-wrap .catalog-subsection-list {
    max-height: 162px;
}
.main-catalog-section-first-wrap .catalog-subsection-list .catalog-section-link:hover,
.catalog-section-first-wrap .catalog-subsection-list .catalog-section-link:hover {
    color: #FFFFFF;
    background: #454545;
}
.main-catalog-section-first-wrap .catalog-section-list-wrap {
    position: relative;
}
.main-catalog-section-first-wrap .catalog-section-list-wrap .show-all {
    position: absolute;
    left: 220px;
    bottom: 0;
    border: none;
    color: #2F2F2F;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.32px;
    padding: 6px 2px;
}
.main-catalog-section-first-wrap .catalog-section-list-wrap .show-all svg {
    margin-left: 10px;
}
.main-catalog-section-first-wrap .catalog-section-list-wrap .show-all svg path {
    transition: 0.3s;
}
.main-catalog-section-first-wrap .catalog-section-list-wrap .show-all:hover {
    color: #8D8D8D;
}
.main-catalog-section-first-wrap .catalog-section-list-wrap .show-all:hover svg path {
    stroke: #8D8D8D;
}
.main-catalog-section-first-wrap .catalog-section-list-wrap .catalog-section-list-item-img {
    border-radius: 12px;
    overflow: hidden;
}
.main-catalog-section-first-wrap .catalog-section-list-wrap {
    align-items: flex-start;
}
.main-catalog-section-first-wrap .catalog-subsection-list .catalog-section-link.catalog-section-link--firstMd {
    display: none;
}
@media(max-width: 1439px) {
    .main-catalog-section-first-wrap .catalog-section-list-wrap .catalog-section-list-item-img {
        width: 158px;
        height: 158px;
    }
    .main-catalog-section-first-wrap .catalog-subsection-list {
        max-width: calc(100% - 176px);
    }
    .main-catalog-section-first-wrap .catalog-section-list-wrap .show-all {
        left: 178px;
    }
    .main-catalog-section-first-wrap .catalog-section-list-wrap {
        padding-bottom: 40px;
    }
}
@media (max-width: 1199px) {
    .main-catalog-section-first-wrap .catalog-section-list-wrap {
        width: 100%;
        margin: 60px 0 0;
        padding-bottom: 0;
    }
    .main-catalog-section-first-wrap {
        margin: 0;
    }
    .main-catalog-section-first-wrap .catalog-subsection-list .catalog-section-link.catalog-section-link--firstMd {
        display: block;
        font-size: 30px;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: -0.9px;
        margin: 14px 0 24px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        color: #2F2F2F;
        background: transparent;
        padding: 0;
    }
    .main-catalog-section-first-wrap .catalog-subsection-list .catalog-section-link.catalog-section-link--firstMd:hover {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        color: #2F2F2F;
        background: transparent;
    }
    .main-catalog-section-first-wrap .catalog-section-list-wrap .catalog-section-link {
        display: none;
    }
    .main-catalog-section-first-wrap .catalog-subsection-list .catalog-section-link {
        display: block;
    }
    .main-catalog-section-first-wrap .catalog-subsection-list {
        max-height: 156px;
    }
    .main-catalog-section-first-wrap .catalog-section-list-wrap .catalog-section-list-item-img {
        width: 200px;
        height: 200px;
    }
    .main-catalog-section-first-wrap .catalog-subsection-list {
        max-width: calc(100% - 218px);
    }
    .main-catalog-section-first-wrap .catalog-section-list-wrap .show-all {
        left: 220px;
    }
}
@media (max-width: 767px) {
    .footer-form{
        padding-top: 20px;
    }
    .ask-img{
        position: static;
        margin: auto;
        display: block;
        margin-bottom: 30px;
    }
    .main-catalog-section-first-wrap .catalog-section-list-wrap .catalog-section-list-item-img {
        display: none;
    }
    .main-catalog-section-first-wrap .catalog-subsection-list {
        max-width: 100%;
    }
    .main-catalog-section-first-wrap .catalog-section-list-wrap {
        margin: 48px 0 0;
    }
    .main-catalog-section-first-wrap .catalog-section-list-wrap .show-all {
        position: relative;
        left: 0;
        margin-top: 12px;
    }
    .main-catalog-section-first-wrap .catalog-subsection-list .catalog-section-link.catalog-section-link--firstMd {
        font-size: 26px;
        margin: 0 0 20px;
    }
    .main-catalog-section-first-wrap .catalog-subsection-list .catalog-section-link {
        white-space: normal;
    }
    .main-catalog-section-first-wrap .catalog-subsection-list {
        max-height: none;
    }
    .main-catalog-section-first-wrap .catalog-subsection-list .catalog-section-list-item:nth-of-type(n+6) {
        display: none;
    }
}
/*Разделы на главной END*/

/*Footer START*/
.footer__menu ul li a:hover {
    color: #EFF0F1;
}
/*Footer END*/

/*Отзывы на главной START*/
.footer__menu ul li a:hover {
    color: #EFF0F1;
}
.main-review .main-review__text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}
.main-review__rating-wrap .main-review__date {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #A3A3A3;
}
.main-review__rating-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.modal .main-review__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    margin: 12px 0;
}
.main-review__rating-wrap .main-review__rating {
    display: inherit;
    margin-right: 7px;
    height: 21px;
    padding-top: 2px;
}
.main-review__rating-wrap .main-review__rating svg {
    margin-right: 5px;
}
.main-review__slider a {
    color: #2F2F2F;
    border: none;
    text-decoration: none;
}
@media(max-width: 1199px) {
    .main-review .main-review__head {
        margin: 100px 0 40px;
    }
    .main-review .tns-controls {
        top: -85px;
    }
    .main-review .main-review__text {
        padding-right: 0;
        margin-bottom: 10px;
    }
}
@media (max-width: 767px) {
    .main-review {
        padding-bottom: 80px;
    }
    .main-review .main-review__head {
        margin: 60px 0 32px;
        font-size: 30px;
    }
    .main-review .tns-controls {
        top: auto;
        right: 0;
        margin-right: 0;
        bottom: -84px;
    }
    .main-review .main-review__btn {
        position: absolute;
        right: auto;
        top: auto;
        margin-top: 0;
        bottom: 0;
    }
}
/*Отзывы на главной END*/

/*Модалки START*/
.modal {
    overflow: visible;
}
.fancybox__slide {
    padding: 15px;
}
@media (min-width: 1024px) {
    .fancybox__slide {
        padding: 15px;
    }
}
@media (max-width: 439px) {
    .modal {
        max-width: 100%;
        padding: 24px 15px 15px;
    }
    .modal__header {
        font-size: 20px;
        padding-right: 34px;
    }
    .modal form {
        margin-top: 16px;
    }
    .modal .privacy-link {
        font-size: 12px;
    }
    .modal .auth--link {
        font-size: 14px;
    }
    .modal .btn,
    .modal .auth--link__bottom {
        margin-top: 16px;
    }
    .modal__information {
        font-size: 15px;
    }
    .legacy-cookie>div{
        flex-direction:column !important;
    }
}
/*Модалки END*/

/*Баннера на главной START*/
@media(max-width: 1199px) {
    .main-banners img.large {
        display: none;
    }
    .main-banners img.middle {
        display: block;
    }
}
@media(max-width: 539px) {
    .main-banners img.middle {
        display: none;
    }
    .main-banners img.small {
        display: block;
    }
    .main-banners .main-banner__bottom {
        display: block;
    }
    .main-banners .main-banner__bottom .main-banner__left {
        margin-right: 0;
        margin-bottom: 12px;
    }
}
/*Баннера на главной END*/

/*Ссылки на главной START*/
@media(max-width: 1199px) {
    .main-links .main-link__item {
        padding: 12px 12px 52px;
    }
    .main-links .main-link__icon {
        height: 60px;
        width: 60px;
    }
    .main-links .main-link__icon svg {
        width: 36px;
        height: 36px;
    }
    .main-links .main-link__name {
        font-size: 18px;
        margin: 18px 0 8px;
    }
    .main-links .main-link__btn {
        bottom: 12px;
        left: 12px;
    }
}
@media (max-width: 991px) {
    .main-links .main-link__item {
        padding: 12px 12px 42px;
    }
}
@media (max-width: 767px) {
    .main-links {
        display: block;
        margin: 12px 0 0;
    }
    .main-links .main-link__item,
    .main-links .main-link__item:hover {
        margin: 0 0 12px;
        padding: 16px 16px 48px;
        color: #2F2F2F;
        border: 1px solid #EFF0F1;
        background: transparent;
    }
    .main-links .main-link__item:hover .main-link__text {
        color: #A3A3A3;
    }
    .main-links .main-link__item:hover .main-link__icon {
        background-color: #EFF0F1;
    }
    .main-links .main-link__item:hover .main-link__btn:after {
        background-image: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 11L6 6L1 1' stroke='%232F2F2F' stroke-width='1.5'/%3E%3C/svg%3E");
    }
    .main-links .main-link__item:hover .main-link__icon svg {
        fill: #2F2F2F;
    }
    .main-links .main-link__item:hover .main-link__icon svg path {
        fill: #2F2F2F;
    }
}
/*Ссылки на главной END*/

/*Преимущества на главной START*/
@media(max-width: 1199px) {
    .main-advantages {
        margin: 60px -10px 0;
    }
    .main-advantages .main-advantage__item {
        margin: 0 10px 10px;
        padding: 44px 16px 16px;
    }
    .main-advantages .main-advantage__name {
        font-size: 20px;
        margin-bottom: 10px;
    }
}
@media(max-width: 991px) {
    .main-advantages {
        margin: 60px 0 0;
    }
    .main-advantages .main-advantage__item {
        margin: 0 0 10px;
        padding: 62px 16px 18px;
    }
}
/*Преимущества на главной END*/

/*Слайдер на главной START*/
@media(max-width: 1199px) {
    .main_need-products--slider .catalog-block-header {
        margin: 74px 0 24px;
    }
}
@media (max-width: 767px) {
    .main_need-products--slider .catalog-block-header {
        font-size: 30px;
        margin: 80px 0 28px;
    }
    .main_need-products--slider .filter__wrap .filter__item {
        font-size: 15px;
    }
}
/*Слайдер на главной END*/

/*Галлерея на главной START*/
@media(max-width: 1199px) {
    .main-gallery .main-gallery__head {
        margin: 100px 0 34px;
    }
    .main-gallery .main-gallery__slider img {
        height: 260px;
    }
}
@media (max-width: 991px) {
    .main-gallery .main-gallery__slider img {
        height: 220px;
    }
}
@media (max-width: 767px) {
    .main-gallery .main-gallery__head {
        margin: 80px 0 24px;
        font-size: 30px;
    }
    .main-gallery .main-gallery__slider img {
        height: 200px;
    }
}
/*Галлерея на главной END*/

/*Меню в мобилке START*/
.mobile-menu-wrap,
.catalog-search-form {
    display: none;
}
.catalog-search-form {
    display: none;
}
@media (max-width: 991px) {
    body.overflow {
        overflow: hidden;
    }
    .page-content {
        min-height: calc(100vh - 442px);
    }
    #panel {
        display: none;
    }
    header {
        padding: 24px 0;
        position: fixed;
        width: 100%;
        top: 0;
        background: #fafafa;
        z-index: 210;
    }
    .header-mobile-empty {
        width: 100%;
        height: 120px;
    }
    .mobile-menu-link-cart .header__icon-count {
        position: absolute;
        width: 14px;
        height: 14px;
        background: #111111;
        border-radius: 8px;
        font-weight: 600;
        font-size: 11px;
        line-height: 120%;
        color: #FFFFFF;
        text-align: center;
        display: block;
        padding-top: 1px;
        top: 10px;
        left: 28px;
    }
    .header__burger {
        z-index: 211;
    }
    .mobile-menu-wrap {
        display: block;
        position: fixed;
        z-index: 20;
        background: #FAFAFA;
        top: -100%;
        height: 100%;
        left: 0;
        width: 100%;
        transition: top 0.3s;
    }
    .mobile-menu-wrap.open {
        top: 20px;
    }
    .mobile-menu-wrap a {
        color: #2F2F2F;
        border: none;
        text-decoration: none;
    }
    .mobile-menu-wrap .mobile-menu-scroll {
        overflow: auto;
        max-height: 100%;
    }
    .mobile-menu-wrap .mobile-menu-header {
        width: 100%;
        height: 80px;
    }
    .mobile-menu-wrap .mobile-menu-link {
        display: flex;
        align-items: center;
        border-bottom: 1px solid #E9E9E9;
        padding: 16px 15px;
        font-size: 16px;
        font-weight: 500;
        line-height: 120%;
        position: relative;
    }
    .mobile-menu-wrap .mobile-menu-link--first {
        border-top: 1px solid #E9E9E9;
    }
    .mobile-menu-wrap .mobile-menu-link svg {
        margin-right: 10px;
    }
    .catalog-search-form {
        display: flex;
        align-items: center;
        margin-bottom: 34px;
    }
    .catalog-search-form .btn {
        height: 48px;
        min-width: 120px;
        width: 120px;
        margin-left: 14px;
    }
    .catalog-search-form input[type='text'] {
        font-family: "Inter", sans-serif;
        width: 100%;
        height: 48px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        padding: 0 48px;
        font-weight: 500;
        font-size: 16px;
        line-height: 120%;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        background: #FAFAFA url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.1363 5C9.92265 5 8.73626 5.35989 7.72715 6.03415C6.71804 6.70842 5.93154 7.66677 5.4671 8.78803C5.00266 9.90929 4.88114 11.1431 5.11791 12.3334C5.35468 13.5237 5.9391 14.6171 6.79728 15.4753C7.65545 16.3335 8.74884 16.9179 9.93916 17.1547C11.1295 17.3914 12.3633 17.2699 13.4845 16.8055C14.6058 16.341 15.5642 15.5545 16.2384 14.5454C16.9127 13.5363 17.2726 12.3499 17.2726 11.1363C17.2725 9.50887 16.6259 7.94815 15.4752 6.79739C14.3244 5.64664 12.7637 5.0001 11.1363 5Z' stroke='%23D0D0D0' stroke-width='1.5' stroke-miterlimit='10'/%3E%3Cpath d='M15.7148 15.7146L20.0004 20.0001' stroke='%23D0D0D0' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center left 12px;
        border: 1px solid #D0D0D0;
    }
}
@media (max-width: 599px) {
    .catalog-search-form {
        display: block;
    }
    .catalog-search-form .btn {
        height: 40px;
        min-width: 100%;
        width: 100%;
        margin-left: 0;
        margin-top: 8px;
    }
}
/*Меню в мобилке END*/

/*Бургер START*/
.header__burger {
    width: 24px;
    height: 32px;
    position: relative;
    transition-duration: 1s;
    cursor: pointer;
}
.header__burger span {
    height: 3px;
    border-radius: 8px;
    width: 24px;
    background-color: #2F2F2F;
    position: absolute;
    transition-duration: .25s;
    transition-delay: .25s;
    margin-top: 14px;
}
.header__burger span:before {
    left: 0;
    position: absolute;
    top: -8px;
    height: 3px;
    border-radius: 8px;
    width: 24px;
    background-color: #2F2F2F;
    content: "";
    transition-duration: .25s;
    transition: transform .25s, top .25s .25s;
}
.header__burger span:after {
    left: 0;
    position: absolute;
    top: 8px;
    height: 3px;
    border-radius: 8px;
    width: 24px;
    background-color: #2F2F2F;
    content: "";
    transition-duration: .25s;
    transition: transform .25s, top .25s .25s;
}
.header__burger.open span {
    transition-duration: 0.1s;
    transition-delay: .25s;
    background: transparent;
}
.header__burger.open span:before {
    transition: top .25s, transform .25s .25s;
    top: 0px;
    transform: rotateZ(-45deg);
}
.header__burger.open span:after {
    transition: top 0.4s, transform .25s .25s;
    top: 0px;
    transform: rotateZ(45deg);
}
/*Бургер END*/

/*Фильтры адаптив START*/
.smartfilter .smart-filter-block {
    max-width: 400px;
}
.smartfilter .form-check input {
    display: none;
}
.smartfilter .form-check {
    margin-bottom: 10px;
}
.smartfilter .form-check:last-of-type {
    margin-bottom: 0;
}
.smartfilter .form-check label {
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    display: block;
}
.smartfilter .form-check label.disabled {
    opacity:0.5;
    cursor: default;
}
.smartfilter .form-check label:before {
    content: '';
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='15' height='15' rx='3.5' stroke='%23D0D0D0'/%3E%3C/svg%3E");
    top: 1px;
    left: 0;
    transition: 0.3s;
}
.smartfilter .form-check input:checked + label:before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' rx='4' fill='%232F2F2F'/%3E%3Cpath d='M5 8L7 10L11 6' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.smart-filter-mobile-header,
.smart-filter-mobile-btn {
    display: none;
}
@media (max-width: 991px) {
    .smart-filter-mobile-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 34px;
        font-size: 24px;
        font-weight: 600;
        line-height: 110%;
        letter-spacing: -0.72px;
    }
    .smart-filter-mobile-header svg {
        cursor: pointer;
    }
    .smart-filter-mobile-btn {
        display: flex;
        align-items: center;
        border-radius: 6px;
        background: #FFFFFF;
        padding: 10px 14px;
        box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
    }
    .smart-filter-mobile-btn svg {
        margin-left: 10px;
    }
    .smart-filter-form {
        padding: 30px 15px 10px;
        position: fixed;
        width: 100%;
        left: 0;
        height: 100%;
        overflow: auto;
        background: #FAFAFA;
        z-index: 22;
        top: -100%;
        transition: top 0.3s;
    }
    .smart-filter-form.open {
        top: 0;
    }
    .smartfilter .smart-filter-block {
        max-width: none;
    }
    .smartfilter-item {
        width: 100%;
        display: block;
        white-space: normal;
        font-size: 16px;
        font-weight: 500;
        line-height: 120%;
        background: #FFFFFF;
        -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
        -moz-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
        box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        position: relative;
        margin-bottom: 10px;
        cursor: pointer;
        overflow: hidden;
    }
    .smartfilter .smart-filter-parameters-box-title {
        width: 100%;
        padding: 16px 48px 14px 14px;
        background: transparent;
        white-space: normal;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        margin: 0;
        position: relative;
        font-weight: 500;
        font-size: 16px;
    }
    .smartfilter .smart-filter-angle {
        top: 16px;
    }
    .smartfilter .smart-filter-block {
        display: none;
        position: relative;
        padding: 10px 14px 14px;
        background: transparent;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        z-index: 1;
        margin-top: 0;
    }
    .smartfilter .bx-active .smart-filter-parameters-box-title {
        background: #FFFFFF;
        color: #2F2F2F;
    }
    .smartfilter .smart-filter-angle-up {
        background-image: url("data:image/svg+xml,%3Csvg width='16' height='19' viewBox='0 0 16 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 12L8 7L3 12' stroke='%23D0D0D0' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
    }
    .smartfilter .smart-filter-price input,
    .smartfilter .smart-filter-input-group-number input {
        width: 110px;
    }
    .smartfilter .form-check {
        display: inline-block;
        margin-bottom: 0;
    }
    .smartfilter .form-check label {
        font-size: 16px;
        font-weight: 500;
        line-height: 120%;
        padding: 7px 9px;
        border-radius: 6px;
        background: #EFF0F1;
        margin-right: 8px;
        margin-bottom: 10px;
        display: inline-block;
        transition: 0.3s;
    }
    .smartfilter .form-check label:before {
        display: none;
    }
    .smartfilter .form-check input:checked + label {
        background: #2F2F2F;
        color: #FFFFFF;
    }
    .smart-filter-btn-wrap {
        position: relative;
        bottom: 0;
        left: 0;
        padding: 30px 0 0;
        width: 100%;
        z-index: 2;
    }
    .smart-filter-btn-wrap .btn {
        width: 100%;
        display: block;
        height: 46px;
    }
    .smart-filter-btn-wrap .btn-link {
        margin-top: 6px;
        background: #EFF0F1;
        height: 36px;
    }
}
/*Фильтры адаптив END*/

/*Корзина START*/
.bx-basket .basket-items-list-item-container {
    margin-bottom: 0;
}
.bx-basket .basket-item-wrap {
    margin-bottom: 36px;
}
.bx-basket .basket-item-wrap .btn-fill {
    padding: 9px;
    margin-top: 8px;
}
.bx-basket .basket-item-wrap .btn-fill.disabled {
    display: none;
}
.bx-basket .basket-items-list-item-price {
    text-align: left;
}
.bx-basket .basket-items-list-item-sale {
    text-align: left;
}
.bx-basket {
    border-right: none;
}
.basket-total-warning {
    margin-top: -10px;
    max-width: 50%;
    margin-bottom: 32px;
    font-size: 16px;
    font-weight: 700;
    line-height: 134.5%;
    color: #2F2F2F;
    border: none;
}
@media (max-width: 991px) {
    .basket-total-warning {
        max-width: 100%;
        font-weight: 400;
    }
}

.feedback-form form .input-wrap:first-of-type {
    display: none;
}

.bx-basket {
    position: relative;
    padding-bottom: 154px;
}
.basket-total {
    display: block;
    position: absolute;
    width: calc(100% - 40px);
    left: 20px;
    bottom: 0;
}

.basket-row.basket-row--few-cart .basket-checkout-container {
    border-top: 1px solid #A3A3A3;
    max-width: 100%;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    margin-top: 0;
}
.basket-row.basket-row--few-cart .basket-total .btn {
    display: none;
}
.basket-row.basket-row--few-cart .basket-total .btn {
    display: none;
}
.basket-row.basket-row--few-cart .basket-total .basket-checkout-block-total:last-of-type {
    margin-bottom: 0;
}
.basket-checkout-block-total-header {
    display: none;
}
.basket-row.basket-row--few-cart .basket-checkout-block-total-header {
    display: block;
    font-size: 21px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 24px;
}
#merge-basket-total {
    background: #EFF0F1;
    border-radius: 6px;
    padding: 8px 24px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 42px;
}
#merge-basket-total .basket-checkout-block-total-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
}
#merge-basket-total .basket-checkout-block-total-title span {
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
    padding-left: 46px;
}
#merge-basket-total .btn {
    padding: 14px 8px;
    font-size: 16px;
}

.basket-row--one-cart .bx-basket {
    display: flex;
    align-items: flex-start;

}
.basket-row--one-cart .basket-total {
    display: block;
    position: relative;
    width: auto;
    left: 0;
    bottom: 0;
}
.basket-row--one-cart .basket-checkout-container {
    width: 378px;
    min-width: 378px;
    margin-left: 48px;
    margin-top: 68px;
}
.action-add-from-another-store span {
    display: none;
}
.basket-row--one-cart .action-add-from-another-store {
    border-radius: 6px;
    background: #EFF0F1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
    margin-top: 16px;
}
.basket-row--one-cart .action-add-from-another-store .btn {
    margin-top: 0;
    padding: 17px 8px;
    min-width: 210px;
}
.basket-row--one-cart .action-add-from-another-store span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    padding-right: 16px;
}

@media (max-width: 1199px) {
    .basket-row--one-cart .bx-basket {
        display: block;
    }
    .basket-row--one-cart .basket-checkout-container {
        width: 100%;
        max-width: 420px;
        margin-left: auto;
        margin-top: 52px;
    }
    .basket-row--one-cart .bx-basket .basket-item-image {
        margin-right: 12px;
    }
    .basket-row--one-cart .bx-basket .basket-items-list-item-descriptions {
        display: flex;
    }
    .basket-row--one-cart .bx-basket .basket-items-list-item-sale {
        margin-left: 88px;
    }
}
@media (max-width: 991px) {
    .basket-row--one-cart .basket-checkout-container {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .basket-row--one-cart .action-add-from-another-store {
        display: block;
    }
    .basket-row--one-cart .action-add-from-another-store .btn {
        padding: 8px;
        margin-top: 12px;
    }
    .basket-row--one-cart .action-add-from-another-store span {
        font-size: 16px;
        line-height: 140%;
        padding-right: 0;
    }
    .basket-row--few-cart .basket-total {
        display: none;
    }
    .bx-basket {
        padding-bottom: 0;
    }
    #merge-basket-total {
        padding: 8px;
        display: block;
        margin-top: 36px;
    }
    #merge-basket-total .basket-checkout-block-total-title span {
        padding-left: 0;
        display: block;
        margin-top: 4px;
    }
    #merge-basket-total .btn {
        padding: 12px 8px;
        width: 100%;
        display: block;
        margin-top: 12px;
    }
}
@media (max-width: 639px) {
    .basket-row--one-cart .basket-checkout-container {
        width: 100%;
        max-width: 100%;
    }
}

.header__search--mobile {
    display: none;
}
@media (max-width: 991px) {
    .header__search--mobile {
        display: flex;
        margin-left: auto;
    }
    .header__basket-line {
        margin-left: 20px;
    }
}

.catalog-element .catalog-element__detail {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #000;
    line-height: 120%;
    margin-top: 24px;
}
.catalog-element .catalog-element__detail.open {
    overflow: visible;
    display: block;
    -webkit-line-clamp: none;
    line-clamp: none;
    -webkit-box-orient: unset;
}
.catalog-element-detail__toggle {
    display: flex;
    align-items: center;
    line-height: 120%;
    color: #2F2F2F;
    margin-bottom: 16px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.catalog-element-detail__toggle svg {
    margin-left: 10px;
    transform: rotate(180deg);
}
.catalog-element .catalog-element__detail.open .catalog-element-detail__toggle svg {
    overflow: visible;
    display: block;
    -webkit-line-clamp: none;
    line-clamp: none;
    -webkit-box-orient: unset;
    transform: rotate(0deg);
}
@media (max-width: 991px) {

    .catalog-element .catalog-element__detail {
        -webkit-box-ordinal-group: 4;
        -moz-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .catalog-element .catalog-element__aval {
        -webkit-box-ordinal-group: 5;
        -moz-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }
}

.contacts__block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.contacts {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/* .contacts.active {
    display: block;
} */
.contacts-city-select {
    margin-bottom: 28px;
}
.contacts-city-select .city-select {
    font-size: 15px;
    font-weight: 500;
    line-height: 120%;
    display: inline-block;
    margin-right: 12px;
    padding: 12px 14px;
    border-radius: 6px;
    background: #FAFAFA;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
    /* cursor: pointer; */
}
.contacts-city-select .city-select.active {
    background: #FFF;
}
.page--contacts .contacts-wrap {
    max-width: 100%;
}
.page--contacts .contacts-wrap .contacts-social {
    margin-right: 0;
}
.page--contacts .contacts-wrap .contacts-address {
    min-width: 550px;
    min-height: 78px;
}
@media(max-width: 1439px) {

    .contacts__block {
        grid-template-columns: 1fr;
    }

    .page--contacts .contacts-wrap {
flex-direction: column;
    }
}

@media(max-width: 600px)
{
    .page--contacts .contacts-wrap .contacts-address {
        min-width: 100%;
    }
}

textarea[name="ORDER_DESCRIPTION"] {
    min-width: calc(50% - 12px);
    width: calc(50% - 12px);
    margin-right: 24px;
}
@media (max-width: 599px) {
    textarea[name="ORDER_DESCRIPTION"] {
        width: 100%;
        margin-right: 0;
    }
}

.modal .auth--link__right {
    cursor: default;
}
.modal .auth--link__right span {
    cursor: pointer;
}

.visually-hidden {
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
}

.checkbox-field {
    display: flex;
    align-items: center;
    column-gap: 8px;
    cursor: pointer;
}

.checkbox-field__box {
    position: relative;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #2f2f2f;
    border-radius: 6px;
    background-color: #ffffff;
    transition: background-color 0.15s;
}

.checkbox-field [type=checkbox]:checked ~ .checkbox-field__box {
    background-color: #2f2f2f;
}

.checkbox-field [type=checkbox]:checked ~ .checkbox-field__box::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 13px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='10' fill='none' viewBox='0 0 13 10'%3E%3Cpath stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 5 4 4 7-8'/%3E%3C/svg%3E");
    transform: translate(-50%,-50%);
}
.blog_section--fixed .blog_section_item {
    width: calc(50% - 24px);
}
@media(max-width: 991px) {
    .blog_section--fixed .blog_section_item {
        width: 100%;
    }
}