

/* Start:/rates/style.css?16981496501250*/
.rates-page__content {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(256px, 1fr));
    grid-gap: 10px;
}

.rates-page__content__offers {
    grid-column: 1/-1;
    margin-top: 50px;
}

.rates-page .top-offers-items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    grid-gap: 20px;
}

.rates-page .top-offer-item {
    max-width: unset;
}

.rates-page .top-offer-item:not(:last-child) {
    margin-right: 0;
}

@media (max-width: 575px) {
    .rates-page .top-offer-item {
        width: unset;
    }

    .rates-page__content__offers {
        margin-top: 5px;
    }

    .rates-page__content__offers .section-title {
        font-size: 22px;
    }

    .rates-page__content {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }
}

@media (min-width: 576px) {
    .rates-page__content__offers {
        grid-row: unset !important;
    }
}

@media (max-width: 510px) {
    .rates-page .top-offers-items {
        grid-template-columns: repeat(auto-fill, minmax(155px, 1fr));
        grid-gap: 10px;
    }
}

/* End */


/* Start:/local/templates/derzhidengi/components/bitrix/news.list/rates/style.css?16981472081643*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.rates-item {
    background: #FFFFFF;
    border: 1px solid #F1F1F1;
    -webkit-box-shadow: 12px 12px 30px rgba(0, 0, 0, 0.08);
    box-shadow: 12px 12px 30px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    height: 148px;
}

.rates-item a {
    padding: 20px 10px 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.rates-item__pic {
    width: 40px;
    height: 40px;
    margin-bottom: 35px;
    margin-left: auto;
}

.rates-item__name {
    font-family: Raleway, serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: var(--text-dark);
}

.rates-item--active {
    border-bottom: 4px solid #ff7518;
}


@media (max-width: 575px) {

    .rates-item a {
        padding: 15px 10px 15px 15px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .rates-item__pic {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 0;
        margin-left: 10px;
    }
}

@media(min-width: 1200px) {

    .rates-item:hover {
        background: #F7F7F7;
    }

}



/* End */


/* Start:/local/templates/derzhidengi/components/bitrix/news.list/top-offers/style.css?16994261686908*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/


.top-offers-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.top-offer-item {
    padding: 25px 20px;
    border-radius: 12px;
    color: white;
    font-size: 14px;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.top-offer-item:not(:last-child) {
    margin-right: 20px;
}

/* .top-offers-items--0 {
    background: -webkit-gradient(linear, left top, left bottom, from(#33A93D), to(#05DDD0));
    background: -o-linear-gradient(top, #33A93D 0%, #05DDD0 100%);
    background: linear-gradient(180deg, #33A93D 0%, #05DDD0 100%);
}

.top-offers-items--1 {
    background: -o-linear-gradient(278.44deg, #A6D972 19.89%, #D4D749 93.54%);
    background: linear-gradient(171.56deg, #A6D972 19.89%, #D4D749 93.54%);
}

.top-offers-items--2 {
    background: -webkit-gradient(linear, left top, left bottom, from(#034575), to(#3AC45B));
    background: -o-linear-gradient(top, #034575 0%, #3AC45B 100%);
    background: linear-gradient(180deg, #034575 0%, #3AC45B 100%);
}

.top-offers-items--3 {
    background: -o-linear-gradient(289.74deg, #8816CE 13.2%, #F3CC00 130.62%);
    background: linear-gradient(160.26deg, #8816CE 13.2%, #F3CC00 130.62%);
}
*/
.top-offer-item__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.top-offer-item__logo img {
    -o-object-fit: scale-down;
    object-fit: scale-down;
    height: 38px;
    max-width: 120px;
    width: fit-content;
    border: 1px solid #31353f;
    border-radius: 10px;
}

.top-offer-item__rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 600;
}

.top-offer-item__rate:before {
    content: "";
    display: block;
    background: url("/local/templates/derzhidengi/components/bitrix/news.list/top-offers/../../../../images/star.svg") no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.top-offer-item__name {
    font-weight: 600;
    text-align: left;
    margin-left: 15px;
    flex: 1;
    font-size: 18px;
}

.top-offer-item__info__item {
    white-space: nowrap;
    display: flex;
    margin-top: 10px;
    align-items: center;
}

.top-offer-item__info__item .name {
    font-size: 12px;
    display: block;
}

.top-offer-item__info__item .value {
    text-align: right;
    font-weight: 700;
}

.top-offer-item__button button {
    width: 100%;
    border: 1px solid #fff;
}

.top-offer-item__info {
    display: flex;
    flex-flow: column;
    margin-top: 10px;
    margin-bottom: 30px;
}

@media(min-width: 768px) and (max-width: 1199px) {
    .top-offers-items .owl-stage {
        display: flex;
    }

    .top-offer-item {
        min-width: calc(100vw / 3 - 40px);
    }
}

@media (max-width: 767px) {

    .owl-item.active.center .top-offer-item {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .top-offer-item {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@media(max-width: 575px) {

    .top-offer-item {
        padding: 20px;
        font-size: 12px;
        height: unset;
    }


    .top-offer-item__info {
        margin: 10px 0;
    }

    .slick-current .top-offer-item__logo,
    .slick-current .top-offer-item__name {
        margin-bottom: 20px;
    }

    .slick-current .top-offer-item__info {
        margin-bottom: 28px;
    }

    .top-offer-item__info__item:nth-child(2n + 2) {
        text-align: left;
    }

    .top-offer-item__info__item--sum {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1 / 3;
        -ms-grid-row: 1;
        grid-row: 1;
    }

    .top-offer-item__info__item--period {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 3;
        grid-row: 3;
    }

    .top-offer-item__info__item--percent {
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 3;
        grid-row: 3;
    }

    .top-offer-item__info__item--time {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
        -ms-grid-row: 2;
        grid-row: 2;
    }

    .top-offer-item__name {
        font-size: 14px;
    }

    .top-offer-item__info__item span {
        font-size: 10px;
    }

    .top-offer-item__info {
        margin-bottom: 20px;
    }

    .top-offer-item__info__item span {
        margin-bottom: 2px;
    }

    .top-offer-item__button button span {
        display: none;
    }

}

@media (max-width: 1200px) {
    .top-offer-item {
        padding: 20px 15px;
    }
}

@media (min-width: 1100px) {
    .top-offer-item {
        border: 1px solid #f0f0f0;
        border-radius: 10px;
        -webkit-box-shadow: 10px 3px 62px -7px rgba(34, 60, 80, 0.13);
        -moz-box-shadow: 10px 3px 62px -7px rgba(34, 60, 80, 0.13);
        box-shadow: 10px 3px 20px -10px rgba(34, 60, 80, 0.13);
    }

    .top-offers-items .slick-list {
        overflow: visible;
    }
}
/*.owl-carousel .owl-item img {
    width: 45px !important;
    height: 45px;
    padding: 5px;
} */
.top-offer-item__logo img {
    width: 45px !important;
    height: 45px;
    padding: 5px;
}
.top-offer-item {
    color: #292929;
}
.top-offer-item__info__item .value {
    flex: 1;
}
.top-offer-item__button button{
    background-color: #ff7518;
    border-radius: 10px;
}
.top-offer-item__button button:hover{
    background-color: #f16304 !important;
    color: #fff;
}
.top_offer_advantage .advantage_img img {
    width: 27px !important;
    height: 27px;
    border-radius: 50px;
    padding: 5px;
}
.top_offer_advantage {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #31353f;
    color: #fff;
    margin-bottom: 10px;
    border-radius: 6px;
}
.top_offer_advantage .advantage_text {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    font-family: 'Raleway', sans-serif;
    padding: 0 10px;
}
.main_advantage_block {
    display: flex;
}



/* End */
/* /rates/style.css?16981496501250 */
/* /local/templates/derzhidengi/components/bitrix/news.list/rates/style.css?16981472081643 */
/* /local/templates/derzhidengi/components/bitrix/news.list/top-offers/style.css?16994261686908 */
