#dealer-1 {
    width: 100%;
    padding-top: 32px;
}
#dealer-1 h1 {
    margin-bottom: 16px;
    font-size: 32px;
}
.d-col_wrapper {
    display: flex;
    justify-content: space-between;
    gap: 80px;
    background: rgba(255, 227, 172, 1);
    padding: 40px 45px;
    border-radius: 40px;
}
#dealer-1 .container {
    padding-left: 15px;
    padding-right: 15px;
}
.d-col_1 {
    max-width: 555px;
}
.d-col_1 .btn-dark {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 55px;
    border-radius: 40px;
    transition: all 0.2s ease;
}
.d-col_1 .btn-dark:hover {
    opacity: 0.8;
}
.d-col_3 {
    display: flex;
    flex-direction: column;
    gap: 17px;
    text-align: center;
    align-items: center;
    width: 217px;
}
.d-col_3 span {
    display: block;
    background: rgba(255, 255, 255, 1);
    border-radius: 16px;
    padding: 16px;
    text-align: center;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
}
#dealer-2 {
    width: 100%;
}
#dealer-2 h2 {
    font-size: 28px;
    margin-bottom: 16px;
}
#dealer-2 p.text-left {
    margin-bottom: 10px;
}
.da-pic {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(207, 207, 207, 1);
    width: 100%;
    height: 232px;
    margin-bottom: 24px;
    border-radius: 16px;
    overflow: hidden;
}
.da-pic img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}
.da-pic a {
    display: block;
    height: 100%;
}
.da-text p {
    margin-bottom: 0px;
    color: rgba(80, 80, 80, 1);
}
.da-text p:first-child {
    margin-bottom: 8px;
}
.da-text p a {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    color: #2D2D2D;
}
.da-text p a:hover {
    text-decoration: underline;
}
.da-text {
    padding-bottom: 10px;
}
#dealer-4 h2 {
    font-size: 24px;
    margin-bottom: 20px;
}
.v-pic {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid rgba(207, 207, 207, 1);
    border-radius: 16px;
}
.v-pic img {
    max-width: 100%;
    height: auto;
}
.v-text {
    font-weight: 500;
    color: rgba(30, 30, 30, 1);
}
#dealer-5 {
    width: 100%;
}
#dealer-5 h2 {
    font-size: 28px;
    margin-bottom: 16px;
}
.dealer-colors {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}
.dealer-colors > div {
    width: 106px;
    margin-top: 30px;
    text-align: center;
}
.dealer-colors img {
    width: 88px;
    height: 88px;
    object-fit: cover;
    border-radius: 50%;
}
.dealer-colors span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #2D2D2D;
    padding-top: 15px;
}
.colors-noty {
    color: #8D8D8D;
}
#block-ibombaotskoggy {
    padding-top: 60px;
}
#block-ibombaotskoggy h2 {
    margin-bottom: 25px;
}
#block-ibombaotskoggy p {
    color: #2D2D2D;
    margin-bottom: 15px;
}
#dealer-6 h2 {
    margin-bottom: 16px;
    font-size: 28px;
}
#dealer-6 p {
    margin-bottom: 16px;
}
#dealer-6 .col-lg-8 img {
    max-width: unset;
    height: 288px;
    object-fit: cover;
    border-radius: 16px;
    width: 100%;
}
#dealer-7 {
    width: 100%;
    background: #F9F9F9;
}
#dealer-7 .row img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
}
#dealer-7 h2 {
    font-size: 24px;
    margin-bottom: 30px;
}
.d-info {
    text-align: center;
    margin-top: 100px;
    padding-top: 185px;
    background: url(../images/dc-info.svg) center 60px no-repeat;
    border-top: 1px solid #E0E0E0;
}
.d-info p {
    margin: 0px;
}
.d-info p:first-child {
    margin-bottom: 25px;
}
.d-info .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 369px;
    height: 60px;
    background: #2D2D2D;
    color: #fff;
    border-radius: 6px;
    padding: 0px 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.25;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 auto;
    transition: all 0.2s ease;
}
.d-info .btn:hover {
    opacity: 0.8;
}
.dealer-row {
    display: flex;
    justify-content: space-between;
    margin: 0px;
    border-radius: 16px;
    overflow: hidden;
}
.dealer-col {
    background: rgba(237, 240, 225, 1);
    padding: 0px;
}
.dealer-order {
    padding-top: 20px;
}
.dealer-line a,
.dealer-order a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 55px;
    background: rgba(255, 195, 78, 1);
    border-radius: 40px;
    border: 0px;
    font-size: 18px;
    font-weight: 500;
    color: rgba(30, 30, 30, 1);
    transition: all 0.2s ease;
}
.dealer-line a:hover,
.dealer-order a:hover {
    opacity: 0.8;
}
.dealer-col:first-child {
    background: #F9F9F9;
}
.dc-head {
    width: 100%;
    min-height: 182px;
    padding: 30px 30px 20px 30px;
}
.dealer-col:first-child .dc-head {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    background: rgba(243, 243, 243, 1);
}
.dc-head p {
    margin: 0px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #2D2D2D;
}
.dc-head p:first-child {
    padding-bottom: 13px;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.25;
    color: #2D2D2D;
}
.dc-list ul,
.dc-list ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    list-style-image: none;
}
.dc-list ul li {
    padding: 22px 24px;
    background-color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    color: #2D2D2D;
}
.dc-list ul li:nth-child(2n) {
    background-color: transparent;
}
.dealer-col:not(:first-child) .dc-list ul li {
    background-image: url(../images/dc-yes.svg);
    background-position: 30px center;
    background-repeat: no-repeat;
    padding-left: 80px;
}
.dealer-col:not(:first-child) .dc-list ul li.dc-no {
    background-image: url(../images/dc-no.svg);
}
#dealer-9 {
    width: 100%;
}
#dealer-9 h2 {
    font-size: 28px;
    margin-bottom: 0px;
}
#dealer-9 .col-lg-4 p {
    margin: 0px;
}
#dealer-9 .col-lg-4 p:nth-child(2) {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.25;
    color: #2D2D2D;
    margin: 16px 0px 8px 0px;
}
.d-what {
    padding: 32px;
    border: 1px solid rgba(210, 210, 210, 1);
    border-radius: 24px;
    width: 100%;
    height: 100%;
}
#dealer-8 {
    padding-bottom: 0px;
}
#dealer-8 h2 {
    text-align: left;
    margin-bottom: 32px;
    font-size: 28px;
}
#dealer-10 {
    width: 100%;
    background: rgba(243, 243, 243, 1);
    padding: 40px 0px;
}
#block-zhdemvasvdruzhnoykomandeskoggy {
    text-align: center;
    font-size: 20px;
    color: rgba(80, 80, 80, 1);
}
#block-zhdemvasvdruzhnoykomandeskoggy h2 {
    margin-bottom: 20px;
}
.d-peoples {
    margin-top: 80px;
}
#dealer-10 .form-actions {
    text-align: center;
}

@media all and (max-width: 1400px) {
    .dealer-colors {
        gap: 20px;
    }
    .dc-head p {
        font-size: 14px;
    }
}

@media all and (max-width: 1200px) {
    .dealer-line a, .dealer-order a {
        font-size: 16px;
    }
    .dc-head p:first-child {
        font-size: 18px;
    }
    .dc-head {
        min-height: 190px;
    }
    .dc-list ul li {
        padding: 15px;
    }
    .dealer-col:not(:first-child) .dc-list ul li {
        background-position: 15px center;
        background-repeat: no-repeat;
        padding-left: 55px;
    }
    .dealer-colors {
        gap: 15px;
    }
    .dealer-colors > div {
        width: 88px;
    }
    .dealer-colors img {
        width: 72px;
        height: 72px;
    }

}

@media all and (max-width: 960px) {
    .dealer-colors {
        gap: 15px;
        overflow: auto;
        flex-wrap: nowrap;
    }
    .dealer-colors > div {
        min-width: 88px;
    }
    .dealer-col,
    .dealer-order {
        width: 33.333%;
    }
    .dealer-order:first-child,
	.dealer-col:first-child {
		display: none;
	}
	.dealer-col:not(:first-child) .dc-list ul li,
	.dc-list ul li {
		padding: 10px 15px 10px 55px;
	}
	.dc-head {
		padding: 15px;
		min-height: 170px;
	}
	.dc-list ul li span:last-child {
		font-weight: normal;
	}
    #dealer-6 .col-xl-3 {
        padding-bottom: 15px;
    }
    .d-col_wrapper {
        gap: 30px;
        border-radius: 40px;
        flex-direction: column;
        align-items: center;
    }
    .d-col_1 {
        max-width: unset;
    }
    .d-col_2 {
        order: 3;
    }
}

@media all and (max-width: 767px) {
    #dealer-5 h2 {
        font-size: 20px;
    }
    .dealer-colors {
        margin-right: -15px;
    }
    .dealer-colors > div {
        margin-top: 15px;
    }
    #block-zhdemvasvdruzhnoykomandeskoggy {
        font-size: 16px;
    }
    #block-zhdemvasvdruzhnoykomandeskoggy br {
        display: none;
    }
    .d-peoples {
        max-width: 250px;
        margin: 30px auto 0px auto;
    }
    .d-what {
        padding: 20px;
    }
    #dealer-9 h2 {
        font-size: 22px;
    }
    .dealer-order {
        width: 100%;
        padding-left: 0px;
        padding-right: 15px;
    }
    .dealer-col {
        min-width: 311px;
    }
    .dealer-row {
        border-radius: 16px 0px 0px 16px;
        overflow: auto;
        flex-wrap: nowrap;
        margin-right: -15px;
		justify-content: flex-start;
	}
	.dc-list ul li {
		display: flex;
        align-items: center;
		font-size: 14px;
		font-weight: normal;
	}
	.dc-list ul li > span {
		display: block;
	}
	.dc-list ul li > span:last-child {
		font-weight: 500;
        padding-left: 5px;
	}
	.dc-head {
		padding: 15px;
		min-height: unset;
		font-size: 12px;
	}
	.dc-head p:first-child {
		font-size: 14px;
	}
	.dc-head p {
		font-size: 12px;
	}
	.dealer-order {
		width: 100%;
		margin-right: 0px;
		display: none;
	}
	.dealer-order:nth-child(2) {
		display: block;
	}
    #dealer-8 h2 {
        margin-bottom: 20px;
        font-size: 22px;
    }
    #dealer-6 h2 {
        font-size: 20px;
    }
    #dealer-6 .col-lg-8 img {
        height: 176px;
    }
    #dealer-6 .col-md-6:first-child {
        padding-bottom: 30px;
    }
    .v-types .row,
	.row-best {
		overflow: auto;
		flex-wrap: nowrap;
        margin-top: 20px;
	}
	.v-types .row > div,
	.row-best > div {
		width: 255px;
	}
    #dealer-1 {
		width: 100%;
		padding: 20px;
	}
	#dealer-1 .field > .container::after {
		display: none;
	}
	#dealer-1 .node__content {
		font-size: 16px;
	}
	#dealer-1 .node__content br {
		display: none;
	}
    .d-col_2 {
        max-width: 227px;
    }
    #dealer-1 h1 {
        font-size: 22px;
    }
    #dealer-1 .container {
        padding: 0px;
    }
	.wrapper-dealer {
		padding-top: 30px;
		padding-bottom: 30px;
		font-size: 14px;
	}
	.da-text p a {
		font-size: 16px;
	}
	#dealer-2 {
		padding-bottom: 50px;
	}
	.dealer-colors > div {
		width: 60px;
	}
	.dealer-colors img {
		max-width: 100%;
	}
	.dealer-colors span {
		font-size: 14px;
		padding-top: 10px;
	}
    #dealer-2 h2 {
        font-size: 20px;
    }
    #dealer-2 p.text-left {
        margin-bottom: 0px;
    }
    .da-pic {
        height: 176px;
        margin-bottom: 16px;
    }
    .da-text p a.btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 136px;
        height: 52px;
        border: 1px solid rgba(30, 30, 30, 1);
        border-radius: 24px;
        margin-top: 16px;
    }
    .d-col_wrapper {
        gap: 30px;
        border-radius: 24px;
        padding: 25px;
    }
}