/*

-- Watson-Energo
template: lightningprotection

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

*/

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

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

.screen1 h2 {
	margin-bottom: 93px;
}

@media all and (min-width: 895px) {
	.screen1 h2 {
		font-size: 44px;
	}

	.uk .screen1 h2 {
		font-size: 43px;
	}
}

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

.screen1 .bloc {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	/*background-color: silver;*/
	margin: 0 auto;
}

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

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

.screen1 .bloc .des {
	max-width: -webkit-calc(100% - 600px);
	max-width:      -o-calc(100% - 600px);
	max-width:         calc(100% - 600px);
	margin-right: 50px;
}

@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-right: 15px;
		margin-top: 40px;
	}
}

.screen1 .bloc .des .inside {
	width: 100%;
}

.screen1 .bloc .des .inside p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #434343;
	margin-bottom: 22px;
	padding-right: 30px;
}

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

.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;
}

/* Основные елементы */
.screen2 {
	background: #f1f1f1;
	padding-bottom: 140px;
	text-align: center;
}

@media all and (max-width: 894px) {
	.screen2 {
		padding-bottom: 112px;
	}
}

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

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

.screen2 .blocs {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}

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

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

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

.screen2 .blocs .bloc {
	width: 270px;
	margin: 0 15px 95px 15px;
}

@media all and (max-width: 894px) {
	.screen2 .blocs .bloc {
		margin-bottom: 0 15px 76px 15px;
	}
}

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

	.screen2 .blocs .bloc:nth-child(4n+1) {
		margin-left: 0;
	}

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

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

	.screen2 .blocs .bloc:nth-child(3n+1) {
		margin-left: 0;
	}

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

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

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

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

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

	.screen2 .blocs .bloc:nth-last-child(1) {
		margin-bottom: 0;
	}
}

.screen2 .blocs .bloc .image {
	width: 100%;
	height: 270px;
	background: #fff;
	margin-bottom: 8px;
	box-sizing: border-box;
	border: 1px solid #dbdbdb;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 20px;
}

@media all and (max-width: 599px) {
	.screen2 .blocs .bloc .image {
		height: 280px;
	}
}

.screen2 .blocs .bloc .image:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(219, 219, 219, 0);
}

.screen2 .blocs .bloc .image img {
	max-width: 100%;
	max-height: 100%;
}

.screen2 .blocs .bloc:hover .image:after {
	background: rgba(219, 219, 219, 0.85);
}

.screen2 .blocs .bloc.top .image:before {
	content: 'Top';
	display: block;
	position: absolute;
	top: -23px;
	right: 0;
	height: 22px;
	background: #008b65;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	box-sizing: border-box;
	line-height: 21px;
	padding: 0 10px;
	padding-top: 1px;
}

.screen2 .blocs .bloc .code {
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0;
	color: #8e8e8e;
	font-weight: 400;
	margin-bottom: 11px;
}

.screen2 .blocs .bloc p {
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0;
	color: #00543d;
	font-weight: 400;
}

.screen2 .blocs .bloc p span {
	white-space: nowrap;
}

.screen2 .blocs .bloc:hover p:not(.code) {
	color: #e10020;
}

.screen2 .blocs .bloc .image:after,
.screen2 .blocs .bloc p {
	-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;
}

.screen2 .blocs .bloc:hover .image:after,
.screen2 .blocs .bloc:hover p {
	-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;
}

/* Виды */
.screen3 {
	background: #fff;
	text-align: center;
	padding: 140px 0;
}

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

.screen3 h2 {
	margin-bottom: 97px;
}

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

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

@media all and (max-width: 1199px) {
	.screen3 .blocs {
		max-width: 530px;
	}
}

.screen3 .blocs .bloc {
	width: 100%;
	max-width: 530px;
	font-size: 16px;
	line-height: 24px;
	color: #434343;
	letter-spacing: 0;
}

.screen3 .blocs .bloc:first-child {
	margin-bottom: 96px;
}

@media all and (min-width: 1200px) {
	.screen3 .blocs .bloc:first-child {
		margin-right: 110px;
		margin-bottom: 0;
	}
}

@media all and (max-width: 894px) {
	.screen3 .blocs .bloc:first-child {
		margin-bottom: 76px;
	}
}

.screen3 .blocs .bloc .image {
	width: 100%;
	height: 285px;
	position: relative;
}

@media all and (max-width: 599px) {
	.screen3 .blocs .bloc .image {
		height: 320px;
	}
}

.screen3 .blocs .bloc .image .lrwb-image-load {
	background: #9d9d9d;
}

.screen3 .blocs .bloc .image .opacity {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	position: relative;
}

.screen3 .blocs .bloc .image:hover .opacity {
	background: rgba(0,0,0,0.75);
}

.screen3 .blocs .bloc .image .opacity p {
	display: block;
	position: absolute;
	bottom: 60px;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 0 35px;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.025px;
	text-transform: uppercase;
	color: #f1f1f1;
}

.screen3 .blocs .bloc .image:hover .opacity p {
	bottom: 50%;
	margin-bottom: -30px;
}

.screen3 .blocs .bloc .image .opacity p:before {
	content: '';
	display: block;
	width: 200px;
	height: 1px;
	background: #f1f1f1;
	position: absolute;
	top: -14px;
	left: 50%;
	margin-left: -100px;
}

.screen3 .blocs .bloc .image:hover .opacity p:before {
	width: 80px;
	margin-left: -45px;
}

.screen3 .blocs .bloc .image .opacity p:after {
	content: '';
	width: 80px;
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -40px;
	height: 1px;
	background: #f1f1f1;
}

.screen3 .blocs .bloc .image:hover .opacity p:after {
	width: 200px;
	margin-left: -100px;
}

.screen3 .blocs .bloc .image .opacity,
.screen3 .blocs .bloc .image .opacity p,
.screen3 .blocs .bloc .image .opacity p:after,
.screen3 .blocs .bloc .image .opacity p:before  {
	-webkit-transition: all ease-out 0.3s;
	-moz-transition:    all ease-out 0.3s;
	-o-transition:      all ease-out 0.3s;
	transition:         all ease-out 0.3s;
}

.screen3 .blocs .bloc .image:hover .opacity,
.screen3 .blocs .bloc .image:hover .opacity p,
.screen3 .blocs .bloc .image:hover .opacity p:after,
.screen3 .blocs .bloc .image:hover .opacity p:before  {
	-webkit-transition: all ease-in 0.3s;
	-moz-transition:    all ease-in 0.3s;
	-o-transition:      all ease-in 0.3s;
	transition:         all ease-in 0.3s;
}

.screen3 .blocs .bloc p {
	margin-top: 46px;
}

.screen3 .blocs .bloc h3 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	margin: 27px 0 16px 0;
}

@media all and (min-width: 1200px) {
	.uk .screen3 .blocs .bloc:nth-child(2) h3 {
		margin: 75px 0 16px 0;
	}
}

.screen3 .blocs .bloc .list {
	width: 100%;
	display: flex;
	justify-content: center;
	font-size: 16px;
	line-height: 24px;
	color: #434343;
	letter-spacing: 0;
}

.screen3 .blocs .bloc .list ul {
	width: 100%;
	text-align: left;
}

.screen3 .blocs .bloc .list ul li {
	padding-left: 10px;
	position: relative;
}

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

.screen3 .blocs .bloc .btn-bloc {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	margin-top: 31px;
}

@media all and (max-width: 599px) {
	.screen3 .blocs .bloc .btn-bloc {
		max-width: 330px;
	}
}

@media all and (min-width: 1200px) {
	/*.uk .screen3 .blocs .bloc:nth-child(2) .btn-bloc {
		margin-top: 55px;
	}*/

	/*.ru .screen3 .blocs .bloc:nth-child(2) .btn-bloc {
		margin-top: 55px;
	}*/
}

.screen3 .blocs .bloc .btn-bloc a:nth-child(1) {
	width: 100%;
	max-width: 330px;
	margin-right: 10px;
}

@media all and (max-width: 599px) {
	.screen3 .blocs .bloc .btn-bloc a:nth-child(1) {
		margin-right: 0;
		margin-bottom: 10px;
		max-width: 290px;
	}
}

.screen3 .blocs .bloc .btn-bloc a:nth-child(2) {
	width: 100%;
	max-width: 190px;
}

/* Каталог */
.screen4 {
	padding: 100px 0;
	background: #00543d;
	text-align: center;
}

@media all and (max-width: 894px) {
	.screen4 {
		padding: 80px 0;
	}
}

.screen4 .btn {
	display: inline-block;
}
