@media (max-width: 1399.98px) {
	html, body {
		font-size: 14px;
	}
	.header .header-item .header-items--menu ul {
		gap: 20px;
	}
}
@media (max-width: 1199.98px) {
	.header .header-item .header-items--logo {
		font-size: 22px;
	}
	.header .header-item .header-items--contacts a {
		font-size: 16px;
	}
	.header .header-item .header-items--contacts span {
		font-size: 10px;
	}
	.header .header-item .header-items--menu ul {
		gap: 15px;
	}
	.buttons {
		padding: 0 10px;
	}
	.title {
		margin-bottom: 30px;
	}
	.advantages-item img {
		height: 60px;
	}
	.advantages-item .advantages-item__name {
		font-size: 16px;
	}
	.advantages-item .advantages-item__desc {
		font-size: 12px;
	}
	.gift {
		padding: 60px 0;
	}
	section {
		padding: 30px 0;
	}
}
@media (max-width: 991.98px) {
	.header .header-item .header-items--menu {
		display: none;
	}
	.forms .forms-item {
		border-radius: 30px;
	}
	.type-canvas-card .type-canvas-card__img {
		max-width: 250px;
		min-width: 250px;
	}
	.type-canvas-card .type-canvas-card__body {
		padding: 15px 20px;
	}
	.footer .footer-item {
		display: block;
	}
	.footer .footer-item .footer-items--menu {
		margin: 20px 0;
	}
	.footer .footer-item .footer-items--menu ul {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.footer .footer-item .footer-items--contacts ul {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
}
@media (max-width: 767.98px) {
	.home-banner {
		height: 550px;
	}
	.home-banner .home-banner-scroll {
		display: none;
	}
	.type-canvas-card {
		display: block;
	}
	.type-canvas-card .type-canvas-card__img {
		min-width: unset;
		max-width: unset;
		height: 150px;
	}
	.type-canvas-card .type-canvas-card__img img {
		-o-object-position: top;
		   object-position: top;
	}
}
@media (max-width: 575.98px) {
	.header {
		padding: 10px 0;
	}
	.header .header-item .header-items--btn {
		display: none;
	}
	.header .header-item .header-items--contacts {
		margin: 0 0 0 auto;
	}
	.header .header-item .header-items--contacts a {
		font-size: 14px;
		letter-spacing: normal;
	}
	.footer .footer-item {
		display: block;
	}
	.footer .footer-item .footer-items--menu {
		margin: 20px 0;
	}
	.footer .footer-item .footer-items--menu ul {
		display: block;
	}
	.footer .footer-item .footer-items--menu ul li {
		margin-bottom: 10px;
	}
	.mosquito-card {
		padding: 0 20px 20px 20px;
	}
	.mosquito-card .mosquito-card__img {
		height: 200px;
	}
	.forms .forms-item {
		border-radius: 20px;
		padding-bottom: 25px;
	}
	.forms .forms-item .forms-item__title {
		font-size: 20px;
		padding: 10px;
		margin-bottom: 25px;
	}
	.forms .forms-item form {
		padding: 0 15px;
		display: block;
		background: none;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	.forms .forms-item form input {
		min-width: unset;
		max-width: unset;
		border-radius: 7px;
	}
	.forms .forms-item form input:hover {
		border-color: var(--color-blue);
	}
	.forms .forms-item form .buttons {
		width: 100%;
		margin-top: 15px;
	}
	.modal-content-body .title {
		font-size: 22px;
	}
}