/**
 * Индивидуальные стили для сайта клиента, не для Теста. На Тесте остается пустым.
 */


.price-breakdown__price span:nth-child(2) {
	display: block;
}


.msgs .t-social__link.tg {
	width: 36px;
	height: 36px;
	border-color: #0088cc;
}

.msgs .t-social__link.tg svg {
	width: 18px;
	height: 18px;
	fill: #0088cc;
}

/* reviews form  */

.review-form {
    margin-top: 40px;
    margin-bottom: 40px;
}

.review-form__title {
    margin: 0;
    color: #22335d;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%
}

.review-form__grid {
    display: grid;
    gap: 20px 30px;
    grid-template-columns: repeat(4,1fr);
    margin-top: 30px
}

@media screen and (max-width: 1365px) {
    .review-form__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 991px) {
    .review-form__grid {
        gap: 15px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .review-form__grid {
        grid-template-columns: 100%;
    }
}

.review-form .form-group--text {
    grid-column-start: 1;
    grid-column-end: -2
}

.review-form .form-group input {
    width: 100%;
    height: 54px;
    padding: 0 20px;
    border-radius: 6px;
    border: 1px solid rgba(134, 134, 134, .2);
    background: #fff;
    color: #22335d;
    font-size: 18px;
    letter-spacing: -.36px;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.review-form .form-group .select2.select2-hidden-accessible {
	width: 1px !important;
}

.review-form .form-group .select2 {
    width: 100% !important;
    max-width: 100%;
    display: block;
}

.review-form .form-group div.file {
    cursor: pointer;
    width: 100%;
    height: 54px;
    padding: 0;
    border-radius: 4px;
    border: 1px solid rgba(134, 134, 134, .2);
    background: #fff;
    color: #22335d;
    font-size: 18px;
    letter-spacing: -.36px;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    position: relative;
}

.review-form .form-group div.file::before {
    content: "Ваше фото";
    position: absolute;
    z-index: 0;
    left: 20px;
    top: 15px;
    cursor: pointer;
}

.review-form .form-group div.file input[type=file] {
    opacity: 0;
    cursor: pointer;
}

.review-form .form-group--text textarea {
    min-height: 100%
}

.review-form .form-group--text textarea .sm-block9 {
    min-height: 150px
}

.review-form .form-btn {
    margin-top: 20px
}

.review-form .load-file .form-file {
    margin-top: 34px;
}

.review-form .form-file label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    height: 56px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid var(--secondary);
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.review-form div.form-file .nc-field-caption {
    display: none;
}

.review-form .form-file label span {
    color: var(--secondary);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.review-form .form-file label svg {
	display: none;
}


/* reviews list */

.reviews {
    margin-top: 80px
}

.reviews-search .filter {
    margin-top: 0;
}

.filter {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 20px 15px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

@media screen and (max-width: 1749px) {
    .filter {
        grid-template-columns: repeat(2, 1fr);
    }
}

.reviews__header {
    padding-bottom: 40px;
    border-bottom: 2px solid rgba(59,115,198,.06)
}

.reviews__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.reviews .app-btn {
    width: 262px;
    height: 58px;
    margin: 0
}

.reviews__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
    padding-bottom: 50px;
    border-bottom: 2px solid rgba(59,115,198,.06)
}

.reviews__title {
    margin: 50px 0 0;
    color: #22335d;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%
}

.reviews .sort {
    max-width: 563px;
    margin-top: 40px
}


.reviews-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 50px
}

.reviews-nav__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    height: 44px;
    padding: 5px 20px;
    border: 1px solid #dee8ff;
    border-radius: 4px;
    background: rgba(222,232,255,.4);
    color: #a7a8aa;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    white-space: nowrap;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.reviews-nav__item:hover {
    background: #1c62c8;
    color: #fff
}

.reviews-nav__item.active {
    background: #dee8ff;
    color: #22335d
}

body.dark .reviews-nav a {
    background: #1c62c8;
    border-color: #1c62c8;
    color: #fff
}

body.dark .reviews-nav a.active {
    border-radius: 4px;
    border: 1px solid #264362;
    background: #12273d
}

.reviews-search {
    margin-top: 30px
}

.reviews-search__toggle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    color: var(--secondary);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.reviews-search__toggle svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: #1c62c8;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.reviews-search__toggle::hover {
    opacity: .75
}

.reviews-search__toggle.open svg {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.reviews-search__filter {
    display: none;
    padding-top: 20px
}

.reviews-search .filter {
    margin-top: 0
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 32px
}

@media screen and (max-width: 1365px) {
    .reviews-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 991px) {
    .reviews-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .reviews-grid {
        grid-template-columns: 100%;
        gap: 14px;
    }
}

.reviews-grid__item {
    position: relative;
}

.reviews-grid__item--lg {
    grid-column: 2/span 2
}


.form-group--double {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}

.form-group {
    width: 100%;
}

.form-group__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc((100% - 15px) / 2);
}

.filter .catalog-qnt {
    grid-column-start: 1;
    grid-column-end: 2;
}

.catalog-qnt {
    color: #a7a8aa;
    font-size: 18px;
    line-height: 130%;
}

.filter label {
    margin-bottom: 0;
    white-space: nowrap;
    padding-right: 5px;
    width: 100px;
}

.filter__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-column-start: -2;
    grid-column-end: -1;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    height: 58px;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    background: var(--secondary);
    cursor: pointer;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}



.review {
    padding: 35px;
    border-radius: 4px;
    border: 1px solid rgba(134, 134, 134, .2);
    background: #fff;
    position: relative;
    min-height: 100%;
}

.review__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px
}

.review__ava {
    width: 70px;
    height: 70px
}

.review__ava img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%
}

.review__name {
    margin: 0;
    color: #22335d;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%
}

.review__date {
    display: block;
    margin-top: 4px;
    color: rgba(67,82,117,.8);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%
}

.review__car {
    margin: 20px 0 0;
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%
}

.review__car.capitalize {
    text-transform: capitalize;
    color: var(--secondary);
}

.review__toggle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    margin-top: 20px
}

.review__toggle span {
    color: #1c62c8;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.review__toggle svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: #1c62c8;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.review__toggle:hover span {
    color: #3c85f1
}

.review__toggle:hover svg {
    stroke: #3c85f1
}

.review__toggle.open svg {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.review__wrap {
    max-height: 130px;
    overflow: hidden;
    margin-top: 15px;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.review__wrap.open {
    max-height: 500px
}

.review__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px
}

.review__text p {
    margin: 0;
    color: #435275;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%
}

.review__imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px
}

.review__imgs a {
    width: 80px;
    height: 80px;
    border-radius: 4px;
    overflow: hidden
}

.review__imgs a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}



/* navbar  */

.navbar__row {
    justify-content: space-between;
    flex-wrap: nowrap;
}

.navbar__left,
.navbar__center,
.navbar__right {
    width: auto;
}

.navbar__center {
    flex-grow: 1;
}

/* ===== CountryTabs: блок цен по странам (перенос с demo.pro-auctions.ru, 14.09.2026) ===== */

/* Блок поиска по странам  */

.other-countries {
    display: flex;
    gap: 20px 60px;
    flex-wrap: wrap;
}

.other-countries .country {
    width: calc(100% / 2 - 30px);
    display: flex;
    align-items: center;
    gap:40px;
    padding:20px;
    border-radius: 25px;
    background: var(--bg-card);
}

@media (max-width: 1735px) {
    .other-countries {
        gap: 20px 40px;
    }
    .other-countries .country {
        width: calc(100% / 2 - 20px);
    }
}

@media (max-width: 1023px) {
    .other-countries {
        gap: 20px;
    }
    .other-countries .country {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .other-countries .country {
        gap:20px;
    }
}

@media (max-width: 575px) {
    .other-countries .country {
        flex-direction: column;
        align-items: flex-start;
    }
}

.other-countries .country .country-flag img {
    display: block;
    border-radius: 10px;
    max-width: 100%;
    height: auto;
    border: 1px solid var(--border);
}

@media (max-width: 575px) {
    .other-countries .country .country-flag img {
        max-width: 80px;
    }
}

.other-countries .country .country-text {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    gap: 6px;
}


.other-countries .country .country-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
}


.other-countries .country .country-price {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
    color: var(--secondary);
}

@media screen and (max-width: 1735px) {
    .other-countries .country .country-title,
    .other-countries .country .country-price {
        font-size: 18px;
    }
}

@media screen and (max-width: 1199px) {
    .other-countries .country .country-title,
    .other-countries .country .country-price {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .other-countries .country .country-title,
    .other-countries .country .country-price {
        font-size: 14px;
    }
}

.other-countries .country b {
    font-weight: 600;
}

@media (max-width: 1199px) {
    .other-countries .country b {
        display: block;
    }
}

@media (max-width: 1023px) {
    .other-countries .country b {
        display: inline;
    }
}

@media (max-width: 767px) {
    .other-countries .country b {
        display: block;
    }
}

.other-countries .country .btn {
    margin-top: 8px;
    background: #fff;
    color: var(--secondary);
    padding:10px 15px;
}

.other-countries .country .btn:hover {
    background: var(--secondary);
    color:#fff;
}

.dark .other-countries .country .btn {
    background: var(--bg-card);
}






/* catalog car tabs */

@media (min-width:1024px) {
    .car-tabs .box__wrap {
        border-top-left-radius: 0;
    }

    /* Срезанный угол нужен только под вкладками стран, а они выводятся не
     * всегда: Iastudio\CountryTabs::$showTabs включает их лишь когда у модели
     * есть аналоги в других странах. Класс .car-tabs при этом стоит на
     * контейнере всегда, когда включён ShowPriceTabs, — поэтому на общем
     * списке (/statistika/) угол оставался срезанным без вкладок. */
    .car-tabs:not(:has(.js-tab-country)) .box__wrap {
        border-top-left-radius: var(--box-radius);
    }
}

.car-tabs .catalog__header {
    align-items: flex-end;
    flex-wrap: nowrap;
    gap:40px;
}

.car-tabs .catalog__header .section__text {
    max-width: 100%;
    flex-grow: 1;
    margin-bottom: 0;
}

.catalog_tabs {
    display: flex;
    flex-wrap: wrap;
    gap:30px;
}

.catalog_tabs .tab {
    display: flex;
    align-items: center;
    gap:20px;
    padding: 40px 60px;
    border:1px solid var(--border);
    border-radius: 50px 50px 0 0;
    border-bottom: 0;
    cursor: pointer;
}

.catalog_tabs .tab .flag {
    display: block;
    width: 46px;
    height: auto;
    border:1px solid var(--border);
}

.catalog_tabs .tab .flag.nobrd {
    border:0;
}

.catalog_tabs .tab .checkbox {
    width: 46px;
    height: 46px;
    border-radius: 100%;
    border:1px solid var(--border);
    transition: .5s ease all;
}

.catalog_tabs .tab:hover .checkbox {
    border-color: var(--secondary);
    transition: .5s ease all;
}

.catalog_tabs .tab.active .checkbox {
    background-color: var(--secondary);
    background-image: url(../img/icons/checkmark-outline.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 26px;
    border-color: var(--secondary);
}

.catalog_tabs .tab .text {
    display: flex;
    flex-direction: column;
    margin:0;
    max-width: 100%;
}

.catalog_tabs .tab .text .name {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    color: var(--font-dark);
    transition: .5s ease all;
}

.catalog_tabs .tab.active .text .name {
    color:var(--secondary);
}

.catalog_tabs .tab:hover .text .name {
    color:var(--secondary);
    transition: .5s ease all;
}

.catalog_tabs .tab .text .price .from {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    color: var(--font-dark);
}

.catalog_tabs .tab .text .price .diff {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: var(--font-dark);
}

.catalog_tabs .tab .text .price .diff.green {
    color: #0E8E29;
}

.catalog_tabs .tab .text .price .diff.red {
    color: var(--secondary);
}

.catalog_tabs .tab .text .offers {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: var(--font-dark);
}

.catalog_tabs .tab .text .offers .swheel {
    font-weight: 500;
}

.catalog_tabs .tab.active {
    background: var(--bg-box);
    border:0;
    cursor: text;
}


@media screen and (max-width: 1739px) {
    .catalog_tabs {
        gap:15px;
    }

    .catalog_tabs .tab {
        gap:20px;
        padding: 20px 20px;
    }

    .catalog_tabs .tab .text .name,
    .catalog_tabs .tab .text .price .from {
        font-size: 16px;
    }

    .catalog_tabs .tab .text .offers {
        font-size: 14px;
    }
    .catalog_tabs .tab .flag {
        width: 36px;
    }
    .catalog_tabs .tab .checkbox {
        width: 36px;
        height: 36px;
    }
    .catalog_tabs .tab.active .checkbox {
        background-size: 24px;
    }
}

@media screen and (max-width: 1199px) {
    .catalog_tabs .tab {
        padding: 20px 15px;
        border-radius: 20px 20px 0 20px;
    }

    .catalog_tabs .tab .text .name,
    .catalog_tabs .tab .text .price .from {
        font-size: 14px;
    }

    .catalog_tabs .tab .text .offers {
        font-size: 12px;
    }
    .catalog_tabs .tab .checkbox {
        width: 24px;
        height: 24px;
    }
    .catalog_tabs .tab.active .checkbox {
        background-size: 18px;
    }
}

@media screen and (max-width: 1023px) {
    .catalog_tabs {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .catalog_tabs .tab {
        border-radius: 10px;
        border-bottom: 1px solid var(--border);
    }

    .catalog_tabs .tab.active {
        border:1px solid var(--secondary);
    }
}



/* ===== Доставка по России (перенос с demo.pro-auctions.ru, 15.09.2026) ===== */
.table__t {
    border-collapse: collapse;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table__t td, .table__t th {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
}

.table__t td:first-child {
    text-align: left;
}

.table__t tr:nth-child(even){
    background-color: #f2f2f2;
}

.dark .table__t tr:nth-child(even){
    background-color: #000;
}

.table__t tr:hover td {
    background-color: #ddd;
}

.dark .table__t tr:hover td {
    background-color: var(--secondary);
}

.table__t th {
   font-weight: bold;
}

.tab-block .tab-item {
    display: none;
}

.tab-block .tab-item.current {
    display: block;
}

.tab-block .section__text_font-size {
    overflow-x: auto;
}

.dostavka_block .calc-delivery__cols {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    gap:2%;
    margin-bottom: 15px;
}

.dostavka_block .calc-delivery__cols .calc-delivery__col {
    width:32%;
}


.dostavka_block .form-select__input {
    display: block;
    width: 100%;
    height: 64px;
    padding: 22px 20px;
    border: 1px solid var(--border);
    border-radius: 10px;
    font-family: var(--font);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: var(--primary);
}

.delivery-update {
    margin: 15px 0;
    text-align: right;
}

@media (max-width: 1739px) {
    .dostavka_block .form-select__input {
        height: 58px;
        padding: 19px 20px;
    }

}

@media (max-width: 991px) {
    .dostavka_block .calc-delivery__cols {
        flex-direction: column;
        gap:1rem;
    }
    .dostavka_block .calc-delivery__cols .calc-delivery__col {
        width:100%;
    }
    .dostavka_block .select2 {
        max-width: unset;
    }
}

.dostavka_block .calc-delivery__text {
    font-size: 13px;
}

.dostavka_block .calc-delivery__text a {
    color: var(--secondary);
}

.dostavka_block .calc-delivery__text a:hover {
    text-decoration: underline;
}


/* ===== Годы выпуска с месяцами в фильтрах (перенос с demo, 15.09.2026) ===== */
.form-group__double.dates {
    gap: 5px;
    border:0;
}

.form-group__double.dates::before,
.form-group__double.dates::after {
    display: none;
    content: "";
}

.form-group__double.dates .ym_from,
.form-group__double.dates .ym_to {
    width: 50%;
    display: flex;
    border:1px solid var(--border);
    border-radius: 10px;
    overflow: hidden;
}

.form-group__double.dates .ym_from span:nth-child(4),
.form-group__double.dates .ym_to span:nth-child(4) {
    max-width:60px;
}


.form-group__double.dates .ym_from .select2-container--default:nth-of-type(2) .select2-selection--single {
    border-radius: 0;
}

.form-group__double.dates .select2,
.form-group__double.dates .select2-container--default .select2-selection--multiple .select2-selection__rendered,
.form-group__double.dates .select2-container--default .select2-selection--single .select2-selection__rendered,
.form-group__double.dates .select2-selection {
    padding:0;
}

.form-group__double.dates .select2-container--default .select2-selection--multiple .select2-selection__rendered,
.form-group__double.dates .select2-container--default .select2-selection--single .select2-selection__rendered {
    width: 100%;
    text-indent: 10px;
}

.form-group__double.dates .select2-selection__arrow {
    display: none;
}

.select2-container--default .select2-dropdown {
    min-width: 85px;
}

.dark .select2-container--default.select2-container--disabled .select2-selection--single {
    background: var(--bg-box);
}

.form-group__double .select2-container--default:nth-of-type(2) .select2-selection--multiple,
.form-group__double .select2-container--default:nth-of-type(2) .select2-selection--single {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* Отзывы ПРОМО на Главной
------------------------------*/
.reviews-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 50px;
    margin-top: 30px;
    @media (width <= 1199px) {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
    @media (width <= 1023px) {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-top: 20px;
    }
    @media (width <= 768px) {
        grid-template-columns: 100%;
        gap: 14px;
    }
}

.reviews-grid__item--hg {
    grid-row: span 2
}

.reviews-grid__item--lg {
    grid-column: 2/span 2
}

.reviews-grid__item .review-card__text {
    max-height: 202px
}

.reviews-grid__item .review-card__text.open {
    max-height: 2000px
}

.reviews-grid__item .review-card__text.small {
    max-height: none
}

.reviews-grid__item .review-card__text.small+.link,.reviews-grid__item .review-card__text.small::after {
    display: none
}

.reviews-grid__item .review-card__text {
    position: relative;
    max-height: 150px;
    overflow: hidden;
    margin-bottom: 20px;
    padding-top: 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: var(--primary);
    -webkit-transition: .3s linear;
    transition: .3s linear;
    
.reviews-grid__item .review-card__text::after {
    content: "";
    display: block;
    height: 100px;
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, transparent 0, var(--bg-box) 100%);
    transition: .3s linear;
}

.review-card__author--col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 2px;
}

.review-card__src {
    flex: none;
    width: 85px;
    height: 50px;
    @media (width <= 1739px) {
        width: 60px;
        height: 40px;
    }
}

.star-rating {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px
}

.star-rating__item {
    width: 20px;
    height: 20px
}

.star-rating__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.review-video {
    position: relative;
    display: block;
    height: 360px;
    padding: 40px;
    border-radius: var(--sm-radius)
}

.review-video--lg {
    height: 480px
}

.review-video__img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.review-video__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: var(--sm-radius)
}

.review-video__img::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #121212;
    opacity: .4;
    -webkit-transition: .3s linear;
    transition: .3s linear;
    border-radius: var(--sm-radius)
}

.review-video__img::after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 60px;
    height: 60px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYgNy4yMjAwNlYxNi43OTAxQzYgMTguNzUwMSA4LjEzIDE5Ljk4MDEgOS44MyAxOS4wMDAxTDEzLjk4IDE2LjYxMDFMMTguMTMgMTQuMjEwMUMxOS44MyAxMy4yMzAxIDE5LjgzIDEwLjc4MDEgMTguMTMgOS44MDAwNkwxMy45OCA3LjQwMDA2TDkuODMgNS4wMTAwNkM4LjEzIDQuMDMwMDYgNiA1LjI1MDA2IDYgNy4yMjAwNloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=) center/contain no-repeat
}

.review-video__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    height: 100%;
    position: relative;
    z-index: 10
}

.review-video__src {
    width: auto;
    height: 30px
}

.review-video__src img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left center;
    object-position: left center
}

.review-video__title {
    margin: 0;
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff
}

.review-video__title span {
    display: inline-block;
    text-transform: none
}

.review-video:hover .review-video__img::before {
    opacity: .6
}

.section__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 60px
    @media (width <= 1739px) {
        margin-bottom: 40px
    }
    @media (width <= 1023px) {
        margin-bottom: 30px
    }
    @media (width <= 480px) {
        margin-bottom: 20px
    }
}

.section__header .btn {
    align-self: center;
    flex: none;
    height: 60px;
    padding: 21px 29px 19px;
    font-size: 20px
    @media (width <= 1365px) {
        height: 50px;
        padding: 8px 20px 4px;
        font-size: 16px;
    }
    @media (width <= 1199px) {
        height: 42px;
        padding: 4px 20px;
        font-size: 14px;
    }
    @media (width <= 768px) {
        position: absolute;
        z-index: 10;
        bottom: 0;
        left: 50%;
        transform: translate(-50%);
    }
    @media (width <= 480px) {
        width: 100%;
    }
}

.section__header .section-title {
    margin-bottom: 0
}

.section__header:has(.blog-nav) {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (width <= 768px) {
    .section:has(.section__header>.btn) {
        position: relative;
        padding-bottom: 60px;
    }
}