/**
 * Индивидуальные стили для сайта клиента, не для Теста. На Тесте остается пустым.
 */
.card__name, .card-sm__title, .card-stock__name {
    text-transform: none;
}

.yard__thumbs {
  display: flex;
  gap: 2em;
}


/** Корея **/

.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 #CED7D9;
    border-radius:0 9px 9px 0;
}

/** Конец Корея **/

.form-group__double .select2-container--default .select2-selection--single {
    border: none;
}


.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
    border: 1px solid #CED7D9;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 20px;
    background-color: transparent;
}

.select2 {
    border: 1px solid var(--border);
}


.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;
    }
}

.ceo-contact {
	margin-bottom: 100px;
}
.ceo-contact__wrapper {
	display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 20px;
    align-items: stretch;
	max-width: 70%;
	margin: 0 auto;
}
.ceo-contact__icon {
	display: flex;
	align-items: center;
	background: var(--bg-box);
}
.ceo-contact__note {
	display: flex;
	align-items: center;
	padding: 40px;
	background: var(--secondary);
	color: #ffffff;
}
.ceo-contact__note h4 {
	font-family: 'Roboto Condensed';
    font-weight: 700;
    font-size: 40px;
    line-height: 49px;
    color: #FFFFFF;
	margin: 0 0 20px;
	padding: 0;
}
.ceo-contact__note ul {
	list-style: none;
	margin: 0 0 40px;
	padding: 0;
}
.ceo-contact__note ul li {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
}
.ceo-contact__note ul li svg {
	width: 20px;
	min-width: 20px;
	height: 20px;
	margin-right: 20px;
}

@media screen and (max-width:767px) {
	.ceo-contact__wrapper {
		max-width: none;
		grid-template-columns: 100%;
	}
	.ceo-contact .s-request__full-btn {
		width: 100%;
	}
}