/**
 * Индивидуальные стили для сайта клиента, не для Теста. На Тесте остается пустым.
 */
.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%;
	}
}

.h2, h3, .h3 {
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 5px;
}

.h3 {
    font-size: 1.2em;
}

ul li {
    margin-bottom: 8px;
}

.catalog__info {
    width: 100%;
    max-width: 1020px;
    margin-bottom: 30px;
}


.filter__toggle {
    display: block;
}

.form-group__dropdown {
    position: absolute;
    z-index: 1;
}

.filter__hmob {
    display: none;
}

.form-group__double input {
    width: 100%;
}


.filter {
    justify-content: end;
}

.filter__toggle {
    display: grid;
    place-items: center;
    min-height: 58px;
}

@media (max-width:1199px) {
    .form-group.indent {
        display: none;
    }
}

.wrap-sm .card-row__desc {
    padding:10px 20px;
}

/* SEO блоки
------------------------*/
.seo-block {
    margin: 100px 0;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
}

.answer-block {
    margin: 60px 0 30px 0;
}
.answer-item {
    border-top: 1px solid rgba(134, 134, 134, .2);
    padding: 15px 0;
}

.answer-item:last-child {
    border-bottom: 1px solid rgba(134, 134, 134, .2);
}

.question {
    display: flex;
    cursor: pointer;
    gap: 15px;
    font-weight: bold;
    &:hover color: var(--secondary);
}
.question .arrow-down {
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid var(--secondary);
    border-right: 2px solid var(--secondary);
    transform: rotate(135deg) translate(20%, 10%);
}
.question.active .arrow-down {
    transform: rotate(-45deg) translate(-60%, 20%);
}
.answer {
    display: none;
    margin: 30px 0;
}

.tags__wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 60px 0 30px 0;
    align-items: baseline;
}

.tags-items {
    display: flex;
    flex-wrap: wrap;
}

.show-all-tags {
    display: inline-block;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
    margin-left: 5px;
    transition: all .5s;
    border-bottom: 1px dashed #c6c6c6;
    cursor: pointer;
    @media (width <= 1023px) {
        font-size: 14px;
    }
    @media (width <= 575px) {
        font-size: 12px;
        margin-left: 0;
    }
}

.show-all-tags:hover {
    border-bottom-color: transparent;
}

.tags-items.hide-tags {
    display: none;
}

.tags-item,
.tags-item:focus {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: var(--primary);
    text-decoration: underline;
    transition: all 0.3s linear;
    margin-right: 10px;
    white-space: nowrap;
    @media (width <= 1023px) {
        font-size: 14px;
    }
    @media (width <= 575px) {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 6px;
        font-size: 12px;
        margin-left: 0;
    }
}

.tags-item:hover {
    text-decoration:none;
    color: #000;
}

.tags-item.hide-tags {
    display: none;
}

.sub-text {
    margin-top: 100px;
    color: #22335d;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    @media (width <= 991px) {
        margin-top: 80px;
    }
}

/* END SEO блоки
------------------------*/


        .price-breakdown .select2 {
            max-width: 280px !important;
            margin-top: 5px;
        }

        .price-breakdown__section.section-custom .age-select {
            margin-bottom: 20px;
        }

        .price-breakdown .select2-container--default .select2-selection--single, .price-breakdown select.select2 {
            height: 42px;
        }

        .price-breakdown .text-gray {
            color: #666;
            font-size: 14px;
            font-weight: normal;
        }

        .price-breakdown .calc-input-new {
            width: 100px;
            margin-right: 2px;
            margin-top: 2px;
        }

.first-left .box_btn {
    display: flex;
    flex-wrap: wrap;
}

.first-left .box_btn .btn {
    margin: 7px 15px 7px 0;
}

@media(max-width:480px) {
    .first-left .btn {
        width: 150px;
        padding: 10px;
    }
}
              
/* Награды в шапке
---------------------------------*/
.awards {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: center;
    justify-content: end;
    @media (width <= 1739px) {
        top: 15px;
        right: 15px;
        gap: 7px;
    }
    @media (width <= 575px) {
        top: 10px;
        right: 10px;
        gap: 5px;
    }
}

.awards__item {
    width: 120px;
    @media (width <= 1739px) {
        width: 80px;
    }
    @media (width <= 1024px) {
        width: 70px;
    }
    @media (width <= 575px) {
        width: 52px;
    }
}

@media screen and (max-width: 1199px) {
    .first-left__title {width: 70%;}
}

.max {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(174, 179, 179, 0.3);
    transition: all 0.3s linear;
}
.f-contacts .max {
    width: 40px;
    height: 40px;
}
.max:hover {
    border-color: #aeb3b3;
}
.max svg {
    width: 16px;
    height: 16px;
    fill: #8B00FF;
}
.navbar__contacts {
    column-gap: 10px;
}
@media screen and (min-width: 1740px) {
    .office {
        margin-left: 10px;
    }
}
.navbar__order {
    margin-left: 30px;
}
@media screen and (max-width: 1023px) {
    .wrap-sm .navbar__right {
        width: calc(100% / 12 * 4 - 20px);
    }
}

/**
 * Шорткоды
 */
.carousel-shortcode .slick-slide {
    display: flex;
}
.carousel-shortcode .slick-slide > div {
    flex-grow: 1;
    display: flex;
}
.carousel-shortcode .slick-slide > div > div {
    flex-grow: 1;
    display: flex !important;
    flex-direction: column;
}
.carousel-shortcode .slick-slide .card__desc {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.carousel-shortcode .card__comm {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    align-content: end;
}

.carousel-shortcode .card__comm-inner {
    padding-top: 20px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-grow: 0;
    width: 100%;
    flex-wrap: wrap;
}
.carousel-shortcode .card__comm .btn {
    padding: 5px 5px;
    flex-grow: 1;
}

.carousel-shortcode .card__comm .card__comm-messangers {
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: nowrap;
}

/*------------------------------ telegram ----------------------------------*/

.telegram {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(174, 179, 179, 0.3);
  transition: all 0.3s linear;
}
.telegram svg {
  width: 18px;
  height: 18px;
  fill: #0088cc;
}
.telegram:hover {
  border-color: #aeb3b3;
}