/*

-- Watson-Energo
Main styles

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

*/

@font-face {
  font-family: 'Fira Sans';
  src: 	url('/theme/fonts/firasans-400-normal.woff2') format('woff2'),
				url('/theme/fonts/firasans-400-normal.woff') format('woff'),
				url('/theme/fonts/firasans-400-normal.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
	font-display: swap;
}

@font-face {
  font-family: 'Fira Sans';
  src: 	url('/theme/fonts/firasans-500-normal.woff2') format('woff2'),
				url('/theme/fonts/firasans-500-normal.woff') format('woff'),
				url('/theme/fonts/firasans-500-normal.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
	font-display: swap;
}

@font-face {
  font-family: 'Fira Sans';
  src: 	url('/theme/fonts/firasans-700-normal.woff2') format('woff2'),
				url('/theme/fonts/firasans-700-normal.woff') format('woff'),
				url('/theme/fonts/firasans-700-normal.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
	font-display: swap;
}

html, body {
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	-webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: none;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #434343;
}

h1,h2,h3,h4,h5,h6,p,button,ul,ol,input,label,img,form,li,a {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-weight: normal;
}

input,textarea,button {
	outline: none;
	border: 0;
	border-radius: 0;
}

input {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

a,
button {
	text-decoration: none;
	cursor: pointer;
	-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;
}

a:hover,
button: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;
}

section,article,header,footer,.page {
	box-sizing: border-box;
	width: 100%;
	position: relative;
}

ul {
	list-style: none;
}

main {
  position: relative;
}

.clear {
	clear: both;
}

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

.overflow-hd {
  overflow: hidden;
}

h1, h2 {
	font-size: 48px;
	line-height: 60px;
	letter-spacing: 0;
}

h1 span, h2 span {
	white-space: nowrap;
}

@media all and (max-width: 894px) {
	h1, h2 {
		font-size: 32px;
		line-height: 40px;
		letter-spacing: 0;
	}
}

h3 {
  font-size: 36px;
	line-height: 54px;
	letter-spacing: 0;
}

@media all and (max-width: 894px) {
  h3 {
    font-size: 26px;
  	line-height: 40px;
  	letter-spacing: 0;
  }
}

article {
	max-width: 1920px;
	margin: 0 auto;
}

.content-aw {
	width: 100%;
	max-width: 1440px;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
}

h2.line {
	position: relative;
}

h2.line:after {
	content: '';
	width: 100px;
	height: 2px;
	background: #00543d;
	position: absolute;
	bottom: -17px;
}

h2.line.small:after {
	bottom: -14px;
}

h2.line.center {
	text-align: center;
}

h2.line.center:after {
	left: 50%;
	margin-left: -50px;
}

h2.line.right:after {
	right: 0;
}

h2.line.right {
	text-align: right;
}

h2.line.left:after {
	left: 0;
}

h2.line.left {
	text-align: left;
}

h2.line.black:after {
	background: #434343;
}

/* Buttons */
.btn {
	display: block;
	padding: 0 50px;
	height: 55px;
	box-sizing: border-box;
	border: 2px solid #00543d;
	font-size: 16px;
	line-height: 55px;
	text-align: center;
}

.btn-green {
	background: #00543d;
	border-color: #00543d;
	color: #f1f1f1;
}

.btn-green:hover {
	background: #e10020;
	border-color: #e10020;
}

.btn-green-border {
	background: unset;
	border-color: #00543d;
	color: #00543d;
}

.btn-green-border:hover {
	background: #00543d;
	border-color: #00543d;
	color: #f1f1f1;
}

.btn-gray {
	background: #f1f1f1;
	border-color: #f1f1f1;
	color: #00543d;
}

.btn-gray:hover {
	background: #e10020;
	border-color: #e10020;
	color: #f1f1f1;
}

.btn-gray-border {
	background: unset;
	border-color: #f1f1f1;
	color: #f1f1f1;
}

.btn-gray-border:hover {
	background: #f1f1f1;
	border-color: #f1f1f1;
	color: #00543d;
}

/* Ленивые изображения */
.lrwb-image {
	position: relative;
	z-index: 1;
}

.lrwb-image > .lrwb-image-lazy {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.lrwb-image > .lrwb-image-lazy > .lrwb-image-load {
	width: 100%;
	height: 100%;
}

.lrwb-image > .lrwb-image-lazy > .load {
	opacity: 1;
	-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;
}

.lrwb-image > .lrwb-image-lazy > .no-load {
	opacity: 0;
}

/* СTA */
.cta {
	padding: 150px 0 140px 0;
	text-align: center;
}

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

.cta > .lrwb-image-lazy {
	background: #417260;
}

.cta h2 {
	color: #f1f1f1;
	max-width: 900px;
	margin: 0 auto;
}

@media all and (max-width: 894px) {
	.cta h2 {
		font-size: 30px;
		line-height: 38px;
	}
}

form {
	position: relative;
}

.cta form {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 70px;
}

@media all and (max-width: 894px) {
	.cta form {
		max-width: 480px;
		margin: 0 auto;
		margin-top: 56px;
	}
}

.cta form input {
	margin-right: 10px;
}

@media all and (max-width: 894px) {
	.cta:not(.cta-subscribe) form input {
		margin-right: 0;
		margin-bottom: 10px;
	}
}

.cta form button {
	width: 210px;
	padding: 0;
}

form .lrwb-agree {
	width: 100%;
	max-width: 830px;
	margin: 0 auto;
	margin-top: 10px;
	text-align: left;
}

.lrwb-modal form .lrwb-agree {
	text-align: center;
	margin-bottom: 10px;
}

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

form .lrwb-agree input {
	display: none;
}

form .lrwb-agree label {
	position: relative;
	padding-left: 27px;
	font-size: 14px;
	line-height: 21px;
	color: #f1f1f1;
	cursor: pointer;
}

form .lrwb-agree label a {
	color: #f1f1f1;
	text-decoration: underline;
}

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

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

form .lrwb-agree label:before {
	content: '';
	display: block;
	width: 17px;
	height: 17px;
	box-sizing: border-box;
	border: 1px solid #f1f1f1;
	position: absolute;
	top: 0;
	left: 0;
}

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

form .lrwb-agree label:after {
	content: '';
	display: block;
	width: 11px;
	height: 11px;
	box-sizing: border-box;
	position: absolute;
	background: #f1f1f1;
	top: 3px;
	left: 3px;
	opacity: 0;
}

.lrwb-modal form .lrwb-agree label:after {
	background: #434343;
	-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;
}

form .lrwb-agree input:checked + label:after {
	opacity: 1;
	-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;
}

form .lrwb-result {
	width: 100%;
	max-width: 830px;
	height: 44px;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0;
	position: absolute;
	bottom: -54px;
	box-sizing: border-box;
	text-align: left;
	color: #f1f1f1;
}

.lrwb-modal form .lrwb-result {
	text-align: center;
}

@media all and (max-width: 894px) {
	form .lrwb-result {
		text-align: center;
	}
}

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

/* CTA2 */
.cta-subscribe {
	padding: 100px 0;
}

@media all and (min-width: 1160px) {
	.cta-subscribe .flex-bloc {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
}

.cta-subscribe .flex-bloc h2,
.cta-subscribe .flex-bloc form {
	display: block;
}

.cta-subscribe .flex-bloc h2 {
	width: 100%;
	max-width: -webkit-calc(100% - 550px);
	max-width:      -o-calc(100% - 550px);
	max-width:         calc(100% - 550px);
	text-align: left;
	color: #f1f1f1;
	font-size: 26px;
	line-height: 40px;
}

@media all and (max-width: 1159px) {
	.cta-subscribe .flex-bloc h2 {
		max-width: 720px;
		text-align: center;
	}
}

.cta-subscribe .flex-bloc form {
	width: 100%;
	max-width: 500px;
	margin-left: 50px;
	margin-top: 0;
}

@media all and (max-width: 1159px) {
	.cta-subscribe .flex-bloc form {
		margin: 0 auto;
		margin-top: 50px;
	}
}

@media all and (max-width: 529px) {
	.cta-subscribe .flex-bloc form {
		max-width: 300px;
	}
}

.cta-subscribe .flex-bloc form .blocs1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.cta-subscribe .flex-bloc form .blocs1 input {
	max-width: 300px;
}

@media all and (max-width: 529px) {
	.cta-subscribe form input {
		margin-right: 0;
		margin-bottom: 10px;
	}
}

.cta-subscribe .flex-bloc form .blocs1 .btn {
	width: 100%;
	max-width: 190px;
}

/* CTA read */
.cta-read {
	padding: 100px 0;
}

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

.cta-read .flex-bloc {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media all and (max-width: 1079px) {
	.cta-read .flex-bloc {
		justify-content: center;
	}
}

.cta-read .flex-bloc h2 {
	color: #f1f1f1;
	font-size: 26px;
	line-height: 40px;
	width: 100%;
	max-width: 800px;
}

@media all and (max-width: 1079px) {
	.cta-read .flex-bloc h2 {
		max-width: 100%;
		text-align: center;
	}
}

.cta-read .flex-bloc .btn {
	min-width: 200px;
	margin-left: 50px;
}

@media all and (max-width: 1079px) {
	.cta-read .flex-bloc .btn {
		margin-left: 0;
		margin-top: 40px;
	}
}

@media all and (max-width: 894px) {
	.cta-read .flex-bloc .btn {
		margin-top: 32px;
	}
}

/* CTA load */
.cta-load {
	padding: 100px 0;
}

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

.cta-load .flex-bloc {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media all and (max-width: 1079px) {
	.cta-load .flex-bloc {
		justify-content: center;
	}
}

.cta-load .flex-bloc .left {
	width: 100%;
	max-width: 800px;
}

@media all and (max-width: 1079px) {
	.cta-load .flex-bloc .left {
		max-width: 100%;
	}
}

.cta-load .flex-bloc .left h2 {
	color: #f1f1f1;
	font-size: 26px;
	line-height: 40px;
	margin-bottom: 10px;
}

@media all and (max-width: 1079px) {
	.cta-load .flex-bloc .left h2 {
		text-align: center;
	}
}

.cta-load .flex-bloc .left p {
	color: #f1f1f1;
	font-size: 16px;
	line-height: 22px;
}

@media all and (max-width: 1079px) {
	.cta-load .flex-bloc .left p {
		text-align: center;
	}
}

.cta-load .flex-bloc .btn {
	min-width: 200px;
	margin-left: 50px;
}

@media all and (max-width: 1079px) {
	.cta-load .flex-bloc .btn {
		margin-left: 0;
		margin-top: 40px;
	}
}

@media all and (max-width: 894px) {
	.cta-load .flex-bloc .btn {
		margin-top: 32px;
	}
}

.cta-btns {
  text-align: center;
  padding: 114px 0 101px 0;
}

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

.cta-btns h2 {
  margin-bottom: 50px;
  max-width: 100%;
}

.uk .cta-btns h2 {
  font-size: 46px;
}

@media all and (max-width: 894px) {
	.uk .cta-btns h2 {
		font-size: 30px;
		line-height: 38px;
	}
}

.cta-btns .btns {
	display: flex;
  flex-wrap: wrap;
	justify-content: center;
  margin: 0 auto;
}

@media all and (max-width: 894px) {
  .cta-btns .btns {
    max-width: 314px;
  }
}

.cta-btns .btns .btn:first-child {
	margin-right: 15px;
}

@media all and (max-width: 894px) {
  .cta-btns .btns .btn:first-child {
  	margin-right: 0px;
    margin-bottom: 15px;
  }
}


input {
	width: 300px;
	height: 55px;
	background: unset;
	border: 1px solid #f1f1f1;
	display: block;
	box-sizing: border-box;
	padding: 14.5px 25px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0;
	color: #fff;
}

input::-webkit-input-placeholder {color: #ddd;}
input::-moz-placeholder          {color: #ddd;}
input:-moz-placeholder           {color: #ddd;}
input:-ms-input-placeholder      {color: #ddd;}

input.error {
	border-color: #e10020;
}

/* Блок цитата */
.quote {
	background: #417260;
	padding: 196px 0;
	text-align: center;
}

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

.quote p {
	max-width: 600px;
	margin: 0 auto;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0;
	color: #f1f1f1;
}

@media all and (max-width: 894px) {
	.quote p {
		font-size: 18px;
		line-height: 28px;
	}
}

/* Блок клиенты */
.clients {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 auto;
}

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

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

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

.clients a {
	display: block;
	background: #f1f1f1;
	position: relative;
	width: 270px;
	height: 150px;
	margin: 15px;
}

@media all and (min-width: 1200px) {
	.clients a:nth-child(-n+4) {
		margin-top: 0;
	}

	.clients a:nth-child(4n+4) {
		margin-right: 0;
	}

	.clients a:nth-child(4n+1) {
		margin-left: 0;
	}
}

@media all and (min-width: 900px) and (max-width: 1199px) {
	.clients a:nth-child(-n+3) {
		margin-top: 0;
	}

	.clients a:nth-child(3n+3) {
		margin-right: 0;
	}

	.clients a:nth-child(3n+1) {
		margin-left: 0;
	}
}

@media all and (min-width: 600px) and (max-width: 899px) {
	.clients a:nth-child(-n+2) {
		margin-top: 0;
	}

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

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

@media all and (max-width: 599px) {
	.clients a:nth-child(1) {
		margin-top: 0;
	}

	.clients a {
		margin-right: 0;
		margin-left: 0;
	}
}

.clients a .bloc {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 20px;
}

.clients a .bloc:after {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background: #00543d;
	position: absolute;
	left: 50%;
	bottom: 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;
}

.clients a:hover .bloc:after {
	width: 100%;
	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;
}

.clients a .bloc img {
	max-width: 100%;
	max-height: 100%;
	opacity: 0.4;
	-webkit-filter: grayscale(100%);
	-moz-filter:    grayscale(100%);
	-ms-filter:     grayscale(100%);
	-o-filter:      grayscale(100%);
	filter:         grayscale(100%);
	-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;
}

.clients a:hover .bloc img {
	-webkit-filter: grayscale(0%);
	-moz-filter:    grayscale(0%);
	-ms-filter:     grayscale(0%);
	-o-filter:      grayscale(0%);
	filter:         grayscale(0%);
	opacity: 1;
	-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;
}

/* Хеадер */
header {
	background: #f1f1f1;
	letter-spacing: 0.025px;
}

header .top-bloc {
	height: 120px;
	padding: 20px 0;
	box-sizing: border-box;
}

@media all and (max-width: 894px) {
  header .top-bloc {
    height: 90px;
  }
}

header .top-bloc .content {
	height: 100%;
}

header .top-bloc .content .flex-bloc {
	width: 100%;
	height: 100%;
	display: inline-flex;
	flex-direction: row;
	justify-content: space-between;
}

@media all and (max-width: 894px) {
  header .top-bloc .content .flex-bloc {
    display: flex;
    justify-content: center;
    position: relative;
  }
}

header .top-bloc .left-bloc {
	width: 240px;
	padding: 10px 0;
	box-sizing: border-box;
	height: 100%;
}

@media all and (max-width: 894px) {
	header .top-bloc .left-bloc {
		display: none;
	}
}

header .top-bloc .left-bloc .image {
	height: 100%;
	padding: 0 9px 0 0;
	box-sizing: border-box;
	border-right: 1px solid #ddd;
	float: left;
}

header .top-bloc .left-bloc .image img {
	height: 100%;
}

header .top-bloc .left-bloc .text {
	height: 100%;
	width: 90px;
	float: left;
	margin-left: 10px;
	font-size: 12px;
	line-height: 16px;
	color: #434343;
	font-weight: 500;
}

header .top-bloc .logo {
	height: 100%;
}

header .top-bloc .logo img {
	height: 100%;
}

header .right-bloc {
	text-align: right;
	width: 240px;
}

@media all and (max-width: 894px) {
	header .right-bloc {
		display: none;
	}
}

header .right-bloc .social {
	float: right;
	margin-right: 25px;
	display: inline-flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	height: 20px;
}

header .right-bloc .social a:nth-child(1) {
	margin-right: 5px;
}
header .right-bloc .social a:nth-child(2) {
	margin-right: 9px;
}

header .right-bloc .social a svg {
	height: 11px;
}

header .right-bloc .social a svg.fb {
	width: 16px;
}

header .right-bloc .social a svg .color {
	fill: #00543d;
	-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;
}

header .right-bloc .social a:hover svg .color {
	fill: #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;
}

header .right-bloc .language {
	float: right;
	display: inline-flex;
	flex-direction: row;
	justify-content: flex-end;
	margin-bottom: 14px;
}

header .right-bloc .language a {
	display: block;
	height: 20px;
	box-sizing: border-box;
	padding: 0 5px;
	font-size: 12px;
	line-height: 20px;
	color: #434343;
	margin-left: 5px;
}

header .right-bloc .language a.active {
	background: #00543d;
	color: #f1f1f1;
}

header .right-bloc .language a:not(.active):hover {
	background: #00543d;
	color: #f1f1f1;
}

header .right-bloc a.phone {
	display: block;
	margin-top: 14px;
	clear: both;
	font-size: 26px;
	line-height: 26px;
	letter-spacing: 0.04px;
	color: #00543d;
}

header .right-bloc a.cta-header {
	display: inline-block;
	font-size: 14px;
	line-height: 14px;
	color: #e10020;
	position: relative;
	width: auto;
}

header .right-bloc a.cta-header:after {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -1px;
	background: #e10020;
	-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;
}

header .right-bloc a.cta-header:hover:after {
	width: 100%;
	-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;
}

header .top-bloc .gam-btn {
  display: none;
}

@media all and (max-width: 894px) {
  header .top-bloc .gam-btn {
    display: block;
    width: 40px;
    height: 22px;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 0px;
    z-index: 1;
  }

  header .top-bloc .gam-btn i {
    display: block;
    width: 40px;
    height: 2px;
    background: #00543d;
    position: absolute;
  }

  header .top-bloc .gam-btn i:nth-child(2) {
    top: 10px;
  }

  header .top-bloc .gam-btn i:nth-child(3) {
    top: 20px;
  }
}

header nav {
	width: 100%;
	height: 50px;
	text-align: center;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

header nav .mobile {
  display: none;
}

@media all and (min-width: 371px) and (max-width: 894px) {
  header nav .mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
}

@media all and (max-width: 370px) {
	header nav .mobile {
	    display: flex;
	   	flex-direction: column;
	    justify-content: center;
	    align-items: center;
	    height: 100%;
  	}
}

header nav .mobile a.phone {
	display: block;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.04px;
	color: #00543d;
  	margin-right: 30px;
}

@media all and (max-width: 370px) {
	header nav .mobile a.phone {
		margin-right: 0;
	}
}

header nav .mobile a.cta-header {
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #e10020;
	position: relative;
	width: auto;
}

header nav > ul {
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
}

@media all and (max-width: 894px) {
	header nav > ul {
		display: none;
	}
}

header nav > ul > li {
	display: block;
	height: 100%;
	position: relative;
}

header nav > ul > li > a {
	font-size: 16px;
	line-height: 50px;
	letter-spacing: 0.025px;
	color: #00543d;
	-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;
}

header nav > ul > li > a:before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	width: 0;
	height: 1px;
	background: #e10020;
	-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;
}

header nav > ul > li > a:hover {
	color: #e10020;
	-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;
}

header nav > ul > li > a:hover:before {
	left: 0;
	width: 100%;
	-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;
}

header nav > ul > li > a {
	width: 100%;
	height: 100%;
	display: block;
	padding: 0 20px;
}

header nav > ul > li > ul {
	display: none;
	height: 0;
	width: 300px;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 2;
}

header nav > ul > li:hover > ul {
	height: auto;
	display: block;
}

header nav > ul > li > ul > li {
	width: 100%;
	text-align: left;
	box-sizing: border-box;
	position: relative;
	border-bottom: 1px solid #ddd;
}

header nav > ul > li > ul > li:after {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	position: absolute;
	bottom: -1px;
	left: 0;
	background: #e10020;
	-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;
}

header nav > ul > li > ul > li:hover:after {
	width: 100%;
	-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;
}

header nav > ul > li > ul > li:first-child {
	border-top: 1px solid #ddd;
}

header nav > ul > li > ul > li > a:hover {
	background: #f1f1f1;
	color: #e10020;
}

header nav > ul > li > ul > li > a {
	background: #fff;
	display: block;
	width: 100%;
	height: auto;
	padding: 16px 20px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.025px;
	color: #00543d;
}

.scrollbar {
	width: 100%;
	background: #f1f1f1;
	position: fixed;
	top: -102px;
	opacity: 0;
	left: 0;
	z-index: 100;
}

.scrollbar .border {
	position: absolute;
	top: 0;
	left: 0;
	height: 2px;
	width: 0;
	background: #00543d;
}

.scrollbar.visible {
	opacity: 1;
	top: 0;
	-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;
}

.scrollbar.hidden {
	opacity: 0;
	top: -102px;
	-webkit-animation: a_hidden_scrollbar ease-out 0.2s;
	-moz-animation:    a_hidden_scrollbar ease-out 0.2s;
	-o-animation:      a_hidden_scrollbar ease-out 0.2s;
	animation:         a_hidden_scrollbar ease-out 0.2s;
}
@-webkit-keyframes a_hidden_scrollbar {
    0% {
        opacity: 1;
        top: 0;
    }
    99% {
        opacity: 0;
        top: 0;
    }
    100% {
        opacity: 0;
        top: -102px;
    }
}
@-moz-keyframes a_hidden_scrollbar {
    0% {
        opacity: 1;
        top: 0;
    }
    99% {
        opacity: 0;
        top: 0;
    }
    100% {
        opacity: 0;
        top: -102px;
    }
}
@-ms-keyframes a_hidden_scrollbar {
    0% {
        opacity: 1;
        top: 0;
    }
    99% {
        opacity: 0;
        top: 0;
    }
    100% {
        opacity: 0;
        top: -102px;
    }
}
@-o-keyframes a_hidden_scrollbar {
    0% {
        opacity: 1;
        top: 0;
    }
    99% {
        opacity: 0;
        top: 0;
    }
    100% {
        opacity: 0;
        top: -102px;
    }
}
@keyframes a_hidden_scrollbar {
    0% {
        opacity: 1;
        top: 0;
    }
    99% {
        opacity: 0;
        top: 0;
    }
    100% {
        opacity: 0;
        top: -102px;
    }
}

.scrollbar .top-bloc {
	height: 62px;
	padding: 12px 0 10px 0;
}

@media all and (max-width: 894px) {
  .scrollbar .top-bloc .content .right-bloc {
    display: none;
  }
}

.scrollbar .right-bloc {
	width: auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}

.scrollbar .right-bloc .language {
	margin-right: 45px;
	margin-bottom: 0;
}

.scrollbar .right-bloc .phone {
	margin: 0;
	margin-right: 20px;
	font-size: 22px;
	line-height: 22px;
}

.scrollbar .right-bloc .social {
	float: right;
	margin-right: 25px;
	display: inline-flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	height: 20px;
}

.scrollbar .right-bloc .social a:first-child {
	margin-right: 5px;
}

.scrollbar .right-bloc .social a svg {
	height: 11px;
}

.scrollbar .right-bloc .social a svg.fb {
	width: 16px;
}

.scrollbar .right-bloc .social a svg .color {
	fill: #00543d;
	-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;
}

.scrollbar .right-bloc .social a:hover svg .color {
	fill: #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;
}

.scrollbar .cta-header {
	float: right;
	margin-top: -2px;
}

.scrollbar nav {
	height: 40px;
}

.scrollbar nav > ul > li > a {
	padding: 0 15px;
	line-height: 40px;
}

.scrollbar nav > ul > li > ul {
	top: 40px;
	left: 0;
}

.scrollbar nav > ul > li > ul > li > a {
	padding: 6px 15px;
}

.anchor {
	position: absolute;
	top: -104px;
	left: 0;
	width: 100%;
	height: 0;
}

/* Мобильная навигация */
.mobile-nav {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1999999;
  overflow-x: hidden;
}

.mobile-nav.visible {
  top: 0;
  opacity: 1;
  -webkit-transition: opacity ease-in 0.3s;
	-moz-transition:    opacity ease-in 0.3s;
	-o-transition:      opacity ease-in 0.3s;
	transition:         opacity ease-in 0.3s;
}

.mobile-nav.hidden {
  top: -110%;
  opacity: 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;
}

.mobile-nav .close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 25px;
  right: 15px;
}

.mobile-nav .close i {
  display: block;
  width: 40px;
  height: 2px;
  background: #00543d;
  position: absolute;
  top: 19px;
}

.mobile-nav .close i:nth-child(1) {
  -moz-transform: 		rotate(45deg);
	-ms-transform: 			rotate(45deg);
	-webkit-transform: 	rotate(45deg);
	-o-transform: 			rotate(45deg);
	transform: 					rotate(45deg);
}

.mobile-nav .close i:nth-child(2) {
  -moz-transform: 		rotate(135deg);
	-ms-transform: 			rotate(135deg);
	-webkit-transform: 	rotate(135deg);
	-o-transform: 			rotate(135deg);
	transform: 					rotate(135deg);
}

.mobile-nav .inside {
  width: 100%;
  height: 100%;
  background: #f1f1f1;
  box-sizing: border-box;
  padding: 20px 0 50px 0;
  overflow-y: scroll;
}

.mobile-nav .inside .logo {
  height: 50px;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.mobile-nav .inside .logo img {
  height: 100%;
}

.mobile-nav .additionally {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.mobile-nav .additionally .language {
  display: flex;
}

.mobile-nav .additionally .language a {
	display: block;
	height: 22px;
	box-sizing: border-box;
	padding: 0 5px;
	font-size: 14px;
	line-height: 22px;
	color: #434343;
}

.mobile-nav .additionally .language a + a {
  margin-left: 5px;
}

.mobile-nav .additionally .language a.active {
	background: #00543d;
	color: #f1f1f1;
}

.mobile-nav .additionally .language a:not(.active):hover {
	background: #00543d;
	color: #f1f1f1;
}

.mobile-nav .additionally .social {
  margin-right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-nav .additionally .social a {
  display: block;
  box-sizing: border-box;
  padding: 0 5px;
}

.mobile-nav .additionally .social a:first-child {
	margin-right: 5px;
}

.mobile-nav .additionally .social a svg {
	height: 11px;
}

.mobile-nav .additionally .social a svg.fb {
	width: 16px;
}

.mobile-nav .additionally .social a svg .color {
	fill: #00543d;
	-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;
}

.mobile-nav .additionally .social a:hover svg .color {
	fill: #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;
}

.mobile-nav .inside nav .bloc {
  width: 100%;
  margin-bottom: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mobile-nav .inside nav .bloc + .bloc {
  margin-top: 17px;
}

.mobile-nav .inside nav .bloc:not(.contacts) a {
  display: block;
  text-align: center;
  position: relative;
  max-width: -webkit-calc(100% - 110px);
	max-width:      -o-calc(100% - 110px);
	max-width:         calc(100% - 110px);
  font-size: 14px;
	line-height: 20px;
	letter-spacing: 0;
	color: #00543d;
}

.mobile-nav .inside nav .bloc a:not(.zag):not(.documents) + a:not(.zag):not(.documents) {
  margin-top: 5px;
}

.mobile-nav .inside nav .bloc.contacts a {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0;
	color: #00543d;
	position: relative;
}

.mobile-nav .inside nav .bloc a.zag {
  font-weight: 500;
	font-size: 18px;
	line-height: 38px;
	letter-spacing: 0;
	color: #434343;
	text-transform: uppercase;
	margin-bottom: 17px;
}

.mobile-nav .inside nav .bloc a.zag:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 70px;
  	margin-left: -35px;
	height: 1px;
	background: #434343;
}

.mobile-nav .inside nav .bloc.contacts > a:not(.zag):not(.documents) {
  padding-left: 17px;
}

.mobile-nav .inside nav .bloc.contacts .links {
	text-align: center;
	width: 200px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.mobile-nav .inside nav .bloc.contacts .links li {
	display: block;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0;
	margin-left: -10px;
}

.mobile-nav .inside nav .bloc.contacts .links li + li {
	margin-top: 5px;
}

.mobile-nav .inside nav .bloc.contacts .links li svg {
	position: relative;
	margin-right: 7px;
}

.mobile-nav .inside nav .bloc.contacts .links li svg.tel {
	height: 12px;
	top: 3px;
}

.mobile-nav .inside nav .bloc.contacts .links li svg.mail {
	height: 10px;
}

.mobile-nav .inside nav .bloc.contacts .links li svg.loc {
	height: 13px;
	top: 3px;
}

.mobile-nav .inside nav .bloc.contacts .links li svg .color {
	fill: #434343;
}

.mobile-nav .inside nav .bloc.contacts .links li svg + a {
	color: #434343;
}

.mobile-nav .inside nav .bloc.contacts .links li svg + a:hover {
	color: #e10020;
}

.mobile-nav .inside nav .bloc.contacts a.documents {
  margin-top: 24px;
}

/* Заголовок страницы */
.header {
	padding: 88px 0 100px 0;
	text-align: center;
	position: relative;
	background-color: rgba(65,114,96,1);
	background-image: url(https://watson-energo.ua/theme/we/img/page-header-bg.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) {
	.header {
		padding: 64px 0 80px 0;
	}
}

.header .content {
	position: static;
}

.header h1 {
	margin: 0 0;
	color: #f1f1f1;
}

.header nav {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 12px;
}

@media all and (max-width: 894px) {
	.header nav {
		margin-top: 7px;
	}
}

.header nav a {
	font-size: 10px;
	line-height: 18px;
	letter-spacing: 0.075px;
	color: #bdbec1;
	text-transform: uppercase;
	display: inline-block;
}

.header nav i {
	display: inline-block;
	position: relative;
	width: 0;
	height: 18px;
	margin: 0 10px;
	top: 2px;
}

.header nav i:before,
.header nav i:after {
	content: '';
	display: block;
	width: 5px;
	height: 1px;
	background: #f1f1f1;
	position: absolute;
	left: -2px;
	-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;
}

.header nav i:before {
	top: 6px;
	-moz-transform: 		rotate(45deg);
	-ms-transform: 			rotate(45deg);
	-webkit-transform: 	rotate(45deg);
	-o-transform: 			rotate(45deg);
	transform: 					rotate(45deg);
}

.header nav i:after {
	top: 9px;
	-moz-transform: 		rotate(-45deg);
	-ms-transform: 			rotate(-45deg);
	-webkit-transform: 	rotate(-45deg);
	-o-transform: 			rotate(-45deg);
	transform: 					rotate(-45deg);
}

.header nav a:hover {
	color: #e10020;
}

/* Блог */
.blog {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 0 auto;
}

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

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

.blog .bloc {
	width: 370px;
	margin: 0 15px 50px 15px;
}

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

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

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

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

@media all and (max-width: 799px) {
	.blog .bloc {
		margin: 0 0 50px 0;
	}
}

.blog .bloc .image-bloc {
	width: 100%;
	height: 240px;
	margin-bottom: 5px;
	position: relative;
	overflow: hidden;
}

.blog .bloc .image {
	width: 100%;
	height: 100%;
}

.blog .bloc .image > .lrwb-image-lazy {
	background: #dddddd;
}

.blog .bloc .image-bloc:hover .image {
	transform: scale(1.1);
}

.blog .bloc .image-bloc .image,
.blog .bloc .image-bloc .icon-video {
	-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;
}

.blog .bloc .image-bloc:hover .image,
.blog .bloc .image-bloc:hover .icon-video {
	-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;
}

.blog .bloc .image-bloc .icon-video {
	width: 30px;
	height: 24px;
	background: #f1f1f1;
	position: absolute;
	right: 10px;
	top: 10px;
	color: #949698;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	border-radius: 3px;
	display: none;
}

.blog .video .image-bloc .icon-video {
	display: block;
}

.blog .bloc .image-bloc:hover .icon-video {
	color: #e10020;
}

.blog .bloc .info {
	color: #949698;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0;
	clear: both;
	margin-top: 3px;
}

.blog .bloc .info ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	float: left;
	width: 100%;
}

.blog .bloc .info.date ul {
	width: -webkit-calc(100% - 120px);
	width:      -o-calc(100% - 120px);
	width:         calc(100% - 120px);
}

.blog .bloc .info ul li {
	display: block;
	margin-right: 10px;
}

.blog .bloc .info ul li:last-child {
	margin-right: 0;
}

.blog .bloc .info ul li a {
	color: #949698;
}

.blog .bloc .info ul li a:hover {
	color: #e10020;
}

.blog .bloc .info .date {
	float: right;
	width: 110px;
	text-align: right;
}

.blog .bloc a {
	color: #00543d;
}

.blog .bloc a:hover {
	color: #e10020;
}

.blog .bloc p {
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0;
	text-align: left;
	margin-top: 13px;
}

/* Модальное окно */
.lrwb-modal {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 200;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.lrwb-modal .lrwb-modal-bg {
	width: 100%;
	height: 100%;
	background: rgba(25,25,25,0.6);
	cursor: default;
}

.lrwb-modal.active {
	opacity: 1;
	z-index: 50000000;
	-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;
}

.lrwb-modal.deactive {
	opacity: 0;
	z-index: -1;
	-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;
}

.lrwb-modal .lrwb-modal-close {
	position: absolute;
	top: 26px;
	right: 23px;
	width: 18px;
	height: 19px;
	cursor: pointer;
}

.lrwb-modal .lrwb-modal-close i {
	display: block;
	width: 24px;
	height: 1px;
	position: absolute;
	left: -3px;
	top: 9px;
	background: #949698;
	-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;
}

.lrwb-modal .lrwb-modal-close i:nth-child(1) {
	-moz-transform: 		rotate(45deg);
	-ms-transform: 			rotate(45deg);
	-webkit-transform: 	rotate(45deg);
	-o-transform: 			rotate(45deg);
	transform: 				  rotate(45deg);
}

.lrwb-modal .lrwb-modal-close i:nth-child(2) {
	-moz-transform: 		rotate(-45deg);
	-ms-transform: 			rotate(-45deg);
	-webkit-transform: 	rotate(-45deg);
	-o-transform: 			rotate(-45deg);
	transform: 				  rotate(-45deg);
}

.lrwb-modal .lrwb-modal-close:hover i {
	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;
}

.lrwb-modal .lrwb-modal-close:hover i:nth-child(1) {
	-moz-transform: 		rotate(135deg);
	-ms-transform: 			rotate(135deg);
	-webkit-transform: 		rotate(135deg);
	-o-transform: 			rotate(135deg);
	transform: 				rotate(135deg);
}

.lrwb-modal .lrwb-modal-close:hover i:nth-child(2) {
	-moz-transform: 		rotate(45deg);
	-ms-transform: 			rotate(45deg);
	-webkit-transform: 		rotate(45deg);
	-o-transform: 			rotate(45deg);
	transform: 				rotate(45deg);
}

.lrwb-modal .inside {
	position: absolute;
	width: -webkit-calc(100% - 10px);
	width:      -o-calc(100% - 10px);
	width:         calc(100% - 10px);
	max-width: 860px;
	background: #fff;
	top: 50%;
	left: 50%;
	margin-left: -430px;
	z-index: 101;
	box-sizing: border-box;
	padding: 100px 80px;
	text-align: center;
	overflow-y: scroll;
}

@media all and (max-width: 894px) {
	.lrwb-modal .inside {
		padding: 70px 50px;
	}
}

.lrwb-modal .inside.form1 {
	height: 584px;
	margin-top: -292px;
}

@media all and (min-width: 730px) and (max-width: 894px) {
	.lrwb-modal .inside.form1 {
		max-width: 720px;
		margin-left: -360px;
		height: 482px;
		margin-top: -241px;
	}
}

@media all and (min-width: 506px) and (max-width: 729px) {
	.lrwb-modal .inside.form1 {
		left: 5px;
		margin-left: 0;
		height: 482px;
		margin-top: -241px;
	}
}

@media all and (min-width: 467px) and (max-width: 505px) {
	.lrwb-modal .inside.form1 {
		left: 5px;
		margin-left: 0;
		height: 503px;
		margin-top: -251px;
	}
}

@media all and (min-width: 383px) and (max-width: 466px) {
	.lrwb-modal .inside.form1 {
		left: 5px;
		margin-left: 0;
		height: 537px;
		margin-top: -268px;
	}
}

@media all and (min-width: 328px) and (max-width: 382px) {
	.lrwb-modal .inside.form1 {
		left: 5px;
		margin-left: 0;
		height: 571px;
		margin-top: -285px;
	}
}

@media all and (min-width: 315px) and (max-width: 327px) {
	.lrwb-modal .inside.form1 {
		left: 5px;
		margin-left: 0;
		height: 592px;
		margin-top: -296px;
	}
}

@media all and (min-width: 0px) and (max-width: 314px) {
	.lrwb-modal .inside.form1 {
		left: 5px;
		margin-left: 0;
		height: 626px;
		margin-top: -313px;
	}
}

.lrwb-modal .inside.form2 {
	height: 611px;
	margin-top: -306px;
}

@media all and (max-width: 894px) {
	.lrwb-modal .inside.form2 {

	}
}

.lrwb-modal .inside .modal-content h2 {
	color: #434343;
	font-size: 26px;
	line-height: 40px;
	margin-bottom: 72px;
}

@media all and (max-width: 894px) {
	.lrwb-modal .inside .modal-content h2 {
		font-size: 22px;
		line-height: 34px;
		margin-bottom: 58px;
	}
}

.lrwb-modal .inside .modal-content input {
	width: 100%;
	max-width: 360px;
	height: 55px;
	font-size: 16px;
	line-height: 34px;
	letter-spacing: 0;
	box-sizing: border-box;
	border: 2px solid #bdbec1;
	margin: 0 auto;
	margin-bottom: 10px;
	color: #434343;
}

.lrwb-modal .inside .modal-content input::-webkit-input-placeholder {color: #949698;}
.lrwb-modal .inside .modal-content input::-moz-placeholder {color: #949698;}
.lrwb-modal .inside .modal-content input:-moz-placeholder {color: #949698;}
.lrwb-modal .inside .modal-content input:-ms-input-placeholder {color: #949698;}

.lrwb-modal .inside .modal-content button {
	margin: 0 auto;
}

.lrwb-modal .inside .modal-content .options {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	max-width: 610px;
	margin: 0 auto;
}

.lrwb-modal .inside .modal-content .options .bloc {
	display: block;
	width: 170px;
	margin: 25px;
}

.lrwb-modal .inside .modal-content .options .bloc:nth-child(-n+3) {
	margin-top: 0;
}

.lrwb-modal .inside .modal-content .options .bloc:nth-child(3n) {
	margin-right: 0;
}

.lrwb-modal .inside .modal-content .options .bloc:nth-child(3n+1) {
	margin-left: 0;
}

.lrwb-modal .inside .modal-content .options .bloc:nth-last-child(-n+1) {
	margin-bottom: 0;
}

.lrwb-modal .inside .modal-content .options .bloc .image {
	width: 140px;
	height: 198px;
	background: silver;
	margin: 0 15px;
	margin-bottom: 10px;
}

.lrwb-modal .inside .modal-content .options .bloc a {
	color: #434343;
}

/* Футер */
footer {
	background: #ddd;
	padding: 100px 0 16px 0;
	max-width: 1920px;
	margin: 0 auto;
}

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

footer .top-bloc {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 auto;
	margin-bottom: 90px;
}

@media all and (min-width: 895px) and (max-width: 1199px) {
	footer .top-bloc {
		max-width: 770px;
		margin-bottom: 82px;
	}
}

@media all and (max-width: 894px) {
	footer .top-bloc {
		max-width: 555px;
		margin-bottom: 72px;
	}
}

@media all and (max-width: 513px) {
	footer .top-bloc {
		margin-bottom: 67px;
	}
}

footer .top-bloc .logo {
	width: 482px;
	max-width: 100%;
}

@media all and (min-width: 514px) {
	footer .top-bloc .logo {
		max-height: 120px;
	}
}

footer .top-bloc .logo img {
	width: 100%;
}

footer .top-bloc .medals {
	width: 165px;
	display: flex;
  align-items: flex-start;
	justify-content: center;
	margin-left: 64px;
}

@media all and (max-width: 894px) {
	footer .top-bloc .medals {
		margin-left: 0;
		margin-top: 36px;
	}
}

footer .top-bloc .medals .medal {
	width: 65px;
	text-align: center;
}

footer .top-bloc .medals .medal:nth-child(1) {
	margin-right: 35px;
}

footer .top-bloc .medals .medal img {
	width: 100%;
	margin-bottom: 7px;
}

footer .top-bloc .medals .medal p {
	color: #e68f02;
	font-size: 12px;
	line-height: 18px;
	margin: -2px 0;
	text-transform: uppercase;
}

footer .top-bloc .medals .medal1 p {
	color: #e68f02;
}

footer .top-bloc .medals .medal2 p {
	color: #c3b173;
}

footer .top-bloc .slogan {
	width: 395px;
	font-size: 30px;
	line-height: 46px;
	letter-spacing: 0;
	color: #434343;
	box-sizing: border-box;
	margin-left: 64px;
}

@media all and (min-width: 895px) and (max-width: 1199px) {
	footer .top-bloc .slogan {
		margin-left: 0;
		width: 100%;
		margin-top: 37px;
	}
}

@media all and (max-width: 894px) {
	footer .top-bloc .slogan {
		margin-left: 0;
		width: 100%;
		margin-top: 29px;
		font-size: 26px;
		line-height: 40px;
		max-width: 395px;
	}
}

footer nav {
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	margin: 0 auto;
}

@media all and (min-width: 1200px) {
	.ru footer nav {
		max-height: 610px;
	}

	.uk footer nav {
		max-height: 630px;
	}
}

@media all and (min-width: 895px) and (max-width: 1199px) {
	footer nav {
		max-width: 862.5px;
		max-height: 840px;
	}

	.uk footer nav {
		max-height: 820px;
	}
}

@media all and (min-width: 585px) and (max-width: 894px) {
	footer nav {
		max-width: 555px;
		max-height: 1060px;
	}

	.uk footer nav {
		max-height: 1080px;
	}
}

@media all and (max-width: 584px) {
	footer nav {
		max-width: 247.5px;
	}
}

footer nav .bloc {
	width: 247.5px;
	display: inline-block;
	margin-right: 60px;
	margin-bottom: 17px;
}

footer nav .bloc:nth-last-child(1) {
	margin-right: 0;
}

@media all and (min-width: 1200px) {
	footer nav .bloc:nth-child(2),
	footer nav .bloc:nth-child(4),
	footer nav .bloc:nth-child(6) {
		margin-bottom: 0;
	}
}

@media all and (min-width: 895px) and (max-width: 1199px) {
	footer nav .bloc:nth-child(3),
	footer nav .bloc:nth-child(6) {
		margin-bottom: 0;
	}
}

@media all and (min-width: 585px) and (max-width: 894px) {
	footer nav .bloc:nth-child(4) {
		margin-bottom: 0;
	}
}

footer .zag {
	font-weight: 500;
	font-size: 18px;
	line-height: 38px;
	letter-spacing: 0;
	color: #434343;
	text-transform: uppercase;
	display: block;
	position: relative;
	margin-bottom: 17px;
}

footer .zag:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 70px;
	height: 1px;
	background: #434343;
}

footer .bloc a:not(.zag) {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0;
	color: #00543d;
	position: relative;
	display: block;
	padding-left: 12px;
}

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

footer .bloc a:not(.zag):before,
footer .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;
}

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

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

footer .bloc a:not(.zag):hover:before,
footer .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;
}

/* Блок контакты */
footer .contacts {
	width: 247.5px;
	float: right;
}

footer .contacts .links li {
	position: relative;
	display: block;
	padding-left: 19px;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0;
}

footer .contacts .links li svg {
	position: absolute;
	left: 0px;
}

footer .contacts .links li svg.tel {
	height: 12px;
	top: 3px;
}

footer .contacts .links li svg.mail {
	height: 10px;
	top: 5px;
}

footer .contacts .links li svg.loc {
	height: 13px;
	top: 4px;
}

footer .contacts .links li svg .color {
	fill: #434343;
}

footer .contacts .links li svg + a {
	color: #434343;
}

footer .contacts .links li svg + a:hover {
	color: #e10020;
}

/* Социалки */
footer .contacts .social {
	display: inline-flex;
	flex-direction: row;
	justify-content: flex-start;
	margin-top: 47px;
}

footer .contacts .social a {
	display: block;
	width: 40px;
	height: 40px;
	background: #00543d;
	margin-right: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
}

footer .contacts .social a:last-child {
	margin-right: 0;
}

footer .contacts .social a:hover {
	background: #e10020;
}

footer .contacts .social a svg.fb {
	height: 14px;
}

footer .contacts .social a svg.yb {
	height: 12px;
}

footer .contacts .social a svg.tw {
	height: 15px;
}

footer .contacts .social a svg .color {
	fill: #ddd;
}

footer .contacts .documents {
	margin-top: 27px;
}

footer .contacts .documents a {
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	color: #434343;
	text-decoration: underline;
}

footer .contacts .documents a:hover {
	color: #e10020;
}

footer .copyright {
	width: 100%;
	text-align: center;
	margin-top: 82px;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.025px;
	color: #949698;
}

@media all and (max-width: 894px) {
	footer .copyright {
		margin-top: 72px;
	}
}

@media all and (max-width: 513px) {
	footer .copyright {
		margin-top: 67px;
	}
}

footer .copyright a {
	color: #949698;
}

footer .copyright a:hover {
	color: #e10020;
}

.totop {
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	text-align: center;
	background: #fff;
	position: fixed;
	bottom: 100px;
	right: -75px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	z-index: 999999;
	cursor: pointer;
	opacity: 0;
}

.totop:hover {
	background: #00543d;
	-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;
}

.totop svg {
	height: 5px;
}

.totop svg .color {
	fill: #00543d;
	-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;
}

.totop:hover svg .color {
	fill: #fff;
	-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;
}

.totop.visible {
	opacity: 1;
	right: 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;
}

.totop.hidden {
	opacity: 0;
	right: -75px;
	-webkit-animation: a_hidden_totop ease-out 0.2s;
	-moz-animation:    a_hidden_totop ease-out 0.2s;
	-o-animation:      a_hidden_totop ease-out 0.2s;
	animation:         a_hidden_totop ease-out 0.2s;
}
@-webkit-keyframes a_hidden_totop {
    0% {
        opacity: 1;
        right: 15px;
    }
    99% {
        opacity: 0;
        right: 15px;
    }
    100% {
        opacity: 0;
        right: -75px;
    }
}
@-moz-keyframes a_hidden_totop {
    0% {
        opacity: 1;
        right: 15px;
    }
    99% {
        opacity: 0;
        right: 15px;
    }
    100% {
        opacity: 0;
        right: -75px;
    }
}
@-ms-keyframes a_hidden_totop {
    0% {
        opacity: 1;
        right: 15px;
    }
    99% {
        opacity: 0;
        right: 15px;
    }
    100% {
        opacity: 0;
        right: -75px;
    }
}
@-o-keyframes a_hidden_totop {
    0% {
        opacity: 1;
        right: 15px;
    }
    99% {
        opacity: 0;
        right: 15px;
    }
    100% {
        opacity: 0;
        right: -75px;
    }
}
@keyframes a_hidden_totop {
    0% {
        opacity: 1;
        right: 15px;
    }
    99% {
        opacity: 0;
        right: 15px;
    }
    100% {
        opacity: 0;
        right: -75px;
    }
}

.gdpr {
    display: block;
    width: 100%;
    background: #f1f1f1;
    position: fixed;
    bottom: -100%;
    left: 0;
    z-index: 9999999;
    padding: 40px 0;
    border-top: 1px solid #ddd;
    opacity: 0;
}

.gdpr.visible {
    bottom: 0;
    opacity: 1;
    -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;
}

.gdpr .content {
    display: flex;
}

.gdpr .content .description {
    margin-right: 60px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
}

@media all and (max-width: 680px) {
    .gdpr {
        padding: 20px 0;
    }
    
    .gdpr .content {
        display: block;
    }
    
    .gdpr .content .description {
        margin-right: 0;
        margin-bottom: 30px;
    }
    
    .gdpr .content .btn-block {
        text-align: center;
    }
    
    .gdpr .content .btn-block a {
        display: inline-block;
    }
}

.gdpr .content .description a {
    color: #00543d;
}

.gdpr .content .description a:hover {
    color: #e10020;
}

