/* === DESKTOP FIRST === */

/* xl <= Extra extra large (xxl) */
@media (max-width : 1400px) {
	.container {
		max-width: 1200px;
        margin: 0 auto;
	}

	.delivery__item-title {
		height: 44px;
	}

}

/* lg <= Extra large (xl) */
@media (max-width : 1200px) {


	.container {
		max-width: 950px;
        margin: 0 auto;
	}

	.delivery__list {
		flex-wrap: wrap;
	}

	.delivery__item {
		width: 100%;
		flex: 0 1 calc(33.33% - 20px);
	}

	.delivery__item-img {
		width: 100px;
	}

	.about__image-qua {
		width: 250px;
		left: 60px;
		top: -100px;
	}

	.about__image-tractor {
		width: 250px;
		top: -50px;
		left: 100px;
	}

	.advantages__list-inner {
		grid-template-columns: repeat(2, 1fr);
	}

	.footer__inner {
		flex-direction: column;
		gap: 50px;
	}

	.advantages__item-text {
		font-size: 19px;
	}

	.header__contact {
		gap: 10px;
	}

	.header__contact-link {
		font-size: 14px;
	}

	.header__contact-list {
		gap: 20px;
	}

	.about__text {
		width: 500px;
	}

	.about__img-block2-img {
		position: relative;
		left: 100px;
		top: 0px;
	}

	.about__img-block2-img2 {
		top: 400px;
	}

	.about__img-block2-img3 {
		top: 800px;
	}

	.header__contact-list-block {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
}

/* md <= Large (lg) */
@media (max-width : 992px) {
	.container {
		margin: 0 20px;
	}
}

/* sm <= Medium (md) */
@media (max-width : 965px) {

	.container {
		max-width: 750px;
        margin: 0 auto;
	}

	.header__menu-list {
		justify-content: space-between;
		margin: 10px;
	}

	.header__hero-form-row {
        display: flex;
		flex-direction: row;
    }

	.header__contact-list {
		margin-left: 20px;
	}

	.header__hero {
		flex-direction: column;
		text-align: center;

		gap: 10px;

		margin-top: 10px;
	}

	.header__top {
		padding-bottom: 10px;
	}

	.header__logo-icon-image {
		width: 200px;
	}

	.footer__logo {
		width: 150px;
	}

	.header__contact-link {
		font-size: 14px;
	}

	.header__menu-link {
		font-size: 14px;
	}

	.header__hero-title {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 12px;
	}

	.header__hero-text {
		font-size: 14px;
		margin-bottom: 12px;
	}

	.hero__button {
		display: none;
	}

	.header__hero-form-block {
		top: 0;
	}

	.header__hero-form-title {
		font-size: 16px;
		padding: 10px 10px;
		margin-bottom: 10px;
	}

	.header__hero-form-textarea {
		height: 50px;
	}

	.header__hero-form-button {
		padding: 10px 40px;
	}

	.header__hero-form-agreement label {
		text-align: left;
		font-size: 12px;
	}

	.delivery__item {
		flex: 0 1 calc(50% - 20px);
	}

    .advantages__item-image {
    width: 130px;
    }
	
	.advantages__item-image-people {
	    width: 50%;
	}

	.advantages__item-number {
		font-size: 18px;
		margin: 0;
	}

	.advantages__item-text {
		font-size: 14px;
	}

	.about__block {
		margin-bottom: 100px;
	}

	.about__title {
		text-align: center;
	}

	.about__text {
		text-align: center;
	}

	.about__info {
		flex-direction: column;
		align-items: center;
	}

	.about__image-qua {
		width: 250px;
		left: -50px;
		top: 0px;
	}

	.about__image-tractor {
		width: 250px;
		top: 30px;
		left: 60px;
	}

	.about__img-block2-img {
		left: 50px;
		top: -200px;
	}

	.about__img-block2-img2 {
		left: 130px;
		top: -150px;
	}

}

/* xs <= Small (sm) */
@media (max-width : 650px) {

	.feedback {
		width: 100%;
	}
	.header__top {
		flex-direction: column;	
		padding-bottom: 5px;
	}

	.header__contact-list {
		justify-content: space-between;
	}

	.header__contact {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #00ABE1;
		border-radius: 10px;
        z-index: 1000;
        padding: 10px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .header__contact.active {
        display: block;
    }

    .header__contact-toggle {
        display: block;
        background: none;
        border: none;
        font-size: 24px;
        cursor: pointer;
		color: #fff;
    }

	.header__logo-icon-image {
		width: 150px;
		margin-bottom: 8px;
	}

	.footer__logo {
		width: 150px;
	}

	.header__menu-item {
		text-align: center;
	}

	.header__menu-list {
		margin-top: 5px;
	}

	.header__menu-link {
		font-size: 10px;
		opacity: 0.7;
	}

	.header__contact-link {
		font-size: 13px;
		opacity: 1;
	}

	.delivery__list {
		flex-direction: column;
	}

	.header__hero-title {
		font-size: 20px;
		margin-bottom: 10px;
	}
	
	.advantages__item-image-people {
	    width: 40%;
	}

	.header__hero-form-block {
		top: -20px
	}

	.header__hero-text {
		font-size: 12px;
		opacity: 0.7;
		font-weight: 400;
	}

	.header__hero-form {
		gap: 5px;
	}

	.header__hero-form-title {
		font-size: 15px;
		padding: 10px;

		margin-bottom: 10px;
	}

	.header__hero-form-textarea {
		height: 80px;
	}

	.header__hero-form-input {
		font-size: 12px;
	}

	.header__hero-form-name {
		padding: 8px;
		margin-bottom: 15px;
	}

	.header__hero-form-name.compact {
        width: 100%;
        margin-bottom: 15px;
    }

	.about__text {
		width: 100%;
	}

	.about__image-qua {
		width: 250px;
		left: -20px;
		top: 0px;
	}

	.about__image-tractor {
		width: 250px;
		top: 30px;
		left: 20px;
	}

	.about__img-block2-img {
		left: 50px;
		top: -200px;
	}

	.about__img-block2-img2 {
		left: 30px;
		top: 0px;
	}

	.advantages__title {
		font-size: 48px;
	}

	.advantages__list-inner {
		grid-template-columns: repeat(1, 1fr);
	}

	.footer__block {
		flex-direction: column;
	}

	.footer__menu-list {
		flex-direction: column;
	}

	.footer__menu-list::before {
		display: none;
	}

	.footer__list {
		flex-direction: column;
	}

	.modal__text-privacy {
		font-size: 10px;
	}

	.swiper-button-prev, .swiper-button-next {
		position: absolute;
		top: 1070px;
	}

	.header__hero-form-agreement label {
		font-size: 11px;
	}
}


/* === MOBILE FIRST === */

/* Custom (xs) */
@media (min-width : 0) {

}

/* Small (sm) */
@media (max-width : 576px) {
	.header__menu-list {
		display: flex;
		justify-content: center;
		gap: 4px;
		margin: 0;
		padding: 0;
	  }
}

/* Medium (md) */
@media (min-width : 768px) {

}

/* Large (lg) */
@media (min-width : 992px) {

}

/* Extra large (xl) */
@media (min-width : 1200px) {
	.text {
		font-size: 18px;
	}
}

/* Extra extra large (xxl) */
@media (min-width : 1400px) {
	.text {
		font-size: 22px;
	}
}
