.menu-row.bgcolored .menu-only {
    background: #d83d38;
}

a.whites {
    color: #fff;
}
a.whites:hover {
    opacity: .5;
}

a.greuurl {
    color: #333;
}

.diagramsis {
    display:flex;
    align-items:center;
}

.diagramsis-in {
    width:50%;
}

.tizers_block_list {
    margin-top: 10px;
}
.tizers_block_list svg {
    width: 30px;
    height: 30px;
}
.tizers_block_list .row.flexbox {
    gap: 15px;
}

.tizers_block_list .item-wrapper {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fill_bg_n .menu-row.middle-block.bglight, .fill_bg_y .menu-row.middle-block.bglight .mega-menu {
    background: none !important;
}
.tizers_block_list .items.small-block.tops {
    margin-top: 10px;
}
.landings-list__item.active-link .landings-list__name {
    background: #d83d38;
    color: #fff;
}
@media (max-width: 780px) {
	.tizers_block_list .image {
		width: 100% !important;
	}
	.tizers_block_list .row:after, .tizers_block_list .row:before {
		content: " ";
		display: none;
	}
	.tizers_block_list .item {
		width: 100% !important;
	}
	.tizers_block_list .row.flexbox {
		gap: 15px;
		justify-content: space-evenly;
	}
    .diagramsis {
        display:block;
    }

    .diagramsis-in {
        width:100%;
        margin:20px 0;
    }
}

.details .left_block .inner-wrapper-sticky > .cost .price_matrix_wrapper .values_wrapper span,
.details .left_block .inner-wrapper-sticky > .cost .price_measure, .details .adaptive-block .price_matrix_wrapper span {
    color: #fff;
}
.details .left_block .inner-wrapper-sticky > .cost .price_matrix_wrapper, .details .adaptive-block .price_matrix_wrapper{
    background-color: #d83d38;
    border-color: #d83d38;
    text-align: center;
}
body .logo_and_menu-row .callback-block{
    font-size: 0.800em;
    font-weight: bold;
}
.phone-block .phone .dropdown, .phone-block .phone .svg-inline-down, #footer .phone.blocks .dropdown, #footer .phone.blocks .svg-inline-down {
    display: none !important;
}
body .logo-row .top-description.addr{
    opacity: 1 !important;
}

.logo.colored a img {
    background-color: transparent;
}
.f-right{
    float: right;
}

.maxwidth-theme .maxwidth-theme.quick_basket__container {
    padding: 0;
}

.fastorderCalcIndex {
    padding: 0 10px;
    text-align: center;
}

.fastOrderFilter .bx_filter_parameters_box.set .title.bx_filter_parameters_box_title, .fo_set input {
    border: 1px solid #18867d !important;
}

.bx_filter.compact .props_list .hint .tooltip {
    outline: 2px solid #d83d38;
    outline-offset: -2px;
    font-weight: bold;
}

.fo_lable {
    z-index: 2;
}

.btn-fo-all.fast-order-all {
    display: inline-block;
}

.fastOrderFilter .bx_filter_parameters_box_title {
    min-width: 200px;
    width: 100%;
}

.bx_filter.compact .bx_filter_parameters_box, .DP_search_form {
    margin-bottom: 20px !important;
}

.video-stream__title {
    max-width: 320px;
}

.video-stream .iv-embed {
    width: 320px;
    margin: 0;
}

.dostavka-page .fastOrderFilter {
    margin-top: 0;
}

@media (max-width: 1360px) {
    .quick_basket {
        flex-flow: column;
    }
    .video-stream {
        text-align: center;
    }
    .video-stream__title {
        max-width: unset;
    }
    .video-stream .iv-embed {
        margin: 0 auto;
    }
}

.sertificate-index{
    margin-top: 20px;
}

.btn.ZAMERSHCHIK{
    display:block;
    width:100%;
    font-size:0.8em;
    margin-top:14px;
    box-sizing:border-box;
}
.detail_page .btn.one_click{
    background-color: #d83d38;
    border-color: #d83d38;
    color: #ffffff;
}

/* banner */
.custom-banner {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 1348px;
    margin: 20px auto;
    padding: 34px 34px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 18px 14px;
    background-color: rgba(34, 34, 34, 0.4);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-weight: 500;
    color: #fff;
    overflow: hidden;
}

.custom-banner > * {
    min-width: 0;
}

.custom-banner img {
    border: 0;
}

.banner__logo {
    order: 1;
    flex: 0 0 150px;
    width: 150px;
    height: 150px;
    margin: 0 12px 0 18px;
    display: block;
}

.banner__discount {
    order: 2;
    flex: 1 1 420px;
    min-width: 260px;
    max-width: 560px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner__title {
    min-width: 0;
}

.banner__main-title {
    display: block;
    margin: 0;
    padding: 0;
    font-size: clamp(28px, 3.1vw, 48px);
    line-height: 1.06;
    font-weight: 700;
    color: #ffffff;
    overflow-wrap: break-word;
}

.banner__span-accent {
    display: inline-block;
    padding: 6px 8px 7px;
    background-color: #d83d38;
    line-height: 1;
    white-space: nowrap;
}

.banner__span-font-size {
    font-size: 0.46em;
}

.banner__next-title {
    margin: 10px 0 0;
    padding: 0;
    font-size: clamp(18px, 1.7vw, 24px);
    line-height: 1.22;
    font-weight: 600;
    overflow-wrap: break-word;
}

.banner__info {
    padding-top: 22px;
    max-width: 420px;
}

.banner__text {
    margin: 0;
    padding: 0;
    font-size: clamp(14px, 1.1vw, 18px);
    line-height: 1.45;
    color: #d0d0d0;
}

.banner__phone {
    margin: 12px 0 0;
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px solid #80312F;
    font-size: clamp(12px, 1.1vw, 19px);
    line-height: 1.15;
    font-weight: 700;
    color: #f23c37;
    white-space: nowrap;
    transition: color .2s ease, text-shadow .2s ease, opacity .2s ease;
}

.banner__phone,
.banner__phone > a {
    color: #f23c37;
    text-decoration: none;
}

.banner__phone:hover,
.banner__phone:focus,
.banner__phone > a:hover,
.banner__phone > a:focus {
    color: #b91c1c;
    text-shadow: 0 0 12px rgba(185, 28, 28, 0.28);
    opacity: 1;
    text-decoration: none;
}

.banner__arrow {
    order: 3;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    margin: 0 2px;
    background-image: url(/bitrix/templates/aspro_max/images/banners/banner-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-form {
    order: 4;
    flex: 0 1 340px;
    min-width: 280px;
    max-width: 340px;
    width: 100%;
    margin-left: 0;
    container-type: inline-size;
}

.banner-form__default {
    display: block;
}

.banner-form__done {
    display: none;
    min-height: 230px;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.banner-form__done-title {
    margin: 0 0 14px;
    font-size: clamp(28px, 2.3vw, 40px);
    line-height: 1.15;
    font-weight: 700;
    color: #ffffff;
    overflow-wrap: break-word;
}

.banner-form__done-text {
    margin: 0;
    font-size: clamp(17px, 1.35vw, 22px);
    line-height: 1.4;
    font-weight: 500;
    color: #e5e7eb;
    overflow-wrap: break-word;
}

.banner-form__title {
    display: block;
    width: 100%;
    margin: 0 0 22px;
    padding-bottom: 0;
    font-size: clamp(11px, 4.8cqi, 17px);
    line-height: 1.12;
    font-weight: 700;
    color: #ffffff;
    white-space: nowrap;
    overflow: visible;
    text-overflow: clip;
}

.banner-form__overlay {
    position: relative;
}

.banner-form__input-title {
    margin: 0;
    position: absolute;
    top: -11px;
    left: 15px;
    padding: 0 5px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    color: #e3e3e3;
    background-color: transparent;
    z-index: 2;
}

.custom-banner .banner-form__input,
.custom-banner input[type="text"] {
    display: block;
    margin: 0;
    padding: 13.5px 16px 14.5px 18.5px;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    border: 1px solid #7C7C7C;
    box-sizing: border-box;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.16) !important;
    box-shadow: none;
    clip-path: polygon(0% 0%, 9px 0%, 9px 10%, 52% 10%, 52% 0%, 100% 0%, 100% 100%, 0% 100%);
    font-size: 14px;
    line-height: 1.21;
    font-weight: 500;
    color: #C1C1C1 !important;
    -webkit-text-fill-color: #C1C1C1;
    font-family: 'Montserrat', 'Arial', sans-serif;
}

.custom-banner .banner-form__input::placeholder,
.custom-banner input[type="text"]::placeholder {
    color: #C1C1C1;
    opacity: 1;
}

.custom-banner .banner-form__input:focus,
.custom-banner input[type="text"]:focus {
    background: rgba(0, 0, 0, 0.22) !important;
    border-color: #ffffff;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff;
}

.custom-banner .banner-form__input:-webkit-autofill,
.custom-banner .banner-form__input:-webkit-autofill:hover,
.custom-banner .banner-form__input:-webkit-autofill:focus,
.custom-banner input[type="text"]:-webkit-autofill,
.custom-banner input[type="text"]:-webkit-autofill:hover,
.custom-banner input[type="text"]:-webkit-autofill:focus {
    -webkit-text-fill-color: #ffffff;
    -webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.22) inset;
    transition: background-color 9999s ease-out 0s;
}

.banner-form__button,
.custom-banner input[type="submit"],
.custom-banner input[type="button"],
.custom-banner button {
    width: 100%;
    max-width: 100%;
    padding: 18px 0 17px;
    margin-top: 10px;
    background: #D83D38;
    border: none;
    border-radius: 4px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    cursor: pointer;
    color: #fff;
    opacity: 1;
    transition: opacity .2s ease-in-out;
    box-sizing: border-box;
    font-family: 'Montserrat', 'Arial', sans-serif;
    -webkit-appearance: none;
    appearance: none;
}

.banner-form__button:hover,
.banner-form__button:focus,
.custom-banner input[type="submit"]:hover,
.custom-banner input[type="submit"]:focus,
.custom-banner input[type="button"]:hover,
.custom-banner input[type="button"]:focus,
.custom-banner button:hover,
.custom-banner button:focus {
    opacity: .7;
}

.banner-form__subtitle {
    padding-top: 18px;
    display: flex;
    align-items: center;
}

.label-container {
    display: block;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 10px;
    line-height: 1.21;
    font-weight: 400;
    color: #d6d6d6;
}

.container__text {
    font-weight: 500;
}

.label-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    box-sizing: border-box;
    height: 14px;
    width: 14px;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #797979;
}

.label-container:hover input ~ .checkmark,
.label-container input:checked ~ .checkmark {
    background-color: transparent;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.label-container input:checked ~ .checkmark:after {
    display: block;
}

.label-container .checkmark:after {
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background: #d83d38;
    transform: translate(-50%, -50%);
}

@media (max-width: 1200px) {
    .custom-banner {
        padding: 28px 26px;
        gap: 14px 12px;
    }

    .banner__logo {
        flex-basis: 78px;
        width: 78px;
        height: 78px;
    }

    .banner__arrow {
        flex-basis: 36px;
        width: 36px;
        height: 36px;
    }

    .banner__discount {
        flex: 1 1 360px;
        min-width: 240px;
        max-width: 520px;
    }

    .banner-form {
        flex: 0 1 320px;
        min-width: 260px;
        max-width: 320px;
    }
}

@media (max-width: 980px) {
    .banner__arrow {
        display: none;
    }

    .banner__logo {
        flex-basis: 68px;
        width: 68px;
        height: 68px;
    }

    .banner__main-title {
        font-size: clamp(24px, 3.2vw, 34px);
    }

    .banner__next-title {
        font-size: clamp(16px, 1.9vw, 20px);
    }

    .banner__phone {
        font-size: clamp(12px, 1.6vw, 17px);
    }

    .banner-form {
        flex: 0 1 300px;
        min-width: 250px;
        max-width: 300px;
    }

    .banner-form__title {
        line-height: 1.12;
    }
}

@media (max-width: 767px) {
    .custom-banner {
        padding: 22px 14px;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 14px;
        text-align: center;
    }

    .banner__logo,
    .banner__arrow {
        display: none;
    }

    .banner__discount,
    .banner-form {
        flex: 1 1 auto;
        min-width: 0;
        max-width: 100%;
        width: 100%;
        margin-left: 0;
    }

    .banner__discount {
        align-items: center;
    }

    .banner__info {
        max-width: 100%;
        padding-top: 14px;
    }

    .banner__main-title {
        font-size: 26px;
        line-height: 1.08;
    }

    .banner__next-title {
        margin-top: 8px;
        font-size: 16px;
        line-height: 1.2;
    }

    .banner__text {
        font-size: 13px;
        line-height: 1.35;
    }

    .banner__phone {
        font-size: 15px;
        line-height: 1.15;
        white-space: nowrap;
    }

    .banner-form__title {
        padding-bottom: 14px;
        line-height: 1.12;
        text-align: center;
    }
}

    .banner-form__input-title {
        font-size: 13px;
    }

    .banner-form__subtitle {
        justify-content: center;
    }

    .banner-form__done {
        min-height: auto;
        padding-top: 10px;
    }

    .banner-form__done-title {
        font-size: 26px;
    }

    .banner-form__done-text {
        font-size: 17px;
    }


@media (max-width: 480px) {
    .custom-banner {
        padding: 18px 12px;
    }

    .banner__main-title {
        font-size: 22px;
    }

    .banner__next-title {
        font-size: 15px;
    }

    .banner__phone {
        font-size: 14px;
        white-space: nowrap;
    }

    .banner-form__title {
        line-height: 1.12;
    }

    .custom-banner .banner-form__input,
    .custom-banner input[type="text"] {
        padding-left: 14px;
        padding-right: 14px;
    }

    .banner-form__button,
    .custom-banner input[type="submit"],
    .custom-banner input[type="button"],
    .custom-banner button {
        font-size: 11px;
        letter-spacing: 1.2px;
    }

    .label-container {
        font-size: 9px;
    }
}

@media (max-width: 991px) {
    .front_company .company-block > .w100 {
        width: auto;
    }
    .front_company .company-block > .w100 .image {
        background-size: cover !important;
    }
}

.form-center{
    text-align: center;
}

.countdown{
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    font-size: 45px;
    font-weight: 400;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 25px;
    color: #d83d38;
}
.countdown .count-number{
    text-align: center;
}
.countdown .count-number span{
    background: #4b4747;
    display: inline-block;
    min-width: 35px;
    padding: 15px 2px;
    border-radius: 5px;
}
.countdown > div{
    padding: 10px 5px;
    min-width: 33px;
}
.countdown > div.delimited{
    margin-top: 15px;
    padding-left: 0px;
    padding-right: 0px;
}

@media (max-width: 480px) {
    .countdown {
        font-size: 30px;
        margin-top: 18px;
        margin-bottom: 18px;
    }
    .countdown .count-number span {
        min-width: 24px;
        padding: 10px 2px;
        border-radius: 4px;
    }
    .countdown > div {
        min-width: 22px;
        padding: 6px 3px;
    }
    .countdown > div.delimited {
        margin-top: 9px;
    }
}

h2.ordered-block__title.option-font-bold.font_lg.ordered-block__title-custom, .h2.ordered-block__title.option-font-bold.font_lg.ordered-block__title-custom {
    font-size: 1.867em;
    line-height: 28px;
    margin: 31px 0 23px;
}

@media (max-width: 768px){
    .price_index{
        display: none;
    }
    .fastOrderFilter{
        margin-top: 20px;
    }
}
.show_price_list{
    width: 100%;
    margin-top: 15px;
}
@media (min-width: 769px){
    .show_price_list{
        display: none;
    }
}

@media (max-width: 768px){
    body .product__link{
        text-align: left;
        font-size: 12px;
    }
    body .a1a01__row_item:nth-of-type(2){
        width: 44%;
        min-width: auto;
        max-width: none;
        font-size: 12px;
        padding: 5px 4px;
        justify-content: left;
    }
    body .a1a01__row_item:nth-of-type(3){
        width: 18%;
        font-size: 12px;
        min-width: auto;
        max-width: none;
        padding-left: 2px;
        text-align: center;
    }
    body .a1a01__row_item:nth-of-type(4){
        width: 38%;
        font-size: 12px;
        min-width: auto;
        max-width: none;
    }

    body .a1a01__row, .table__header{
        min-width: auto;
        max-width: none;
    }
    body .quick_basket .table_container:after{
        display: none;
    }
    body .counter__left, .counter__value, .counter__right{
        width: 40px;
    }
    body .counter__wrap{
        width: 110px;
    }
    body .video-stream .iv-embed{
        padding-left: 16px !important;
        padding-right: 16px !important;
        width: 100%;
    }
}

@media (max-width: 375px){
    body .a1a01__row_item:nth-of-type(2){
        width: 44%;
        min-width: auto;
        max-width: none;
    }
    body .a1a01__row_item:nth-of-type(3){
        width: 12%;
        min-width: auto;
        max-width: none;
    }
    body .a1a01__row_item:nth-of-type(4){
        width: 44%;
        min-width: auto;
        max-width: none;
    }
}

.calc-page .fastOrderFilter{
    margin-top: 0px;
}
.goto_calc{
    padding: 18px 0 17px;
    padding-left: 10px;
    padding-right: 10px;
    background: #D83D38;
    border: none;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    cursor: pointer;
    color: #fff;
    opacity: 1;
    transition: opacity .2s ease-in-out;
}
.goto_calc:hover, .goto_calc:active{
    color: #fff;
}
.calc_btn_div{
    margin-top: 40px;
}

.sebekon-modal-footer .btn {
    display:none!important;
}



.custom_btn{
    width: 100%;
    font-size: .733em;
    color: #333!important;
    border-color: #eeeeee!important;
}

body .product-side.left_block .text-form.calculate-delivery{
    margin-top: 8px;
}
.calculate-delivery.text-form.muted .svg{
    margin: 0px 5px 0 0;
}
.adaptive-block .calculate-delivery .custom_btn{
    width: 100%;
}
.custom_btn:hover{
    color: #fff !important;
}
.deliv_wrap .custom_btn{
    width: 100%;
    max-width: 250px;
    font-size: .7333em;
    border-color: rgba(216,61,56,0.35)!important;
    color: #d83d38;
}
.deliv_wrap {
    text-align: center;
}
.leftMobilemeny{
    margin-top: 12px;
}
.main-catalog-wrapper.details .drag-block.container.CATALOG_SECTIONS.js-load-block .maxwidth-theme {
    padding: 0px;
}
.main-catalog-wrapper.details .drag-block.container.CATALOG_SECTIONS.js-load-block {
    padding: 0px;
}

@media(min-width: 769px){
    body .item-views.company .item.video-block .image{
        position: sticky;
        top: 20px;
    }

    body .drag-block.COMPANY_TEXT{
        overflow: inherit;
        max-width: 1408px;
    }
}

.table-center{
    margin: 0 auto;
}
.deliv_wrap-index{
    margin-top: 15px;
}

.fancybox-button svg{
    width: 75%;
}
.fancybox-navigation .fancybox-button--arrow_left, .fancybox-navigation .fancybox-button--arrow_right{
    padding: 0px;
}

@font-face {
    font-family: "moscowbannerfont";
    src: url('/bitrix/templates/aspro_max/fonts/europe.woff2') format('woff2'),
        url('/bitrix/templates/aspro_max/fonts/europe.woff') format('woff'),
		url("/bitrix/templates/aspro_max/fonts/EUROPE_0.OTF") format("truetype");
    font-style: normal;
    font-weight: normal;
	font-display:swap;
}
.banner-mas{
    background: url("/bitrix/templates/aspro_max/images/22222222221.webp") no-repeat;
    width: 100%;
    height: 227px;
    background-position: center;
    background-size: cover;
    font-family: "moscowbannerfont";
}
.banner-mas-text{
    color: white;
    text-transform: uppercase;
    position: relative;
    top: 30px;
    left: 80px;
    display: inline-block;
    text-align: center;
}
.banner-mas-text span{
    text-align: center;
    font-size: 36px;
    display: block;
    line-height: 45px;
}
.banner-mas-text a{
    margin-top: 10px;
    font-size: 16px;
}
@media(max-width: 625px){
.drag-block.grey.grey_block.landings_list-on-front .box-shadow.bordered.colored_theme_hover_bg-block.item-wrap.col-md-3.col-sm-4.col-xs-12 {
    width: 50%;
}
    .banner-mas-text{
        left: 0px;
        width: 100%;
    }
    .banner-mas-text a{
        margin-top: 10px;
    }
    .banner-mas-text span{
        font-size: 24px;
    }
}
.banner-block-calc{
    margin-top: 20px;
    width: 100%;
}
.slider_dostavka .sertificate-slider.owl-carousel .owl-nav{
    pointer-events: none;
}
.slider_dostavka .sertificate-slider.owl-carousel .owl-nav .owl-prev, .slider_dostavka .sertificate-slider.owl-carousel .owl-nav .owl-next{
    pointer-events: auto;
}

.sertificate-slider.owl-carousel .owl-nav{
    pointer-events: none;
}
.sertificate-slider.owl-carousel .owl-nav .owl-prev, .sertificate-slider.owl-carousel .owl-nav .owl-next{
    pointer-events: auto;
}

.row.margin0 > div[class*="col-"] {
    margin: 0px 0px 0px 0px;
}

@media(max-width: 767px){
    body .slider_dostavka .sertificate-slider .item{
        width: 100% !important;
    }
	.landings_list-on-front .only-on-front {
		padding: 60px 16px !important;
	}
}
.telef{
    margin-top: 8px;
    width: 100%;
}
.telef a{
    width: 100%;
}
@media (max-width: 550px){

    body .wrapper1.rightDop .top_block a {
        margin-bottom: 10px;
        clear: both;
        position: absolute;
        right: 0;
        top: 17px!important;
        font-size: 0;
        background-repeat: no-repeat;
        background-image: url("/bitrix/templates/aspro_max/css/../images/svg/catalog/arrow.svg");
        height: 10px;
        width: 12px;
        transform: rotate(90deg);
        opacity: 0.26;
    }
}

body .wrapper1.rightDop .REVIEWS{
    padding-left: 30px !important;
    padding-right: 30px !important;
}
@media (min-width: 601px){
    body .wrapper1.rightDop .flexslider.shadow .flex-viewport:after, body .wrapper1.rightDop .flexslider.shadow .flex-viewport:before, body .wrapper1.rightDop .owl-carousel.shadow .owl-stage-outer:after, body .wrapper1.rightDop .owl-carousel.shadow .owl-stage-outer:before{
        background: var(--darkerblack_bg_black) !important;
    }
}
@media (max-width: 767px){
    body .wrapper1.rightDop .maxwidth-theme.fast-order-box, body  .wrapper1.rightDop .wrapper_inner.fast-order-box{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}
body .wrapper1.rightDop .TIZERS{
    padding-top: 65px !important;
}

@media (min-width: 992px) and (max-width: 994px){
    body .wrapper1.rightDop .arrow_scroll_init .arrows_wrapper .arrow.arrow_right{
        display: none;
    }
}
@media (min-width: 1200px){
    .right_block>.middle>.container .container{
        width: 100%;
    }
}

@media(min-width: 801px) and (max-width: 1360px){
    .right_block .custom-banner .banner-form__input, .right_block .banner-form__button, .right_block .banner-form__title, .right_block .banner-form__subtitle{
        width: 200px;
    }
    .right_block .fast-order-box{
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media (min-width: 1081px) and (max-width: 1140px) {
    .right_block .banner__arrow{
        display: none;
    }
}
@media (min-width: 992px) and (max-width: 1034px){
    body a.nsm-bar-btn.nsm-fab{
        width: 21px;
        height: 27px;
        font-size: 15px;
        line-height: 28px;
    }
}

.beauty-table {
    margin-bottom: 25px;
}

.beauty-table tr:hover td {
    background: #FDF5F5;
}

.beauty-table tr:first-of-type td,
.beauty-table tr:first-of-type:hover td  {
    background: #F3F4F6;
    color: #333333;
    font-weight: 600;
}

.beauty-table tr:first-of-type td p {
    color: #333333;
    font-weight: 600;
}

.beauty-table tr td {
    text-align: center;
    padding: 10px;
    font-size: 12px;
}

.beauty-table tr td p {
    margin: 0;
    font-size: 12px;
}

.menu_top_block.catalog_block .dropdown > li.full > .dropdown > li > .image img, header .menu_top_block.catalogfirst li.full > .dropdown > li > .image img, body .wrapper1 .menu-wrapper .menu_top_block .dropdown > li.full > .dropdown-block li > .image img {
    min-width: 50px;
}
.brand-detail {
    display: none !important;
}
.items-list1.item-views.table.only-img .item {
    padding-bottom: 40px;
}
.items-list1.item-views.table .item {
    margin-bottom: 0;
    background: #fff;
}
@media (min-width: 992px) {
    .wrapper1.with_left_block .col-m-20 {
        width: 20%;
    }
}
.call-content .a-mail {font-size:12px;}
.top_slider_wrapp.maxwidth-banner .swiper-slide:not(.lazyloaded):not(.no-lazyload) > div {opacity: 0;}
.home-uslugi-block > h2, .home-uslugi-block > .h2 {margin-bottom: 18px;margin-top:40px}
.home-uslugi-block > * > .maxwidth-theme, .uslugi-box > * > .maxwidth-theme {padding:0 !important;}
.home-uslugi-block .maxwidth-theme .item-views {padding-bottom:0}
h2.uslugi-title, .h2.uslugi-title {font-size:28px;margin-top:80px;}
/*.uslugi-box > .content_wrapper_block {margin:0 -30px;}*/
.ajax_load.with-appear-block .module-pagination {display:none;}
.logo-row .top-description.addr > a > img {width:50px;height:50px;}
#headerfixed .item-price .price .price_value:before {content:'Цена';padding:10px;}
footer .info .svg.svg-price {width:14px;height:14px;top:0;left:0;}
footer .price-download .price-Download {margin-top:20px;}
footer .price-download .headerPriceDownload {position:relative;padding-left:29px;text-transform:uppercase;font-size:0.867em;display:inline-block;}
footer .price-download .list-Donwnload {display:flex;font-size:13px;line-height:1;gap:10px;padding-left:29px;}
footer .price-download .list-Donwnload .link-Price {display:block;max-width:80px;}
.catalog_block .catalog_item .cost.prices .price .price_value:before {content:'Цена';padding-right:10px;font-weight:normal;}
.information .cost.prices .price {margin:0;}
.information .cost.prices .price .price_value:before {content:'Цена';padding-right:10px;font-weight:normal;}
nav.mega-menu.sliced:not(.inited) td.js-dropdown {display:none;}

@media (max-width: 991px) {
	footer .price-download .list-Donwnload {justify-content:center;}
}

/* Контейнер баннера сбора cookie */
.cookie-consent {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1200;
    pointer-events: none;              /* кликается только внутренняя плашка */
    transform: translateY(8px);
    transition: opacity 0.25s ease, transform 0.25s ease;
    background: transparent;           /* вокруг – полностью прозрачно */
}

/* Показ баннера */
.cookie-consent--visible {
    opacity: 1;
    transform: translateY(0);
}

/* Обертка: только якорь, без собственного фона/отступов */
.cookie-consent__wrap {
    position: relative;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0;
    background: transparent;
    pointer-events: none;
}

/* Карточка (десктоп) */
.cookie-consent__inner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 90px;                  /* отступ от низа окна */
    transform: none;               /* убираем translateX(-50%) */
    width: 100%;                   /* ширина как у .cookie-consent__wrap */
    
    pointer-events: auto;
    display: flex;
    align-items: center;
    gap: 16px;

    padding: 12px 20px;
    background: #ffffff;           /* белая плашка, как у Tochno */
    border-radius: 4px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.18);

    font-size: 13px;
    line-height: 1.5;
    color: #4b5563;
}


/* Текст */
.cookie-consent__text {
    flex: 1;
}

/* Ссылка "Подробнее" */
.cookie-consent__link {
    color: #7a7a7a;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-weight: 500;
    white-space: nowrap;
}

.cookie-consent__link:hover {
    color: #cd1919;
    text-decoration: none;
}

/* Кнопка "Понятно" */
.cookie-consent__btn {
    padding: 8px 18px;
    border: none;
    border-radius: 4px;
    background-color: #dc2626;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease;
}

.cookie-consent__btn:hover {
    background-color: #b91c1c;
    box-shadow: 0 4px 14px rgba(220, 38, 38, 0.35);
}

.cookie-consent__btn:active {
    transform: translateY(1px);
    box-shadow: none;
}

/* МОБИЛЬНАЯ ВЕРСИЯ: как бар по низу, на всю ширину */
@media (max-width: 767px) {
    .cookie-consent {
        bottom: 0;
    }

    .cookie-consent__wrap {
        max-width: none;
        width: 100%;
    }

    .cookie-consent__inner {
        position: fixed;               /* фиксируем к низу экрана */
        left: 0;
        right: 0;
        bottom: 0;
        transform: none;
        width: 100%;
        margin: 0;

        border-radius: 0;
        box-shadow: 0 -4px 16px rgba(15, 23, 42, 0.18);

        padding: 10px 14px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .cookie-consent__text {
        width: 100%;
    }

    .cookie-consent__link {
        white-space: normal;
    }

    .cookie-consent__btn {
        width: 100%;
        text-align: center;
    }
}



/* Плашка под ценой на карточке товара */
.product-delivery-badge {
    margin-top: 8px;
    padding: 8px 12px;
    background: #ede9fe; /* сиреневая */
    color: #111827;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

/* Плашка обратного отсчёта (15:00–16:00) */
.product-delivery-countdown-badge{
	margin-top: 8px;
	padding: 10px 12px;
	background: #8773e1;
	color: #fff;
	text-align: center;
}

.product-delivery-countdown-caption{
	font-size: 12px;
	line-height: 1.2;
	opacity: .92;
	margin-bottom: 6px;
}

.product-delivery-countdown-time{
	font-weight: 800;
	font-size: 28px;
	line-height: 1;
	letter-spacing: .06em;
	font-variant-numeric: tabular-nums;
}

.BIG_BANNER_INDEX .swiper-button-next, .BIG_BANNER_INDEX .swiper-button-prev {width:38px;}
.BIG_BANNER_INDEX .swiper-button-next:after, .BIG_BANNER_INDEX .swiper-button-prev:after {font-size:0;width:7px;height:12px;}
.menu-row.bgcolored .menu-only {
    background: #d83d38;
}

a.whites {
    color: #fff;
}
a.whites:hover {
    opacity: .5;
}

a.greuurl {
    color: #333;
}

.diagramsis {
    display: flex;
    align-items: center;
}

.diagramsis-in {
    width: 50%;
}

.tizers_block_list {
    margin-top: 10px;
}
.tizers_block_list svg {
    width: 30px;
    height: 30px;
}
.tizers_block_list .row.flexbox {
    gap: 15px;
}

.tizers_block_list .item-wrapper {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fill_bg_n .menu-row.middle-block.bglight,
.fill_bg_y .menu-row.middle-block.bglight .mega-menu {
    background: none !important;
}

.tizers_block_list .items.small-block.tops {
    margin-top: 10px;
}

.landings-list__item.active-link .landings-list__name {
    background: #d83d38;
    color: #fff;
}

/* ============================
 * ГОСТ и Гарантия под картинкой
 * ============================ */

.catalog-badges-under-image {
    margin-top: 8px;
}

/* Базовый вид плашек */
.catalog-badge {
    display: block;
    width: 100%;
    box-sizing: border-box;

    text-align: center;
    padding: 6px 4px;

    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;

    color: #ffffff;
    background: transparent;
    border-radius: 0;
    border: none;
}

/* Отступ между строками ГОСТ / Гарантия */
.catalog-badge + .catalog-badge {
    margin-top: 4px;
}

/* ГОСТ – основной красный цвет шаблона (как кнопки) */
.catalog-badge--gost {
    background: #d83d38;
}

/* Гарантия – фиолетовый #7b72b1 */
.catalog-badge--warranty {
    background: #7b72b1;
}

/* На всякий случай убираем старые "иконки-щиты" */
.catalog-badge--warranty::before,
.catalog-badge--warranty::after {
    content: none !important;
}

.catalog-price-note{
  text-align: right;
  font-size: 13px;
  line-height: 1.4;
  font-style: italic;
  color: #777;
}
.catalog-price-note__star{
  margin-right: 4px;
  font-weight: 700;
  font-style: italic;
  color: #dc2626;
}
/* burger overlay menu without ul/li */
.burger-overlay-menu{
	width: 100%;
}

.burger-overlay-menu__grid{
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
	gap: 24px;
	align-items: start;
}

.burger-overlay-menu__aside{
	display: grid;
	gap: 24px;
	align-content: start;
}

.burger-menu-card{
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 20px;
	padding: 22px 24px;
	box-shadow: 0 6px 24px rgba(17, 24, 39, 0.05);
}

.burger-menu-card--catalog{
	background: linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%);
}

.burger-menu-card--service{
	background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
}

.burger-menu-card__head{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
}

.burger-menu-card__title{
	font-size: 24px;
	line-height: 1.2;
	font-weight: 700;
	color: #1f2937;
}

.burger-menu-card__all{
	font-size: 14px;
	font-weight: 600;
	white-space: nowrap;
	text-decoration: none;
}

.burger-menu-card__all:hover{
	text-decoration: none;
}

.burger-menu-card__text{
	margin: 10px 0 18px;
	font-size: 14px;
	line-height: 1.45;
	color: #6b7280;
}

.burger-menu-card__empty{
	padding: 10px 0 4px;
}

.burger-menu-card__columns{
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
}

.burger-menu-card__group{
	min-width: 0;
}

/* top level blocks */
.burger-menu-list{
	display: grid;
	gap: 14px;
}

.burger-menu-list__item{
	display: block;
}

.burger-menu-list__link{
	display: inline-block;
	font-size: 18px;
	line-height: 1.35;
	font-weight: 600;
	color: #374151;
	text-decoration: none;
}

.burger-menu-list__link:hover{
	text-decoration: none;
}

/* nested blocks */
.burger-menu-sublist{
	display: grid;
	gap: 8px;
	margin-top: 10px;
	padding-left: 22px;
}

.burger-menu-sublist__item{
	display: block;
}

.burger-menu-sublist__link{
	display: inline-block;
	font-size: 15px;
	line-height: 1.4;
	font-weight: 500;
	color: #6b7280;
	text-decoration: none;
}

.burger-menu-sublist__link:hover{
	text-decoration: none;
	color: #374151;
}

/* service blocks */
.burger-menu-service-list{
	display: grid;
	gap: 10px;
}

.burger-menu-service-list__item{
	display: block;
}

.burger-menu-service-list__link{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 14px;
	border: 1px solid #ececec;
	border-radius: 14px;
	background: #fff;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 600;
	color: #374151;
	text-decoration: none;
	transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.burger-menu-service-list__link:hover{
	text-decoration: none;
	transform: translateY(-1px);
	box-shadow: 0 8px 22px rgba(17, 24, 39, 0.08);
	border-color: rgba(215, 58, 58, 0.22);
}

.burger-menu-service-list__link::after{
	content: "→";
	flex: 0 0 auto;
	font-size: 16px;
	line-height: 1;
	opacity: .55;
}

@media (max-width: 1200px){
	.burger-overlay-menu__grid{
		grid-template-columns: 1fr;
	}
}

@media (max-width: 900px){
	.burger-menu-card{
		padding: 18px 18px;
	}

	.burger-menu-card__columns{
		grid-template-columns: 1fr;
	}

	.burger-menu-card__title{
		font-size: 20px;
	}

	.burger-menu-list__link{
		font-size: 17px;
	}

	.burger-menu-sublist{
		padding-left: 18px;
	}

	.burger-menu-sublist__link{
		font-size: 14px;
	}

	.burger-menu-service-list__link{
		font-size: 15px;
	}
}

@media (max-width: 640px){
	.burger-menu-card__head{
		flex-direction: column;
		align-items: flex-start;
	}

	.burger-menu-card__title{
		font-size: 18px;
	}

	.burger-menu-list__link{
		font-size: 16px;
	}

	.burger-menu-sublist{
		padding-left: 14px;
	}
}
/* burger overlay search: в общей сетке и без наезда рамки на кнопку */
.mega_fixed_menu .burger-overlay{
	position: relative;
	max-width: 1240px;
	margin: 0 auto;
	padding: 28px 24px 32px;
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
	gap: 24px;
	align-items: start;
}

.mega_fixed_menu .burger-overlay .svg-close{
	position: absolute;
	left: -44px;
	top: 18px;
	cursor: pointer;
}

.mega_fixed_menu .burger-overlay .mask.arrow{
	display: none;
}

.mega_fixed_menu .burger-overlay__search{
	grid-column: 1 / -1;
	margin: 0;
	padding: 18px 20px;
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 20px;
	box-shadow: 0 10px 30px rgba(17, 24, 39, 0.08);
}

.mega_fixed_menu .burger-overlay__search::before{
	content: "Поиск по каталогу";
	display: block;
	margin-bottom: 12px;
	font-size: 13px;
	line-height: 1.3;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: #6b7280;
}

.mega_fixed_menu .burger-overlay__body{
	grid-column: 1 / -1;
	margin: 0;
	min-height: 0;
}

.mega_fixed_menu .burger-overlay__body > .burger-overlay-menu{
	width: 100%;
}

.mega_fixed_menu .burger-overlay__search .search_wrap,
.mega_fixed_menu .burger-overlay__search .search-block,
.mega_fixed_menu .burger-overlay__search .search-wrapper,
.mega_fixed_menu .burger-overlay__search #title-search_mega_menu,
.mega_fixed_menu .burger-overlay__search form.search{
	width: 100%;
}

.mega_fixed_menu .burger-overlay__search form.search{
	display: grid;
	grid-template-columns: minmax(0, 1fr) 68px;
	align-items: stretch;
	gap: 0;
	margin: 0;
}

.mega_fixed_menu .burger-overlay__search .search-input-div{
	min-width: 0;
	margin: 0;
}

.mega_fixed_menu .burger-overlay__search .search-input{
	width: 100%;
	height: 58px;
	padding: 0 20px;
	border: 1px solid #d9dde3;
	border-right: 0;
	border-radius: 16px 0 0 16px;
	background: #fcfcfd;
	font-size: 18px;
	line-height: 58px;
	font-weight: 500;
	color: #1f2937;
	box-shadow: none;
	outline: none;
	transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.mega_fixed_menu .burger-overlay__search .search-input::placeholder{
	color: #9ca3af;
	opacity: 1;
}

.mega_fixed_menu .burger-overlay__search .search-input:focus{
	background: #fff;
	border-color: #d73a3a;
	box-shadow: inset 0 0 0 1px rgba(215, 58, 58, 0.08);
	position: relative;
	z-index: 1;
}

.mega_fixed_menu .burger-overlay__search .search-button-div{
	width: 68px;
	margin: 0;
	display: flex;
	align-items: stretch;
}

.mega_fixed_menu .burger-overlay__search .btn.btn-search{
	width: 68px;
	height: 58px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 1px solid #d73a3a;
	border-left: 0;
	border-radius: 0 16px 16px 0;
	background: #d73a3a;
	box-shadow: none;
	transition: background-color .2s ease, border-color .2s ease, transform .15s ease;
}

.mega_fixed_menu .burger-overlay__search .btn.btn-search:hover{
	background: #c92f2f;
	border-color: #c92f2f;
	transform: translateY(-1px);
}

.mega_fixed_menu .burger-overlay__search .btn.btn-search svg,
.mega_fixed_menu .burger-overlay__search .btn.btn-search use{
	fill: #fff;
}

.mega_fixed_menu .burger-overlay__search .close-block.inline-search-hide{
	display: none !important;
}

/* карточки меню в той же сетке */
.burger-overlay-menu{
	width: 100%;
}

.burger-overlay-menu__grid{
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
	gap: 24px;
	align-items: start;
}

.burger-overlay-menu__aside{
	display: grid;
	gap: 24px;
	align-content: start;
}

@media (max-width: 1200px){
	.mega_fixed_menu .burger-overlay{
		grid-template-columns: 1fr;
	}

	.burger-overlay-menu__grid{
		grid-template-columns: 1fr;
	}
}

@media (max-width: 900px){
	.mega_fixed_menu .burger-overlay{
		padding: 24px 20px 28px;
	}

	.mega_fixed_menu .burger-overlay .svg-close{
		position: static;
		display: inline-block;
		margin-bottom: 16px;
	}

	.mega_fixed_menu .burger-overlay__search{
		padding: 16px;
		border-radius: 18px;
	}

	.mega_fixed_menu .burger-overlay__search::before{
		margin-bottom: 10px;
		font-size: 12px;
	}

	.mega_fixed_menu .burger-overlay__search form.search{
		grid-template-columns: minmax(0, 1fr) 60px;
	}

	.mega_fixed_menu .burger-overlay__search .search-input{
		height: 52px;
		padding: 0 16px;
		font-size: 16px;
		line-height: 52px;
		border-radius: 14px 0 0 14px;
	}

	.mega_fixed_menu .burger-overlay__search .search-button-div,
	.mega_fixed_menu .burger-overlay__search .btn.btn-search{
		width: 60px;
		height: 52px;
	}

	.mega_fixed_menu .burger-overlay__search .btn.btn-search{
		border-radius: 0 14px 14px 0;
	}
}

@media (max-width: 640px){
	.mega_fixed_menu .burger-overlay{
		padding: 20px 16px 24px;
	}

	.mega_fixed_menu .burger-overlay__search{
		padding: 14px;
	}

	.mega_fixed_menu .burger-overlay__search .search-input{
		font-size: 15px;
	}
}
.aris-seo-cards{
	display:grid;
	grid-template-columns:repeat(4,1fr);
	gap:14px;
	margin:22px 0;
}

.aris-seo-card{
	background:#fff;
	border:1px solid #eceff3;
	border-radius:18px;
	padding:22px 20px;
	box-shadow:0 8px 22px rgba(15,23,42,.06);
	min-height:130px;
}

.aris-seo-card__title{
	font-weight:800;
	font-size:16px;
	line-height:1.35;
	color:#1f2937;
	margin-bottom:8px;
}

.aris-seo-card__text{
	font-size:14px;
	line-height:1.5;
	color:#4b5563;
}

@media(max-width:900px){
	.aris-seo-cards{
		grid-template-columns:repeat(2,1fr);
	}
}

@media(max-width:560px){
	.aris-seo-cards{
		grid-template-columns:1fr;
	}
}