/*******************************************
 *** Файл стилей STYLE.CSS
 *** Собственность компании WEBBERRIES
 *** https://webberries.ru (C) 2005-2022
 *** Для вопросов: webberries@yandex.ru
 *** Дата обновления: 11.05.2022
 *** Версия файла: V4.00 
 *******************************************/

/*------------------------------------------------------------------------------
 ******************* ВСПОМОГАТЕЛЬНЫЕ СТИЛИ *************************************
-------------------------------------------------------------------------------*/

/*
Для изменения свойств элементов - раскомментировать и поменять со стандартных на нужные:
*/
/*------------------------------------------------------------------------------
		a.blue:link {color: #006699; text-decoration: underline; }
		a.blue:visited {color: #006699; text-decoration: underline; }
		a.blue:active {color: #006699; text-decoration: underline; }
		a.blue:hover {color: #009999; text-decoration: none; }

		body {
			background: #f5f5f5;
		}

		
		html, body, h1, h2, h3, h4, h5, h6, div, span, input, textarea, table, td, th, nav, section, nav, header, select, footer, button {
		  font-family: 'Montserrat', sans-serif;
		}




		///////////// Checkbox & Radio

		.checkbox:after {
			border-left: 4px solid #535353 !important;
			border-bottom: 4px solid #535353 !important;
		}

		.radio:after {
			background-color: #535353 !important;
		}

		.radio:before, .checkbox:before {
			border: 1px solid #dddddd !important;
			background-color: #dddddd !important;
		}

		<input type="checkbox" id="cb1" checked> <label class="checkbox" for="cb1">Флажок 1</label>
		<input type="radio" name="rb" id="rb1" checked> <label class="radio" for="rb1">Переключатель 1</label>




		///////////// Кнопки

		input[type=submit], button, .btn {
			background: #232323 !important;
		}

		input[type=submit]:hover, button:hover, .btn:hover {
			background: #363636 !important;
		}
		
-------------------------------------------------------------------------------*/

/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap');*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marck+Script&display=swap');

html, body, h1, h2, h3, h4, h5, h6, div, span, input, textarea, table, td, th, nav, section, nav, header, select, footer, button {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0px;
  color: #283238;
}

body {
	background: #fefefe;
}

header, section, nav, footer {
	padding: 0;
}

@font-face{
	font-family:"Micradi";
	src:	local("0"),
				url("/sys/fonts/micradi_regular.woff2") format("woff2"),
				url("/sys/fonts/micradi_regular.woff") format("woff"),
				url("/sys/fonts/micradi_regular.ttf") format("ttf");
	font-style:normal;
	font-display:swap;
}

/*------------------------------------------------------------------------------
 ******************* SETTINGS **************************************************
-------------------------------------------------------------------------------*/
.hamburger-menu,
.hamburger-close,
.hamburger {
	display: none;
}

:root {
	--color-main: #283238;
}

.root {
	color: var(--color-main);
}

.def-btn {
	display: inline-block;
	background: #e53935;
	color:#fff;
	padding: 0 50px;
	height: 50px;
	line-height: 50px;
	font-size: 1em;
	font-weight: 400;
	border: 0;
	border-radius: 4px;
	cursor: pointer;
	transition: 0.1s;
	text-align: center;
	&:hover {
		background: #a00a00;
		transition: 0.2s;
	}
}

div.popup .window button {
	background: #05574b;
	color: #fff;
}

div.popup .window button:hover {
	background: #033d35;
}


.yakor {
	position: absolute;
	top: -100px;
}

.glass {
  position: relative;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(5px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 2rem;
  box-shadow: 0 8px 32px rgba(31, 38, 135, 0.2), 
              inset 0 4px 20px rgba(255, 255, 255, 0.3);
}

.glass::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2rem;
  backdrop-filter: blur(1px);
  box-shadow: inset -10px -8px 0px -11px rgba(255, 255, 255, 1),
              inset 0px -9px 0px -8px rgba(255, 255, 255, 1);
  opacity: 0.6;
  z-index: -1;
  filter: blur(1px) drop-shadow(10px 4px 6px black) brightness(115%);
}





body {
	background: rgba(10, 11, 14, 0.9);
}




nav {
	width: 1200px;
	height: 100px;
	position: fixed;
	z-index: 1000;
	border-radius: 1000px;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 35px;
	background: rgba(0, 0, 0, .50);
	background: linear-gradient(180deg, rgba(0, 0, 0, .40), rgba(0, 0, 0, 0.70));
	backdrop-filter: blur(10px);
	/*box-shadow:0 0 30px rgba(255,255,255,0.05), 0 0 12px rgba(255,255,255,0.09);*/
	border: 1px solid rgba(0, 0, 0, .30);
	border-top: 0px;
	transition: 0.5s;
}

nav.wide {
	width: 100%;
	height: 80px;
	border-radius: 0;
	margin-top: 0;
	transition: 0.5s;
}



nav .con {
	height: 100%;
}

nav .logo {
	width: 222px;
	height: 64px;
	margin-left: 20px;
	background: url(/sys/images/main/logo3.png) left center / contain no-repeat;
}


nav .menu-btn {
	color: #fff;
	font-size: 1em;
	position: relative;
	text-transform: uppercase;
	height: 26px;
	line-height: 26px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .20);
	cursor: pointer;
	font-weight: 400;
	transition: 0.2s;
}

nav .menu-btn:hover {
	transition: 0.7s;
	color: rgba(36, 202, 178, 1);
}

nav .menu-btn:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 0;
	background: #fff;
	background: rgba(36, 202, 178, 1);
	background: linear-gradient(90deg, transparent, rgba(36, 202, 178, 1));
	transition: 0.2s;
}

nav .menu-btn:hover:before {
	width: 100%;
	transition: 0.7s;
}

nav .menu-btn:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 1px;
	width: 0;
	background: #fff;
	background: rgba(36, 202, 178, 1);
	background: linear-gradient(90deg, rgba(36, 202, 178, 1), transparent);
	transition: 0.2s;
}

nav .menu-btn:hover:after {
	width: 100%;
	transition: 0.7s;
}
/*
nav .menu-btn:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	height: 0px;
	width: 1px;
	background: #fff;
	background: rgba(36, 202, 178, 1);
	background: linear-gradient(180deg, transparent, rgba(36, 202, 178, 1));
	transition: 0.1s;
}

nav .menu-btn:hover:after {
	height: 26px;
	transition: 0.3s;
	transition-delay: 0.7s;
}
*/
nav .contacts {
	margin-right: 40px;
}

nav .contacts i {
	display: none;
}

nav .contacts span {
	font-size: 1.4em;
	color: #fff;
	font-weight: 400;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .20);
}


header {
	position: relative;
	min-height: 500px;
	background: url(/sys/images/main/header2b.jpg) center center / cover;
	padding-top: 300px;
	padding-bottom: 75px;
}

header:after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: rgba(0,0,0,0.6);
	background: linear-gradient(180deg, transparent, rgba(10, 11, 14, 1.0));
}

header h1 {
	position: relative;
	font-size: 4em;
	color: #fff;
	padding-right: 20%;
	font-weight: 400;
	line-height: 1.2;
	text-transform: uppercase;
	text-shadow: 3px 3px 2px rgba(0, 0, 0, .25);
}

header h1:before {
	content: "";
	position: absolute;
	left: 15px;
	top: -20px;
	width: 170px;
	height: 170px;
	z-index: -1;
	border: 10px solid rgba(36, 202, 178, .20);
	transform: rotate(20deg);
	filter: blur(1px);
}

header h1:after {
	content: "";
	position: absolute;
	left: 350px;
	top: -60px;
	width: 120px;
	height: 120px;
	z-index: -1;
	border: 8px solid rgba(36, 202, 178, .15);
	transform: rotate(-30deg);
	filter: blur(2px);
}

/*
header h1:first-letter {
	font-family: "Marck Script", cursive;
	font-size: 2.2em;
	letter-spacing: 5px;
	color: #fff;
}
*/

header h1:first-letter {
	font-size: 1.5em;
	font-weight: 300;
}

header .con {
	z-index: 2;
}

header p {
	font-size: 1em;
	font-weight: 400;
	color: #fff;
	margin-top: 25px;
	padding-right: 35%;
	margin-bottom: 50px;
	animation-delay: 0.25s;
}



header .btn-more {
	display: inline-block;
	height: 70px;
	background: #05574b;
	color: #fff;
	border-radius: 0;
	line-height: 68px;
	border: 1px solid rgba(36, 202, 178, .30);
	padding: 0 42px;
	font-size: 1em;
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
	transition: 0.1s;
	animation-delay: 1s;
}

header .btn-more:hover {
	background: #033d35;
	transition: 0.4s;
}

.btn-go {
	display: inline-block;
	height: 60px;
	background: #05574b;
	color: #fff;
	border-radius: 0;
	line-height: 58px;
	border: 1px solid rgba(36, 202, 178, .30);
	padding: 0 42px;
	font-size: 1em;
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
	transition: 0.1s;
}

.btn-go:hover {
	background: #033d35;
	transition: 0.4s;
}



header .square {
	position: absolute;
	right: 100px;
	bottom: 170px;
	width: 220px;
	height: 220px;
	z-index: -1;
	border: 15px solid rgba(36, 202, 178, .10);
	transform: rotate(-60deg);
	filter: blur(7px);
}

header .items {
	margin-top: 100px;
}

header .items > div.line {
	width: 3px;
	/*background:  rgba(36, 202, 178, .30);
	filter: blur(2px);*/
	background: linear-gradient(180deg, transparent, rgba(36, 202, 178, .50), transparent);
}

header .items > div > span:nth-child(1) {
	font-size: 2.8em;
	font-weight: 300;
	color: #fff;
	color: rgba(36, 202, 178, 1);
}

header .items > div > span:nth-child(2) {
	font-size: 1em;
	font-weight: 400;
	color: #fff;
	display: block;
	margin-top: 10px;
}



h2 {
	font-size: 2.8em;
	font-weight: 400;
}

section.action {
	background: rgba(10, 11, 14, 1.0);
	padding: 75px 0;
}

section.action {
	background: url(/sys/images/main/footer.jpg) center center / cover;
	position: relative;
}

section.action:before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: rgba(0, 0, 0, .50);
}

section.action .window {
	padding: 0;
	border-radius: 25px;
	border-radius: 50px;
	border-radius: 0;
	width: 100%;
	position: relative;
	z-index: 1;
}

section.action .window h2 {
	margin-bottom: 35px;
	text-align: center;
	color: #fff;
}

section.action .window p {
	margin-top: 25px;
	color: #fff;
	text-indent: 25px;
}

section.action .left {
	width: 20%;
	position: relative;
	z-index: 2;
	overflow: visible;
}

section.action .left > div {
	width: 100%;
	overflow: visible;
	margin-bottom: 50px;
	position: relative;
}

section.action .left > div:first-child {
	margin-top: 150px;
}

section.action .left > div:last-child {
	margin-bottom: 50px;
}

section.action .left > div > div {
	position: absolute;
	inset: 0 -50px 0 20px;
}

section.action .left > div:first-child > div {
	background: url(/sys/images/portfolio/2.jpg) center center /cover;
	transform: rotate(2deg);
	inset: 0 -70px 0 0;
}

section.action .left > div:last-child > div {
	background: url(/sys/images/portfolio/12.jpg) center center /cover;
	transform: rotate(-4deg);
}




section.tseh {
	padding: 75px 0;
	overflow: visible;
	z-index: 1;
}

section.tseh .con {
	z-index: 10;
	overflow: visible;
}

section.tseh h2 {
	color: #fff;
	text-align: center;
	margin-bottom: 50px;
}

section.tseh h2:before {
	content: "";
	position: absolute;
	right: 15px;
	top: -80px;
	width: 180px;
	height: 180px;
	z-index: -1;
	border: 10px solid rgba(36, 202, 178, .25);
	transform: rotate(-17deg);
	filter: blur(4px);
}

section.tseh h2:after {
	content: "";
	position: absolute;
	right: 325px;
	top: -100px;
	width: 110px;
	height: 110px;
	z-index: -1;
	border: 6px solid rgba(36, 202, 178, .15);
	transform: rotate(12deg);
	filter: blur(7px);
}

section.tseh p {
	color: #fff;
	margin-top: 25px;
}

section.tseh .video {
	margin-top: 50px;
}

section.tseh .video > div {
	overflow: hidden;
	position: relative;
	width: calc(20% - 15px);
	background: rgba(255, 255, 255, .20);
}

section.tseh .video > div:before {
	content: "";
	float: left;
	padding-top: 179%;
}

section.tseh .video > div > video {
	width: 100%;
	height: 100%;
}





section.form1 {
	background: #fff;
	background: url(/sys/images/main/stone1.jpg) center center / cover;
}


section.form1:before {
	content: "";
	inset: 0;
	position: absolute;
	/*background: linear-gradient(180deg, rgba(10, 11, 14, 1.0), rgba(10, 11, 14, .40));*/
	background: rgba(10, 11, 14, .50);
}

section.form1 .con {
	height: 100%;
	z-index: 100;
}

section.form1 .left {
	width: 400px;
	background: rgba(5, 87, 73, 0.7);
	background: linear-gradient(135deg, rgba(5, 87, 73, 0.6), rgba(3, 58, 49, 0.8));
	min-height: 500px;
	padding: 25px 25px 75px 25px;

}

section.form1 .right {
	width: calc(100% - 500px);
}

section.form1 .right .inside {
	padding: 75px 0;
}

section.form1 .left .logo {
	margin: 75px auto 200px auto;
	width: 60%;
	overflow: hidden;
	background: url(/sys/images/main/logo-sq1.png) center center / contain no-repeat;
}

section.form1 .left .logo:before {
	content: "";
	float: left;
	padding-top: 66%;
}

section.form1 .left input[type=text] {
	margin-bottom: 25px;
	background: transparent;
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #fff;
	padding-left: 0;
	-moz-appearance:    textfield;
	-webkit-appearance: textfield;
	appearance: textfield;
	color: #fff;
}

section.form1 .left input[type=text]::placeholder { 
	color: #fff;
	opacity: 1;
}

section.form1 .left small {
	font-size: 0.8em;
	display: block;
	margin-top: 15px;
	color: #fff;
	line-height: 1.5;
}

section.form1 .left button {
	height: 60px;
	line-height: 60px;
	background: #fff;
	width: 100%;
	border: 0;
	text-transform: uppercase;
	margin-top: 25px;
}


section.form1 .right h2 {
	color: #fff;
	font-size: 3.6em;
}

section.form1 .right p {
	color: #fff;
	margin-top: 50px;
}

section.form1 .right .images {
	margin-top: 50px;
}

section.form1 .right .images > div {
	overflow: hidden;
	transition: 0.2s;
	cursor: pointer;
	background: rgba(255, 255, 255, .20);
	width: calc(33.3333% - 15px);
	position: relative;
}

section.form1 .right .images > div:hover {
	transform: scale(1.1);
}

section.form1 .right .images > div:before {
	content: "";
	float: left;
	padding-top: 65%;
}

section.form1 .right .images > div:nth-child(1) {
	background: url(/sys/images/portfolio/18.jpg) center center / cover;
}

section.form1 .right .images > div:nth-child(2) {
	background: url(/sys/images/portfolio/17.jpg) center center / cover;
}

section.form1 .right .images > div:nth-child(3) {
	background: url(/sys/images/portfolio/7a.jpg) center center / cover;
}

section.form1 .right .images > div a {
	position: absolute;
	inset: 0;
	display: block;
}


.viewbox-container {
	backdrop-filter: blur(10px);
}


section.products {
	padding: 75px 0;
}

section.products h2 {
	color: #fff;
	text-align: center;
	margin-bottom: 50px;
}

section.products p {
	color: #fff;
	margin-top: 25px;
}

section.products .items {
	margin-top: 50px;
	padding-bottom: 50px;
}

section.products .items > div {
	background: rgba(255, 255, 255, .20);
	margin-bottom: 75px;
	position: relative;
}

section.products .items > div span {
	display: inline-block;
	position: absolute;
	left: 0px;
	bottom: -50px;
	height: 50px;
	line-height: 50px;
	background: rgba(0, 0, 0, .50);
	background: transparent;
	/*backdrop-filter: blur(7px);*/
	color: #fff;
	font-size: 1em;
}

section.products .items > div:nth-child(1) {
	width: calc(45% - 25px);
	height: 320px;
	background: url(/sys/images/products/1.jpg) center center / cover;
}

section.products .items > div:nth-child(2) {
	width: calc(35% - 25px);
	height: 320px;
	background: url(/sys/images/products/2.jpg) center center / cover;
}

section.products .items > div:nth-child(3) {
	width: calc(20% - 25px);
	width: 20%;
	height: 320px;
	background: url(/sys/images/products/4.jpg) center center / cover;
}

section.products .items > div:nth-child(4),
section.products .items > div:nth-child(5),
section.products .items > div:nth-child(6) {
	width: calc(33% - 12px);
	height: 280px;
}

section.products .items > div:nth-child(7),
section.products .items > div:nth-child(8) {
	width: calc(50% - 12px);
	height: 400px;
}

section.products .items > div:nth-child(4) {
	background: url(/sys/images/products/3.jpg) center center / cover;
}

section.products .items > div:nth-child(5) {
	background: url(/sys/images/products/5.jpg) center center / cover;
}

section.products .items > div:nth-child(6) {
	background: url(/sys/images/products/6.jpg) center center / cover;
}

section.products .items > div:nth-child(7) {
	background: url(/sys/images/products/7.jpg) center center / cover;
}

section.products .items > div:nth-child(8) {
	background: url(/sys/images/products/8.jpg) center center / cover;
}





section.whywe {
	padding: 0 0 75px 0;
}

section.whywe h2 {
	color: #fff;
	text-align: center;
	margin-bottom: 50px;
}


section.whywe .items {
	margin-top: 50px;
}

section.whywe .items > div {
	width: calc(25% - 40px);
}

section.whywe .items > div span {
	color: #fff;
}

section.whywe .items > div i:nth-child(1) {
	color: rgba(36, 202, 178, 1);
	font-size: 3em;
}

section.whywe .items > div span:nth-child(2) {
	display: block;
	color: rgba(36, 202, 178, 1);
	margin-bottom: 25px;
	font-size: 1.2em;
	font-weight: 600;
	margin-top: 15px;
}

section.whywe .items > div span:nth-child(3) {
	margin-bottom: 25px;
	display: block;
	height: 1px;
	width: 100%;
	background: linear-gradient(90deg, rgba(36, 202, 178, 1), transparent);
}

section.whywe .items > div span:nth-child(4) {
	line-height: 2;
}




section.sert {
	padding: 75px 0 50px 0;
	position: relative;
	background: url(/sys/images/main/stone2.jpg) center center / cover;
}

section.sert:before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(10, 11, 14, .40);	
}

section.sert p {
	color: #fff;
	margin-top: 25px;
	margin-bottom: 50px;
}

section.sert .con {
	z-index: 10;
}

section.sert .items > div {
	position: relative;
	overflow: hidden;
	width: calc(25% - 20px);
	margin-bottom: 25px;
	cursor: pointer;
	transition: 0.2s;
}

section.sert .items > div a {
	display: block;
	position: absolute;
	inset: 0;
}

section.sert .items > div:hover {
	transform: scale(1.1);
}

section.sert .items > div:before {
	content: "";
	float: left;
	padding-top: 59.38%;
}

section.sert h2 {
	color: #fff;
	text-align: center;
	margin-bottom: 50px;
}






section.form2 {
	padding: 75px 0;
}

section.form2 .left {
	width: 45%;
	background: url(/sys/images/main/zamer.jpg) left bottom / cover;
}
section.form2 .right {
	width: 55%;
	background: #fff;
	padding: 50px;
}

section.form2 .right h2 {
	font-size: 3.6em;
	margin-bottom: 25px;
}

section.form2 .right p {
	margin-bottom: 50px;
}

section.form2 .right input[type=text] {
	margin-bottom: 25px;
	background: transparent;
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid var(--color-main);
	padding-left: 0;
	-moz-appearance:    textfield;
	-webkit-appearance: textfield;
	appearance: textfield;
	color: var(--color-main);
	width: 70%;
}

section.form2 .right input[type=text]::placeholder { 
	color: var(--color-main);
	opacity: 1;
}

section.form2 .right button {
	height: 60px;
	line-height: 60px;
	background: var(--color-main);
	width: 40%;
	border: 0;
	color: #fff;
	text-transform: uppercase;
	margin-top: 25px;
}

section.form2 .right small {
	font-size: 0.8em;
	display: block;
	margin-top: 15px;
	line-height: 1.5;
}


section.portfolio {
	padding: 75px 0;
	background: linear-gradient(135deg, #242526, rgba(10, 11, 14, 1.0));
}

section.portfolio h2 {
	text-align: center;
	margin-bottom: 50px;
	color: #fff;
}

section.portfolio p {
	color: #fff;
	margin-bottom: 50px;
}

section.portfolio img {
  max-width: 100%;
  display: block;
}

section.portfolio figure {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 25px;
  break-inside: avoid;
  transition: 0.2s;
  cursor: pointer;
}

section.portfolio figure:hover {
	transform: scale(1.03);
}

section.portfolio figure > img {
  grid-row: 1 / -1;
  grid-column: 1;
}

section.portfolio .gallery {
  column-count: 4;
  column-gap: 25px;
}



section.partners {
	padding: 75px 0;
	background: #ccc;
}

section.partners h2 {
	text-align: center;
	font-weight: 800;
}

section.partners h3 {
	font-weight: 400;
	font-size: 2em;
	margin-bottom: 25px; 
	margin-top: 50px;
}

section.partners p {
	color: #fff;
	margin: 50px 0;
}

section.partners .items > div {
	width: calc(20% - 25px);
	margin-bottom: 30px;
}

section.partners .items > div > div {
	overflow: hidden;
	border: 1px solid var(--color-main);
	position: relative;
	margin-bottom: 5px;
}

section.partners .items > div > div > a {
	display: block;
	position: absolute;
	inset: 0;
}

section.partners .items > div > div:before {
	content: "";
	float: left;
	padding-top: 66.6666%;
}




section.neworder {
	padding: 75px 0 50px 0;
}

section.neworder h2 {
	color: #fff;
	margin-bottom: 50px;
	text-align: center;
}

section.neworder .items > div {
	width: calc(33.333% - 25px);
	margin-bottom: 25px;
	padding: 25px;
	border: 1px solid rgba(255, 255, 255, .20);
}

section.neworder .items > div span:first-child {
	font-size: 4em;
	color: rgba(36, 202, 178, 1);
	display: block;
}

section.neworder .items > div span:last-child {
	line-height: 2;
	color: #fff;
	display: inline-block;
	width: 80%;
}





footer {
	padding: 100px 0;
	background: url(/sys/images/main/footer.jpg) center center / cover;
	position: relative;
}

footer:before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .50);
}

footer .con {
	z-index: 10;
}


footer h3.mup {
	margin-top: 25px;
}

footer h2 {
	color: #fff;
}

footer h3 {
	color: #fff;
	color: rgba(36, 202, 178, 1);
	font-size: 1.8em;
	font-weight: 400;
	margin-bottom: 25px;
}

footer .logo {
	margin-bottom: 50px;
	width: 70%;
	overflow: hidden;
	background: url(/sys/images/main/logo3.png) left center / contain no-repeat;
}

footer .logo:before {
	content: "";
	float: left;
	padding-top: 22.67%;
}

footer .phone {
	font-size: 1.4em;
	color: #fff;
	font-weight: 400;
}

footer .email {
	font-size: 1.0em;
	margin-top: 25px;
	color: #fff;
	font-weight: 400;
}

footer .con > div {
	width: calc(33.3333% - 25px);
}


footer .con > div:nth-child(1) {
	width: 42%;
}

footer .con > div:nth-child(2),
footer .con > div:nth-child(3) {
	width: 34%;
}

footer .con > div:nth-child(2) p {
	color: #fff;
}


footer .con > div:nth-child(3) input[type=text] {
	margin-bottom: 10px;
	background: transparent;
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #fff;
	padding-left: 0;
	-moz-appearance:    textfield;
	-webkit-appearance: textfield;
	appearance: textfield;
	color: #fff;
	padding: 10px 0;
	height: 40px;
	line-height: 40px;
	width: 80%;
}

footer .con > div:nth-child(3) input[type=text]::placeholder { 
	color: #fff;
	opacity: 1;
}

footer .con > div:nth-child(3) small {
	font-size: 0.8em;
	display: block;
	margin-top: 15px;
	color: #fff;
	line-height: 1.5;
}

footer .con > div:nth-child(3) button {
	height: 46px;
	line-height: 46px;
	background: #fff;
	padding: 0 32px;
	border: 0;
	text-transform: uppercase;
	margin-top: 10px;
}




.btn-go-container {
	text-align: center;
	margin-top: 50px;
}

/*------------------------------------------------------------------------------
	СОГЛАСИЕ НА ОБРАБОТКУ ПЕРСОНАЛЬНЫХ ДАННЫХ
	Чекбокс стоит во всех четырёх формах: popup, form1, form2 и подвал.
	По умолчанию не отмечен — без него форма не отправляется.
-------------------------------------------------------------------------------*/

.consent {
	display: flex;
	align-items: flex-start;
	margin-top: 18px;
	font-size: 0.85em;
	line-height: 1.5;
	cursor: pointer;
	text-align: left;
}

.consent input[type=checkbox] {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	min-width: 18px;
	margin: 1px 10px 0 0;
	padding: 0;
	cursor: pointer;
	accent-color: #055749;
}

.consent span {
	font-size: 1em;
	color: #FFFFFF;
}

.consent a {
	color: inherit;
	text-decoration: underline;
}

.consent a:hover {
	opacity: .75;
}

/* Подсветка, когда галочку забыли поставить */
.consent.is-error {
	animation: consent-shake .4s;
}

.consent.is-error input[type=checkbox] {
	outline: 2px solid #e53935;
	outline-offset: 2px;
}

@keyframes consent-shake {
	0%, 100% { transform: translateX(0); }
	25%      { transform: translateX(-4px); }
	75%      { transform: translateX(4px); }
}

@media (prefers-reduced-motion: reduce) {
	.consent.is-error {
		animation: none;
	}
}

/* Формы на тёмном фоне */
section.form1 .left .consent,
footer .con > div:nth-child(3) .consent {
	color: #fff;
}

section.form1 .left .consent input[type=checkbox],
footer .con > div:nth-child(3) .consent input[type=checkbox] {
	accent-color: #fff;
}

/* Форма на светлом фоне */
section.form2 .right .consent {
	color: #3d4750;
}

/* Всплывающее окно */
div.popup .window .consent {
	color: #555;
	margin-bottom: 18px;
}


/*------------------------------------------------------------------------------
	ССЫЛКИ НА ПРАВОВЫЕ ДОКУМЕНТЫ В ПОДВАЛЕ
-------------------------------------------------------------------------------*/

footer .legal-links {
	margin-top: 28px;
}

footer .legal-links a {
	display: block;
	color: rgba(255, 255, 255, .65);
	font-size: 0.85em;
	line-height: 1.6;
	text-decoration: underline;
	margin-bottom: 6px;
}

footer .legal-links a:hover {
	color: #fff;
}


/*------------------------------------------------------------------------------
	КЛИКАБЕЛЬНЫЙ ЛОГОТИП (возврат на главную с правовых страниц)
-------------------------------------------------------------------------------*/

nav .logo a {
	display: block;
	width: 100%;
	height: 100%;
}

/* У логотипа в подвале высота задана float-хаком (:before с padding-top),
   поэтому ссылку растягиваем абсолютным позиционированием. */
footer .logo {
	position: relative;
}

footer .logo a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
