@import url('https://fonts.googleapis.com/css?family=Rubik:400,700&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,700&subset=cyrillic');


html{
	font-size: 100%;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	margin:0;
	padding:0;
	line-height:1.4em;
	color: #404040;
	background: #fff;
    overflow-x: hidden;
}

:focus {
    outline: none;
}

h1, h2, h3, h4, h5, h6
{
    line-height: 1.2;
}
h1
{
    font-size: 22px;
	color: #FFF;

}
h2
{
	font-family: 'Rubik', sans-serif;
    font-size: 28px;
	font-weight: bold;
    text-align: center;	
    text-transform: uppercase;
	color: #e15000;
	border-top: 1px solid #868686;
	border-bottom: 1px solid #e15000;	
	padding: 20px 0 20px 0;
	margin: 60px 0 60px 0;
    letter-spacing: 1px;
}
h2:before,
h2:after {
    content: " ";
    width: 120px;
    height: 7px;
    display: table;
    z-index: 15;
    position: relative;
    left: calc(50% - 60px);
}
h2:before {
    background: #868686;
    bottom: 24px;
}
h2:after {
    background: #e15000;
    bottom: -24px;
}
h3
{
    font-size: 20px;
	margin: 30px 0;
	padding-top: 30px;
}
h4 {
	text-transform: uppercase;
	font-family: 'Rubik', sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 15px 0 30px 0;
}

a,
a:focus{
	text-decoration: underline;
	color: #404040;
}
a:hover
{
	outline:0;
	outline: none;
	text-decoration: none;
	color: #404040;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
p {
    margin-bottom: .5rem;
}
button:focus {
	outline: 0;
}
@media (max-width: 1199px) {

}
@media (max-width: 991px) {

}
@media (max-width: 767px) {
	body {
		font-size: 12px;	
	}
	h1 {

	}
	h2 {

	}
}

#header {
    width: 1920px;
	height: 1053px;
	background: url(../img/main.jpg) no-repeat center top;
	border-top: 10px solid #ff7a0a;
	margin: 0 auto;
}
.white-transparent {
	height: 70px;
	width: 100%;
	background: rgba(255, 255, 255, .33);
	position: absolute;
    top: 10px;
}
.logo {
	background: url(../img/logo_bg.png) no-repeat 0 0;
	width: 332px;
    height: 219px;
    text-align: center;
    padding-top: 35px;
}
.nav-item {
	padding: .5rem 1rem;
}
#navigation .nav-link {
    padding: 0;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
    padding-bottom: 13px;
	margin: 15px 20px;
    white-space: nowrap;
	color: #45352c;
	text-transform: uppercase;
}
#navigation .nav-link:before {
	content: " ";
	width: 2px;
	height: 20px;
	background: #45352c;
    float: left;
    margin-left: -20px;
}
#navigation .nav-link:first-child:before {
	display: none;
}
#navigation .nav-link:last-child {
	margin-right: 0;
}
#navbar-fixed-top {

}
.nav-link >span {
	padding-bottom: 5px;
}
.nav-link.active>span:before {
	left: 0;
    right: 0;
}
.nav-link.active>span:before,
.nav-link>span:before {
    background: #45352c;
    height: 2px;
}
#navbar-lang .nav-link {
	margin: 15px 0 15px 15px;
	color: #45352c;
}
#navbar-lang .nav-item {
	padding: 0;
}
.navbar-toggler {
    background-color: #FFF;
}
.navbar-toggler-icon {

}

.contacts-top {
	margin-top: -135px;
	font-family: 'Oswald', sans-serif;

}
.contacts-top a {
	display: block;
	text-decoration: none;
	color: #4b3125;
	margin-top: 5px;
}
.icon {
	background-repeat: no-repeat;
	background-position: 0 bottom;
	padding-left: 30px;
	margin-bottom: 15px;
	font-size: 15px;
}
.contacts-top .icon >div {
    display: table-cell;
    vertical-align: bottom;
}
.icon-phone {
	background-image: url(../img/icon_phone.png);
	padding-bottom: 11px;
}
.contacts-top .icon-phone a {
	font-weight: bold;
	font-size: 32px;
    margin-top: 5px;
}
.icon-mail {
	background-image: url(../img/icon_mail.png);
}
.contacts-top .icon-mail a {
	font-size: 20px;
}

.form-box .form-box-header,
.form-box form {
	padding: 25px 15px;
}
.form-box .form-box-header {
    background: rgba(61, 105, 117, .8);
	font-size: 11px;
	text-align: center;
	color: #FFF;
	line-height: 1.3;
    text-transform: uppercase;
	font-family: 'Rubik', sans-serif;
    font-size: 18px;
    font-weight: bold;
}
.form-box-header > div {
	font-size: 19px;
	margin-bottom: 5px;
}
.form-box form {
    background: rgba(135, 172, 182, .8);
	padding: 25px 20px;
}
.submit-btn button {
    border: 0;
    padding: 10px 15px;
    width: 100%;
    background: #92c71f;
    color: #FFF;
    text-transform: uppercase;
	font-family: 'Rubik', sans-serif;
    font-size: 18px;
    font-weight: bold;
}
.submit-btn button:hover {
	background: #ff7a0a;
	cursor: pointer;
}
.form-control {
    font-size: 1rem;
    color: #566b6e;
    border: 0;
    border-radius: 0;
    font-size: 12px;
	font-family: 'Rubik', sans-serif;
}




.main-uno {
	position: absolute;
    top: 646px;
    margin-left: 37px;
	width: 423px;
	height: 372px;
}
.main-uno1,
.main-uno2 {
	position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.8s ease-in-out;
    -moz-transition: opacity 0.8s ease-in-out;
    transition: opacity 0.8s ease-in-out;
}
.main-uno1 {
	background: url(../img/main_uno.png) no-repeat 0 0;
}
.main-uno2 {
	background: url(../img/main_uno.png) no-repeat 0 100%;
	opacity: 0;
}
.main-uno:hover .main-uno2 {
	opacity: 1;
}
/*
.main-uno:hover {
	background-position: 0 100%;
    animation: imageAnimation 36s linear 0s;
}
*/
.main-uno-text {
    position: absolute;
    top: 730px;
    margin-left: 660px;
    width: 270px;
    color: #FFF;
    text-align: center;
    line-height: 1.5;
    text-transform: uppercase;
	font-family: 'Rubik', sans-serif;
    font-size: 18px;
    font-weight: bold;
}
.main-uno-text > div {
	padding-top: 15px;
}

@media (max-width: 1919px) {
	#header {
		width: 100%;
	}
}
@media (max-width: 1199px) {
	#header {
		width: 100%;
		height: 1053px;
		background: url(../img/main1200.jpg) no-repeat left top;
	}
	.main-uno {
		position: absolute;
		top: 646px;
		left: 54px;
	}
	#navigation .nav-link {
		margin: 15px 12px;
		font-size: 19px;
	}
	#navigation .nav-link:before {
		margin-left: -12px;
	}
}
@media (max-width: 991px) {
	.main-uno-text {
		margin-left: 495px;
		top: 770px;
		width: 210px;
		font-size: 14px;
	}
	.main-uno-text > div {
		padding-top: 10px;
	}
	#navbar-fixed-top {
		margin-left: 15px;
	}
	#navigation .nav-link {
		margin: 15px 6px;
		font-size: 14px;
	}
	#navigation .nav-link:before {
		margin-left: -6px;
	}
	#header .logo {
		width: 262px;
		background-size: contain;	
		padding: 30px 50px 0 50px;
	}
}
@media (max-width: 767px) {
	#header {
		padding: 0;
		position: relative;
		max-width: 576px;
		height: auto;
		background: url(../img/main768.jpg) no-repeat center top;
		background-size: contain;
	}
	.logo {
		margin: 0 auto;
	}
	.contacts-top {
		margin-top: 485px;
	}
	.contacts-top .icon-phone a {
		margin-top: 10px;
	}
	.icon {
		display: table;
		margin-left: auto;
		margin-right: auto;
		width: 250px;
	}
	#navbar-fixed-top {
		margin-left: 0;
		margin-top: 15px;
	}
	.navbar {
		padding: 0;
	}
	#navigation .nav-link {
		font-size: 14px;
		margin: 0;
		text-align: center;
	}
	#navbar-lang {
		position: absolute;
		width: auto;
		right: -15px;
		top: 10px;
	}
	.nav-link:before {
		display: none;
	}
	.navbar-toggler {
		margin-top: 35px;
	}
	#navbar-lang .justify-content-end {

	}
	#navbar-lang .nav-item {
		display: inline-block;
	}
	#navbar-lang .nav-link {
		font-size: 14px;
		margin: 0 0 0 5px;
	}
	.white-transparent,
	.main-uno,
	.main-uno-text
	{
		display: none;
	}
	

}
@media (max-width: 575px) {
	#header {
		width: 320px;
	}
	.logo {
		width: 290px;
		background-size: contain;
		padding: 15px 50px 0 50px;
	}
	#header .logo {
	    margin-top: -10px;
	}
	.contacts-top {
		margin-top: 180px;
	}
	.icon-mail {
		display: none;
	}
}




.bionika {
	margin-top: 60px;
}
.text {
    text-align: center;
	font-size: 23px;
    line-height: 1.4;
}
@media (max-width: 767px) {
	.bionika {
		margin-top: 30px;
	}
	.text {
		font-size: 18px;
		line-height: 1.3;
	}
}




.checker {
	width: 43px;
	height: 41px;
	background: url(../img/checker.png) no-repeat 0 0;
}

.vozmognosti-icons > div {
/*	border: 1px dotted #000;*/
}



.vozmognosti-icon {
	text-align: center;
	margin-bottom: 15px;
	cursor: pointer;
}
.vozmognosti-icon-img {
    display: table;
    margin: 0 auto;
}
.vozmognosti-icon-img > img {
	border: 2px solid #FFF;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
}
.vozmognosti-icon-text {
    text-transform: uppercase;
	font-family: 'Rubik', sans-serif;
    font-size: 12px;
    font-weight: bold;
}
.vozmognosti-icon .checker {
    margin: -55px 0 25px -10px;
    position: relative;
    z-index: 10;
}

.vozmognosti-icon:hover .vozmognosti-icon-img >img {
	border-color: #e15000;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
}
.vozmognosti-icon.active .vozmognosti-icon-img >img {
	border-color: #4cb200;
}
.vozmognosti-icon.active .checker {
	background-position: 0 -41px;
}


#vozmognosti-center-info {
    font-size: 16px;
    width: 90%;
    height: 90%;
    margin: 5%;
	padding: 15px;
    background: #e5e5e5;
	display: none;
}

.vozmognosti-icon-info-img {
	max-width: 290px;
	margin: 0 30px 15px 0;
}
.vozmognosti-icon-info-img-full {
	margin: 0 0 15px 0;
}
.vozmognosti-center {
	width: 100%;
	height: 100%;
}
#vozmognosti-center-base {
	width: 100%;
	height: 100%;
	background: url(../img/vozm_septik1.png) no-repeat center right;
	-webkit-transition: .8s ease-in-out;
	transition: .8s ease-in-out;
}
/*
#vozmognosti-center-base:hover {
	background: url(../img/vozm_septik2.png) no-repeat center right;
	-webkit-transition: .8s ease-in-out;
	transition: .8s ease-in-out;
}
*/
.vozmognosti-icon-info {
	display: none;
}

@media (max-width: 1199px) {
	#vozmognosti-center-base,
	#vozmognosti-center-base:hover
	{
		background-size: contain;
	}
}
@media (max-width: 991px) {
	#vozmognosti-center-info {
		font-size: 14px;
	}
	.vozmognosti-icon-text {
		font-size: 11px;
	}
	#vozmognosti-center-info h4 {
		margin: 5px 0 20px 0;
	}
	.vozmognosti-icon-info-img {
		max-width: 50%;
		margin: 0 10px 5px 0;
	}
}
@media (max-width: 767px) {
	.vozmognosti-icon-info {
		display: block;
	}
	.vozmognosti-icon-text {
		font-size: 12px;
	}
	.vozmognosti-icon-info h4,
	.vozmognosti-icon-info img {
		display: none;
	}
}



.form-question {
	background: #eaeaea;
	border-bottom: 10px solid #aedb3e;
	padding-bottom: 30px;
}
.form-question2 {
	background: #e8febd;
}
.form-question h2 {
	color: #5ca914;
	font-size: 24px;
	border-top: 1px solid #61b400;
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 5px;
}
.form-question h2:before {
	background: #61b400;
}
.form-question h2:after {
	display: none;
}
.h2dop {
	font-family: 'Rubik', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	color: #707070;
	margin-bottom: 30px;
}
.form-question .submit-btn button {
	font-size: 14px;
    padding: 6px 15px 5px 15px;
}
@media (max-width: 991px) {
	.form-question .submit-btn button {
		width: auto;
	}
	.form-question .submit-btn button {
		padding: 6px 10px 5px 10px;
	}
}
@media (max-width: 767px) {
	.form-question .submit-btn {
		text-align: center;
	}
	.form-question .submit-btn button {
		padding: 9px 15px 7px 15px;
	}
}


.evol,
.preim {
	text-align: center;
}
.evol-text,
.preim-text {
    text-transform: uppercase;
	font-family: 'Rubik', sans-serif;
    font-size: 16px;
    font-weight: bold;
	margin: 15px 0;
}
.evol-text2,
.preim-text2 {
	font-family: 'Rubik', sans-serif;
    font-size: 16px;
	margin: 0 0 30px 0;
}
.preim-img,
.preim-img-anim
{
	width: 131px;
	height: 120px;
    margin: 0 auto;
}
.preim-img img {
    position: relative;
    z-index: 5;
}
.preim-img-anim {
    position: relative;
    z-index: 10;	
    margin-top: -120px;
}
.preim-img-anim1,
.preim-img-anim8 {
	z-index: 1;
}
.preim-img-anim > div {
	position: absolute;
}
.preim-img1-anim1,
.preim-img1-anim2
{
    background: #e15000;
    width: 18px;
    height: 11px;
    margin: 83px 0 0 61px;
	opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
.preim-img1-anim2 {
    margin-left: 89px;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
.preim-img:hover .preim-img1-anim1,
.preim-img:hover .preim-img1-anim2
{
	opacity: 1;
}
.preim-img2-anim1 {
	background: url(../img/preim2anim.png);
    width: 47px;
    height: 46px;
    margin: 37px 0 0 -24px;
	z-index: 10;
}
.preim-img4-anim1 {
	color: #92c71f;
	font-family: 'Rubik', sans-serif;
    font-size: 23px;
    margin: 47px 0 0 0;
	width: 100%;
    text-align: center;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
}
.preim-img:hover .preim-img4-anim1 {
	color: #e15000;
}
.preim-img6-anim1 {
	background: url(../img/preim6anim.png);
    width: 41px;
    height: 40px;
    margin: 19px 0 0 29px;
	z-index: 10;
	opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
.preim-img:hover .preim-img6-anim1
{
	opacity: 1;
}
.preim-img8-anim1
{
    background: #e15000;
    width: 16px;
    height: 16px;
    margin: 37px 0 0 39px;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
.preim-img:hover .preim-img8-anim1
{
	opacity: 1;
}


.evol-img {
	height: 145px;
}

.evol-img img {
	margin: 0 auto;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.evol-orange .evol-img img,
.evol-img:hover img {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
.evol-text {
	font-size: 18px;
	color: #868686;
	height: 120px;
}
.evol-text .align-self-center {
    margin: 0 auto;
}
.evol-hr {
    border-top: 1px solid #bdbdbd;
    margin: 20px 0;
    padding: 5px 0;
}
.evol-hr:after {
    content: " ";
    width: 43px;
    height: 41px;
    background: url(../img/checker.png) no-repeat 0 -164px;
    position: absolute;
    right: 8px;
    margin-top: -28px;
}
.evol-orange .evol-hr {
	border-color: #e14500;
}
.evol-orange .evol-hr:after {
	background-position: 0 -82px;
}

.evol-orange .evol-text {
	color: #e14500;
}


.btn-question {
    border-radius: 50%;
    padding: 1px 5px 0px 4px;
    font-size: 9px;
    background-color: #ff7a0a;
    color: #FFF;
    font-weight: bold;
}
.table thead th {
    border-bottom: 1px solid #fff;
    background: rgba(92, 169, 20, .5);
}
.table td, .table th {
    border-top: 1px solid #fff;
	width: 33.33%;
    text-align: center;
}
.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(232, 254, 189, .3);
}
.table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(174, 219, 62, .2);
}
.table td > span {
	border-bottom: 1px dotted #000;
    cursor: help;
}
@media (max-width: 575px) {
	.table td, .table th {
		padding: .4rem;
	}
}


#yandexmap {
	width: 100%;
	height: 450px;
	margin: 0 auto;
}
#map {
	margin: 0;
}



#footer {
	background: #ff7a0a;
    padding-top: 30px;
}
#footer .logo {
    background-image: url(../img/logo_footer_bg.png);
    padding-top: 70px;
    margin-top: -150px;
}
.footer-contact,
.footer-contact a
{
	font-family: 'Oswald', sans-serif;
	color: #FFF;
	text-decoration: none;
	font-size: 22px;
}
.footer-contact-phone {
    text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: bold;
	letter-spacing: 1px;
}
.footer-contact > div {
	font-size: 15px;
    margin-bottom: 5px;
}
.footer-social {
	margin-top: 15px;
}


@media (max-width: 991px) {

}
@media (max-width: 767px) {
	.evol-text {
		height: inherit;
	}
	#footer {
		text-align: center;
	}
}
@media (max-width: 575px) {
	#footer {
		padding-top: 0px;
	}
	#footer .logo {
		margin-top: -25px;
	}
}

