/* mobile first */
@media (min-width: 410px) {

}

@media (min-width: 576px) {

}

@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}

@media (min-width: 991px) {
	.container {
		width: 970px;
	}

}
@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}

@media (min-width: 1400px) {
}

@media (min-width: 1920px) {

}

/* desktop first */
@media (max-width: 1399px) {

}
@media (max-width: 1199px) {
	.contacts__item-img {
		max-width: 200px;
	}
	.o-kompanii-video__iframe {
		height: 253px;
	}
	.o-kompanii-rating__item {
		width: 45%;
	}
	.products__item-btn {
		padding: 8px 17px;
	}
	.product-header-slider-main {
		height: 265px;
	}
	.product-header-slider-nav__item {
		height: 70px;
	}
}
@media (max-width: 992px) {
	h1 {
		font-size: 2rem;
	}

	h2 {
		font-size: 1.5rem;
	}

	.header-nav {
		display: none;
	}
	.header-burger {
		display: flex;
	}
	.contacts__list {
		justify-content: space-between;
	}
	.contacts__item {
		flex-basis: 48%;
	}
	.o-kompanii-video__line {
		width: 100%;
	}
	.o-kompanii-video__list {
		align-items: center;
		border: none;
		flex-direction: column;
		padding-top: 40px;
		row-gap: 50px;
	}
	.o-kompanii-video__item {
		width: 100%;
	}
	.o-kompanii-video__iframe {
		height: 390px;
	}
	.o-kompanii-info__gray-block {
		flex-direction: column;
		row-gap: 25px;
	}
	.o-kompanii-info__column {
		width: 100%;
	}
	.o-kompanii-info__container {
		align-items: center;
	}
	.products__list {
		column-gap: 4%;
	}
	.products__item {
		width: 48%;
	}

	.product-header {
		flex-direction: column;
		row-gap: 30px;
	}
	.product-header-slider {
    align-self: center;
		width: 100%;
	}
	.product-header-slider-main {
		height: 400px;
	}
	.product-header-slider-nav__item {
		height: 115px;
	}
	.product-header-short-info {
		width: 100%;
	}
	.info-wrapper {
		justify-content: center;
		row-gap: 40px;
	}
	.info-block {
		width: 80%;
	}
	.info-block__img {
		display: block;
		margin: 0 auto;
		max-width: 75%;
	}
	.info-block-btn {
		margin: 0 auto;
		width: 75%;
	}
}
@media (max-width: 767px) {
	.contacts-feedback__wrapper {
		align-items: center;
		flex-direction: column;
		max-width: 540px;
		margin: 0 auto;
		row-gap: 40px;
	}
	.contacts-feedback__form,
	.contacts-feedback__info {
		width: 100%;
	}
	.contacts-feedback__form-top {
		flex-direction: column;
	}
	.main-form__row-wrapper {
		flex-direction: column;
	}
	.main-form__container {
		width: 100%;
	}
	.garantiya-advantages-wrapper {
		align-items: center;
		flex-direction: column;
		row-gap: 40px;
	}
	.garantiya-advantages-item {
		width: 90%;
	}
	.garantiya-advantages-line {
		margin: 60px auto;
		width: 90%;
	}
	.garantiya-advantages-item-img {
		max-width: 80%;
	}
	.o-kompanii-video__item {
		width: 75%;
	}
	.o-kompanii-video__iframe {
		height: 290px;
	}
	.products__list {
		justify-content: center;
	}
	.products__item {
		width: 70%;
	}
	.products__item-btn {
		padding: 8px 28px;
	}

	.product-info-tab-content {
		padding: 15px;
	}

	.products-banner__container {
		flex-direction: column;
	}
}
@media (max-width: 575px) {
	.header-top__container {
		flex-direction: column;
		row-gap: 12px;
	}
	.header-top__contacts {
		row-gap: 12px;
	}
	.contacts__list {
		justify-content: center;
	}
	.contacts__item {
		flex-basis: 90%;
	}
	.garantiya-advantages-item {
		width: 100%;
	}
	.garantiya-advantages-line {
		width: 100%;
	}
	.garantiya-advantages-item-img {
		max-width: 100%;
	}
	.o-kompanii-banner-title {
		font-size: 2.875rem;
	}
	.o-kompanii-video__item {
		width: 100%;
	}
	.o-kompanii-video__iframe {
		height: 270px;
	}
	.o-kompanii-info__container {
		padding-right: 8%;
		padding-left: 8%;
	}
	.o-kompanii-rating__item {
		width: 85%;
	}

	.products__item {
		width: 90%;
	}

	.product-header-slider-main {
		height: auto;
	}
	.product-header-slider-nav__item {
		height: auto;
	}

	.info-block {
		width: 90%;
	}
}
@media (max-width: 409px) {
	.contacts__item {
		flex-basis: 100%;
	}
	.contacts__item-img {
		max-width: 200px;
	}
	.o-kompanii-banner-title {
		font-size: 2.125rem;
	}
	.o-kompanii-video__iframe {
		height: 200px;
	}
	.products__item {
		width: 100%;
	}
	.products__item-btn {
		padding: 8px 15px;
	}
	.product-info-tab-header {
		padding: 12px 10px;
	}
	.info-block {
		width: 100%;
	}
}

@media (max-height: 800px) {
	.contacts-map__dealers-map {
		height: 60vh;
	}
}
