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

.search-page table {
    border-spacing: 0 !important;
}
.main-banner__action{
    display: flex;
    justify-content: space-between;
}




  .yandex-rate {
    width: 149px;
    height: 48px;
    overflow: hidden;
    background: #fff;
   }

   .yandex-rate>img {
       /* transform: translate(-2px,-2px);*/
        width: 150px;
    }
@media screen and (max-width: 1024px) {
    .yandex-rate {
        width: 90px;
        height: 30px;
        margin-left: 5px;
    }
    .yandex-rate img {

        width: 100%;

    }
    .main-banner__action {
        align-items: center;
    }
    .banner_box_rass{
        margin-top: 124px!important;
    }

}

@media (max-width: 600px) {
    .totop {
        width: 32px;
        height: 33px;
        line-height: 30px;
        font-size: 16px;
        left: 30px;
        bottom: 65px !important;
    }

    .page__mobile-menu {
        z-index: 2100;
    }

}

@media (max-width: 1030px) {
    .totop {
        bottom: 65px;
    }
}

@media (max-width: 1350px) {
    .totop {
        right: 15px;
        bottom: 15px;
    }
}
@media screen and (max-width: 768px) {
    .block-first .main-rassrochka_btn .main-rassrochka__title {
        width: 100%;
        padding-bottom: 2px;
        padding-left: 0;
        font-size: 18px;
    }
    .block-first .main-rassrochka_btn {
        text-align: center;
    }
    .block-first .main-rassrochka_btn .main-rassrochka__desc {
        width: 100%;
        padding-bottom: 2px;
        padding-left: 0;
        margin-top: 0;
    }
    .banner_box_rass{
        margin-top: 124px!important;
    }
}
@media (max-width: 480px){
    .info-buttons__button {
        padding: 8px;
    }
    .block-first .main-rassrochka_btn .main-rassrochka__desc {
        font-size: 9px;
    }
    .banner_box_rass{
        margin-top: 124px!important;
    }
}


.totop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 10;
    background-color: #ad5a55;
    color: #fff;
    border-radius: 0;
    width: 40px;
    height: 40px;
    line-height: 36px;
    font-size: 18px;
    text-align: center;
    z-index: 2000;
}

.totop .icon {
    vertical-align: middle;
}
.banner_box_rass{
    max-width: 1350px;
    width: 100%;
    margin: 0 auto;
}
.info-buttons__button {
    display: flex;
    background-color: #ad5a55;
    padding: 10px;
    border-radius: 0;
    height: 24px;
    flex: 1;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    text-decoration: none;

}
.block-first .main-rassrochka {
    font-family: 'Open Sans','Arial','Sans-Serif';
    background: rgba(173,90,85,0.9);
    text-transform: uppercase;
  /*  max-width: 392px;*/
    width: 100%;
    transition: .3s;
    display: flex;
    justify-content: center;
}
.block-first .main-rassrochka__top {
    display: flex;
    color: #fff;
    align-items: center;
    padding: 0 0 4px;
}
.block-first .main-rassrochka__title {
 /*   width: 60%;*/
    font-size: 28px;
    white-space: nowrap;
    line-height: 1;
    font-weight: 700;
    padding: 0 8px;
}
.block-first .main-rassrochka__number {
    font-size: 1.2em;
}
.block-first .main-rassrochka__perc {
    font-size: .8em;
}
.block-first .main-rassrochka__desc {
  /*  width: 40%;
    flex-shrink: 1;*/
    line-height: 1.1;
    font-size: 12px;
    padding: 0 8px;
    margin-top: 2px;
}
.content__breadcrumbs{
    margin-top: 16px!important;

}