


/* Start:/bitrix/templates/.default/include/footer_data/style.css*/
.footer {
    --footer-bg: #505050;
    --footer-text-color: #fff;
    --footer-accent-color: #3f78e0;
    --footer-accent-hover: #2d5fc1;
    --footer-border-color: #9a9a9a;
    --footer-placeholder-color: #9a9a9a;
    --footer-secondary-border: #6c757d;
    background-color: var(--footer-bg);
    color: var(--footer-text-color);
    padding: 43px 0;
}

.footer__wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.footer__search {
    position: relative;
}

.footer__section {
    display: flex;
    flex-direction: column;
}

.footer__input,
.footer__input:focus,
.footer__input:target {
    background-color: var(--footer-bg);
}

.footer__input-search,
.footer__input-search:focus,
.footer__input-search:target,
.footer__input-search:hover {
    border-left: 2px solid var(--footer-secondary-border);
}

.footer__btn {
    background-color: var(--footer-accent-color);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 16px;
    line-height: 28px;
    width: 100%;
    max-width: 230px;
    transition: background-color 0.2s;
}

.footer__btn:hover {
    background-color: var(--footer-accent-hover);
    color: white;
}

.footer__logo {
    display: flex;
    align-items: center;
    width: fit-content;
}

.footer__logo img {
    width: auto;
    height: 100%;
    min-height: inherit;
}

.icon-light {
    color: var(--footer-text-color);
}

.footer__search-input {
    color: var(--footer-text-color);
    border: 1px solid var(--footer-border-color);
    padding: 8px 45px 8px 15px;
    width: 100%;
    border-radius: 0;
    height: 40px;
    background-color: var(--footer-bg);
}

.footer__search-input:focus {
    outline: none;
    box-shadow: none;
}

.footer__search-input::placeholder {
    color: var(--footer-placeholder-color);
}

.footer__search-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid var(--footer-border-color);
}

.footer__section-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 7px;
    display: flex;
    align-items: center;
    margin-top: 0;
    color: var(--footer-text-color);
}

.footer__section-title:hover,
.footer__section-title:focus,
.footer__section-link:hover,
.footer__section-link:focus {
    color: var(--footer-text-color);
}

.footer__section-link {
    color: var(--footer-text-color);
}

.footer__section-icon {
    margin-right: 10px;
    flex-shrink: 0;
}

.footer__list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}

.footer__list-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 18px;
}

.footer__list-item--wrapper {
    padding-left: 33px;
}

.footer__list-link {
    color: var(--footer-text-color);
}

.footer__list-link:hover,
.footer a:hover {
    text-decoration: none;
    color: inherit;
}

.footer__contacts {
    display: flex;
    flex-direction: column;
}

.footer__contacts_item {
    font-weight: 700;
    font-size: 18px;
    color: var(--footer-text-color);
}

.footer__social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.footer__support {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer__support-header {
    display: flex;
    align-items: center;
    font-weight: 700;
}

.footer__support-title {
    font-size: 18px;
    color: var(--footer-text-color);
}

.footer__social-link {
    display: block;
    width: 41px;
    height: 41px;
}

.footer__social-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 16px;
}

.footer__support-btn {
    background-color: var(--footer-accent-color);
    color: white;
    border: none;
    padding: 8px 20px;
    font-size: 16px;
    margin-top: 15px;
    border-radius: 3px;
    transition: background-color 0.2s;
}

.footer__support-btn:hover {
    background-color: var(--footer-accent-hover);
    color: white;
}

.footer__bottom {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.footer__bottom_wrapper {
    display: flex;
    width: 100%;
    align-items: center;
}

.footer__copyright {
    font-size: 18px;
    margin-bottom: 0;
}

.footer__social-title {
    font-size: 18px;
}

.footer__bottom-text {
    font-size: 18px;
}

.footer__bottom-text-link {
    color: white;
}

@media (max-width: 767px) {
    .footer {
        padding: 30px 0;
    }

    .footer__wrapper,
    .footer__bottom {
        gap: 24px;
    }

    .footer__bottom-text,
    .footer__copyright,
    .footer__social-title {
        font-size: 16px;
    }

    .footer__section {
        margin-bottom: 0px;
    }

    .footer__section-title {
        font-size: 18px;
        margin-bottom: 17px;
    }

    .footer__section-title:last-child {
        margin-bottom: 0;
    }

    .footer__copyright {
        margin-bottom: 24px;
    }

    .footer__list {
        margin-bottom: 0px;
    }

    .footer__list-item {
        padding-left: 0;
        margin-bottom: 0;
        font-size: 18px;
    }

    .footer__social-title {
        margin-right: 0;
        width: 100%;
    }

    .footer__logo {
        min-height: 36px;
        margin: 0 0 16px;
    }

    .footer__list-item--wrapper {
        display: none;
    }

    .footer__support {
        gap: 16px;
    }

    .footer__social-wrapper {
        justify-content: flex-start;
        gap: 8px;
    }

    .footer__social {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .footer__bottom_wrapper {
        flex-direction: column;
        align-items: self-start;
    }

    .footer__about {
        margin: 24px 0;
    }

    .footer__about_title {
        margin-bottom: 5px;
    }
}

/* End */



/* Start:/bitrix/templates/adaptive/template_styles.css*/
.header-timer-wrap{color: #ffffff;display: block;  padding: 6px 12px;  margin-bottom: 0;  font-size: 13px;  font-weight: normal;  line-height: 1.42857143;  margin-top: 8px;  float: right;}
.header-timer-wrap > div{display: inline-block;}
.header-timer-wrap .countdown-section:nth-child(1){padding-right: 6px;}
.text-orange{color: #fd6d07;}
.page-footer{padding-left: var(--left-menu-width);}@media (max-width:979px){.page-footer{padding:15px 0 0 0}.page-footer .footer-adpt .footer-adpt-top{padding:0;}.page-footer .footer-adpt .footer-adpt-bottom{padding: 0;}}.footer-adpt .footer-adpt-top{width:100%;background-color:#fff;padding:30px}.footer-adpt .footer-adpt-bottom{width:100%;background-color:#f7f8f9;padding:30px}.footer-adpt ul{margin:0;padding:0;list-style:none}/*.footer-adpt ul>li:first-child{height:38px;font-size:13px;font-weight:700;padding-bottom:10px}*/.footer-adpt .footer-adpt-bottom ul>li:first-child{height:auto}.footer-app-android,.footer-app-ios{display:inline-block;width:130px;height:40px}.footer-adpt ul>li{overflow:hidden;text-overflow:ellipsis;padding:6px 0}.footer-adpt ul>li,.footer-adpt ul>li a{color:#3b5998;text-decoration:none}.footer-adpt ul>li a:hover{text-decoration:underline}.footer-adpt ul>li a.btn{color:#fff;overflow:hidden;text-overflow:ellipsis;max-width:100%}.footer-adpt ul>li a.btn:hover{text-decoration:none;color: #ffffff !important;}.footer-adpt ul>li.black{color:#555}.footer-adpt .footer-soc-button{margin-bottom:16px}.footer-adpt .footer-soc-button a{font-size:28px;color:#b5bfc9;text-decoration:none;margin:0 12px 12px 0}.footer-adpt .footer-soc-button a:hover{color:#3b5998 !important;}.footer-adpt .light{color:#9aa2aa;font-size:12px}.footer-app-ios{background:url(/bitrix/templates/adaptive/img/apps_sprite.png) top left no-repeat}.footer-app-ios:hover{background-position:0 -40px}.footer-app-android{background:url(/bitrix/templates/adaptive/img/apps_sprite.png) -130px 0 no-repeat}.footer-app-android:hover{background-position:-130px -40px}.footer-adpt .footer-app-wrap{margin:26px 0}@media(max-width:1200px){.footer-adpt .col-sm-4{width:33.33333333%;padding-bottom:20px}.footer-adpt .special-clear{clear:both}.footer-adpt ul>li:first-child{height:auto}.col-sm-12{width:100%}}@media(max-width:600px){.footer-adpt .col-xs-6{width:50%}.footer-adpt .special-clear-xs{clear:both}.footer-adpt .special-clear{clear:none}}
a[rel=yellow]{background-color: #face1f !important;}
@media (max-device-width: 1024px){.touch-scroll {  /*height: 100vh; overflow-y: scroll;  -webkit-overflow-scrolling: touch;*/  }  html{ touch-action: manipulation  }  }
.get-user-info .close{
    position: absolute;
    top: 1px;
    right: 6px;
}
.get-user-info{
    position: absolute;
    background: #ffffff;
    padding: 15px;
    box-shadow: 0 0 12px #ccc;
    z-index: 999;
    border-radius: 4px;
}
.get-user-info .user-left-side{
    float: left;
    width: 130px;
    text-align: center;
    margin-right: 15px;
}
.get-user-info .user-right-side{
    float: right;
    text-align: left;
}
.get-user-info .user-left-side img{
    max-height: 150px;
    max-width: 100%;
    box-shadow: 0 2px 4px #ccc;
    padding: 4px;
}
.get-user-info .user-left-side .rating{
    font-size: 20px;
    margin-top: 8px;
}
.get-user-info .user-left-side .rating +p{
    color: #777;
}
.get-user-info .add-friend-btn{
    padding: 6px 0;
    margin-top: 10px;
}
[data-action=get-user-info]{cursor: pointer;}

.smart-form .button, .smart-form .toggle i:before{background-color: #f5f5f5;color: #000;}

.table>tbody>tr>td.middle{vertical-align: middle;}
.smart-style-2 .well.inf-promo-item{
    background: #f5f5f5;
}
.inf-promo-wrap{text-align: center;}
.inf-promo-item{display: inline-block;vertical-align: top;width: 100%;text-align: left;height: 300px;overflow: hidden;padding-top: 0;}
.inf-promo-text{height: 102px;}
.inf-promo-item-desc{font-size: 12px;height: 64px;display: none;}
.inf-promo-item:after{content:'';position: absolute;bottom: 0;left: 0;width: 100%;height: 70px;
    background: rgba(255,255,255,0.85);
    background: -moz-linear-gradient(top, rgba(255,255,255,0.90) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.90)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.90) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0.90) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0.90) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.90) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );}
.inf-promo-item-img{text-align: center; padding-top: 10px;display: block}
.inf-promo-item-img img{max-width: 100%;display: inline-block;height: 150px;}
.inf-promo-item-price{font-weight: 700;position: relative;z-index: 2;display: block;    margin-top: -10px;}


body div.BPMRenewTask{padding: 6px 10px;border: 0;margin: 10px 0 0 0;overflow: hidden;}
body div.BPMRenewTask .bpm-task-title{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;max-width: 100%;display: block;    margin: 6px 0;}


.fa.fa-ie2018 {
    margin-bottom: -2px;
    background-image: url(/bitrix/templates/adaptive/img/ie2018_v2.1.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 23px;
    height: 20px;
    content: ' ';
}
.fa.fa-gmail {
    margin-bottom: -2px;
    background-image: url(/bitrix/templates/adaptive/img/gmail.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    content: ' ';
    background-size: contain;
}

.footer-adpt .footer-soc-button a.fa.fa-zen{
    margin-bottom: -2px;
    margin-top: 1px;
    background: url("/bitrix/templates/adaptive/img/zen.png") no-repeat center center;
    width: 25px;
    height: 25px;
    display: inline-block;
}
.footer-adpt .footer-soc-button a.fa.fa-zen:hover{
    background-image: url("https://infostart.ru/bitrix/templates/adaptive/img/zen_h.png");
}
.ajax-dropdown-cart{right: 10px;left: auto;height: 442px;}
.ajax-dropdown-cart .col{font-size: 13px;}
.ajax-dropdown-cart .row{border-bottom: 1px solid #cecece;padding: 4px 0;margin: 0 0 4px 0;}
.ajax-dropdown-cart:before,.ajax-dropdown-cart:after{margin-left: 34px;}
.ajax-dropdown-cart .ajax-notifications {
    white-space: normal;
}
.cart-count{position: relative;}
.ajax-dropdown-cart .ajax-notifications {
    height: 364px;background: #fffefe;
}
@media (max-device-width:1024px) {
    .ajax-dropdown-cart{
        width: calc(100%);
        left: 0;
    }
    .ajax-dropdown-cart:before, .ajax-dropdown-cart:after{right: 76px;left: auto;}
}
.no-top-border{border-top: none;}
.browse-block-item.height1 a.nav-link.active{background-color:#f0f0f0;}
.browse-block-item.height1 a.nav-link{padding:9px 11px}
/*.browse-block-item.height1 .well:not(.spot-publ-block){padding: 5px 6px 4px 6px;}*/
.sub-header{
    height: 30px;
    position: fixed;
    background: #3b5998;
    width: 100%;
    z-index: 1001;
    box-shadow: 0px 1px 3px 0px #223459;
}

.wrap-btn-load-more .btn-load-more-public {
    margin-bottom: 10px;
}
/* End */
/* /bitrix/templates/.default/include/footer_data/style.css */
/* /bitrix/templates/adaptive/template_styles.css */
