@media (max-width: 1900px) {

}

@media (max-width: 1469px) {

}
@media (max-width: 1024px) {
	.products{
		display: block;
		width: 65%;
		margin: 0 auto 0;
	}
	.products__col{
		width: 100%;
	}
	.products__col:not(:last-child){
		margin: 0 0 40px 0;
	}
	.product{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-content: flex-start;
	}
	.product__top{
		width: 50%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		position: relative;
	}
	.product__label{
		position: absolute;
		top: 0;
		right: 0;
	}
	.product__content{
		width: 50%;
	}
	.product__head{
		margin: 0 0 15px 0;
		height: auto;
	}
	.product:not(:last-child){
		margin: 0 0 20px 0;
	}
	.product__img{
		height: auto;
	}
}
@media (max-width: 1019px) {

}
@media (max-width: 991px) {
	.form__wrapper{
		padding: 30px 20px 40px;
	}
	.form__col:not(:last-child) {
		margin: 0 20px 0 0;
	}
	.modal-content{
		max-width: 650px;
		padding: 34px 20px 40px;
	}

}
@media (max-width: 767px) {
	.products{
		width: 100%;
	}
	.product{
		padding: 5px 10px 10px;
		align-items: center;
		position: relative;
		justify-content: center;
	}
	.product__top{
		width: 40%;
		background: none;
		display: block;
		padding-top: 30px;
		position: static;
	}
	.product__content{
		width: auto;
		padding: 0 0 0 25px;
	}
	.product__list{
		min-height: inherit;
		max-width: 220px;
		margin: 0 auto 15px;
	}
	.product__list li:before{
		width: 23px;
		height: 23px;
		background-size: contain;
	}
	.product__label{
		display: block;
		margin: 0;
		top: -20px;
		left: 10px;
		max-width: fit-content;
	}
	.product__title{
		font-size: 18px;
		margin: 0 0 10px 0;
	}
	.product__label-wrap{
		flex-direction: row;
		width: auto;
		padding: 0 5px;
		height: 26px;
	}
	.product__head{
		font-size: 18px;
		margin: 0 0 10px 0;
	}
	.product__img img{
		max-width: 100%;
	}
	.products__col:first-child .product__img img {
		max-width: 57%;
	}
	.product__price b{
		font-size: 26px;
	}
	.product__price span{
		margin: 0 0 10px 0;
	}
	.product__price{
		margin: 0 0 15px 0;
	}
	.promo__top{
		margin: 0 0 40px 0;
	}
	.promo__top p{
		font-size: 20px;
	}
	.promo__top p br{
		display: none;
	}
	.form__wrapper{
		display: block;
	}
	.form__col{
		width: 100%;
	}
	.form__col:not(:last-child){
		margin: 0 0 20px 0;
	}
	.reviews__item{
		padding: 20px 15px 25px;
	}
	.modal-content{
		max-width: 100%;
		padding: 34px 20px 40px;
	}
	.modal-overlay{
		padding: 0;
	}
	.modal-close{
		top: 10px;
		right: 10px;
	}
	.modal-content h1{
		font-size: 28px;
	}
	.modal-content h3, .modal-content h4{
		font-size: 16px;
	}
	.modal-content p, .modal-content p span{
		font-size: 14px;
	}
	.footer .container{
		flex-direction: column-reverse;
	}
	.copyright{
		text-align: center;
	}
	.footer__right{
		margin: 0 0 15px 0;
	}
}
@media (max-width: 585px) {

}
@media (max-width: 499px) {
	.product__content{
		padding: 0 0 0 5px;
	}
}
@media (max-width: 439px) {
	.form__row{
		flex-wrap: wrap;
	}
	.form__row .input:not(:last-child) {
		margin: 0 0 10px 0;
	}
	.form__row .input{
		width: 100% !important;
	}
}
@media (max-width: 389px) {
	.product{
		align-items: flex-start;
	}
}

@media (max-width: 530px) {


}