

/* Start:/local/js/prom/modal/style.css?17283056604066*/
body.modal-open {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    display: none;
    background: rgba(34, 34, 34, 0.2);
    z-index: 999;
    padding: 30px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.modal .modal-dialog {
    background: #FFFFFF;
    color: #222222;
    box-shadow: 0px 10px 30px rgba(121, 122, 121, 0.15);
    border-radius: 10px;
    z-index: 1000;
    /*padding: 10px;*/
    max-width: calc(90%);
    margin: auto;
}

.modal .modal-dialog__header {
    padding: 10px 10px 20px;
    border-bottom: 2px solid #DBDEE0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.modal .modal-dialog__header-title {
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
}

.modal .modal-dialog__close {
    min-width: 16px;
    width: 16px;
    height: 16px;
    background-image: url("/local/js/prom/modal/image/red-cross.svg");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.modal .modal-dialog__content {
    padding: 10px;
}

.modal-help {
    width: 16px;
    height: 16px;
    background-image: url("/local/js/prom/modal/image/help.svg");
    background-size: contain;
    background-position: center;
    display: inline-block;
    position: relative;
    margin: 0 10px;
}

.modal-help-content {
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #222222;
    background: #EFF4F7;
    box-shadow: 0px 3px 12px rgba(121, 122, 121, 0.1);
    padding: 5px 23px 7px;
    position: absolute;
    top: calc(100% + 15px);
    transform: translateX(-50%);
    left: 5px;
    min-width: 160px;
    max-width: 250px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
}

.modal-help:hover .modal-help-content {
    opacity: 1;
}

.modal-help-content:before {
    content: "";
    width: 16px;
    height: 12px;
    position: absolute;
    bottom: calc(100% - 3px);
    left: calc(50% - 6px);
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 0L13.9282 9H0.0717969L7 0Z' fill='%23EFF4F7'/%3E%3C/svg%3E");
    background-size: cover;
    background-position: center;
}

@media (max-width: 600px) {
    .modal .modal-dialog__header-title {
        font-size: 16px;
        line-height: 19px;
    }

    .modal .modal-dialog {
        /*max-width: calc(80%);*/
    }

    .g-recaptcha iframe{
        max-width: 270px !important;
    }
}

.franchise-modal {
    width: 404px !important;
    max-width: calc(100% - 54px) !important;
}

.modal#cart_result_modal {
    z-index: 9999;
}

@media only screen and (max-width: 767px) {
    .modal.favorite-modal .modal-dialog {
        max-width: 100% !important;
        width: 100% !important;
        padding: 10px 15px 15px !important;
    }

    .modal.favorite-modal .webcube-favorites__products-list {
        max-height: 100%;
    }
}

.header .mobile__search {
    display: none;
}

@media only screen and (max-width: 767px) {
    .header__button_favorites {
        /*display: none !important;*/
    }
    .header .button.header__button.header__button_search {
        display: none;
    }
    .header .mobile__search {
        display: block;
        margin-bottom: 16px;
    }
    .header .mobile__search .search {
        position: relative;
        display: block;
        padding: 3px 0;
    }
    .header .mobile__search .search__input {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        padding-right: 55px;
    }
    .header .mobile__search .search .search_button {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 2px;
    }
    .header .mobile__search .search .search_button-wrap {
        justify-content: flex-end;
    }
    .burger-menu {
        padding-top: 143px !important;
    }
}
/* End */


/* Start:/local/js/vendor/fancybox/style.css?159102209612795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/js/vendor/parsley/style.css?160561705512795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/main/css/normalize.css?15910220966814*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
    margin: 0;
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  
  main {
    display: block;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  a {
    background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden] {
    display: none;
  }
/* End */


/* Start:/assets/base.css?170177857612252*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul, li {
  list-style: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

i {
  font-style: normal;
}

a {
  text-decoration: none;
}

@font-face {
  font-family: Montserrat;
  src: url("/assets/../sources/fonts/Montserrat/Montserrat-Regular.woff2") format("woff2"), url("/assets/../sources/fonts/Montserrat/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url("/assets/../sources/fonts/Montserrat/Montserrat-Medium.woff2") format("woff2"), url("/assets/../sources/fonts/Montserrat/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url("/assets/../sources/fonts/Montserrat/Montserrat-SemiBold.woff2") format("woff2"), url("/assets/../sources/fonts/Montserrat/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url("/assets/../sources/fonts/Montserrat/Montserrat-Bold.woff2") format("woff2"), url("/assets/../sources/fonts/Montserrat/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url("/assets/../sources/fonts/Montserrat/Montserrat-Black.woff2") format("woff2"), url("/assets/../sources/fonts/Montserrat/Montserrat-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Core Sans A 55 Medium";
  src: url("/assets/../sources/fonts/CoreSansA55Medium/CoreSansA55Medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  font-family: "Core Sans A 55 Medium";
  font-size: 16px;
  color: black;
}
html * {
  box-sizing: inherit;
  outline: none;
}

body {
  display: flex;
  flex-direction: column;
}

footer {
  margin-top: auto;
}

a {
  cursor: pointer;
}

::-webkit-scrollbar {
  width: 10px;
  height: 0;
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border: 1px solid #fff;
  border-radius: 8px;
}

.page {
  position: relative;
  overflow: hidden;
}

.container {
  padding-right: 16px;
  padding-left: 16px;
  max-width: 1321px;
  margin: 0 auto;
  position: relative;
  width: unset !important;
}
@media (min-width: 1025px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1280px) {
  .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 1025px) {
  .container__with-sidebar {
    display: flex;
    justify-content: space-between;
    gap: 24px;
  }
}
@media (min-width: 1025px) {
  .container__main {
    max-width: 808px;
  }
}
.container__sidebar {
  display: flex;
  align-items: stretch;
}

.section_color_gray {
  background-color: #EAEAEA;
}

.subtext {
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
}

.button {
  font-family: Montserrat, sans-serif;
  display: flex;
  background: linear-gradient(180deg, #E61920 0%, #D71218 100%);
  color: white;
  width: 210px;
  justify-content: center;
  align-items: center;
  height: 44px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.button__icon {
  display: flex;
  align-items: center;
}
.button__hover {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  opacity: 0;
  background: #fff;
  border-radius: inherit;
  top: -39px;
  transition: 0.6s;
}
.button:hover .button__hover:not(.button__hover_disabled) {
  opacity: 1;
  top: 0px;
}
.button__count {
  font-size: 16px;
  color: #E61920;
  flex-grow: 1;
  flex-shrink: 0;
}
.button__count_checkout {
  font-size: 13px;
  text-align: left;
  color: inherit;
}
.button_slider {
  height: 36px;
  width: fit-content;
  border-radius: 9px;
  background: #fff;
  color: #E61920;
  font-family: "Core Sans A 55 Medium";
  font-size: 16px;
  font-weight: 700;
  line-height: 17px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  padding: 0 19px;
}

.button-gray {
  background: #B3B3B3;
}

.large-separator {
  border-width: 3px;
  margin: 0 0 40px 0;
}

.d-f {
  display: flex;
}

.nav__link {
  color: #414141;
}

h1, .h1 {
  font-size: 28px;
  line-height: 34.01px;
  margin-bottom: 16px;
  font-weight: 700;
}
@media (min-width: 768px) {
  h1, .h1 {
    margin-bottom: 22px;
    font-size: 32px;
    line-height: 39.01px;
  }
}

.text {
  font-size: 14px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .text {
    font-size: 16px;
  }
}

#page {
  overflow: hidden;
}

#panel {
  z-index: 1200;
  position: absolute;
  width: 100%;
}

.top-banner {
  margin-bottom: 30px;
}
.top-banner__site-nav {
  width: 846px;
  height: 50px;
  display: flex;
  gap: 38px;
  position: absolute;
  top: 66px;
  left: 97px;
  z-index: 1;
}
.top-banner__catalog {
  background-color: #fff;
  width: 235px;
}
.top-banner__search {
  background-color: #fff;
  flex: 1 1 auto;
}

.catalog__button {
  font-family: Montserrat, sans-serif;
  display: flex;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #1C2D38;
  width: 235px;
  height: 100%;
  padding: 0 30px;
  align-items: center;
  gap: 15px;
}

.categories {
  margin-bottom: 40px;
}
.categories__category:nth-child(3) .categories__category-wrapper {
  background-color: #183B52;
}
.categories__category:nth-child(4) .categories__category-wrapper {
  background-color: #4C6779;
}
.categories hr {
  margin: 20px 0;
}
.categories__buttons {
  display: flex;
  gap: 24px;
  margin-bottom: 30px;
}
.categories__category {
  display: flex;
  gap: 62px;
}
.categories__category-list-wrapper {
  margin-bottom: 20px;
}
.categories__category + .categories__category {
  margin-top: 36px;
}
.categories__category-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 356px;
  min-height: 426px;
  background: #1C2D38;
  color: #fff;
  padding: 57px 29px;
  flex-shrink: 0;
}
.categories__title {
  font-size: 24px;
}
.categories__subcategories-list {
  font-size: 15px;
  line-height: 19px;
  display: flex;
  flex-direction: column;
  gap: 21px;
}
.categories__subcategories-list a {
  color: #fff;
}
.categories__products {
  display: flex;
  flex-grow: 1;
  gap: 100px;
}
.categories__product {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.categories__product .product__favorite {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-end;
}
.categories__product .product__favorite-is-favorite svg {
  fill: #E3181F;
}
.categories__product .product__favorite-is-favorite svg path {
  stroke: #E3181F;
}
.categories__product .product__favorite-button:hover svg {
  fill: #ff9296;
}

.product__general {
  font-family: "PT Sans", "Helvetica", "Arial", sans-serif !important;
  margin-bottom: 20px;
}
.product__rating {
  padding: 16px 0;
  display: flex;
  gap: 15px;
  align-items: center;
}
.product__rating-stars {
  display: flex;
}
.product__rating-text {
  font-size: 14px;
  color: #838383;
}
.product__name {
  font-size: 16px;
  line-height: 1.3;
  color: #000;
}
.product__image {
  display: flex;
  justify-content: center;
}
.product__image img {
  height: 185px;
  max-width: 225px;
}

.partners {
  margin-bottom: 40px;
}
.partners-wrapper {
  display: flex;
  gap: 86px;
  padding-right: 60px;
}
.partners__partner img {
  height: 70px;
  width: 140px;
  -o-object-fit: contain;
     object-fit: contain;
}
.partners__buttons {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.partners__buttons .button {
  width: 229px;
}
.partners__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  flex-grow: 1;
  gap: 16px;
}
.partners__partner:nth-child(3n-2) {
  justify-self: flex-start;
}
.partners__partner:nth-child(3n-1) {
  justify-self: center;
}
.partners__partner:nth-child(3n) {
  justify-self: flex-end;
}

.services {
  margin-bottom: 30px;
}

.advantages {
  margin-bottom: 40px;
}

.categories-slider {
  margin: 40px 0;
}

.main_new {
  font-family: Montserrat;
}

.dark-gray-bg {
  position: absolute;
  background-color: #3B3F42;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 64.7674418605%;
}

.section {
  padding: 22px 0;
  position: relative;
}
@media (min-width: 768px) {
  .section {
    padding: 34px 0;
  }
}
.section_red-bg {
  background: linear-gradient(101.74deg, #FF0009 28.74%, #FF003D 70.57%);
  color: #FFFFFF;
}
.section_dark-gray-bg {
  background-color: #3B3F42;
  color: #FFFFFF;
}
.section_header {
  padding: 0;
}

.text_vendor-max-width {
  max-width: 1070px;
  margin: 0 auto;
}

.list_big-digits {
  list-style-type: none;
  counter-reset: num;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 60px;
  max-width: 880px;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .list_big-digits {
    padding-left: unset;
  }
}
.list_big-digits .list__item {
  position: relative;
  font-weight: 600;
  min-height: 41px;
  display: flex;
  align-items: center;
  padding-top: 2px;
}
.list_big-digits .list__item:before {
  content: counter(num);
  counter-increment: num;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: -50px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  background-color: #E61920;
  width: 30px;
  height: 30px;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .list_big-digits .list__item:before {
    left: -60px;
    width: 41px;
    height: 41px;
    border-radius: 9px;
    font-size: 24px;
  }
}

.features {
  gap: 70px;
}
.features_3-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 1025px) {
  .features_3-col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.features__title_big {
  font-weight: 900;
  font-size: 26px;
}
@media (min-width: 768px) {
  .features__title_big {
    font-size: 32px;
  }
}
.features__title_mid {
  font-weight: 900;
  font-size: 24px;
}
.features__title_small {
  font-size: 16px;
  font-weight: 500;
  margin-top: 2px;
}
.features__item {
  display: flex;
  gap: 12px;
  flex: 1;
  min-width: 320px;
  max-width: 400px;
}
@media (min-width: 1025px) {
  .features__item {
    flex: unset;
    min-width: unset;
    max-width: unset;
  }
}
.features__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.features__text {
  font-size: 11px;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 767px) {
  .features__icon img {
    width: 41px;
    height: 41px;
  }
}
/*# sourceMappingURL=map/base.css.map */

/* End */


/* Start:/assets/global.css?170177857638961*/
@charset "UTF-8";
@import "/assets/../../../node_modules/swiper/swiper-bundle.css";
@media (min-width: 768px) {
  ._mobile {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  ._mobile-tablet {
    display: none !important;
  }
}

@media (max-width: 767px) {
  ._tablet {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  ._tablet {
    display: none !important;
  }
}

@media (max-width: 767px) {
  ._tablet-desktop {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  ._desktop {
    display: none !important;
  }
}

.d-none {
  display: none !important;
}

.color-yellow {
  color: #E9B266;
}

.fs-36 {
  font-size: calc(30vw * 100 / 375);
}
@media (min-width: 768px) {
  .fs-36 {
    font-size: calc(36vw * 100 / 1920);
  }
}
@media (min-width: 1921px) {
  .fs-36 {
    font-size: 36px;
  }
}

.fs-28 {
  font-size: calc(24vw * 100 / 375);
}
@media (min-width: 768px) {
  .fs-28 {
    font-size: calc(28vw * 100 / 1920);
  }
}
@media (min-width: 1921px) {
  .fs-28 {
    font-size: 28px;
  }
}

.fs-24 {
  font-size: calc(20vw * 100 / 375);
}
@media (min-width: 768px) {
  .fs-24 {
    font-size: calc(24vw * 100 / 1920);
  }
}
@media (min-width: 1921px) {
  .fs-24 {
    font-size: 24px;
  }
}

.fs-20 {
  font-size: calc(16vw * 100 / 375);
}
@media (min-width: 768px) {
  .fs-20 {
    font-size: calc(20vw * 100 / 1920);
  }
}
@media (min-width: 1921px) {
  .fs-20 {
    font-size: 20px;
  }
}

.fs-18 {
  font-size: calc(14vw * 100 / 375);
}
@media (min-width: 768px) {
  .fs-18 {
    font-size: calc(18vw * 100 / 1920);
  }
}
@media (min-width: 1921px) {
  .fs-18 {
    font-size: 18px;
  }
}

.tt-u {
  text-transform: uppercase;
}

.fw-normal {
  font-weight: normal;
}

.fw-bold {
  font-weight: bold;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fs-normal {
  font-style: normal;
}

.p-r {
  position: relative;
}

.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

.o-h {
  overflow: hidden;
}

.w-100 {
  width: 100%;
}

.h-0 {
  height: 0rem !important;
}

.h-0_5 {
  height: 0.5rem !important;
}

.h-1 {
  height: 1rem !important;
}

.h-1_5 {
  height: 1.5rem !important;
}

.h-2 {
  height: 2rem !important;
}

.h-2_5 {
  height: 2.5rem !important;
}

.h-3 {
  height: 3rem !important;
}

.h-3_5 {
  height: 3.5rem !important;
}

.h-4 {
  height: 4rem !important;
}

.h-4_5 {
  height: 4.5rem !important;
}

.h-5 {
  height: 5rem !important;
}

.h-5_5 {
  height: 5.5rem !important;
}

.h-6 {
  height: 6rem !important;
}

.h-6_5 {
  height: 6.5rem !important;
}

.h-7 {
  height: 7rem !important;
}

.h-7_5 {
  height: 7.5rem !important;
}

.h-8 {
  height: 8rem !important;
}

.h-8_5 {
  height: 8.5rem !important;
}

.h-9 {
  height: 9rem !important;
}

.h-9_5 {
  height: 9.5rem !important;
}

.h-10 {
  height: 10rem !important;
}

.mt-0 {
  margin-top: 0rem !important;
}

.mt-0_5 {
  margin-top: 0.5rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-1_5 {
  margin-top: 1.5rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mt-2_5 {
  margin-top: 2.5rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mt-3_5 {
  margin-top: 3.5rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.mt-4_5 {
  margin-top: 4.5rem !important;
}

.mt-5 {
  margin-top: 5rem !important;
}

.mt-5_5 {
  margin-top: 5.5rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.mt-6_5 {
  margin-top: 6.5rem !important;
}

.mt-7 {
  margin-top: 7rem !important;
}

.mt-7_5 {
  margin-top: 7.5rem !important;
}

.mt-8 {
  margin-top: 8rem !important;
}

.mt-8_5 {
  margin-top: 8.5rem !important;
}

.mt-9 {
  margin-top: 9rem !important;
}

.mt-9_5 {
  margin-top: 9.5rem !important;
}

.mt-10 {
  margin-top: 10rem !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.mb-0_5 {
  margin-bottom: 0.5rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-1_5 {
  margin-bottom: 1.5rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-2_5 {
  margin-bottom: 2.5rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mb-3_5 {
  margin-bottom: 3.5rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.mb-4_5 {
  margin-bottom: 4.5rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.mb-5_5 {
  margin-bottom: 5.5rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.mb-6_5 {
  margin-bottom: 6.5rem !important;
}

.mb-7 {
  margin-bottom: 7rem !important;
}

.mb-7_5 {
  margin-bottom: 7.5rem !important;
}

.mb-8 {
  margin-bottom: 8rem !important;
}

.mb-8_5 {
  margin-bottom: 8.5rem !important;
}

.mb-9 {
  margin-bottom: 9rem !important;
}

.mb-9_5 {
  margin-bottom: 9.5rem !important;
}

.mb-10 {
  margin-bottom: 10rem !important;
}

.mr-0 {
  margin-right: 0rem !important;
}

.mr-0_5 {
  margin-right: 0.5rem !important;
}

.mr-1 {
  margin-right: 1rem !important;
}

.mr-1_5 {
  margin-right: 1.5rem !important;
}

.mr-2 {
  margin-right: 2rem !important;
}

.mr-2_5 {
  margin-right: 2.5rem !important;
}

.mr-3 {
  margin-right: 3rem !important;
}

.mr-3_5 {
  margin-right: 3.5rem !important;
}

.mr-4 {
  margin-right: 4rem !important;
}

.mr-4_5 {
  margin-right: 4.5rem !important;
}

.mr-5 {
  margin-right: 5rem !important;
}

.mr-5_5 {
  margin-right: 5.5rem !important;
}

.mr-6 {
  margin-right: 6rem !important;
}

.mr-6_5 {
  margin-right: 6.5rem !important;
}

.mr-7 {
  margin-right: 7rem !important;
}

.mr-7_5 {
  margin-right: 7.5rem !important;
}

.mr-8 {
  margin-right: 8rem !important;
}

.mr-8_5 {
  margin-right: 8.5rem !important;
}

.mr-9 {
  margin-right: 9rem !important;
}

.mr-9_5 {
  margin-right: 9.5rem !important;
}

.mr-10 {
  margin-right: 10rem !important;
}

.ml-0 {
  margin-left: 0rem !important;
}

.ml-0_5 {
  margin-left: 0.5rem !important;
}

.ml-1 {
  margin-left: 1rem !important;
}

.ml-1_5 {
  margin-left: 1.5rem !important;
}

.ml-2 {
  margin-left: 2rem !important;
}

.ml-2_5 {
  margin-left: 2.5rem !important;
}

.ml-3 {
  margin-left: 3rem !important;
}

.ml-3_5 {
  margin-left: 3.5rem !important;
}

.ml-4 {
  margin-left: 4rem !important;
}

.ml-4_5 {
  margin-left: 4.5rem !important;
}

.ml-5 {
  margin-left: 5rem !important;
}

.ml-5_5 {
  margin-left: 5.5rem !important;
}

.ml-6 {
  margin-left: 6rem !important;
}

.ml-6_5 {
  margin-left: 6.5rem !important;
}

.ml-7 {
  margin-left: 7rem !important;
}

.ml-7_5 {
  margin-left: 7.5rem !important;
}

.ml-8 {
  margin-left: 8rem !important;
}

.ml-8_5 {
  margin-left: 8.5rem !important;
}

.ml-9 {
  margin-left: 9rem !important;
}

.ml-9_5 {
  margin-left: 9.5rem !important;
}

.ml-10 {
  margin-left: 10rem !important;
}

.pt-0 {
  padding-top: 0rem !important;
}

.pt-0_5 {
  padding-top: 0.5rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pt-1_5 {
  padding-top: 1.5rem !important;
}

.pt-2 {
  padding-top: 2rem !important;
}

.pt-2_5 {
  padding-top: 2.5rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pt-3_5 {
  padding-top: 3.5rem !important;
}

.pt-4 {
  padding-top: 4rem !important;
}

.pt-4_5 {
  padding-top: 4.5rem !important;
}

.pt-5 {
  padding-top: 5rem !important;
}

.pt-5_5 {
  padding-top: 5.5rem !important;
}

.pt-6 {
  padding-top: 6rem !important;
}

.pt-6_5 {
  padding-top: 6.5rem !important;
}

.pt-7 {
  padding-top: 7rem !important;
}

.pt-7_5 {
  padding-top: 7.5rem !important;
}

.pt-8 {
  padding-top: 8rem !important;
}

.pt-8_5 {
  padding-top: 8.5rem !important;
}

.pt-9 {
  padding-top: 9rem !important;
}

.pt-9_5 {
  padding-top: 9.5rem !important;
}

.pt-10 {
  padding-top: 10rem !important;
}

.pb-0 {
  padding-bottom: 0rem !important;
}

.pb-0_5 {
  padding-bottom: 0.5rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pb-1_5 {
  padding-bottom: 1.5rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.pb-2_5 {
  padding-bottom: 2.5rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pb-3_5 {
  padding-bottom: 3.5rem !important;
}

.pb-4 {
  padding-bottom: 4rem !important;
}

.pb-4_5 {
  padding-bottom: 4.5rem !important;
}

.pb-5 {
  padding-bottom: 5rem !important;
}

.pb-5_5 {
  padding-bottom: 5.5rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

.pb-6_5 {
  padding-bottom: 6.5rem !important;
}

.pb-7 {
  padding-bottom: 7rem !important;
}

.pb-7_5 {
  padding-bottom: 7.5rem !important;
}

.pb-8 {
  padding-bottom: 8rem !important;
}

.pb-8_5 {
  padding-bottom: 8.5rem !important;
}

.pb-9 {
  padding-bottom: 9rem !important;
}

.pb-9_5 {
  padding-bottom: 9.5rem !important;
}

.pb-10 {
  padding-bottom: 10rem !important;
}

.bg-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.absolut-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media (max-width: 767px) {
  .page-bg {
    display: none;
  }
}
@media (min-width: 1921px) {
  .page-bg {
    background-size: 1920px 100%;
  }
}

.page-bg-mob {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media (min-width: 768px) {
  .page-bg-mob {
    display: none;
  }
}

.slider {
  position: relative;
}

.swiper-button-next, .swiper-button-prev {
  width: 40px;
  height: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  margin-left: -5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 18px;
  height: 18px;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: unset;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 22px;
}

.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border: 2px solid rgba(196, 196, 196, 0.8);
  opacity: 1;
  background: none;
}

.swiper-pagination-bullet-active {
  position: relative;
}

.swiper-pagination-bullet-active:after {
  content: "";
  position: absolute;
  /*
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  top: 50%;
   */
  left: 1px;
  top: 1px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(196, 196, 196, 0.8);
  opacity: 1;
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.swiper-button-prev:after {
  margin-left: 5px;
  transform: translate3d(-50%, -50%, 0) rotate(135deg);
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: unset;
  position: relative;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  display: none;
}

.welcome-slider__slide {
  position: relative;
}
.welcome-slider__slide-background {
  height: 100%;
}
.welcome-slider__slide-background img {
  height: 100%;
}
.welcome-slider__slide-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 61px 83px;
}
.welcome-slider__slide-text {
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  max-width: 400px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.welcome-slider__slide-button {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.welcome-slider__nav-prev, .welcome-slider__nav-next {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.welcome-slider__nav-prev img, .welcome-slider__nav-next img {
  margin-right: 2px;
}
.welcome-slider__nav-prev:after, .welcome-slider__nav-next:after {
  display: none;
}
.welcome-slider__nav-prev {
  left: -24px;
}
.welcome-slider__nav-next {
  right: -24px;
}
.welcome-slider__nav-next img {
  transform: rotate(180deg);
  margin-right: -2px;
}

.services-slider__slide {
  position: relative;
  height: 361px;
}
.services-slider__slide-background {
  height: 100%;
}
.services-slider__slide-background img {
  height: 100%;
}
.services-slider__slide-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(28, 45, 56, 0.5);
}
.services-slider__rectangle {
  position: absolute;
  right: 203px;
  bottom: -116px;
}
.services-slider__text {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: right;
  text-transform: uppercase;
  position: absolute;
  right: 290px;
  top: 163px;
  color: #fff;
}
.services-slider__button {
  position: absolute;
  right: 290px;
  z-index: 2;
  top: 246px;
}

.advantages-slider__slide {
  position: relative;
  height: 361px;
}
.advantages-slider__slide-background {
  height: 100%;
}
.advantages-slider__slide-background img {
  height: 100%;
}
.advantages-slider__slide-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(28, 45, 56, 0.5);
}
.advantages-slider__rectangle {
  position: absolute;
  left: 204px;
  bottom: -140px;
}
.advantages-slider__text {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: right;
  text-transform: uppercase;
  position: absolute;
  left: 385px;
  top: 143px;
  color: #fff;
}
.advantages-slider__button {
  position: absolute;
  left: 314px;
  z-index: 2;
  top: 259px;
}

.have-time-slider {
  margin: 30px 0;
}
.have-time-slider__slide.swiper-slide {
  width: unset;
  height: unset;
}
.have-time-slider__nav-prev.swiper-button-prev:after, .have-time-slider__nav-next.swiper-button-next:after {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.have-time__product {
  width: 234px;
  min-height: 393px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.categories-slider__slide {
  display: flex;
  width: 147px;
  justify-content: center;
}
.categories-slider__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  font-family: Montserrat;
  font-size: 14px;
  color: #414141;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 0 6px;
}
.categories-slider__picture {
  height: 70px;
  display: flex;
}
.categories-slider__picture img {
  -o-object-fit: contain;
     object-fit: contain;
}
.categories-slider__nav-next, .categories-slider__nav-prev {
  width: 30px;
  height: 30px;
  background: #FFFFFF;
  border-radius: 50%;
  border: 2px solid #efebef;
}
.categories-slider__nav-next:after, .categories-slider__nav-prev:after {
  display: none;
}
.categories-slider__nav-next img, .categories-slider__nav-prev img {
  height: 50%;
}
.categories-slider__nav-prev {
  left: -18px;
}
.categories-slider__nav-prev img {
  transform: rotate(180deg);
}
.categories-slider__nav-next {
  right: -18px;
}

._page-top .header, ._burger-open .header {
  box-shadow: unset;
}

.header {
  background: #fff;
  position: fixed;
  width: 100%;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  z-index: 999;
}
.header__button {
  border-radius: 9px;
  border: 1px solid rgba(196, 196, 196, 0.8);
  font-family: "Core Sans A 55 Medium";
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  width: -moz-fit-content;
  width: fit-content;
  background: #FFFFFF;
  color: #414141;
  display: flex;
  gap: 6px;
  height: 39px;
  padding: 0 10px;
  align-items: center;
}
.header__button_catalog {
  background: #E61920;
  color: #fff;
  border: none;
  padding: 0 14px;
}
.header__contacts {
  justify-content: space-between;
  padding: 10px 0;
  align-items: center;
  padding-left: 28px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
@media (min-width: 1280px) {
  .header__contacts {
    height: 34px;
    padding: 0;
  }
}
.header__contact {
  display: flex;
  gap: 4px;
  flex-direction: column;
}
@media (min-width: 1280px) {
  .header__contact {
    flex-direction: unset;
  }
  .header__contact_department {
    gap: 34px;
  }
}
.header__department {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header__city {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  cursor: pointer;
}
.header__city svg {
  display: block;
  width: 10px;
  height: 6px;
  fill: none;
  transition: 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
  transform: scale(1, -1);
}
.header__city .submenu {
  position: absolute;
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  min-width: 170px;
  background-color: white;
  border-radius: 0 0 8px 8px;
  padding: 10px 20px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.02), 0 8px 6px 0 rgba(0, 0, 0, 0.03), 0 20px 13px 0 rgba(0, 0, 0, 0.04), 0 38px 25px 0 rgba(0, 0, 0, 0.04), 0 65px 47px 0 rgba(0, 0, 0, 0.05), 0 100px 80px 0 rgba(0, 0, 0, 0.07);
  opacity: 0;
  visibility: hidden;
  transition: 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
  pointer-events: none;
}
.header__city .submenu:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
}
.header__city .submenu .item {
  margin-bottom: 5px;
}
.header__city .submenu .item:hover a {
  color: #E61920;
}
.header__city .submenu .item:last-of-type {
  margin-bottom: 0px;
}
.header__city .submenu .item.active a {
  color: #414141;
}
.header__city .submenu .item.active:hover a {
  cursor: default;
  color: #414141;
}
.header__city:hover svg {
  transform: scale(1, 1);
}
.header__city:hover .submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header__phone {
  color: #414141;
  align-self: center;
}
@media (min-width: 1280px) {
  .header__phone {
    align-self: unset;
  }
}
.header__phone_red {
  color: #E61920;
}
.header__phone_department {
  position: relative;
}
@media (min-width: 1280px) {
  .header__phone_department:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -17px;
    height: 23px;
    width: 2px;
    background-color: #414141;
  }
}
.header__phone:hover {
  text-decoration: underline;
}
.header__wrapper {
  justify-content: space-between;
  gap: 12px;
  height: 77px;
  align-items: center;
}
@media (min-width: 768px) {
  .header__wrapper {
    justify-content: unset;
  }
}
@media (min-width: 1025px) {
  .header__wrapper {
    gap: 38px;
  }
}
.header__menu {
  display: none;
  align-items: center;
  gap: 12px;
  flex-grow: 1;
  font-weight: 400;
}
@media (min-width: 430px) {
  .header__menu {
    display: unset;
  }
}
@media (min-width: 1025px) {
  .header__menu {
    gap: 48px;
  }
}
.header__catalog {
  gap: 14px;
  flex-grow: 1;
}
.header__search {
  min-height: 40px;
}
@media (min-width: 1025px) {
  .header__search {
    flex-grow: 1;
  }
}
.header__buttons {
  gap: 12px;
}
.header__logo {
  height: 44px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .header__logo {
    height: 57px;
  }
}
@media (min-width: 1025px) {
  .header__logo {
    width: 231px;
  }
}
.header__logo img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
@media (min-width: 1025px) {
  .header__logo img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
.header__nav {
  gap: 22px;
  font-size: 14px;
  line-height: 16px;
}

@media (max-width: 767px) {
  .burger-menu {
    position: fixed;
    opacity: 0;
    visibility: hidden;
  }
}
@media (min-width: 768px) {
  .burger-menu {
    display: none;
  }
}
@media (max-width: 767px) {
  html._burger-open {
    overflow-y: hidden;
  }
  .burger-menu {
    z-index: 994;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    padding: 96px 16px 78px;
    overflow-y: auto;
    transition: 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
    transform: translateX(-220px);
  }
  html._burger-open .burger-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
.burger-menu {
  flex-direction: column;
}
.burger-menu._active {
  display: flex;
}
.burger-menu__search {
  flex-grow: 1;
  height: 40px;
}
.burger-menu__head {
  display: flex;
  gap: 20px;
  align-items: center;
  padding-bottom: 20px;
}
.burger-menu__close {
  padding: 8px;
}
.burger-menu__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.burger-menu__contact {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
}
.burger-menu__general-menu, .burger-menu__catalog {
  display: none;
}
.burger-menu__general-menu._active, .burger-menu__catalog._active {
  display: unset;
}
.burger-menu__catalog-list {
  display: flex;
  flex-direction: column;
}
.burger-menu__menu {
  margin-bottom: 32px;
}
.burger-menu__menu__group {
  padding: 14px 0;
  border-bottom: 1px solid rgba(189, 21, 21, 0.2196078431);
}
.burger-menu__menu__group .burger-menu__menu__group:first-child {
  margin-top: 20px;
}
.burger-menu__menu__group:last-child {
  margin-bottom: 20px;
}
.burger-menu__menu__group._active .burger-menu__menu__item__arrow {
  transform: rotate(180deg);
  transition: 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.burger-menu__menu__submenu {
  overflow: hidden;
  padding: 0 16px;
}
.burger-menu__menu__submenu .burger-menu__menu__submenu {
  margin: 10px 0;
}
.burger-menu__menu__submenu .burger-menu__menu__submenu .burger-menu__menu__item {
  font-size: 16px;
}
.burger-menu__menu__submenu > .burger-menu__menu__item:first-child {
  margin-top: 12px;
}
.burger-menu__menu__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 16px;
}
.burger-menu__menu__item._title {
  margin-bottom: 0;
}
.burger-menu__menu__item:last-child {
  margin-bottom: 0;
}
.burger-menu__menu__item__link {
  color: #333333;
}
.burger-menu__menu__item__arrow {
  transition: 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.burger-menu__menu__item__arrow svg {
  transform: rotate(90deg);
}

.bx-searchtitle-history {
  margin-top: 5px;
}

.bx-searchtitle {
  height: 100%;
}

.bx-searchtitle form {
  height: 100%;
}

.bx-searchtitle-history a {
  color: #222;
  text-decoration: underline;
}

.bx-searchtitle-history a:hover {
  text-decoration: none;
}

.bx-searchtitle .bx-block-title {
  color: #343434;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 9px;
  font-weight: 600;
}

/*
.bx-searchtitle .bx-input-group {
	display: flex;
	justify-content: space-between;
	height: 100%;
}
.bx-searchtitle .bx-input-group .bx-form-control {
	display: flex;
	flex-grow: 1;
	padding-left: 26px;
	background-color: #fff;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-weight: 400;
	border: none;
}

 */
.bx-ios .bx-searchtitle .bx-input-group .bx-form-control {
  /* Fix of input shadow for IOS browsers. */
  background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}

/*

.bx-searchtitle .search_button_new button {
	height: 36px;
	width: 36px;
	border: none;
	border-radius: 6px;
	background-color: #EC1C23;
	cursor: pointer;
}

 */
div.title-search-result {
  border: 0 none !important;
  border-top: 0 none;
  display: none;
  overflow: hidden;
  z-index: 999;
  min-width: 200px;
  margin-top: 3px;
  background-color: #FFF;
  /* border-top: 0 none; */
  border-radius: 2px;
  box-shadow: 0px 0px 7px -2px #d6d6d6;
  /* display: block !important; */
}

div.title-search-fader {
  display: none;
  background-image: url("/assets/images/fader.png");
  background-position: right top;
  background-repeat: repeat-y;
  position: absolute;
}

p.title-search-preview {
  font-size: 12px;
}

div.title-search-result td.title-search-price span {
  font-size: 26px;
}

/*========================*/
.bx_smart_searche {
  padding-top: 8px;
  border-top: 0 none;
  border-radius: 0 0 3px 3px;
}

.bx_smart_searche .bx_info_wrap {
  margin-left: 85px;
}

.bx_smart_searche .bx_img_element {
  float: left;
  padding: 5px;
  width: 75px;
  text-align: center;
}

.bx_smart_searche .bx_item_block {
  min-height: 65px;
  position: relative;
}

.bx_smart_searche .bx_image {
  /* width: 45px;
  height: 45px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #e8e8e8; */
  display: inline-block;
  max-width: 100%;
}

.bx_smart_searche .bx_image.empty_image {
  background-image: url(/assets/image/noimg.png);
}

.bx_smart_searche .bx_item_element {
  padding: 8px 0;
}

.bx_smart_searche .bx_item_element_all_result {
  text-align: center;
}

.bx_smart_searche .bx_item_element hr {
  margin: 0;
  border: none;
  border-bottom: 1px solid #e5e5e5;
}

.bx_smart_searche .bx_item_element a {
  margin-top: 5px;
  display: inline-block;
  color: #333;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
}

.bx_smart_searche .bx_item_element a b {
  font-weight: bold;
}

.bx_smart_searche .bx_item_element a b {
  color: #000;
}

.bx_smart_searche .bx_item_element a:hover,
.bx_smart_searche .bx_item_element a:hover b {
  text-decoration: underline;
}

.bx_smart_searche .bx_item_preview_text {
  font-size: 13px;
  padding: 5px 10px 5px 0;
}

.bx_smart_searche .bx_price {
  font-weight: bold;
  font-size: 15px;
  margin-top: 5px;
}

.bx_smart_searche .bx_price .old {
  font-weight: normal;
  text-decoration: line-through;
  color: #636363;
  font-size: 12px;
  vertical-align: middle;
}

.bx_smart_searche .bx_item_block.all_result {
  min-height: 0;
}

.bx_smart_searche .bx_item_block.others_result {
  min-height: 0;
  line-height: 12px;
  padding: 0;
}

.bx_smart_searche .bx_item_block.all_result .all_result_button {
  display: inline-block;
  font-size: 14px;
  background-color: #1485CE;
  border: 1px solid;
  border-color: #1485CE;
  color: #FFF;
  padding: 0 22px;
  height: 34px;
  text-decoration: none;
  border-radius: 2px;
  margin: 0 0 8px;
  line-height: 34px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.bx_smart_searche .bx_item_block_href {
  display: block;
  text-decoration: none;
  margin-bottom: 5px;
  padding: 8px;
  line-height: 14px;
}

.bx_smart_searche .bx_item_block_href:hover {
  background-color: #feeed2;
}

.bx_smart_searche .bx_item_block_hrline {
  border-bottom: 1px solid #f5a61c;
  margin: 0 8px 5px;
}

.bx_item_block_item_clear {
  display: block;
  clear: both;
}

.bx_smart_searche .bx_item_block_item_info_wrap {
  display: block;
}

.bx_smart_searche .bx_item_block_item_info_wrap.wpic {
  padding-left: 39px;
}

.bx_smart_searche .bx_item_block_item_info {
  display: block;
}

.bx_smart_searche .bx_item_block_href_category_title {
  color: #a2a2a2;
  /* font-weight: bold; */
}

.bx_smart_searche .bx_item_block_href_category_name {
  color: #f5a61c;
  font-weight: bold;
  text-transform: uppercase;
}

.bx_smart_searche .bx_item_block_item_image {
  width: 34px;
  height: 34px;
  float: left;
  margin-right: 5px;
  position: relative;
}

.bx_smart_searche .bx_item_block_item_image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.bx_smart_searche .bx_item_block_item_name {
  color: #333;
  overflow: hidden;
  height: 34px;
  display: block;
  line-height: 17px;
  display: flex;
}

.bx_smart_searche .bx_item_block_item_name_flex_align {
  margin: auto 0;
}

.bx_smart_searche .bx_item_block_item_simple_name {
  color: #333;
  display: block;
  line-height: 17px;
}

.bx_smart_searche .bx_item_block_item_name b, .bx_smart_searche .bx_item_block_item_simple_name b {
  color: #f5a61c;
}

.bx_smart_searche .bx_item_block_item_price {
  float: right;
  text-align: right;
  color: #333;
  line-height: 17px;
  padding-left: 5px;
}

.bx_smart_searche .bx_item_block_item_price.bx_item_block_item_price_only_one {
  line-height: 34px;
}

.bx_smart_searche .bx_item_block_item_price .bx_price_new {
  white-space: nowrap;
  font-weight: bold;
  display: block;
}

.bx_smart_searche .bx_item_block_item_price .bx_price_old {
  white-space: nowrap;
  text-decoration: line-through;
}

.bx_smart_searche .bx_item_block_item_text {
  color: #9b9b9b;
  display: block;
  margin-top: 8px;
  font-size: 13px;
  line-height: 15px;
}

.bx_smart_searche .bx_item_block_item_props {
  color: #9b9b9b;
  display: block;
  margin-top: 8px;
  font-size: 13px;
  line-height: 15px;
}

.bx_smart_searche .bx_item_block_item_text.wpic, .bx_smart_searche .bx_item_block_item_props.wpic {
  /* padding-left: 39px; */
}

.bx_item_block_item_prop_item {
  display: block;
}

.bx_smart_no_result_find {
  padding: 0 8px 8px;
}

/* preloader base */
.bx-searchtitle .bx-searchtitle-preloader {
  position: absolute;
  top: 2px;
  right: 110%;
  width: 30px;
  height: 30px;
  z-index: 5;
  display: none;
  /* display: block; */
}

.bx-searchtitle .bx-searchtitle-preloader.view {
  background: url(/assets/images/loader_orange.gif) center center no-repeat;
}

/* black */
.bx-searchtitle.theme-black .bx-input-group .bx-form-control {
  border-color: #333;
}

.bx-searchtitle.theme-black .bx-searchtitle-preloader.view {
  background-image: url(/assets/images/loader_black.gif);
}

.bx_smart_searche.theme-black .bx_item_block.all_result .all_result_button {
  background-color: #333;
  border-color: #333;
}

.bx-searchtitle .search_button-wrap {
  display: flex;
  height: 100%;
}

/*
.bx-searchtitle .search_button-wrap{
	display: flex;
	height: 100%;
	width: 50px;
	align-items: center;
	justify-content: center;
}

.search_button:hover {

}

 */
.bx_smart_searche.theme-black .bx_item_element a b {
  color: #5c5c5c;
}

.bx_smart_searche.theme-black {
  /* border:1px solid #333; */
  border-top: 0 none;
  border-radius: 0 0 3px 3px;
}

.bx_smart_searche.theme-black .bx_item_block_href:hover {
  background-color: #eaeaea;
}

.bx_smart_searche.theme-black .bx_item_block_href_category_name {
  color: #333;
}

.bx_smart_searche.theme-black .bx_item_block_item_name b, .bx_smart_searche.theme-black .bx_item_block_item_simple_name b {
  color: #333;
}

.bx_smart_searche.theme-black .bx_item_block_hrline {
  border-color: #333;
}

.search {
  display: none;
  height: 100%;
  background: #EAEAEA;
  border-radius: 9px;
  border: 1px solid rgba(196, 196, 196, 0.8);
}
@media (min-width: 768px) {
  .search {
    display: flex;
  }
}
.search__input {
  display: none;
  border: none;
  background: transparent;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  padding-left: 16px;
  font-family: "Core Sans A 55 Medium";
  color: #414141;
}
@media (min-width: 1025px) {
  .search__input {
    display: flex;
    flex-grow: 1;
  }
}
.search__input::-moz-placeholder {
  color: #ABABAB;
}
.search__input::placeholder {
  color: #ABABAB;
}
.search__button {
  border: none;
  background: transparent;
  padding: 0 10px;
  cursor: pointer;
}
.search__button svg {
  width: 20px;
  height: 20px;
  transform: scale(-1, 1);
}

.footer {
  background: #1C2D38;
  color: #fff;
}
.footer__general {
  padding: 50px 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .footer__general {
    grid-row-gap: 30px;
    display: grid;
    grid-template-columns: auto auto minmax(auto, 140px);
    grid-template-areas: "F_Menu F_CL F_SP" "F_Menu F_CC F_SP";
  }
}
@media (min-width: 1025px) {
  .footer__general {
    padding: 50px 66px;
    grid-template-columns: auto auto auto minmax(auto, 140px);
    grid-template-areas: "F_Menu F_CC F_CL F_SP";
  }
}
.footer__copyright {
  background: #000000;
  padding: 12px 20px 19px;
}
.footer__copyright .copyright__text {
  text-align: center;
  max-width: 408px;
  margin: 0 auto;
}
.footer__menu {
  grid-area: F_Menu;
  display: flex;
  flex-direction: column;
  gap: 17px;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
}
.footer__menu-item {
  color: #fff;
}
@media (min-width: 768px) {
  .footer__menu {
    font-size: 16px;
    line-height: 20px;
  }
}
.footer__contact-common {
  grid-area: F_CC;
}
.footer__contact-local {
  grid-area: F_CL;
}
.footer__contact hr {
  border-top: 1px solid #B3B3B3;
  margin: 10px 0;
  width: 105px;
}
.footer__contact-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #496F88;
  margin-bottom: 8px;
}
.footer__contact-phone {
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}
.footer__contact-phone a {
  color: #fff;
}
.footer__contact-phone a:hover {
  text-decoration: underline;
}
.footer__contact-order-call {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  color: #B3B3B3;
}
.footer__contact-work-time {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}
.footer__social-and-payment {
  grid-area: F_SP;
  display: flex;
  flex-direction: column;
}
.footer__social .social__links {
  margin-top: 10px;
  margin-bottom: 16px;
  display: flex;
  gap: 7px;
}
.footer__payment .payment__items {
  margin-top: 10px;
  margin-bottom: 16px;
  display: flex;
  gap: 16px;
}

.gallery {
  margin: auto;
  position: relative;
  padding-bottom: 170px;
}
.gallery__gallery {
  overflow: hidden;
  position: relative;
}
.gallery__gallery-thumbs {
  overflow: hidden;
  margin-top: 10px;
  width: 1170px;
  max-width: 100vw;
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
}
@media (min-width: 768px) {
  .gallery__gallery-thumbs {
    margin-top: 18px;
  }
}
.gallery__slides, .gallery__thumbs {
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition-property: transform;
  box-sizing: content-box;
  max-height: 466px;
}
@media (min-width: 768px) {
  .gallery__slides, .gallery__thumbs {
    max-height: 656px;
  }
}
.gallery__slide {
  display: flex;
  flex-shrink: 0;
  width: 100%;
  position: relative;
  justify-content: center;
}
.gallery__slide img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 1170px;
}
.gallery__thumbs {
  padding-bottom: 7px;
}
.gallery__thumb {
  height: 100px;
  display: flex;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
}
@media (min-width: 768px) {
  .gallery__thumb {
    height: 160px;
  }
}
.gallery__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery__thumb:before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  opacity: 0.4;
}
.gallery .swiper-slide-thumb-active {
  position: relative;
}
.gallery .swiper-slide-thumb-active:before {
  opacity: 0;
}
.gallery__nav {
  opacity: 0;
  visibility: hidden;
}
.gallery__nav._top-right {
  display: flex;
  justify-content: flex-end;
  gap: 56px;
  margin-bottom: 40px;
}
.gallery__nav__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  position: relative;
  transition: 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media (hover), (min-width:0�), (min--moz-device-pixel-ratio:0), (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .gallery__nav__item:hover {
    background: #FF0009;
  }
}
.gallery__nav__item:active {
  background: #FF0009;
}
@media (min-width: 768px) {
  .gallery__nav__item {
    width: 38px;
    height: 38px;
  }
}
.gallery__nav__item:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-color: #9b9b9b;
  transition: 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media (min-width: 768px) {
  .gallery__nav__item:before {
    width: 16px;
    height: 16px;
  }
}
@media (hover), (min-width:0�), (min--moz-device-pixel-ratio:0), (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .gallery__nav__item:hover:before {
    border-color: white;
  }
}
.gallery__nav__item:active:before {
  border-color: white;
}
.gallery__nav__item._prev:before {
  transform: rotate(-45deg);
  margin-right: -3px;
}
.gallery__nav__item._next:before {
  transform: rotate(135deg);
  margin-left: -3px;
}
@media (min-width: 768px) {
  .gallery__nav__item._prev:before {
    transform: rotate(-45deg);
    margin-right: -10px;
  }
  .gallery__nav__item._next:before {
    transform: rotate(135deg);
    margin-left: -10px;
  }
}
.gallery__nav._left-right .gallery__nav__item {
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
.gallery__nav._left-right .gallery__nav__item._prev {
  left: 6px;
}
@media (min-width: 768px) {
  .gallery__nav._left-right .gallery__nav__item._prev {
    left: 16px;
  }
}
.gallery__nav._left-right .gallery__nav__item._next {
  right: 6px;
}
@media (min-width: 768px) {
  .gallery__nav._left-right .gallery__nav__item._next {
    right: 16px;
  }
}
.gallery__nav__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  transition: 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media (hover), (min-width:0�), (min--moz-device-pixel-ratio:0), (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .gallery__nav__arrow:hover {
    background: #FF0009;
  }
}
.gallery__nav__arrow:active {
  background: #FF0009;
}
.gallery__nav__arrow .svg-icon {
  display: block;
  width: 24px;
  height: 13px;
  fill: none;
  stroke: #333333;
  transition: 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.gallery__nav__arrow._prev .svg-icon {
  transform: scale(-1, 1);
}
.gallery__nav__arrow._next .svg-icon {
  stroke: #A58A63;
}
@media (hover), (min-width:0�), (min--moz-device-pixel-ratio:0), (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .gallery__nav__arrow:hover .svg-icon {
    stroke: white;
  }
}
.gallery__nav__arrow:active .svg-icon {
  stroke: white;
}
.gallery._gallery-init .gallery__nav {
  opacity: 1;
  visibility: visible;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  max-width: 1340px;
}
.gallery .swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}
.gallery__video {
  width: 100%;
  height: 100%;
  position: relative;
}
.gallery__video img {
  height: 100%;
}
/*# sourceMappingURL=map/global.css.map */

/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section.list/header__catalog-menu/style.css?17778946706471*/

.icon-wrapper {
    display: inline-block;
    max-height: 40px;
    margin-right: 20px;
}

.icon-wrapper.sale {
    position: relative;
}

.icon-wrapper.sale:after {
    content: "";
    position: absolute;
    background-image: url("/local/templates/main/components/bitrix/catalog.section.list/header__catalog-menu/image/sale.svg");
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    left: 23px;
    bottom: 16px;
    pointer-events: none;
}

.catalog-menu-nav {
    background: #FFFFFF;
    box-shadow: 0 10px 30px rgba(121, 122, 121, 0.15), inset 0 2px 4px rgba(219, 222, 224, 0.88);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: absolute;
    /*left: 0;*/
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 1px);
    z-index: 100;
    width: calc(100vw - 20px);
    max-width: 1096px;
    padding: 8px 10px 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
    display: flex;
}

.menu-wrapper {
    position: relative;
}

.menu-toggler {
    color: #EC1C23;
    cursor: pointer;
    align-items: center;
    margin-right: 10px;
    display: none;
}

.menu-toggler.active {
    color: #9EB4C3;
}

.burger-icon {
    margin-right: 10px;
}

.active .burger-icon path {
    fill: #9EB4C3;
}

.menu-toggler.active + .catalog-menu-nav {
    opacity: 1;
    pointer-events: all;
}

.catalog-menu{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 1px);
}

.catalog-menu-link {
    display: flex !important;
    align-items: flex-start;
}

.catalog-menu-item-name {
    margin-top: 10px;
    font-size: 16px;
    line-height: 19px;
}

.catalog-menu-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-right: 20px;
}

.catalog-menu-item {
    width: 25%;
    padding-right: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: 50px;
    display: flex;
    justify-content: flex-start;
}

.mobile-menu-toggler {
    width: 20px;
    height: 20px;
    background-image: url(/local/templates/main/components/bitrix/catalog.section.list/header__catalog-menu/image/red-cross.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    position: absolute;
    right: 25px;
    top: 8px;
    display: none;
}

.menu-handler-text {
    white-space: nowrap;
}

@media (max-width: 1024px) {
    .catalog-menu-nav {
        width: calc(100vw - 50px);
    }
}

@media (max-width: 767px) {
    .mobile-menu-toggler {
        display: block;
    }

    .catalog-menu-nav {
        position: fixed;
        z-index: 9999;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        padding: 33px 27px;
        overflow-y: auto;
    }

    .catalog-menu-nav ul {
        border: 1px solid #DBDEE0;
    }

    .catalog-menu-item {
        width: calc(100% / 3);
        padding: 15px 5px !important;
        align-items: center;
        min-height: 95px;
        justify-content: center;
        border-right: 1px solid #DBDEE0;
        border-bottom: 1px solid #DBDEE0;
        margin: 0;
    }

    .catalog-menu-link {
        flex-direction: column;
        align-items: center;
    }

    .icon-wrapper {
        margin-right: 0;
    }

    .catalog-menu-item-name {
        text-align: center;
        text-align-last: center;
    }
}

svg.burger-icon {
    width: 24px;
    height: 24px;
}

@media (max-width: 600px) {
    svg.burger-icon {
        width: 16px;
        height: 16px;
        margin-right: 9px;
    }

    .menu-toggler {
        margin-right: 0px;
    }

    .catalog-menu-wrapper {
        padding: 0 7px !important;
    }

    .catalog-menu-item-name {
        font-size: 12px;
        line-height: 14px;
    }

    .catalog-menu-item .icon-wrapper > svg {
        width: 24px;
        height: 24px;
    }
    .menu_catalog_PDF_main {
        display: block;
        align-self: flex-end;
        position: static;
        line-height: 15px;
        margin-bottom: 20px;
    }
}


/* icon animation */
svg.section-svg-icon .triangle,
svg.section-svg-icon .triangle-hovered {
    transition: opacity .2s ease;
}

svg.section-svg-icon .triangle-hovered {
    opacity: 0;
}

svg.section-svg-icon .triangle {
    opacity: 1;
}

svg.section-svg-icon .main-icon {
    transition: fill .2s ease;
}

.catalog-menu-nav .catalog-menu-link:hover svg.section-svg-icon .main-icon {
    fill: #EC1C23;
}

.catalog-menu-nav .catalog-menu-link:hover svg.section-svg-icon .triangle-hovered {
    opacity: 1;
}

.catalog-menu-nav .catalog-menu-link:hover svg.section-svg-icon .triangle {
    opacity: 0;
}

/*color: #EC1C23;*/
.menu-handler-text{
    color: white;
}
.catalog-menu-wrapper{
    background-color: #EC1C23;
    display: flex!important;
    align-items: center;
    font-size: 22px;
    padding: 5px!important;
    height: 100%;
}
.header-top-menu > li:not(:first-of-type){
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
}
.header-top-menu{
    height: 100%;
}
.container.menu-wrapper{
    padding: 0;
    height: 60px;
    justify-content: center;
}
.header-top-menu{
    height: 60px;
}

.catalog.-hover-lock .list, .catalog:hover .list {
    display: flex;
}
.catalog-menu-nav ul{
    display: inline-block;
}
.catalog-menu-item{
    width: 100%;
}
.section-svg-icon{
    height: 20px;
    width: auto;
}
.catalog-menu-item-name{
    margin-top: 0;
}
.catalog-menu-item{
    height: auto;
    min-height: auto;
}
.catalog-menu-nav ul{
    border-right: 2px solid #DBDEE0;
    /*padding-right: 20px;*/
}
.catalog-arrow-right{
    position: absolute;
    right: 0;
    top: 3px;
}
.catalog-menu-link{
    position: relative;
    width: 100%;
    margin-right: -20px;
}
.catalog-menu-inner-title{
    margin-bottom: 20px;
    color: black;
}
.catalog-menu-inner-block{
    display: none;
}
.catalog-menu-inner-block.active{
    display: block;
}

.menu_catalog_PDF {
    background-image: url(/local/templates/main/components/bitrix/catalog.section.list/header__catalog-menu/image/graphic_12117586.png);
    display: flex;
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
}
.menu_catalog_PDF_fonts {
    font-size: 12px;
}
@media (min-width: 600px) {
.menu_catalog_PDF_main {
    display: block;
    align-self: flex-end;
    position: absolute;
    left: 87%;
    line-height: 15px;
    margin-bottom: 20px;
}
.menu_catalog_PDF_fonts {
    font-size: 14px;
}
}

/* End */


/* Start:/local/components/arturgolubev/search.title/templates/redesign/style.css?17283081803524*/
.bx_smart_searche.theme-black .product .btn {
    padding-left: 24px;
    padding-right: 8px;
    margin-bottom: 18px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bx_smart_searche.theme-black .product .btn .default-button {
    min-height: 35px;
    font-size: 14px;
    padding: 5px 24px 5px 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bx_smart_searche.theme-black .product .btn .question_price {
    padding: 5px 24px;
}

.bx_smart_searche.theme-black .product .btn i {
    transform: scale(0.9);
}

.bx_smart_searche .bx_item_block.all_result {
    margin-top: 20px;
}

.bx_smart_searche .bx_item_block_item_info {
    display: flex;
    flex-direction: row-reverse;
}

.bx_smart_searche .bx_item_block_item_image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bx_smart_searche .bx_item_block_item_info_wrap.wpic {
    padding-left: 16px;
    margin-right: auto;
}

.bx_smart_searche .bx_item_block_item_image {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
    height: 85px;
    min-height: 85px;
    max-height: 85px;
    margin-right: 16px;
    margin-left: 24px;
    margin-top: 4px;
    /*border: 1px solid gray;*/
}

.bx_smart_searche .bx_item_block_item_image img {
    /*object-position: top center;*/
    /*object-fit: cover;*/
    object-position: right;
    object-fit: contain;
}

.bx_smart_searche .bx_item_block_item_price {
    display: block;
    padding-left: 0;
    font-size: 18px;
    font-weight: bold;
    margin-right: 18px;
    padding-top: 2px;
}

.bx_smart_searche .bx_item_block_href {
    margin-bottom: 8px;
}

.bx_smart_searche .product {
    position: relative;
}

.bx_smart_searche .bx_item_block_item_name {
    line-height: 21px;
    height: 39px;
}

.title-search-result {
    min-width: 450px !important;
    height: calc(100vh - 130px) !important;
    max-height: 600px !important;
}

.title-search-result .bx_smart_searche {
    height: 100%;
    max-height: calc(100vh - 111px) !important;
    overflow: scroll !important;
}

@media only screen and (min-width: 1023px) {
    .bx_smart_searche.theme-black .product .btn .default-button {
        width: 180px;
    }
}

@media only screen and (max-width: 1023px) {
    .title-search-result {
        min-width: unset !important;
    }
    .bx_smart_searche .bx_item_block_item_name {
        line-height: 18px;
        height: 36px;
    }
    .bx_smart_searche.theme-black .product .btn .default-button {
        width: 160px;
    }
    .bx_smart_searche .bx_item_block_item_image {
        width: 100px;
        min-width: 100px;
        max-width: 100px;
        height: 85px;
        min-height: 85px;
        max-height: 85px;
    }
}

@media only screen and (max-width: 370px) {
    .bx_smart_searche .bx_item_block_item_price {
        bottom: 33px;
    }
    .bx_smart_searche.theme-black .product .btn .default-button {
        width: unset;
        padding: 0 14px;
    }
    .bx_smart_searche .bx_item_block_item_price {
        font-size: 16px;
    }
    .bx_smart_searche .bx_item_block_item_image {
        width: 80px;
        min-width: 80px;
        max-width: 80px;
        height: 65px;
        min-height: 65px;
        max-height: 65px;
    }
    .bx_smart_searche.theme-black .product .btn {
        margin-bottom: 20px;
    }
}
/* End */


/* Start:/local/components/prom/lang.select/templates/.default/style.css?17369419061951*/
/*для переводчика*/
body {
    top: 0 !important;
}
.skiptranslate,
#goog-gt-tt,
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
    display: none !important;
    height: 0 !important;
}

.VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q {
    background-color: unset !important;
    box-shadow: unset !important;
}
/*для переводчика*/

.header__lang {
    display: flex;
    align-items: center;
    margin-right: 15px;
    cursor: pointer;
}

.header__lang:hover {
    padding-bottom: 20px;
    margin-bottom: -20px;
}

.lang-selector {
    display: inline-block;
    position: relative;
}

.lang-selector svg {
    width: 30px;
    height: 30px;
}

.lang-selector .selected-lang {
    display: flex;
    align-items: center;
    /*padding: 5px 10px;*/
    border: 1px solid #ccc;
    border-radius: 50%;
}

.lang-selector .lang-options {
    position: absolute;
    top: calc(100% + 15px);
    left: -15px;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 10;
    display: none;
}
.header__lang:hover .lang-options {
    display: block;
}

.lang-selector .lang-options a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 15px;
    text-decoration: none;
    color: #333;
}

.lang-selector .lang-options a:hover {
    /*background: red;*/
    background: #f0f0f0;
}

@media only screen and (max-width: 1024px) {
    .header__lang {
        position: fixed;
        bottom: 5rem;
        left: 1rem;
        transform: scale(1.3);
        transform-origin: left;
    }
    .lang-selector .lang-options {
        position: absolute;
        top: unset;
        bottom: calc(100% + 15px);
        left: -15px;
        background: #fff;
        border: 1px solid #ccc;
        z-index: 10;
        display: none;
    }
    .header__lang:hover {
        padding-bottom: 0;
        margin-bottom: 0;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/breadcrumb/.default/style.css?1734435178601*/
.breadcrumb-scroll {
    background-color: #f5f5f5;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}

.breadcrumb {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    overflow-x: scroll;
    white-space: nowrap;
    height: 42px;
    margin-bottom: 15px;
    margin-left: 10px;
    padding: unset;
}

.breadcrumb-item {
    margin-bottom: 7px;
    padding-right: 10px;
}

.breadcrumb-item a {
    color: #446C7D;
}

.breadcrumb-item > span {
    color: #222222;
}

.breadcrumb-divider {
    display: inline-block;
    margin: 0 8px 0 0;
}
/* End */


/* Start:/bitrix/components/vregions/header.select/templates/popup-new/style.css?17454918383627*/
#vregions-sepia{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 999;
	background: url(/bitrix/components/vregions/header.select/templates/popup/images/sepia-dark.png) repeat 0 0;
}
.vregion-popup-link a{
	text-decoration: none;
	color: #fff;
}
.vregion-popup-link a span{
	border-bottom: 1px dotted;
}
.vr-popup{
	position: fixed;
	left: 50%;
	top: 50%;
	display: none;
	z-index: 1000;
	opacity: 1;
}
.popup-white{
	background: #fff;
	position: relative;
	border-radius: 5px;
	border: 2px solid #DBDEE0;
}
#vregions-popup{
	margin: -157px 0 0 -384px;
	width: 768px;
	/*height: 314px;*/
}
#vregions-popup-with-all-cities{
	/* margin:-200px 0 0 -384px; */
	width: 768px;
}
.popup-white .bw-title-shadow{
	background: url(/bitrix/components/vregions/header.select/templates/popup/images/shadow-title-popup.png) no-repeat 50% 100%;
	padding-left: 25px;
}
.popup-white .bw-title-shadow h3{
	line-height: 60px;
	color: #000;
	margin: 10px 0px;
}
.vregions-list p{
	padding-left: 25px;
}
.vregions-list .col{
	float: left;
	padding-left: 25px;
	width: 231px;
}
.vregions-list ul{
	list-style: none;
	padding: 0;
	margin: 10px 0;
}
.vregions-list a{
	color: #3d3d3d;
	font-size: 14px;
	line-height: 17px;
	text-decoration: underline;
}
.vregions-list a:hover,
.vregions-list .active a{
	text-decoration: underline;
	color: #156ba0;
}
#vregions-popup-que{
	/* margin:-157px 0 0 -384px; */
	width: 768px;
	height: 314px;
}
.vregions-que-body{
	color: #000;
	padding-left: 25px;
}
.vregions-que-body a{
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
	display: inline-block;
	padding: 6px 12px;
	margin: 0 5px 5px 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.vregions-que-body a:hover, .vregions-que-body a:focus, .vregions-que-body a:active{
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}
.clearfix:before,
.clearfix:after{
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after{
	clear: both;
}
.vr-popup .close{
	width: 21px;
	height: 21px;
	display: block;
	position: absolute;
	right: 17px;
	top: 19px;
	background: url(/bitrix/components/vregions/header.select/templates/popup/images/close.png) no-repeat 0 0;
	font-size: 0;
	text-indent: -9999px;
	cursor: pointer;
	opacity: 1;
}

.regionselect__another {
	position: relative;
	margin-block-start: 1em;
	margin-block-end: 1em;
	max-width: max-content;
	color: red;
	padding-left: 0 !important;
}

.regionselect__another:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #797A79;
	transition: border-bottom-color .2s ease;
}

.regionselect__another:hover:after {
	border-bottom-color: #156ba0;
}

.region-change-link__help.hide {
	display: none !important;
}

.vregions-list--another {
	padding-bottom: 20px;
}

.vregions-list--another .col {
	float: unset;
	width: unset;
}

@media (max-width:767px){
	#vregions-popup {
		margin:unset;
		width: 100%;
		height: unset;
	}
	.vr-popup {
		left: unset;
		right: unset;
		top: unset;
	}
}
/* End */


/* Start:/local/components/prom/callback/templates/.default/style.css?16258344071329*/
.callback-form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    /*align-items: flex-end;*/
}

.callback-form label {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.callback-form input[type="text"] {
    width: 260px;
    color: #222222;
}

.callback-form input[type="text"]:focus {
    outline: none;
}

.callback-form input[type="text"]::placeholder {
    color: #DBDEE0;
}

.callback-form input[type="text"].error {
    border-color: #EC1C23;
    color: #EC1C23;
}

.callback-form .errortext {
    text-align: right;
    text-align-last: right;
    color: #EC1C23;
    display: none;
    width: 100%;
    margin: 10px 0 0;
}

.callback-form input[type="text"].error + .errortext {
    display: block;
}

.callback-ok-text {
    font-size: 16px;
    line-height: 19px;
    color: #797A79;
}

@media (max-width: 600px) {
    .callback-form {
        padding-top: 10px;
    }

    .callback-form label {
        flex-direction: column;
        align-items: flex-start;
        font-size: 14px;
        line-height: 16px;
    }
    .callback-form label > span {
        margin-bottom: 5px;
    }

    .callback-form input[type="submit"],
    .callback-form input[type="text"] {
        width: 100%;
    }
}
/* End */


/* Start:/local/components/prom/oneclick/templates/.default/style.css?17449001441963*/
.one-click-modal-form label {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.one-click-modal-form input[type="tel"]:focus,
.one-click-modal-form input[type="email"]:focus,
.one-click-modal-form input[type="url"]:focus,
.one-click-modal-form input[type="text"]:focus {
    outline: none;
}

.one-click-modal-form input[type="tel"]::placeholder,
.one-click-modal-form input[type="email"]::placeholder,
.one-click-modal-form input[type="url"]::placeholder,
.one-click-modal-form input[type="text"]::placeholder {
    color: #DBDEE0;
}

.one-click-modal-form input[type="tel"].error,
.one-click-modal-form input[type="email"].error,
.one-click-modal-form input[type="url"].error,
.one-click-modal-form input[type="text"].error {
    border-color: #EC1C23;
    color: #EC1C23;
}

.one-click-modal-form label.error {
    border: 2px solid #EC1C23;
    border-radius: 3px;
}

.one-click-modal-form .errortext {
    text-align: right;
    text-align-last: right;
    color: #EC1C23;
    display: none;
    width: 100%;
    margin: 10px 0 0;
}

.one-click-modal-form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-end;
}

.one-click-modal__footer {
    padding-bottom: 10px;
    max-width: 360px;
}

@media (max-width: 600px) {
    .one-click-modal-form {
        padding-top: 10px;
    }

    .one-click-modal-form label {
        flex-direction: column;
        align-items: flex-start;
        font-size: 14px;
        line-height: 16px;
    }

    .one-click-modal-form label > span {
        margin-bottom: 5px;
    }

    .one-click-modal-form input[type="submit"],
    .one-click-modal-form input[type="tel"],
    .one-click-modal-form input[type="url"],
    .one-click-modal-form input[type="email"],
    .one-click-modal-form input[type="text"],
    .one-click-modal-form .default-button {
        width: 100%;
    }
}
/* End */


/* Start:/local/components/prom/question-price/templates/.default/style.css?15911844591984*/
.question-price-modal-form label {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.question-price-modal-form input[type="tel"]:focus,
.question-price-modal-form input[type="number"]:focus,
.question-price-modal-form input[type="email"]:focus,
.question-price-modal-form input[type="text"]:focus {
    outline: none;
}

.question-price-modal-form input[type="tel"]::placeholder,
.question-price-modal-form input[type="number"]::placeholder,
.question-price-modal-form input[type="email"]::placeholder,
.question-price-modal-form input[type="text"]::placeholder {
    color: #DBDEE0;
}

.question-price-modal-form input[type="tel"].error,
.question-price-modal-form input[type="number"].error,
.question-price-modal-form input[type="email"].error,
.question-price-modal-form input[type="text"].error {
    border-color: #EC1C23;
    color: #EC1C23;
}

.question-price-modal-form .errortext {
    text-align: right;
    text-align-last: right;
    color: #EC1C23;
    display: none;
    width: 100%;
    margin: 10px 0 0;
}

.question-price-modal-form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-end;
}

.question-price-modal__footer {
    padding-bottom: 10px;
}

@media (max-width: 600px) {
    .question-price-modal-form {
        padding-top: 10px;
    }

    .question-price-modal-form label {
        flex-direction: column;
        align-items: flex-start;
        font-size: 14px;
        line-height: 16px;
    }

    .question-price-modal-form label > span {
        margin-bottom: 5px;
    }

    .question-price-modal-form input[type="submit"],
    .question-price-modal-form input[type="tel"],
    .question-price-modal-form input[type="number"],
    .question-price-modal-form input[type="email"],
    .question-price-modal-form input[type="text"],
    .question-price-modal-form .default-button {
        width: 100%;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/form.result.new/arenda/style.css?15910220961776*/
.rent-modal form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-end;
}

.rent-modal label {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.rent-modal textarea,
.rent-modal input[type="text"] {
    color: #222222;
}

.rent-modal textarea {
    width: 100%;
    resize: none;
    margin-top: 5px;
}

.rent-modal textarea:focus,
.rent-modal input[type="text"]:focus {
    outline: none;
}

.rent-modal textarea::placeholder,
.rent-modal input[type="text"]::placeholder {
    color: #DBDEE0;
}

.rent-modal .error textarea,
.rent-modal .error input[type="text"] {
    border-color: #EC1C23;
    color: #EC1C23;
}

.rent-modal .errortext {
    text-align: right;
    text-align-last: right;
    color: #EC1C23;
    display: none;
    width: 100%;
    margin: 10px 0 0;
}

.rent-modal label.error + .errortext {
    display: block;
}

.rent-ok-text {
    font-size: 16px;
    line-height: 19px;
    color: #797A79;
}

.rent-modal .captcha {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.rent-modal [name="captcha_word"] {
    width: calc(100% - 200px);
}

.rent-modal .captcha-title {
    width: 100%;
    margin-bottom: 10px;
}

@media (max-width: 600px) {
    .rent-modal {
        padding-top: 10px;
    }

    .rent-modal label {
        flex-direction: column;
        align-items: flex-start;
        font-size: 14px;
        line-height: 16px;
    }

    .rent-modal label > span {
        margin-bottom: 5px;
    }

    .rent-modal textarea,
    .rent-modal input[type="submit"],
    .rent-modal input[type="text"] {
        width: 100%;
    }
}
/* End */


/* Start:/local/components/prom/favorites_lite/templates/with_modal/style.css?17017791078331*/
.webcube-favorites * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: inherit;
}

[class*='icon-']:before {
    display: inline-block;
    font-family: 'Glyphter';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*loader*/
.webcube-favorites-loader {
    display: none;
    text-align: center
}

.webcube-favorites-loader svg * {
    fill: #efa61b;
}
.modal.favorite-modal {
    z-index: 1000; /* basket result - 1 index */
}
.favorite-modal .modal-dialog {
    width: 800px;
    max-width: calc(100vw - 30px);
    max-height: calc(100vh - 90px);
    overflow-Y: scroll;
}

.md-content-webcube-favorites {
    position: relative;
    min-height: 526px;
}

.md-content-webcube-favorites .perekluch {
    text-align: center;
    margin-bottom: 15px;
}

.md-content-webcube-favorites .perekluch span.href-nalichie {
    display: inline-block;
    text-transform: uppercase;
    font-size: 10px;
}

.md-content-webcube-favorites .perekluch .active-hr {
    cursor: no-drop;
    text-decoration: none;
}

.md-content-webcube-favorites .perekluch .no-active-hr {
    border-bottom: 1px dashed;
}

.md-content-webcube-favorites .onoffswitch {
    display: inline-block;
    top: 5px;
    position: relative;
    width: 30px;
    margin: 0 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.md-content-webcube-favorites .onoffswitch .onoffswitch-checkbox {
    display: none;
}

.md-content-webcube-favorites .onoffswitch .onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    -ms-border-radius: 36px;
    -o-border-radius: 36px;
    border-radius: 36px;
    border-width: 2px;
    border-style: solid;
    margin-bottom: 0;
}

.md-content-webcube-favorites .onoffswitch .onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -webkit-transition: margin 0.3s ease-in 0s;
    -moz-transition: margin 0.3s ease-in 0s;
    -ms-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

.md-content-webcube-favorites .onoffswitch .onoffswitch-inner:before,
.md-content-webcube-favorites .onoffswitch .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 14px;
    padding: 0;
    line-height: 14px;
    font-size: 13px;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}

.md-content-webcube-favorites .onoffswitch .onoffswitch-inner:before {
    content: "";
    padding-left: 13px;
}

.md-content-webcube-favorites .onoffswitch .onoffswitch-inner:after {
    content: "";
    padding-right: 13px;
    background-color: #FFFFFF;
    color: #666666;
    text-align: right;
}

.md-content-webcube-favorites .onoffswitch .onoffswitch-switch {
    display: block;
    width: 12px;
    height: 12px;
    margin: 3px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    border: 2px solid #FFFFFF;
    border-radius: 100%;
    transition: all 0.3s ease-in 0s;
}

.md-content-webcube-favorites .onoffswitch .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.md-content-webcube-favorites .onoffswitch .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0;
}


.md-show {
    visibility: visible;
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 999;
    opacity: 0;
    background: rgba(227, 227, 227, 0.8);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible;
}

/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content-webcube-favorites {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-1 .md-content-webcube-favorites {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

/*Применяем цвет к SVG*/
.color-svg {
    stroke: #FFFFFF;
    fill: #FFFFFF;
}

.svg-korzina {
    position: absolute;
}

.icon-izbranoe {
    box-shadow: 0 2px 8px rgba(121, 122, 121, 0.16);
    border-radius: 5px 0 0 5px;
    position: fixed;
    right: 0;
    top: calc(50% + 60px);
    transform: translateY(-50%);
    padding: 15px 15px 15px 40px;
    background-size: 16px;
    background: #EFF4F7 url(/local/components/prom/favorites_lite/templates/with_modal/image/heart.svg) no-repeat 15px 16px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
    color: #797A79;
    z-index: 1;
    height: 50px;
}

.icon-izbranoe.active {
    opacity: 1;
    pointer-events: initial;
}

.izbrannoe__count {
    cursor: pointer;
}

.webcube-favorites .add-to-cart-button {
}

.webcube-favorites .add-to-cart-button:hover {
}

.webcube-favorites .add-to-cart-button.in-basket {
}

.webcube-favorites .add-to-cart-button.not-avalible {
    background: #DBDEE0;
    color: #FFFFFF;
    box-shadow: 4px 4px 8px rgba(121, 122, 121, 0.16);
    pointer-events: none;
}

webcube-favorites__product-container {
    max-height: calc(100vh - 180px);
}

.webcube-favorites__product {
    padding: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.webcube-favorites__buttons-block {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.webcube-favorites__delete-button {
    margin-bottom: 5px;
}

.webcube-favorites__delete-button:hover {
    text-decoration: underline;
}

.webcube-favorites__image-block {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.webcube-favorites__image {
    max-width: 100%;
    max-height: 100%;
}

.webcube-favorites__info-block {
    color: black;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    padding: 0 15px;
    cursor: default;
}

.webcube-favorites__avalible {
    color: #08B808;
}

.webcube-favorites__not-avalible {
    color: #f4b48e;
}


.webcube-favorites__products-list {
    /*max-height: calc(100vh - 300px);*/
    width: 100%;
    padding: 0;
}

.modal-wrapper{
    width: 815px;
    background-color: #fff;
    border-radius: 10px;
    margin: auto;
    box-shadow: 0 10px 30px rgba(121, 122, 121, 0.15);
    max-width: calc(100vw - 30px);
    max-height: calc(100vh - 90px);
}

.modal-wrapper .modal-dialog{
    box-shadow: unset;
}

.webcube-favorites__global-control {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 5px 15px;
}

.webcube-favorites__global-control .webcube-favorites__delete-button {
    margin-bottom: 10px;
}

.webcube-favorites__product_title:hover {
    text-decoration: underline;
}
.webcube-favorites__empty{
    text-align: center;
    font-size: 18px;
    padding: 25px 0;
}
@media only screen and (max-width: 700px) {

    .webcube-favorites__product {
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .webcube-favorites__buttons-block,
    .webcube-favorites__image-block {
        max-width: 50%;
        height: auto;
    }

    .webcube-favorites__image-block {
        order: 1
    }

    .webcube-favorites__buttons-block {
        order: 2;
    }

    .webcube-favorites__info-block {
        order: 3;
        width: 100%;
        margin-top: 10px;
        padding: 0;
    }

}

@media only screen and (max-width: 600px) {
    .webcube-favorites__products-list {
        max-height: calc(100vh - 250px);
    }

    .izbrannoe__count{
        font-size: 0;
    }
    .webcube-favorites .add-to-cart-button{
        min-width: 0;
    }
}

/* End */


/* Start:/local/templates/main/components/bitrix/sale.basket.basket.small/fixed-cart_new/style.css?1702285705541*/
.small-cart {
    box-shadow: 0 2px 8px rgba(121, 122, 121, 0.16);
    border-radius: 5px 0 0 5px;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 15px 15px 15px 40px;
    background-size: 16px;
    background: #EFF4F7 url("/local/templates/main/components/bitrix/sale.basket.basket.small/fixed-cart_new/image/cart.svg") no-repeat 15px 16px;
    opacity: 1;
    transition: opacity .2s ease;
    color: #797A79;
    z-index: 1;
}

.small-cart.inactive{
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 600px) {
    .small-cart {
        display: none;
    }
}
/* End */


/* Start:/local/templates/main/styles.css?17484419941000*/
.new-contact-block-menu {
    position: relative;
    display: inline-block;
    background-color: aqua;
}
.dropdown-content {
    display: none;
    position: absolute;
}
.dropdown-content a {
    display:block;
}
.new-contact-block-menu:hover .dropdown-content {
    display: block;
}
@media (max-width: 600px) {
    .main_text--contacts {
        margin-top: 30px !important;
    }
    .main_text--contacts .two-columns {
        display: flex !important;
        flex-direction: column !important;
    }
    .main_text--contacts .two-columns p:empty {
        display: none;
    }
    .img--custom__contacts-wrapper {
        max-width: 350px;
    }
    #js--contacts-map {
        height: 350px !important;
        grid-column: unset !important;
        grid-row: unset !important;
    }
}
@media (min-width: 601px) {
    .img--custom__contacts-wrapper {
        max-width: calc(100% - 50px);
        margin-left: 50px;
        max-height: 500px;
    }
}
/* End */


/* Start:/local/templates/main/template_styles.css?178336630875091*/
@font-face {
    font-family: 'Roboto Condensed';
    src: url('/local/templates/main/fonts/RobotoCondensed-Bold.eot');
    src: local('☺'), url('/local/templates/main/fonts/RobotoCondensed-Bold.woff') format('woff'), url('/local/templates/main/fonts/RobotoCondensed-Bold.ttf') format('truetype'), url('/local/templates/main/fonts/RobotoCondensed-Bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('/local/templates/main/fonts/RobotoCondensed-Regular.eot');
    src: local('☺'), url('/local/templates/main/fonts/RobotoCondensed-Regular.woff') format('woff'), url('/local/templates/main/fonts/RobotoCondensed-Regular.ttf') format('truetype'), url('/local/templates/main/fonts/RobotoCondensed-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Roboto Condensed';
    src: url('/local/templates/main/fonts/RobotoCondensed-Italic.eot');
    src: local('☺'), url('/local/templates/main/fonts/RobotoCondensed-Italic.woff') format('woff'), url('/local/templates/main/fonts/RobotoCondensed-Italic.ttf') format('truetype'), url('/local/templates/main/fonts/RobotoCondensed-Italic.svg') format('svg');
    font-weight: normal;
    font-style: italic;
}

body {
    font-family: "PT Sans","Helvetica","Arial",sans-serif!important;
    font-size: 16px;
    line-height: 1.3;
    color: #000000;
    /* flex sticky footer hack */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 100vh;
}

body * {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    width:auto;
    height:auto;
    max-height: 100%;
    object-fit: contain;
}

h1,
.h1 {
    font-size: 22px;
    font-weight: normal;
    margin: 20px 0;
}

h1 {
    text-align: center;
}

#workarea h1 {
    text-align: left;
    text-align-last: left;
}

h2,
.h2 {
    font-size: 20px;
}

h3,
.h3 {
    font-size: 18px;
}

small, .small {
    font-size: 12px;
}

a,
.default-link {
    color: #797A79;
    text-decoration: none;
    transition: color .2s ease;
}

.gray {
    color: #797A79;
}

@media (hover) {
    a:not(header a, footer a):hover,
    .default-link:hover {
        color: #EC1C23;
    }
}

.red-link {
    color: #EC1C23;
    transition: color .2s ease;
}

.red-link:hover {
    color: #DE070F;
}

.dashed-link {
    border-bottom: 1px dashed !important;
}

button:not(.fancybox-button,.geo,.search_button),
input[type="submit"],
.default-button {
    background: linear-gradient(282.01deg, #EC1C23 3.22%, rgba(236, 28, 35, 0.8) 100%);
    border-radius: 5px;
    border-width: 0;
    font-weight: bold;
    padding: 10px 28px 11px;
    min-width: 180px;
    max-width: 100%;
    color: #FFFFFF;
    transition: background .2s ease, box-shadow .2s ease;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-align-last: center;
}
.width-button-favorite {
    width: max-content;
}
@media (max-width: 480px) {
    button:not(.fancybox-button,.geo,.search_button),
    input[type="submit"],
    .default-button {
        background: linear-gradient(282.01deg, #EC1C23 3.22%, rgba(236, 28, 35, 0.8) 100%);
        border-radius: 5px;
        border-width: 0;
        font-weight: bold;
        padding: 8px 7px 8px;
        min-width: 30%;
        max-width: 100%;
        color: #FFFFFF;
        transition: background .2s ease, box-shadow .2s ease;
        cursor: pointer;
        display: inline-block;
        text-align: center;
        text-align-last: center;
    }
}

button:not(.fancybox-button,.search_button):hover,
button:not(.fancybox-button,.search_button):focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.default-button:hover,
.default-button:focus {
    background: linear-gradient(285.17deg, #DE070F 0%, rgba(222, 7, 15, 0.8) 100%);
    box-shadow: 4px 4px 8px rgba(121, 122, 121, 0.16);
    outline: none;
    color: #FFFFFF;
}

button:not(.fancybox-button,.search_button):active,
input[type="submit"]:active,
.default-button:active {
    background: linear-gradient(285.17deg, #ABBFCC 0%, #DCE5EB 100%);
    box-shadow: 4px 4px 8px rgba(121, 122, 121, 0.16);
}

button[disabled]:not(.fancybox-button,.search_button),
button[disabled="disabled"]:not(.fancybox-button,.search_button),
input[type="submit"]:disabled,
.default-button[disabled],
.disabled-button {
    background: #DBDEE0;
    color: #FFFFFF;
    box-shadow: 4px 4px 8px rgba(121, 122, 121, 0.16);
    pointer-events: none;
}

input[type="submit"].default-link {
    display: inline;
    border: none;
    color: #797A79;
    text-decoration: none;
}

form .required:after {
    content: "*";
    color: #DE070F;
}

.compact-button {
    min-width: 0 !important;
}

.cart-button:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(/local/templates/main/image/cart-button-icon.svg);
    line-height: 24px;
    vertical-align: middle;
    margin-right: 10px;
}

input[type="submit"].hollow-button,
button.hollow-button,
.hollow-button {
    border: 2px solid #DBDEE0;
    color: #797A79;
    background: transparent;
    transition: color .2s ease, border-color .2s ease;
    padding: 8px 28px 9px;
}

button.hollow-button:hover,
button.hollow-button:focus,
input[type="submit"].hollow-button:hover,
input[type="submit"].hollow-button:focus,
.hollow-button:hover,
.hollow-button:focus {
    border-color: #EC1C23;
    color: #EC1C23;
    background: transparent;
    outline: none;
}

.hollow-button:active {
    border-color: #ABBFCC;
    color: #ABBFCC;
    background: transparent;
}

.bold {
    font-weight: bold;
}

.container {
    /*width: 100%;*/
    /*max-width: 1096px;
    margin: 0 auto;*/
}

input[type="text"]:not(.search__input),
input[type="number"]:not(.search__input),
input[type="email"]:not(.search__input),
input[type="tel"]:not(.search__input),
input[type="password"]:not(.search__input),
input[type="url"]:not(.search__input),
textarea:not(.search__input) {
    background: #FFFFFF;
    border: 2px solid #DBDEE0;
    box-sizing: border-box;
    border-radius: 5px;
    min-height: 32px;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 16px;
    color: #797A79;
}

label.checkbox {
    padding-left: 26px;
}

label.checkbox.no-padding {
    padding-left: 16px;
}

.check__input {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.check__box {
    position: absolute;
    margin-left: -26px;
    width: 16px;
    height: 16px;
    background-image: url("/local/templates/main/image/checkbox_empty.svg");
}

.no-padding .check__box {
    margin-left: -16px;
}

/* Checked */

.check__input:checked + .check__box {
    background-image: url("/local/templates/main/image/checkbox_checked.svg");
}

/* Disabled */
.check__input:disabled + .check__box {
    filter: grayscale(1);
}

label.radiobutton {
    padding-left: 26px;
}

label.radiobutton.no-padding {
    padding-left: 16px;
}

.radio__input {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.radio__circle {
    position: absolute;
    margin-left: -26px;
    width: 16px;
    height: 16px;
    background-image: url("/local/templates/main/image/radio.svg");
}

.no-padding .radio__circle {
    margin-left: -16px;
}

/* Checked */

.radio__input:checked + .radio__circle {
    background-image: url("/local/templates/main/image/radio_checked.svg");
}

/* Disabled */
.radio__input:disabled + .radio__circle {
    filter: grayscale(1);
}

main.container {
    /*margin-top: 280px;
    margin-bottom: 100px;
    margin-left: 10px;*/
}
/*
@media (max-width: 1024px) {
    main.container {
        margin-top: 330px;
    }
}
@media (max-width: 1024px) {
    main.container {
        margin-top: 330px;
    }
}
*/
/* HEADER */

header, footer{
    font-family: "Core Sans A 55 Medium"!important;
    position: relative;
}
header{
    z-index: 999!important;
}
footer{
    z-index: 989!important;
}

.header__button_catalog{
    overflow: visible;
}

.sticky + #page{
    padding-top: 111px;
}

/*header {*/
/*    background-color: white;*/
/*    z-index: 99;*/
/*    width:100%;*/
/*    position: fixed;*/
/*    padding-top: 18px;*/
/*    !*padding-bottom: 21px;*!*/
/*}*/

/*.header-logo {*/
/*    display: inline-block;*/
/*    line-height: 1;*/
/*}*/

/*.header-logo__notify {*/
/*    margin: 0;*/
/*    text-align: center;*/
/*    text-align-last: center;*/
/*    font-size: 14px;*/
/*    padding-top: 3px;*/
/*}*/

/*.header-logo:hover .header-logo__notify {*/
/*    color: #797A79;*/
/*}*/

/*.header-top {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    justify-content: space-between;*/
/*    align-items: flex-start;*/
/*}*/

/*.logo-area {*/
/*    flex-grow: 1;*/
/*    margin-top: 2px;*/
/*    flex-basis: 24%;*/
/*}*/

/*.contacts-area {*/
/*    display: grid;*/
/*    grid-template-columns: 1fr 1fr 2fr;*/
/*    grid-template-rows: 1fr 2fr;*/
/*}*/
/*.contact-block {*/
/*    grid-row: span 2 / span 2;*/
/*}*/
/*.contact-block dynamic-contact-block {*/
/*    grid-row: span 2 / span 2;*/
/*}*/

/*.login-area {*/
/*    flex-grow: 1;*/
/*    flex-basis: 24%;*/
/*    padding: 1px 10px 0;*/
/*}*/

/*.header-top .contact-block {*/
/*    max-width: 100%;*/
/*    flex-basis: 50%;*/
/*    padding: 0 18px;*/
/*}*/

/*.header-red-phone {*/
/*    font-size: 18px;*/
/*    margin-bottom: 4px;*/
/*    display: inline-block;*/
/*}*/

/*.contact-block-phone {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    margin-bottom: 8px;*/
/*}*/

/*.phone-icon {*/
/*    display: inline-block;*/
/*    width: 14px;*/
/*    height: 14px;*/
/*    margin-right: 9px;*/
/*    background-image: url("/local/templates/main/image/phone-icon.svg");*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*}*/

/*.main-menu-area {*/
/*    width: 100%;*/
/*    background: #EFF4F7;*/
/*    border-top: 1px solid #DBDEE0;*/
/*    border-bottom: 1px solid #DBDEE0;*/
/*    box-shadow: 0 2px 4px rgba(219, 222, 224, 0.88);*/
/*    min-height: 60px;*/
/*    margin-top: 15px;*/
/*}*/

/*.menu-wrapper {*/
/*    display: flex;*/
/*    justify-content: flex-start;*/
/*    align-items: center;*/
/*    padding: 12px 0;*/
/*}*/

/*.mobile-region-email {*/
/*    display: none;*/
/*}*/

/* Footer */
footer {
    margin-top: auto;
}

/*.footer-menu-area {*/
/*    background: #EFF4F7;*/
/*    border: 1px solid #DBDEE0;*/
/*    box-sizing: border-box;*/
/*    box-shadow: 0 2px 4px rgba(219, 222, 224, 0.88);*/
/*    padding-top: 20px;*/
/*    padding-bottom: 20px;*/
/*}*/

/*.footer-menu-area > .container {*/
/*    display: flex;*/
/*}*/

/*.footer-menu-area > .container > div {*/
/*    border-left: 2px solid #DBDEE0;*/
/*    padding: 0 15px;*/
/*    flex-basis: 25%;*/
/*}*/

/*.footer-menu-area > .container > ul {*/
/*    flex-basis: 25%;*/
/*}*/

/*.copyright {*/
/*    text-align: center;*/
/*    text-align-last: center;*/
/*    padding: 10px 15px 22px;*/
/*    font-size: 14px;*/
/*    line-height: 16px;*/
/*    color: #797A79;*/
/*}*/

/*.social-wrapper {*/
/*    margin-bottom: 20px;*/
/*}*/

/*.social-icons > li:not(:last-of-type) {*/
/*    margin-right: 8px;*/
/*}*/

/*.payment-icons,*/
/*.social-icons {*/
/*    list-style-type: none;*/
/*    margin: 9px 0 0px;*/
/*    padding: 0;*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

/*.social-icons.share-icons {*/
/*    padding-left: 30px;*/
/*    max-width: 250px;*/

/*}*/

/*.social-icons .social-icon {*/
/*    width: 32px;*/
/*    height: 32px;*/
/*    background-position: center;*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*    display: block;*/
/*    transition: opacity .2s ease;*/
/*}*/

/*.social-icons .social-icon:hover {*/
/*    opacity: .8;*/
/*}*/

/*.social-icons .social-icon.yt-icon {*/
/*    background-image: url("/local/templates/main/image/yt-icon.svg");*/
/*}*/

/*.social-icons .social-icon.instagramm-icon {*/
/*    background-image: url("/local/templates/main/image/instagramm-icon.svg");*/
/*}*/

/*.social-icons .social-icon.vk-icon {*/
/*    background-image: url("/local/templates/main/image/vk-icon.svg");*/
/*}*/

/*.social-icons .social-icon.fb-icon {*/
/*    background-image: url("/local/templates/main/image/fb-icon.svg");*/
/*}*/

/*.share-icons.yt-icon {*/
/*    background-image: url("/local/templates/main/image/yt-icon.svg");*/
/*}*/

/*.share-icons .social-icon.instagramm-icon {*/
/*    background-image: url("/local/templates/main/image/share-icons/instagram.svg");*/
/*}*/

/*.share-icons .social-icon.vk-icon {*/
/*    background-image: url("/local/templates/main/image/share-icons/vk.svg");*/
/*}*/

/*.share-icons .social-icon.whatsapp-icon {*/
/*    background-image: url("/local/templates/main/image/share-icons/whatsapp.svg");*/
/*}*/

/*.share-icons .social-icon.google-icon {*/
/*    background-image: url("/local/templates/main/image/share-icons/google-plus.svg");*/
/*}*/

/*.share-icons .social-icon.telegram-icon {*/
/*    background-image: url("/local/templates/main/image/share-icons/telegram.svg");*/
/*}*/
/*.share-icons .social-icon.mail-icon {*/
/*    background-image: url("/local/templates/main/image/share-icons/mail.svg");*/
/*}*/
/*.share-icons .social-icon.copy-icon {*/
/*    background-image: url("/local/templates/main/image/share-icons/link.svg");*/
/*}*/

/*.payment-icon {*/
/*    width: 50px;*/
/*    height: 32px;*/
/*    background-position: center;*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*    display: block;*/
/*}*/

/*.payment-icon:not(last-of-type) {*/
/*    margin-right: 8px;*/
/*}*/

/*.payment-icon.visa-icon {*/
/*    background-image: url("/local/templates/main/image/visa.svg");*/
/*}*/

/*.payment-icon.maestro-icon {*/
/*    background-image: url("/local/templates/main/image/maestro.svg");*/
/*}*/

/*.payment-icon.mastercard-icon {*/
/*    background-image: url("/local/templates/main/image/mastercard.svg");*/
/*}*/

/*.footer-menu-area .header-red-phone {*/
/*    margin-bottom: 2px;*/
/*}*/

/*.footer-menu-area .static-contact p,*/
/*.footer-menu-area .dynamic-contact p {*/
/*    margin: 5px 0 8px;*/
/*}*/

.main-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.main-content .sidebar {
    width: 282px;
    padding-top: 10px;
}

.main-content #workarea {
    width: calc(100% - 282px);
}

@media (max-width: 810px) {
    .contacts-area {
    width: 100%;
    /*display: grid;*/
    /*grid-template-columns: 20% 21% 59%;*/
    /*grid-template-rows: 1fr 2fr;*/
    }
    .Style_nav_menu{
        font-size: 16px;
    }
}
/*
@media (max-width: 1024px) {
    .container {
        max-width: calc(100% - 40px);
    }
    main.container {
        margin-top: 290px;
        margin-left: 10px;
    }
}
*/
@media (min-width: 1001px) {
    .filter-wrapper {
        width: 100%;
    }

    .main-content {
        flex-wrap: wrap;
    }
}

@media (max-width: 1000px) {
    .main-content {
        flex-wrap: wrap;
    }
}

@media (max-width: 900px) {
    /*
    main.container {
        margin-top: 0px;
        margin-left: 20px;
    }
    header {
        background-color: unset;
        z-index: unset;
        width: unset;
        position: unset;
        padding-bottom: 21px;
        padding-bottom: 50px;
    }

    .header-top .login-area,
    .header-top .logo-area {
        flex-basis: 50%;
        align-self: flex-end;
        margin-bottom: 15px;
    }

    .header-top .logo-area {
        order: 1;
    }

    .header-top .login-area {
        order: 2;
        text-align: right;
        padding-right: 0;
    }

    .header-top .contacts-area {
        flex-basis: 100%;
        order: 3;
    }

    .header-top .city-email {
        justify-content: flex-end;
    }

    .header-top .dynamic-contact-block {
        text-align: right;
        text-align-last: right;
    }

    .header-top .contact-block {
        padding: 0;
    }

    .header-top .dynamic-contact-block .region-change-link {
        justify-content: flex-end;
    }

    .login-area .city-email {
        display: none;
    }

    .mobile-region-email {
        display: block;
    }*/
    /*
    .footer-menu-area > .container {
        flex-wrap: wrap;
    }

    .footer-menu-area > .container .dynamic-contact,
    .footer-menu-area > .container .static-contact {
        flex-basis: 50%;
        align-self: stretch;
        margin-bottom: 25px;
        border-left: none;
    }

    .footer-menu-area > .container .social {
        width: 100%;
        flex-basis: 100%;
        border-left: none;
        display: flex;
        flex-wrap: wrap;
        padding: 10px 0;
    }

    .footer-menu-area > .container .social .social-wrapper {
        width: 50%;
        padding: 0 15px;
    }

    .footer-menu-area > .container .social > a {
        margin: 0 15px;
    }
    */
    .sidebar #left-menu {
        display: none;
    }

    .main-content {
        flex-wrap: wrap;
    }

    .main-content .sidebar,
    .main-content #workarea {
        width: 100%;
    }



}

@media (max-width: 600px) {


    body {
        font-size: 14px;
    }
    /*
    header {
        padding-bottom: 5px;
    }

    h1,
    .h1 {
        text-align: left;
    }

    .header-top .logo-area {
        flex-basis: 100px;
        margin-top: 0;
    }

    .header-top .login-area {
        flex-basis: calc(100% - 100px);
    }

    .header-logo {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .header-logo__notify{
        font-size: 11px;
    }

    .header-red-phone {
        font-size: 16px;
    }*/

    .contact-block p {
        font-size: 12px;
    }

    .mobile-region-email .dashed-link {
        border: none !important;
    }
    /*
    main.container {
        margin-top:unset;
        margin-bottom: 60px;
    }

    .footer-menu-area > .container .dynamic-contact,
    .footer-menu-area > .container .static-contact {
        flex-basis: 100%;
        margin-bottom: 20px;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    .footer-menu-area > .container .dynamic-contact {
        margin-bottom: 30px;
    }

    footer .city-email,
    footer .region-change-link,
    footer .contact-block-phone {
        /*justify-content: center;
    }*/

    .footer-menu-area > .container .social {
        /*flex-direction: column;
        /*align-items: center;*/
        /*text-align: center;*/
        /*text-align-last: center;*/
    }

    .footer-menu-area > .container .social .social-wrapper {
        /*width: auto;*/
    }

    .copyright {
        font-size: 10px;
        line-height: 12px;
        padding: 10px 17px 14px;
    }

    .menu-wrapper {
        padding: 5px 0;
    }
}

@media (max-width: 320px) {
    /*.container {
        max-width: calc(100% - 20px);
    }*/

    .copyright {
        padding: 10px 10px 15px;
    }
}

#print_iframe {
    opacity: 0;
    position: fixed;
    left: -1000000px;
    top: 0;
    background-color: white;
    z-index: 10;
}

@media print {
    #print_iframe {
        opacity: 1;
    }
}

.new-mobile-menu{
    display: none;
}
@media (max-width: 767px) {
    #menu-catalog .header-search-form {
        position: relative!important;
        top: auto!important;
        width: auto!important;
        left: auto!important;
        margin: 10px 0;
        border: 1px solid #DBDEE0;
        box-shadow: none;
    }

    #menu .h-menu a{
        font-weight: 500;
        font-size: 16px;
        line-height: 15px!important;
        color: #262626!important;
        padding-bottom: 5px;
    }

    #menu .h-menu:not(:first-child){
        margin-top: 15px;
    }

    #menu .h-menu:after {
        display: none;
    }

    #menu-catalog .header-search-form .inp_search {
        border: none;
    }

    .new-mobile-menu{
        display: block;
    }
    .mobile_hiden{
        display: none;
    }
}
.mm-menu_offcanvas{
    position: absolute!important;
}

.logo-area{
    flex-grow: unset;
    flex-basis: auto;
}

.header-top .contact-block{
    flex-basis: auto;
    max-width: 220px;
}
.contact-block.menu{
    display: flex;
    flex-direction: column;
    width: auto;
    min-width: 320px;
    padding-top: 5px;
}
.header-search-form{
    display: inline;
}
.header-add-menu{
    display: flex;
    justify-content: space-between;
    min-width: 329px;
}


.top-icons{
    margin-left: 20px;
    align-items: center;
    display: flex;
}
.top-icons a{
    margin-right: 15px;
}

.top-icons a{
    cursor: pointer;
}
.top-icons a:hover svg{
    fill : #EC1C23
}
.header-top-menu li:last-child{
    border-right: 2px solid #DBDEE0;
}
.catalog-menu-inner-block{
    width: 90%;
}
.catlog-top-inner-item{

}
.catalog-menu-inner-title{
    font-size: 18px;
    margin-top: 5px;
}
.catlog-top-inner-item{
    font-size: 16px;
}
.catalog-inner-block{
    display: flex!important;
    justify-content: flex-start;
    margin-bottom: 20px;
    line-height: 20px;
    align-items: center;
    position: relative;
    padding-left: 20px;
}
.catalog-inner-block svg{
    position: absolute;
    left: 0;
    top: 3px;
}
.catalog-inner-block:hover svg{
    fill: #EC1C23;
}
.catalog-inner-block-inner a{
    font-size: 14px;
    margin-bottom: 5px;
}
.catalog-inner-block-inner{
    margin-top: -5px;
    margin-bottom: 10px;
    padding-left: 30px;
    display: none;
    flex-direction: column;
}
.catalog-inner-block-inner.active{
    display: flex;
}
.top-menu-inner-main{
    display: flex;
}
.top-menu-inner-main-inner{
    margin-right: 20px;
    flex: 1;
}
.top-menu-inner-main-inner:last-child{
    margin-right: 0;
}
.top-menu-arrow{
    position: absolute;
    right: 0;
    top: 3px;
    width: 15px;
}
.catalog-menu-item:hover .top-menu-arrow{
    position: absolute;
    right: 0;
    top: 3px;
    width: 15px;
    fill: #EC1C23;
}

.catalog-menu-nav ul{
    overflow-y: scroll;
    max-height: 650px;
    width: 440px;
}
/*
.catalog-menu-nav.mobile{
    display: flex;
    flex-direction: column;
}
.catalog-menu-nav.mobile .level_1{
    font-size: 16px;
    margin-bottom: 5px;
    color: #446C7D;
    padding-bottom: 15px;
    padding-top: 10px;
    position: relative;
}
.catalog-menu-nav.mobile svg{
    margin-bottom: -2px;
}
.catalog-menu-nav.mobile .level_1:before{
    content: '';
    border-color: #DBDEE0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 10px;
}
.catalog-menu-nav.mobile .level_2:before{
    content: '';
    border-color: #DBDEE0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.level_3, .level_2{
    position: relative;
    margin-bottom: 10px;
}
.catalog-menu-nav.mobile .level_3:before{
    content: '';
    border-color: #DBDEE0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
 */
@media (max-width: 900px){
    .catalog-menu-nav{
        height: auto;
    }
}
.level_1_inner{
    display: none;
    flex-direction: column;
    padding-left: 15px;
    position: relative;
}
.level_1_inner{
    margin-bottom: 5px;
    color: #446C7D;
    position: relative;
    padding-bottom: 10px;
}
.level_2_inner{
    display: none;
    flex-direction: column;
    padding-left: 30px;
    position: relative;
}
.level_2, .level_3{
    color : #446C7D;
    padding-bottom: 10px;
}
.header-search-form .inp_search{
    width: 250px;
    padding-left: 71px;
}

.logo-img {
    min-width: 155px;
}

@media (max-width: 900px) {
    .logo-img {
        min-width: 60px;
    }
}

.new-mobile-menu .header {
    /*height: auto !important;*/
    line-height:unset !important;
}

.new-mobile-menu .contacts-area {
    width: 25% !important;
}
.new-mobile-menu .contact-block.menu {
    width: 30% !important;
    min-width: unset !important;;
}

.index-advantages .advantage__item:first-child,
.index-advantages .advantage__item:nth-child(2){
    display: none;
}

/*.main_text p {*/
/*    display: none;*/
/*}*/

.new-mobile-menu .header a span {
    background:unset !important;
}
.new-mobile-menu .header a:before, .new-mobile-menu .header a:after {
    background: unset !important;
}

.new-mobile-menu  a.burger span {
    background: #EC1C23 !important;
}
.new-mobile-menu  a.burger {
    position: relative !important;
    top: 20px !important;
}

.new-mobile-menu  .mobile-icons {
    position: relative!important;
    /*top: 15px !important;*/
}

.new-mobile-menu  .dashed-link {
    color: #797A79 !important;
    /*border-bottom: 1px dashed;*/
    /*box-sizing: border-box;*/
    height:unset !important;
}
.new-mobile-menu  .contact-block p {
    color: #000000 !important;
}
.new-mobile-menu  .region-change-link {
    text-decoration: none !important;
    margin-left: -20px !important;
}
.new-mobile-menu  .red-link.header-red-phone {
    text-decoration: none !important;
}

.new-mobile-menu  .pin-icon  {
    width: 12px !important;
}
.new-mobile-menu a.burger:after, .new-mobile-menu a.burger:before  {
    background: #EC1C23 !important;
}

.new-mobile-menu .top-icons {
    width: 100% !important;
    margin-top: unset !important;
    margin-left: unset !important;
}
.new-mobile-menu .mail-icon {
    width: 100% !important;
    margin-right: unset !important;
}
.new-mobile-menu .mail-icon {
    width: 100% !important;
    margin-right: unset !important;
}

.new-mobile-menu .contact-block {
    /*margin-top: -30px !important;*/
    margin-left: -6px !important;
}

.mobile-header-block {
    width:30% !important;
    max-width: 30% !important;
}


.new-mobile-menu .header-red-phone {
    font-size: 12px !important;
    margin-top: 52px !important;
    margin-left: -10px !important;
}
.new-mobile-menu .contact-block p {
    font-size: 10px !important;
    margin-top: 0px !important;
    margin-bottom: 5px !important;
    font-weight: normal !important;
    min-width: 130px !important;
    margin-left: -20px !important;
}


.new-mobile-menu .logo-img {
    min-height: 120px !important;
    margin-top: 25px !important;
    min-width: 70px !important;
}

.new-mobile-menu  .header-search-form {
    border-radius: 12px !important;
    width: 77vw !important;
    left: 70px !important;
}

.new-mobile-menu .header-search-form .inp_search {
    border-radius: 12px !important;
}

.new-mobile-menu .header-search-form .inp_search {
    width: 100% !important;

}
.new-mobile-menu .logo-area {
    margin-left: 10px !important;
}

.address {
    margin-top: 22px;
}
.PoiskPoSaitu {
    margin-top: 25px;
}

.mini .PoiskPoSaitu {
    margin-top: 0px;
}

#title-search-3 {
    /*margin-top: -40px !important;*/
    margin-top: -100px !important;
}

#orderForm header {
    z-index: 10 !important;
    position: unset;
}

@media (min-width: 1024px) {
    /*.mini .work_description {*/
    /*    display: none;*/
    /*}*/
    /*.mini .address {*/
    /*    display: none;*/
    /*}*/

    /*.mini .main-menu-area {*/
    /*    margin-top: 0px;*/
    /*}*/

    /*.mini .logo-img {*/
    /*    min-width: 100px;*/
    /*}*/

    /*.mini header{*/
    /*    padding-top: 0px;*/
    /*}*/

    /*.mini .header-search-form{*/
    /*    margin-top: 10px;*/
    /*}*/
    /*.mini .top-icons{*/
    /*    margin-top: 0px;*/
    /*}*/
    /*.mini main.container{*/
    /*    margin-top: 250px;*/
    /*}*/

    .parsley-errors-list {
        display: none;
    }
}

.js-price-modal {
    background-color: white!important;
}

.product_adv img{
    margin: auto;
    max-width: 320px !important;
    max-height: 350px !important;
}

.product-cart__print-link,
.product-detail__print-link {
    padding-left: 26px;
    background-image: url("/local/templates/main/image/print.png");
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: left center;
    cursor: pointer;
}
.product-cart__print-link {
    font-size: 15px;
}



.Style_nav_menu {
    font-size: 18px;
    font-weight: bold;
}

@media (max-width: 810px) {
    .Style_nav_menu{
        font-size: 18px;
    }
}

.Style_nav_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.Style_nav_menu a {
    /*display: block;*/
    outline: none;
    transition: .4s ease-in-out;
    text-align: left;
    padding-bottom: 5px;
}

.contact-menu-newStyle {
    backface-visibility: hidden;
    display: flex;
    justify-content: end;
}

.contact-menu-li-newStyle {
    margin-left: 1px;
    cursor: pointer;
    background-color: white;
    color: #DE070F;
    border-radius: 4px;
    padding: 6px;
    display: block ruby;
    padding-top: 0px;
}

.contact-menu-li-newStyle-without-points {
    border-radius: 4px;
    padding: 6px;
    margin-left: 1px;
    color: red;
    padding-top: 0px;

}
.contact-menu-li-newStyle-without-points:hover {
background: linear-gradient(285.17deg, #DE070F 0%, rgba(222, 7, 15, 0.8) 100%);
}
.contact-menu-newStyle > li {
    position: relative;
    display: inline-block;
}

.contact-menu-newStyle > li > a {
    padding: 0px 0px;
    color: #DE070F;
}
.contact-menu-li-newStyle:after {
    content: "\f078";
    font-family: FontAwesome;
}
.contact-menu-li-newStyle:hover:after {
    content: "\f077";
    font-family: FontAwesome;
}
.contact-menu-newStyle > li > a:hover {
    padding: 0px 0px;
    color: white;
}


.rtptr {
    position: absolute;
    visibility: hidden;
    left: 0;
    opacity: 0;
    z-index: 5;
    border: 1px solid black;
    transform: perspective(800px) rotateX(-90deg);
    transform-origin: 0% 0%;
    transition: .6s ease-in-out;
    color: white;
    width: 100%;
}
.contact-menu-newStyle > li:hover .rtptr {
    visibility: visible;
    opacity: 1;
    transform: perspective(800px) rotateX(0deg);
    padding: 5px;
    margin-top: 5px;
    width: 100%;
    border-radius: 4px;
    background: white;
}


/*.show {
    display:block;}
@media (max-width: 810px) {
.show {
    display:block;}

}*/

@media (max-width: 900px){
    .contacts-area {
        font-size: 0.9em;
    }
    .header-red-phone {
        font-size: 18px;
        margin-bottom: 4px;
        display: inline-block;
    }
}




.mobile__menu-bottom_fix {
    padding: 10px 0;
    position: fixed;
    z-index: 998;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #262626;
    box-shadow: 0 -2px 7px rgb(0 0 0 / 8%);
}

.mobile__menu-bottom_fix svg {
    width: 100%;
    height: 100%;
}

.mobile__menu-bottom_fix svg,
.mobile__menu-bottom_fix svg path {
    color: #fff;
}

.mobile__menu-bottom_fix li.active svg,
.mobile__menu-bottom_fix li.active svg path,
.mobile__menu-bottom_fix li.active .title__menu {
    color: #76bc21;
}

.mobile__menu-bottom_fix ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    justify-content: space-between;
}

.mobile__menu-bottom_fix li a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mobile__menu-bottom_fix ul li {
    list-style-type: none;
}

.mobile__menu-bottom_fix .img__menu {
    width: 26px;
    height: 26px;
}

.mobile__menu-bottom_fix .wrapper__mobile-menu {
    height: 100%;
}

.mobile__menu-bottom_fix .title__menu {
    color: #fff;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: .02em;
    margin-top: 3px;
}

@media only screen and (min-width:768px) {

    .mobile__menu-bottom_fix {display:none}

}

@media only screen and (max-width:767px) {
    #menu,
    #menu-catalog {
        z-index: 1000;
        height: 100vh;
        max-height: calc(100vh + 294px);
        width:80vw;
    }
    body.mm-wrapper_blocking {
        position: fixed;
    }
    body {margin-bottom: 61px}

    .bx-filter-section.container-fluid {
        margin-left: 30px;
        margin-right: 30px;
    }
}


@media (max-width: 999px) {



    .bx-filter.bx-red .bx-filter-section {
        overflow-y: scroll;
        height: 9800px;
    }

    .wrap_be23 {
        bottom: 50px !important;
    }

    .filter-wrapper {
        width: 100%;
        padding-top: 30px;
    }
    .filter-inner {
        min-width: 288px;
        /*margin: 0 0 13px 16px;*/
        border-radius: 6px;
        padding: 12px 0 12px 13px;
        box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
    }
    .filter-button {
        position: relative;
        display: inline-flex !important;
        justify-content: center;
        align-items: center;
        min-width: 160px !important;
        width: 58%;
        height: 40px;
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
        border: none;
        background: unset !important;
        background-color: #f5f5f5 !important;
        color: #434343 !important;
        border-radius: 6px;
    }
    .filter-button-inner {
        position: relative;
        padding-left: 28px;
        text-align: center;
    }

    .filter-button-inner:before {
        content: "";
        position: absolute;
        left: 0;
        top: 2px;
        width: 18px;
        height: 16px;
        background: url(/img/filter.svg) no-repeat;
    }

    .filter-counter {
        display: inline-flex;
        margin-left: 9px;
        width: 35%;
        justify-content: center;
        font-size: 14px;
        line-height: 20px;
        padding: 2px 0 10px;
        font-weight: 500;
        color: #9d9d9d;

    }
    .filter-counter-inner {
        margin-right: 4px;
        white-space: nowrap;
        color: #434343;
        font-weight: bold;
    }

}

@media (min-width: 1024px) {


    .bx-filter {
        width: 230px;
        max-width: 100%;
        margin-bottom: 20px;
        border: 2px solid #DBDEE0;
        box-sizing: border-box;
        border-radius: 10px;
        padding: 15px;
        margin-top: 10px;
    }

    .bx-filter.bx-red .bx-ui-slider-handle.right {
        width: 18px;
        height: 18px;
        /*left: -9px;*/
        top: -6px;

        cursor: grabbing !important;

        border: 1px solid #D9D9D9;
        border-radius: 3px;
        background: #FFF;
        cursor: default;
        box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;

    }

    .bx-filter.bx-red .bx-ui-slider-handle.left {
        width: 18px;
        height: 18px;
        /*left: -9px;*/
        top: -6px;

        cursor: grabbing !important;

        border: 1px solid #D9D9D9;
        border-radius: 3px;
        background: #FFF;
        cursor: default;
        box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;

    }

    .bx-filter.bx-red .bx-ui-slider-handle.right::before {
        content: "";
        display: block;
        position: absolute;
        height: 8px;
        width: 1px;
        background: #E8E7E6;
        left: 6px;
        top: 4px;
    }


    .bx-filter.bx-red .bx-ui-slider-handle.left::before,
    .bx-filter.bx-red .bx-ui-slider-handle.left::after,
    .bx-filter.bx-red .bx-ui-slider-handle.right::before,
    .bx-filter.bx-red .bx-ui-slider-handle.right::after{
        content: "";
        display: block;
        position: absolute;
        height: 8px;
        width: 1px;
        background: #E8E7E6;
        left: 6px;
        top: 4px;
    }


    .bx-filter.bx-red .bx-ui-slider-handle.right::after {
        left: 9px;
    }

    .bx-filter.bx-red .bx-ui-slider-handle.left::after {
        left: 9px;
    }

    .bx-ui-slider-part {
        display: none;
    }

    .bx-filter .bx-ui-slider-handle.right {
        margin-right: -17px;
    }

    .bx-filter .bx-ui-slider-handle.left {
        margin-left: -17px;
    }

    .bx-filter-section.container-fluid {
        padding-right: unset;
        padding-left: unset;
    }

    .bx-filter .bx-ui-slider-pricebar-vn {
        height: 8px;
        border: 1px solid #D9D9D9;
        z-index: 10;
        background: #FAFAFA !important;
        box-shadow: inset 0 1px 1px #f0f0f0;
        border-radius: 4px;
    }

    .bx-filter .bx-ui-slider-pricebar-v {
        height: 8px;
    }

    .bx-filter .bx-ui-slider-track {
        border-radius: 4px;
    }

    .bx-filter .bx-filter-input-container input {
        background: #FFFFFF;
        border: 2px solid #DBDEE0;
        box-sizing: border-box;
        border-radius: 5px;
        min-height: 32px;
        font-size: 16px;
        line-height: 16px;
        color: #797A79;
    }

}

.bx-filter.bx-red .bx-filter-section {
    background: unset !important;
}

.new-mobile-menu .logo-area {
    width: 100%!important;
}

.__jivoMobileButton {
    margin-bottom: 70px;
}

.modal.policy {
    left:unset;
    top: 55%;
    width: 25%;
    position: fixed;
    background: unset;
}
.modal.policy .modal-dialog {
    font-size: 13px;
    background: #EFF4F7;
}
.modal.policy .modal-dialog__header {
    padding: 10px 10px 10px;
}

@media  (max-width: 1080px) {
    .modal.policy {
        width: 100%;
    }
}

.ball_left {
    position: absolute;
    width: 600px;
    height: 200px;
    left: 50%;
    top: -12px;
    margin-left: -750px;
    pointer-events: none;
}

.ball_right {
    position: absolute;
    width: 600px;
    height: 200px;
    left: 50%;
    top: -12px;
    margin-left: 605px;
    pointer-events: none;
}

.political_block {
    padding-top: 10px;
    padding-bottom: 10px;
}
.show_all_btn{
    margin: 40px auto 20px;
    width: fit-content;
    cursor: pointer;
}
.js-index-section-toggle{
    display: inline-block;
    background: linear-gradient(282.01deg, #EC1C23 3.22%, rgba(236, 28, 35, 0.8) 100%);
    border-radius: 5px;
    border-width: 0;
    font-weight: bold;
    padding: 10px 28px 11px;
    color: #ffff;
}
.js-index-section-toggle:hover{
    color: #ffff;
}
.scroll-top {
    position: fixed;
    width: 40px;
    height: 40px;
    background: #e6e6e6;
    opacity: .8;
    border-radius: 4px;
    bottom: 3rem;
    margin: 0;
    transition: all .5s;
    cursor: pointer;
    right: calc(50vw - 720px);
    display: flex;
    z-index: 1000;
}
.svg-icon-scroll-top {
    margin: auto;
    stroke: #413d4a;
    fill: none;
}
@media (max-width: 810px) {
    .scroll-top {
        position: fixed;
        width: 40px;
        height: 40px;
        background: #e6e6e6;
        opacity: .8;
        border-radius: 4px;
        bottom: 5rem;
        margin: 0;
        transition: all .5s;
        cursor: pointer;
        display: flex;
        z-index: 1000000;
        right: 1rem;
    }
}

nav.header-top {
    position: relative;
    z-index: 1;
}

.region-change-link--wrapper {
    position: relative;
    max-width: max-content;
    z-index: 3;
}

.region-change-link__help {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    margin-top: -5px;
}

.region-change-link__help--wrapper {
    border-radius: 32px;
    background: #ffffff;
    box-shadow: 0 4px 16px rgba(52,2,77,.15);
    width: max-content;
    padding: 20px 30px;
    z-index: 2;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.region-change-link__help--wrapper--links {
    margin-top: 16px;
    display: flex;
    align-items: center;
}

.triangle-with-shadow {
    width: 20px;
    height: 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 16px 10px -17px rgba(0, 0, 0, 0.5);
}

.triangle-with-shadow:after {
    content: "";
    position: absolute;
    width: 12.5px;
    height: 12.5px;
    background: #ffffff;
    transform: rotate(45deg);
    top: 12.5px;
    left: 5px;
    box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 1);
}

.region-change-link__help--wrapper .region-change-link__help--wrapper--link {
    font-size: 14px;
    cursor: pointer;
    transition: .2s ease;
}

.region-change-link__help--wrapper .region-change-link__help--wrapper--link:first-child {
    margin-right: 20px;
    padding: 6px 25px 6px;
    background-color: red;
    color: #ffffff;
    border: 1px solid transparent;
}

.region-change-link__help--wrapper .region-change-link__help--wrapper--link:first-child:hover {
    opacity: .8;
}

.region-change-link__help--wrapper .region-change-link__help--wrapper--link:last-child {
    padding: 6px 25px 6px;
    border: 1px solid red;
}

.region-change-link__help--wrapper .region-change-link__help--wrapper--link:last-child:hover {
    opacity: .8;
}

@media (min-width: 768px) and (max-width: 810px) {
    .region-change-link__help--wrapper {
        /*margin-left: 65%;*/
    }
}

@media only screen and (max-width: 768px) {
    .triangle-with-shadow {
        margin-left: 25px;
    }
    .region-change-link__help {
        left: 0;
        transform: unset;
        margin-left: 20px;
        align-items: flex-start;
        top: 70%;
    }
    .region-change-link__help--wrapper span {
        font-size: 14px;
    }
    .region-change-link__help--wrapper {
        padding: 17px 24px;
    }
    .region-change-link__help--wrapper .region-change-link__help--wrapper--link {
        padding: 6px 20px 6px !important;
    }
}

.button__profile {
    max-width: 170px;
}

@media only screen and (max-width: 1100px) {
    .button__profile {
        max-width: 85px;
    }
}

.content__profile {
    padding: 40px 0 30px;
}

.content__profile .form-auth__wrapper {
    background: #FFFFFF;
    border: 2px solid #DBDEE0;
    border-radius: 10px;
    box-sizing: border-box;
    margin: 0 auto 30px;
    max-width: 100%;
    padding: 28px;
    width: 460px;
}

.content__profile .form-auth {
    margin-top: 0;
    max-width: none;
    display: flex;
    flex-direction: column;
}

.content__profile .form-auth .input {
    display: flex;
    flex-direction: column;
}

.content__profile .form-auth .input label {
    margin-bottom: 10px;
    font-size: 14px;
    opacity: .7;
    color: gray;
}

.content__profile .form-auth .input input {
    padding-left: 12px;
}

.content__profile .form-auth .input:not(:first-child) {
    margin-top: 30px;
}

.content__profile .form-auth .text__info {
    margin-top: 18px;
    display: flex;
}

.content__profile .form-auth .text__info a {
    font-size: 14px;
    opacity: .7;
    color: gray;
    transition: .3s;
}

.content__profile .form-auth .text__info a:hover {
    opacity: 1;
}

.content__profile .form-auth .notification__answer p{
    margin-top: 40px;
}

.content__profile .form-auth .notification__answer p.green {
    color: green;
}

.content__profile .form-auth .notification__answer p.red {
    color: #E61920;
}

.content__profile .form-change-data-user .notification__answer p {
    margin-top: 40px;
}

.content__profile .form-change-data-user .notification__answer p.green {
    color: green;
}

.content__profile .form-change-data-user .notification__answer p.red {
    color: #E61920;
}

.content__profile .form-auth .buttons {
    margin-top: 40px;
    width: 100%;
    /*max-width: 140px;*/
    height: 40px;
}

.content__profile .form-auth .buttons button {
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 768px) {
    .content__profile {
        padding: 0 0 20px;
    }
    .content__profile .form-auth__wrapper {
        border: none;
        margin: 15px auto;
        padding: 20px 0;
        width: 100%;
    }
    .content__profile .form-auth {
        margin-top: 0;
    }
}

.profile__wrapper {
    margin-top: 50px;
    display: flex;
}

.profile__wrapper .profile__block {
    background: #FFFFFF;
    padding: 20px;
    border-radius: 9px;
    box-shadow: 0 4px 16px rgba(52,2,77,.15);
    min-height: 200px;
}

.profile__wrapper .profile__block.right-side__profile {
    padding: 30px;
}

.profile__wrapper .left-side__profile {
    width: 100%;
    max-width: 20%;
    max-height: 175px;
}

.profile__wrapper .left-side__profile .tabs__wrapper {
    display: flex;
    flex-direction: column;
}

.profile__wrapper .left-side__profile .tabs__wrapper .tab {
    color: gray;
    /*transition: color .3s;*/
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
}

.profile__wrapper .left-side__profile .tabs__wrapper .tab:not(:first-child) {
    margin-top: 15px;
}

.profile__wrapper .left-side__profile .tabs__wrapper .tab.active {
    color: #E61920;
}

.profile__wrapper .left-side__profile .tabs__wrapper .tab:hover {
    /*color: #E61920;*/
}

.profile__wrapper .right-side__profile {
    width: 100%;
    max-width: calc(80% - 30px);
    margin-left: 30px;
}

.profile__wrapper .right-side__profile .content__tab {
    display: none;
    padding-bottom: 45px;
}

.profile__wrapper .right-side__profile .content__tab.tab__active {
    display: block;
}

.profile__wrapper .right-side__profile .content__tab .form-change-data-user {
    margin-top: 40px;
}

.profile__wrapper .right-side__profile .content__tab .form-change-data-user .input {
    display: flex;
    flex-direction: column;
}

.profile__wrapper .right-side__profile .content__tab .form-change-data-user .input-flex__wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.profile__wrapper .right-side__profile .content__tab .form-change-data-user .input-flex__wrapper .input-flex {
    width: calc(50% - 20px);
}

.profile__wrapper .right-side__profile .content__tab .form-change-data-user .input input {
    padding-left: 12px;
}

.profile__wrapper .right-side__profile .content__tab .form-change-data-user .input.hidden {
    cursor: default;
    pointer-events: none;
}

.profile__wrapper .right-side__profile .content__tab .form-change-data-user .input.hidden input {
    opacity: .5;
}

.profile__wrapper .right-side__profile .content__tab .form-change-data-user .input:not(:first-child) {
    margin-top: 30px;
}

.profile__wrapper .right-side__profile .content__tab .form-change-data-user .input label {
    color: gray;
    opacity: .7;
    font-size: 14px;
    margin-bottom: 8px;
}

.profile__wrapper .right-side__profile .content__tab .form-change-data-user .buttons {
    margin-top: 40px;
    width: 150px;
    height: 40px;
}

.profile__wrapper .right-side__profile .content__tab .form-change-data-user .buttons button {
    width: 100%;
    height: 100%;
}

.profile__wrapper .right-side__profile .content__tab p.not-orders {
    margin-top: 35px;
    line-height: 22px;
}

.profile__wrapper .right-side__profile .content__tab .list-orders {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order {
    display: flex;
    flex-direction: row;
    width: 100%;
    border: 1px solid #e2e6e9;
    border-radius: 16px;
    padding: 30px;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order:not(:first-child) {
   margin-top: 50px;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order {
    display: flex;
    flex-direction: column;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .top-order {
    display: flex;
    justify-content: space-between;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .top-order .right-side__order {
    display: flex;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .top-order .right-side__order .order__edit {
    position: relative;
    margin-right: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: -10px;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .top-order .right-side__order .order__edit span {
    font-size: 15px;
    margin-right: 10px;
    /*color: gray;*/
    /*opacity: 1;*/
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .top-order .right-side__order .order__edit svg {
    transform: translateY(2px);
    transition: .3s;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .top-order .right-side__order .order__edit:not(:hover) .order__edit-ul {
    max-height: 0 !important;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .top-order .right-side__order .order__edit:hover svg {
    transform: rotate(180deg) translateY(-1px);
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .top-order .right-side__order .order__edit-ul {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 30px;
    overflow: hidden;
    transition: max-height .4s;
    box-shadow: 0px 4px 16px rgba(52, 2, 77, 0.1);
    left: 0;
    border-radius: 8px 24px 24px;
    background: #ffffff;
    z-index: 1;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .top-order .right-side__order .order__edit-ul li {
    font-size: 15px;
    padding: 10px 15px 10px;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order.ajax-cancel__order .top-order .right-side__order .order__edit-ul li.not-cancel__settings {
    pointer-events: none;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order.ajax-cancel__order .top-order .right-side__order .order__edit-ul li.not-cancel__settings span {
    opacity: .3;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .top-order .right-side__order .order__edit-ul li.load {
    pointer-events: none;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .top-order .right-side__order .order__edit-ul li.load span {
    /*opacity: .3;*/
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .top-order .right-side__order .order__edit-ul li:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: gray;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .top-order .right-side__order .order__edit-ul li:last-child:after {
    display: none;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .top-order .right-side__order .order__edit-ul li:first-child {
    padding-top: 10px;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .top-order .right-side__order .order__edit-ul li:last-child {
    padding-bottom: 10px;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .top-order .right-side__order .order__edit li:hover {
    background: #dfdfdf;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .right-side__order .info__price .content {
    font-size: 20px;
    font-weight: bold;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .right-side__order .info__status-payed {
    margin-top: 5px;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .bottom-order {
    margin-top: 30px;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .left-side__order {
    display: flex;
    flex-direction: column;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .left-side__order .order__date-create {
    margin-top: 5px;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .left-side__order span {
    font-size: 16px;
    line-height: 24px;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .right-side__order span {
    font-size: 16px;
    line-height: 24px;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .right-side__order .ajax-cancel-info {
    display: contents;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .right-side__order span.title {
    font-size: 16px;
    color: gray;
    opacity: .8;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .left-side__order span.title {
    font-size: 16px;
    color: gray;
    opacity: .8;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .left-side__order .order__id .content {
    opacity: 1;
    color: #000000;
    font-weight: bold;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .left-side__order .order__date-create .content

.profile__wrapper .right-side__profile .content__tab .list-orders .order .left-side__order span.content {
    font-size: 16px;
    color: gray;
    opacity: .7;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .order__products {
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-bottom: -25px;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .order__products .product__wrapper {
    position: relative;
    margin-right: 20px;
    margin-bottom: 25px;
    width: 100%;
    max-width: calc(25% - 20px);
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .order__products .product__wrapper .product .product__img {
    background: #ffffff;
    box-shadow: 0 1px 16px rgba(52,2,77,.15);
    border-radius: 16px;
    width: 100%;
    height: 100%;
    min-width: 160px;
    min-height: 120px;
    max-width: 100%;
    max-height: 120px;
    padding: 10px;
}

.profile__wrapper .right-side__profile .content__tab .list-orders .order .order__products .product__wrapper .product .product__name {
    display: block;
    margin-top: 10px;
    opacity: .7;
}

.content__profile .form-profile-change-password {
    margin-top: 50px;
}

.content__profile .url-back--down {
    margin-top: 50px;
}

.content__profile .form-profile-change-password .buttons {
    width: 150px;
    height: 40px;
}

.content__profile .form-profile-change-password .buttons input {
    width: 100%;
    height: 100%;
}

.content__profile > .auth-form {
    display: none;
}

.header__button_login {
    text-decoration: none;
}

@media only screen and (max-width: 1100px) {
    .profile__wrapper .right-side__profile .content__tab .list-orders .order .order__products .product__wrapper {
        max-width: calc(33.333% - 20px);
    }
}

@media only screen and (max-width: 1023px) {
    .content__profile .url-back--down {
        margin-top: 30px;
    }
    .profile__wrapper {
        margin-top: 35px;
        flex-direction: column;
    }
    .profile__wrapper .profile__block {
        min-height: 133px;
    }
    .profile__wrapper .left-side__profile {
        max-width: 100%;
    }
    .profile__wrapper .profile__block.right-side__profile {
        max-width: 100%;
        margin-top: 30px;
        margin-left: 0;
    }
    .profile__wrapper .right-side__profile .content__tab .list-orders .order:not(:first-child) {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .profile__wrapper .right-side__profile .content__tab .form-change-data-user .input-flex__wrapper {
        flex-direction: column;
    }
    .profile__wrapper .right-side__profile .content__tab .form-change-data-user .input-flex__wrapper .input-flex {
        margin-top: 30px;
    }
    .profile__wrapper .right-side__profile .content__tab .form-change-data-user .input-flex__wrapper .input-flex {
        width: 100%;
    }
    .profile__wrapper .right-side__profile .content__tab .form-change-data-user {
        margin-top: 10px;
    }
    .profile__wrapper .right-side__profile .content__tab {
        padding-bottom: 25px;
    }
    .profile__wrapper .right-side__profile .content__tab .list-orders .order .order__products .product__wrapper {
        max-width: calc(50% - 20px);
    }
}

@media only screen and (max-width: 800px) {
    .profile__wrapper .right-side__profile .content__tab .list-orders .order .top-order {
        flex-direction: column;
    }
    .profile__wrapper .right-side__profile .content__tab .list-orders .order .top-order .right-side__order {
        margin-top: 5px;
    }
    .profile__wrapper .right-side__profile .content__tab .list-orders .order .top-order .right-side__order {
        flex-direction: column;
    }
    .profile__wrapper .right-side__profile .content__tab .list-orders .order .top-order .right-side__order .block:nth-child(2) {
        margin-top: 5px;
    }
    .profile__wrapper .right-side__profile .content__tab .list-orders .order .top-order .right-side__order .order__edit > span {
        color: gray;
        opacity: .8;
    }
    .profile__wrapper .right-side__profile .content__tab .list-orders .order .top-order .right-side__order .order__edit svg path {
        fill: gray;
    }
}

@media only screen and (max-width: 500px) {
    .profile__wrapper .right-side__profile .content__tab .list-orders .order .order__products {
        margin-right: 0;
    }
    .profile__wrapper .right-side__profile .content__tab .list-orders .order .order__products .product__wrapper {
        max-width: calc(100%);
        margin-right: 0;
    }
}

picture.detail-picture--catalog {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

footer {
    margin-top: 150px;
}


.index-advantages {
    /*margin-bottom: 0;*/
}

@media only screen and (max-width: 1023px) {
    footer {
        margin-top: 80px;
    }
}

@media only screen and (min-width: 901px) {
    .product-detail__info-block .product-map .region-offices .offices-list.points {
        width: 20% !important;
    }
    .product-detail__info-block .product-map .region-offices .product-map-inner {
        width: 80% !important;
    }
}

@media only screen and (min-width: 900px) {
    .catalog-menu-nav.mobile {
        display: none;
    }
}

.h1.product-slider-title {
    margin-top: 90px !important;
}

.cat_description {
    margin-top: 45px;
    line-height: 1.4;
}

@media only screen and (max-width: 600px) {
    .cat_description {
        margin-top: 35px;
    }
    .h1.product-slider-title {
        margin-top: 60px !important;
    }
}

.header__phone_department:before {
    pointer-events: none;
}

.header__city .submenu {
    z-index: 1;
}

#empty__basket-total {
    padding: 0 5px;
}

#button__count_checkout,
#header__basket-counter{
    display: none;
}

form[name="basket_form"] input.number-control__input {
    padding: 0;
}

.footer__contact-phone {
    margin-bottom: 5px;
}

.bx-filter .bx-filter-input-container input {
    padding: 0 8px;
}

@media only screen and (max-width: 767px) {
    .index-promo-area.index--promo h1 {
        opacity: 0;
        position: absolute;
    }
    .footer__menu {
        font-size: 16px;
        line-height: 20px;
    }
    .footer__contact-phone {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 4px;
    }
    .footer__general {
        padding: 30px 30px 5px;
    }
    .burger-menu__contact.burger-menu__contact_department {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .burger-menu__contact.burger-menu__contact_department .burger-menu__department > svg {
        margin: 0 5px;
    }
    .burger-menu__contact.burger-menu__contact_department .burger-menu__department .burger-menu__city svg {
        transform: translate(2px, -2px);
    }
    .burger-menu__head {
        padding-bottom: 10px;
    }
    .burger-menu__menu__group .burger-menu__menu__group:last-child {
        border-bottom: 0;
    }
}

.swiper-pagination-bullet-active:after {
    top: -2px;
    left: -2px;
}

.index-promo-area .promo-best-pricearea .swiper-pagination-bullet-active:after {
    top: -2px;
    left: -2px;
    height: 5px;
    width: 5px;
}

.header__city svg {
    margin-top: 1px;
}

.header__buttons--new .button__icon {
    margin-right: 3px;
}

.header__buttons--new .button__title {
    display: flex;
    align-items: center;
}

.header__buttons--new .button__title a {
    color: #000000;
    transition: .2s ease;
}

.header__buttons--new .button__title a:hover {
    opacity: .7;
}

.header__buttons--new .header__button {
    cursor: default;
}

.form-auth__wrapper .text__info-buttons {
    display: flex;
}

.form-auth__wrapper .text__info-buttons .text__info:first-child {
    margin-right: 20px;
}

.form-register-data-user {
    margin-top: 40px;
}

.form-register-data-user .inputs__wrapper {
    display: flex;
    flex-direction: column;
    max-width: 400px;
}

.form-register-data-user .inputs__wrapper .input {
    position: relative;
    margin-top: 40px;
}

.form-register-data-user .inputs__wrapper .input label {
    position: absolute;
    top: -20px;
    left: 0;
    color: gray;
    opacity: .7;
    font-size: 14px;
    margin-bottom: 8px;
}

.form-register-data-user .inputs__wrapper .input input {
    padding-left: 12px;
    width: 100%;
}

.form-register-data-user .button__wrapper {
    margin-top: 30px;
}

.form-register-data-user .button__wrapper input {
    height: 42px;
    min-width: 200px;
}

.form-register-data-user .notification {
    margin-top: 20px;
}

.form-register-data-user .notification .notification__info {
    margin-top: 20px;
}

.form-register-data-user .g-recaptcha__wrapper {
    position: relative;
    margin-top: 25px;
}

.form-register-data-user .g-recaptcha__wrapper iframe {
    max-width: unset !important;
}

@media only screen and (max-width: 1200px) {
    .header__buttons--new .button__title a:first-child {
        display: none;
    }
    .header__buttons--new .button__title span {
        display: none;
    }
}

.header__logo.open-search__input {
    display: none;
}

._mobile .header__input_wrapper {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 220px);
    height: 39px;
    top: 50%;
    transform: translateY(-50%);
}

._mobile .header__input_wrapper input {
    width: 100%;
    padding: 8px 40px 8px 10px !important;
    background: #FFFFFF;
    border: 2px solid #DBDEE0;
    box-sizing: border-box;
    border-radius: 5px;
    min-height: 32px;
    font-size: 16px;
    line-height: 16px;
    color: #797A79;
}

._mobile .header__input_wrapper.open-search__input {
    display: block;
}

._mobile .header__input_wrapper .content {
    position: relative;
}

._mobile .header__input_wrapper .close {
    position: absolute;
    right: 0px;
    top: 0;
    width: 0px;
    height: 0px;
    opacity: 0.3;
    z-index: 1;
    padding: 20px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}
._mobile .header__input_wrapper .close:hover {
    /*opacity: 1;*/
}
._mobile .header__input_wrapper .close:before, ._mobile .header__input_wrapper .close:after {
    position: absolute;
    top: 7px;
    right: 20px;
    content: ' ';
    height: 25px;
    width: 2px;
    background-color: #333;
}
._mobile .header__input_wrapper .close:before {
    transform: rotate(45deg);
}
._mobile .header__input_wrapper .close:after {
    transform: rotate(-45deg);
}

@media only screen and (max-width: 767px) {
    .header__wrapper {
        position: relative;
    }
}

@media only screen and (max-width: 440px) {
    ._mobile .header__input_wrapper {
        width: calc(100% - 165px);
    }
}

.header__menu {
    display: unset;
}

@media only screen and (max-width: 390px) {
    .header__buttons._mobile .header__button {
        padding: 0 7px;
        height: 36px;
    }
    .header__buttons._mobile .header__button .button__icon {
        width: 17px;
        height: 17px;
    }
    .header__logo {
        height: 41px;
    }
}

@media only screen and (max-width: 345px) {
    .header__buttons._mobile .header__button {
        padding: 0 5px;
        height: 31px;
    }
    .header__buttons._mobile .header__button .button__icon {
        width: 15px;
        height: 15px;
    }
    .header__logo {
        height: 37px;
    }
}

#bx-panel {
    display: block !important;
}

.index-slider-wrapper .swiper-container {
    min-height: 450px !important;
}
.index-slider-wrapper .swiper-slide {
    height: 450px !important;
}
.index-slider-wrapper .index-slide__text{
    position: absolute !important;
}
.product-description > ul > li {
    list-style: disc;
    margin-left: 30px;
}
.product-description > ul {
    margin-top: 3px;
}
.detail-desc-new > * > ul > li {
    list-style: disc;
    margin-left: 30px;
}
.detail-desc-new > * > ul {
    margin-top: 3px;
}

#page {
    overflow: unset !important;
}

@media (max-width: 767px) {
    .header__buttons._tablet-desktop {
        display: block !important;
    }

    .header__buttons._tablet-desktop > *:not(.header__lang) {
        display: none !important;
    }
}

.cookie-popup {
    position: fixed;
    left: 0;
    bottom: 0;
    background: #FFFFFF;
    width: 100%;
    z-index: 1000001;
    padding: 30px 40px;
    box-shadow: 10px 4px 10px rgba(0, 0, 0, 0.75);
}

.cookie-popup .cookie-wrapper {
    display: flex;
    align-items: center;
}

.cookie-popup .cookie-wrapper .text {
    margin-right: 50px;
    font-size: 16px;
}

.cookie-popup .cookie-wrapper .buttons {
    display: flex;
}

.cookie-popup .cookie-wrapper .buttons .default-button {
    min-height: 40px;
}

.cookie-popup .cookie-wrapper .buttons .default-button:nth-child(2) {
    margin-left: 30px;
}

@media only screen and (max-width: 1250px) {
    .cookie-popup .cookie-wrapper {
        flex-direction: column;
    }
    .cookie-popup .cookie-wrapper .text {
        margin-right: 0;
        margin-bottom: 30px;
        text-align: center;
    }
}

@media only screen and (max-width: 500px) {
    .cookie-popup {
        padding: 20px;
    }
    .cookie-popup .cookie-wrapper .text {
        margin-bottom: 20px;
    }
    .cookie-popup .cookie-wrapper .buttons {
        flex-direction: column;
        width: 100%;
    }
    .cookie-popup .cookie-wrapper .buttons .default-button {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
    .cookie-popup .cookie-wrapper .buttons .default-button:nth-child(2) {
        margin-top: 15px;
        margin-left: 0;
    }
}


.cookie-modal {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    z-index: 9999;
    font-family: Arial, sans-serif;
}

.cookie-modal.active {
    display: block;
}

.cookie-content .text {
    margin-bottom: 15px;
}

.cookie-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.cookie-title {
    font-size: 1.2em;
    font-weight: bold;
}

.cookie-content {
    margin-bottom: 20px;
}

.cookie-actions {
    display: flex;
    /*gap: 10px;*/
    justify-content: flex-end;
}

.cookie-btn {
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
}

.cookie-btn-accept {
    background: #4CAF50 !important;
    color: white;
}

.cookie-btn-settings {
    background: #2196F3 !important;
    color: white;
}

.cookie-btn-reject {
    background: #EC1C23 !important;
    color: white;
}

.cookie-settings {
    display: none;
    margin-top: 20px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.cookie-settings.active {
    display: block;
}

.cookie-category {
    margin-bottom: 15px;
}

.cookie-category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cookie-category-title {
    font-weight: bold;
}

.cookie-category-toggle {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.cookie-category-toggle input {
    opacity: 0;
    width: 0;
    height: 0;
}

.cookie-category-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 24px;
}

.cookie-category-slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .cookie-category-slider {
    background-color: #4CAF50 !important;
}
input:disabled + .cookie-category-slider {
    background-color: #ccc !important;
}

input:checked + .cookie-category-slider:before {
    transform: translateX(26px);
}

.cookie-category-description {
    font-size: 0.9em;
    color: #666 !important;
    margin-top: 5px;
}

.cookie-settings-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.cookie-content {
    align-items: center;
    display: block;
}

#cookieConsent .text {
    text-align: center;
}

#cookieConsent .buttons{
    width: 35%;
    gap: 20px;
    display: flex;
    margin: auto;
}

#cookieConsent .buttons div{
    flex: 1;
    display: grid;
    gap: 10px;
}

#rejectAll {
    min-width: 270px;
    padding: unset;
    max-height: 42px;
}
#cookieModal .cookie-title {
    margin: auto;
    text-align: center;
}

.click-blocker {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 99998;
}

.allowed-area {
    position: fixed;
    z-index: 99999;
    background: white;
    padding: 20px;
    margin-top: auto;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    #cookieConsent .buttons {
        flex-direction: column;
        gap: 5px;
        width: 100%;
        min-height: 34px;
        padding: unset;
    }
    .cookie-header {
        margin-bottom: 5px;
    }
    #rejectAll {
        min-width: 210px;
        min-height: 34px;
    }
    #acceptAll {
        min-width: 105px;
        padding: unset;
        min-height: 34px;
        /*min-height: 42px;*/
    }
    #openSettings {
        padding: unset;
        min-height: 34px;
    }
    .cookie-category-header div{
        max-width: 80%;
    }

    .allowed-area {
        margin-top: unset;
        top:50%;
        padding: 10px;
        /*min-height: 73%;*/
        min-height: fit-content;
    }
    .cookie-content {
        margin-bottom: 5px;
    }
    .cookie-content .text {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .cookie-title {
        font-size: 1.1em;
    }
}
.cookie-content button {
    min-height: 42px;
}

/*vendor*/
.section_image_right_center {
    padding: 3rem;
    width: 50%;

}
.section_image_right_center_inside_five {
    width: auto;
    height: 683px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 3rem;
    margin-right: 3rem;

}
.section_text_left_center_five {
    width: 50%;
    padding: 3rem;
    padding-right: 0rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
    align-items: center;
    display: flex;
}
.section_text_left_center_rep_five {
    text-align: justify;
    font-family: "Montserrat" !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: #262626;
}
.section_background-top-six {
    background-color: rgb(235, 235, 235);
    display: flex;
    padding: 3rem;
    padding-top: 0rem;
    flex-direction: column;
}
.section_background-top-five {
    background-color: rgb(235, 235, 235);
    display: flex;
}
.mosaicPhotos {
    font-family: "Montserrat" !important;
    font-size: 16px;
}
.vendor_text {
    font-family: "Montserrat" !important;
    font-size: 24px !important;
    color: #262626 !important;
}
.section_group_grid {
    display: grid;
    width: -moz-available;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 1rem;
    row-gap: 2rem;
}
.group_grid_inside {
    background-repeat: no-repeat;
    height: 220px;
    width: auto;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column-reverse;
}
.inside_grid_opacity {
    background-color: #000000b0;
    text-align: center;
    color: white;
    font-weight: 500;
    min-height: 60px;
    align-content: center;
}
.product-slider-wrapper {
    position: relative;
}
.product-slider-item {
    width: 167px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    height: auto !important;
    align-items: center;
    justify-content: center;
}
.product-slider__arrow-left,
.product-slider__arrow-right {
    position: absolute;
    width: 20px;
    height: 32px;
    top: calc(50% - 16px);
    background-image: url("/local/templates/main/image/arrow.svg");
    background-position: center;
    background-size: contain;
    background-repeat: repeat;
    cursor: pointer;
    outline: none;
}
.product-slider__arrow-right {
    right: -28px;
}
.product-slider__arrow-left {
    left: -28px;
    transform: rotate(180deg);
}
.vendor_padding .swiper-pagination-bullet-active:after {
        top: 1px;
        left: 1px;
}
.vendor_padding .swiper-pagination-bullet {
    width: 14px !important;
    height: 14px !important;
    border: 2px solid rgba(196, 196, 196, 0.8);
    opacity: 1;
    background: none !important;
    display: inline-block;
    border-radius: 50%;
}
.product-slider-container:not(.swiper-container-initialized) .product-slider-slider {
    display: flex;
    max-width: 100%;
    overflow: hidden;
}
.product-slider-container:not(.swiper-container-initialized) .product-slider-item {
    margin-right: 10px;
}
.product-slider-slider {
    align-items: stretch;
    display: flex;
}
.section_text_header{
    text-align: left;
    font-size: 48px;
    color: black;
    line-height: 52px;
    font-weight: 400;
    padding-bottom: 50px;
}

.recom-tech-notice {
    text-align: center;
    background-color: black;
    font-size: 10px;
}


@media (min-width: 600px) {
    .product-slider__dots {
        display: none;
    }
}
@media (min-width: 1024px) {
    .vendor_padding{
        padding-right: 16rem;
        padding-left: 16rem;

    }
}
@media (max-width: 600px) {
    .section_text_header{
        font-size: 30px;
        padding-bottom: 20px;
    }
    .product-slider-item:first-of-type {
        margin-top: 10px;
    }
    .product-slider-item {
        width: 100%;
        margin: 5px 0;
        flex-direction: row;
    }
    .product-slider__dots {
        text-align: center;
    }
}
@media (max-width: 320px) {
    .product-slider-wrapper {
        padding: 0 10px;
    }

    .product-slider__arrow-right {
        right: -3px;
    }

    .product-slider__arrow-left {
        left: -3px;
    }

}
@media (max-width: 600px) {
    .section_group_grid{
        display: unset;
    }
    .section_text_left_center_five {
        width: 100%;
        padding: 0px 7px 0 7px;
        align-items: center;
        display: flex;
    }
    .section_image_right_center{
        display: none;
        padding: unset;
        margin: unset;
    }
    .section_text_left_center_rep_five{
        padding: 24px 20px 50px 20px;
        inline-size: 100%;
        font-size: 14px;
    }
    .group_grid_inside{
        margin-bottom: 20px;
    }
}
@media (max-width: 1024px) {
    .section_image_right_center_inside_five {
        margin-left: 0rem;
        margin-right: 0rem;

    }
}
@media (max-width: 1920px) {
    .section_image_right_center_inside_five {
        margin-left: 0rem;
        margin-right: 0rem;

    }
}
@media (min-width: 2560px) {
    .group_grid_inside {
        height: 280px;
    }

}

.new_year_head {
    background-image: url(/images/newyear_head_new.webp);
    height: 60px;
    background-size: contain;
}

@media (max-width: 767px) {
    .new_year_head {
        background-image: url(/images/newyear_head_mobile_new.webp);
        height: 50px;
        background-color: white;
    }
}

@media (max-width: 339px) {
    .new_year_head {
        height: 40px;
    }
}

/*end vendor*/



/*
@media (max-height: 700px) {

    #cookieConsent .buttons {
        gap: 4px;
    }
}

@media (max-height: 650px) {

    #cookieConsent .hollow-button {
        padding: 4px 28px 5px;
        min-height: 25px;
    }

    #cookieConsent .buttons {
        gap: 4px;
    }
}
 */

/* End */
/* /local/js/prom/modal/style.css?17283056604066 */
/* /local/js/vendor/fancybox/style.css?159102209612795 */
/* /local/js/vendor/parsley/style.css?160561705512795 */
/* /local/templates/main/css/normalize.css?15910220966814 */
/* /assets/base.css?170177857612252 */
/* /assets/global.css?170177857638961 */
/* /local/templates/main/components/bitrix/catalog.section.list/header__catalog-menu/style.css?17778946706471 */
/* /local/components/arturgolubev/search.title/templates/redesign/style.css?17283081803524 */
/* /local/components/prom/lang.select/templates/.default/style.css?17369419061951 */
/* /local/templates/main/components/bitrix/breadcrumb/.default/style.css?1734435178601 */
/* /bitrix/components/vregions/header.select/templates/popup-new/style.css?17454918383627 */
/* /local/components/prom/callback/templates/.default/style.css?16258344071329 */
/* /local/components/prom/oneclick/templates/.default/style.css?17449001441963 */
/* /local/components/prom/question-price/templates/.default/style.css?15911844591984 */
/* /local/templates/main/components/bitrix/form.result.new/arenda/style.css?15910220961776 */
/* /local/components/prom/favorites_lite/templates/with_modal/style.css?17017791078331 */
/* /local/templates/main/components/bitrix/sale.basket.basket.small/fixed-cart_new/style.css?1702285705541 */
/* /local/templates/main/styles.css?17484419941000 */
/* /local/templates/main/template_styles.css?178336630875091 */
