.first-screen {
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #817D5C;
	color: #ffffff;
	margin-bottom: 80px;
}
.first-screen-container {
	padding-top: 55px;
	padding-bottom: 40px;
}
h1 {
	font-weight: 400;
	margin-bottom: 25px;
}

.first-screen-description {
	font-style: italic;
	color: #dfd4b9;
	margin-bottom: 40px;
}

.first-screen-advantage {
	list-style: none;
	display: block;
}
.first-screen-advantage:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	height: 40px;
	background: url("/Public/Images/icons-advantages.webp") 0 0 no-repeat;
}
@media all and (-Webkit-min-device-pixel-ratio: 1.5),
all and (-moz-min-device-pixel-ratio: 1.5),
all and (-o-min-device-pixel-ratio: 3/2),
all and (min-device-pixel-ratio: 1.5) {
	.first-screen-advantage:before {
		background-image: url("/Public/Images/icons-advantages_x2.webp");
		background-size: auto 40px;
	}
}
.first-screen-advantage_years:before {
	width: 31px;
	left: 5px;
	background-position: 0 0;
}
.first-screen-advantage_factory:before {
	width: 44px;
	left: 0;
	background-position: -34px 0;
}
.first-screen-advantage_window:before {
	width: 37px;
	left: 2px;
	background-position: -79px 0;
}
.first-screen-btn {
	position: absolute;
	z-index: 1;
	bottom: -25px;
	left: var(--container-padding);
	font-size: 16px;
	box-shadow: 0 0 18px 0 #5b5b5b;
	width: min(calc(100% - var(--container-padding) * 2), 250px);
}


.mosquito-nets-title {
	margin-bottom: 15px;
}
.mosquito-nets-description {
	line-height: 1.7;
	color: var(--text-color2);
	margin-bottom: 20px;
}


.mosquito-nets + .consultation-banner {
	margin-top: 55px;
}


.news-calc-wrapper {
	margin-top: 60px;
	margin-bottom: 100px;
}
.news-list__item {list-style: none;}
.news-title {margin-bottom: 30px;}
.news-card__date {
	border-bottom: 1px solid;
	color: var(--emphasize1);
	font-weight: 500;
	margin-bottom: 10px;
}
.news-card__title {margin-bottom: 8px;}
.news-card__description {color:var(--text-color2);}

.calc-banner {
	background: hsl(var(--emphasize1-h), calc(var(--emphasize1-s) - 5%), calc(var(--emphasize1-l) - 12%));
	color:#ffffff;
	display: flex;
	align-items: center;
}
.calc-banner__container {
	width: 100%;
	padding:30px 20px 30px 97px;
}
.calc-banner__container:before {
	content: '';
	display: block;
	position:absolute;
	top:40px;
	left:30px;
	width:40px;
	height:49px;
	background: url("/Public/Images/icon-calc.webp");
}
@media all and (-Webkit-min-device-pixel-ratio:1.5),
all and (-moz-min-device-pixel-ratio:1.5),
all and (-o-min-device-pixel-ratio:3/2),
all and (min-device-pixel-ratio:1.5) {
	.calc-banner__container:before {
		background: url("/Public/Images/icon-calc_x3.webp");
		background-size:auto 49px;
	}
}

.calc-banner__title {
	font-size:24px;
	font-weight:500;
	margin-bottom:10px;
}
.calc-banner__description,
.calc-banner__link-icon {
	color: rgba(255, 255, 255, 0.85);
}
.calc-banner__description {
	font-size:16px;
	margin-bottom:20px;
}
.calc-banner__link {
	display: inline-flex;
	align-items: center;
}
.calc-banner__link-text {
	font-size: 16px;
	font-weight: 500;
	border-bottom: 1px solid;
}
.calc-banner__link-icon {
	margin-left: 15px;
	line-height:23px;
	height:26px;
	width:26px;
	text-align:center;
	border:2px solid;
	border-radius:50%;
	left:0;
	transition: left 0.3s linear;
}
.calc-banner__link:hover .calc-banner__link-text {border-bottom-color: transparent;}
.calc-banner__link:hover .calc-banner__link-icon {left:5px;}


@media all and (max-width: 939px) {
	.news {margin-bottom: 40px;}
}

@media all and (min-width: 940px) and (max-width: 1023px) {
	.news {
		width: 67%;
		padding-right: 40px;
	}
	.calc-banner {
		width: 33%;
	}
}

@media all and (min-width:1024px) {
	.news {
		margin-right: 70px;
	}
	.calc-banner {
		width: 370px;
	}
}

@media all and (max-width: 519px) {
	h1 {
		font-size: 30px;
		max-width: 270px;
	}
	.first-screen-advantage {
		margin-bottom: 25px;
		font-size: 18px;
		max-width: 400px;
	}
	.first-screen-description {
		font-size: 16px;
		max-width: 410px;
	}
}
@media all and (min-width: 520px) and (max-width: 839px) {
	h1 {
		font-size: 36px;
		max-width: 375px;
	}
}
@media all and (min-width: 840px) and (max-width: 939px) {
	h1 {
		font-size: 40px;
		max-width: 400px;
	}
}
@media all and (min-width: 940px) {
	h1 {
		font-size: 50px;
		max-width: 450px;
	}
}

@media all and (max-width: 639px) {
	.news-list__item:not(:first-child) {margin-top: 30px;}
}
@media all and (min-width: 640px) {
	.news-list {
		display: flex;
		margin: 0 -15px;
	}
	.news-list__item {
		padding: 0 15px;
		width: 50%;
	}
}

@media all and (min-width: 768px) {
	.first-screen-advantage {
		font-weight: 300;
	}
}
@media all and (min-width: 520px) and (max-width: 859px) {
	.first-screen-advantage {
		margin-bottom: 30px;
		font-size: 20px;
		max-width: 430px;
	}
	.first-screen-description {
		font-size: 17px;
		max-width: 430px;
	}
}
@media all and (max-width: 859px) {
	.first-screen {
		background-position: 50% 50%;
	}
	.first-screen-advantage {
		padding-left: 55px;
	}
}
@media all and (min-width: 860px) {
	.first-screen {
		background-position: 58% 50%;
	}
	.first-screen-advantage {
		margin-bottom: 40px;
		font-size: 24px;
		padding-left: 62px;
	}
	.first-screen-description {
		font-size: 20px;
		max-width: 520px;
	}
}
@media all and (min-width: 860px) and (max-width: 1180px) {
	.first-screen-advantage {
		max-width: 500px;
	}
}

@media all and (min-width: 940px) {
	.news-calc-wrapper {
		display: flex;
	}
	.news {
		flex-grow: 2;
	}
	.calc-banner {
		flex-shrink: 0;
	}
}