/*

-- Watson-Energo
template: lightningprotection-private-house

Powered by Lemur Digital
hello@lemur.digital
https://lemur.digital

*/

/* Description */
.screen1 {
	background: #f1f1f1;
	padding: 140px 0 132px 0;
}

@media all and (max-width: 894px) {
	.screen1 {
		padding: 112px 0 105px 0;
	}
}

.screen1 .bloc {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto;
}

@media all and (min-width: 995px) and (max-width: 1199px) {
	.screen1 .bloc {
		flex-direction: column;
		align-items: center;
		max-width: 894px;
	}
}

@media all and (max-width: 994px) {
	.screen1 .bloc {
		flex-direction: column;
		align-items: center;
		max-width: 550px;
	}
}

.screen1 .bloc .des {
	max-width: -webkit-calc(100% - 580px);
	max-width:      -o-calc(100% - 580px);
	max-width:         calc(100% - 580px);
	margin-left: 30px;
}


@media all and (max-width: 1199px) {
	.screen1 .bloc .des {
		max-width: -webkit-calc(100% - 30px);
		max-width:      -o-calc(100% - 30px);
		max-width:         calc(100% - 30px);
		margin-left: 15px;
		margin-top: 40px;
	}
}

.screen1 .bloc .des .inside {
	width: 100%;
	margin-top: 46px;
}

.screen1 .bloc .des .inside p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #434343;
}

.screen1 .bloc .des .inside p + p {
	margin-top: 40px;
}

.screen1 .bloc .des .inside a {
	color: #00543d;
}

.screen1 .bloc .des .inside a:hover {
	color: #e10020;
}

.screen1 .bloc .des .inside::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

.screen1 .bloc .des .inside::-webkit-scrollbar-track-piece {
	background-color: #dbdbdb;
	-webkit-border-radius: 5px;
}

.screen1 .bloc .des .inside::-webkit-scrollbar-thumb:vertical {
	height: 50px;
	background-color: #00543d;
	-webkit-border-radius: 5px;
}

.screen1 .image-bloc {
	width: 550px;
	position: relative;
}

@media all and (max-width: 994px) {
	.screen1 .image-bloc {
		width: -webkit-calc(100% - 15px);
		width:      -o-calc(100% - 15px);
		width:         calc(100% - 15px);
		margin-left: 15px;
	}
}

.screen1 .image-bloc:before {
	content: '';
	display: block;
	width: 2px;
	height: 70px;
	background: #00543d;
	position: absolute;
	top: -15px;
	left: -15px;
}

.screen1 .image-bloc:after {
	content: '';
	display: block;
	width: 70px;
	height: 2px;
	background: #00543d;
	position: absolute;
	top: -15px;
	left: -15px;
}

.screen1 .image-bloc .bg {
	float: left;
	width: 100%;
	background: #00543d;
	position: relative;
}

.screen1 .image-bloc .bg .image {
	float: left;
	width: 100%;
	position: relative;
	top: -5px;
	left: -5px;
	background: #dbdbdb;
}

.screen1 .image-bloc .bg:before,
.screen1 .image-bloc .bg .image:before {
	content: '';
	float: left;
	padding-top: 61.8181818%;
}

.screen1 .image-bloc .image > .lrwb-image-lazy {
	background: #dbdbdb;
}

/* Внешняя молниезащита */
.screen1-1 {
	background: #f1f1f1;
	padding: 0 0 132px 0;
}

@media all and (max-width: 894px) {
	.screen1-1 {
		padding: 0 0 105px 0;
	}
}

.screen1-1 .bloc {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	margin-top: 75px;
}

@media all and (max-width: 894px) {
	.screen1-1 .bloc {
		margin-top: 60px;
	}
}

.screen1-1 .bloc .image {
	width: 100%;
	max-width: 550px;
	margin-bottom: 40px;
}

.screen1-1 .bloc .image:before {
	content: '';
	float: left;
	padding-top: 61.8181818%;
}

@media all and (min-width: 1160px) {
	.screen1-1 .bloc .image {
		position: sticky;
		top: 130px;
		margin-bottom: 0;
	}
}

.screen1-1 .bloc .des {
	width: 100%;
	max-width: -webkit-calc(100% - 580px);
	max-width:      -o-calc(100% - 580px);
	max-width:         calc(100% - 580px);
	margin-right: 30px;
	color: #43423e;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0;
	font-weight: 400;
}

@media all and (max-width: 1159px) {
	.screen1-1 .bloc .des {
		max-width: 864px;
		margin-right: 0;
		order: 1;
	}
}

.screen1-1 .bloc .des p {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0;
	font-weight: 400;
}

.screen1-1 .bloc .des a {
	color: #00543d;
}

.screen1-1 .bloc .des a:hover {
	color: #e10020;
}

.screen1-1 .bloc .des p + p {
	margin-top: 40px;
}

.screen1-1 .bloc .des p + ul {
	margin-top: 3px;
}

.screen1-1 .bloc .des ul + p {
	margin-top: 40px;
}

.screen1-1 .bloc .des ul li {
	padding-left: 10px;
	position: relative;
}

.screen1-1 .bloc .des ul li:before {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	background: #434343;
	position: absolute;
	left: 2px;
	top: 10px;
	border-radius: 100%;
}

.screen1-1 .bloc .des ul li + li {
	margin-top: 3px;
}

/* Внутренняя молниезащита */
.screen1-2 {
	background: #f1f1f1;
	padding: 0 0 132px 0;
}

@media all and (max-width: 894px) {
	.screen1-2 {
		padding: 0 0 105px 0;
	}
}

.screen1-2 .bloc {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	margin-top: 75px;
}

@media all and (max-width: 894px) {
	.screen1-1 .bloc {
		margin-top: 60px;
	}
}

.screen1-2 .bloc .image {
	width: 100%;
	max-width: 550px;
	margin-bottom: 40px;
}

.screen1-2 .bloc .image:before {
	content: '';
	float: left;
	padding-top: 61.8181818%;
}

@media all and (min-width: 1160px) {
	.screen1-2 .bloc .image {
		position: sticky;
		top: 130px;
		margin-bottom: 0;
	}
}

.screen1-2 .bloc .des {
	width: 100%;
	max-width: -webkit-calc(100% - 580px);
	max-width:      -o-calc(100% - 580px);
	max-width:         calc(100% - 580px);
	margin-left: 30px;
	color: #43423e;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0;
	font-weight: 400;
}

@media all and (max-width: 1159px) {
	.screen1-2 .bloc .des {
		max-width: 864px;
		margin-left: 0;
	}
}

.screen1-2 .bloc .des p + p {
	margin-top: 40px;
}

.screen1-2 .bloc .des p + ol {
	margin-top: 3px;
}

.screen1-2 .bloc .des ol + p {
	margin-top: 40px;
}

.screen1-2 .bloc .des ol {
	margin-left: 23px;
	position: relative;
}

/* Молниезащита помогает */
.screen2 {
	background: #f1f1f1;
	padding: 0 0 150px 0;
	text-align: center;
}

@media all and (max-width: 890px) {
	.screen2 {
		padding: 0 0 120px 0;
	}
}

.screen2 h2 {
	margin-bottom: 81px;
}

@media all and (max-width: 890px) {
	.screen2 h2 {
		margin-bottom: 65px;
	}
}

.screen2 .flexbox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
}

@media all and (min-width: 590px) and (max-width: 1199px) {
	.screen2 .flexbox {
		max-width: 560px;
	}
}

@media all and (max-width: 589px) {
	.screen2 .flexbox {
		max-width: 255px;
	}
}

.screen2 .item {
	width: 255px;
	text-align: center;
	margin: 25px;
}

@media all and (min-width: 1200px) {
	.screen2 .item {
		margin: 0 25px;
	}

	.screen2 .item:first-child {
		margin-left: 0;
	}

	.screen2 .item:last-child {
		margin-right: 0;
	}
}

@media all and (min-width: 590px) and (max-width: 1199px) {
	.screen2 .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.screen2 .item:nth-child(2n+2) {
		margin-right: 0;
	}

	.screen2 .item:nth-last-child(-n+2) {
		margin-bottom: 0;
	}

	.screen2 .item:nth-child(2n+1) {
		margin-left: 0;
	}
}

@media all and (max-width: 589px) {
	.screen2 .item {
		margin: 25px 0;
	}

	.screen2 .item:first-child {
		margin-top: 0;
	}

	.screen2 .item:last-child {
		margin-bottom: 0;
	}
}

.screen2 .item .icon {
	width: 100px;
	height: 100px;
	border: 1px solid #00543d;
	border-radius: 100%;
	margin: 0 auto;
	margin-bottom: 26px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.screen2 .item:hover .icon {
	background: #00543d;
}

.screen2 .item .icon svg {
	height: 40px;
}

.screen2 .item .icon .color {
	fill: #00543d;
}

.screen2 .item:hover .icon .color {
	fill: #f1f1f1;
}

.screen2 .item p {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0;
	color: #00543d;
}

.screen2 .item .icon,
.screen2 .item .icon .color {
	-webkit-transition: all ease-out 0.2s;
	-moz-transition:    all ease-out 0.2s;
	-o-transition:      all ease-out 0.2s;
	transition:         all ease-out 0.2s;
}

.screen2 .item:hover .icon,
.screen2 .item:hover .icon .color {
	-webkit-transition: all ease-in 0.2s;
	-moz-transition:    all ease-in 0.2s;
	-o-transition:      all ease-in 0.2s;
	transition:         all ease-in 0.2s;
}

/* Преимущества */
.screen5 {
	background: #fff;
	text-align: center;
	padding: 134px 0 136px 0;
}

@media all (max-width: 894px) {
	.screen5 {
		padding: 107px 0 109px 0;
	}
}

.screen5 h2 {
	margin-bottom: 94px;
	text-align: center;
}

@media all (max-width: 894px) {
	.screen5 h2 {
		margin-bottom: 75px;
	}
}

.screen5 .blocs {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto;
}

@media all and (min-width: 900px) and (max-width: 1199px) {
	.screen5 .blocs {
		max-width: 900px;
	}
}

@media all and (min-width: 600px) and (max-width: 899px) {
	.screen5 .blocs {
		max-width: 600px;
	}
}

@media all and (max-width: 599px) {
	.screen5 .blocs {
		max-width: 270px;
	}
}

.screen5 .blocs .bloc {
	width: 270px;
	margin: 0 15px 55px 15px;
	color: #434343;
	letter-spacing: 0;
}

@media all and (min-width: 1200px) {
	.screen5 .blocs .bloc:nth-child(4n+1) {
		margin-left: 0;
	}

	.screen5 .blocs .bloc:nth-child(4n),
	.screen5 .blocs .bloc:last-child {
		margin-right: 0;
	}

	.screen5 .blocs .bloc:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
}

@media all and (min-width: 900px) and (max-width: 1199px) {
	.screen5 .blocs .bloc:nth-child(3n+1) {
		margin-left: 0;
	}

	.screen5 .blocs .bloc:nth-child(3n),
	.screen5 .blocs .bloc:last-child {
		margin-right: 0;
	}

	.screen5 .blocs .bloc:nth-last-child(-n+3) {
		margin-bottom: 0;
	}
}

@media all and (min-width: 600px) and (max-width: 899px) {
	.screen5 .blocs .bloc:nth-child(2n+1) {
		margin-left: 0;
	}

	.screen5 .blocs .bloc:nth-child(2n),
	.screen5 .blocs .bloc:last-child {
		margin-right: 0;
	}

	.screen5 .blocs .bloc:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
}

@media all and (max-width: 599px) {
	.screen5 .blocs .bloc {
		margin: 0 0 55px 0;
	}

	.screen5 .blocs .bloc:last-child {
		margin-bottom: 0;
	}
}

.screen5 .blocs .bloc .icon {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	box-sizing: border-box;
	border: 1px solid #00543d;
	border-radius: 100%;
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.screen5 .blocs .bloc .icon svg {
	height: 40px;
}

.screen5 .blocs .bloc .icon .color {
	fill: #00543d;
}

.screen5 .blocs .bloc:hover .icon {
	background: #00543d;
}

.screen5 .blocs .bloc:hover .icon .color {
	fill: #f1f1f1;
}

.screen5 .blocs .bloc p:nth-child(2) {
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 21px;
}

.screen5 .blocs .bloc p:nth-child(3) {
	font-size: 16px;
	line-height: 24px;
}

/* Продукт */
.screen6 {
	background: #fff;
	padding: 145px 0 150px 0;
}

@media all and (max-width: 894px) {
	.screen6 {
		padding: 112px 0 120px 0;
	}
}

.screen6 h2 {
	margin-bottom: 45px;
}

.screen6 p.info {
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0;
	color: #e10020;
	margin-bottom: 75px;
}

@media all and (max-width: 894px) {
	.screen6 p.info {
		margin-bottom: 60px;
	}
}

.screen6 p.info svg {
	width: 16px;
	margin-right: 10px;
	position: relative;
	top: 1px;
}

.screen6 p.info svg .color {
	fill: #e10020;
}

.screen6 .bloc {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}

.screen6 .bloc .image {
	width: 100%;
	max-width: 550px;
	margin-bottom: 40px;
}

.screen6 .bloc .image:before {
	content: '';
	float: left;
	padding-top: 61.8181818%;
}

@media all and (min-width: 1160px) {
	.screen6 .bloc .image {
		position: sticky;
		top: 130px;
		margin-bottom: 0;
	}
}

.screen6 .bloc .des {
	width: 100%;
	max-width: -webkit-calc(100% - 580px);
	max-width:      -o-calc(100% - 580px);
	max-width:         calc(100% - 580px);
	margin-left: 30px;
	color: #43423e;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0;
	font-weight: 400;
}

@media all and (max-width: 1159px) {
	.screen6 .bloc .des {
		max-width: 864px;
		margin-left: 0;
	}
}

.screen6 .bloc .des p {
	margin-bottom: 40px;
}

.screen6 .bloc .des ul li {
	padding-left: 10px;
	position: relative;
}

.screen6 .bloc .des ul li:before {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	background: #434343;
	position: absolute;
	left: 2px;
	top: 10px;
	border-radius: 100%;
}

.screen6 .bloc .des p:last-child {
	margin-bottom: 0;
}

/* Blog */
.screen7 {
	padding: 120px 0 140px 0;
	text-align: center;
}

@media all and (max-width: 894px) {
	.screen7 {
		padding: 96px 0 112px 0;
	}
}

.screen7 > .lrwb-image-lazy {
	background: #f1f1f1;
}

.screen7 h2 {
	color: #434343;
	margin-bottom: 97px;
}

@media all and (max-width: 894px) {
	.screen7 h2 {
		margin-bottom: 77px;
	}
}

.screen7 h2 span {
	font-weight: 500;
	font-size: 72px;
	line-height: 108px;
	color: #00543d;
	display: inline-block;
}

@media all and (max-width: 894px) {
	.screen7 h2 span {
		font-size: 40px;
		line-height: 60px;
	}
}

@media all and (min-width: 1200px) {
	.blog .bloc:nth-last-child(-n+3) {
		margin-bottom: 0;
	}
}

@media all and (max-width: 1199px) {
	.blog .bloc:nth-last-child(1) {
		margin-bottom: 0;
	}
}
