/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 10 version
*/

/* Общие стили */

        /* Главный баннер */
        .dls .hero-banner {
/*             background-image: url('../images/hero-bg.png'); */
            background-size: cover;
            background-position: center;
			background-repeat: no-repeat;
            padding: 150px 0 174px;
            position: relative;
            overflow: hidden;
        }

        .dls .hero-content {
            max-width: 1402px;
            margin: 0 auto;
            padding: 0 0;
            position: relative;
            z-index: 1;
        }

        .dls .hero-title {
            color: #333;
            margin: 0;
            padding: 0;
            font-family: 'Roboto', sans-serif;
            font-weight: 700;
            font-size: var(--t80_36);
            line-height: 110%;
            color: #000;
            width: 66%;
            text-align: left;
        }

        .dls .hero-title span {
            color: #e63d33;
        }

        .dls .benefits-grid {
            display: -ms-grid;
            display: grid;
            grid-gap: 20px;
            -ms-grid-columns: 31% 20px 31% 20px 31%;
            grid-template-columns: 31% 31% 31%;
            -ms-grid-rows: 177px 20px 106px 20px 106px 20px 106px 20px 106px;
            grid-template-rows: 177px 106px 106px 106px 106px;
            margin-top: -176px;
        }

        .dls .benefits-grid > *:nth-child(1) {
            -ms-grid-row: 1;
            -ms-grid-column: 1;
        }

        .dls .benefits-grid > *:nth-child(2) {
            -ms-grid-row: 1;
            -ms-grid-column: 3;
        }

        .dls .benefits-grid > *:nth-child(3) {
            -ms-grid-row: 1;
            -ms-grid-column: 5;
        }

        .dls .benefits-grid > *:nth-child(4) {
            -ms-grid-row: 3;
            -ms-grid-column: 1;
        }

        .dls .benefits-grid > *:nth-child(5) {
            -ms-grid-row: 3;
            -ms-grid-column: 3;
        }

        .dls .benefits-grid > *:nth-child(6) {
            -ms-grid-row: 3;
            -ms-grid-column: 5;
        }

        .dls .benefits-grid > *:nth-child(7) {
            -ms-grid-row: 5;
            -ms-grid-column: 1;
        }

        .dls .benefits-grid > *:nth-child(8) {
            -ms-grid-row: 5;
            -ms-grid-column: 3;
        }

        .dls .benefits-grid > *:nth-child(9) {
            -ms-grid-row: 5;
            -ms-grid-column: 5;
        }

        .dls .benefits-grid > *:nth-child(10) {
            -ms-grid-row: 7;
            -ms-grid-column: 1;
        }

        .dls .benefits-grid > *:nth-child(11) {
            -ms-grid-row: 7;
            -ms-grid-column: 3;
        }

        .dls .benefits-grid > *:nth-child(12) {
            -ms-grid-row: 7;
            -ms-grid-column: 5;
        }

        .dls .benefits-grid > *:nth-child(13) {
            -ms-grid-row: 9;
            -ms-grid-column: 1;
        }

        .dls .benefits-grid > *:nth-child(14) {
            -ms-grid-row: 9;
            -ms-grid-column: 3;
        }

        .dls .benefits-grid > *:nth-child(15) {
            -ms-grid-row: 9;
            -ms-grid-column: 5;
        }

        .dls .benefit-card {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            padding: 0 0;
            -webkit-transition: -webkit-transform 0.3s ease;
            transition: -webkit-transform 0.3s ease;
            -o-transition: transform 0.3s ease;
            transition: transform 0.3s ease;
            transition: transform 0.3s ease, -webkit-transform 0.3s ease;
            border-radius: 40px;
            /* width: 454px; */
            -webkit-backdrop-filter: blur(50px);
                    backdrop-filter: blur(50px);
            background: rgba(255, 255, 255, 0.5);
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
        }

        .dls .benefits-grid .card1 {
            /* height: 332px;  */
            padding: 0 30px;
            -ms-grid-column: 1;
                grid-column-start: 1;
            -ms-grid-column-span: 1;
            grid-column-end: 2;
            -ms-grid-row: 2;
                grid-row-start: 2;
            -ms-grid-row-span: 3;
            grid-row-end: 5;
        }
        .dls .benefits-grid .card2 {
            /* height: 219px; */
            -ms-grid-column: 2;
                grid-column-start: 2;
            -ms-grid-column-span: 1;
            grid-column-end: 3;
            -ms-grid-row: 2;
                grid-row-start: 2;
            -ms-grid-row-span: 2;
            grid-row-end: 4;
        }
        .dls .benefits-grid .card3 {
            /* height: 219px; */
            -ms-grid-column: 2;
                grid-column-start: 2;
            -ms-grid-column-span: 1;
            grid-column-end: 3;
            -ms-grid-row: 4;
                grid-row-start: 4;
            -ms-grid-row-span: 2;
            grid-row-end: 6;
        }


        .dls .benefit-card:hover {
            -webkit-transform: translateY(-5px);
                -ms-transform: translateY(-5px);
                    transform: translateY(-5px);
        }

        .dls .benefit-card h3 {
         margin: 0;
            padding: 0;
            font-family: 'Roboto', sans-serif;
            font-weight: 500;
            font-size: var(--t96_48);
            line-height: 100%;
            text-align: center;
            color: #000;
            margin-bottom: 5px;
        }

        .dls .benefit-card p {
            margin: 0;
            padding: 0;
            font-family: 'Roboto', sans-serif;
            font-weight: 400;
            font-size: var(--t40_16);
            line-height: 120%;
            text-align: center;
            color: #000;
        }

        .dls .personal-manager {
            background-color: #e63d33;
            border-radius: 40px;
            /* width: 454px;
            height: 655px; */
            padding: 30px 34px;
            text-align: center;
            color: white;
            position: relative;
            overflow:hidden;
            -ms-grid-column: 3;
                grid-column-start: 3;
            -ms-grid-column-span: 1;
            grid-column-end: 4;
            -ms-grid-row: 1;
                grid-row-start: 1;
            -ms-grid-row-span: 5;
            grid-row-end: 6;
        }

		.dls .personal-manager:hover {
            -webkit-transform: translateY(-5px);
                -ms-transform: translateY(-5px);
                    transform: translateY(-5px);
        }

        .dls .personal-manager img {
            height: auto;
            position: absolute;
            bottom: 0;
            left: 3%;
            right: 3%;
        }

        .dls .personal-manager h3 {
            margin: 0;
            padding: 0;
            font-family: 'Roboto', sans-serif;
            font-weight: 500;
            font-size: 40px;
            line-height: 120%;
            color: #fff;
        }

        .dls .btn-primary {
            background-color: #e63d33;
            padding: 12px 30px;
            border: none;
            border-radius: 40px;
            cursor: pointer;
            font-weight: 500;
            font-size: var(--t32_20);
            line-height: 78px;
            text-align: center;
            color: #fff;
            -webkit-transition: background-color 0.3s ease;
            -o-transition: background-color 0.3s ease;
            transition: background-color 0.3s ease;
            /* width: 453px; */
            height: 106px; 
            -webkit-box-sizing: border-box; 
                    box-sizing: border-box;
            -ms-grid-column: 1;
                grid-column-start: 1;
            -ms-grid-column-span: 1;
            grid-column-end: 2;
            -ms-grid-row: 5;
                grid-row-start: 5;
            -ms-grid-row-span: 1;
            grid-row-end: 6;
        }

        .dls .btn-primary:hover {
            background-color: #c42f2a;
        }

        /* Продукты для дилерства */
        .dls .products-section {
            padding: 140px 0 70px;
            background-color: #fff;
        }
        
        .dls .products-container {
            max-width: 1402px;
            width: 100%;
            padding: 0 0;
            margin: 0 auto;
			position: relative
        }

        .dls .section-title {
            margin: 0;
            padding: 0;
            font-family: 'Roboto', sans-serif;
            font-weight: 700;
            font-size: var(--t48_36);
            line-height: 130%;
            color: #000;
        }

        .dls .products-grid-scroll {
            overflow-x: scroll;
			scroll-behavior: smooth;
        }

        .dls .products-grid-scroll::-webkit-scrollbar-thumb  {
            background-color: #ff0000 !important;
        }

        .dls .products-grid {
            margin-top: 60px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            gap: 20px;
            width: -webkit-max-content;
            width: -moz-max-content;
            width: max-content;
            padding-bottom: 85px;
        }

		.grid-arrows {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 100px;
            position: absolute;
            top: 50%;
            width: 100%;
        }

        .grid-arrow {
            display: block;
            width: 60px;
            height: 60px;
            border-radius: 100px;
            color: #c42f2a;
            font-size: 30px;
			font-weight: 400;
            line-height: 1.8em;
            box-sizing: border-box;
            text-align: center;
			background-color: #fff;
			border: 1px solid #c42f2a;
			cursor: pointer;
        }
        
        .grid-arrow:hover {
            border-width: 3px;
			font-weight: 900; 
         }

        .grid-arrow-left{
            left: 0;
            position: absolute;
        }
        .grid-arrow-right{
            right: 0;
            position: absolute;
        }

        .dls .product-card {
            display: inline-block;
            width: 454px;
            height: 433px;
/*             background: url('../images/product-img.png') center no-repeat; */
            background-size: cover;
            border-radius: 30px;
            -webkit-transition: -webkit-transform 0.3s ease;
            transition: -webkit-transform 0.3s ease;
            -o-transition: transform 0.3s ease;
            transition: transform 0.3s ease;
            transition: transform 0.3s ease, -webkit-transform 0.3s ease;
            position: relative;
        }


        .dls .product-card__link{
            margin: 0;
            padding: 0;
            font-family: 'Roboto', sans-serif;
            font-weight: 700;
            font-size: var(--t32_24);
            line-height: 1.2em;
            text-align: center;
            color: #000;
            width: 100%;
            display: block;
            position: relative;
            bottom: -101%;
            text-decoration: none;
        }

        .dls .product-overlay {
            /* display: none; */
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 0%;
            padding: 30px;
            border-radius: 30px;
            background-color: rgba(230, 59, 51, 0.8);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: end;
                -ms-flex-align: end;
                    align-items: flex-end;
            gap: 11px;
            color: white;
            opacity: 0;
            -webkit-transition: 0.75s ease;
            -o-transition: 0.75s ease;
            transition: 0.75s ease;
            padding: 20px;
            text-align: center;
        }

        .dls .product-card:hover .product-overlay {
            opacity: 1;
            height: 100%;
             -webkit-transition: 0.75s ease;
             -o-transition: 0.75s ease;
             transition: 0.75s ease;
        }

        .dls .product-overlay p {
            margin: 0;
            padding: 0;
            font-family: 'Roboto', sans-serif;
            font-weight: 400;
            font-size: 24px;
            line-height: 130%;
            color: #fff;
            max-width: 73%;
            text-align: left;
        }

        .dls .product-overlay a {
            display: block;
            width: 60px;
            height: 60px;
            color: white;
            text-decoration: none;
            background: url('/wp-content/uploads/arr-right_wp.svg') center no-repeat #fff;
            background-size: 24px;
            border-radius: 100px;
            -webkit-transition: 0.35s;
            -o-transition: 0.35s;
            transition: 0.35s;
        }

        .dls .product-overlay a:hover {
            background-size: 32px;
            -webkit-transition: 0.35s;
            -o-transition: 0.35s;
            transition: 0.35s;
        }

        /* Глобальное присутствие */
        .dls .global-section {
            padding: 70px 0;
            background-color: #fff;
        }
        
        .dls .global-container {
            max-width: 1402px;
            width: 100%;
            padding: 0 0;
            margin: 0 auto;
        }

        .dls .global-section .section-title {
            margin: 0;
            padding: 0;
            font-family: 'Roboto', sans-serif;
            font-weight: 700;
            font-size: var(--t48_36);
            line-height: 130%;
            color: #000;
        }
        .dls .global-section .section-title span {
            color: #e63d33;
        }

        .dls .stats-grid {
            display: -ms-grid;
            display: grid;
            grid-gap: 20px;
            -ms-grid-columns: 31% 20px 62%;
            grid-template-columns: 31% 62%;
            -ms-grid-rows: 251px 20px 251px 20px 251px;
            grid-template-rows: 251px 251px 251px;
            margin-top: 60px;
        }

        .dls .stats-grid > *:nth-child(1) {
            -ms-grid-row: 1;
            -ms-grid-column: 1;
        }

        .dls .stats-grid > *:nth-child(2) {
            -ms-grid-row: 1;
            -ms-grid-column: 3;
        }

        .dls .stats-grid > *:nth-child(3) {
            -ms-grid-row: 3;
            -ms-grid-column: 1;
        }

        .dls .stats-grid > *:nth-child(4) {
            -ms-grid-row: 3;
            -ms-grid-column: 3;
        }

        .dls .stats-grid > *:nth-child(5) {
            -ms-grid-row: 5;
            -ms-grid-column: 1;
        }

        .dls .stats-grid > *:nth-child(6) {
            -ms-grid-row: 5;
            -ms-grid-column: 3;
        }

        .dls .stat1 {
            -ms-grid-column: 1;
            -ms-grid-column-span: 1;
            grid-column: 1/2;
            -ms-grid-row: 1;
            -ms-grid-row-span: 1;
            grid-row: 1/2;         
        }
        .dls .stat2 {
            -ms-grid-column: 1;
            -ms-grid-column-span: 1;
            grid-column: 1/2;
            -ms-grid-row: 2;
            -ms-grid-row-span: 1;
            grid-row: 2/3;
        }
        .dls .stat3 {
            -ms-grid-column: 1;
            -ms-grid-column-span: 1;
            grid-column: 1/2;
            -ms-grid-row: 3;
            -ms-grid-row-span: 1;
            grid-row: 3/4;
        }

        .dls .stat-item {
            background-color: white;
            border: 2px solid #e63d33;
            border-radius: 40px;
            padding: 40px 10px;
            text-align: center;
			display: flex;
			flex-direction: column;
			justify-content: center;
        }

        .dls .stat-number {
            font-family: var(--font-family);
            font-weight: 500;
            font-size: var(--t80_36);
            line-height: 100%;
            text-align: center;
            color: #e63d33;
        }

        .dls .stat-label {
            font-family: var(--font-family);
            font-weight: 700;
            font-size: 24px;
            text-align: center;
            color: #e63d33;
        }

        .dls .world-map {
/*             background: url('/wp-content/uploads/world-map.png') center no-repeat; */
            border-radius: 40px;
            background-size: cover;
            -ms-grid-column: 2;
            -ms-grid-column-span: 1;
            grid-column: 2/3;
            -ms-grid-row: 1;
            -ms-grid-row-span: 3;
            grid-row: 1/4;
        	overflow: hidden;
			position: relative;
        }

		.dls .wm-legend {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			    -ms-flex-direction: column;
			        flex-direction: column;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
			-webkit-box-align: start;
			    -ms-flex-align: start;
			        align-items: flex-start;
			gap: 10px;
			position: absolute;
			bottom: 50px;
			left: 20px;
		}

		.dls .wm-unit {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: start;
			    -ms-flex-pack: start;
			        justify-content: flex-start;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			gap: 10px;
		}

		.dls .world-map .scene-container {
			left: -50%;
		}

		.dls .world-map .scene-container {
			top: -60px;
		}

		.dls .world-map .scene-container .tooltip {
			display:none;
		}

        /* Премиальные дилеры */
        .dls .premium-dealers {
            padding: 30px 0;
            background-color: #fff;
        }
        
        .dls .premium-container {
            max-width: 1402px;
            width: 100%;
            padding: 0 0;
            margin: 0 auto;
			position: relative;
			height: 100%;
        }

		.dls .premium-title {
            position: -webkit-sticky;
            position: sticky;
            top: 60px;
            z-index: 23;
            margin: 0;
            padding: 0;
            font-family: 'Roboto', sans-serif;
            font-weight: 700;
            font-size: 48px;
            line-height: 130%;
            color: #000;
			display: block;
			padding: 0 0 0 30px;
			background: #fff;
        }
        .dls .premium-title span {
            color: #d8312d;
        }

        .dls .dealer-grid {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            gap: 20px;
			padding: 20px 0 30px;
			margin-top: 0;
			position: -webkit-sticky;
			position: sticky;
			top: 115px;
			background-color: #fff;
        }

		.dls .dealer-grid:first-child {
            z-index: 19;
        }

        .dls .dealer-grid:last-child {
            z-index: 21;
			padding: 30px 0 20px;
        }

        .dls .dealer-card {
            border-radius: 40px;
            width: 48%;
            height: 345px;
        }

        .dls .dealer-info {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
            gap: 20px;
            padding: 0 20px 0 30px;
        }

		.dls .second-grid .dealer-info {
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
		}

        .dls .dealer-text {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            gap: 70px;
        }

        .dls .dealer-logo {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            gap: 20px;
        }

        .dls .dealer-logo-wrapper{
            width: 49%;
            padding: 15px 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            background: #fff;
			border-radius: 40px;
			height: 90px;
			-webkit-box-sizing: border-box;
			        box-sizing: border-box;
        }

        .dls .partner-badge {
            display: block;
            border: 2px solid #e63d33;
            border-radius: 30px;
            width: 49%;
            height: 90px;
			-webkit-box-sizing: border-box;
			        box-sizing: border-box;
            color: #e63d33;
           font-family: var(--font-family);
            font-weight: 700;
            font-size: 24px;
            line-height: 90px;
            text-align: center;
        }

        .dls .dealer-quote {
            margin: 0;
            padding: 0;
            font-family: 'Roboto', sans-serif;
            font-weight: 400;
            font-size: var(--t24_16);
            line-height: 130%;
            color: #000;
        }

        .dls .dealer-images {
           background: #fff; 
		   border-radius: 40px;
        }

        .dls .dealer-image {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover;
			border-radius: 40px;
        }

        .dls .dealer-images-2 {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
        }
        .dls .dealer-images-2 .dealer-image {
            width: 80%;
            height: 80%;
        }

        /* Что получают дилеры */
        .dls .dealer-benefits {
            padding: 70px 0;
            background-color: #fff;
        }
        
        .dls .benefits-container {
            max-width: 1402px;
            width: 100%;
            padding: 0 0;
            margin: 0 auto;
        }

        .dls .benefits-container .section-title {
            margin: 0;
            padding: 0;
            font-family: 'Roboto', sans-serif;
            font-weight: 700;
            font-size: var(--t48_36);
            line-height: 110%;
            color: #000;
        }
        .dls .benefits-container .section-title span {
            color: #e63d33;
        }

        .dls .benefits-boxes {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            gap: 20px;
            margin-top: 69px;
        }

        .dls .benefit-box {
            display: block;
            width: 31%;
            min-height: 258px;
            -webkit-transition: 0.75s;
            -o-transition: 0.75s;
            transition: 0.75s;
            cursor: pointer;
        }

        .dls .benefit-box[open] {
            -webkit-transition: 0.75s;
            -o-transition: 0.75s;
            transition: 0.75s;
        }


        .dls .benefit-box summary {
            display: block;
            width: 100%;
            min-height: 258px;
            background: url('/wp-content/uploads/cnc-bg_wp.webp') bottom left no-repeat #e63d33;
            border-radius: 30px;
            padding: 30px;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            color: white;
            position: relative;
            -webkit-transition: 0.75s;
            -o-transition: 0.75s;
            transition: 0.75s;
        }

        .dls .benefit-box h3 {
            margin: 0;
            padding: 0;
            font-family: 'Roboto', sans-serif;
            font-weight: 700;
            font-size: var(--t32_24);
			line-height: 1.2em;
            color: #fff;
            width: 65%;
        }

        .dls .benefit-list {
            /* position: absolute;
            top: 0;
            left: 0; */
            opacity: 1;
            z-index: 11000;
            display: block;
            list-style: none;
            border: 2px solid #e63d33;
            border-radius: 30px;
            padding: 34px 20px;
            -webkit-transition: 0.75s;
            -o-transition: 0.75s;
            transition: 0.75s;
            margin-top: -10px;
            position: relative;
			height: 380px;
        }

        .dls .benefit-list li:before {
/*             content: '➢'; */
			content: '';
            display: block;
            width: 40px;
            height: 40px;
            position: absolute;
            top: 0;
            left: -15px;
			color: red;
        }

        .dls .benefit-list-1 li:before {
			background: url('/wp-content/uploads/globe-red.svg') center no-repeat;
			background-size: cover;
		}
        .dls .benefit-list-2 li:before {
			background: url('/wp-content/uploads/aperture-red.svg') center no-repeat;
			background-size: cover;
		}
        .dls .benefit-list-3 li:before {
			background: url('/wp-content/uploads/dollar-red.svg') center no-repeat;
			background-size: cover;
		} 
        
        .dls .benefit-box[open] .toggle-btn {
            -webkit-transform: rotate(-90deg);
                -ms-transform: rotate(-90deg);
                    transform: rotate(-90deg);
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

        .dls .benefit-list li {
            margin-bottom: 10px;
            position: relative;
            padding-left: 30px;
            font-family: 'Roboto', sans-serif;
            font-weight: 400;
            font-size: var(--t24_16);
            line-height: 150%;
            color: #000;
        }

        .dls .toggle-btn {
            display: block;
            position: absolute;
            bottom: 30px;
            right: 30px;
            width: 60px;
            height: 60px;
            background: url('/wp-content/uploads/arr-right_wp.svg') center no-repeat #fff;
            background-position: center;
            background-size: 25px;
            border-radius: 100%;
            -webkit-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                    transform: rotate(90deg);
            cursor: pointer;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

        /* Форма партнерства */
        .dls .join-section {
            padding: 80px 0 150px;
            background-color: #fff;
            text-align: center;
        }

        .dls .join-container {
            max-width: 1620px;
            width: 100%;
            height: 295px;
            margin: 0 auto;
            background: white;
            padding: 22px 26px;
            border: 5px solid #e63d33;
            position: relative;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            border-radius: 50px;
        }

        .dls .join-wrapper {
            width: 100%;
            height: 250px;
            border-radius: 50px;
/*             background: url('../images/join-bg.png') center no-repeat; */
            background-size: cover;
            padding: 70px 92px 33px;
            position: relative;
            text-align: left;
        }

        .dls .join-wrapper h2 {
            margin: 0;
            padding: 0;
            font-family: 'Roboto', sans-serif;
            font-weight: 700;
            font-size: var(--t48_36);
            line-height: 1.2em;
            color: #fff;
            width: 50%;
        }
        
        .dls .join-wrapper h2 span {
            color: #e63d33;
        }

        .dls .join-btn-primary {
            display: block;
            position: absolute;
            bottom: 33px;
            right: 93px;
            border-radius: 40px;
            border-width: 0;
            width: 453px;
            height: 106px;
            background: #e63d33;
            margin: 0;
            padding: 0;
            font-family: 'Roboto', sans-serif;
            font-weight: 500;
            font-size: var(--t32_16);
            line-height: 106px;
            text-align: center;
            color: #fff;
            cursor: pointer;
        }

        .dls .join-btn-primary:hover {
            background-color: #c42f2a;
        }

        /* Путь к дилерству */
        .dls .path-section {
            padding: 113px 0;
            background: rgba(230, 230, 235, 0.5);
        }

        .dls .path-container {
            max-width: 1402px;
            width: 100%;
            padding: 0 0;
            margin: 0 auto;
        }
        
        .dls .path-title {
            margin: 0;
            padding: 0;
            font-family: 'Roboto', sans-serif;
            font-weight: 700;
            font-size: var(--t48_36);
            line-height: 130%;
            color: #000;
            text-align: left;
        }
        
        .dls .path-steps {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            margin-top: 60px;
            position: relative;
        }
        .dls .path-step {
            width: 20%;
            height: 230px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            gap: 5px;
            padding-bottom: 24px;
            position: relative;
            cursor: pointer;
        }

        .dls .path-step:before {
            content: "";
            position: absolute;
            left: 0;
            top: 46%;
            width: 18px;
            height: 18px;
            border-radius: 100%;
            background-color: #e63d33;
            border: 4px solid #e63d33;
            }
            
           .dls  .path-step:after {
                content: "";
                position: absolute;
                right: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                        transform: translateY(-50%);
                width: 100%;
                height: 2px;
                background-color: #e63d33;
                }

       .dls .path-step h3 {
            margin: 0;
            padding: 0;
            font-family: 'Roboto', sans-serif;
            font-weight: 700;
            font-size: var(--t32_24);
            line-height: 1.2em;
            text-align: left;
            color: #000;
            width: 88%;
        }

        .dls .path-step p {
            margin: 0;
            padding: 0;
            font-family: 'Roboto', sans-serif;
            font-weight: 400;
            font-size: var(--t20_16);
            line-height: 130%;
            color: #000;
            text-align: left;
            -ms-flex-item-align: end;
                align-self: flex-end;
            opacity: 0;
            -webkit-transition: 0.75s;
            -o-transition: 0.75s;
            transition: 0.75s;
        }

		.dls .path-step:first-child p {
			opacity:1;
		}

		.dls .path-step:first-child:before {
					background-color: #e63d33;
					z-index: 1000
				}
        
		.dls .path-step:hover p {
            opacity: 1;
            -webkit-transition: 0.75s;
            -o-transition: 0.75s;
            transition: 0.75s;
        }

		 .dls .path-step:first-child.step-hovered:before,
        .dls .path-step:hover:before {
            background-color: #fff;
            -webkit-transition: 0.35s;
            -o-transition: 0.35s;
            transition: 0.35s;
            z-index: 1000;
        }

        /* Сравнение программ */
        .dls .programs-comparison {
            padding: 140px 0 70px;
        }

        .dls .comparison-container {
            max-width: 1402px;
            width: 100%;
            padding: 0 0;
            margin: 0 auto;
        }
        .dls .comparison-container .section-title {
            margin: 0;
            padding: 0;
            font-family: 'Roboto', sans-serif;
            font-weight: 700;
            font-size: var(--t48_36);
            line-height: 130%;
            color: #000;
            text-align: center;
         }
         .dls .comparison-table {
            margin-top: 60px;
            width: 100%;
            /* border-collapse: collapse; */
            border-spacing: 0;
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(235, 230, 235, 0)), to(#cbd2ea));
            background: -o-linear-gradient(top, rgba(235, 230, 235, 0) 0%, #cbd2ea 100%);
            background: linear-gradient(180deg, rgba(235, 230, 235, 0) 0%, #cbd2ea 100%);
            border-radius: 40px;
            overflow: hidden;
            border: 1px solid #cbd2ea ;
            padding: 10px;
            position: relative;
        }

        .dls col.prime {
            border: 1px solid green;
        }

        .dls .comparison-table th {
            border-radius: 30px;
            height: 80px;
            padding: 22px 0;
            text-align: center;
            font-family: var(--font-family);
            font-weight: 400;
            font-size: var(--t32_24);
            line-height: 1.2em;
            color: #000;
            background: rgba(230, 230, 235, 0.5);
/*             border: 10px solid #fff; */
        }
        .dls .comparison-table th:first-child {
            width: 57%;
            text-align: left;
            padding-left: 40px;
            border-left-width: 0;
            background: rgba(230, 230, 235, 0.5);
        }
        .dls .comparison-table th:nth-child(2) {
            width: 19.25%;
            background: #d9d9d9;
        }
        .dls .comparison-table th:last-child {
            width: 19.25%;
            border-right-width: 0;
            background: #e63d33;
            color: #fff;
            font-weight: 900;
			border-bottom-left-radius: 0;
			border-bottom-right-radius: 0;
        }

        .dls .comparison-table td {
            padding: 8px 0 12px 0;
            margin: 0;
            padding: 5px 0;
            font-family: 'Roboto', sans-serif;
            font-weight: 400;
            font-size: var(--t24_16);
            line-height: 130%;
            color: #000;
/*             border-bottom: 1px solid #ddd; */
        }
        
        .dls .comparison-table td:first-child {
            padding-left: 40px;
/*             border-left: 10px solid #fff; */
        }
        .dls .comparison-table td:nth-child(2),
        .dls .comparison-table td:last-child {
            text-align: center;
        }

        .dls .comparison-table tr td:last-child  {
            border-left: 6px solid #e63d33;
            border-right: 6px solid #e63d33;
/*             border-bottom-width: 0; */
        }

        .dls .comparison-table tr:last-child td {
            border-bottom-width: 0;
        }
        
        .dls .comparison-table tr:last-child td:last-child {
            border-bottom: 6px solid #e63d33;;
            border-bottom-left-radius: 40px;
            border-bottom-right-radius: 40px;

        }

        .dls .checkmark {
            color: #2ecc71;
            font-size: var(--t40_20);
            font-weight: 700;
        }

        .dls .cross {
            color: #e74c3c;
            font-size: var(--t40_20);
            font-weight: 700;
        }

        /* Часто задаваемые вопросы */
        .dls .faq-section {
            padding: 70px 0 140px;
            background-color: #fff;
        }

        .dls .faq-container {
            max-width: 1402px;
            width: 100%;
            padding: 0 0;
            margin: 0 auto;
        }
        .dls .faq-container .section-title {
            margin: 0;
            padding: 0;
            font-family: 'Roboto', sans-serif;
            font-weight: 700;
            font-size: var(--t48_36);
            line-height: 130%;
            color: #000;
        }
        .dls .faq-wrapper {
            margin-top: 60px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            gap: 20px;
        }

        .dls .faq-list {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            gap: 10px;
            width: 57.8%;
        }

        .dls .faq-item {
            border-radius: 20px;
            padding: 15px 20px;
            background: #f2f2f2;
            cursor: pointer;
            position: relative;
        }

        .dls .faq-item:before {
            display: block;
            content: '+';
            width: 40px;
            height: 40px;
            border-radius: 100px;
            background-color: #e63d33;
            color: #fff;
            text-align: center;
            font-size: 30px;
            line-height: 40px;
            position: absolute;
            top: 10px;
            right: 27px;
            -webkit-transition: 0.35s;
            -o-transition: 0.35s;
            transition: 0.35s;
			z-index: 0;
        }
        .dls .faq-item[open]:before {
          -webkit-transition: 0.35s;
          -o-transition: 0.35s;
          transition: 0.35s;
          content: '-';
        }

        .dls .faq-question {
            font-family: var(--font-family);
            font-weight: 400;
            font-size: var(--t24_16);
            line-height: 130%;
            color: #000;
            position: relative;
        }

        .dls .faq-question::marker {
            content:'';
        }

        .dls .faq-answer {
            font-family: var(--font-family);
            font-weight: 400;
            font-size: var(--t24_16);
            line-height: 130%;
            color: #696868;
    		padding: 15px 0;
        }

        .dls .faq-contact {
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            border: 2px solid #e63d33;
            border-radius: 30px;
            background: rgba(255, 255, 255, 0);
            padding: 25px 30px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
			height: -webkit-fit-content;
			height: -moz-fit-content;
			height: fit-content;
        }

        .dls .faq-contact h3 {
            margin: 0;
            padding: 0;
            font-family: 'Roboto', sans-serif;
            font-weight: 700;
            font-size: var(--t32_24);
            color: #000;
            margin-bottom: 6px;
            line-height: 1.6em;
        }

        .dls .faq-contact p {
            font-family: var(--font-family);
            font-weight: 400;
            font-size: var(--t24_16);
            line-height: 130%;
            color: #000;
            margin-bottom: 24px;
        }

        .dls .social-icons {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            gap: 5px;
            margin-bottom: 20px;
        }

        .dls .social-icon img {
            width: 40px;
            height: 40px;
			border-radius: 100%;
        }

        .dls .faq-btn-primary {
            display: block;
            border-radius: 8px;
            border-width: 0;
            width: 100%;
            height: 60px;
            background: #e63d33;
            margin: 0;
            padding: 0;
            font-family: 'Roboto', sans-serif;
            font-weight: 400;
            font-size: var(--t24_16);
            line-height: 60px;
            color: #fff;
            text-align: center;
            cursor: pointer;
        }

        .dls .faq-btn-primary:hover {
            background-color: #c42f2a;
        }

        /* Финальная форма */

        .dls .final-form {
            width: 100%;
            max-height: 1020px;
            height: 100%;
/*             background: url('../images/cf-bg.png') center no-repeat; */
            background-size: cover;
            padding: 120px 0;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
        }
        .dls .final-container {
            max-width: 1402px;
            width: 100%;
            padding: 0 0;
            margin: 0 auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
                -ms-flex-pack: end;
                    justify-content: flex-end;
            gap: 40px;
        }

		.dls .form-container {
			display: block;
			padding: 40px;
			border-radius: 40px;
			background: #fff;
		}
		.dls .form-container h3 {
			margin-bottom: 60px;
		}
        .dls .form-container img {
            border-radius: 40px;
        }
        .dls .form-content {width: 51%;}

        .dls .form-content h2 {
            margin: 0;
            padding: 0;
            font-family: 'Roboto', sans-serif;
            font-weight: 700;
            font-size: var(--t80_36);
            line-height: 1.2em;
            color: #fff;
        }
       .dls .form-content h2 span{
            color: #e63d33;
        }

.popup._active .popup__body {
	border-radius: 25px !important;
}

@media (min-width: 1921px) {
            .dls h1 {
                font-size: 80px !important;
            }
            .dls h2 {
                font-size: 48px !important;
            }
            .dls h3,
            .dls button {
                font-size: 32px !important;
            }
            .dls .stat-number {
                font-size: 128px !important;
            }
            .dls .benefit-card h3 {
                font-size: 96px !important;
            }
            .dls .benefit-card p {
                font-size: 40px !important;
            }
        }


@media only screen and (max-width: 1410px) {

        /* Главный баннер */
        .dls .hero-banner {
            padding-left: 20px;
            padding-right: 20px;
        }

        /* Продукты для дилерства */
        .dls .products-section {
            padding-left: 20px;
            padding-right: 20px;
        }

        /* Глобальное присутствие */
        .dls .global-section {
            padding-left: 20px;
            padding-right: 20px;
        }
        
        /* Премиальные дилеры */
        .dls .premium-dealers {
            padding-left: 20px;
            padding-right: 20px;
        }
	
		.dls .premium-title {
			top: 100px;
		}

        .dls .dealer-logo-wrapper img {
            width: 90%;
        }
        
        /* Что получают дилеры */
        .dls .dealer-benefits {
            padding-left: 20px;
            padding-right: 20px;
        }
        
        /* Форма партнерства */
        .dls .join-section {
            padding-left: 20px;
            padding-right: 20px;
        }

        /* Путь к дилерству */
        .dls .path-section {
            padding-left: 20px;
            padding-right: 20px;
        }

        /* Сравнение программ */
        .dls .programs-comparison {
            padding-left: 20px;
            padding-right: 20px;
        }

        /* Часто задаваемые вопросы */
        .dls .faq-section {
            padding-left: 20px;
            padding-right: 20px;
        }

        /* Финальная форма */

        .dls .final-form {
            padding-left: 20px;
            padding-right: 20px;
        }
}

@media (max-width: 1241px) {
	.dls .partner-badge {
		line-height: 1.5em;
	}
}

/* Общие стили */
@media (max-width: 989px) {

        /* Главный баннер */
        .dls .hero-banner {
            background: #fff;
            padding: 100px 20px 22px;
        }

        .dls .hero-title {
            position: absolute;
            top: 30px;
            left: 30px;
            z-index: 10;
            color: #fff;
        }

        .dls .hero-title span {
            color: #fff;
        }

        .dls .benefits-grid {
            grid-column-gap: 16px;
            grid-row-gap: 20px;
            -ms-grid-columns: 1fr 16px 1fr;
            grid-template-columns: 1fr 1fr;
            -ms-grid-rows: 236px 20px 100px 20px 100px;
            grid-template-rows: 236px 100px 100px;
            margin-top: 0;
        }

        .dls .benefits-grid > *:nth-child(1) {
                        -ms-grid-row: 1;
                        -ms-grid-column: 1;
        }

        .dls .benefits-grid > *:nth-child(2) {
                        -ms-grid-row: 1;
                        -ms-grid-column: 3;
        }

        .dls .benefits-grid > *:nth-child(3) {
                        -ms-grid-row: 3;
                        -ms-grid-column: 1;
        }

        .dls .benefits-grid > *:nth-child(4) {
                        -ms-grid-row: 3;
                        -ms-grid-column: 3;
        }

        .dls .benefits-grid > *:nth-child(5) {
                        -ms-grid-row: 5;
                        -ms-grid-column: 1;
        }

        .dls .benefits-grid > *:nth-child(6) {
                        -ms-grid-row: 5;
                        -ms-grid-column: 3;
        }

        .dls .benefit-card {
            border: 2px solid #e63d33;
            border-radius: 25px;
            -webkit-backdrop-filter: blur(50px);
                    backdrop-filter: blur(50px);
            background: #f1f1f4;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
        }

        .dls .benefits-grid .card1 {
            padding: 0 50px;
            -ms-grid-column: 1;
                grid-column-start: 1;
            -ms-grid-column-span: 1;
            grid-column-end: 2;
            -ms-grid-row: 2;
                grid-row-start: 2;
            -ms-grid-row-span: 2;
            grid-row-end: 4;
        }
        .dls .benefits-grid .card2 {
            -ms-grid-column: 2;
                grid-column-start: 2;
            -ms-grid-column-span: 1;
            grid-column-end: 3;
            -ms-grid-row: 3;
                grid-row-start: 3;
            -ms-grid-row-span: 1;
            grid-row-end: 4;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-box-align: end;
                -ms-flex-align: end;
                    align-items: flex-end;
            padding-bottom: 33px;
            gap: 5px;
        }
        .dls .benefits-grid .card3 {
            -ms-grid-column: 2;
                grid-column-start: 2;
            -ms-grid-column-span: 1;
            grid-column-end: 3;
            -ms-grid-row: 2;
                grid-row-start: 2;
            -ms-grid-row-span: 1;
            grid-row-end: 3;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-box-align: end;
                -ms-flex-align: end;
                    align-items: flex-end;
            padding-bottom: 33px;
            gap: 5px;
        }

        .dls .benefit-card h3 {
            color: #e63d33;
            margin-bottom: 0;
        }

        .dls .card2 h3, .dls .card3 h3 {
            line-height: 85%;
          }
        .dls .card2 p, .dls .card3 p {
            line-height: 100%;
          }

        .dls .personal-manager {
            background: -webkit-gradient(linear, left top, left bottom, from(#e63e34), to(#f6837e));
            background: -o-linear-gradient(top, #e63e34 0%, #f6837e 100%);
            background: linear-gradient(180deg, #e63e34 0%, #f6837e 100%);
            overflow:visible;
            -ms-grid-column: 1;
                grid-column-start: 1;
            -ms-grid-column-span: 2;
            grid-column-end: 3;
            -ms-grid-row: 1;
                grid-row-start: 1;
            -ms-grid-row-span: 1;
            grid-row-end: 2;
        }

        .dls .personal-manager img {
            left: auto;
            right: 3%;
            width: auto;
            height: 285px;
        }

        .dls .personal-manager h3 {
            display: none;
        }

        .dls .btn-primary {
            position: absolute;
            top: 149px;
            left: 34px;
            z-index: 10;
            border: 2px solid #515151;
            border-radius: 20px;
            width: 280px;
            height: 60px;
            -webkit-box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.25);
                    box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.25);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(28.85%, #000), to(#9c9c9c));
            background: -o-linear-gradient(top, #000 28.85%, #9c9c9c 100%);
            background: linear-gradient(180deg, #000 28.85%, #9c9c9c 100%);
        }

        .dls .btn-primary:hover {
            background-color: #c42f2a;
        }
	
		.dls .benefits-grid .btn-primary {
			line-height: 1.5em;
		}

        /* Продукты для дилерства */
        .dls .products-section {
            padding: 23px 20px 17px;
            background-color: #fff;
        }

        .dls .section-title {
            width: 80%;
        }

        .dls .products-grid-scroll {
            overflow-x: scroll;
        }

        .dls .products-grid-scroll::-webkit-scrollbar-thumb  {
            background-color: #ff0000 !important;
        }

        .dls .products-grid {
            margin-top: 30px;
            gap: 16px;
            padding-bottom: 101px;
        }

        .dls .product-card {
            width: 446px;
            height: 430px;
        }


        .dls .product-card__link{
            bottom: -109%;
        }

       /* Глобальное присутствие */
        .dls .global-section {
            padding: 17px 20px 25px;
            background-color: #fff;
        }

        .dls .stats-grid {
            grid-column-gap: 10px;
            grid-row-gap: 30px;
            -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
            grid-template-columns: repeat(3, 1fr);
            -ms-grid-rows: 162px 30px 400px;
            grid-template-rows: 162px 400px;
            margin-top: 30px;
        }

        .dls .stats-grid > *:nth-child(1) {
                        -ms-grid-row: 1;
                        -ms-grid-column: 1;
        }

        .dls .stats-grid > *:nth-child(2) {
                        -ms-grid-row: 1;
                        -ms-grid-column: 3;
        }

        .dls .stats-grid > *:nth-child(3) {
                        -ms-grid-row: 1;
                        -ms-grid-column: 5;
        }

        .dls .stats-grid > *:nth-child(4) {
                        -ms-grid-row: 3;
                        -ms-grid-column: 1;
        }

        .dls .stats-grid > *:nth-child(5) {
                        -ms-grid-row: 3;
                        -ms-grid-column: 3;
        }

        .dls .stats-grid > *:nth-child(6) {
                        -ms-grid-row: 3;
                        -ms-grid-column: 5;
        }

        .dls .stat1 {
            -ms-grid-column: 1;
            -ms-grid-column-span: 1;
            grid-column: 1/2;
            -ms-grid-row: 1;
            -ms-grid-row-span: 1;
            grid-row: 1/2;         
        }
        .dls .stat2 {
            -ms-grid-column: 2;
            -ms-grid-column-span: 1;
            grid-column: 2/3;
            -ms-grid-row: 1;
            -ms-grid-row-span: 1;
            grid-row: 1/2;
        }
        .dls .stat3 {
            -ms-grid-column: 3;
            -ms-grid-column-span: 1;
            grid-column: 3/4;
            -ms-grid-row: 1;
            -ms-grid-row-span: 1;
            grid-row: 1/2;
        }

        .dls .stat-item {
            border: 2px solid #e63d33;
            border-radius: 25px;
            padding: 40px 10px;
            text-align: center;
            -webkit-backdrop-filter: blur(50px);
                    backdrop-filter: blur(50px);
            background: #f1f1f4;
        }

        .dls .world-map {
            border-radius: 25px;
            -ms-grid-column: 1;
            -ms-grid-column-span: 3;
            grid-column: 1/4;
            -ms-grid-row: 2;
            -ms-grid-row-span: 1;
            grid-row: 2/3;
			background: url('https://wattsan.com/wp-content/uploads/wmwp2.png') center no-repeat;
			background-size: cover;
			overflow: visible;
	}
	
		.dls .world-map .globus-container-dls {
			display: none;
		}
	
		.dls .wm-legend {
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				    -ms-flex-direction: row;
				        flex-direction: row;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				gap: 10px;
				position: absolute;
				bottom: 10px;
				left: 25%;
			}

		.dls .wm-unit span {
			font-size: 12px;
		}
	
        /* Премиальные дилеры */
        .dls .premium-dealers {
            padding: 25px 20px 17.5px;
            background-color: #fff;
        }

        .dls .dealer-grid {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            gap: 10px;
            height: 100%;
        }
	
	.dls .first-grid {
			margin-top: -150px;
        }
	
	.dls .second-grid {
			margin-top: 0;
        }
        .dls .dealer-card {
            border-radius: 25px;
            width: 100%;
            height: 100%;
            min-height: 300px;
        }

        .dls .dealer-info {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: end;
                -ms-flex-pack: end;
                    justify-content: flex-end;
            gap: 16px;
            padding: 30px 0 20px;
            min-height: 0;
        }

        .dls .premium-title {
            top: 65px;
			width: 100%;
        }
        .dls .dealer-info .section-title span {
            color: #d8312d;
        }
	
		.dls .dealer-grid {
			position: relative;
		}
	
		.dls .dealer-card {
			position: -webkit-sticky;
			position: sticky;
			top: 150px;
		}

        .dls .first-grid {
            top: 110px;
        }

        .dls .second-grid {
            top: 110px;
        }

        .dls .dealer-text {
            gap: 42px;
        }
        
        .dls .dealer-logo-wrapper{
            border-radius: 25px;
        }

        .dls .partner-badge {
            -webkit-backdrop-filter: blur(50px);
                    backdrop-filter: blur(50px);
            background: #f1f1f4;
            border-width: 0;
            color: #000;
            padding: 12px 64px;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            line-height: 150%;
        }
        
        .dls .partner-badge span{
            font-size: 36px;
            color: #e63d33;
        }

        .dls .dealer-images,
        .dls .dealer-image {
            border-radius: 25px;
        }

        .dls .dealer-images-2 .dealer-image {
            width: 100%;
            height: 100%;
        }

        /* Что получают дилеры */
        .dls .dealer-benefits {
            padding: 35px 20px;
            background-color: #fff;
        }
        
        .dls .benefits-container {
            max-width: 1402px;
            width: 100%;
            padding: 0 0;
            margin: 0 auto;
        }

        .dls .benefits-boxes-scroll {
            overflow-x: scroll;
        }

        .dls .benefits-boxes {
            width: -webkit-max-content;
            width: -moz-max-content;
            width: max-content;
            overflow: scroll;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
            gap: 16px;
            margin-top: 40px;
        }

        .dls .benefit-box {
            width: 528px;
            margin-bottom: 40px;
            border-radius: 25px;
        }
        
        .dls .benefit-box[open] {
            -webkit-transition: 0.75s;
            -o-transition: 0.75s;
            transition: 0.75s;
            border: 2px solid #e63d33;
        }


        .dls .benefit-box summary {
            border-radius: 20px;
            border-width: 0;
        }

        .dls .benefit-box h3 {
            width: 100%;
        }

        .dls .benefit-list {
            border-width: 0;
            border-radius: 25px;
            padding: 20px 20px;
            -webkit-transition: 0.75s;
            -o-transition: 0.75s;
            transition: 0.75s;
            margin-top: 0;
			height: auto;
        }
	
	.dls .benefit-list li:before {
			width: 30px;
			height: 30px;
			top: -5px;
		}


        /* Форма партнерства */
        .dls .join-section {
            padding: 35px 20px 50px;
            background-color: #fff;
            text-align: center;
        }

        .dls .join-container {
            height: 354px;
            margin: 0 auto;
            background: white;
            padding: 10px;
            border: 2px solid #e63d33;
            border-radius: 25px;
        }

        .dls .join-wrapper {
            width: 100%;
            height: 100%;
            border-radius: 25px;
            padding: 90px 55px 0;
            text-align: center;
			background-size: cover !important;
        }

        .dls .join-wrapper h2 {
            width: 100%;
        }
        
        .dls .join-wrapper h2 span {
            color: #e63d33;
        }

        .dls .join-btn-primary {
            position: static;
            border-radius: 20px;
            width: 280px;
            height: 60px;
            line-height: 60px;
            margin: 30px auto 0;
        }

        .dls .join-btn-primary:hover {
            background-color: #c42f2a;
        }

        /* Путь к дилерству */
        .dls .path-section {
            padding: 27px 20px 62px;
            background: rgba(230, 230, 235, 0.5);
        }
     
        .dls .path-steps {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            margin-top: 30px;
        }
        .dls .path-step {
            width: auto;
            height: 90px;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start;
            gap: 5px;
            padding-left: 50px;
            padding-bottom: 0;
        }

        .dls .path-step:before {
            content: "";
            position: absolute;
            left: 4px;
            top: 0;
            width: 18px;
            height: 18px;
            border-radius: 100%;
            background-color: #e63d33;
            border: 4px solid #e63d33;
            }
            
        .dls  .path-step:after {
                content: "";
                position: absolute;
                right: auto;
                left: 12px;
                top: 0;
                -webkit-transform: translateY(0);
                    -ms-transform: translateY(0);
                        transform: translateY(0);
                width: 2px;
                height: 100%;
                background-color: #e63d33;
            }

            .dls  .path-step:last-child:after {
                display: none;
            }

       .dls .path-step h3 {
            margin: 0;
            padding: 0;
            font-family: 'Roboto', sans-serif;
            font-weight: 700;
            font-size: var(--t32_24);
            line-height: 1.2em;
            text-align: left;
            color: #000;
            width: 88%;
        }

        .dls .path-step p {
            margin: 0;
            padding: 0;
            font-family: 'Roboto', sans-serif;
            font-weight: 400;
            font-size: var(--t20_16);
            line-height: 130%;
            color: #000;
            text-align: left;
            -ms-flex-item-align: start;
                align-self: flex-start;
            opacity: 0;
            -webkit-transition: 0.75s;
            -o-transition: 0.75s;
            transition: 0.75s;
        }
        
        /* Сравнение программ */
        .dls .programs-comparison {
            padding: 70px 20px 20px;
        }

        .dls .comparison-container .section-title {
            text-align: left;
         }
         .dls .comparison-table {
            margin-top: 30px;
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(235, 230, 235, 0)), to(#cbd2ea));
            background: -o-linear-gradient(top, rgba(235, 230, 235, 0) 0%, #cbd2ea 100%);
            background: linear-gradient(180deg, rgba(235, 230, 235, 0) 0%, #cbd2ea 100%);
            border-radius: 25px;
            overflow: hidden;
            border: 1px solid #000;
            padding: 10px;
            position: relative;
        }

        .dls col.prime {
            border: 1px solid green;
        }

        .dls .comparison-table th {
            border-radius: 20px;
            height: 50px;
            padding: 0 0;
            border-width: 0;
        }
        .dls .comparison-table th:first-child {
            width: 48%;
            padding-left: 10px;
            border-left-width: 0;
        }
        .dls .comparison-table th:nth-child(2) {
            width: 25%;
        }
        .dls .comparison-table th:last-child {
            width: 25%;
        }

        .dls .comparison-table td {
            padding: 10px 0;
        }
        
        .dls .comparison-table td:first-child {
            padding-left: 10px;
            border-left-width: 0;
        }
       
        .dls .comparison-table tr:last-child td:last-child {
            border-bottom-left-radius: 25px;
            border-bottom-right-radius: 25px;

        }

        .dls .checkmark {
            color: #2ecc71;
            font-size: var(--t40_20);
            font-weight: 700;
        }

        .dls .cross {
            color: #e74c3c;
            font-size: var(--t40_20);
            font-weight: 700;
        }

        /* Часто задаваемые вопросы */
        .dls .faq-section {
            padding: 20px 20px 48px;
            background-color: #fff;
        }

        .dls .faq-wrapper {
            margin-top: 30px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            gap: 41px;
        }

        .dls .faq-list {
            width: 100%;
        }

        .dls .faq-item:after {
            top: 5px;
            right: 5px;
        }

        .dls .faq-contact {
            border-radius: 30px;
            padding: 20px 20px 25px;
        }

        .dls .social-icons {
            display: none;
        }

        .dls .faq-btn-primary {
            display: block;
            border-radius: 20px;
            border-width: 0;
            width: 48%;
            height: 60px;
            background: #e63d33;
            margin: 0;
            padding: 0;
            font-family: 'Roboto', sans-serif;
            font-weight: 400;
            font-size: 2var(--t24_16);
            line-height: 60px;
            color: #fff;
            text-align: center;
            cursor: pointer;
        }

        .dls .faq-btn-primary:hover {
            background-color: #c42f2a;
        }

        /* Финальная форма */

        .dls .final-form {
            padding: 60px 20px 80px;
        }
        .dls .final-container {
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
                -ms-flex-direction: column-reverse;
                    flex-direction: column-reverse;
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start;
            gap: 30px;
        }
        .dls .form-container img {
            border-radius: 40px;
        }
        .dls .form-content {width: 100%;}

       .form-container {
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
       }
}

/* Общие стили */
@media (max-width: 610px) {

        .dls h1 {
            font-size: 26px !important;
        }
        .dls h2 {
            font-size: 24px !important;
        }
        .dls h3 {
            font-size: 22px !important;
        }
	
	.dls .benefit-card h1,
	.dls .benefit-card h2,
	.dls .benefit-card h3 {
		font-size: 40px !important;
	}

        .dls .stat-label {
            font-size: 16px !important;
        }

        /* Главный баннер */
        .dls .hero-banner {
            background: #fff;
            padding: 100px 10px 22px;
        }

        .dls .hero-title {
            position: absolute;
            top: 30px;
            left: 30px;
            z-index: 10;
            color: #fff;
        }

        .dls .hero-title span {
            color: #fff;
        }

        .dls .benefits-grid {
            grid-column-gap: 16px;
            grid-row-gap: 20px;
            -ms-grid-columns: 1fr 16px 1fr;
            grid-template-columns: 1fr 1fr;
            -ms-grid-rows: 370px 20px 100px 20px 100px;
            grid-template-rows: 370px 100px 100px;
            margin-top: 0;
        }

        .dls .benefits-grid > *:nth-child(1) {
                        -ms-grid-row: 1;
                        -ms-grid-column: 1;
        }

        .dls .benefits-grid > *:nth-child(2) {
                        -ms-grid-row: 1;
                        -ms-grid-column: 3;
        }

        .dls .benefits-grid > *:nth-child(3) {
                        -ms-grid-row: 3;
                        -ms-grid-column: 1;
        }

        .dls .benefits-grid > *:nth-child(4) {
                        -ms-grid-row: 3;
                        -ms-grid-column: 3;
        }

        .dls .benefits-grid > *:nth-child(5) {
                        -ms-grid-row: 5;
                        -ms-grid-column: 1;
        }

        .dls .benefits-grid > *:nth-child(6) {
                        -ms-grid-row: 5;
                        -ms-grid-column: 3;
        }

        .dls .benefit-card {
            padding-left: 15px !important;
            padding-right: 15px !important;
            padding-bottom: 0 !important;
        }
        
        .dls .benefits-grid .card2 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
        }
        .dls .benefits-grid .card3 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
        }

        .dls .benefit-card p {
            font-size: 16px;
        }


        .dls .personal-manager {
            background: -webkit-gradient(linear, left top, left bottom, from(#e63e34), to(#f6837e));
            background: -o-linear-gradient(top, #e63e34 0%, #f6837e 100%);
            background: linear-gradient(180deg, #e63e34 0%, #f6837e 100%);
            overflow:visible;
            -ms-grid-column: 1;
                grid-column-start: 1;
            -ms-grid-column-span: 2;
            grid-column-end: 3;
            -ms-grid-row: 1;
                grid-row-start: 1;
            -ms-grid-row-span: 1;
            grid-row-end: 2;
        }
	
		.dls .personal-manager:hover {
            -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                    transform: translateY(0);
        }

        .dls .personal-manager img {
            left: auto;
            right: 3%;
            width: auto;
            height: 285px;
        }

        .dls .personal-manager h3 {
            display: none;
        }

        .dls .btn-primary {
            top: 300px;
            width: 200px;
            padding-left: 0;
            padding-right: 0;
        }
	
		.dls .benefits-grid .btn-primary {
            padding: 0 0;
			line-height: 56px;
        }

        .dls .btn-primary:hover {
            background-color: #c42f2a;
        }

        /* Продукты для дилерства */
        .dls .products-section {
            padding: 23px 10px 17px;
        }
       
        .dls .section-title {
            width: 100%;
        }

        .dls .product-card {
            width: 250px;
            height: 250px;
			background-size: contain !important;
        }
        
        .dls .product-card p {
            font-size: 16px;
        }

        .dls .product-overlay a {
            display: block;
            width: 50px;
            height: 50px;
        }


        .dls .product-card__link{
            bottom: -109%;
            font-size: 18px;
        }
	
		.grid-arrow {
				display: block;
				width: 40px;
				height: 40px;
				font-size: 20px;
			}

       /* Глобальное присутствие */
        .dls .global-section {
            padding: 17px 10px 25px;
        }
		
        .dls .stats-grid {
            -ms-grid-rows: 100px 20px 150px;
            grid-template-rows: 100px 150px;
        }

        .dls .stat-item {
            padding: 20px 0;
        }
	
		.dls .wm-legend {
					bottom: -40px;
					left: 0;
				}

			.dls .wm-unit img {
				width: 20px;
				height: auto;
			}
			.dls .wm-unit span {
				font-size: 10px;
				line-height: 1.2em;
			}

        /* Премиальные дилеры */
        .dls .premium-dealers {
            padding: 25px 10px 17.5px;
        }
	
	    .dls .premium-title {
			top: 90px;
		}

        .dls .dealer-card {
            height: 100%;
            min-height: auto;
        }

        .dls .dealer-text {
            gap: 20px;
        }
        
        .dls .dealer-logo-wrapper img{
            width: 80%;
        }

        .dls .partner-badge {
            padding: 12px 0px;
            font-size: 16px;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
			gap: 5px;
        }
        
        .dls .partner-badge span{
            font-size: 18px;
            color: #e63d33;
        }

        .dls .dealer-images,
        .dls .dealer-image {
            border-radius: 25px;
        }

        .dls .dealer-images-2 .dealer-image {
            width: 100%;
            height: 100%;
        }

        /* Что получают дилеры */
        .dls .dealer-benefits {
            padding: 35px 10px;
        }

        .dls .benefit-box {
            width: 250px;
            margin-bottom: 30px;
            border-radius: 25px;
        }

        .dls .toggle-btn {
            width: 50px;
            height: 50px;
        }

        /* Форма партнерства */
        .dls .join-section {
            padding: 20px 10px 50px;
        }

        .dls .join-wrapper {
            padding-left: 10px;
            padding-right: 10px;
        }

        .dls .join-btn-primary {
            font-size: 16px;
            width: 100%;
        }


        /* Путь к дилерству */
        .dls .path-section {
            padding: 27px 10px 10px;
        }
     
        .dls .path-step {
            padding-left: 30px;
        }

       .dls .path-step h3 {
            display: block;
            width: 55%;
            font-size: 16px !important;
        }

        .dls .path-step p {
            display: block;
            width: 45%;
            font-size: 16px;
        }
        
        /* Сравнение программ */
        .dls .programs-comparison {
            padding: 20px 10px 20px;
        }

        .dls .comparison-table th {
            font-size: 18px;
        }

        .dls .comparison-table td {
            padding: 5px 0;
        }

        /* Часто задаваемые вопросы */
        .dls .faq-section {
            padding: 20px 10px 48px;
        }

        .dls .faq-question {
            width: 90%;
        }
	
		.dls .faq-item {
			min-height: 68px;
		}

        .dls .faq-item:after {
            top: 15px;
            right: 5px;
        }


        .dls .social-icons {
            display: none;
        }

        .dls .faq-btn-primary {
            width: 100%;
            font-size: 16px;
        }

        .dls .faq-btn-primary:hover {
            background-color: #c42f2a;
        }


        /* Финальная форма */

        .dls .final-form {
            padding: 60px 20px 80px;
        }
        .dls .final-container {
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
                -ms-flex-direction: column-reverse;
                    flex-direction: column-reverse;
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start;
            gap: 30px;
        }
        .dls .form-container img {
            border-radius: 40px;
            width: 100%;
        }
        .dls .form-content {width: 100%;}

       .form-container {
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
       }
}