@media only screen and (max-width: 1500px) {
	.assortiment h2 {
		font-size: 34px;
		line-height: 40px;
	}
	.assortiment p {
		font-size: 26px;
		line-height: 30px;
	}
}
@media only screen and (max-width: 1300px) {
	.preim > div h2 {
		font-size: 20px;
		line-height: 24px;
	}
}
@media only screen and (max-width: 1200px) {
	.preim > div h2 {
		font-size: 20px;
		line-height: 24px;
	}
	.preim {
		column-gap: 100px;
	}
	.preim > div:nth-child(1),
	.preim > div:nth-child(2) {
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
}
@media only screen and (max-width: 1260px) {
	.hea > a:nth-child(1) {
		order: 1;
	}
	.hea > div:nth-child(2) {
		order: 3;
	}
	.hea > div:nth-child(3) {
		order: 2;
	}

	.pg11 {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.p11 {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.assortiment > div > div div:has(h2) {
		padding: 0 80px 0 80px;
	}

	.sltt h1 {
		font-size: 38px;
		line-height: 52px;
	}
	.sltt p {
		width: 70%;
	}
}

@media only screen and (max-width: 1100px) {
	.preim > div h2 {
		font-size: 18px;
		line-height: 22px;
	}
	.preim {
		column-gap: 80px;
	}
	.preim > div:nth-child(1),
	.preim > div:nth-child(2) {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.preim > div p {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 1000px) {
	.pg11 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.p11 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.preim {
		column-gap: 60px;
	}

	.assortiment > div > div div:has(h2) {
		padding: 60px;
	}
}

@media only screen and (max-width: 900px) {
	.pg11 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.p11 {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.sltt h1 {
		font-size: 32px;
		line-height: 46px;
	}
	.sltt p {
		width: 80%;
		font-size: 22px;
		line-height: 28px;
	}
	.cntcon {
		width: 80%;
	}

	.preim {
		grid-template-columns: repeat(1, 1fr);
	}
	.preim > div:nth-child(1),
	.preim > div:nth-child(2),
	.preim > div:nth-child(3) {
		border-bottom: 1px solid #c9d4d8;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 800px) {
	.pg11 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.p11 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

@media only screen and (max-width: 750px) {
	.hea {
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		height: auto;
		margin: 20px 0 20px 0;
		width: 100%;
	}
	.hea > a {
		text-align: center;
	}
	.hea > div:last-child {
		margin-left: 0;
	}

	.hea > a:nth-child(1) {
		order: 1;
	}
	.hea > div:nth-child(2) {
		order: 2;
	}
	.hea > div:nth-child(3) {
		order: 3;
	}
	.hea > div:last-child {
		width: 100%;
		justify-content: center;
		margin-top: 20px;
	}
}
@media only screen and (max-width: 460px) {
	.hea > div:last-child {
		flex-wrap: wrap;
	}
	.bttop {
		width: 100%;
		justify-content: center;
	}
	.lang {
		margin-left: 0;
	}
}
@media only screen and (max-width: 350px) {
	.hea a img {
		width: 190px;
	}
}
@media only screen and (max-width: 730px) {
	.cntcon {
		width: 70%;
		flex-wrap: wrap;
		justify-content: center;
	}
	.cntcon a {
		width: 350px;
		margin: 40px 0 0 0;
	}
	.cntcon a:last-child {
		margin-top: 20px;
		margin-left: 0;
		margin-bottom: 30px;
	}
	.cntcon a:first-child {
		margin-right: 0;
	}
	.cntcon a:last-child {
		margin-left: 0;
	}
	.sltt h1 {
		font-size: 28px;
		line-height: 40px;
	}
	.sltt p {
		font-size: 20px;
		line-height: 26px;
	}
}
@media only screen and (max-width: 630px) {
	.sltt p {
		font-size: 18px;
		line-height: 24px;
		width: 90%;
	}
	.sltt h1 {
		font-size: 24px;
		line-height: 32px;
	}

	.assortiment h2 {
		font-size: 30px;
		line-height: 36px;
	}
	.assortiment p {
		font-size: 22px;
		line-height: 28px;
	}
	.assortiment > div > div div:has(h2) {
		padding: 40px;
	}
}

@media only screen and (max-width: 500px) {
	.cntcon {
		width: 100%;
	}
	.cntcon a {
		width: 70%;
	}
	.sltt h1 {
		padding: 0 20px 0 20px;
	}
	.sltt h1 br {
		display: none;
	}
	.sltt p {
		width: 85%;
	}
	.preim > div:nth-child(1),
	.preim > div:nth-child(2),
	.preim > div:nth-child(3) {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.preim > div h2 {
		font-size: 16px;
		line-height: 20px;
	}
}
@media only screen and (max-width: 400px) {
	.cntcon a {
		width: 90%;
	}
	.sltt p {
		width: 80%;
	}

	.assortiment h2 {
		font-size: 24px;
		line-height: 30px;
	}
	.assortiment p {
		font-size: 18px;
		line-height: 24px;
	}
	.assortiment > div > div div:has(h2) {
		padding: 30px;
	}
}
@media only screen and (max-width: 350px) {
	.cntcon a {
		width: 90%;
	}
	.sltt p {
		width: 70%;
	}
}
/* ------------------- */

@media only screen and (max-width: 1200px) {
	footer > div:first-child > div:nth-of-type(1) {
		width: 22%;
	}
	footer > div:first-child > div:nth-of-type(2) {
		width: 30%;
	}
	footer > div:first-child > div:nth-of-type(3) {
		width: 48%;
	}
}

@media only screen and (max-width: 1080px) {
	footer > div:first-child {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	footer > div:first-child > div {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	footer > div:first-child > div:nth-of-type(1) {
		margin-right: 30px;
		padding-right: 30px;
	}
	footer > div:first-child > div:nth-of-type(2) {
		margin-right: 0;
		padding-right: 0;
		border-right: none;
	}
	footer > div:first-child > div:nth-of-type(1),
	footer > div:first-child > div:nth-of-type(2) {
		width: 46%;
	}
	footer > div:first-child > div:nth-of-type(3) {
		width: 100%;
		margin-top: 30px;
		padding-top: 30px;
		border-top: 1px solid #c9d4d8;
	}
}
@media only screen and (max-width: 860px) {
	footer > div:first-child > div:nth-of-type(1) {
		width: 48%;
	}
	footer > div:first-child > div:nth-of-type(2) {
		width: 44%;
	}
}

@media only screen and (max-width: 800px) {
	footer > div:first-child > div:nth-of-type(3) h2 {
		text-align: center;
	}
	footer > div:first-child > div:nth-of-type(3) > div {
		justify-content: center;
	}
}

@media only screen and (max-width: 620px) {
	footer > div:first-child > div:nth-of-type(1),
	footer > div:first-child > div:nth-of-type(2) {
		width: 100%;
		margin-right: 0;
		padding-right: 0;
		border-right: none;
	}
	footer > div:first-child > div:nth-of-type(2) h2 {
		text-align: center;
	}
	footer > div:first-child > div:nth-of-type(2) > div,
	footer > div:first-child > div:nth-of-type(3) > div,
	footer > div:first-child > div:nth-of-type(2) > a {
		justify-content: center;
	}
	footer > div:first-child > div:nth-of-type(1) {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	footer > div:first-child > div:nth-of-type(1) > ul:nth-of-type(2) {
		margin-top: 20px;
	}
	footer > div:first-child > div:nth-of-type(1) ul li a {
		display: block;
	}
	footer > div:first-child > div:nth-of-type(2) {
		margin: 30px 0 0;
		padding-top: 30px;
		border-top: 1px solid #c9d4d8;
	}
	footer > div:first-child > div:nth-of-type(2) > div,
	footer > div:first-child > div:nth-of-type(3) > div {
		align-items: center;
	}
	footer > div:first-child > div:nth-of-type(2) > div a {
		display: block;
	}
	.podel {
		position: relative;
		margin-top: 20px;
	}
	.podel p {
		margin-top: 15px;
	}

	footer > div:first-child > div:nth-of-type(1) p {
		margin-right: 0;
	}
}

@media only screen and (max-width: 500px) {
	.h2 h2,
	.h1 h1,
	.cath2 {
		font-size: 20px;
		line-height: 22px;
	}
	.sol h1,
	.sol h2 {
		font-size: 16px;
		hyphens: manual !important;
	}
}
@media only screen and (max-width: 450px) {
	.okbl {
		margin: 0 0 -6px 0;
	}
	.okbl > div {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% - 0px);
		flex: 0 0 calc(100% - 0px);
		margin: 0 0 6px 0;
	}
	.okbl > div:nth-of-type(1)::after,
	.okbl > div:nth-of-type(2)::after,
	.okbl > div:nth-of-type(3)::after,
	.okbl > div:nth-of-type(4)::after {
		left: auto;
		bottom: auto;
		border-bottom: none;
		border-right: none;

		top: 0;
		right: 0;
		border-top: 25px solid #e1e6e9;
		border-left: 25px solid transparent;
	}
}
@media only screen and (max-width: 430px) {
	.nahrb a {
		width: 230px;
		height: 50px;
		line-height: 50px;
	}
	.h2 h2,
	.h1 h1,
	.cath2 {
		font-size: 18px;
		line-height: 20px;
	}
}
@media only screen and (max-width: 400px) {
	footer > div:last-child > div {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}
	footer > div:last-child span {
		width: 100%;
		margin-bottom: 10px;
	}
	.pokrab {
		width: 90%;
	}
	.ya-share2__container_size_m .ya-share2__icon {
		width: 20px !important; /* стандартный размер 28px */
		height: 20px !important;
		background-size: 20px !important;
	}
	.tabsnl {
		height: 70px;
		font-size: 13px;
		line-height: 16px;
	}
}
@media only screen and (max-width: 350px) {
	.allphoto {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}
}
