.d-none {
    display: none;
}

.mt-30 {
    margin-top: 30px;
}

.justify-content-center {
    justify-content: center !important;
}

.text-warning {
    font-weight: 600;
    color: #ef2222;
    margin-bottom: 30px;
    line-height: 24px;
}

.price-breakdown__warning {
    margin-top: 20px;
    color: #ef2222;
}
.calc .form-checkbox.mt-15 {margin-top:15px;}

.select2-container--default .select2-results__option[aria-disabled="true"] {
    display: none !important;
}

.pag_next_arr svg {
        transform: rotate(180deg) !important;
}

.js-price-popup span {cursor: pointer;}

.dopParams.type_vvoz {
    margin-bottom: 30px;
    font-size: 18px;
}

.dopParams.type_vvoz span {
    margin-right: 30px;
}

.price-breakdown__price span.ml-20 {
    margin-left: 20px;
}

input.calc-input {
    width: 80px;
    border: 1px solid #CED7D9;
    border-radius: 5px;
    background: #fff;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    height: 28px;
    padding: 0 3px;
}

.d-flex {
    display: flex;
}

.js-ymin-check {
    margin-right: 10px;
}

.mt-5 {
    margin-top: 5px;
}

.price-breakdown__total span.js-calc-full-price {
    font-weight: 600;
}


.tabs-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0;
}
.tabs-nav li {
    padding: 0 30px 0 0;
}

.tabs-nav  .btn {
    color: #ef2222;
    background: #fff;
}

.tabs-nav .active .btn {
    color: #fff;
    background: #ef2222;
}

.warn-konstr {
    color: #ef2222;
    font-weight: 600;
    font-size: 12px;
}

#select2-car-brand-results li:nth-child(n+1):nth-child(-n+11) {
    font-weight: 600;
}


.sets-table table td:first-child a {
    padding-left: 0;
    font-weight: 600;
    text-transform: uppercase;
}

.city-search__link.bold {
    font-weight: bold;
}

.card-row__price > p:nth-child(3) {
    margin: 0 0 14px;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
}


.tooltip__modal {
    display: none;
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 250px;
    padding: 10px 15px 5px;
    background: #fff;
    border: 1px solid #dbe5e5;
    box-shadow: 0 16px 26px rgba(121,131,131,.15);
    border-radius: 5px
}

.tooltip__modal::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 15px;
    height: 15px;
    border-top: 1px solid #dbe5e5;
    border-right: 1px solid #dbe5e5;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
/*
.navbar__contacts {position: relative;}
.navbar__contacts.active .navbar_tooltip {display:block !important; position:absolute; top:35px; }
.navbar_tooltip_box {margin-top:15px; padding:25px; border-radius:25px; background:#fff; box-shadow:0 0 5px #ccc; font-size: 12.5px; width:260px; position: relative;}
.navbar_tooltip a, .navbar_tooltip svg {transition:all .5s;}
.navbar_tooltip_phone {display: flex; align-items: center; color: #333; font-weight: 700; font-size: 14px;}
.navbar_tooltip_phone:hover {color:#f00;}
.navbar_tooltip_phone svg {width: 25px; height: 25px; fill: #0CA039; margin-right:10px;}
.navbar_tooltip_phone:hover svg {fill: #5DBF7B;}
.navbar_tooltip_wa {color:#f00; font-weight: 700;}
.navbar_tooltip_wa:hover {text-decoration:underline; color:#0CA039;}
.navbar_tooltip_wa span {color:#0CA039;}
.navbar_tooltip .red {color:#f00;}
.navbar_tooltip .green {color:#0CA039;}
.active .whatsapp {border-color: var(--green);}

.navbar_tooltip_close {position: absolute; top: 5px; right: 10px;}
.navbar_tooltip_close span {cursor:pointer; font-size: 20px; color: #777; width: 35px; height: 35px; display: flex; justify-content: center; align-items: center;}
.navbar_tooltip_close span:hover {color: #333;}

@media(max-width:1739px){
    .navbar__contacts .navbar_tooltip {right:0;}
}
*/
@media(max-width:991px){
  .whatsapp:hover {border-color: #e5e5e5;}
  .active .whatsapp:hover {border-color: #0CA039;}
}

/*
@media screen and (min-width: 1740px) {
    .filter-nowrap__grid-moto {
        grid-template-columns: repeat(5, 1fr);
    }
}
*/

.attention--white {
    background: #fff;
}
.attention--white .attention__text {
    color: var(--secondary);
}
.attention--white .attention__icon svg {
    fill: var(--secondary);
}
.attention--white .attention__close svg {
    stroke: var(--gray);
}


/** Корея **/

.equipment__section {
    margin-bottom: 80px
}

.equipment__section:last-child {
    margin-bottom: 0
}

.equipment__title {
    margin: 0 0 50px;
    color: var(--primary);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%
}

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

.equipment__item {
    width: calc(50% - 15px);
    padding-left: 40px;
    color: var(--primary);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    background: url(../img/icons/checkmark-red.svg) left top/25px no-repeat
}

.equipment__item.no {
    background: url(../img/icons/none.svg) left top/25px no-repeat
}

.insurance__header {
    margin-bottom: 80px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--border)
}

.insurance__header p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 10px;
    margin: 0 0 12px
}

.insurance__header p:last-child {
    margin-bottom: 0
}

.insurance__header p span {
    color: var(--primary);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%
}

.insurance__header p span:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    white-space: nowrap;
    height: 32px;
    padding: 4px 16px;
    border-radius: 30px;
    border: 1px solid var(--primary);
    background-color: transparent;
    color: var(--primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 400
}

.insurance__row {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 80px
}

.insurance__col {
    width: calc(50% - 40px)
}

.insurance__section {
    margin-bottom: 40px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--border)
}

.insurance__section:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.insurance__title {
    margin: 0 0 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--primary);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%
}

.insurance__title span {
    flex: none;
    font-weight: 400;
    line-height: 150%
}

.insurance__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 15px 10px;
    padding: 20px 0;
    border-bottom: 1px solid var(--border)
}

.insurance__item:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.insurance__item span {
    max-width: 420px;
    color: var(--primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%
}

.insurance__item span:nth-child(2) {
    flex: none;
    font-weight: 400
}

.inspection__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid var(--border)
}

.inspection__item:first-child {
    padding-top: 0
}

.inspection__item:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.inspection__item span {
    color: var(--primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%
}

.inspection__item span.green {
    color: #329c00
}

.inspection__item span.yellow {
    color: #ff8a00
}

.inspection__item span.red {
    color: #ed3f3f
}

.damage__scheme {
    display: flex;
    flex-wrap: wrap;
    column-gap: 80px;
    row-gap: 30px;
    margin-bottom: 80px
}

.damage__img {
    position: relative;
    width: calc(50% - 40px);
    height: 596px
}

.damage__img img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.damage__img .damage__marker {
    position: absolute;
    left: 50%;
    top: 100px
}

.damage__marker {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    padding-bottom: 3px;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1
}

.damage__marker.red {
    background: #ed3f3f
}

.damage__marker.blue {
    background: #4eb4ff
}

.damage__marker.orange {
    background: #ff8a00
}

.damage__marker.black {
    background: #444
}

.damage__marker.green {
    background: #3dbf00
}

.damage__marker.purple {
    background: #9747ff
}

.damage__legend {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px
}

.damage__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    width: 236px;
    height: 76px;
    padding: 10px 25px;
    color: var(--primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    border-radius: 20px;
    background: #fff
}

.damage__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

.damage__info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    padding-left: 25px
}

.damage__info p {
    margin: 0;
    color: var(--primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%
}

.damage__info p span {
    margin-left: 4px;
    font-weight: 400
}

.car-img {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    row-gap: 20px
}

.car-img__item {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% / 12 * 6 - 20px);
    aspect-ratio: 1.2757
}

.car-img__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50px
}

.report__section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-wrap: nowrap;
    border-bottom: 1px solid var(--border)
}

.report__title {
    width: 243px;
    color: var(--primary);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%
}

.report__right {
    flex-grow: 1
}

.report__subsection {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-wrap: nowrap;
    border-bottom: 1px solid var(--border)
}

.report__subsection:last-child {
    border-bottom: none
}

.report__list {
    flex-grow: 1
}

.report__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-wrap: nowrap;
    flex-grow: 1;
    gap: 20px;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid var(--border)
}

.report__item:last-child {
    border-bottom: none
}

.report__item span {
    color: var(--primary);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%
}

.report__item span:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 18px 4px;
    border-radius: 30px;
    border: 1px solid var(--primary);
    color: var(--primary);
    font-style: normal;
    font-weight: 600
}

.report__item span:nth-child(2).green {
    border-color: #329c00;
    color: #329c00
}

.report__item span:nth-child(2).yellow {
    border-color: #ff8a00;
    color: #ff8a00
}

.report__item span:nth-child(2).red {
    border-color: #ed3f3f;
    color: #ed3f3f
}

.report__subtitle {
    width: 500px;
    padding-right: 30px;
    color: var(--primary);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%
}


@media screen and (max-width:1023px) {
    .equipment__title {
        margin-bottom: 35px;
        font-size: 20px
    }

    .equipment__item {
        width: 100%;
        font-size: 16px;
        background-size: 24px
    }

    .equipment__item.no {
        background-size: 24px
    }

    .insurance__header {
        margin-bottom: 60px
    }

    .insurance__header p span,
    .insurance__title {
        font-size: 20px
    }

    .damage__scheme {
        margin-bottom: 50px
    }

    .damage__img {
        width: 100%
    }

    .damage__marker {
        width: 25px;
        height: 25px;
        font-size: 18px;
        padding-bottom: 2px
    }

    .damage__legend {
        gap: 15px;
        margin-bottom: 30px
    }

    .damage__item {
        width: calc((100% - 30px)/ 3);
        height: 64px;
        padding: 8px 20px
    }

    .damage__list {
        gap: 15px
    }

    .damage__info {
        padding-left: 20px
    }

    .car-img__item img {
        border-radius: 30px
    }

    .report__title {
        font-size: 20px
    }

    .report__subsection {
        flex-wrap: wrap
    }

    .report__item {
        padding: 20px 0
    }

    .report__item span {
        font-size: 20px
    }

    .report__item span:nth-child(2) {
        height: 34px
    }

    .report__subtitle {
        width: 100%;
        padding-top: 30px;
        font-weight: 500;
        font-size: 20px
    }
}

@media screen and (max-width:575px) {
    .equipment__title {
        margin-bottom: 20px;
        font-size: 16px
    }

    .equipment__item {
        padding-left: 36px;
        font-size: 14px;
        background-size: 21px
    }

    .equipment__item.no {
        background-size: 21px
    }

    .insurance__header {
        margin-bottom: 50px;
        padding-bottom: 30px
    }

    .insurance__header p span {
        font-size: 16px
    }

    .insurance__header p span:nth-child(2) {
        height: 28px;
        font-size: 12px
    }

    .insurance__title {
        font-size: 16px
    }

    .inspection__item span,
    .insurance__item span {
        font-size: 14px
    }

    .damage__scheme {
        row-gap: 10px;
        margin-bottom: 20px
    }

    .damage__img {
        height: 344px
    }

    .damage__marker {
        width: 22px;
        height: 22px;
        font-size: 16px;
        padding-bottom: 1px
    }

    .damage__item {
        width: 100%
    }

    .report__title {
        padding-top: 20px;
        font-size: 16px
    }

    .report__item {
        padding: 10px 0
    }

    .report__item span {
        font-size: 14px
    }

    .report__item span:nth-child(2) {
        height: 20px;
        padding: 0 12px 2px
    }

    .report__subtitle {
        padding-top: 20px;
        font-size: 14px
    }

}



.report-2col {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 80px;
}
.report-2col .report__section {
    width: calc(50% - 40px);
}

.report-2col .report__item span {
    font-size: 18px;
    font-weight: 500;
}

.report-2col .report__item span:nth-child(2) {
    height: 28px;
    padding: 0 10px 0px;
}

@media screen and (max-width: 1199px) {
    .report-2col {
        display: block;
    }
    .report-2col .report__section {
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .report-2col .report__item span {
        font-size: 14px;
    }
    .report-2col .report__item span:nth-child(2) {
        height: 20px;
    }
}

.form-group__section:nth-child(2){
    border-left:1px solid #EEEBDE;
    border-radius:0 9px 9px 0;
}

/** Конец Корея **/



/** Фильтр **/

.form-group__double .select2 {
    width: 50%;
    padding-left: 30px
}

.form-group__double .select2-container--default .select2-selection--single {
    border: none
}

.form-group__double .select2.select2-container:first-of-type {
    border-right: 1px solid #CED7D9;
}

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

.filter__toggle {
    display: none;
}

.filter__toggle span {
    border-bottom: 1px dashed var(--primary);
    font-size: 14px;
    color: var(--primary);
    cursor: pointer;
}
@media screen and (max-width:767px) {
    .filter__toggle {
        display: flex;
        justify-content: center;
        padding: 10px;
    }
}

/** Конец Фильтр **/

.article .section--slider a.card__car {
    text-decoration: none;
}
.price-breakdown__close {display: block;}