@media screen and (max-width:1550px) {
	.header {
		padding-top: 3vh;
	}

	.banner__title {
		font-size: 50px;
	}
}

@media screen and (max-width:1024px) {

	.advantages,
	.advantages__item {
		display: block;
	}

	.advantages__item {
		width: 100%;
		margin: auto;
	}

	.advantages__item+.advantages__item {
		margin-top: 20px;
	}
}

@media screen and (max-width:800px) {
	.banner__title {
		font-size: 36px;
	}
}

@media screen and (max-width:570px) {
	body {
		background-image: url('../img/mob_bg.jpg');
	}

	.header {
		padding-top: 1vh;
	}

	.main {
		padding-top: 1vh;
		padding-bottom: 5vh;
	}

	.banner__title {
		line-height: 1.2;
	}

	.banner__line:first-child .banner__title_green {
		display: block;
	}

	.banner__line:nth-child(2) {
		margin: 13px 0 11px;
	}

	.button {
		margin-top: 19vh;
	}

	.advantages {
		margin-top: 2.5vh;
	}

	.advantages__item,
	.advantages__item:last-child {
		background: #000;
		padding: 27px 45px 22px 130px;
		min-height: 132px;
	}

	.advantages__item {
		margin-top: 14px;
	}

	.advantages__title {
		font-size: 24px;
	}

	.advantages__text {
		font-size: 16px;
	}

	.advantages__numb,
	.advantages__item:nth-child(2) .advantages__numb:after,
	.advantages__item:last-child .advantages__numb:before,
	.advantages__item:last-child .advantages__numb:after {
		height: 80px;
	}

	.advantages__numb {
		top: 24px;
	}

	.advantages__item:first-child .advantages__numb {
		left: 66px;
	}

	.advantages__item:nth-child(2) .advantages__numb {
		left: 55px;
	}

	.advantages__item:last-child .advantages__numb {
		left: 72px;
	}

	.footer {
		padding-top: 0;
		padding-bottom: 2vh;
	}

	.footer__icons img {
		margin-bottom: 7px;
	}

	.footer__icons img:first-child,
	.footer__icons img:nth-child(11),
	.footer__icons img:nth-child(13) {
		height: 24px;
	}

	.footer__icons img:nth-child(2),
	.footer__icons img:nth-child(7) {
		height: 29px;
	}

	.footer__icons img:nth-child(3),
	.footer__icons img:nth-child(4),
	.footer__icons img:last-child {
		height: 23px;
	}

	.footer__icons img:nth-child(5) {
		height: 20px;
	}

	.footer__icons img:nth-child(6),
	.footer__icons img:nth-child(16) {
		height: 21px;
	}

	.footer__icons img:nth-child(8),
	.footer__icons img:nth-child(9) {
		height: 27px;
	}

	.footer__icons img:nth-child(10) {
		height: 25px;
	}

	.footer__icons img:nth-child(12) {
		height: 25px;
	}

	.footer__icons img:nth-child(14),
	.footer__icons img:nth-child(15) {
		height: 22px;
	}

}

@media screen and (max-width:400px) {
	.banner__title {
		font-size: 30px;
	}

	.button span {
		font-size: 28px;
		padding-left: 55px;
		padding-right: 55px;
	}

	.advantages__item,
	.advantages__item:last-child {
		padding-left: 80px;
		padding-right: 20px;
	}

	.advantages__item:first-child .advantages__numb {
		left: 33px;
	}

	.advantages__item:nth-child(2) .advantages__numb {
		left: 18px;
	}

	.advantages__item:last-child .advantages__numb {
		left: 40px;
	}
}