

/* Start:/bitrix/templates/main_2022/components/arturgolubev/search.title/temp_history/style.min.css?17627979955783*/
div.title-search-result{border:0 none !important;border-top:0 none;display:none;overflow:hidden;z-index:999;min-width:200px;background-color:#fff;}.bx_item_block_item_props{display:block}.bx_item_block_item_prop_item{display:block}a.bx_item_block_href{font-weight:500;color:#000;display:block}a.bx_item_block_href:hover{color:#ef2e2f}.bx-searchtitle .bx-searchtitle-preloader{position:absolute;top:50%;right:30px;width:30px;height:30px;z-index:5;display:none;transform: translateY(-50%)}.bx-searchtitle .bx-searchtitle-preloader.view{background:url(/bitrix/templates/main_2022/components/arturgolubev/search.title/temp_history/images/loader_orange.gif) center center no-repeat}div.title-search-result{border:1px solid #c6c6c6;display:none;overflow:hidden;z-index:205}.title-search-result{max-height:436px;overflow:auto}div.title-search-fader{display:none;background-image:url('/bitrix/templates/main_2022/components/arturgolubev/search.title/temp_history/images/fader.png');background-position:right top;background-repeat:repeat-y;position:absolute}.title-search-res{padding:15px;max-height:436px;position:relative;overflow:auto}
.cat-card{display:flex;align-items:flex-start}.cat-card__wrap{padding-top:10px;padding-bottom:10px;border-top:1px solid rgba(16,16,16,.1)}.cat-card__pic{flex:0 0 70px}.cat-card__pic a{display:block;width:100%;position:relative;overflow:hidden;background-color:#f5f5f5;border-radius:5px}.cat-card__pic a:after{content:'';float:left;padding-top:100%}.cat-card__pic a img{display:block;position:absolute;width:100%;height:100%;object-fit:contain}.cat-card__content a{color:#000}.cat-card__content a:hover{color:#ef2e2f}.cat-card__content{padding-left:15px;padding-right:15px;flex: 0 1 100%}.cat-card__price{white-space:nowrap;text-align:right;font-weight:600;display:block}.search_found{padding-bottom:15px;color:rgba(16,16,16,.5)}.search_found span span{font-weight:600;color:#000}.title-search-all a{position:absolute;top:15px;right:15px;font-size:14px;color:#ef2e2f}@media screen and (min-width:768px){.title-search-res{padding:15px;padding-top:0}.cat-card__pic{flex:0 0 80px}.cat-card__wrap{padding-top:15px;padding-bottom:15px}
}@media screen and (min-width:1200px){.title-search-result{width:100% !important;max-width:none;}.cat-card{align-items:stretch}.cat-card__content{padding-left:20px;padding-right:20px;position:relative;width:100%}.cat-card__price{position:absolute;right:0;bottom:0}.title-search-all a{top:20px}}
@media screen and (min-width:768px) {
    .search_found {
        padding-bottom: 20px;
        padding-top: 20px
    }
}
#title-search{
    position: relative;
}
.header-top-search-bottom{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border-radius: 2px;
    /*box-shadow: 0px 0px 7px -2px #d6d6d6;*/
    overflow: hidden;
    margin-top: -2px;
    /*margin-top: -2px;*/
}
.bx-searchtitle-history{
    display: none;
    padding:0 15px;
    background-color: #fff;
    position: relative;
    z-index: 4;
    padding-top: 2px;
    margin-top: -1px;
    border: 1px solid rgba(16,16,16,.2);
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding-bottom: 10px;
}
.header-top-search-bottom .title-search-result{
    position: relative;
    z-index: 4;
    background-color: #fff;
    margin-top: -1px;
    border: 1px solid rgba(16,16,16,.2) !important;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.bx-searchtitle-history-list a{
    display: flex;
    align-items: center;
    position: relative;
    color: #101010;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 500;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.bx-searchtitle-history-list a svg{
    margin-right: 5px;
}
.bx-searchtitle-history-list a:hover{
    background-color: #f5f5f5;
}
[data-delete-history]{
    display: inline-block !important;
    position: absolute;
    width: 25px;
    top: 0;
    right: 15px;
    height: 100%;
    cursor: pointer;
}
[data-delete-history]:hover:after,[data-delete-history]:hover:before{
    background-color: red !important;
}
[data-delete-history]:after,[data-delete-history]:before{
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background-color: rgb(117, 117, 117);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
}
[data-delete-history]:after{
    transform: translate(-50%, -50%) rotate(45deg);
}
[data-delete-history]:before{
    transform: translate(-50%, -50%) rotate(-45deg);
}
.bx-searchtitle-history-head{
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
    /*background-color: #f5f5f5;*/
    color: rgb(117, 117, 117);
}
[data-delete-history-all]{
    cursor: pointer;
}
[data-delete-history-all]:hover{
    color: red;
}
.bx-searchtitle-history-list{
    margin-left: -15px;
    margin-right: -15px;
}

.header-top-search-row{
    background-color: #fff;
}
.bx-searchtitle-history-list a:nth-child(n+6){
    display: none;
}

/*@media screen and (min-width:1200px) {*/
    .search-active .header-top-search-row{
        z-index: 24;
    }
    .search-active .bx-searchtitle-history,.search-active .title-search-result{
        z-index: 25;
    }
    .search-active .header-top-search-overlay{
        display: block;
        background-color: rgba(0,0,0,0.4);
        left: 0;
        top: 0;
        width: 100vw;
        height: 120vh;
        position: fixed;
        z-index: 3;
    }
@media screen and (max-width: 768px) {
    .search-active{
        overflow: hidden;
    }
}
@media screen and (min-width:1200px) {
    .header-search-block{
        transform: none !important;
    }
}
/* End */


/* Start:/bitrix/templates/main_2022/components/bitrix/sender.subscribe/template_22/style.css?1762797995526*/

@keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@-webkit-keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@-webkit-keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}
@-webkit-keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}


/* End */


/* Start:/bitrix/templates/main_2022/components/bitrix/menu/template_main_footer_22/style.min.css?1762797995790*/
.footer__menu{margin-top:50px;margin-bottom:50px;border-top:1px solid rgba(255,255,255,.2)}@media screen and (min-width:768px){.footer__menu{border-top:none;margin-top:-20px}}@media screen and (min-width:1200px){.footer__menu{margin-bottom:40px}}@media screen and (min-width:1600px){.footer__menu{margin-top:-15px;margin-bottom:42px}}@media screen and (min-width:1920px){.footer__menu{margin-top:-19px;margin-bottom:52px}}.footer__menu li{border-bottom:1px solid rgba(255,255,255,.2)}.footer__menu a{font-weight:500;color:#fff;font-size:1.6rem;line-height:1.5;display:block;padding-top:20px;padding-bottom:20px}@media screen and (min-width:1600px){.footer__menu a{font-size:1.7rem}}@media screen and (min-width:1920px){.footer__menu a{font-size:1.8rem;padding-top:24px;padding-bottom:24px}}
/* End */


/* Start:/bitrix/templates/main_2022/components/bitrix/menu/template_main_footer_bottom/style.min.css?1762797995790*/
.footer__menu{margin-top:50px;margin-bottom:50px;border-top:1px solid rgba(255,255,255,.2)}@media screen and (min-width:768px){.footer__menu{border-top:none;margin-top:-20px}}@media screen and (min-width:1200px){.footer__menu{margin-bottom:40px}}@media screen and (min-width:1600px){.footer__menu{margin-top:-15px;margin-bottom:42px}}@media screen and (min-width:1920px){.footer__menu{margin-top:-19px;margin-bottom:52px}}.footer__menu li{border-bottom:1px solid rgba(255,255,255,.2)}.footer__menu a{font-weight:500;color:#fff;font-size:1.6rem;line-height:1.5;display:block;padding-top:20px;padding-bottom:20px}@media screen and (min-width:1600px){.footer__menu a{font-size:1.7rem}}@media screen and (min-width:1920px){.footer__menu a{font-size:1.8rem;padding-top:24px;padding-bottom:24px}}
/* End */


/* Start:/bitrix/templates/main_2022/components/bitrix/system.auth.form/template_22/style.min.css?1762797995424*/
div.bx-system-auth-form span.bx-auth-secure{background-color:#fffae3;border:1px solid #dedbc8;padding:2px;display:inline-block;vertical-align:bottom;margin-top:-1px}div.bx-system-auth-form div.bx-auth-secure-icon{background-image:url(/bitrix/templates/main_2022/components/bitrix/system.auth.form/template_22/images/sec.png);background-repeat:no-repeat;background-position:center;width:19px;height:18px}div.bx-system-auth-form div.bx-auth-secure-unlock{background-image:url(/bitrix/templates/main_2022/components/bitrix/system.auth.form/template_22/images/sec-unlocked.png)}
/* End */


/* Start:/bitrix/templates/main_2022/components/bitrix/main.register/template_22/style.min.css?1762797995442*/
div.bx-auth-reg input.bx-auth-input{vertical-align:middle}div.bx-auth-reg span.bx-auth-secure{background-color:#fffae3;border:1px solid #dedbc8;padding:2px;display:inline-block;vertical-align:middle}div.bx-auth-reg div.bx-auth-secure-icon{background-image:url(/bitrix/templates/main_2022/components/bitrix/main.register/template_22/images/sec.png);background-repeat:no-repeat;background-position:center;width:19px;height:18px}div.bx-auth-reg div.bx-auth-secure-unlock{background-image:url(/bitrix/templates/main_2022/components/bitrix/main.register/template_22/images/sec-unlocked.png)}
/* End */


/* Start:/bitrix/templates/main_2022/template_styles.css?176279799544335*/
.footer{background-color:#101010;margin-top:80px}@media screen and (min-width:1024px){.footer{margin-top:120px}}@media screen and (min-width:1200px){.footer{margin-top:140px}}@media screen and (min-width:1600px){.footer{margin-top:102px}}@media screen and (min-width:1920px){.footer{margin-top:180px}}.footer .brd{border-top:1px solid rgba(255,255,255,.3);border-right:1px solid rgba(255,255,255,.3);border-left:1px solid rgba(255,255,255,.3)}@media screen and (min-width:1920px){.footer .brd{margin-bottom:25px}}.footer__wrap{max-width:1920px;margin:auto;padding:50px 15px 15px}@media screen and (min-width:1024px){.footer__wrap{padding:70px 35px 35px}}@media screen and (min-width:1200px){.footer__wrap{padding:80px 40px 35px}}@media screen and (min-width:1600px){.footer__wrap{padding:90px 45px 35px}}@media screen and (min-width:1920px){.footer__wrap{padding:100px 50px 55px}}.footer__logo{display:block;margin-bottom:30px;max-width:204px}.footer__logo img{display:block;width:100%;height:auto}@media screen and (min-width:768px){.footer__logo{margin-bottom:35px;max-width:226px}}@media screen and (min-width:1200px){.footer__logo{margin-bottom:40px;width:250px;max-width:none}}@media screen and (min-width:1600px){.footer__logo{margin-bottom:45px;width:272px}}@media screen and (min-width:1920px){.footer__logo{margin-bottom:50px;width:294px}}.footer__cols{position:relative}@media screen and (max-width:767px){.footer__cols{padding-bottom:105px;margin-bottom:50px}}@media screen and (min-width:768px){.footer__cols{margin-left:-15px;margin-right:-15px;position:relative}}@media screen and (min-width:768px){.footer__col{padding:0 15px;width:50%;float:left}.footer__col:nth-child(2){float:right;max-width:350px}}@media screen and (min-width:1200px){.footer__col:nth-child(2){max-width:486px}}@media screen and (min-width:1400px){.footer__col:nth-child(2){max-width:515px}}@media screen and (min-width:1600px){.footer__col:nth-child(2){width:37%;max-width:566px}}@media screen and (min-width:1920px){.footer__col:nth-child(2){max-width:680px}}.footer__socials{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-8px;margin-right:-8px}@media screen and (min-width:1024px){.footer__socials{margin-left:-12px;margin-right:-12px}}@media screen and (min-width:1600px){.footer__socials{margin-left:-18px;margin-right:-18px}}.footer__social-item{-webkit-box-flex:0;-webkit-flex:0 1 50%;-moz-box-flex:0;-ms-flex:0 1 50%;flex:0 1 50%;padding:0 8px;margin-bottom:15px}@media screen and (min-width:1024px){.footer__social-item{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding:0 12px}}@media screen and (min-width:1600px){.footer__social-item{padding:0 18px}}.footer__social-item .svg{display:block;width:20px;height:20px;margin-right:10px}@media screen and (min-width:1920px){.footer__social-item .svg{width:30px;height:30px}}.footer__social-item a,.footer__social-item .multiply{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;font-weight:500;font-size:1.2rem;line-height:1.5;border:1px solid rgba(255,255,255,.5);-webkit-box-shadow:0 4px 41px -27px rgba(0,0,0,.2);box-shadow:0 4px 41px -27px rgba(0,0,0,.2);border-radius:5px;height:55px}@media screen and (min-width:1024px){.footer__social-item a,.footer__social-item .multiply{padding:0 30px}}@media screen and (min-width:1200px){.footer__social-item a,.footer__social-item .multiply{font-size:1.6rem;padding:0 30px 0 25px}}@media screen and (min-width:1600px){.footer__social-item a,.footer__social-item .multiply{font-size:1.7rem;height:60px}}@media screen and (min-width:1920px){.footer__social-item a,.footer__social-item .multiply{font-size:1.8rem;height:65px;padding:0 25px 0 25px}}.footer__social-item .multiply{padding:0 20px}.footer__social-item .multiply a{border:0;-webkit-box-shadow:none;box-shadow:none;border-radius:0;margin-right:10px;white-space:nowrap}@media screen and (min-width:1024px){.footer__social-item .multiply a{padding:0}}.footer__social-item .multiply .icon{border-radius:4px;overflow:hidden}.footer__social-item .multiply .icon svg{margin-right:0}.footer__social-name{display:block;color:rgba(255,255,255,.5);font-weight:400;font-size:1.2rem;line-height:1.5;margin-bottom:15px}@media screen and (min-width:1024px){.footer__social-name{font-size:1.3rem}}@media screen and (min-width:1600px){.footer__social-name{font-size:1.4rem;margin-bottom:24px}}@media screen and (min-width:1920px){.footer__social-name{margin-bottom:30px}}.footer__social-items{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.footer__social-items a{margin-right:15px}@media screen and (max-width:1023px){.footer__social-items a{max-width:70px;-webkit-box-flex:1;-webkit-flex:1 1 auto;-moz-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.footer__social-items a .svg{margin-left:auto;margin-right:auto}.footer__social-items a .text{display:none}}@media screen and (max-width:767px){.footer__payments{position:absolute;bottom:0;left:0;right:0}}.footer__payments-name{display:block;color:rgba(255,255,255,.5);font-weight:400;font-size:1.2rem;line-height:1.5;margin-bottom:15px}@media screen and (min-width:1024px){.footer__payments-name{font-size:1.3rem}}@media screen and (min-width:1440px){.footer__payments-name{font-size:1.4rem;margin-bottom:25px}}.footer__payments-list{margin-left:-5px;margin-right:-5px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}@media screen and (min-width:1440px){.footer__payments-list{margin-left:-4px;margin-right:-4px}}.footer__payments-item-wrap{padding:0 5px;-webkit-box-flex:0;-webkit-flex:0 0 20%;-moz-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:95px}@media screen and (min-width:1440px){.footer__payments-item-wrap{padding:0 4px;max-width:93px}}.footer__payments-item{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;height:37px;border:1px solid rgba(255,255,255,.5);-webkit-box-shadow:0 4px 41px -27px rgba(0,0,0,.2);box-shadow:0 4px 41px -27px rgba(0,0,0,.2);border-radius:5px}@media screen and (min-width:1440px){.footer__payments-item{height:50px}}.footer__payments-item svg{display:block}@media screen and (min-width:768px){.footer__bottom{clear:both;margin-top:90px}}@media screen and (min-width:1024px){.footer__bottom{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.footer__bottom .brd{display:none}}@media screen and (min-width:1200px){.footer__bottom{margin-top:105px}}@media screen and (min-width:1600px){.footer__bottom{margin-top:112px}}@media screen and (min-width:1920px){.footer__bottom{margin-top:122px}}.footer__bottom-links{margin-bottom:50px}@media screen and (min-width:768px){.footer__bottom-links{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px}}@media screen and (min-width:1024px){.footer__bottom-links{margin-bottom:0}}.footer__bottom-links a{display:block;color:rgba(255,255,255,.5);font-weight:500;font-size:1.2rem;line-height:2}@media screen and (min-width:768px){.footer__bottom-links a{line-height:1.5;font-size:1.3rem;padding-right:15px}.footer__bottom-links a+a{padding-left:15px;position:relative}.footer__bottom-links a+a:before{content:"|";position:absolute;left:0;top:0}}@media screen and (min-width:1024px){.footer__bottom-links a{font-size:1.4rem}.footer__bottom-links a+a{padding-left:27px}}@media screen and (min-width:1600px){.footer__bottom-links a{font-size:1.5rem;padding-right:18px}}@media screen and (min-width:1920px){.footer__bottom-links a{font-size:1.6rem;padding-right:21px}}.footer__bottom-develop{font-size:1.1rem;line-height:1.5;color:#fff}@media screen and (min-width:768px){.footer__bottom-develop{font-size:1.3rem}}@media screen and (min-width:1600px){.footer__bottom-develop{font-size:1.5rem}}@media screen and (min-width:1920px){.footer__bottom-develop{font-size:1.6rem}}.footer__bottom-develop a{font-size:inherit;line-height:inherit;color:inherit}[data-shadow]{cursor:none}[data-shadow]:hover [data-cursor]{opacity:1}[data-cursor]{position:absolute;width:40px;height:40px;background-image:url(/bitrix/templates/main_2022/../img/svg/close_cursor.svg);background-size:contain;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:0;-webkit-transition:opacity 250ms ease-in;-moz-transition:opacity 250ms ease-in;transition:opacity 250ms ease-in;pointer-events:none}.dlm{display:inline-block;vertical-align:middle;width:35px;height:15px;background-image:url(/bitrix/templates/main_2022/img/svg/i_delimiter.svg);background-size:contain;background-position:center;background-repeat:no-repeat}.sb-buts span{display:block;width:40px;height:40px;border:1px solid #505050;border-radius:4px;background-color:#fff;position:relative;cursor:pointer;-webkit-transition:all 250ms ease-in;-moz-transition:all 250ms ease-in;transition:all 250ms ease-in}.sb-buts span *{pointer-events:none}@media screen and (min-width:1600px){.sb-buts span{width:45px;height:45px}}@media screen and (min-width:1920px){.sb-buts span{width:50px;height:50px}}.sb-buts span svg{position:absolute;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);line-height:0;display:block;fill:#505050}.sb-buts span.active{background-color:#505050}.sb-buts span.active:hover{background-color:#101010}.sb-buts span.active svg{fill:#fff}.sb-buts .sb-next{margin-left:9px}.tooltip{display:none;padding-bottom:13px;position:relative}.tooltip span{display:block;background-color:#fff;font-weight:500;font-size:12px;text-align:center;border-radius:15px;padding:5px 10px;color:rgba(16,16,16,.5);position:relative;z-index:2}.tooltip:before{content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:13px;background-color:#fff;border-radius:15px;-webkit-box-shadow:0 4px 4px rgba(218,218,218,.5);box-shadow:0 4px 4px rgba(218,218,218,.5)}.tooltip:after{content:"";display:block;width:12px;height:12px;position:absolute;bottom:6px;left:50%;-webkit-transform:translateX(-50%) rotate(45deg);-moz-transform:translateX(-50%) rotate(45deg);-ms-transform:translateX(-50%) rotate(45deg);transform:translateX(-50%) rotate(45deg);background-color:#fff}.popup,.auth_block{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(16,16,16,.5);display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:0;-webkit-transition:all 250ms ease-in;-moz-transition:all 250ms ease-in;transition:all 250ms ease-in;display:none;z-index:20}.popup.active,.auth_block.active{opacity:1}.popup_over,.auth_block-over{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;max-height:100vh;overflow:auto;min-width:100%;padding-top:50px;padding-bottom:50px}.popup_wrap,.auth_block-wrap{max-width:100%;display:inline-block;vertical-align:middle;padding:30px 15px;margin-top:0;position:relative;padding-top:50px;height:100%}.popup_block,.auth_block-cont{min-width:320px;max-width:100vw;background-color:#fff;padding:25px 30px;border-radius:15px}@media screen and (min-width:1024px){.popup_block,.auth_block-cont{padding:35px}}@media screen and (min-width:1440px){.popup_block,.auth_block-cont{padding:40px}}@media screen and (min-width:1600px){.popup_block,.auth_block-cont{padding:45px}}@media screen and (min-width:1920px){.popup_block,.auth_block-cont{padding:50px}}.auth_block-cont{padding:30px 15px}.pop-up-title{font-weight:600;font-size:1.8rem;line-height:1.5;color:#101010;position:relative;padding-right:25px}@media screen and (min-width:1200px){.pop-up-title{font-size:2rem}}@media screen and (min-width:1600px){.pop-up-title{font-size:2.2rem}}@media screen and (min-width:1920px){.pop-up-title{font-size:2.4rem}}.popup_close{position:absolute;top:50%;right:-15px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);opacity:.2;cursor:pointer;-webkit-transition:all 250ms ease-in;-moz-transition:all 250ms ease-in;transition:all 250ms ease-in;padding:15px;z-index:12}.popup_close *{pointer-events:none}.popup_close:hover{opacity:1}.popup_content{max-width:1600px}.popup_content .popup-body{margin-top:20px}@media screen and (min-width:600px){.popup_content .popup-body{min-width:320px}}.popup_content .popup-body:before{content:"";display:block;width:100%;height:10px;margin-bottom:20px;border-top:1px solid rgba(255,255,255,.3);border-right:1px solid rgba(255,255,255,.3);border-left:1px solid rgba(255,255,255,.3);border-color:rgba(16,16,16,.1)}[data-popup] *{pointer-events:none}.page-title{position:relative}.page-title:after{content:attr(data-count);position:absolute;right:0;opacity:.2}.coockiePopup .popup_wrap{position:static}.coockiePopup .pop-up-title{display:none}.coockiePopup .popup_block{position:absolute;bottom:15px;right:0;margin-left:15px;margin-right:15px;max-width:450px}@media screen and (min-width:1440px){.coockiePopup .popup_block{max-width:490px}}@media screen and (min-width:1920px){.coockiePopup .popup_block{max-width:527px;margin-left:30px;margin-right:30px;bottom:30px}}.coockiePopup .popup-cookie:before{display:none}.coockiePopup h4{text-align:left;font-weight:600;font-size:1.6rem;margin-bottom:15px}@media screen and (min-width:1024px){.coockiePopup h4{font-size:1.7rem}}@media screen and (min-width:1920px){.coockiePopup h4{font-size:1.8rem}}.coockiePopup p{margin-bottom:25px;font-size:1.4rem}@media screen and (min-width:1024px){.coockiePopup p{margin-bottom:30px}}@media screen and (min-width:1600px){.coockiePopup p{margin-bottom:35px;font-size:1.5rem}}@media screen and (min-width:1920px){.coockiePopup p{font-size:1.6rem}}.popup-cookie-but{display:block;text-align:center;background-color:#efefef;border-radius:5px;padding:12px;color:#101010;font-size:1.2rem}@media screen and (min-width:1440px){.popup-cookie-but{font-size:1.3rem}}@media screen and (min-width:1600px){.popup-cookie-but{font-size:1.4rem}}
.header-top-social .multiply .icon{
    border-radius: 3px;
}
.footer__socials .multiply a .icon{
    width: 20px;
    height: 20px;
    border-radius: 3px;
}
.icon_v{
    background-image: url("/bitrix/templates/main_2022/img/svg/short_icon_v.svg");
    background-position: center;
    background-size: cover;
}
.icon_w{
    background-image: url("/bitrix/templates/main_2022/img/svg/short_icon_w.svg");
    background-position: center;
    background-size: cover;
}
.icon_t{
    background-image: url("/bitrix/templates/main_2022/img/svg/short_icon_t.svg");
    background-position: center;
    background-size: cover;
}
.icon_vk .svg{
    background-image: url("/bitrix/templates/main_2022/img/svg/short_icon_vk.svg");
    background-position: center;
    background-size: cover;
}
.icon_ins .svg{
    background-image: url("/bitrix/templates/main_2022/img/svg/short_icon_ins.svg");
    background-position: center;
    background-size: cover;
}
.subscribe{margin-bottom:50px}@media screen and (min-width:768px){.subscribe{max-width:486px}}@media screen and (min-width:1024px){.subscribe{margin-bottom:70px}}@media screen and (min-width:1200px){.subscribe{padding-top:5px;margin-bottom:56px}}@media screen and (min-width:1400px){.subscribe{max-width:539px}}@media screen and (min-width:1600px){.subscribe{max-width:650px;margin-bottom:67px}}@media screen and (min-width:1920px){.subscribe{margin-bottom:75px}}.subscribe__form-title{font-weight:600;color:#fff;font-size:1.6rem;line-height:1.5;margin-bottom:30px}@media screen and (min-width:1024px){.subscribe__form-title{padding-right:140px;margin-bottom:35px}}@media screen and (min-width:1400px){.subscribe__form-title{margin-bottom:40px}}@media screen and (min-width:1600px){.subscribe__form-title{margin-bottom:47px;max-width:475px;padding-right:0;font-size:1.7rem}}@media screen and (min-width:1920px){.subscribe__form-title{font-size:1.8rem;margin-bottom:50px}}.footer__form-row{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (min-width:1024px){.footer__form-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media screen and (min-width:1200px){.footer__form-row{padding-right:50px}}@media screen and (min-width:1600px){.footer__form-row{padding-right:110px}}@media screen and (min-width:1920px){.footer__form-row{padding-right:0}}.footer__form-row input.bx-form-control{display:block;width:100%;border-radius:4px;border:1px solid rgba(255,255,255,.5);color:rgba(255,255,255,.5);font-size:1.2rem;height:50px;margin-bottom:25px;background-color:#101010;padding:10px}.footer__form-row input.bx-form-control:focus{color:#fff}@media screen and (min-width:1024px){.footer__form-row input.bx-form-control{-webkit-box-flex:1;-webkit-flex:1 1 100%;-moz-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;font-size:1.4rem}}@media screen and (min-width:1200px){.footer__form-row input.bx-form-control{height:55px}}@media screen and (min-width:1600px){.footer__form-row input.bx-form-control{height:60px;font-size:1.5rem;padding:10px 15px}}@media screen and (min-width:1920px){.footer__form-row input.bx-form-control{height:65px;font-size:1.6rem}}.footer__form-row button{height:50px;border-radius:4px;background-color:#ef2e2f;display:block;width:100%;text-align:center;color:#fff;font-size:1.2rem;line-height:1.5;font-weight:500;position:relative;overflow:hidden;cursor:pointer}@media screen and (min-width:1024px){.footer__form-row button{margin-left:15px;-webkit-box-flex:1;-webkit-flex:1 0 150px;-moz-box-flex:1;-ms-flex:1 0 150px;flex:1 0 150px;font-size:1.4rem}}@media screen and (min-width:1200px){.footer__form-row button{height:55px}}@media screen and (min-width:1600px){.footer__form-row button{height:60px;font-size:1.5rem;-webkit-box-flex:1;-webkit-flex:1 0 170px;-moz-box-flex:1;-ms-flex:1 0 170px;flex:1 0 170px}}@media screen and (min-width:1920px){.footer__form-row button{height:65px;-webkit-box-flex:1;-webkit-flex:1 0 185px;-moz-box-flex:1;-ms-flex:1 0 185px;flex:1 0 185px;font-size:1.6rem}}.footer__form-row button:hover:after{opacity:1}.footer__form-row button:after{content:"";display:block;width:120px;height:120px;background-color:rgba(255,255,255,.2);position:absolute;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);line-height:0;display:block;border-radius:50%;opacity:0;-webkit-transition:all 250ms ease-in;-moz-transition:all 250ms ease-in;transition:all 250ms ease-in}
@media screen and (max-width:374px){.header-button{-webkit-box-flex:0;-webkit-flex:0 0 50px;-moz-box-flex:0;-ms-flex:0 0 50px;flex:0 0 50px}.header-button-fav,.header-button-personal{-webkit-box-flex:0;-webkit-flex:0 0 0;-moz-box-flex:0;-ms-flex:0 0 0px;flex:0 0 0}}@media screen and (min-width:375px) and (max-width:767px){.header-button{-webkit-box-flex:0;-webkit-flex:0 0 59px;-moz-box-flex:0;-ms-flex:0 0 59px;flex:0 0 59px}.header-button-fav,.header-button-personal{-webkit-box-flex:0!important;-webkit-flex:0 0 0!important;-moz-box-flex:0!important;-ms-flex:0 0 0px!important;flex:0 0 0!important}}@media screen and (max-width:767px){.header-button-fav,.header-button-personal,.header-bot-logo{-webkit-transition:all 250ms ease-in;-moz-transition:all 250ms ease-in;transition:all 250ms ease-in}}.menu-opened .header-button-main .icon span{-webkit-transition:background 100ms ease-in;-moz-transition:background 100ms ease-in;transition:background 100ms ease-in;background-color:transparent}.menu-opened .header-button-main .icon span:after{-webkit-transform-origin:center;-moz-transform-origin:center;-ms-transform-origin:center;transform-origin:center;bottom:0;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.menu-opened .header-button-main .icon span:before{top:0;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}@media screen and (max-width:374px){.menu-opened .header-button-fav,.menu-opened .header-button-personal{width:50px;opacity:1;-webkit-box-flex:0;-webkit-flex:0 0 50px;-moz-box-flex:0;-ms-flex:0 0 50px;flex:0 0 50px;margin-left:7px}}@media screen and (min-width:375px) and (max-width:767px){.menu-opened .header-button-fav,.menu-opened .header-button-personal{width:59px;opacity:1;-webkit-box-flex:0!important;-webkit-flex:0 0 59px!important;-moz-box-flex:0!important;-ms-flex:0 0 59px!important;flex:0 0 59px!important;margin-left:7px}}@media screen and (max-width:374px){.menu-opened .header-button:not(.header-button-main){margin-left:10px}.menu-opened .header-button-main{margin-right:0}.menu-opened .header-button-fav,.menu-opened .header-button-personal{margin-left:10px}}@media screen and (max-width:540px){.menu-opened .header-bot-logo{width:0;-webkit-box-flex:0;-webkit-flex:0 0 0;-moz-box-flex:0;-ms-flex:0 0 0px;flex:0 0 0;padding-right:0}}@media screen and (max-width:768px){.menu-opened .header-button-search{margin-left:auto!important}}.header-personal-menu{display:none}.header-personal-menu-overflow{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(16,16,16,.5);z-index:7;opacity:0;-webkit-transition:all 250ms ease-in;-moz-transition:all 250ms ease-in;transition:all 250ms ease-in}.header-personal-menu-block a{display:block;color:#101010}@media screen and (min-width:1200px){.header-personal-menu-block{background-color:#fff;padding:25px;border-radius:10px;width:270px;position:absolute}.header-personal-menu-block a{font-size:1.4rem;line-height:1.5;margin-bottom:20px}.header-personal-menu-block .loggout{padding:12px;background-color:#efefef;border-radius:5px;text-align:center;margin-bottom:0}}@media screen and (max-width:1199px){.header-bot-block .header-button-personal--logged{display:none}}.headerMenu_wrap .header-personal-menu{display:block;border-bottom:1px solid #101010;margin-bottom:50px}.headerMenu_wrap .header-personal-menu-overflow{position:relative;background-color:transparent;opacity:1}.headerMenu_wrap .header-personal-menu-block{display:none;padding-bottom:20px}.headerMenu_wrap .header-personal-menu-block a{display:block;font-size:1.4rem;padding:20px 0;border-bottom:1px solid rgba(16,16,16,.1);font-weight:500}.headerMenu_wrap .header-personal-menu-block a:first-child{border-top:1px solid rgba(16,16,16,.1)}.headerMenu_wrap .header-personal-menu-block .loggout{border:0;border-radius:4px;margin-top:20px;background-color:#efefef;padding:16px 0;text-align:center}.header-button-personal--logged.active{position:relative;z-index:10;background-color:#fff;color:#101010}.header-button-personal--logged.active .icon{fill:#101010}.header-button-personal--logged.active .arrow{display:inline-block;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.header-button-personal--logged.active .arrow path{fill:#101010!important}@media screen and (min-width:1024px){.header__wrap{position:static}}.list_show_more{-webkit-box-flex:1;-webkit-flex:1 1 100%;-moz-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;margin-top:60px;width:100%}.list_show_more-link{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:1.2rem;line-height:1.6;color:rgba(16,16,16,.5)}@media screen and (min-width:1440px){.list_show_more-link{font-size:1.4rem}}@media screen and (min-width:1600px){.list_show_more-link{font-size:1.5rem}}@media screen and (min-width:1920px){.list_show_more-link{font-size:1.6rem}}.list_show_more-link .icon{display:block;width:20px;height:20px;margin-right:10px;background-image:url(/bitrix/templates/main_2022/img/svg/rotate-right.svg);background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-transition:all 500ms ease-in-out;-moz-transition:all 500ms ease-in-out;transition:all 500ms ease-in-out}.list_show_more-link:hover .icon{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}
.form .brd{border-color:rgba(16,16,16,.1)}.form-desc{font-size:1.4rem;line-height:1.5;color:rgba(16,16,16,.7);margin-bottom:25px}.form-row-name{color:rgba(16,16,16,.5);font-size:1.2rem;margin-bottom:15px}.form-row{position:relative;overflow:hidden}.form-row+.form-row{margin-top:15px}@media screen and (min-width:1600px){.form-row+.form-row{margin-top:20px}}.form-row input:not([type=radio]),.form-row textarea{font-size:1.2rem;font-family:"inter"}@media screen and (min-width:1024px){.form-row input:not([type=radio]),.form-row textarea{font-size:1.3rem}}@media screen and (min-width:1600px){.form-row input:not([type=radio]),.form-row textarea{font-size:1.4rem}}.form-row input:not([type=radio]).check__success,.form-row textarea.check__success{border:1px solid rgba(16,16,16,.8);position:relative;z-index:1}.form-row input:not([type=radio]).check__success+label,.form-row textarea.check__success+label{opacity:0}.form-row input:not([type=radio]) label,.form-row textarea label{opacity:1;-webkit-transition:all 250ms ease-in;-moz-transition:all 250ms ease-in;transition:all 250ms ease-in}.form-row input:not([type=radio]):focus,.form-row textarea:focus{position:relative;z-index:1}.form-row input:not([type=radio]):focus label,.form-row textarea:focus label{opacity:0}.form-row-rate .revs-form-row-name{font-size:1.2rem;line-height:1.5;color:rgba(16,16,16,.5);margin-bottom:14px}@media screen and (min-width:1024px){.form-row-rate .revs-form-row-name{font-size:1.3rem}}@media screen and (min-width:1600px){.form-row-rate .revs-form-row-name{font-size:1.4rem}}.form-row-range{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.form-row-rating{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:150px;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;margin-bottom:2px;position:relative}.form-row-rating>input{width:1px;height:1px;opacity:0;position:absolute;bottom:0;left:50%}.form-row-rating>input:checked~label svg path{fill:#ef2e2f;fill-opacity:1}.form-row-rating>input:hover~label svg path{fill:#ef2e2f;fill-opacity:1}.form-row-rating>label{display:block;-webkit-box-flex:0;-webkit-flex:0 0 25px;-moz-box-flex:0;-ms-flex:0 0 25px;flex:0 0 25px;width:15px;height:25px;cursor:pointer}.form-row-rating>label svg{display:block;width:100%;height:auto}.form-row-rating>label svg path{-webkit-transition:fill .4s ease;-moz-transition:fill .4s ease;transition:fill .4s ease}.form-row-rating-counter{color:#ef2e2f;font-weight:600;font-size:1.4rem}@media screen and (min-width:1600px){.form-row-rating-counter{font-size:1.5rem}}.form-row-text [data-show-pass]{display:block;position:absolute;top:0;bottom:0;right:0;width:50px;background-image:url(/bitrix/templates/main_2022/img/svg/Eyes.svg);background-position:center;background-size:auto;background-repeat:no-repeat;cursor:pointer;z-index:1}.form-row-text [data-show-pass].active{opacity:.2}.form-row-text a{display:block;width:100%;border-radius:5px;border:1px solid #101010;height:50px;font-weight:500;font-size:1.4rem;line-height:49px;text-align:center;color:#101010}.form-row-text input,.form-row-text textarea{display:block;width:100%;border-radius:5px;border:1px solid rgba(16,16,16,.2);height:50px;padding-left:20px}.form-row-text input:focus{border:1px solid rgba(16,16,16,.9)}.form-row-text label{top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.form-row-textarea textarea{display:block;width:100%;border-radius:5px;border:1px solid rgba(16,16,16,.2);min-height:130px;resize:vertical;max-height:260px;margin-bottom:0;padding-left:20px;padding-top:20px}.form-row-textarea label{top:30px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.form-row-textarea label,.form-row-text label{position:absolute;display:block;font-size:1.2rem;line-height:1.5;color:rgba(16,16,16,.5);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);left:20px}@media screen and (min-width:1024px){.form-row-textarea label,.form-row-text label{font-size:1.3rem}}@media screen and (min-width:1440px){.form-row-textarea label,.form-row-text label{font-size:1.4rem}}.form-row-file{margin-top:25px!important;margin-bottom:25px!important;font-size:1.2rem}@media screen and (min-width:1024px){.form-row-file{font-size:1.3rem}}@media screen and (min-width:1600px){.form-row-file{font-size:1.4rem}}.form-row-file input{display:none}.form-row-file label{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-weight:500;line-height:1.5;color:#ef2e2f;cursor:pointer}.form-row-file label .name{white-space:nowrap}.form-row-file label .icon{-webkit-box-flex:0;-webkit-flex:0 0 30px;-moz-box-flex:0;-ms-flex:0 0 30px;flex:0 0 30px;height:30px;display:block;margin-right:10px;background-image:url(/bitrix/templates/main_2022/img/svg/file_input_icon.svg);background-position:center;background-size:cover;background-repeat:no-repeat;border-radius:50%}.form-row-file label .files{padding-left:10px;color:rgba(16,16,16,.5)}.form-row+.form-row-name{margin-top:30px}.form-row-foot button{width:100%;cursor:pointer;display:inline-block;font-size:1.2rem;line-height:1.5;color:#fff;padding:16px 30px;font-weight:500;background-color:#ef2e2f;border-radius:4px;overflow:hidden;position:relative}.form-row-foot button:hover:after{opacity:1}.form-row-foot button:after{content:"";display:block;width:120px;height:120px;background-color:rgba(255,255,255,.2);position:absolute;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);line-height:0;display:block;border-radius:50%;opacity:0;-webkit-transition:all 250ms ease-in;-moz-transition:all 250ms ease-in;transition:all 250ms ease-in}@media screen and (min-width:1024px){.form-row-foot button{font-size:1.4rem}}@media screen and (min-width:1440px){.form-row-foot button{padding:17px 47px}}@media screen and (min-width:1600px){.form-row-foot button{font-size:1.5rem;padding:20px 50px}}@media screen and (min-width:1920px){.form-row-foot button{font-size:1.6rem;padding:20px 50px}}@media screen and (min-width:1024px){.form-row-foot button{font-size:1.3rem}}@media screen and (min-width:1200px){.form-row-foot button{font-size:1.4rem}}@media screen and (min-width:1600px){.form-row-foot button{font-size:1.5rem}}.form-row-links{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.form-row-links a{border:1px solid rgba(16,16,16,.1);border-radius:4px;margin-right:10px;height:50px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:0 20px;color:#101010;font-weight:500;font-size:1.2rem}.form-row-links a .icon{margin-right:8px;display:block;margin-bottom:2px}.form-row-links a .icon svg{display:block;width:15px;height:15px}.form-row--mobile{margin-bottom:30px}@media screen and (min-width:1024px){.form-row--mobile{display:none}}.form-row--desctop{display:none}@media screen and (min-width:1024px){.form-row--desctop{display:block;margin-bottom:30px}}.form-row-checkbox input{display:none}.form-row-checkbox input:checked+span:before{border-color:#ef2e2f}.form-row-checkbox input:checked+span:after{content:"";display:block;width:17px;height:17px;position:absolute;top:7px;left:5px;border-radius:2px;background-color:#ef2e2f}@media screen and (min-width:1024px){.form-row-checkbox input:checked+span:after{top:9px}}@media screen and (min-width:1600px){.form-row-checkbox input:checked+span:after{top:11px}}.form-row-checkbox label{display:block;cursor:pointer}.form-row-checkbox label span{display:block;font-size:1.2rem;line-height:1.5;padding:8px 0 8px 36px;color:#101010}@media screen and (min-width:1024px){.form-row-checkbox label span{font-size:1.3rem}}@media screen and (min-width:1600px){.form-row-checkbox label span{font-size:1.4rem}}@media screen and (min-width:1920px){.form-row-checkbox label span{font-weight:500}}.form-row-checkbox label span:before{content:"";display:block;width:25px;height:25px;position:absolute;left:0;top:2px;border:1px solid rgba(16,16,16,.2);border-radius:3px}@media screen and (min-width:1024px){.form-row-checkbox label span:before{top:4px}}@media screen and (min-width:1600px){.form-row-checkbox label span:before{top:6px}}
.auth_block input.error,.form-row-text input.error{border-color:#ef2e2f!important}.auth_block .form--error{font-size:1.2rem;line-height:1.5;margin-top:15px;margin-bottom:15px;color:#ef2e2f}.auth_block .auth_block-wrap{width:100%}.auth_block .auth_block-cont{min-width:290px;width:100%;max-width:320px;margin:auto}@media screen and (min-width:1024px){.auth_block .auth_block-cont{position:absolute;top:0;right:0;bottom:0;border-radius:0;overflow:auto;-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);-webkit-transition:all 150ms ease-in;-moz-transition:all 150ms ease-in;transition:all 150ms ease-in;padding:35px;max-width:432px}}@media screen and (min-width:1440px){.auth_block .auth_block-cont{padding:40px}}@media screen and (min-width:1600px){.auth_block .auth_block-cont{padding:45px;max-width:476px}}@media screen and (min-width:1920px){.auth_block .auth_block-cont{padding:50px;max-width:570px}}@media screen and (min-width:1024px){.auth_block .auth_block-over{overflow:hidden;height:100vh;padding:0}}@media screen and (min-width:1024px){.auth_block.auth_active .auth_block-cont{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.auth_block-wrap{padding:0}@media screen and (min-width:1024px){.auth_block-wrap{position:relative}}.auth_block-item{max-width:320px;-webkit-transition:all 150ms ease-in;-moz-transition:all 150ms ease-in;transition:all 150ms ease-in;opacity:0}.auth_block-item.showed{opacity:1}.auth_block-item .form{-webkit-transition:all 250ms ease-in;-moz-transition:all 250ms ease-in;transition:all 250ms ease-in}@media screen and (min-width:1024px){.auth_block-item{max-width:none;min-height:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.auth_block-item .form-row-text input{height:55px}.auth_block-item .form-row-foot button{padding:18px 30px}}@media screen and (min-width:1440px){.auth_block-item .form-row-foot{margin-top:25px}}@media screen and (min-width:1600px){.auth_block-item .form-row-text input{height:60px}}.auth_block-item-title{position:relative;padding-right:35px;font-weight:600;font-size:2.2rem;color:#101010;margin-bottom:20px}@media screen and (min-width:1024px){.auth_block-item-title{font-size:2.4rem}}@media screen and (min-width:1440px){.auth_block-item-title{font-size:2.6rem}}@media screen and (min-width:1600px){.auth_block-item-title{font-size:2.8rem;margin-bottom:25px}}@media screen and (min-width:1920px){.auth_block-item-title{font-size:3rem;margin-bottom:30px}}.auth_block-item-close{position:absolute;display:block;width:30px;height:30px;right:0;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer}.auth_block-item-close:after,.auth_block-item-close:before{content:"";position:absolute;display:block;width:12px;height:1px;top:50%;left:50%;background-color:rgba(16,16,16,.2)}@media screen and (min-width:1024px){.auth_block-item-close:after,.auth_block-item-close:before{width:15px}}.auth_block-item-close:after{-webkit-transform:translate(-50%,-50%) rotate(45deg);-moz-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.auth_block-item-close:before{-webkit-transform:translate(-50%,-50%) rotate(-45deg);-moz-transform:translate(-50%,-50%) rotate(-45deg);-ms-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}.auth_block-item-close:hover:after,.auth_block-item-close:hover:before{background-color:rgba(16,16,16,.9)}.auth_block-item-body{position:relative;padding-top:30px}@media screen and (min-width:1024px){.auth_block-item-body{padding-top:0;position:relative;-webkit-box-flex:1;-webkit-flex:1 1 100%;-moz-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;padding-bottom:100px}}.auth_block-item-body:before{content:"";display:block;position:absolute;top:0;left:0;right:0;height:10px;border-top:1px solid;border-left:1px solid;border-right:1px solid;border-color:rgba(16,16,16,.1)}@media screen and (min-width:1024px){.auth_block-item-body:before{position:relative;margin-bottom:15px}}@media screen and (min-width:1440px){.auth_block-item-body:before{height:15px;margin-bottom:20px}}.forgot-row a{display:block;color:#ef2e2f;font-size:1.2rem;line-height:1.5;text-align:right;position:absolute;top:0;right:0;padding-top:8px;padding-bottom:8px}@media screen and (min-width:1024px){.forgot-row a{font-size:1.3rem;font-weight:500}}@media screen and (min-width:1600px){.forgot-row a{font-size:1.4rem}}.auth_block-item-other{color:rgba(16,16,16,.5);font-size:1.4rem;line-height:1.5;font-weight:500;margin-top:60px}.auth_block-item-other a{font-size:inherit;font-weight:inherit;color:#ef2e2f}@media screen and (min-width:1024px){.auth_block-item-other{position:absolute;bottom:35px}}@media screen and (min-width:1440px){.auth_block-item-other{margin-top:100px}}@media screen and (min-width:1600px){.auth_block-item-other{font-size:1.5rem}}.auth-back{position:relative}.auth-back:before{content:"";display:inline-block;width:7px;height:13px;background-image:url(/bitrix/templates/main_2022/img/svg/auth_back.svg);background-position:center;background-size:contain;background-repeat:no-repeat;vertical-align:middle;position:relative;top:-1px;margin-right:7px}
.header-button-basket>div{
    display: flex;}


[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto!important;height:auto!important;z-index:0}.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{width:0;height:0}.simplebar-content:after,.simplebar-content:before{content:' ';display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden}[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;user-select:none;-webkit-user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:'';background:#000;border-radius:7px;left:2px;right:2px;opacity:0;transition:opacity .2s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition:opacity 0s linear}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-track.simplebar-vertical .simplebar-scrollbar:before{top:2px;bottom:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before{height:100%;left:2px;right:2px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:2px;height:7px;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.hs-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}
.arrows-hidden .sb-buts{
    opacity: 0;
}
.title-success .pop-up-title:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("/bitrix/templates/main_2022/img/svg/check-yes-circle.svg");
}
.popup.title-success .popup_content .popup-body, .popup.title-error .popup_content .popup-body{
    margin-top: 0;
}
.popup.title-success .popup_content .popup-body:before, .popup.title-error .popup_content .popup-body:before{
    display: none;
}
.
/* End */
/* /bitrix/templates/main_2022/components/arturgolubev/search.title/temp_history/style.min.css?17627979955783 */
/* /bitrix/templates/main_2022/components/bitrix/sender.subscribe/template_22/style.css?1762797995526 */
/* /bitrix/templates/main_2022/components/bitrix/menu/template_main_footer_22/style.min.css?1762797995790 */
/* /bitrix/templates/main_2022/components/bitrix/menu/template_main_footer_bottom/style.min.css?1762797995790 */
/* /bitrix/templates/main_2022/components/bitrix/system.auth.form/template_22/style.min.css?1762797995424 */
/* /bitrix/templates/main_2022/components/bitrix/main.register/template_22/style.min.css?1762797995442 */
/* /bitrix/templates/main_2022/template_styles.css?176279799544335 */
