

/* Start:/local/templates/solution-redesign/components/bitrix/news.list/tsz-banner-big-new/style.css?17658153536336*/
.hero{
    position: relative;
    width: 100%;
 /*   height: calc(100vh - 74px);*/
    overflow: hidden;
}

.hero.hero--with-block-stock{
  /*  height: calc(100vh - 74px - 40px);*/
}

.hero .container:not(.container--nav){
 /*   height: 100%;*/
    height: 90%;
    position: absolute;
    top: 90px;
    left: 50%;
    display: flex;
    justify-content: flex-end;
    transform: translateX(-50%);
}

.hero .container.container--nav{
    position: relative;
    z-index: 10;
}

.hero__content{
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 24px;
    height: 100%;
    color: var(--c-gray-10);
    padding: 0 0 80px 0;
}

.hero__content h1{
    max-width: 795px;
    color: var(--c-gray-10);
}

.hero__content h4{
    max-width: 50%;
}

.hero__content a{
    margin: 8px 0 0 0;
}

.hero-nav{
    position: absolute;
    bottom: 80px;
    right: 0;
    color: var(--c-gray-10);
}

.hero-nav button.button{
    opacity: .8;
}

.hero::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(180deg, rgba(0, 18, 60, 0) 0%, rgba(1, 12, 37, 0.4) 100%);
}

.hero__bg{
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
  /*  position: absolute;*/
    top: 0;
    left: 0;
    z-index: -1;
}

.hero.hero--slider::after{
    display: none;
}

.hero.hero--slider .swiper-slide::after{
    /*content: "";*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 44, 57, 0)), color-stop(6.67%, rgba(30, 44, 57, 0.00691776)), color-stop(13.33%, rgba(30, 44, 57, 0.028408)), color-stop(20%, rgba(30, 44, 57, 0.0653279)), color-stop(26.67%, rgba(30, 44, 57, 0.117929)), color-stop(33.33%, rgba(30, 44, 57, 0.18542)), color-stop(40%, rgba(30, 44, 57, 0.265507)), color-stop(46.67%, rgba(30, 44, 57, 0.354153)), color-stop(53.33%, rgba(30, 44, 57, 0.445847)), color-stop(60%, rgba(30, 44, 57, 0.534493)), color-stop(66.67%, rgba(30, 44, 57, 0.61458)), color-stop(73.33%, rgba(30, 44, 57, 0.682071)), color-stop(80%, rgba(30, 44, 57, 0.734672)), color-stop(86.67%, rgba(30, 44, 57, 0.771592)), color-stop(93.33%, rgba(30, 44, 57, 0.793082)), to(rgba(30, 44, 57, 0.8)));
    background: -webkit-linear-gradient(top, rgba(30, 44, 57, 0) 0%, rgba(30, 44, 57, 0.00691776) 6.67%, rgba(30, 44, 57, 0.028408) 13.33%, rgba(30, 44, 57, 0.0653279) 20%, rgba(30, 44, 57, 0.117929) 26.67%, rgba(30, 44, 57, 0.18542) 33.33%, rgba(30, 44, 57, 0.265507) 40%, rgba(30, 44, 57, 0.354153) 46.67%, rgba(30, 44, 57, 0.445847) 53.33%, rgba(30, 44, 57, 0.534493) 60%, rgba(30, 44, 57, 0.61458) 66.67%, rgba(30, 44, 57, 0.682071) 73.33%, rgba(30, 44, 57, 0.734672) 80%, rgba(30, 44, 57, 0.771592) 86.67%, rgba(30, 44, 57, 0.793082) 93.33%, rgba(30, 44, 57, 0.8) 100%);
    background: linear-gradient(180deg, rgba(30, 44, 57, 0) 0%, rgba(30, 44, 57, 0.00691776) 6.67%, rgba(30, 44, 57, 0.028408) 13.33%, rgba(30, 44, 57, 0.0653279) 20%, rgba(30, 44, 57, 0.117929) 26.67%, rgba(30, 44, 57, 0.18542) 33.33%, rgba(30, 44, 57, 0.265507) 40%, rgba(30, 44, 57, 0.354153) 46.67%, rgba(30, 44, 57, 0.445847) 53.33%, rgba(30, 44, 57, 0.534493) 60%, rgba(30, 44, 57, 0.61458) 66.67%, rgba(30, 44, 57, 0.682071) 73.33%, rgba(30, 44, 57, 0.734672) 80%, rgba(30, 44, 57, 0.771592) 86.67%, rgba(30, 44, 57, 0.793082) 93.33%, rgba(30, 44, 57, 0.8) 100%);
}

.hero-nav .swiper-nav__pagination,
.hero-nav .swiper-nav__pagination *{
    color: var(--c-gray-60, inherit);
}

@media (max-width: 1919px){
    .hero{
     /*   height: calc(100vh - 80px);*/
    }

    .hero.hero--with-block-stock{
       /* height: calc(100vh - 80px - 40px);*/
    }

    .hero__content{
        padding: 0 0 77px 0;
    }

    .hero__content h1{
        max-width: 636px;
    }

    .hero-nav{
        bottom: 77px;
    }
}

@media (max-width: 1439px){
    .hero{
       /* height: calc(100vh - 54px);*/
    }

    .hero.hero--with-block-stock{
       /* height: calc(100vh - 54px - 40px);*/
    }

    .hero__content{
        padding: 0 0 80px 0;
    }

    .hero-nav{
        bottom: 60px;
    }

    .hero .container:not(.container--nav){
        top: 70px;
    }
}

@media (max-width: 1023px){
    .hero.hero--with-block-stock{
      /*  height: calc(100vh - 70px - 50px);*/
    }

    .hero__content{
        gap: 16px;
        padding: 0 0 148px 0;
    }

    .hero__content a{
        margin: 16px 0 0 0;
    }

    .hero-nav{
        bottom: 48px;
    }

    .hero__content h4{
        max-width: 100%;
    }

    .hero .container:not(.container--nav){
        top: 140px;
    }
}

@media (min-width: 1441px){
    .swiper-slide .banner-picture:not(.photo-preview){
        display: none;
    }

    .hero{
     /*   height: 866px;*/
    }
}

@media (max-width: 1440px){
    .swiper-slide .banner-picture:not(.photo-preview){
        display: none;
    }

    .hero{
       /* height: 773px;*/
    }
}

@media (max-width: 1024px){
    .swiper-slide .banner-picture:not(.photo-preview){
        display: none;
    }

    .hero{
       /* height: 640px;*/
    }
}

@media (max-width: 768px){
    .hero{
       /* height: calc(75vh - 70px);*/
    }

    .hero{
       /* height: 606px;*/
    }
}

@media (max-width: 435px){
    .swiper-slide .banner-picture:not(.photo-mobile){
        display: none;
    }

    .hero .container:not(.container--nav) {
        justify-content: flex-start;
    }

    .swiper-slide .banner-picture.photo-mobile{
        display: flex;
    }
}

.hero-nav{
    width: 100%;
}

.hero-nav .swiper-nav__pagination.swiper-pagination-horizontal {
    display: flex;
    width: 40%;
}

.hero-nav .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
    width: 100%;
    border-radius: 2px;
    height: 4px;
    background: #E7E7E7B2;
    opacity: 1;
}

.hero-nav .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #00A6BD;
}

@media (max-width: 435px) {
    .hero-nav .swiper-nav__pagination.swiper-pagination-horizontal {
        width: 100%;
        padding: 0px 5px;
    }
}
/* End */


/* Start:/local/templates/solution-redesign/components/remark/catalog.smart.filter/tsz-filter-smart/style.css?17658153531684*/
.filter {
    display: flex;
    margin: 32px 0 0 0;
}

.filter-fields {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 24px;
    width: 100%;
}

.filter-fields__item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    max-width: 336px;
}

.filter-fields__item.filter-fields--F {
    max-width: 342px;
}

.filter-fields__item.filter-fields--B {
    max-width: 347px;
}

@media (max-width: 1919px) {
    .filter {
        margin: 24px 0 0 0;
    }

    .filter-fields {
        gap: 16px;
    }

    .filter-fields__item {
        max-width: 240px;
    }

    .filter-fields__item.filter-fields--F {
        max-width: 256px;
    }

    .filter-fields__item.filter-fields--B {
        max-width: 320px;
    }

    .filter-fields__item.filter-fields--B:not(.filter-fields--PRICE) {
        max-width: 276px;
    }
}

@media (max-width: 1439px) {
    .filter {
        flex-direction: column;
    }

    .filter-fields {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 24px;
        row-gap: 32px;
    }

    .filter-fields__item,
    .filter-fields__item.filter-fields--F,
    .filter-fields__item.filter-fields--B,
    .filter-fields__item.filter-fields--B:not(.filter-fields--PRICE) {
        max-width: unset;
    }

    .filter-fields .button {
        grid-column-start: 1;
        grid-column-end: 3;
        margin: 0 auto;
    }
}

@media (max-width: 1023px) {
    .filter-fields {
        grid-template-columns: 1fr;
        row-gap: 24px;
    }

    .filter-fields .button {
        grid-column-start: unset;
        grid-column-end: unset;
        width: 100%;
    }
}
/* End */


/* Start:/local/templates/solution-redesign/components/bitrix/news.list/tsz-promo-list-new/style.css?17658153534786*/
.promo-list--grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 24px;
    row-gap: 30px;
}

.promo-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: 100%;
    min-height: 572px;
    /*    padding: 48px;*/
    overflow: hidden;
    background: var(--c-primary-light);
    border-radius: 16px;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

/*.col-lg-12 .promo-card,
.col-lg-6 .promo-card {
    min-height: 420px;
}*/

.promo-list--grid .promo-card {
    grid-row-start: 1;
    grid-row-end: 3;
    min-height: 268px;
    gap: 16px;
    display: flex;
}

.promo-list--grid .promo-card.promo-card--first,
.promo-list--grid .promo-card.promo-card--second {
    grid-row-end: unset;
}

.promo-list--grid .promo-card.promo-card--second {
    grid-row-start: 2;
}

.promo-card h3,
.promo-card p {
    max-width: 450px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.promo-card:not(.promo-card-1) p {
    color: var(--c-gray-90);
}

.promo-card.promo-card-1 p {
    color: var(--c-gray-20);
}

.promo-card:not(.promo-card-1):hover h3 {
    color: var(--c-primary);
}

.promo-card.promo-card-1:hover h3 {
    color: var(--c-gray-40);
}

.promo-card a {
    position: absolute;
    bottom: 48px;
    left: 48px;
}

.promo-card:hover a.button {
    background-color: var(--c-primary-dark);
}

.promo-card:hover a.button svg *[fill] {
    fill: var(--c-gray-10);
}

.promo-card.promo-card-1 a,
.promo-card.promo-card--second a {
    position: initial;
    bottom: unset;
    left: unset;
    margin: auto 0 0 0;
}

.promo-card.promo-card-1 {
    background-color: var(--c-primary);
    color: var(--c-gray-100);
}

.promo-card.promo-card-1 .card-preview,
.promo-card.promo-card--second .card-preview {
    display: none;
}

.promo-card.promo-card-2 .promo-text-block--no-image{
    margin-top: 16px;
}

.promo-card.promo-card-3 .promo-text-block--no-image{
    margin-top: 16px;
}

@media (max-width: 1919px) {
    .promo-list--grid {
        row-gap: 24px;
    }

    .promo-card {
        /*  padding: 32px;*/
    }

    .promo-card.promo-card-1 {
        min-height: 238px;
    }

    .promo-list--grid .promo-card.promo-card--second {
        min-height: 290px;
    }
}

@media (max-width: 1439px) {
    .promo-list--grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .promo-list--grid .promo-card,
    .promo-card.promo-card-1,
    .promo-list--grid .promo-card.promo-card--second {
        min-height: unset;
        grid-row-start: unset;
        grid-row-end: unset;
    }

    .promo-card:nth-child(n+3) {
        display: none;
    }
}

@media (max-width: 1439px) {
    .promo-card {
        /* padding: 24px;*/
    }

    .promo-card a {
        position: initial;
        bottom: unset;
        left: unset;
        margin: auto 0 0 0;
    }
}

@media (max-width: 1023px) {
    .promo-list--grid {
        grid-template-columns: 1fr;
    }
}

.section__footer {
    display: none;
}

@media (max-width: 1023px) {
    .section__footer {
        margin-top: 24px;
        display: flex;
    }

    .section__footer a {
        width: 100%;
    }
}


.promo-card--two{
    min-height: 604px;
}

.promo-card-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 16px;
}

.promo-text-block{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 8px 48px 48px 48px;
    height: 100%;
}

.promo-text{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media(max-width: 1439px){
    .promo-card{
        min-height: 210px;
    }

    .promo-text-block{
        padding: 32px;
        gap: 16px;
    }

    .promo-card-image{
        display: none;
    }
}

.promo-card-1{
    background: var(--c-primary);
    color: var(--c-gray-10);
}

.promo-card-1 .promo-text-block{
    padding: 48px;
}

.promo-card.promo-card-1 p{
    color: var(--c-gray-10);
}

.promo-card-1 .promo-card-image{
    display: none;
}

@media (max-width: 1439px) {
    .promo-list .col-xl-12-custom {
        flex: 0 0 auto;
        width: 100%;
    }

    .promo-list .row{
        gap:32px;
    }
}

.promo-text-block{
    gap: 16px;
}

.promo-list--4 .col-12:nth-child(2){
    grid-column: 2;
    grid-row: 1 / 3;
}

.promo-list--4 .col-12:nth-child(3){
    grid-column: 3;
    grid-row: 1 / 3;
}

.promo-list--4 .promo-card-4 .promo-card-image{
    display: none;
}

.promo-list--4 .promo-card-4 .promo-text-block{
    padding: 48px;
}

@media (max-width: 1439px) {
    .promo-list--4{
        display: flex;
        flex-direction: column;
    }
}

.section--news .section__header {
    display: flex;
    justify-content: space-between;
}
/* End */


/* Start:/local/templates/solution-redesign/components/bitrix/system.pagenavigation/load_more/style.css?176581535352*/
.button--load-more {
    margin: 32px auto 0 auto;
}
/* End */


/* Start:/local/templates/solution-redesign/components/bitrix/news.list/tsz-object-on-main/style.css?17658153532469*/
.complex-list a.button {
    margin: 32px auto 0 auto;
}

.complex-item {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
    cursor: pointer;
}

.complex-item__image {
    display: flex;
    border-radius: 16px;
    overflow: hidden;
}

.complex-item__image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.complex-item:hover .complex-item__image img {
    transform: scale(1.1);
}

.complex-item-tags {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    max-width: 60%;
    flex-wrap: wrap;
}

.complex-item-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.complex-item-text p {
    color: var(--c-gray-80);
}

.complex-item-text__name {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}

.complex-item-text__name > * {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.complex-item:hover .complex-item-text__name > * {
    color: var(--c-primary);
}

.complex-item-text__name > *:last-child {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
}

.complex-item-text__name > *:last-child:not(:first-child)::before {
    content: '';
    display: flex;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--c-gray-50);
}

.complex-item-text__name h3,
.complex-item-text__name h4 {
    color: var(--c-gray-100);
}

@media (max-width: 1919px) {
    .complex-item__image img {
        height: 338px;
    }
}

@media (max-width: 1439px) {
    .complex-item {
        gap: 16px;
    }

    .complex-item__image img {
        height: 301px;
    }

    .complex-item-tags {
        max-width: 95%;
    }
}

@media (max-width: 1023px) {
    .complex-item__image img {
        height: 240px;
    }

    .complex-item__image {
        order: 1;
    }

    .complex-item-tags {
        position: static;
        order: 2;

    }

    .complex-item-text {
        order: 3;
    }

    .complex-item-text__name {
        flex-wrap: wrap;
        gap: unset;
        column-gap: 8px;
    }

    .complex-item-text__name > *:last-child {
        gap: 8px;
    }
}

@media (max-width: 576px) {

    .complex-item-tags {
        flex-wrap: nowrap;
        overflow-x: scroll;
        max-width: 100%;
    }

    .complex-item-text__name h4 {
        white-space: nowrap
    }

}
/* End */


/* Start:/local/templates/solution-redesign/components/bitrix/form.result.new/tsz-taxi/style.css?17658153533236*/
.rm-wrap--taxi.rm-wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.rm-wrap--taxi .rm-text {
    display: flex;
    flex-direction: row;
    width: 100%;
    color: var(--c-gray-100);
    justify-content: space-between;
    align-items: flex-end;
}

.rm-wrap--taxi .rm-text h2 {
    min-width: 520px;
}

.rm-wrap--taxi .form-svg{
    display: flex;
    justify-content: space-around;
    width: 100%;
    align-items: flex-end;
}

.rm-wrap--taxi .form-svg svg {
    margin-bottom: -25px;
}

.rm-wrap--taxi .form-svg svg:nth-child(2) {
    margin-right: 60px;
}

.rm-wrap--taxi .rm-form {
    width: 100%;
    padding: 48px;
    background-color: var(--c-gray-10);
    border-radius: 16px;
}

.rm-wrap--taxi .rm-form__content {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 200px;
    gap: 24px;
    align-items: flex-end;
}

.rm-wrap--taxi .rm-form__content .button {
    width: 100%;
}

.rm-wrap--taxi .rm-form__content .input-wrap {
    width: 100%;
}

.rm-wrap--taxi .rm-form__policy {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 4px;
    width: 100%;
    margin-top: 24px;
}

.rm-wrap--taxi .rm-form__success {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    height: 100%;
    padding: 24px 0;
}

@media (max-width: 1919px) {
    .rm-wrap--taxi .rm-form {
        padding: 32px;
    }

    .rm-wrap--taxi .form-svg svg:nth-child(1) {
        width: 266px;
        height: 100px;
    }

    .rm-wrap--taxi .form-svg svg:nth-child(2) {
        width: 64px;
        height: 85px;
        margin-right: 40px;
    }
}

@media (max-width: 1439px) {
    .rm-wrap--taxi .rm-wrap {
        flex-direction: column;
        gap: 32px;
    }

    .rm-wrap--taxi .form-svg svg:nth-child(1) {
        width: 230px;
        height: 84px;
    }

    .rm-wrap--taxi .form-svg svg:nth-child(2) {
        width: 50px;
        height: 67px;
        margin-right: 20px;
    }

    .rm-wrap--taxi .form-svg svg {
        margin-bottom: -25px;
    }

    .rm-wrap--taxi .rm-text h2 {
        width: 456px;
    }

    .rm-wrap--taxi .rm-form__content .button{
        height: 58px;
    }
}

@media (max-width: 1023px) {
    .rm-wrap--taxi.rm-wrap {
        gap: 24px;
    }

    .rm-wrap--taxi .rm-form {
        padding: 24px;
    }

    .rm-wrap--taxi .rm-form__content {
        grid-template-columns: 1fr!important;
        gap: 16px;
    }

    .rm-wrap--taxi .rm-form__policy {
        grid-column-start: unset;
        grid-column-end: unset;
    }

    .rm-wrap--taxi div.rm-form__policy,
    .rm-wrap--taxi div.rm-form__policy > a {
        font-weight: 500;
    }

    .rm-wrap--taxi .rm-form__success {
        padding: 99px 0;
    }

    .rm-wrap--taxi .rm-text{
        flex-direction: column;
    }

    .rm-wrap--taxi .rm-text h2{
        width: 100%;
        min-width: unset;
    }

    .rm-wrap--taxi .form-svg{
        margin-top: 16px;
    }

    .rm-wrap--taxi .form-svg svg {
        margin-bottom: -24px;
    }

    .rm-wrap--taxi .rm-form__content .button{
        height: 56px;
    }
}

.rm-wrap--taxi .rm-form__content{
   /* grid-template-columns: 1fr 1fr 300px;*/
}
/* End */


/* Start:/local/templates/solution-redesign/components/bitrix/news.list/tsz-buy-methods-on-main/style.css?17658153531496*/
.purchase-item {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: 100%;
    min-height: 318px;
    padding: 48px;
    border-radius: 16px;
    background-color: var(--c-primary-light);
    cursor: pointer;
}

.purchase-item__background {
    position: absolute;
    top: 55px;
    right: 51px;
    z-index: 2;
    width: 207px;
    height: 207px;
    opacity: 0.1;
}

.purchase-item a {
    position: absolute;
    z-index: 3;
    bottom: 48px;
    left: 48px;
}

.purchase-item h3 {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.purchase-item p {
    color: var(--c-gray-90);
}

.purchase-item:hover h3 {
    color: var(--c-primary);
}

.purchase-item:hover a.button {
    background-color: var(--c-primary-dark);
}

.purchase-item:hover a.button svg *[fill] {
    fill: var(--c-gray-10);
}

@media (max-width: 1919px) {
    .purchase-item {
        padding: 32px;
        gap: 16px;
        min-height: 300px;
    }

    .purchase-item a {
        bottom: 32px;
        left: 32px;
    }
}

@media (max-width: 1439px) {
    .purchase-item {
        padding: 24px;
        gap: 8px;
        min-height: 320px;
    }

    .purchase-item a {
        bottom: 24px;
        left: 24px;
    }
}

@media (max-width: 1023px) {
    .purchase-item {
        min-height: 250px;
    }

    .purchase-item__background {
        width: 140px;
        height: 140px;
        right: unset;
        left: calc(50% - 70px);
    }
}
/* End */


/* Start:/local/templates/solution-redesign/components/bitrix/news.list/tsz-benefits-projects/style.css?1765815353794*/
.section .benefits-list .swiper-slide {
    /*height: 100%;*/
}

.benefits-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 16px;
    background-color: var(--c-primary-light);
}

.benefits-item img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 16px;
}

.benefits-item__text {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 32px 48px;
}

.benefits-nav {
    color: var(--c-gray-100);
}

@media (max-width: 1919px) {
    .benefits-item img {
        height: 336px;
    }

    .benefits-item__text {
        padding: 24px 32px;
    }
}

@media (max-width: 1439px) {
    .benefits-item img {
        height: 240px;
    }

    .benefits-item__text {
        padding: 16px 24px 24px 24px;
    }
}
/* End */


/* Start:/local/templates/solution-redesign/components/bitrix/form.result.new/tsz-call-me/style.css?17658153531816*/
.rm-wrap {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.rm-text {
    display: flex;
    flex-direction: column;
    gap: 32px;
    min-width: 520px;
    width: 520px;
    color: var(--c-gray-100);
}

.rm-form {
    width: 100%;
    padding: 48px;
    background-color: var(--c-gray-10);
    border-radius: 16px;
}

.rm-form__content {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 300px; /*261px*/
    gap: 24px;
    align-items: flex-end;
}

.rm-form__content .button {
    width: 100%;
}

.rm-form__content .input-wrap {
    width: 100%;
}

.rm-form__policy {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 4px;
    width: 100%;
    grid-column-start: 1;
    grid-column-end: 4;
}

.rm-form__success {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    height: 100%;
    padding: 24px 0;
}

@media (max-width: 1919px) {
    .rm-text {
        min-width: 416px;
        width: 416px;
    }

    .rm-form {
        padding: 32px;
    }
}

@media (max-width: 1439px) {
    .rm-wrap {
        flex-direction: column;
        gap: 32px;
    }

    .rm-text {
        gap: 16px;
        min-width: unset;
        width: 100%;
    }
}

@media (max-width: 1023px) {
    .rm-wrap {
        gap: 24px;
    }

    .rm-form {
        padding: 24px;
    }

    .rm-form__content {
        grid-template-columns: 1fr!important;
        gap: 16px;
    }

    .rm-form__policy {
        grid-column-start: unset;
        grid-column-end: unset;
    }

    div.rm-form__policy,
    div.rm-form__policy > a {
        margin: unset;
        font-weight: 500;
    }

    .rm-form__success {
        padding: 99px 0;
    }
}

.rm-form__content{
    /*grid-template-columns: 1fr 1fr;*/
}
/* End */
/* /local/templates/solution-redesign/components/bitrix/news.list/tsz-banner-big-new/style.css?17658153536336 */
/* /local/templates/solution-redesign/components/remark/catalog.smart.filter/tsz-filter-smart/style.css?17658153531684 */
/* /local/templates/solution-redesign/components/bitrix/news.list/tsz-promo-list-new/style.css?17658153534786 */
/* /local/templates/solution-redesign/components/bitrix/system.pagenavigation/load_more/style.css?176581535352 */
/* /local/templates/solution-redesign/components/bitrix/news.list/tsz-object-on-main/style.css?17658153532469 */
/* /local/templates/solution-redesign/components/bitrix/form.result.new/tsz-taxi/style.css?17658153533236 */
/* /local/templates/solution-redesign/components/bitrix/news.list/tsz-buy-methods-on-main/style.css?17658153531496 */
/* /local/templates/solution-redesign/components/bitrix/news.list/tsz-benefits-projects/style.css?1765815353794 */
/* /local/templates/solution-redesign/components/bitrix/form.result.new/tsz-call-me/style.css?17658153531816 */
