/*

-- Watson-Energo
template: home

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

*/

/* Слайдер */
.home-slider-top {
	width: 100%;
	height: 550px;
	overflow: hidden;
	background: #417260;
}

@media all and (min-width: 890px) and (max-width: 1039px) {
	.home-slider-top {
		height: 450px;
	}
}

@media all and (min-width: 550px) and (max-width: 889px) {
	.home-slider-top {
		height: 350px;
	}
}

@media all and (min-width: 400px) and (max-width: 549px) {
	.home-slider-top {
		height: 250px;
	}
}

@media all and (max-width: 399px) {
	.home-slider-top {
		height: 260px;
	}
}

.home-slider-top .slide {
	width: 100%;
	height: 550px;
}

@media all and (min-width: 890px) and (max-width: 1039px) {
	.home-slider-top .slide {
		height: 450px;
	}
}

@media all and (min-width: 550px) and (max-width: 889px) {
	.home-slider-top .slide {
		height: 350px;
	}
}

@media all and (min-width: 400px) and (max-width: 549px) {
	.home-slider-top .slide {
		height: 250px;
	}
}

@media all and (max-width: 399px) {
	.home-slider-top .slide {
		height: 260px;
	}
}

.home-slider-top .slide .slide-bg {
	width: 100%;
	height: 550px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #f1f1f1;
	text-align: center;
}

@media all and (min-width: 895px) {
	.home-slider-top .slide .slide-bg.slide1 {
		background-image: url('/theme/we/media/slider/home-slide1.jpg');
		background-position: center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}

@media all and (max-width: 894px) {
	.home-slider-top .slide .slide-bg.slide1 {
		background-image: url('/theme/we/media/slider/home-slide1-mobile.jpg');
		background-position: center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}

.home-slider-top .slide .slide-bg.slide2 {
	background-image: url('/theme/we/media/slider/home-slide2.png');
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
	background-position: 45% 58%;
}

.home-slider-top .slide .slide-bg.slide3 {
	background-image: url('/theme/we/media/slider/home-slide3.png');
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
	background-position: 47% 50%;
}


.home-slider-top .slide .slide-bg.slide4 {
	background-image: url('/theme/we/media/slider/home-slide4.png');
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
	background-position: 57% 50%;
}


@media all and (min-width: 890px) and (max-width: 1039px) {
	.home-slider-top .slide .slide-bg {
		height: 450px;
	}
}

@media all and (min-width: 550px) and (max-width: 889px) {
	.home-slider-top .slide .slide-bg {
		height: 350px;
	}
}

@media all and (min-width: 400px) and (max-width: 549px) {
	.home-slider-top .slide .slide-bg {
		height: 250px;
	}
}

@media all and (max-width: 399px) {
	.home-slider-top .slide .slide-bg {
		height: 260px;
	}
}

.home-slider-top .slide .slide-bg > .lrwb-image-lazy {
	background: #417260;
}

.home-slider-top .slide h1,
.home-slider-top .slide p.h1 {
	font-size: 144px;
	line-height: 108px;
	letter-spacing: 0;
	color: #f1f1f1;
}

@media all and (min-width: 400px) and (max-width: 894px) {
	.home-slider-top .slide h1,
	.home-slider-top .slide p.h1 {
		font-size: 60px;
		line-height: 60px;
	}
}

@media all and (max-width: 399px) {
	.home-slider-top .slide h1,
	.home-slider-top .slide p.h1 {
		font-size: 40px;
		line-height: 40px;
	}
}

.home-slider-top .slide p.des {
	font-size: 30px;
	line-height: 46px;
	letter-spacing: 0.1px;
	margin-top: 44px;
}

@media all and (min-width: 400px) and (max-width: 894px) {
	.home-slider-top .slide p.des {
		font-size: 28px;
		line-height: 40px;
	}
}

@media all and (max-width: 399px) {
	.home-slider-top .slide p.des {
		font-size: 24px;
		line-height: 32px;
	}
}

.lr-slide-prev,
.lr-slide-next {
	width: 25px;
	height: 85px;
	position: absolute;
	top: 50%;
	margin-top: -42px;
	z-index: 1;
	cursor: pointer;
}

@media all and (max-width: 399px) {
	.lr-slide-prev,
	.lr-slide-next {
		opacity: 0;
	}
}

.lr-slide-prev {
	left: 3.4722%;
}

.lr-slide-next {
	right: 3.4722%;
}

.lr-slide-prev svg .color,
.lr-slide-next svg .color {
	fill: #406557;
}

.lr-slide-prev:hover svg .color,
.lr-slide-next:hover svg .color {
	fill: #f1f1f1;
}

.lr-slide-dots {
	width: 100%;
	height: 5px;
	position: absolute;
	bottom: 9.09%;
	left: 0;
	text-align: center;
	display: flex;
	justify-content: center;
}

.lr-slide-dots li {
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background: #406557;
	margin: 0 10px;
	cursor: pointer;
}

.lr-slide-dots li.slick-active,
.lr-slide-dots li:hover {
	background: #f1f1f1;
}

.lr-slide-dots li button {
	display: none;
}

.lr-slide-prev svg .color,
.lr-slide-next svg .color,
.lr-slide-dots li {
	-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;
}

.lr-slide-prev:hover svg .color,
.lr-slide-next:hover svg .color,
.lr-slide-dots li:hover {
	-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;
}

/* Представитель */
.screen1 {
	background: #fff;
	text-align: center;
	padding: 50px 0;
}

@media all and (min-width: 895px) and (max-width: 1199px) {
	.screen1 {
		padding: 43px 0 50px 0;
	}
}

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

.screen1 .content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.screen1 p:nth-child(1) {
	display: inline-block;
	font-size: 23px;
	line-height: 36px;
	letter-spacing: 0;
	color: #434343;
	margin-right: 38px;
}


@media all and (max-width: 1199px) {
	.screen1 p:nth-child(1) {
		width: 100%;
		margin-right: 0;
	}
}

@media all and (max-width: 1199px) {
	.screen1 img {
		margin-top: 13px;
	}
}

.screen1 img:nth-child(2) {
	height: 50px;
	margin-right: 35px;
}

@media all and (max-width: 557px) {
	.screen1 img:nth-child(2) {
		margin-left: 100px;
	}
}

@media all and (max-width: 479px) {
	.screen1 img:nth-child(2) {
		margin-left: 60px;
	}
}

@media all and (max-width: 400px) {
	.screen1 img:nth-child(2) {
		margin-left: 20px;
	}
}

.screen1 img:nth-child(3) {
	height: 50px;
	margin-right: 10px;
}

.screen1 p:nth-child(4) {
	font-weight: 700;
	font-size: 26px;
	line-height: 39px;
	letter-spacing: 0;
	color: #434343;
	display: inline-block;
	margin-right: 30px;
	position: relative;
	top: 3px;
}

@media all and (max-width: 557px) {
	.screen1 p:nth-child(4) {
		margin-right: 100px;
	}
}

@media all and (max-width: 479px) {
	.screen1 p:nth-child(4) {
		margin-right: 60px;
	}
}

@media all and (max-width: 400px) {
	.screen1 p:nth-child(4) {
		margin-right: 20px;
	}
}

.screen1 img:nth-child(5) {
	height: 25px;
	margin-right: 37px;
}

.screen1 img:nth-child(6) {
	height: 27px;
}

/* УТП */
.screen2 {
	background: #f1f1f1;
	padding: 100px 0 81px 0;
}

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

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

/* О нас */
.screen3 {
	text-align: center;
	background: #f1f1f1;
}

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

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

.screen3 .des {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.screen3 p {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0;
	color: #434343;

	max-width: 740px;
}

/* Продукты */
.screen4 {
	padding: 120px 0 120px 0;
	background: #f1f1f1;
}

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

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

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

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

@media all and (min-width: 800px) and (max-width: 1199px) {
	.screen4 .blocs {
		max-width: 770px;
	}
}

@media all and (max-width: 799px) {
	.screen4 .blocs {
		max-width: 370px;
	}
}

.screen4 .blocs .bloc {
	width: 370px;
	margin: 0 15px;
}

@media all and (min-width: 1200px) {
	.screen4 .blocs .bloc:first-child {
		margin-left: 0;
	}

	.screen4 .blocs .bloc:last-child {
		margin-right: 0;
	}
}

@media all and (min-width: 800px) and (max-width: 1199px) {
	.screen4 .blocs .bloc {
		margin: 40px 15px;
	}

	.screen4 .blocs .bloc:first-child {
		margin-left: 0;
		margin-top: 0;
	}

	.screen4 .blocs .bloc:nth-child(2) {
		margin-right: 0;
		margin-top: 0;
	}

	.screen4 .blocs .bloc:last-child {
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 0;
	}
}

@media all and (max-width: 799px) {
	.screen4 .blocs .bloc {
		margin: 40px 0;
	}

	.screen4 .blocs .bloc:first-child {
		margin-top: 0;
	}

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

.screen4 .blocs .bloc .image {
	width: 100%;
	height: 430px;
	margin-bottom: 50px;
}

@media all and (max-width: 894px) {
	.screen4 .blocs .bloc .image {
		margin-bottom: 40px;
	}
}

.screen4 .blocs .bloc .image > .lrwb-image-lazy {
	background: #6f7072;
}

.screen4 .blocs .bloc .image .opacity {
	width: 100%;
	height: 100%;
	position: relative;
	background: rgba(0,0,0,0.25);
	z-index: 0;
}

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

.screen4 .blocs .bloc .image p {
	color: #f1f1f1;
	font-weight: 500;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	width: 100%;
	position: absolute;
	bottom: 60px;
}

.screen4 .blocs .bloc .image:hover p {
	bottom: 210px;
}

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

.screen4 .blocs .bloc .image:hover p:before {
	width: 90px;
	margin-left: -45px;
}

.screen4 .blocs .bloc .image p:after {
	content: '';
	display: block;
	width: 90px;
	height: 1px;
	background: #f1f1f1;
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -45px;
}

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

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

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

.screen4 .blocs .bloc a:not(.zag) {
	display: block;
	color: #00543d;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0;
	position: relative;
	padding-left: 15px;
}

.screen4 .blocs .bloc a:not(.zag):before,
.screen4 .blocs .bloc a:not(.zag):after {
	content: '';
	display: block;
	width: 5px;
	height: 1px;
	background: #00543d;
	position: absolute;
	left: 0;
	-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;
}

.screen4 .blocs .bloc a:not(.zag):before {
	top: 10px;
	-moz-transform: 		rotate(45deg);
	-ms-transform: 			rotate(45deg);
	-webkit-transform: 	rotate(45deg);
	-o-transform: 			rotate(45deg);
	transform: 					rotate(45deg);
}

.screen4 .blocs .bloc a:not(.zag):after {
	top: 13px;
	-moz-transform: 		rotate(-45deg);
	-ms-transform: 			rotate(-45deg);
	-webkit-transform: 	rotate(-45deg);
	-o-transform: 			rotate(-45deg);
	transform: 					rotate(-45deg);
}

.screen4 .blocs .bloc a:not(.zag):hover:before,
.screen4 .blocs .bloc a:not(.zag):hover:after {
	background: #e10020;
	-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;
}

.screen4 .blocs .bloc a:not(.zag):hover {
	color: #e10020;
}

/* Услуги */
.screen5 {
	text-align: right;
	background: #f1f1f1;
}

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

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

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

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

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

.screen5 .blocs .left {
	width: 100%;
	max-width: 580px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-right: 10px;
}

@media all and (max-width: 1199px) {
	.screen5 .blocs .left {
		width: 100%;
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
}

.screen5 .blocs .bloc {
	display: block;
}

.screen5 .blocs .bloc > .lrwb-image-lazy {
	background: #6f7072;
}

.screen5 .blocs .left .bloc {
	width: 100%;
	max-width: 285px;
	height: 300px;
	margin: 5px;
}

@media all and (min-width: 800px) and (max-width: 1199px) {
	.screen5 .blocs .left .bloc {
		max-width: 380px;
		height: 389px;
	}
}

@media all and (max-width: 799px) {
	.screen5 .blocs .left .bloc {
		max-width: 370px;
		height: 389px;
	}
}

@media all and (min-width: 800px) {
	.screen5 .blocs .left a.bloc:nth-child(-n+2) {
		margin-top: 0;
	}

	.screen5 .blocs .left a.bloc:nth-child(2n+2) {
		margin-right: 0;
	}

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

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

@media all and (max-width: 799px) {
	.screen5 .blocs .left a.bloc:nth-child(1) {
		margin-top: 0;
	}

	.screen5 .blocs .left a.bloc {
		margin-right: 0;
		margin-left: 0;
	}

	.screen5 .blocs .left a:nth-last-child(1) {
		margin-bottom: 0;
	}
}

.screen5 .blocs .right {
	max-width: 580px;
	width: 100%;
	height: 610px;
	background: green;
}

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

@media all and (max-width: 799px) {
	.screen5 .blocs .right {
		max-width: 370px;
		height: 389px;
	}
}

.screen5 .blocs .right a.bloc {
	width: 100%;
	height: 100%;
}

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

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

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

.screen5 .blocs .bloc:hover p {
	bottom: 50%;
	margin-bottom: -14px;
}

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

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

.screen5 .blocs .bloc p {
	-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;
}

.screen5 .blocs .left .bloc:hover .opacity,
.screen5 .blocs .left .bloc:hover p,
.screen5 .blocs .left .bloc:hover p:after {
	-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;
}

.screen5 .blocs .bloc .opacity,
.screen5 .blocs .bloc p,
.screen5 .blocs .bloc p:after {
	-webkit-transition: all ease-out 0.4s;
	-moz-transition:    all ease-out 0.4s;
	-o-transition:      all ease-out 0.4s;
	transition:         all ease-out 0.4s;
}

.screen5 .blocs .bloc:hover .opacity,
.screen5 .blocs .bloc:hover p,
.screen5 .blocs .bloc:hover p:after {
	-webkit-transition: all ease-in 0.4s;
	-moz-transition:    all ease-in 0.4s;
	-o-transition:      all ease-in 0.4s;
	transition:         all ease-in 0.4s;
}

.screen5 .slogan {
	padding: 140px 0 100px 0;
	text-align: center;
	max-width: 700px;
	margin: 0 auto;
}

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

.screen5 .slogan p {
	font-size: 30px;
	line-height: 46px;
	letter-spacing: 0;
	color: #434343;
	margin-bottom: 50px;
}

@media all and (max-width: 894px) {
	.screen5 .slogan p {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 40px;
	}
}

.screen5 .slogan .btn-green-border {
	margin-right: 15px;
}

.screen5 .slogan .btn-green,
.screen5 .slogan .btn-green-border {
	display: inline-block;
}

@media all and (max-width: 468px) {
	.screen5 .slogan .btn-green-border {
		margin: 0 30px 15px 30px;
	}
}

/* Клиенты */
.screen6 {
	padding: 133px 0 150px 0;
}

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

.screen6 p {
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0;
	color: #434343;
	margin: 33px 0 79px 0;
	text-transform: uppercase;
}

@media all and (max-width: 894px) {
	.screen6 p {
		margin: 26px 0 63px 0;
	}
}

.screen6 .btn-green-border {
	width: 230px;
	margin: 0 auto;
	margin-top: 50px;
}

.screen6 .loader {
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.screen6 .loader.download {
	opacity: 0;
	height: 0;
	margin-top: 0;
	-webkit-transition: opacity ease-out 0.2s;
	-moz-transition:    opacity ease-out 0.2s;
	-o-transition:      opacity ease-out 0.2s;
	transition:         opacity ease-out 0.2s;
}

.screen6 .loader.load {
	height: 150px;
	box-sizing: border-box;
	padding: 40px 0 20px 0;
	opacity: 1;
	margin-top: 15px;

	-webkit-transition: opacity ease-in 0.2s;
	-moz-transition:    opacity ease-in 0.2s;
	-o-transition:      opacity ease-in 0.2s;
	transition:         opacity ease-in 0.2s;
}

.screen6 a.get-articles-novisible {
	opacity: 0;
	height: 0;
	margin-top: 0;
}

.screen6 a.get-articles-visible {
	opacity: 1;
	height: 150px;

	-webkit-transition: opacity ease-in 0.4s;
	-moz-transition:    opacity ease-in 0.4s;
	-o-transition:      opacity ease-in 0.4s;
	transition:         opacity ease-in 0.4s;
}

.screen6 .spinner {
  -webkit-animation: 	rotate 2s linear infinite;
  animation: 					rotate 2s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
}
.screen6 .spinner .path {
  stroke: #00543d;
  -webkit-animation:	 dash 1.5s ease-in-out infinite;
  animation: 					dash 1.5s ease-in-out infinite;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: 	rotate(360deg);
		transform: 					rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: 	rotate(360deg);
		transform:					rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

/* Блог */
.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 {
	font-size: 30px;
	line-height: 46px;
	letter-spacing: 0;
	color: #434343;
	margin-bottom: 97px;
}

@media all and (max-width: 894px) {
	.screen7 h2 {
		font-size: 24px;
		line-height: 36px;
		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;
	}
}
