.header__izm {
    background-image: url(/upload/i1.png);
    background-repeat: no-repeat;
    width: 100%;
    min-height: 100vh;
    min-height: 100svh;
    min-height: 100dvh;
    background-size: cover;
    background-position: center;
    padding-top: 180px;
	width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.header__izm__title {
    border-radius: 15px;
    padding-right: 25px;
    max-width: 800px;
}
.header__izm__title h1 {
    font-size: 64px;
    color: white;
    max-width: 680px;
    font-weight: bold;
    line-height: 120%;
	font-family: "Montserrat";
	text-transform: uppercase;
}
.header__izm__title p {
    font-size: 25px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    max-width: 450px;
    margin-top: 41px;
}
.header__izm__title--btn {
    margin-top: 58px;
}
.header__izm__title--btn button {
    font-size: 20px;
    color: white;
    background-color: #269344;
    padding: 30px 67px;
    border: none;
    cursor: pointer;
    transition: all .3s ease;
    border-radius: 6px;
}

.header__izm__title--btn button:hover {
    background-color: black;
}
.izm__content_1 span {
	font-size: 40px;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
	text-transform: uppercase;
	max-width: 888px;
}
.izm__content_1 p {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 120%;
	text-transform: uppercase;
	max-width: 888px;
	margin-top: 50px;
}
.color-blue-izm {
	color: #012BBD;
	font-size: 20px !important;
}
.izm__content_1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 150px;
}
@media (max-width: 500px) {
	.header__izm__title h1 {
		font-size: 40px;
	}
}
@media (max-width: 360px) {
	.header__izm__title h1 {
		font-size: 30px;
	}
	.header__izm__title p {
		font-size: 20px;
	}
}
@media (max-width: 430px) {
	.header__izm__title--btn button {
		padding: 15px 15px;
	}
}






























.header__muravey {
    background-image: url(/upload/muravey.png);
    background-repeat: no-repeat;
    width: 100%;
    min-height: 100vh;
    min-height: 100svh;
    min-height: 100dvh;
    background-size: cover;
    background-position: center;
    padding-top: 180px;
	width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.header__muravey__title {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    padding: 35px;
    padding-right: 25px;
    max-width: 627px;
}
.header__muravey__title h1 {
    font-size: 64px;
    color: white;
    max-width: 610px;
    font-weight: bold;
    line-height: 120%;
	font-family: "Montserrat";
	text-transform: uppercase;
}
.header__muravey__title p {
    font-size: 25px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    max-width: 450px;
    margin-top: 41px;
}
.header__muravey__title--btn {
    margin-top: 58px;
}
.header__muravey__title--btn button {
    font-size: 20px;
    color: white;
    background-color: black;
    padding: 30px 67px;
    border: none;
    cursor: pointer;
    transition: all .3s ease;
    border-radius: 6px;
}

.header__muravey__title--btn button:hover {
    background-color: #43A96E;
}
.pts__inner {
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
	align-items: center;
}
.pts__inner span {
	font-weight: bold;
	font-size: 40px;
	color: #C8261F;
	text-transform: uppercase;
}
.pts__table {
	font-size: 48px;
	font-weight: bold;
	padding: 16px 32px;
	border: 1px solid black;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 278px;
	margin-top: 30px;
    white-space: nowrap;
}
.pts__description {
	max-width: 818px;
	font-size: 25px;
	font-weight: bold;
	line-height: 120%;
	text-transform: uppercase;
}
.pts-red {
	color: #C8261F;
	font-size: 25px !important;
}
.images__one__mur img {
	width: 100%;
}
.images__one__mur {
	margin-top: 150px;
}
.pts__сontent_1 {
	font-size: 40px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 120%;
	text-align: center;
	max-width: 1300px;
	margin: 0 auto;
	margin-top: 150px;
}
.pts__сontent_1 .pts-red {
	font-size: 40px !important;
}
.pts__сontent_3 {
	margin-top: 150px;
}
.pts__title {
    min-width: 446px;
}
.pts__title-one {
	font-size: 40px;
	font-weight: bold;
	text-transform: uppercase;
}
.pts__title-two {
	font-size: 25px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 120%;
	margin-top: 13px;
	margin-bottom: 74px;
}
.pts__title-three {
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	line-height: 120%;
	margin: 0 auto;
	padding-top: 58px;
	text-transform: uppercase;
	max-width: 926px;
}

@media (max-width: 720px) {
	.header__muravey__title h1 {
		font-size: 40px;
	}
	.header__muravey__title p {
		font-size: 20px;
	}
}
@media (max-width: 500px) {
	.header__muravey__title h1 {
		font-size: 30px;
	}
	.header__muravey__title p {
		font-size: 20px;
	}
	.header__muravey__title--btn button {
		font-size: 16px;
	}
	.header__muravey__title p {
		font-size: 18px;
	}
}
@media (max-width: 385px) {
	.header__muravey__title h1 {
		font-size: 20px;
	}
	.header__muravey__title p {
		font-size: 16px;
	}
	.header__muravey__title--btn button {
		padding: 15px 15px;
	}
	.header__muravey__title p {
		font-size: 16px;
	}
}
@media (max-width: 1650px) {
	.pts__description {
		font-size: 20px;
	}
	.pts__inner span {
		font-size: 30px;
	}
}
@media (max-width: 1500px) {
	.pts__description {
		max-width: 700px;
	}
}
@media (max-width: 1400px) {
	.pts__description {
		max-width: 500px;
		font-size: 18px;
	}
	.pts__inner span {
		font-size: 30px;
		max-width: 450px;
		display: block;
	}
}
.mur-mobile {
	display: none;
}
@media (max-width: 1000px) {
	.pts__inner {
		flex-direction: column;
		align-items: start;
	}
	.pts__description {
		margin-top: 30px;
	}
	.mur-desktop {
		display: none;
	}
	.mur-mobile {
		display: block;
	}
}
@media (max-width: 420px) {
	.pts__inner span {
		font-size: 20px;
	}
	.pts__table {
		font-size: 30px;
	}
	.pts__description {
		font-size: 15px;
	}
	.pts-red {
		font-size: 15px !important;
	}
}
@media (max-width: 700px) {
	.pts__сontent_1 {
		font-size: 30px;
	}
}
@media (max-width: 550px) {
	.pts__сontent_1 {
		font-size: 20px;
	}
	.pts__сontent_1 .pts-red {
		font-size: 20px !important;
	}
}
@media (max-width: 680px) {
	.pts__сontent_2 button {
		padding: 37px 37px !important;
		width: 100%;
	}
}@media (max-width: 320px) {
	.pts__сontent_2 button {
		padding: 37px 15px !important;
	}
}
.images__two__mur img {
	width: 100%;
}
.images__four__mur img {
	width: 100%;
}
@media (max-width: 1000px) {
	.pts__сontent_3 {
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
}
@media (max-width: 700px) {
	.pts__title-one {
		font-size: 30px;
	}
	.pts__title-two {
		font-size: 20px;
	}
}
@media (max-width: 600px) {
	.pts__title-one {
		font-size: 20px;
	}
	.pts__title-two {
		font-size: 15px;
	}
	.pts__title-three {
		font-size: 20px;
	}
}









































/* _____________________________СТИЛИ ОТ ТРАКТОРА________________________________ */
@media (max-width: 1600px) {
    .tractor__form__title h3 {
        font-size: 30px !important;
    }
}
.header__tractor {
    background-image: url(/upload/bgt.png);
    background-repeat: no-repeat;
    min-height: 110vh;
    min-height: 110svh;
    min-height: 110dvh;
    background-size: cover;
    background-position: center;
    padding-top: 180px;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.header__tractor__title {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    padding: 35px;
    padding-right: 25px;
    max-width: 627px;
}
.header__tractor__title h1 {
    font-size: 64px;
    color: white;
    max-width: 610px;
    font-weight: bold;
    line-height: 120%;
}
.header__tractor__title p {
    font-size: 25px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    max-width: 450px;
    margin-top: 41px;
}
.header__tractor__title--btn {
    margin-top: 58px;
}
.header__tractor__title--btn button {
    font-size: 20px;
    color: white;
    background-color: black;
    padding: 30px 67px;
    border: none;
    cursor: pointer;
    transition: all .3s ease;
    border-radius: 6px;
}

.header__tractor__title--btn button:hover {
    background-color: #43A96E;
}
.tractor__slider__form__btn button {
    font-size: 20px;
    color: white;
    background-color: black;
    padding: 30px 67px;
    border: none;
    cursor: pointer;
    transition: all .3s ease;
    border-radius: 6px;

    &:hover {
        background-color: #43A96E;
    }
}
.header__tractor__cards {
    display: grid;
    grid-template-columns: repeat(2, 408px);
    justify-content: center;
    column-gap: 109px;
    row-gap: 58px;
}
@media (max-width: 1100px) {
    .header__tractor__cards {
        grid-template-columns: repeat(2, 350px);
        column-gap: 50px;
    }
}
.tractor__benefits__card {
    width: 566px;
}
.header__tractor__benefits__inner {
    margin-top: 100px;
}
.tractor__benefits__card .benefits__title--p {
    max-width: 280px;
}
.tractor__benefits__card img {
    right: 40px;
    top: 50px;
    max-width: 200px;
}



@media (max-width: 810px) {
    .header__tractor__cards {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.slider__tractor {
    margin-top: 145px;
    margin-bottom: 100px;
}

.slider__tractor__title {
    margin-bottom: 81px;
}

.slider__tractor__title h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    max-width: 539px;
}
.slider__tractor__title p {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 16px;
}
.slider__tractor__wrap {
    max-width: 1357px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 16px;
}
.slider__tractor__viewport {
    overflow: hidden;
    flex: 1 1 auto;
    max-width: 1357px;
}
.slider__tractor__track {
    display: flex;
    margin-bottom: 50px;
    transition: transform 0.35s ease;
    gap: 30px;
}
.slide__tractor {
    box-sizing: border-box;
    padding: 18px 16px;
    height: 430px;
    flex: 0 0 calc((100% - 90px) / 4); /* 4 слайда + 3 gap(30px) */
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 37px;
    background: #EDEEEE;
    position: relative;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.slide__tractor img {
    display: block;
    max-width: 100%;
    max-height: 280px;
    width: auto;
    height: auto;
    object-fit: contain;
}
.slide__tractor span {
    display: flex;
    width: 100%;
    border-radius: 49px;
    padding-top: 26px;
    padding-bottom: 26px;
    justify-content: center;
    font-size: 20px;
    margin-top: auto;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    background-color: #012BBD;
    position: absolute;
    top: 85%;
}
.slide__tractor h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
}
.slide__tractor p {
    font-size: 13px;
    color: #4b5563;
    line-height: 1.5;
}
.slider__tractor__arrow {
    width: 47px;
    height: 57px;
    border: none;
    border-radius: 9px;
    background: #BABABA;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.2s ease, transform 0.1s ease, box-shadow 0.1s ease;
}
.slider__tractor__arrow:hover {
    background: #000000;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
    transform: translateY(-1px);
}
.slider__tractor__arrow:active {
    transform: translateY(0);
    box-shadow: none;
}
@media (max-width: 992px) {
    .slide__tractor {
        flex: 0 0 calc((100% - 30px) / 2); /* 2 слайда + 1 gap(30px) */
    }
}
@media (max-width: 640px) {
    .slider__tractor__wrap {
        gap: 8px;
    }
    .slider__tractor__arrow {
        width: 34px;
        height: 34px;
    }
    .slide__tractor {
        flex: 0 0 calc((100% - 30px) / 2); /* 2 слайда на мобилке */
        height: 360px;
    }
    .slide__tractor span {
        font-size: 14px;
        padding-top: 18px;
        padding-bottom: 18px;
    }
}

@media (max-width: 420px) {
    .slide__tractor {
        flex: 0 0 100%; /* на очень узких — 1 слайд */
        height: 340px;
    }
}
.tractor__slider__form__title {
    font-size: 40px;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    max-width: 773px;
}
.tractor__slider__form {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
}
.tractor__slider__form__btn {
    display: flex;
    justify-content: center;
}
.tractor__form {
    display: flex;
    margin-top: 270px;
    position: relative;
    justify-content: center;
}
.tractor__form__img {
    width: 763px;
    height: 670px;
    z-index: 1;
    left: 0;
    bottom: 0;
    position: relative;
    margin-right: -76px;
}
.tractor__form__title h3 {
    font-weight: bold;
    font-size: 40px;
    text-transform: uppercase;
    max-width: 611px;
}
.tractor__form__title p {
    font-size: 20px;
    margin-top: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.tractor__form__inputs {
    padding-top: 53px;
    padding-right: 84px;
    z-index: 2;
    position: relative;
    background-color: white;
    padding-left: 68px;
    border-radius: 27px;
    width: 763px;
    height: 670px;
    box-shadow: 2px 9px 25.5px 0 rgba(0, 0, 0, 0.25);
}
.tractor__form__input {
    margin-top: 45px;
}
@media (max-width: 1400px) {
    .tractor__form__inputs {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (max-width: 1250px) {
    .tractor__form__title h3 {
        font-size: 30px;
    }
}
@media (max-width: 1150px) {
    .tractor__form__title h3 {
        font-size: 30px;
    }
    .tractor__form {
        flex-direction: column;
        align-items: center;
    }
    .tractor__form__img {
        margin-right: 0;
    }
    .tractor__form__inputs {
        margin-top: -160px;
    }
    .tractor__form__inputs::before {
    content: "";
    position: absolute;
    left: 0%;
    right: 6%;
    top: -26px;
    height: 100px;
    background: rgba(255, 255, 255, 0.95);
    filter: blur(40px);
    border-radius: 999px;
    pointer-events: none;
    z-index: -1; /* белая размытая тень над блоком */
    width: 100%;
}
}
@media (max-width: 850px) {
    .tractor__form__inputs {
        width: 100%;
    }
    .tractor__form__img img {
        width: 100%;
    }
    .tractor__form__img {
        max-width: 745px;
        width: 100%;
    }
}

@media (max-width: 690px) {
    .tractor__form__inputs {
        margin-top: -250px;
    }
}
@media (max-width: 580px) {
    .tractor__form__inputs {
        margin-top: -350px;
    }
}





.tractor__benefits__slider {
    padding: 60px 0 20px;
    margin-top: 200px;
}
.tractor__benefits__slider__wrap {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: center;
}
.tractor__benefits__slider__arrow {
    width: 47px;
    height: 57px;
    border: none;
    border-radius: 9px;
    background: #BABABA;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.2s ease, transform 0.1s ease, box-shadow 0.1s ease;
}
.tractor__benefits__slider__arrow:hover {
    background: #000000;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
    transform: translateY(-1px);
}
.tractor__benefits__slider__arrow:active {
    transform: translateY(0);
    box-shadow: none;
}
.tractor__benefits__slider__viewport {
    overflow: hidden;
    flex: 1 1 auto;
    max-width: 1264px; /* 610*2 + gap(44) => ровно 2 слайда без "подглядывания" */
}
.tractor__benefits__slider__track {
    display: flex;
    gap: 44px;
    transition: transform 0.35s ease;
    will-change: transform;
}
.tractor__benefits__slide {
    flex: 0 0 calc((100% - 44px) / 2); /* 2 слайда + gap 44px */
    background: #F3F4F6;
    border-radius: 24px;
    padding: 37px 46px;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.tractor__benefits__slide h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
}
.tractor__benefits__slide p {
    font-weight: 600;
    color: #444444;
    margin-top: 30px;
    max-width: 429px;
    padding-left: 11px;
}
@media (max-width: 768px) {
    .tractor__benefits__slide {
        flex: 0 0 100%;
    }
}
.tractor__benefits__slide--img {
    max-width: 517px;
    max-height: 338px;
    position: relative;
}
.tractor__benefits__slide--img img {
    /* max-width: 517px; */
    /* max-height: 338px; */
    border-radius: 26px;
}
.tractor__benefits__slide--img h3 {
    position: absolute;
    font-size: 40px;
    font-weight: bold;
    max-width: 377px;
    line-height: 120%;
    color: white;
    bottom: 25px;
    left: 37px;
    text-transform: uppercase;
}
.tractor__benefits__content h4 {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.tractor__benefits__content {
    margin-top: 43px;
}
.tractor__benefits__numbers {
    display: flex;
    gap: 36px;
}
.tractor__number {
    font-size: 20px;
    font-weight: 500;
    color: white;
    background-color: #269344;
    border-radius: 50%;
    min-width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tractor__numbers__text {
    font-weight: 600;
    color: #444444;
    max-width: 418px;
}
.tractor__benefits__numbers {
    padding-left: 26px;
    margin-top: 26px;
    display: flex;
    align-items: center;
}
.tractor__form__inputs-two {
    padding-top: 53px;
    z-index: 2;
    position: relative;
    background-color: white;
    padding-left: 68px;
    padding-right: 71px;
    border-radius: 27px;
    width: 763px;
    height: 691px;
    box-shadow: 2px 9px 25.5px 0 rgba(0, 0, 0, 0.25);
}
.tractor__footer__form {
    background-image: url(/upload/pole.png);
    background-repeat: no-repeat;
    height: 100vh;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
.tractor__footer__tel {
    background-color: rgba(255, 255, 255, 0.18);
    border-radius: 27px;
    padding: 22px 35px;
}
.tractor__footer__form__inner {
    display: flex;
    gap: 22px;
}
.tractor__start {
    position: absolute;
    top: 39%;
    left: 35%;
    cursor: pointer;
    transition: all .3s ease;

    &:hover {
        transform: scale(1.1);
    }
}
.tractor__footer__tel {
    position: relative;
}



@media (max-width: 1200px) {
    .header__tractor {
        padding-top: 140px;
    }

    .header__tractor__title h1 {
        font-size: 52px;
    }

    .header__tractor__title p {
        font-size: 20px;
        margin-top: 28px;
    }

    .header__tractor__title--btn {
        margin-top: 40px;
    }

    .header__tractor__title--btn button {
        padding: 22px 44px;
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .header__tractor {
        padding-top: 110px;
    }

    .header__tractor__title {
        padding: 24px;
        padding-right: 24px;
        max-width: 100%;
    }

    .header__tractor__title h1 {
        font-size: 38px;
        max-width: 100%;
    }

    .header__tractor__title p {
        font-size: 16px;
        max-width: 100%;
        margin-top: 18px;
    }

    .header__tractor__title--btn {
        margin-top: 24px;
    }

    .header__tractor__title--btn button {
        padding: 18px 26px;
        font-size: 16px;
        width: 100%;
        max-width: 420px;
    }
}

@media (max-width: 480px) {
    .header__tractor {
        padding-top: 90px;
    }

    .header__tractor__title {
        border-radius: 12px;
        padding: 18px;
    }

    .header__tractor__title h1 {
        font-size: 30px;
        line-height: 115%;
    }

    .header__tractor__title p {
        font-size: 14px;
        margin-top: 14px;
        letter-spacing: 0.02em;
    }

    .header__tractor__title--btn button {
        padding: 16px 20px;
        font-size: 15px;
    }
}
@media (max-width: 540px) {
    .tractor__benefits__card img {
    right: -40px;
    top: -60px;
    max-width: 150px !important;
}
.benefits__title--span {
    font-size: 20px;
}
}
@media (max-width: 400px) {
    .tractor__benefits__card img {
    max-width: 100px !important;
}
}
@media (max-width: 1300px) {
    .slide__tractor span {
        font-size: 16px;
    }
}
@media (max-width: 1150px) {
    .slide__tractor span {
        font-size: 10px;
    }
}
@media (max-width: 430px) {
    .tractor__slider__form__btn button {
        padding: 20px 20px;
        font-size: 16px;
    }
    .tractor__slider__form__title {
        font-size: 30px;
    }
}





.benefits__title {
    background-color: rgba(1, 43, 189, 0.08);
    border-radius: 42px;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
    gap: 5px;
}

.benefits__card img {
    position: absolute;
    right: -60px;
    top: -50px;
    width: 100%;
    max-width: 120px;
}
.benefits__card {
    width: 100%;
    max-width: 408px;
    height: 350px;
    border: 4px solid #B1B1B1;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 37px;
    padding-top: 42px;
    padding-right: 83px;
    position: relative;
}
@media (max-width: 1540px) {
    .benefits__card {
        height: 400px;
    }
}
@media (max-width: 1680px) {
    .benefits__card {
        height: 400px;
    }
    .benefits__card img {
        max-width: 120px !important;
    }
    .benefits__title--span {
        font-size: 20px !important;
    }
}
@media (max-width: 1250px) {
    .benefits__card img {
        right: -30px;
    }
}
@media (max-width: 870px) {
    .benefits__card img {
        right: -30px;
    }
    .benefits__card {
        height: 350px !important;
    }
    .benefits__title--p {
        font-size: 12px !important;
    }
}
.benefits__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(280px, 408px));
    justify-content: center;
    gap: 78px;
}
.benefits__title--span {
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
}
.benefits__title--p {
    font-size: 15px;
    font-weight: bold;
    color: #444444;
}
@media (max-width: 1100px) {
    .benefits__card {
        width: 100%;
        max-width: 350px;
        height: 294px;
        padding-left: 37px;
        padding-top: 42px;
        padding-right: 83px;
    }
    .benefits__cards {
        grid-template-columns: repeat(2, minmax(200px, 350px));
    }
    .benefits__title--p {
        font-size: 14px;
    }
}
@media (max-width: 870px) {
    .benefits__cards {
        gap: 30px;
    }
    .benefits__title--span {
        font-size: 20px;
    }
    .benefits__card img {
        right: -30px;
        top: -50px;
        max-width: 120px !important;
    }
}
@media (max-width: 500px) {
    .tractor__form__inputs {
        margin-top: -380px;
    }
}
@media (max-width: 450px) {
    .tractor__form__inputs {
        margin-top: -410px;
    }
}
@media (max-width: 400px) {
    .tractor__form__inputs {
        margin-top: -440px;
    }
}
@media (max-width: 360px) {
    .tractor__form__inputs {
        margin-top: -470px;
    }
}
@media (max-width: 430px) {
    .benefits__card img {
        right: -30px;
        top: -50px;
        max-width: 100px !important;
    }
}
@media (max-width: 650px) {
    .benefits__cards {
        grid-template-columns: repeat(auto-fit, minmax(200px, 300px));
    }
}
@media (max-width: 420px) {
    .benefits__card {
        padding-right: 20px !important;
    }
}
@media (max-width: 365px) {
    .benefits__card img {
        right: -30px;
        top: -50px;
        max-width: 80px !important;
    }
    .benefits__cards {
        grid-template-columns: repeat(auto-fit, minmax(200px, 250px));
    }
    .benefits__title--span {
        font-size: 20px;
    }
    .benefits__title--p {
        font-size: 12px;
    }
}
@media (max-width: 1500px) {
    .tractor__form__title h3 {
        font-size: 35px;
    }
}
@media (max-width: 1205px) {
    .tractor__form__title h3 {
        font-size: 30px;
    }
}
@media (max-width: 1150px) {
    .tractor__form__inputs {
        height: auto;
        padding-bottom: 20px;
    }
}
@media (max-width: 440px) {
    .tractor__form__title h3 {
        font-size: 20px;
    }
    .tractor__form__title p {
        font-size: 16px;
    }
}
@media (max-width: 830px) {
    .tractor__benefits__slide {
        width: 500px;
    }
    .tractor__benefits__slide--img img {
        width: 408px;
    }
    .tractor__benefits__slide--img h3 {
        font-size: 30px;
    }
    .tractor__benefits__slider__viewport {
    overflow: hidden;
    flex: 1 1 auto;
    max-width: 500px; 
}
.tractor__benefits__slider__track {
    display: flex;
    gap: 44px;
    transition: transform 0.35s ease;
    will-change: transform;
}
.tractor__benefits__slide {
    flex: 0 0 calc((100% - 44px) / 2); /* 2 слайда + gap 44px */
    background: #F3F4F6;
    border-radius: 24px;
    padding: 37px 46px;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
}
@media (max-width: 700px) {
    .tractor__benefits__slide {
        width: 100%;
        padding: 0 !important;
        height: auto !important;
        padding-bottom: 40px !important;
    }
    .tractor__benefits__slider__arrow {
        position: absolute;
    }
    .tractor__benefits__slide p {
        padding-right: 45px;
        padding-left: 45px;
    }
    .tractor__benefits__content h4 {
        padding-left: 45px;
    }
    .tractor__benefits__numbers {
        padding-left: 45px;
        padding-right: 40px;
    }
    .tractor__benefits__slide--img img {
        width: 100%;
        border-radius: 0px;
    }
    .tractor__benefits__slide--img {
        max-width: 100%;
        margin: 0;
    }
    .tractor__benefits__slide p {
        max-width: 100%;
    }
    .tractor__benefits__slider__wrap {
        position: relative;
    }
    .tractor__benefits__slider__arrow--prev {
        top: 18px;
        z-index: 1;
        left: 25px;
    }
    .tractor__benefits__slider__arrow--next {
        top: 18px;
        z-index: 1;
        right: 70px;
    }
    .tractor__benefits__slide--img h3 {
        font-size: 30px;
    }
    .tractor__benefits__slider__viewport {
    overflow: hidden;
    flex: 1 1 auto;
    max-width: 100%; 
}
.tractor__benefits__slider__track {
    display: flex;
    gap: 44px;
    transition: transform 0.35s ease;
    will-change: transform;
}
.tractor__benefits__slide {
    flex: 0 0 calc((100% - 44px));
    background: #F3F4F6;
    border-radius: 24px;
    padding: 37px 46px;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
}
@media (max-width: 500px) {
    .tractor__benefits__slide--img h3 {
        font-size: 20px;
        max-width: 300px;
        text-align: center;
    }
    .tractor__benefits__slide p {
        font-size: 14px;
    }
    .tractor__numbers__text {
        font-size: 14px;
    }
    .tractor__benefits__slide {
        flex: 0 0 calc((100% + 44px));
    }
    .tractor__benefits__slider__arrow--next {
        right: 30px;
    }
    .tractor__benefits__numbers {
        padding-left: 15px;
        padding-right: 85px;
    }
    .tractor__benefits__slide p {
        padding-right: 95px;
    }
    .tractor__benefits__slide {
        border-radius: 0px;
    }
}
@media (max-width: 400px) {
    .tractor__benefits__slide--img h3 {
        font-size: 18px;
        max-width: 230px;
    }
    .tractor__benefits__slide p {
        font-size: 12px;
    }
    .tractor__numbers__text {
        font-size: 12px;
    }
}

@media (max-width: 1500px) {
    .tractor__footer__form__inner {
        flex-direction: column;
        align-items: center;
    }
    .tractor__footer__tel {
        height: 500px;
        width: 500px;
        display: flex;
        justify-content: center;
    }
    .tractor__footer__iphone {
        height: 440px;
    }
    .tractor__start {
        top: 32%;
        left: 30%;
    }
    .tractor__form__inputs-two {
        width: 500px;
        margin-top: -40px;
    }
}
@media (max-width: 560px) {
    .tractor__footer__tel {
        width: 400px;
    }
    .tractor__footer__iphone {
        height: 440px;
    }
    .tractor__start {
        top: 32%;
        left: 30%;
    }
    .tractor__form__inputs-two {
        width: 400px;
        height: 550px;
        margin-top: -40px;
    }
    .tractor__form__title h3 {
        font-size: 20px !important;
    }
    .tractor__form__title p {
        font-size: 16px !important;
    }
    .tractor__footer__form {
    height: 200vh;
}
}
@media (max-width: 450px) {
    .tractor__footer__tel {
        width: 300px;
        align-items: center;
        justify-content: center;
    }
    .tractor__footer__iphone {
        height: 350px;
        width: 200px;
    }
    .tractor__form__inputs-two {
        width: 300px;
        height: 550px;
        margin-top: -60px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .tractor__form__title h3 {
        font-size: 20px !important;
    }
    .tractor__form__title p {
        font-size: 18px;
    }
    .tractor__start {
        width: 70px;
        top: 43%;
        left: 36%;
    }
}
.dx-video-modal__close {
    z-index: 999;
}
@media (max-width: 400px) {
    .tractor__form__inputs {
        margin-top: -500px;
    }
    .tractor__form__title h3 {
        font-size: 16px !important;
    }
    .tractor__form__title p {
        font-size: 14px !important;
    }
}
@media (max-width: 1250px) {
    .benefits__cards {
        gap: 30px;
    }
    .benefits__card img {
        max-width: 100px !important;
    }
}
@media (max-width: 420px) {
    .benefits__title--span {
        font-size: 16px !important;
    }
    .benefits__card {
        padding: 20px;
    }
    .benefits__card img {
    max-width: 80px !important;
}
}
@media (max-width: 430px) {
    .pts__title {
        max-width: 300px;
        min-width: 300px;
    }
}
@media (max-width: 360px) {
    .pts__title {
        max-width: 300px;
        min-width: 300px;
    }
    .pts__table {
        max-width: 100%;
        float: left;
    }
}
.header__muravey__title h1 {
    font-size: 64px;
    color: white;
    max-width: 610px;
    font-weight: bold;
    line-height: 120%;
    font-family: "Montserrat";
    text-transform: uppercase;
}






















.header__sad {
    background-image: url(/upload/sad1.png);
    background-repeat: no-repeat;
    width: 100%;
    min-height: 100vh;
    min-height: 100svh;
    min-height: 100dvh;
    background-size: cover;
    background-position: center;
    padding-top: 180px;
	width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.header__sad__title {
    border-radius: 15px;
    padding-right: 25px;
    max-width: 900px;
}
.header__sad__title h1 {
    font-size: 64px;
    color: black;
    max-width: 880px;
    font-weight: bold;
    line-height: 120%;
	font-family: "Montserrat";
	text-transform: uppercase;
}
.header__sad__title p {
    font-size: 25px;
    color: black;
    text-transform: uppercase;
    font-weight: bold;
    max-width: 450px;
    margin-top: 41px;
}
.header__sad__title--btn {
    margin-top: 58px;
}
.header__sad__title--btn button {
    font-size: 20px;
    color: white;
    background-color: #269344;
    padding: 30px 67px;
    border: none;
    cursor: pointer;
    transition: all .3s ease;
    border-radius: 6px;
}

.header__sad__title--btn button:hover {
    background-color: black;
}
.color-blue-izm--sad {
	color: #012BBD;
	font-size: 64px !important;
}

.sad__title {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    max-width: 481px;
}
.sad__numbers__inner {
    display: flex;
    gap: 30px;
    align-items: center;
}
.sad__text {
    font-size: 20px;
}
.sad__number {
    color: white;
    border-radius: 50%;
    background-color: #269344;
    font-size: 26px;
    min-height: 30px;
    min-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sad__p {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 400px;
}
.tractor__form__inputs-sad {
    padding-top: 53px;
    padding-right: 84px;
    z-index: 2;
    position: relative;
    background-color: white;
    padding-left: 68px;
    border-radius: 27px;
    width: 763px;
    height: 670px;
    box-shadow: 2px 9px 25.5px 0 rgba(0, 0, 0, 0.25);
}
.tractor__form__img-sad {
    display: flex;
    justify-content: center; 
    align-items: start; 
    flex-direction: column; 
    padding-left: 83px; 
    background-color: #EDEEEE; 
    border-radius: 20px; 
    margin-right: -30px; 
    width: 700px;
}
@media (max-width: 1300px) {
    .sad__title {
        font-size: 30px;
        max-width: 381px;
    }
}
@media (max-width: 1150px) {
    .tractor__form__img-sad {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
        margin-right: 0;
        padding-right: 50px;
        padding-left: 50px;
    }
    .tractor__form__inputs-sad {
        width: 100%;
        height: auto;
        padding-bottom: 30px;
    }
}
@media (max-width: 500px) {
    .tractor__form__inputs-sad {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (max-width: 450px) {
    .sad__title {
        font-size: 20px;
    }
    .sad__text {
        font-size: 16px !important;
    }
}
