

@charset "utf-8";

@media screen and (min-width: 1450px){
	.prime__background img {
		-o-object-fit: contain;
		   object-fit: contain;
	}
}
@media screen and (max-width: 1260px) {
	.cover {
		padding-left: 30px;
		padding-right: 30px;
	}
	.content {
		width: -webkit-calc(100% - 60px);
		width: calc(100% - 60px);
	}
	.banner__wrap {
		width: 63%;
	}
}

@media screen and (max-width: 1000px) {
	.prime  {
		padding-top: 50px;
		padding-bottom: 180px;
	}
	.tiles {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.banner {
		margin: 60px auto;
		padding: 50px 24px;
	}
	.banner__background img{
		-o-object-position: 90%;
		   object-position: 90%;
	}
	.banner__background {
		opacity: 0.6;
	}
	.article {
		padding-top: 0;
		padding-bottom: 60px;
	}

	.contacts {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.footer {
		padding-top: 40px;
		padding-bottom: 30px;
	}
	.footer__copy {
		margin-top: 40px;
	}
}


@media screen and (max-width: 800px) {
	.header__link {
		display: none;
	}
	.header__button {
		margin-left: auto;
	}

	.cover {
		padding-left: 20px;
		padding-right: 20px;
	}
	.content {
		width: -webkit-calc(100% - 40px);
		width: calc(100% - 40px);
	}

	.prime__title {
		font-size: 8vw;
		line-height: 9vw;
	}
	.prime__text {
		font-size: 5vw;
	}
	.tiles {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.tile {
		width: 100%;
	}
	.tile + .tile {
		margin-top: 20px;
	}

	h2 {
		font-size: 7vw;
		line-height: 8vw;
	}

	h3 {
		font-size: 7vw;
		line-height: 8vw;
	}

	h4 {
		font-size: 6vw;
		line-height: 7vw;
	}
	.banner__background {
		opacity: 0.4;
	}
	.banner__wrap {
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	.prime__arrow {
		width: 46px;
		height: 46px;
	}
	.header__logo {
		margin-right: 30px;
	}
	.header__button {
		font-size: 12px;
		padding: 10px 16px;
	}


	.cover {
		padding-left: 14px;
		padding-right: 14px;
	}
	.content {
		width: -webkit-calc(100% - 28px);
		width: calc(100% - 28px);
	}
	.title, h2, h3, h4 {
		text-align: center;
	}
	.banner {
		-webkit-box-align: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
		text-align: center;
	}
	.banner__wrap {
		max-width: 100%;
	}
	.banner__title {
		text-align: center;
	}
	.banner__background img {
		-o-object-position: 90%;
		   object-position: 90%;
	}
	.footer {
		-webkit-box-align: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.footer__contacts  {
		text-align: center;
		margin-top: 20px;
	}
	.footer__contacts p {
		margin-bottom: 10px;
	}
}
