/*

-- Watson-Energo
template: program

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

*/

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

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

.screen1 h2 {
	margin-bottom: 100px
}

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

.screen1 .bloc {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

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

@media all and (max-width: 1199px) {
	.screen1 .image-bloc {
		width: -webkit-calc(100% - 17px);
		width:      -o-calc(100% - 17px);
		width:         calc(100% - 17px);
		max-width: 550px;
	}
}

.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 .bloc .des {
	max-width: -webkit-calc(100% - 617px);
	max-width:      -o-calc(100% - 617px);
	max-width:         calc(100% - 617px);
	margin-left: 50px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #434343;
}

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

.screen1 .bloc .des span {
	font-weight: 500;
}

.screen1 .bloc .des p {
	margin-bottom: 32px;
}

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

/* Для кого */
.screen2 {
	padding: 134px 0 140px 0;
	background: #f1f1f1;
	text-align: center;
}

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

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

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

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

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

.screen2 .blocs .bloc {
	width: 370px;
	margin: 30px 15px;
}

@media all and (min-width: 1200px) {
	.screen2 .blocs .bloc {
		margin: 0 15px;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.screen2 .blocs .bloc p {
	font-size: 20px;
	line-height: 30px;
	color: #434343;
	font-weight: 500;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Видео */
.screen5 {
	background: #fff;
	text-align: center;
	padding: 136px 0 140px 0;
}

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

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

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

.screen5 .video {
	width: 945px;
	max-width: 100%;
	height: 531px;
	position: relative;
	background: #ddd;
	margin: 0 auto;
}

@media all and (max-width: 894px) {

}

.screen5 .video iframe {
	width: 100%;
	height: 100%;
}

/* Заказать программу */
.screen7 .full-bloc {
	width: 100%;
	box-sizing: border-box;
	position: relative;
}

.screen7 .full-bloc .image {
	width: 40%;
	height: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	padding: 100px 50px 100px 70px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media all and (max-width: 1055px) {
	.screen7 .full-bloc .image {
		width: 100%;
		position: relative;
		padding: 0;
		justify-content: flex-start;
		margin-bottom: 35px;
	}
}

.screen7 .full-bloc .image img {
	width: -webkit-calc(100% + 55px);
	width:      -o-calc(100% + 55px);
	width:         calc(100% + 55px);
	margin-left: -30px;
	margin-right: -25px;
}

@media all and (max-width: 1055px) {
	.screen7 .full-bloc .image img {
		width: 100%;
		max-width: 400px;
		margin-left: 0;
		margin-right: 0;
	}
}

.screen7 .des {
	width: 60%;
	box-sizing: border-box;
	padding: 134px 70px 140px 100px;
	background: #fff;
	margin-left: 40%;
}

@media all and (max-width: 1055px) {
	.screen7 .des {
		margin-left: 0;
		width: -webkit-calc(100% - 30px);
		width:      -o-calc(100% - 30px);
		width:         calc(100% - 30px);
		max-width: 1170px;
		box-sizing: border-box;
		margin: 0 auto;
		position: relative;
		padding: 134px 0 140px 0;
	}
}

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

.screen7 .des > h2 {
	margin-bottom: 101px;
}

.screen7 .des > p {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0;
	color: #434343;
	margin-bottom: 44px;
}

.screen7 .des .bloc {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	flex-direction: row-reverse;
}

@media all and (max-width: 662px) {
	.screen7 .des .bloc {
		justify-content: center;
	}
}

.screen7 .des .form {
	width: 100%;
	max-width: 370px;
}

@media all and (max-width: 662px) {
	.screen7 .des .form form {
		display: flex;
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
	}
}

.screen7 .des .form form input {
	width: 100%;
	border: 2px solid #00543d;
	margin-bottom: 10px;
	color: #434343;
}

.screen7 .des .form form input::-webkit-input-placeholder {color: #949698;}
.screen7 .des .form form input::-moz-placeholder          {color: #949698;}
.screen7 .des .form form input:-moz-placeholder           {color: #949698;}
.screen7 .des .form form input:-ms-input-placeholder      {color: #949698;}

.screen7 .des .form form .lrwb-agree {
	text-align: left;
}

.screen7 .des .form form .lrwb-agree label,
.screen7 .des .form form .lrwb-agree label a {
	color: #434343;
}

.screen7 .des .form form .lrwb-agree label a:hover {
	color: #e10020;
}

.screen7 .des .form form .lrwb-agree label:before {
	border-color: #434343;
}

.screen7 .des .form form .lrwb-agree label:after {
	background-color: #434343;
}

@media all and (max-width: 662px) {
	.screen7 .des .form form .lrwb-agree {
		text-align: center;
	}
}

.screen7 .des .form form .lrwb-result {
	color: #434343;
}

.screen7 .des .form form .lrwb-result.error {
	color: #e10020;
}

.screen7 .des .tech {
	width: -webkit-calc(100% - 405px);
	width:      -o-calc(100% - 405px);
	width:         calc(100% - 405px);
	font-size: 16px;
	line-height: 24px;
	color: #434343;
	letter-spacing: 0;
	margin-left: 35px;
}

@media all and (min-width: 1055px) and (max-width: 1335px) {
	.screen7 .des .tech {
		width: 100%;
		margin-left: 0;
		margin-bottom: 35px;
	}
}

@media all and (max-width: 662px) {
	.screen7 .des .tech {
		width: 100%;
		margin-left: 0;
		margin-bottom: 35px;
	}
}

.screen7 .des .tech p {
	font-weight: 500;
	margin-bottom: 28px;
	margin-top: -5px;
}

.screen7 .des .tech ul li {
	padding-left: 10px;
	position: relative;
}

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

.screen7 .des .podderzhka {
	width: 100%;
	background: #f0d0d0;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0;
	color: #434343;
	text-align: center;
	box-sizing: border-box;
	padding: 16px 20px;
	margin-top: 64px;
}

.screen7 .des .podderzhka span {
	font-weight: 500;
}

/* Анимация */
.screen2 .blocs .bloc .icon,
.screen2 .blocs .bloc .icon .color,
.screen3 .blocs .bloc .icon,
.screen3 .blocs .bloc .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 .blocs .bloc:hover .icon,
.screen2 .blocs .bloc:hover .icon .color,
.screen3 .blocs .bloc:hover .icon,
.screen3 .blocs .bloc: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;
}
