

/* Start:/local/templates/prostobank/components/bitrix/catalog.section/corporate-card/style.css?17641356501207*/
#bx-panel {
    display: block !important;
    width: auto !important;
    cursor: default !important;
    z-index: 995 !important;
    box-shadow: 0 0 7px rgba(0, 0, 0, 1.2) !important;
    position: relative !important;
}
.global-wrapper{
    padding-top: 70px!important;
}
.global-wrapper:has(#bx-panel){
    padding-top: 109px!important;
}
.main{
    margin-top:unset!important;
}
section{
    margin-bottom: 50px;
}

/*---------------------это база, чтобы плашка битрикс панели не перекрывала часть банера НЕ ТРОГАТЬ-------------------*/

@media (min-width: 768px) {
    .margin-130-desktop{
        margin-bottom: 130px;
    }
}

.edge_adv .edge__item:nth-child(1) {
    flex:0.9;
}
.edge_adv .edge__item:nth-child(2) {
    flex:1;
}
.edge_adv .edge__item:nth-child(3) {
    flex:0.9;
}
.edge_adv_second .edge__item:nth-child(2) {
    flex:0.8;
}

@media (max-width: 767px) {
    .edge_adv .edge__item:nth-child(1) {
        flex: 1;
    }
    .edge_adv .edge__item:nth-child(2) {
        flex:1;
    }
    .edge_adv .edge__item:nth-child(3) {
        flex:1;
    }
    .edge_adv_second .edge__item:nth-child(2) {
        flex:1;
    }
}
/* End */


/* Start:/local/templates/prostobank/components/bitrix/news.list/taryf_v2/style.css?17846159954289*/
div.news-list {
    word-wrap: break-word;
}

div.news-list img.preview_picture {
    float: left;
    margin: 0 4px 6px 0;
}

.news-date-time {
    color: #486DAA;
}

.s_promo-rko {
    font-size: 15px;
    color: #929696;
}

.popular__badge,
.popular_promo-rko > img {
    position: absolute;
    z-index: 10;
    left: 50px;
    top: -7px;
}

.popular_promo-rko {
    position: relative;
    text-align: left;
    z-index: 10;
    inset: 0;
}

@media screen and (max-width: 767px) {

    .tariffs-slider-wrap {
        position: relative;
        padding: 0 36px;
    }

    .col__value {
        line-height: 1 !important;
    }

    .col__title {
        line-height: 1 !important;
    }

    .popular_promo-rko {
        top: -50px;
        margin-top: 40px;
    }

    .tariffs-slider-wrap.scroll {
        overflow: visible;
        padding-bottom: 0;
        scrollbar-width: none;
    }

    .tariffs-slider-wrap.scroll::-webkit-scrollbar {
        display: none;
    }

    .tariffs-slider-wrap .tariffs__content {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        width: auto;
        max-width: none;
        gap: 12px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        scrollbar-width: none;
        height: 650px;
        text-align: left;
    }

    .tariffs-slider-wrap .tariffs__content::-webkit-scrollbar {
        display: none;
    }

    .tariffs-slider-wrap .tariffs__card,
    .tariffs-slider-wrap .popular_promo-rko {
        flex: 0 0 calc(100% - 40px);
        min-width: calc(100% - 40px);
        max-width: calc(100% - 40px);
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }

    .tariffs-slider-wrap .tariffs__card {
        min-height: 640px;
        padding: 38px 20px 20px;
        max-width: none;
        display: flex;
        flex-direction: column;
    }

    .tariffs-slider-wrap .popular__badge,
    .tariffs-slider-wrap .popular_promo-rko > img {
        position: relative;
        left: 209px;
        top: 9px;
    }

    .tariffs-slider-wrap .tariffs__grid {
        display: flex;
        flex-direction: column;
        gap: 16px;
        height: 510px;
    }

    .tariffs-slider-wrap .tariff__main {
        min-width: 0;
    }

    .tariffs-slider-wrap .tariff__title {
        margin-bottom: 16px;
    }

    .tariffs-slider-wrap .tariff__desc {
        max-width: none;
    }

    .tariffs-slider-wrap .col__title {
        min-height: auto;
        margin-bottom: 6px;
    }

    .tariffs-slider-wrap .tariff__button {
        justify-content: center;
        margin-top: auto;
        margin-bottom: 5px;
    }

    .tariffs__pdf {
        margin-left: 42px !important;
    }

    .tariffs-grid-arrow {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 28px;
        height: 28px;
        padding: 0;
        border: none;
        background: none;
        color: #0067B2;
        cursor: pointer;
        z-index: 11;
    }

    .tariffs-grid-arrow:disabled {
        opacity: 0.35;
        cursor: default;
    }

    .tariffs-grid-arrow--prev {
        left: 0;
    }

    .tariffs-grid-arrow--next {
        right: 0;
    }
}

@media screen and (max-width: 572px) {
    .tariffs-slider-wrap .popular__badge,
    .tariffs-slider-wrap .popular_promo-rko > img {
        position: relative;
        left: 96px;
        top: 9px;
    }
}

@media screen and (max-width: 472px) {
    .tariffs-slider-wrap .popular__badge,
    .tariffs-slider-wrap .popular_promo-rko > img {
        position: relative;
        left: 44px;
        top: 9px;
    }
}

@media screen and (max-width: 390px) {
    .tariffs-slider-wrap .popular__badge,
    .tariffs-slider-wrap .popular_promo-rko > img {
        position: relative;
        width: 75%;
        left: 28px;
        top: 9px;
    }

    .tariffs-slider-wrap .tariffs__card {
        min-height: 635px !important;
    }
}

@media screen and (min-width: 767px) {
    .desktop__hide {
        display: none;
    }
}

.is_promo-tariffs {
    border: 2px solid #0370B1;
}
/* End */


/* Start:/local/templates/prostobank/components/bitrix/news.list/main_block_questions/style.css?1763532293149*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
/* End */
/* /local/templates/prostobank/components/bitrix/catalog.section/corporate-card/style.css?17641356501207 */
/* /local/templates/prostobank/components/bitrix/news.list/taryf_v2/style.css?17846159954289 */
/* /local/templates/prostobank/components/bitrix/news.list/main_block_questions/style.css?1763532293149 */
