*::-webkit-input-placeholder {
	color: #b0afaf;
	opacity: 1;
	font-size: 14px; 
	font-family: "Geometria", sans-serif;
}
*:-moz-placeholder {
	color: #b0afaf;
	opacity: 1;
	font-size: 14px; 
	font-family: "Geometria", sans-serif;
}
*::-moz-placeholder {
	color: #b0afaf;
	opacity: 1;
	font-size: 14px; 
	font-family: "Geometria", sans-serif;
}
*:-ms-input-placeholder {
	color: #b0afaf;
	opacity: 1;
	font-size: 14px; 
	font-family: "Geometria", sans-serif;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	border:red 1px solid
}
body input:required:valid,
body textarea:required:valid {
	border: green 1px solid
}
body {
	font-family: "Geometria", sans-serif;
	font-size: 14px;
	line-height: 1.6;
	min-width: 320px;
	max-width: 1920px;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #373835;
}
/*Стандартные настройки*/
li, ul { list-style: none; padding: 0; margin: 0; }
p, h1, h2, h3, h4, h5 { margin: 0; padding: 0; }
h2 { font-size: 32px; font-family: "Geometria", sans-serif; line-height: 42px; margin-top: 60px; margin-bottom: 40px; color: #373835; }
a { margin: 0; padding: 0; outline: none; color: #373835;}
section { overflow: hidden; }
a:focus, a:active, input:focus, input:active, button:focus, button:active { outline: none !important; }
.green { color: #93d837;}
.clear { clear: both; }
.nav ul {outline: none;}
/*------------------*/
.top-line { background: #f8f8f8;
	padding: 10px 0;
	font-size: 11px;
	color: #656565;
	font-family: "Geometria", sans-serif;
}
.top-line .fa { margin-right: 5px; }
.top-phone { float: left; }
.top-phone span { font-family: "Geometria", sans-serif; }
.top-address-m { float: left;
    font-size: 12px; 
    margin-left: 36px;
    display: block;
}
.top-address {float: left;
    font-size: 12px; 
    margin-left: -30px;
    display: block;
    
}
.top-address .fa, .top-address-m .fa { margin-right: 9px;
    color: #434343;
    font-size: 20px; 
}
.mobile-nav, .mobile-btn {
    display: none;
}
header { 
    padding: 25px 0 20px 0;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 15px 0 15px;
}
.header-content-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.logo { 
}
.logo img {
    width: 180px;
}
.description, .description-m { 
    margin-left: 32px;
    font-size: 16px;
    color: #000;
    border-left: 1px solid #ececec;
    padding-left: 30px;
    font-weight: 500;
}
.description b {
    display: block;
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.phone { 
	text-align: right;
	font-size: 18px; 
	font-family: "Geometria", sans-serif;
	margin-left: 0;
	margin-top: -10px;
}
.phone .fa { margin-right: 9px;
    color: #434343;
    font-size: 20px; 
}
.phone span { font-family: "Geometria", sans-serif; }
.call-back { 
    position: relative;
    text-align: right;
}
.call-back a { border: 1px solid #93d837;
    border-radius: 4px;
    padding: 10px 36px;
    font-size: 16px;
    transition: all .25s;
    /* width: 300px; */
    display: inline-block;
    text-align: center;
    border-left: 4px solid  #93d837;
    font-family: "GeometriaBold", sans-serif;
    position: relative;
    z-index: 5;
    background-color: transparent;
    color: #93d837;
}
.call-back a:hover {color: #fff;
}
.call-back a:after {
    background-color: #93d837;
    content: '';
    position: absolute;
    z-index: -1;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.call-back a:hover:after {
      width: 100%; }
nav { background: linear-gradient(to top, #93d837, #8dc73f); }
nav .nav { text-align: center; }
nav li { 	
    padding: 12px 25.6px;
	display: inline-block; 
}
nav li:last-child {
    padding-right: 0;
}
nav li:first-child {
    padding-left: 0;
}
nav li a { color:#fff;
	font-size: 16px; 
	font-family: "Geometria", sans-serif; 
	position: relative;
	transition: all .25s;
}
.nav li.last-item a:after { display: none; }
nav li a:after { content: " ";
	background: #78ae2f;
	width: 1px;
	height: 13px;
	position: absolute;
	top: 4px;
	right: -22px;
}
nav li:last-child a:after { display: none;}
nav li a:hover { color:#373835; }
nav li.active a {color:#373835;}
.katalog-slider { margin-top: 30px; }
.katalog-menu {
  background: url(../img/newdesigner/bg-form-master.jpg);
  padding: 10px 25px;
  height: 440px;
}
/*.katalog-menu { border-right: 1px solid #ececec; 
    margin-bottom: 30px;
}*/
.katalog-head { font-size: 20px; 
	font-family: "Geometria", sans-serif; 
	border-bottom: 1px solid #ececec; 
	position: relative;
	padding: 6px 0;
	/*padding-left: 30px;*/
}
.katalog-head:after { content: url(../img/icon/icon-menu.png);
	position: absolute;
	right: 0;
	top: 5px; 
}
.katalog-menu ul {/* padding-left: 30px;*/
	padding-top: 10px; 
}
.katalog-menu li { position: relative; }
.katalog-menu li a { color: #373737;
	font-size: 15px; 
	padding: 6px 0;
	display: inline-block;
}
.katalog-menu li a:hover { color: #93d837; }
.katalog-menu li span {
    display: none;
}
/*.katalog-menu li a:hover:before, .katalog-menu li.active a:before { content: " ";
	background: #93d837;
	width: 15px;
	position: absolute;
	left: -30px;
	top: 17px;
	height: 2px;
}*/
.slider { position: relative; }
.slider .owl-dots {
    position: relative;
    left: 50%;
    bottom: 0;
    width: 120px;
    height: 12px;
    margin-left: -60px;
}
.slider .owl-nav {
    position: relative;
    left: 50%;
    bottom: 0;
    width: 90px;
    height: 50px;
    margin-left: -45px;
}
.slider .owl-nav .owl-next {
    background: url(../img/icon/arrow-b.png);
    background-repeat: no-repeat;
    right: -45px;
    top: 29px;
    width: 14px;
    height: 11px;
    position: absolute;
    transition: all .25s;
    margin-top: -9px;
}
.slider .owl-nav .owl-next:hover {
    background: url(../img/icon/arrow-h.png);
}
.slider .owl-nav .owl-prev {
    background: url(../img/icon/arrow-b.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 11px;
    position: absolute;
    top: 29px;
    left: -25px;
    transition: all .25s;
    margin-top: -9px;
    transform: rotate(180deg);
}
.slider .owl-nav .owl-prev:hover {
    background: url(../img/icon/arrow-h.png);
}
.owl-dot { background: #93d837;
	opacity: 0.6;
	width: 12px;
	left: 20px;
	bottom: 30px;
	height: 12px;
	z-index: 10;
	position: relative;
	margin-right: 10px;
	float: left;
	transition: all 0.25s;
}
.owl-dot:hover { opacity: 1; }
.owl-dots .active { opacity: 1; }
.recommend h2:after, .o-nas h2:after, .advantages h2:after, .review h2:after, .partners h2:after, .form1 h2:after { content: " ";
	background: #5e5e5e;
	width: 200px;
	height: 1px;
	margin-left: 40px;
	position: relative;
	display: inline-block;
	top: -9px;
}
.master h2:after {
    content: " ";
	background: #5e5e5e;
	width: 200px !important;
	height: 1px;
	margin-left: 40px;
	position: relative;
	display: inline-block;
	top: -9px;
}
.recomend-sale { background: url(../img/sale-bg.png);
	background-repeat: no-repeat; 
	overflow: hidden;
	border: 1px solid #ececec;
	border-radius: 4px;
	background-size: cover;
}
.recomend-sale img { width: 160px; }
.sale-img { float: left;
	padding: 0 20px; 
	position: relative;
}
.sale-text { float: left;
    margin-left: 10px;
    padding-top: 70px;
    display: inline-block;
    width: 280px;
}
.free-diliv img {
    width: auto;
    border-radius: 5px;
}
.free-diliv {
    text-align: center;
    margin-top: -25px;
    margin-left: 7px;
    border-radius: 5px;
}
h3 { font-size: 18px; 
	font-family: "Geometria", sans-serif; 
}
.sale-text {position: relative;}
.sale-text .rec { position: absolute;
    left: 0;
    top: 25px;
    width: 67px;
    margin-bottom: 20px;
}
.sup {     position: absolute;
    left: 40px;
    top: 25px;
    width: 60px !important;
    margin-bottom: 20px;
    height: 60px !important;
}
.item-img .sup {     position: absolute;
    left: 20px;
    top: 20px;
    width: 60px !important;
    margin-bottom: 20px;
    height: 60px !important;
}
.tovar-content-img-full .sup {         position: absolute;
    right: 0px;
    left: inherit;
    top: 7px;
    width: 60px !important;
    margin-bottom: 20px;
    height: 60px !important;
}
/*.katalog-menu li:nth-child(5):after {
    content: 'SUPER SALE';
    position: absolute;
    right: 10px;
    color: #e50721;
    top: 8px;
    font-size: 12px;
}*/
.katalog-menu li:nth-child(1):after {
    content: 'СУПЕР ХИТ';
    position: absolute;
    left: 173px;
    color: #53c50c;
    top: 1px;
    width: 50px;
    font-size: 12px;
    text-align: left;
    line-height: 16px;
}
.sale-img .hous { position: absolute;
    right: -18px;
  top: 8px;
    width: 108px;
    height: auto;
    transform: rotate(-35deg);
}
.sale-img .zalp { position: absolute;
    position: absolute;
  left: 15px;
  bottom: 0;
  width: 100px;
  height: auto;
  transform: rotate(-35deg);
}
.sale-text ul { margin-top: 14px; }
.sale-text li { margin-bottom: 8px; }
.sale-text li:before { content: " ";
	background: #93d837;
	width: 7px;
	left: 0;
	bottom: 2px;
	height: 7px;
	position: relative;
	margin-right: 10px;
	display: inline-block;
}
.sale-bot {
    overflow: hidden;
    padding-bottom: 30px;
    margin-top: 5px;
}
.sale-price { float: left;
	padding: 20px 40px 0 50px;
}
.old-price { color: #909090;
	font-size: 20px; 
	font-family: "Geometria", sans-serif; 
	text-decoration: line-through;
}
.old-price span { font-size: 12px; }
.new-price { color: #ff3c00;
	font-size: 50px;
	font-family: "GeometriaBold", sans-serif;
	line-height: 44px;
}
.new-price span { font-size: 16px; 
	color: #909090;
	font-family: "Geometria", sans-serif; 
}
.sale-btn { float: left;
    width: 200px;
    margin-top: 48px;
}
.btn { color: #fff;
    font-size: 16px;
    font-family: "Geometria", sans-serif;
    background: #93d837;
    padding: 10px 0 10px 0;
    border-radius: 4px;
    position: relative;
    display: inline-block;
    transition: all .25s;
    width: 100%;
    max-width: 450px;
    text-align: center;
}
.btn:hover { background: #82c22e; }
/*.btn:after { content: " ";
	background: #fff;
	width: 19px;
	right: -10px;
	bottom: 19px;
	height: 1px;
	position: absolute;
	margin-right: 10px;
	display: inline-block;
}*/
.btn-katalog {
    border: 1px solid #93d837;
    border-radius: 4px;
    padding: 10px 36px;
    font-size: 16px;
    transition: all .25s;
    /* width: 300px; */
    display: inline-block;
    text-align: center;
    border-left: 4px solid  #93d837;
    font-family: "GeometriaBold", sans-serif;
    position: relative;
    z-index: 5;
    background-color: transparent;
    color: #93d837;
}
.btn-katalog:hover {color: #fff;
    background: transparent;
}
.btn-katalog:after {
    background-color: #93d837;
    content: '';
    position: absolute;
    z-index: -1;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-katalog:hover:after {
      width: 100%; 
}
.septik-item { border: 1px solid #ececec;
	border-radius: 4px; 
	margin-bottom: 30px;
	transition: all 0.3s;
}
.septik-item:hover {box-shadow: 0 0 25px rgba(4, 4, 4, 0.10);}
.tovar-item:hover .btn-katalog {color: #fff;
    background: transparent;
}
.tovar-item:hover .btn-katalog:after {
      width: 100%; 
}
.item-btn .btn {
    border: 1px solid #93d837;
    border-radius: 4px;
    padding: 10px 36px;
    font-size: 16px;
    transition: all .25s;
    /* width: 300px; */
    display: inline-block;
    text-align: center;
    border-left: 4px solid  #93d837;
    font-family: "GeometriaBold", sans-serif;
    position: relative;
    z-index: 5;
    background-color: transparent;
    color: #93d837;
}
.item-btn .btn:hover {color: #fff;
    background: transparent;
}
.item-btn .btn:after {
    background-color: #93d837;
    content: '';
    position: absolute;
    z-index: -1;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.item-btn .btn:hover:after {
      width: 100%;
}
.septik-item:hover:hover .item-btn .btn {color: #fff;
    background: transparent;
}
.septik-item:hover .item-btn .btn:after {
      width: 100%; 
}
.item-img { text-align: center;
	position: relative; 
	/*margin-bottom: -20px;*/
	padding-top: 20px;
}
.septik-item .item-img .tovar-img-sec2 {
    display: none;
}
.septik-item:hover .item-img .tovar-img-sec2 {
    display: block;
}
.septik-item:hover .item-img .tovar-img-full {
    display: none;
}
.item-img img { max-width: 200px;
    height: 200px;
}
.item-img .rec { position: absolute;
    top: 0px;
    right: 0px;
    width: 67px;
    height: 26px;
}
.item-title { text-align: center;
	position: relative;  
}
.item-title h3 { 
	padding-bottom: 12px;
	transition: all .25s;
}
.item-title img { position: absolute;
	left: 0; 
	bottom: -16px;
}
.item-price { padding: 30px 15px 15px 15px;
    overflow: hidden;
}
.item-price .old-price { font-size: 12px;
    display: inline-block;
    margin-top: 5px; 
}
.item-price .new-price { font-size: 24px;
    line-height: 27px;
    display: inline-block;
    float: right;
}
.item-btn { text-align: center; margin: 0 30px;}
.item-btn .btn { margin-bottom: 35px;
	margin-top: 5px; 
}

.o-nas { background: url(../img/o-nas-bg.png);
	margin-top: 60px; 
	background-position: center;
	background-size: cover;
	padding-bottom: 60px;
}
.o-nas-text { font-size: 15px;
	line-height: 26px;
	font-family: "Geometria", sans-serif;
}
.o-nas-text p { margin-bottom: 15px; }
.o-nas-img  { position: relative; }
/*.o-nas-img:before { content: " ";
	width: 93%;
	height: 88%;
	border: 1px solid #fff;
	position: absolute;
	left: 4.2%;
	top: 6%;
	z-index: 10;
	display: inline-block;
	transition: all 0.25s;
}*/
.advantages-img { float: left;
	margin-right: 16px; 
}
.advantages-text { float: left;
    font-size: 16px;
    line-height: 26px;
    font-family: "GeometriaBold", sans-serif;
    margin-top: 5px;
}
.advantages-descript { text-align: center;
	font-size: 16px;
	line-height: 24px;
	font-family: "Geometria", sans-serif;
	margin: 40px auto 0 auto;
	width: 70%;
}
.master { background: url(../img/newdesigner/bg-form-master.jpg);
	margin-top: 80px; 
	background-position: center;
	background-size: cover;
	padding-bottom: 60px;
}
.master-form input { display: block;
    width: 300px;
    margin: 15px 0;
    border: 1px solid #b0afaf;
    border-radius: 4px;
    padding: 15px 30px;
}
.master-form input[type=text] {	background: inherit;}
.master-form .btn { border: none; width: 300px;}
.master-form input:first-child { margin-top: 0; }
.review-img { float: left;
	position: relative; 
	width: 210px; 
}
.review-img img {  max-width: 100%;}
.otzivi .item { margin-bottom: 30px; 
    overflow: hidden;
}
/*.review-img:before { content: " ";
	width: 85%;
	height: 89%;
	border: 1px solid #fff;
	position: absolute;
	left: 7.2%;
	top: 5.2%;
	z-index: 10;
	display: inline-block;
	transition: all 0.4s; 
}*/
.review-text { float: left;
	margin-left: 50px; 
	width: 65%;
	margin-top: 10px;
}
.review-text h4 { font-size: 18px; 
	font-family: "Geometria", sans-serif;
}
.review-text p { color: #989898;
	font-size: 14px;
	font-family: "Geometria", sans-serif;
	margin-bottom: 10px;
}
.review-text-rev { font-size: 15px;
	line-height: 25px; 
}
.review-address { color: #989898;
	font-size: 14px;
	font-family: "Geometria", sans-serif; 
	text-align: right;
	margin-top: 25px;
}
.review-slider { position: relative; }
.owl-prev { background: url(../img/icon/left.png);
	width: 19px;
	height: 20px;
	position: absolute;	
	top: 50%;
	left: -118px;
	transition: all .25s;
}
.owl-prev:hover { transform: translateX(-3px); }
.owl-next { background: url(../img/icon/right.png);
	width: 19px;
	height: 20px;
	position: absolute;	
	top: 50%;
	right: -118px;
	transition: all .25s;
}
.owl-next:hover { transform: translateX(3px); }
.partners-img { text-align: center; }
.partners-img img { height: 80px;
	width: auto !important; 
	display: inline !important;
}
.partners .owl-dots { width: 44px;
	margin: 0 auto;
	margin-top: 50px; 
}
.partners .owl-dot { bottom: 0; }
#callback, #zakaz-tovar, #zakaz-tovar2, #callback-f { display: none; }
.vn #zakaz-tovar h3, .vn #zakaz-tovar2 h3, .vn #callback h3, .vn #callback-f h3, .vn #callback-biodevice-zakaz h3 { font-size: 24px;
    margin-top: 0;
}
/*.fancybox-skin { padding: 60px !important;
	background: url(../img/callback-bg.png);
 }*/
.master-form-modal { text-align: center; }
.master-form-modal input { display: block;
	width: 300px;
	margin: 15px auto;
	border: 1px solid #b0afaf;
	border-radius: 4px;
	padding: 10px 15px;
}
.master-form-modal input[type=text] {	background: inherit;}
.master-form-modal .btn { border: none; width: 300px;}
.master-form-modal input:first-child { margin-top: 0; }
.master-form-modal h3 { text-align: center;
	font-size: 24px; 
	color: #82c22e;
}
.master-form-modal p { font-size: 16px;
	font-family: "Geometria", sans-serif; 
	text-align: center;
	margin-bottom: 40px;
}
.vn  h3 { font-size: 16px;
    font-family: "Geometria", sans-serif;
    letter-spacing: 0;
    margin-top: 22px; 
    margin-bottom: 8px; 
}
.vn .item-title h3 {
    padding: 0 22px;
    line-height: 18px;
    transition: all .25s;
}
.vn .item-title h3:hover {color: #82c22e;}
.vn h1 {
    font-size: 2em;
    margin: 25px 0 15px 0;
}
.vn .content li {list-style: square;
    margin: 8px 0 8px 0;
}
.vn .content ul {margin-left: 0;}
.vn .content ul li ul {margin-left: 25px;
}
.breadcrumbs { margin-bottom: 25px; }
.breadcrumbs li { display: inline;
	margin: 0 10px; 
	color: #dadada;
}
.breadcrumbs li:first-child { margin-left: 0; }
.breadcrumbs a { display: inline;
	color: #373835; 
}
.breadcrumbs a:hover { text-decoration: underline;
}
.o-nas-text h1 {line-height: 32px;
    font-size: 20px;
    margin-bottom: 15px;
}
.o-nas-text ul {margin-left: 30px;}
.o-nas-text li:before {content: " ";
    background: #93d837;
    width: 7px;
    left: 0;
    bottom: 2px;
    height: 7px;
    position: relative;
    margin-right: 10px;
    display: inline-block;
}
.gallery .content li {width:100%;
    margin: 30px 0;
    list-style: none;
}
.gallery .content .overflow {opacity: 0;
    transition: all .25s;
    background:rgba(0,0,0,0.6);
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.gallery .content-work .overflow .overflow-text {color: #fff;
    text-align: center;
    margin-top: 50%;
    border: 1px solid #fff;
    padding: 10px 20px;
    font-size: 16px;
    background: inherit;
    display: inline-block;

}
.gallery .content li {position: relative;
    border: 1px solid #dadada;
    overflow: hidden;
}
.gallery .content a:hover .overflow {opacity: 1;}
.gallery .content li img {float:left;
    margin-right: 30px;
}
.vn-g .content li { width: 29%;
    float: left;
    margin: 15px;
    max-height: 327px;
}
.vn-g .content li img {max-width:100%;}
.gallery .content li .work-all {border: 1px solid #93d837;
    border-radius: 4px;
    padding: 10px 36px;
    font-size: 16px;
    transition: all .25s;
    /* width: 300px; */
    display: inline-block;
    text-align: center;
    border-left: 4px solid #93d837;
    font-family: "GeometriaBold", sans-serif;
    position: relative;
    z-index: 5;
    background-color: transparent;
    color: #93d837;
    float: right;
        margin-bottom: 30px;
    margin-right: 50px;
}
.gallery .content li .work-all:hover {color: #fff;
}
.gallery .content li .work-all:after {
    background-color: #93d837;
    content: '';
    position: absolute;
    z-index: -1;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.gallery .content li .work-all:hover:after {
      width: 100%; }
.gallery .content li .content-work {margin-bottom: 20px;
    padding: 0px 50px;
}
.tovar-item {
    border: 1px solid #dddddd;
    border-radius: 4px;
    margin-right: 14px;
    margin-left: 14px;
    position: relative;
    padding-bottom: 20px;
    padding-top: 20px;
    overflow: hidden;
    margin-bottom: 28px;
    width: 30%;
    float: left;
    min-height: 410px;
}
.tovar-item:hover { box-shadow: 0 0 5px #ececec;}
.tovar-item .tovar-item-img {
    margin-bottom: 10px;
    text-align: center;
}
.biodevice .item-img {margin-bottom: -10px;}
.tovar-item .tovar-item-img img {
    max-width: 100%;
    height: 200px;
    margin: 0 auto;
    border: none;
    outline: none;
}
.tovar-item .tovar-item-tovar {
    margin-bottom: 25px;
    text-align: center;
}
.tovar-item .tovar-item-tovar h4 {
    font-size: 16px;
    margin-bottom: 0px;
    padding: 0 20px;
    transition:all 0.25s;
}
.tovar-item .tovar-item-tovar h4:hover {color: #82c22e;}
.tovar-item-price-next {text-align: center; margin: 0 30px;}
.tovar-content-img-full {position: relative;}
.tovar-content-img-full .img-full {padding: 20px 10px 0 0;}
.tovar-content-img-full .odin-septik-item-hit { position: absolute;
    top: 20px;
    left: 0;
    z-index: 11;
}
.tovar-content-top-all { border: 1px solid #f8f8f8;
    margin-bottom: 40px;
    overflow: hidden;
}
.tovar-content-top-price {float: left;
    padding-right: 25px;
    width: 55%;
}
.tovar-content-top-service {float: left;
    padding: 0 25px;
    width: 45%;
    background: #f8f8f8;
}
.tovar-content-top-price-price {margin: 5px 0 15px 0;
    text-align: right;
}
.tovar-introtext {color: #979797;
    padding: 25px 25px 15px 25px;
    font-size: 12px;
    font-family: "Geometria", sans-serif;
}
.tovar-content-top-price-price-old {color: #909090;
    font-size: 18px;
    text-decoration: line-through;
    font-family: "Geometria", sans-serif; 
}
.tovar-content-top-price-price-old span { font-size: 14px; }
.tovar-content-top-price-price-new { color: #ff3c00;
	font-size: 30px;
	font-family: "GeometriaBold", sans-serif;
	line-height: 32px;
}
.tovar-content-top-price-price-new span { font-size: 18px; 
	color: #909090;
	font-family: "Geometria", sans-serif; 
}
.tovar-content-top-price-btn { text-align: right; margin-left: 25px;}
.tovar-content-top-service-item {line-height:17px;
    font-size: 12px;
    font-family: "Geometria", sans-serif;
    margin: 25px 0;
}
.service-item-img { width: 32px;
    margin-right: 14px;
    float:left;
    text-align: center;
}
.tovar-content-bott { padding: 0 ;}
.service-item {display: inline-block;
    margin-bottom: 5px;
    width: 221px;
    border: 1px solid #989898;
    padding: 14px 20px;
}
.service-item:hover {box-shadow:0 0 3px #989898;}
.service-item a {display: inline-block;
}
.service-item img { display: inline-block;
    margin-right: 10px;
    height: 24px;
}
.tovar-content-bott-service-item {line-height:17px;
    font-size: 12px;
    font-family: "Geometria", sans-serif;
    float: left;
    color:#fff;
}
.montag {margin-right: 76px;
    padding-right: 83px;
    border-right: 1px solid #fff;
}
.tovar .content { font-size: 14px;
    line-height: 24px;
    margin: 60px 0;
}
.tovar h3 {margin-bottom: 15px;}
.tovar-content-img-full .img-full  {max-width:100%;}
.kolovesi .septik-item  h3 { height: 36px; }
.vortex .septik-item {height: 480px;}
/*tub*/
/* базовый контейнер вкладок */
.tabs_block {
    width: 100%;
    max-width: 800px;
    min-width: 300px;
    margin: 0 auto;
}
.tabs_block table { margin: 0 auto; 
	}
.tabs_block:after {
    content:"";
    display:block;
    clear:both;
}
/* панель навигации вкладок */
.tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    float:left;
}
/* список вкладок */
.tabs li {
    text-align:center;
    float:left;
    padding:10px 20px;
    background:#fff;
    margin-right:33px;
    cursor:pointer;
    color:#373835;
    -webkit-transition:all .2s linear 0s;
    -webkit-transition-delay:.2s 0s;
    transition:all .2s linear 0s;
    border: 1px solid #8dc83f;
    list-style: none !important;
}
.tabs li:last-child { margin-right: 0; }
.tabs li:hover {
    background:#8dc83f;
    color:#fff;
    border: 1px solid #8dc83f;
}
/* активная вкладка */
.tabs li.active {
    background:#8dc83f;
    color:#fff; 
}
.vn .content .tabs li { margin-right: 30px;
    margin-left: 0;
}
.vn .content .box h3 { text-align: center;
    margin-bottom: 10px;
}
.vn .content ul.tabs { margin-left: 0;}
/* блоки вкладок с содержанием */
.box {
    background:#fdfdfd;
    width:96%;
    padding:5px 2% 6px;
    display:none;
    text-align: left;
    float: left;
}
/* параграф внутри вкладок */
.box p {
    margin-bottom: 15px;
}
/* активный блок при загрузке */
.visible, .open_tab {
    display: block;
}
/* картинки внутри вкладок */
.box img {
    width: 25%;
    height: auto;
}
/* картинки слева */
.pl-left {
    float:left;
    margin:5px 15px 5px 0;
}
/* картинки справа */
.pl-right {
    float:right;
    margin:5px 0 5px 15px;
}
/* убираем выравнивание на маленьких экранах */
@media (max-width: 300px) {
  .tabs, .tabs li {
   float: none;
  }
}
.tabs_block td { border: 1px solid #c5a370;
	padding: 7px;
	text-align: center; 
}
.tabs_block th { border: 1px solid #c5a370;
	padding: 10px;
}
tr:hover { background: #f8f8f8; }
.obsluga-text td { border: 1px solid #ccc;
	padding: 7px;
	text-align: center; 
}
.obsluga-text th { border: 1px solid #ccc;
	padding: 7px;
	text-align: center; 
	background: #cce7f8
}
.item-title .kol-chel {padding: 0 20px;
    font-size: 12px;
    color: #807f7f;
    line-height: 18px;
}
.item-img .sale {position: absolute;
    left: 0;
    top: 0px;
    width: 67px;
    height: 26px;
}
.img-sec ul {padding-left:0;
    text-align: center;
}
.img-sec li {display:inline-block; margin-right:15px;} 
.img-sec li:last-child {margin-right:0;}
.img-sec li img {border: 1px solid #ebedec;}
.img-sec {margin-top: 40px;}
.item-img .hous { position: absolute;
    left: 20px;
    top: 20px;
    width: 120px;
    height: 100px;
    transform: rotate(-35deg);
}
.tovar h1 { position: relative;}
.tovar .hous {position: absolute;
    right: 10px;
    top: 10px;
    width: 108px;
    height: auto;
    transform: rotate(-35deg);
}
.tovar .zalp {position: absolute;
    left: 15px;
    bottom: 135px;
    width: 100px;
    height: auto;
    transform: rotate(-35deg);
}
.item-img img.house {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 108px;
    height: auto;
    transform: rotate(-35deg);
}
.item-img img.zalp {
  position: absolute;
  left: 15px;
  bottom: 5px;
  width: 100px;
  height: auto;
  transform: rotate(-35deg);
}
.sale-text h3 {
    transition: all .25s;
}
.sale-text h3:hover {color: #82c22e;}
.item-title h3:hover {color: #82c22e;}
.home .septik-item {margin-bottom: 0;}
.otziv-form {overflow: hidden;
    margin-bottom: 40px;
}
.otziv-form p { margin-bottom: 25px;
    font-size: 15px;
    color:#989898;
}
.otziv-form h2 {
    font-size: 22px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: none;
    font-family: "GeometriaBold", sans-serif;
    font-weight: 100;
    letter-spacing: 0;
}
.otziv-form input { padding: 10px 0 10px 10px; 
	margin-bottom: 20px;
	border: 1px solid #bfbfbf;
	border-radius: 4px;
	width: 80%;
}
.otziv-form label { margin: 10px 0;
	display: inline-block; 
}
.otziv-form label span { color: #eb8910; }
.otziv-form textarea { padding: 12px 0 10px 12px; }
.otziv-form input.otziv-file { border: none;
	background: #f7f7f7; 
}
.otziv-btn {  
   border:none;
}
.review-video {float: left;
    width: 67%;
    margin-right: 20px;
}
.item-2 {position: relative;
    margin-bottom: 30px;
    overflow: hidden
}

.item-2 h4 { font-size: 18px; 
	font-family: "Geometria", sans-serif;
}
.item-2 p { color: #989898;
	font-size: 14px;
	font-family: "Geometria", sans-serif;
	margin-bottom: 10px;
}
.review-text-rev-video { font-size: 15px;
	line-height: 25px; 
}
.review-text-video { float: left;}
.review-address-video { color: #989898;
	font-size: 14px;
	font-family: "Geometria", sans-serif; 
	text-align: right;
	margin-top: 5px;
}
.citata {margin: 30px 0;
    font-size: 15px;
    font-style: italic;
    background: #f8f8f8;
    padding: 30px;
    border-left: 2px solid #92d638;
}
.page-intro {font-size: 18px;
    margin-bottom: 15px;
}
.karta { margin: 15px 0 30px 0;}
.tovar-item-img .rec { position: absolute;
    top: 0px;
    right: 0px;
    width: 67px;
    height: 26px !important;
}
.katalog-menu li {position: relative;}
/*.katalog-menu li:nth-child(2):after { content: "хит";
    position: absolute;
    right: 25px;
    top: 6px;
    color: #fff;
    background: #ff3c00;
    padding: 0px 12px 3px 12px;
    border-radius: 5px;
}*/
.owl-carousel .owl-item img { width: auto;}
.katalog-slider .owl-carousel .owl-item img { width: 100%;}
.content .sale-all img {width: 100%;
    height: auto;
}
.sale-all span {color: #7DB135;}
.nav li:nth-child(6) a {color: #FF5722;}
.nav li:nth-child(5) a::before {
    content: url(../img/icon/nav-work.png);
    position: absolute;
    width: 20px;
    height: 20px;
    top: -30px;
    left: 34%;
    display: inline-block;
}
.sertifikate img {width: 100%;
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
    margin: 15px 0;
    transition:all 0.3s;
}
.sertifikate img:hover { box-shadow: 0 0 6px rgba(0,0,0,0.3);}

/*mobail-menu*/
button.menu::before {
	content: 'МЕНЮ';
	font-size: 22px;
}
button.menu { background: none;
color: #fff;
border: navajowhite;
text-align: center;
width: 100%; 
}
button.menu[aria-expanded="true"]::before {
	content: 'МЕНЮ';
}
nav ul {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
	display: none;
}
[aria-hidden="false"] {
	display: block;
}
@media screen and (min-width: 769px) {
  button.menu {
  	display: none;
  }
  nav ul {
  	display: table;
  }
  nav ul li {
  	text-align: center;
  }
}
.description-m, .top-address-m {display: none;}
.o-nas-text a, a.ofs {
    color: #FFCB04;
    font-size: 16px;
    border-bottom: 1px solid #FFCB04;
    margin-bottom: 10px;
    display: inline-block;
    font-family: "Geometria", sans-serif;
}
/*.call-back::after {
    content: "перезвоним вам за 26 секунд";
    position: absolute;
    bottom: -24px;
    right: 0;
    display: inline-block;
    font-size: 12px;
}*/
.call-back p {
    font-size: 11px;
    margin-top: 5px;
}
.tth td {padding: 8px;
    border: 1px solid #dadada;
}
.tth table {max-width: 100%;}
.smalltext {margin-top: 20px;}
.tth a {text-decoration: underline;}
.sertificate .content a {margin: 10px 0;
    text-decoration: underline;
    display: inline-block;
}
.srav {margin: 20px 0;
    font-size: 16px;
}
.gift {background: #f8f8f8;
    padding: 10px;
        margin-top: 10px;
    font-size: 14px;}
.gift .fa {color: #93d837;
    margin-right: 10px;
    font-size: 28px;}
.biodeka-page .all-tovar-septik .septik-item {
    height: 480px;
}
.form1 {
    margin-top: 60px;
    background: url(../img/newdesigner/bg-green.jpg);
}
.form1 h2 {
    color: #fff;
    margin-top: 0;
}
.master-form-form1 {
    padding: 80px 0;
    text-align: center;
    /**border: 1px solid #ececec;**/
    background: #ffffff;
    box-shadow: 0 0 10px #6aab14
}
.master-form-form1 input {
    background: #fff !important;
    border: 1px solid #b0afaf;
    margin: 0 auto 15px;
}
.form1 h2:after { content: " ";
	display: none;
}
.form-1-left {
    padding: 55px 0 50px 0;
}
.form-1-left p {
    color: #fff;
    font-size: 16px;
}
.form2 {
    padding: 1px 25px 30px 25px;
    margin-top: 40px;
    text-align: center;
    margin-bottom: 40px;
    background: linear-gradient(to top, #f8f8f8, #f8f8f8);
}
a.btn-form2 {
    width: 100%;
    margin-bottom: 40px;
}
.form2 p {
    font-size: 14px;
    color: #777;
    margin-bottom: 10px;
}

/* POLLER */
.poller {
    width:calc(100% - 74px);
    margin:0 auto;
    color:rgb(55, 55, 55);
}
.poller__heading {
    padding:0;
    margin-bottom:0 0 20px 0
}
h3.poller__heading {
    margin-bottom: 20px;
}
.poller__progress {
    background-color:rgba(0, 0, 0, 0.04);
    height:50px;
    line-height:50px;
    margin:0 0 20px 0;
    text-align:center;
    border-radius:3px;
    position:relative
}
.poller__bar {
    position: absolute;
    display:block;
    top:0;
    left: 0;
    height:50px;
    width:0;
    z-index:0;
    background-color:#93d837;
    border-radius:3px;
    transition:width .3s ease;
    will-change: width
}
.poller__status {
    z-index:30;
    position:relative;
}
.poller__progress i {
    font-style: normal
}
.poller__controls {
    display: flex;
    flex-direction:row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom:50px;
    padding:0 5px;
    line-height:11px
}
.poller__controls svg{
    display:inline-block;
    vertical-align: top;
    transition:fill .2s ease, transform .2s ease
}
.control__prev,
.control__next {
    -ms-user-select: none; 
    -moz-user-select: none; 
    -webkit-user-select: none; 
    user-select: none;
    cursor:pointer;
    transition:color .2s ease;
    will-change: color;
    padding:7px 12px;
}
.control__prev:hover,
.control__next:hover {
    color:#93d837
}
.control__prev:hover svg {
    fill: #93d837;
    transform: translateX(-5px)
}
.control__next:hover svg {
    fill: #93d837;
    transform: translateX(5px)
}
.poller__container {
    display:flex;
    flex-direction:row;
    flex-grow: 1;
    flex-wrap:nowrap;
    overflow-x:hidden;
}
.poller__item {
    opacity:0;
    overflow:hidden;
    visibility:hidden;
    width:0;
    height:0;
    flex:0 0 0%;
    transition:opacity 0.3s ease;
}
.poller__item--show {
    flex: 0 0 100%;
    width:100%;
    height:auto;
    visibility:visible;
    opacity:1;
}
.poller__question {
    font-weight:bold;
    font-size:18px;
    text-align:center;
    margin-bottom:20px;
    padding:0 40px
}
.poller__question strong{
    line-height: 24px;
    position:absolute;
    transform:translateX(-33px) translateY(-2px);
    display:inline-block;
    width:30px;
    height:30px;
    border-radius:50%;
    border:#93d837 2px solid
}
.poller__fieldset {
    display:flex;
    flex-direction:row;
    justify-content: space-around;
    padding:20px 5px;
    margin:0;
    list-style:none;
    transform:translateY(50px);
    opacity:0;
    transition:opacity .3s ease, transform .3s ease
}
.poller__item--show .poller__fieldset {
    opacity:1;
    transform: translateY(0)
}
.poller__fieldset li {
    max-width:230px;
    text-align:center;
    padding:0;
    margin:0 5px 0 0;
    cursor:pointer;
}
.poller__fieldset li:last-child {
    margin:0;
}
.poller__fieldset li img{
    max-width:100%;
    display:block;
    margin:0 auto 10px auto;
    box-shadow:rgba(255,255,255,255,0) 0 0 0 0px;
    transition:box-shadow .3s ease
}
.poller__fieldset li span{
    display:block;
    padding:0 5%;
    line-height:100%
}
.poller__fieldset li:hover img,
li.poller__selected img{
    box-shadow:#93d837 0 0 0 4px;
    position:relative;
    z-index:20
}
.poller-form {
    display:flex;
    flex-direction:row;
    justify-content:space-between
}
.poller-form__description {
    width:50%;
    padding:0 5px
}
.poller-form__description ul {
    padding:0;
    margin:0;
    list-style-position: inside
}
.poller-form__inputs {
    width: 50%;
}
.poller-form__inputs input{
    display: block;
    width: 100%;
    margin: 15px auto;
    border: 1px solid #b0afaf;
    border-radius: 4px;
    padding: 15px 20px;
}
.poller-form__inputs button {
    background: linear-gradient(40deg, #FF9800, #FF3C00);
    width: 100%;
    border: none;
    padding: 22px;
}
.poller-form__inputs button:after {
    display: none;
}
.poller-form__inputs button:hover {
    background: linear-gradient(40deg, #FF9800, #FF3C00);
}
#pollerFinalData {
    width:0;
    height:0;
    visibility:hidden;
}
@media only screen and (max-width:800px) {
    .poller__progress {
        line-height:25px;
    }
    .poller__controls {
        margin-bottom:25px;
    }
    .control__prev,
    .control__next {
        padding:0;
        font-size:0;
    }
    .control__prev:hover svg,
    .control__next:hover svg {
        transform:none;
    }
    .poller__fieldset {
        flex-wrap:wrap;
        justify-content:space-between;
    }
    .poller__fieldset li{
        flex:0 0 45%;
        margin:0 0 30px 0;
    }
    .poller-form {
        flex-wrap:wrap
    }
    .poller-form__description {
        width:100%;
        order:2
    }
    .poller-form__inputs {
        width: 100%;
        order:1;
        margin-bottom:25px;
    }
}
.poller-form__inputs button {
  margin: 0;
  background-size: 100%;
  background-image: linear-gradient(40deg, #FF9800, #FF3C00);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
  border: 0;
  color: #FFF;
  font-size: 16px;
  border-radius: 3px;
  cursor: pointer;
  outline: none;
  text-align: center;
}
.btn span{
  z-index:10;
  position:relative;
}

.btn--glow {
  position:relative;
  overflow:hidden;
}

.btn--glow:before{
  content:'';
  position: absolute;
  left: -20%;
  top:-10%;
  width: 0;
  height: 100%;
  transform: rotate(15deg) scale(1, 2);
  box-shadow: 0 0 30px 15px rgba(255, 255, 255, 0.7);
  animation: button-glow 3000ms ease-in-out infinite;
}

@keyframes button-glow {
  0% {
    left: -20%;
  }
  50% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

.pollar-btn {
  margin: 0;
  background-size: 100%;
  background-image: linear-gradient(40deg, #FF9800, #FF3C00);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
  border: 0;
  color: #FFF;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
  text-align: center;
  position: fixed;
    left: 30px;
    bottom: 30px;
    padding: 20px 40px;
    overflow:hidden;
    z-index: 11;
}
.pollar-btn span{
  z-index:10;
  position:relative;
  font-family: "Geometria", sans-serif;
}
.pollar-btn:before{
  content:'';
  position: absolute;
  left: -20%;
  top:-10%;
  width: 0;
  height: 100%;
  transform: rotate(15deg) scale(1, 2);
  box-shadow: 0 0 30px 15px rgba(255, 255, 255, 0.7);
  animation: button-glow 3000ms ease-in-out infinite;
}
.pollar-btn:after {
    content: url(../img/tovar/ital/ital-antey-3/1.png);
    position: absolute;
    left: 30px;
    top:-10px;
}
@keyframes button-glow {
  0% {
    left: -20%;
  }
  50% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
.field {
    display: none !important;
}
.exitblock {    
    display:none;    
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:100000;
}    
.exitblock .fon {
    /*background: #F6FCF*/
    opacity:.7;
    position:fixed;
    width:100%;
    height:100%;
    background: #1e1e1e;
    opacity: 0.83;
}
.exitblock .modaltext {
    box-sizing: border-box;
    padding: 0;
    background: url(../img/exitblock-bg.jpg) no-repeat;
    position: relative;
    top: 120px;
    /* left: 56%; */
    /* margin-left: -30%; */
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    border-radius: 5px;
}  
.modaltext-content {
    padding: 65px 70px 58px 70px;
}
.closeblock {
    cursor:pointer;
    position: fixed;
    line-height:60px;
    font-size:82px;
    transform: rotate(45deg);
    text-align:center;
    top:20px;
    right:30px;
    color: #e2e2e2;;    
}
.closeblock:hover {
    color: #373835;    
}
.exitblock input {
    width: 100% !important;
    padding: 17px 26px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-family: 'Open Sans';
    margin-bottom: 15px;
    box-shadow: 0 4px 7px rgba(0,0,0,0.3);
}
.exitblock select {width: 100% !important;
    padding: 12px 20px;
    border: 1px solid #c9caca;
    border-radius: 4px;
    font-size: 14px;
    font-family: 'Open Sans';
    margin-bottom: 15px;}
.exitblock h3 {
    font-size: 40px;
    margin-bottom: 0;
    text-align: left;
    font-family: "GeometriaBold", sans-serif;
    color: #000;
}
.exitblock p {
    text-align: left;
    color:#373835;
    margin-bottom: 40px;
    font-size: 26px;
    line-height: 36px;
    color: #000;
}
.exitblock p span {
    background: #e6301f;
    border-radius:5px;
    font-family: "GeometriaBold", sans-serif;
    color:#fff;
    padding: 5px 13px;
}
.exitblock-forms {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.exitblock-form span {
    font-size: 16px;
    color: #000;
    margin-bottom: 15px;
    display: block;
}
.exitblock button.btn-call {
    display: inline-block;
    text-align: center;
    padding: 11px 21px;
    background: #f5760f;
    margin-left: 10px;
    color: #fff;
    font-family: "RalewaySemiBold", sans-serif;
    font-size: 16px;
    border-radius: 4px;
    transition: all .3s;
    width: 56% !important;
    border: none;
    margin-top: 0;
}
.exitblock label {font-size: 12px;
    display: block;
    color: #777;
}
.exitblock .btn {
    border: none;
    display: block;
    margin: 0 auto;
    margin-top: 0;
    background:#e6301f;
    font-family: "GeometriaBold", sans-serif;
    padding: 17px 0;
    margin-top: -15px;
    box-shadow: 0 4px 7px rgba(0,0,0,0.3);
}
.exitblock-number {
    border: 1px solid #e6301f;
    border-radius: 5px;
    padding: 11px 22px;
    font-size: 16px;
    line-height: 24px;
    margin-left: 50px;
    margin-top: -12px;
}
.exitblock-number span {
    color: #e6301f;
}
.topas .item-title h3, .topol .item-title h3{
    height: 36px;
}
.tableha-ital {
    background: #f8f8f8;
    font-size: 16px;
    font-weight: bold;
}
.tableha-ital td:last-child {
    color: #ff3c00;
}
.top-header {
    background: #F8F8F8;
    width: 100%;
    position: relative;
}
.top-nav li a {
    color: #373835;
    font-size: 14px;
    font-family: "Geometria", sans-serif;
    position: relative;
    transition: all .25s;
}
.top-nav li a:hover {
    color: #81B445;
} 
.top-nav li {
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
}
.top-nav li.first {
    padding-left: 0;
}
.top-nav li.last {
    padding-right: 0;
}
.landing-bg {
    height: 460px;
}
.landing-advantages {
    margin: 20px 0 25px 0;
}
.landing-advantages li {
    padding: 5px 0;
    font-size: 16px;
}
.landing-advantages li span {
    padding-right: 10px;
    color: #84B947;
}
.landing-raschet {
    margin-bottom: 40px;
    width: 100%;
    max-width: 450px;
}
.landing-btn {
    position: relative;
}
.vn-landing h1 {
    padding-top: 20px;
    font-family: "Geometria", sans-serif;
    font-size: 33px;
    line-height: 44px;
}
.vn-landing .pollar-btn {
    display: none;
}
.pollar-btn span {
    z-index: 10;
    position: relative;
    font-family: "Geometria", sans-serif;
}
.landing-item {
    border: 1px solid #ececec;
    border-radius:5px;  
    overflow: hidden;
    padding-bottom: 40px;
}
.landing-item-img {
    text-align: center;
}
.landing-item-img img{
    width: auto;
}
.landing-item-title h3 {
    padding-bottom: 12px;
    transition: all .25s;
    margin-top: 25px;
    text-align: center;
    font-size: 18px;
}
.landing-item-advantages {
    text-align: center;
}
.landing-item-advantages li {
    padding: 3px 10px;
    font-size: 14px;
}
.landing-item-advantages li span {
    padding-right: 4px;
    color: #84B947;
}
.landing-item-price {
    font-size: 18px;
    color: #909090;
    font-family: "Geometria", sans-serif;
    margin: 15px 0 25px 0;
    text-align: center;
}
.landing-item-price span {
    font-size: 26px;
    line-height: 27px;
    font-family: "GeometriaBold", sans-serif;
    color: #ff3c00;
}
.landing-item-btn a{
    margin: 0 auto;
    background-size: 100%;
    background-image: linear-gradient(40deg, #93d838, #78ac34);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
    border: 0;
    color: #FFF;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
    text-align: center;
    padding: 15px 36px;
    display: block;
    width: 230px;
}
.landing-gallery-item {
    overflow: hidden;
    margin: 0 15px 15px 15px;
}
.landing-gallery-item img {
    transition: all .3s;
}
.landing-gallery-item:hover img {
    transform: scale(1.2)
}
.landing-text {
    overflow: hidden;
    margin: 40px 0 40px 0;
    font-size: 16px;
}
.landing-text .fa {
    font-size: 36px;
    color: #7ab034;
    border: 1px solid #7bb035;
    width: 60px;
    height: 60px;
    border-radius: 4px;
    text-align: center;
    line-height: 61px;
}
.landing-text p {
    padding-top: 5px;
}
.landing-callback {
    text-align: center;
    margin: 40px 0 0 0;
    border-bottom: 1px solid #ececec;
    padding-bottom: 80px;
}
.landing-callback h3 {
    margin-bottom: 30px;
    font-size: 20px;
}
.landing-gallery .owl-prev {
    background: url(../img/icon/left.png);
    width: 19px;
    height: 20px;
    position: absolute;
    top: 42%;
    left: -50px;
    transition: all .25s;
}
.landing-gallery .owl-next {
    background: url(../img/icon/right.png);
    width: 19px;
    height: 20px;
    position: absolute;
    top: 42%;
    right: -50px;
    transition: all .25s;
}
.landing-voda-1 .landing-item {
    height: 690px;
}
.landing-item-p {
    margin: 0 0 12px 0;
    padding: 0 12px;
    font-size: 14px;
    color: #777;
    text-align: center;
}
.landing-form {
    background: #ececec;
    border-radius: 4px;
    padding: 35px 40px 45px 40px;
    margin-bottom: 50px;
}
.landing-form h3 {
    margin-bottom: 15px;
}
.landing-form input {
    display: block;
    margin: 0 auto 15px auto;
    background-size: 100%;
    background-image: none;
    border: 1px solid #b0afaf;
    color: #777;
    font-size: 16px;
    border-radius: 4px;
    outline: none;
    padding: 15px 20px;
    width: 100%;
    max-width: 420px;
}
.landing-form .landing-btn {
    margin: 0 auto;
    background-size: 100%;
    background-image: linear-gradient(40deg, #93d838, #78ac34);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
    border: 0;
    color: #FFF;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
    text-align: center;
    padding: 15px 36px;
    display: block;
    width: 100%;
    max-width: 420px;
}
.landing-img img {
    max-width: 100%;
    margin-top: 90px;
    text-align: center;
    padding-left: 60px;
}
.landing-voda-1 {
    background: #f8f8f8;
    margin-top: 75px;
}
.landing-voda-2 {
    background: #f8f8f8;
}
.landing-voda-1 h2:after, .landing-voda-2 h2:after, .landing-teplo-1 h2:after, .landing-drenag-1 h2:after, .landing-drenag-3 h2:after, .vn-landing h2:after {
    content: " ";
    background: #5e5e5e;
    width: 200px;
    height: 1px;
    margin-left: 40px;
    position: relative;
    display: inline-block;
    top: -9px;
}
.vn-landing .grin-h2 {
    color: #93d837;
}
.otoplenie-page .landing-bg {
    height: 474px;
}
.landing-teplo-2 .landing-item {
    height: 580px;
}
.landing-teplo-1 .landing-text {
    text-align: center;
    margin-bottom: 0;
}
.landing-teplo-1 .landing-text .fa {
    margin-bottom: 20px;
}
.landing-teplo-1 .col-md-12 h3 {
    margin-bottom: 30px;
    font-size: 18px;
}
.otoplenie-form .landing-form {
    margin-bottom: 0;
    margin-top: 70px;
}
.teplo-device {
    display: flex;
    justify-content: space-between;
}
.teplo-device-item {
    text-align: center;
    border: 1px solid #ececec;
    border-radius: 4px;
    margin: 0 7px 30px 7px;
    padding: 15px;
}
.teplo-device-item:first-child {
    margin-left: 0;
}
.teplo-device-item:last-child {
    margin-right: 0;
}
.teplo-device-item .landing-item-btn a {
    padding: 15px 36px;
    width: 181px;
}
.teplo-service-item  {
    background: #F8F8F8;
    padding: 40px;
    height: 685px;
    margin-bottom: 30px;
    border-radius: 4px;
}
.teplo-service-item .landing-advantages {
    margin: 0 0 25px 0;
}
.drenag-page .landing-bg {
    height: 560px;
}
.landing-gallery-drenag-item {
    background: #f8f8f8;
    overflow: hidden;
    padding: 30px 20px;
    border-radius: 4px;
}
.landing-gallery-drenag-item-text h3 {
    padding-bottom: 12px;
    transition: all .25s;
    margin-top: 25px;
}
.landing-drenag-1 .landing-gallery-drenag-item-text h3 {
    color: #F44336;
}
.landing-drenag-1 .landing-gallery-drenag-item-text {
    margin-left: -30px;
    margin-right: 50px;
}
.reason-item {
    overflow: hidden;
    background: #f8f8f8;
    border-radius: 4px;
    color: #373835;
    padding: 20px 20px;
    margin-bottom: 30px;
    display: flex;
}
.reason-item-img-text {
    margin: 30px 30px 0 50px;
}
.reason-item h3 {
    padding-bottom: 12px;
    transition: all .25s;
    margin-top: 15px;
    color: #93D837;
}
.landing-drenag-3 {
    background: #f8f8f8;
    margin-top: 50px;
}
.when-item {
    background: #fff;
    overflow: hidden;
    border-radius: 4px;
    padding: 30px;
    margin-bottom: 30px;
}
.when-item-img {
    float: left;
    margin-right: 30px;
}
.when-item h3 {
    padding-bottom: 12px;
    transition: all .25s;
    margin-top: -6px;
}
.softrock {
    height: 520px;
    position: relative;
}
.softrock-text {
    background: #f8f8f8;
    border-radius: 4px;
    max-width: 350px;
    position: absolute;
    padding: 15px 20px;
}
.softrock-text-1 {
    top: 100px;
}
.softrock-text-2 {
    right: 40px;
    top: -55px;
}
.softrock-text-3 {
    right: 0;
    bottom: 0;
}
.softrock-text-all h3 {
    padding-bottom: 12px;
    transition: all .25s;
    margin-top: 15px;
}
.when-softrock-item {
    background: #fff;
    overflow: hidden;
    border-radius: 4px;
    padding: 30px;
    margin-bottom: 30px;
}
.when-softrock-item-img {
    text-align: center;
}
.when-softrock-item h3 {
    transition: all .25s;
    margin-top: 15px;
    text-align: center;
}
.landing-drenag-5 {
    background: #f8f8f8;
    margin-top: 70px;
    padding-bottom: 50px;
}
.price-drenag {
    overflow: hidden;
    background-image: url(../img/drenag/b1.jpg);
    border-radius: 4px;
    color: #fff;
    padding: 30px 20px 50px 20px;
    text-align: center;
}
.price-drenag h3 {
    transition: all .25s;
    margin-top: 15px;
    text-align: center;
}
.price-drenag-price {
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
}
.price-drenag-btn {
    margin: 0 auto;
    background-size: 100%;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
    border: 0;
    color: #373835;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
    text-align: center;
    padding: 15px 36px;
    display: block;
    width: 100%;
    max-width: 240px;
    transition: all .3s;
}
.price-drenag-btn:hover {
    background-image: linear-gradient(40deg, #93d838, #78ac34);
}
.price-drenag-btn:hover a{
    color: #fff;
}
.landing-drenag-8 .landing-gallery-drenag-item {
    background: #fff;
}
.landing-drenag-9 {
    background: #f8f8f8;
    margin-top: 50px;
    padding-bottom: 50px;
}
.landing-drenag-9 .when-item-p {
    text-align: center;
}
.landing-drenag-9 h3 {
    padding-bottom: 12px;
}
.landing-drenag-9 .when-softrock-item {
    height: 344px;
}
.landing-drenag-9 .when-softrock-item-img {
    position: relative;
}
.landing-drenag-9 .when-softrock-item-img:after {
    content: '';
    width: 240px;
    height: 2px;
    background: #F44336;
    transform: rotate(45deg);
    display: block;
    position: absolute;
    top: 84px;
    left: 28px;
}
.error-item {
    /* background: #f1f1f1; */
    overflow: hidden;
    /* margin-bottom: 30px; */
    padding: 13px 0;
    border-radius: 4px;
}
.error-item .col-md-2 {
    color: #F44336;
    font-family: "Geometria", sans-serif;
}
.error-item h3 {
    transition: all .25s;
    margin-left: -68px;
    margin-top: -2px;
    padding-bottom: 5px;
}
.error-item p {
    margin-left: -68px;
}
.landing-voda-3 .landing-item {
    height: 677px;
}
.landing-voda-3 h2:after{
    content: " ";
    background: #5e5e5e;
    width: 145px;
    height: 1px;
    margin-left: 40px;
    position: relative;
    display: inline-block;
    top: -9px;
}
.drenag-page h1 {
    color: #fff;
}
.drenag-page .landing-advantages {
    color: #fff;
}
.drenag-page .landing-raschet {
    color: #fff;
}
.price-drenag-btn:hover {
    background-image: linear-gradient(40deg, #93d838, #78ac34);
}
.img-mobile {
    display: none;
}
.landing-btn a {
    margin: 0;
    position: absolute;
    padding: 15px 36px;
}
.landing-callback-btn a{
    margin: 0 auto;
    padding: 15px 36px;
    display: block;
    width: 100%;
    max-width: 420px;
}
.ahover { border: 1px solid #93d837 !important;
    border-radius: 4px !important;
    padding: 10px 36px;
    font-size: 16px;
    transition: all .25s;
    /* width: 300px; */
    display: inline-block;
    text-align: center;
    border-left: 4px solid  #93d837 !important;
    font-family: "GeometriaBold", sans-serif;
    position: relative;
    z-index: 5;
    background-color: transparent;
    color: #93d837;
}
.ahover:hover {color: #fff;
    background: transparent;
}
.ahover:after {
    background-color: #93d837;
    content: '';
    position: absolute;
    z-index: -1;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.ahover:hover:after{
      width: 100%; 
}
.recommend .septik-item {
    height: 480px;
}
.recomend-sale {
    height: 480px;
} 
.landing-voda-4 .landing-item {
    height: 710px;
}
.dostavka-icon {
    margin-bottom: 10px;
    margin-top: 10px;
}
.dostavka-text h3 {
    font-size: 20px;
    font-family: "GeometriaBold", sans-serif;
}
.oplata-text h3 {
    font-size: 20px;
    font-family: "GeometriaBold", sans-serif;
    margin: 40px 0 15px 0;
}
.oplata-text h4 {
    font-size: 16px;
    font-family: "GeometriaBold", sans-serif;
}
.dostavka-img img {
    width: 100%;
    height: auto;
}
.slider-works-item {
    overflow: hidden;
    margin: 0 15px 0 15px;
    border: 1px solid #ececec;
    border-radius: 5px;
    transition: all .25s;
}
.slider-works-item:hover {
    box-shadow: 0 0 25px rgba(4, 4, 4, 0.10);
}
.slider-works-item h3 {
    padding: 15px 20px 10px 20px;
}
.slider-works-wrap h2:after {
    content: " ";
    background: #5e5e5e;
    width: 200px;
    height: 1px;
    margin-left: 40px;
    position: relative;
    display: inline-block;
    top: -9px;
}
.slider-works-wrap .owl-prev {
    background: url(../img/icon/left.png);
    width: 19px;
    height: 20px;
    position: absolute;
    top: 42%;
    left: -50px;
    transition: all .25s;
}
.slider-works-wrap .owl-next {
    background: url(../img/icon/right.png);
    width: 19px;
    height: 20px;
    position: absolute;
    top: 42%;
    right: -50px;
    transition: all .25s;
}
.slider-works-btn a{
    margin: 30px auto 10px auto;
    padding: 15px 36px;
    display: block;
    width: 100%;
    max-width: 300px;
}
.ahover { border: 1px solid #93d837 !important;
    border-radius: 4px !important;
    padding: 15px 36px;
    font-size: 16px;
    transition: all .25s;
    /* width: 300px; */
    display: inline-block;
    text-align: center;
    border-left: 4px solid  #93d837 !important;
    font-family: "GeometriaBold", sans-serif;
    position: relative;
    z-index: 5;
    background-color: transparent;
    color: #93d837;
}
.ahover:hover {color: #fff;
    background: transparent;
}
.ahover:after {
    background-color: #93d837;
    content: '';
    position: absolute;
    z-index: -1;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.ahover:hover:after {
      width: 100%; 
}
/*.work-all {
    color: #fff;
    font-size: 16px;
    font-family: "Geometria", sans-serif;
    background: #93d837;
    padding: 10px 0 10px 0;
    border-radius: 4px;
    position: relative;
    display: inline-block;
    transition: all .25s;
    width: 200px;
    max-width: 200px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 25px;
    display: block;
}*/
.work-all:hover { color: #82c22e; }
.work-all {
    color: #93d837;
    font-size: 16px;
    font-family: "Geometria", sans-serif;
    /* background: #93d837; */
    /* padding: 10px 0 10px 0; */
    padding-left: 20px;
    border-radius: 4px;
    position: relative;
    display: inline-block;
    transition: all .25s;
    /* width: 200px; */
    /* max-width: 200px; */
    text-align: center;
    /* margin: 0 auto; */
    margin-bottom: 25px;
    /* display: block; */
}
.vn .master {
    margin-top: 60px;
}
.vn .slider-works-item h3 {
    padding: 15px 20px 10px 20px;
    margin: 0;
    font-size: 18px;
}
.downloadpasp { border: 1px solid #93d837;
    border-radius: 4px;
    padding: 10px 36px;
    font-size: 16px;
    transition: all .25s;
    /* width: 300px; */
    display: inline-block;
    text-align: center;
    border-left: 4px solid  #93d837;
    font-family: "GeometriaBold", sans-serif;
    position: relative;
    z-index: 5;
    background-color: transparent;
    color: #93d837;
    text-decoration: none !important;
    margin-bottom: 20px;
}
.downloadpasp:hover {color: #fff;
}
.downloadpasp:after {
    background-color: #93d837;
    content: '';
    position: absolute;
    z-index: -1;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.downloadpasp:hover:after {
      width: 100%; 
}
.biodevice-gorizont .col-md-9 .item-img img {
    max-width: 100%;
    height: auto;
}
.biodevice-gorizont .col-md-9 .item-img .tovar-img-full img {
    height: 166px;
}
.biodevice-gorizont .col-md-9 .item-img .tovar-img-sec2 img {
    height: 166px;
}
.biodevices-content {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    margin-top: 80px;
}
.biodevices-wrap-mobile {
    display: none;
}
.biodevices-item-mobile {
    display: none;
}
.biodevices-item-pc {
    background-image:url('../img/newdesigner/page-biodevice/bg-biodevice-item.png');
    background-repeat: no-repeat;
    display: block;
    position: relative;
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding: 35px 28px 35px 31px;
    text-align: left;
}
.biodevices-item-pc-pro .biodevices-item-pc-img {
    left: 0;
    margin-right: 30px;
}
.biodevices-item-pc-gost .biodevices-item-pc-img {
    width: 200px;
    top: -80px;
    left: -32px;
}
.biodevices-item-pc-gost .biodevices-item-pc-img img {
    width: 210px;
    max-width: initial;
}
.biodevices-item-pc-gost .h3 {
    margin-left: -40px;
}
.biodevice-item-pc-top {
    display: flex;
    justify-content: flex-start;
    align-items: start;
    height: 180px;
}
.biodevices-item-pc-img {
    position: relative;
    vertical-align: top;
    display: table-cell;
    top: -80px;
    left: -20px;
}
.biodevices-item-pc-img img {
    max-height: 210px;
    max-width: 100%;
}
.biodevice-item-pc-top .h3 h3 {
    font-size: 44px;
    line-height: 44px;
    color:#93d837;
    font-family: "GeometriaBold", sans-serif;
}
.biodevice-item-pc-top .h3 span {
    color:#777;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.biodevices-wrap-pc p {
    font-size: 20px;
    line-height: 24px;
    margin-top: -30px;
    height: 95px;
}
.biodevice-item-adv {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 15px 0 15px;
}
.biodevice-item-adv-item {
    margin-right: 40px;
}
.biodevices-item-pc .biodevice-item-adv span {
    color: #777;
    font-size: 12px;
    margin-bottom: -5px;
}
.biodevices-item-pc .biodevice-item-adv h4 {
    font-size: 20px;
}
.biodevices-h1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 40px !important;
    line-height: 50px;
}
.biodevices-h1 .madein {
    width: 200px;
}
.biodevices-black {
    height: auto;
    width: 320px;
    margin-right: 50px;
}
.biodevices-garant {
    height: auto;
    width: 120px;
    margin-right: 5px;
}
.biodevices-vn {
    height: auto;
    width: 100px;
    right: 245px;
    top: 10px;
    position: absolute;
}
.biodevices-text {
    position: relative;
    width: 100%;
    top: 0;
}
.biodevices-item-pc h3 {
    font-size: 26px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
}
.biodevices-item-pc span {
    display: block;
    font-size: 16px;
}
.biodevices-item p {
    font-size: 15px;
    position: relative;
    width: 100%;
}
.biodevices-item-btn {
    display: block;
    margin: 0 auto;
    width: 100%;
}
.biodevices-item-btn .btn {
    margin-bottom: 0;
    padding: 15px 36px;
}
.biodevices-text-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
}
.biodevices-item-pc:hover .item-btn .btn {
    color: #fff;
    background: transparent;
}
.biodevices-item-pc:hover .item-btn .btn:after {
    background-color: #93d837;
    content: '';
    position: absolute;
    z-index: -1;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.biodevices-item-pc:hover .item-btn .btn:after {
      width: 100%;
}
.footer-map {
  font-size: 20px;
  font-family: "Geometria", sans-serif;
  margin-bottom: 35px;
}
.footer-map a {
    font-size: 16px;
    text-decoration: underline;
}
.breadcrumbs-wrapper {
    margin-top: 30px;
}
.biodevice-glav-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 90px;
}
.biodevice-glav-text {
    width: 48%;
}
.biodevice-glav-text h1 {
    font-size: 36px;
    line-height: 56px;
    font-family: "Geometria", sans-serif;
    margin-bottom: 15px;
    margin-top: 10px;
    color: #373835;
}
.biodevice-glav-text p {
    font-size: 16px;
    margin-bottom: 40px;
}
.logo-biodevices-black {
    width: 250px;
    margin-right: 50px;
}
.biodevice-glav-img {
    position: relative;
}
.biodevice-glav-img img {
    position: absolute;
}
.biodevice-glav-img img.septik-glav {
    right: 120px;
    top: 0;
    z-index: 11;
}
.biodevice-glav-img img.uzor {
    right: -70px;
    top: 0;
    z-index: 1;
}
.biodevice-advantages-wrapper {
    background: #F8F9FA;
    padding: 15px 0 0 0;
}
.biodevice-advantages {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 60px;
}
.biodevice-advantages-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 36%;
    margin-bottom: 70px;
}
.biodevice-advantages-item:nth-child(3n) {
    width: 26%;
}
.biodevice-advantages-item:nth-child(7) {
    width: 30%;
}
.biodevice-advantages-item:nth-child(1) {
    width: 28%;
}
.biodevice-advantages-item:nth-child(4) {
    width: 28%;
}
.biodevice-advantages-item:nth-child(10) {
    width: 30%;
}
.biodevice-advantages-item:first-child h3, .biodevice-pro-page .biodevice-advantages-item:nth-child(2) h3 {
    color: #ff3c00;
}
.biodevice-pro-page .biodevice-advantages-item:nth-child(1) {
    width: 36%;
}
.biodevice-pro-page .biodevice-advantages-item:nth-child(4) {
    width: 36%;
}
.biodevice-pro-page .biodevice-advantages-item:nth-child(7) {
    width: 36%;
}
.biodevice-pro-page .biodevice-advantages-item:nth-child(10) {
    width: 36%;
}
.advantages-item-img {
    width: 70px;
    text-align: center;
}
.biodevice-advantages-item h3 {
    margin: 0 0 0 22px;
}
.biodevice-katalog-wrapper {
    background: url(../img/newdesigner/bg-uzor.jpg) no-repeat;
    background-size: cover;
    padding: 0 0 70px 0;
}
.biodevice-katalog {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 60px;
}
.biodevice-katalog-item {
    position: relative;
    background: #fff;
    width: 370px;
    max-width: 100%;
    height: 510px;
    margin-right: 15px;
    margin-bottom: 15px;
    transition: all .4s;
    border-left: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    border-top: 3px solid #ffffff;
    overflow: hidden;
    border-radius:5px;
}
.biodevice-katalog-item-hidden {
    position: absolute;
    bottom: -40px;
    width: 100%;
    text-align: center;
    background: #93d837;
    color: #fff;
    font-size: 16px;
    opacity: 0;
    visibility: hidden;
    transition: all .25s;
}
.biodevice-katalog-item .item-zakaz {
    background: #93d837;
    width: 49%;
    text-align: center;
    display: inline-block;
    padding: 14px 0 14px 0;
    color: #fff;
    transition: all .25s;
}
.biodevice-katalog-item .item-zakaz:hover {
    background: #77b02b;
}
.biodevice-katalog-item .item-more {
    background: #ff3c00;
    width: 49%;
    text-align: center;
    display: inline-block;
    padding: 14px 0 14px 0;
    color: #fff;
    transition: all .25s;
}
.biodevice-katalog-item .item-more:hover {
    background: #d03404;
}
.biodevice-katalog-item:hover {
    border-top: 3px solid #92D638;
    border-left: 3px solid #92D638;
    border-right: 3px solid #92D638;
}
.biodevice-katalog-item:nth-child(3n){
    margin-right: 0;
}
.biodevice-katalog-item:hover .biodevice-katalog-item-hidden {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}
.biodevice-katalog-item > a {
    display: block;
    width: 100%;
    height: 100%;
}
.katalog-item-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 20px 26px;
    font-size: 16px;
    height: 130px;
}
.katalog-item-top-price-old {
    color: #777;
    text-decoration: line-through;
}
.katalog-item-top-price-old span {
    display: block;
    text-decoration: none;
    margin-bottom: 5px;
}
.katalog-item-top-price-new {
    color: #ff3c00;
    font-weight: 700;
}
.katalog-item-center {
    position: relative;
}
.katalog-item-center .zalp {
    position: absolute;
    left: 20px;
    bottom: 13px;
    width: 120px;
    height: 100px !important;
    transform: rotate(-35deg);
    z-index: 11;
}
.katalog-item-center .house {
    position: absolute;
    right: 20px;
    top: -30px;
    width: 108px;
    height: 100px !important;
    transform: rotate(-35deg);
    z-index: 11;
}
.katalog-item-center .item-img {
    padding-top: 0;
}
.biodevice-katalog-item .item-img .tovar-img-sec2 {
    display: none;
}
.biodevice-katalog-item:hover .item-img .tovar-img-sec2 {
    display: block;
}
.biodevice-katalog-item:hover .item-img .tovar-img-full {
    display: none;
}
.biodevice-katalog-item .item-img img {
    max-width: 200px;
    height: 280px;
}
.biodevice-eco-page .biodevice-katalog-item .item-img img {
    max-width: 280px;
    height: 280px;
}
.biodevice-gorizont-page .biodevice-katalog-item .item-img img {
  max-width: 350px;
  height: 280px;
}
.biodevice-pro-page .biodevice-katalog-item .item-img img {
  max-width: 350px;
  height: 280px;
}
.katalog-item-buttom h3 {
    width: 326px;
    text-align: center;
    margin: 15px auto 0 auto;
}
.biodevice-katalog-more {
    border-left: 3px solid #92d638;
    width: 100%;
    margin-top: 60px;
    height: 250px;
    position: relative;
    z-index: 5;
    background-color: #fff;
    transition: all .25s;
}
.biodevice-katalog-more-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 15px;
    position: relative;
}
.biodevice-page-pro-new .biodevice-katalog-more-content-img img {
    width: 220px;
}
.biodevice-gorizont-page .biodevice-katalog-more-content {
    padding-top: 0;
}
.biodevice-eco-page .biodevice-katalog-more-content {
    padding-top: 0;
}
.biodevice-katalog-more-content h3 {
    text-transform: uppercase;
    font-size: 26px;
    width: 24%;
    padding: 10px 0 15px 75px;
    margin: 0;
}
.biodevice-gorizont-page .biodevice-katalog-more-content h3 {
    text-transform: uppercase;
    font-size: 26px;
    width: 24%;
    padding: 10px 0 80px 75px;
    margin: 0;
}
.biodevice-katalog-more-content h3 span {
    color: #777;
    font-size: 16px;
    display: block;
    text-transform: initial;
    font-weight: 100;
}
.biodevice-katalog-more-content p {
    position: relative;
    width: 37%;
    color: #777;
}
.biodevice-gorizont-page .biodevice-katalog-more-content p {
  padding-bottom: 60px;
}
.biodevice-katalog-more-content p img {
    position: absolute;
    right: 0;
    top: -20px;
}
.biodevice-katalog-more-content-img {
    padding-right: 45px;
}
.biodevice-katalog-more-content-img img {
    position: relative;
    top: 5px;
}
.biodevice-gorizont-page .biodevice-katalog-more-content-img img {
  position: relative;
  top: -40px;
  width: 265px;
}
.biodevice-katalog-more:hover h3, .biodevice-katalog-more:hover p, .biodevice-katalog-more:hover h3 span {
    color: #fff;
}
.biodevice-katalog-more:after {
    background-color: #93d837;
    content: '';
    position: absolute;
    z-index: -1;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.biodevice-katalog-more:hover:after {
      width: 75%;
}
.biodevice-eco-page .biodevice-katalog-more:hover:after {
      width: 75%;
}
.biodevice-gorizont-page .biodevice-katalog-more:hover:after {
      width: 76%;
}
.biodevice-text-wrapper {
    background: #fff;
    padding: 10px 0 50px 0;
}
.biodevice-text-wrapper h2 {
    position: relative;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*.biodevice-text-wrapper h2 img {
    width: 185px;
    position: absolute;
    right: 80px;
    bottom: 35px;
}*/
.biodevice-text {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    font-size: 16px;
}
.biodevice-text-item {
    background: url(../img/newdesigner/bg-uzor.jpg) no-repeat;
    padding: 20px 25px 20px 25px;
    margin-bottom: 25px;
}
.biodevice-text-item p  {
  font-size: 16px;
}
.biodevice-text-item:last-child {
    color: #d03404;
}
.biodevice-text-all {
    width: 65%;
}
.biodevice-text-all img {
    width: 50%;
}
.biodevice-economy-wrapper {
    background: url(../img/newdesigner/bg-uzor.jpg) no-repeat;
    background-size: cover;
    padding: 10px 0 60px 0;
}
.biodevice-economy-wrapper h2 {
    margin-top: 30px;
}
.biodevice-economy-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 60px;
}
.economy-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
}
.economy-item-img {
    width: 70px;
    text-align: center;
}
.economy-item h3 {
    margin: 0 0 0 22px;
}
.biodevice-economy-block {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    background: #fff;
    border-left: 3px solid #92d638;
    width: 100%;
    margin-top: 30px;
}
.biodevice-economy-block h3 {
    font-size: 26px;
    width: 25%;
    padding: 60px 0 60px 55px;
    margin: 0;
}
.biodevice-economy-block p {
    position: relative;
    color: #000;
    font-size: 16px;
    width: 45%;
    margin-left: 40px
}
.biodevice-economy-block b {
    color: #ff3c00;
}
.biodevice-economy-block img {
    
}
.biodevice-video-wrapper {
    padding: 10px 0 0 0;
}
.biodevice-video-wrapper h2 {
    margin-top: 30px;
}
.biodevice-video-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
}
.biodevice-part-wrapper {
    background: url(../img/newdesigner/bg-uzor.jpg) no-repeat;
    background-size: cover;
    padding: 70px 0 20px 0;
    margin-top: -60px;
}
.biodevice-part-wrapper  h2 {
    margin-bottom: 10px;
    margin-top: 30px;
}
.biodevice-parts {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.biodevice-part-all {
    width: 65%;
}
.biodevice-part-all h4 {
    font-size: 16px;
}
.biodevice-part-all p {
    font-size: 16px;
    margin-bottom: 26px;
}
.biodevice-text-img {
    position: relative;
    top: -20px;
}
.biodevice-garanty-wrapper {
    padding: 50px 0 5px 0;
}
.biodevice-garanty-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
.biodevice-garanty-safety {
    background: #f8f9fa;
    width: 49%;
    margin-right: 30px;
    padding: 45px 60px 60px 60px;
}
.biodevice-garanty-safety h3 {
    font-size: 32px;
    margin: 0 0 20px 0;
}
.biodevice-garanty-safety p {
    font-size: 16px;
}
.biodevice-garanty-right {
    width: 48%;
}
.biodevice-garanty-right-top {
    background: #f8f9fa;
    padding: 38px 55px 38px 55px;
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}
.biodevice-garanty-right-top h3 {
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    display: inline-block;
    color: #92d638;
    text-transform: uppercase;
}
.biodevice-garanty-right-top h4 {
    font-size: 20px;
    margin-left: 25px;
    display: inline-block;
}
.biodevice-garanty-right-center {
    background: #f8f9fa;
    padding: 38px 51px 38px 51px;
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}
.biodevice-garanty-right-center h3 {
    font-size: 30px;
    line-height: 30px;
    margin: 0;
    display: inline-block;
    color: #92d638;
    text-transform: uppercase;
}
.biodevice-garanty-right-center h4 {
    font-size: 20px;
    margin-left: 40px;
    display: inline-block;
}
.biodevice-garanty-right-buttom {
    background: #f8f9fa;
    padding: 37px 55px 37px 55px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}
.biodevice-garanty-right-buttom h3 {
    font-size: 30px;
    line-height: 30px;
    margin: 0;
    color: #92d638;
    text-transform: uppercase;
}
.biodevice-garanty-right-buttom h4 {
    font-size: 20px;
    margin-left: 40px;
}
footer { 
    border-top: 3px solid #f8f9fa;
    margin-top: 80px;
	background: #fff;
	color: #000; 
	padding: 80px 0 80px 0;
}
footer a {
    color: #000;
}
.footer-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
.footer-logo {
    width: 20%;
}
.footer-logo img {
    width: 195px;
}
.biodevices-white {
    margin-top: 25px;
}
.copy {
    margin-top: 20px;
    color: #777;
}
.footer-nav-glav li {
    display: inline-block;
    margin: 0 14px 0 14px;
}
.footer-nav-glav li:first-child {
    margin-left: 0;
}
.footer-nav-glav li:last-child {
    margin-right: 0;
}
.footer-nav-glav li a {
    font-size: 18px;
    transition: all .25s;
    color: #000;
    font-weight: 700;
}
.footer-nav-glav li a:hover {
    color: #96df33;
}
.footer-nav-katalog {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 36px;
}
.footer-nav-katalog li {
    margin-bottom: 12px;
}
.footer-nav-katalog li a {
    font-size: 16px;
    transition: all .25s;
    color: #000;
}
.footer-nav-katalog li a:hover {
    color: #96df33;
}
.footer-bottom {
    background: url(../img/newdesigner/bg-uzor.jpg) no-repeat;
    background-size: cover;
    padding: 45px 60px 45px 70px;
    margin-top: 45px;
}
.footer-contacts {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.footer-contacts-left {
    width: 43%;
}
.footer-contacts-phone {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 22px;
}
.footer-contacts-phone-img {
    width: 40px;
    text-align: center;
}
.footer-contacts-phone h3 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 22px;
    font-size: 16px;
}
.footer-contacts-phone h3 span {
    display: block;
    font-weight: 100;
}
.footer-contacts-phone h3 img {
    position: relative;
    bottom: 2px;
    left: 10px;
}
.footer-contacts-mail {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.footer-contacts-mail-img {
    width: 40px;
    text-align: center;
}
.footer-contacts-mail h3 {
    margin: 0 0 0 22px;
    font-size: 16px;
}
.footer-contacts-center {
    width: 38%;
}
.footer-contacts-geo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.footer-contacts-geo-img {
    width: 40px;
    text-align: center;
}
.footer-contacts-geo h3 {
    margin: 0 0 0 22px;
    font-size: 16px;
}
.footer-contacts-geo a {
    color: #92d638;
    text-decoration: underline;
}
.footer-contacts-center .call-back {
    position: relative;
    text-align: left;
    margin-top: 22px;
    margin-left: 55px;
}
.footer-contacts-right {
    width: 19%;
    text-align: center;
    padding-left: 40px;
    display: flex;
    justify-content: center;
    align-items: baseline;
}
.footer-contacts-right a {
    display: block;
    margin: 7px;
}
.footer-contacts-right a:last-child {
    margin-bottom: 0;
}
.phone p {
    font-size: 14px;
}
.online {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #93d837;
    border-radius: 50%;
    position: relative;
    right: 8px;
    bottom: -1px;
    transition: all .25s;
    animation: pulse 1.5s linear infinite;
}
@keyframes pulse {
	0% {
    transform: scale(0.9);
  }
    50% {
    transform: scale(1.2);
  }
    100% {
    transform: scale(0.9);
  }
}
.biodevice-glav-text-img {
    display: flex;
    align-items: center;
}
.madein {
    width: 220px;
}
.top-nav-wrap {
    opacity: 0;
    position: fixed;
    width: 100%;
    transition: all .4s;
    box-shadow: 0 3px 20px rgba(0,0,0,0.05);
    visibility: hidden;
    transform: translateY(-30px);
    align-items: center;
}
.top-nav-wrap.fixed{
    opacity: 1;
    visibility: visible;
    z-index: 111;
    transform: translateY(0px);
}
.master-form-form1 .btn {
    background: #fff !important;
    background-color: #fff !important;
}
.content-links {
    background: url(../img/newdesigner/bg-form-master.jpg);
    padding: 10px 25px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.vn .content .content-links ul {
    margin-left: 0;
}
.vn .content .content-links li {
    list-style: none;
    margin: 0;
    display: inline-block;
}
.vn .content .content-links li a {
    padding: 10px 40px;
    transition: all .25s;
    font-weight: 600;
}
.vn .content .content-links li a:first-child {
    padding-left: 0;
}
.vn .content .content-links li a:hover {
    color: #93d837;
}
.content-links a {
    cursor: pointer;
    text-decoration: underline;
}
.vn h3.speeddiv, .vn .content h3 {
    color: #82c22e;
    font-size: 24px;
    margin-bottom: 20px;
}
blockquote {
    background: url(../img/newdesigner/bg-form-master.jpg);
    padding: 10px 25px;
    border-radius: 5px;
    margin: 20px 0;
    font-family: "GeometriaBold", sans-serif;
}
.biodevice-pro-page .biodevice-text-all {
    width: 90%;
}
.biodevice-pro-page .biodevice-text-all img {
    width: auto;
    margin-left: 80px;
    margin-bottom: 20px;
}
.biodevice-glav-text-h1-mobile {
    display: none;
}
.biodevice-glav-text-h1-mobile .biodevices-h1 {
    font-size: 24px !important;
    line-height: 32px;
}
.biodevice-gost-page .biodevice-katalog-more-content {
  padding-top: 0;
}
.biodevice-gost-page .biodevice-katalog-more-content h3, .biodevice-eco-page .biodevice-katalog-more-content h3 {
  text-transform: uppercase;
  font-size: 26px;
  width: 24%;
  padding: 10px 0 80px 75px;
  margin: 0;
}
.biodevice-gost-page .biodevice-katalog-more-content p, .biodevice-eco-page .biodevice-katalog-more-content p {
  padding-bottom: 60px;
}
.biodevice-gost-page .biodevice-katalog-more-content-img img, .biodevice-eco-page .biodevice-katalog-more-content-img img {
  position: relative;
  top: -30px;
  width: 180px;
}
.biodevice-katalog-item .item-img img {
  max-width: 250px;
  height: auto;
}
.biodevice-page-pro-new .biodevice-katalog-item .item-img img {
  max-width: 165px;
  height: auto;
}
.biodevice-katalog-item .katalog-item-center .house {
  position: absolute;
  right: 50px;
  top: -30px;
  width: 108px;
  height: auto !important;
  transform: rotate(-35deg);
  z-index: 11;
}
.biodevice-katalog-item .katalog-item-center .zalp {
  position: absolute;
  left: 50px;
  bottom: 13px;
  width: 100px;
  height: auto !important;
  transform: rotate(-35deg);
  z-index: 11;
}
.yandex {
    margin-top: 20px;
}
.city .blockquote {
    margin: 40px 0;
}
.blockquote p {
    font-weight: 100;
    font-style: italic;
    margin: 8px 0;
    font-size: 16px;
}
.blockquote-footer {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 100;
  font-family: "Geometria", sans-serif;
  font-style: italic;
}
.blockquote-footer .data {
    margin-right: 20px;
}
.city p {
    font-size: 18px;
}
.nav-fix-btn {
    position: absolute;
    right: -160px;
    top: 11px;
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
}
.banners-content {
    position: relative;
}
.banners-content button {
    position: absolute;
    border: 1px solid #fff !important;
    border-radius: 4px !important;
    padding: 15px 36px;
    font-size: 16px;
    transition: all .25s;
    width: 220px;
    display: inline-block;
    text-align: center;
    border-left: 4px solid #fff !important;
    font-family: "GeometriaBold", sans-serif;
    z-index: 5;
    background-color: transparent;
    color: #fff;
    top: 325px;
    left: 60px;
}
.banners-content button img {
    width: 15px !important;
    display: inline !important;
    position: relative;
    left: 15px;
}
.banners-content button.ahover:hover {color: #fff;
    background: transparent;
}
.banners-content button.ahover:after {
    background-color: #93d837;
    content: '';
    position: absolute;
    z-index: -1;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.banners-content button.ahover:hover:after {
      width: 100%; 
}
.link-puls {
    display: none;
}

.stages {
    display: block;
}
.stages h2 {
    text-align: center;
    font-family: "GeometriaBold", sans-serif;
}
.stages h3 {
    font-family: "GeometriaBold", sans-serif;
}
.stage-item-1, .stage-item-3 {
    position: relative;
    height: 380px;
    margin-bottom: 20px;
}
.stage-item .number {
    position: absolute;
    left: 50%;
    font-family: "GeometriaBold", sans-serif;
    font-size: 24px;
    color:#8dd62c;
    width: 50px;
    height: 50px;
    line-height: 44px;
    border: 2px solid #8dd62c;
    border-radius: 80%;
    text-align: center;
    margin-left: -25px;
}
.stage-item-1 h3, .stage-item-3 h3 {
    position: absolute;
    left: 55.7%;
    top: 10px;
    width: auto;
    font-size: 22px;
    line-height: 30px;
}
.stage-item-1 .stage-img, .stage-item-3 .stage-img {
    position: absolute;
    left: 8%;
    top: 15px;
}
.stage-item-1 .stage-item-text, .stage-item-3 .stage-item-text {
    position: absolute;
    left: 55.7%;
    top: 110px;
    width: auto;
    font-size: 16px;
    line-height: 26px;
}
.stage-item-1 .stage-item-text-1 {
    width: 60%;
}
.stage-item-1 .stage-item-text-1 a {
    text-decoration: underline;
    color: #93d837;
}
.stage-item-text a {
    margin: 20px 0 20px 0;
}
.stage-item-1 .stage-item-text-2 {
    width: 94%;
}
.stage-item-1 .line, .stage-item-3 .line {
    position: absolute;
    left: 50%;
    top: 60px;
    width: 2px;
    height: 86%;
    background: #93d837;
}
.circle {
    display: block;
    position: absolute;
    left: 50%;
    width: 10px;
    height: 10px;
    background: #fff;
    border: 2px solid #8dd62c;
    border-radius: 80%;
    margin-left: -5px;
    outline: 10px solid #fff;
}
.stage-item-1 .circle-1 {
    top: 30px;
}
.stage-item-1 .circle-2 {
    top: 180px;
}

.stage-item-2 {
    position: relative;
    height: 400px;
    text-align: right;
    margin-bottom: 15px;
}
.stage-item-2 h3 {
    position: absolute;
    left: 30px;
    top: 10px;
    width: 42%;
    font-size: 22px;
    line-height: 30px;
}
.stage-item-2 .stage-img {
    position: absolute;
    left: 55.7%;
    top: 15px;
}
.stage-item-2 .stage-item-text {
    position: absolute;
    top: 80px;
    width: 45%;
    font-size: 16px;
    line-height: 26px;
}
.stage-item-2 .stage-item-text-1 {
    position: relative;
    left: 26px;
    width: 94%;
    margin: 0 0 10px 0;
}
.stage-item-2 .stage-item-text-2 {
    position: relative;
    left: 26px;
    width: 94%;
    margin: 10px 0 10px 0;
}
.stage-item-2 .stage-item-text-2 a {
    text-decoration: underline;
    font-family: "GeometriaBold", sans-serif;
    font-size: 18px;
}
.stage-item-2 .stage-item-text-3 {
    position: relative;
    left: 26px;
    width: 94%;
    margin: 10px 0 10px 0;
}
.stage-item-2 .stage-item-text-4 {
    position: relative;
    left: 26px;
    width: 94%;
    margin: 10px 0 10px 0;
}
.stage-item-2 .stage-item-text-5 {
    position: relative;
    left: 26px;
    width: 94%;
    margin: 10px 0 10px 0;
}
.stage-item-2 .line {
    position: absolute;
    left: 50%;
    top: 60px;
    width: 2px;
    height: 86%;
    background: #93d837;
}
.stage-item-2 .circle-1 {
    top: 30px;
}
.stage-item-2 .circle-2 {
    top: 127px;
}
.stage-item-2 .circle-3 {
    top: 190px;
}
.stage-item-2 .circle-4 {
    top: 277px;
}
.stage-item-3 {
    position: relative;
    height: 350px;
    margin-bottom: 20px;
}
.stage-item-3 .stage-item-text-1 {
    position: relative;
    width: 80%;
}
.stage-item-3 .circle-1 {
    top: 30px;
}

.stage-item-4 {
    position: relative;
    height: 350px;
    text-align: right;
    margin-bottom: 20px;
}
.stage-item-4 h3 {
    position: absolute;
    left: 30px;
    top: 10px;
    width: 42%;
    font-size: 22px;
    line-height: 30px;
}
.stage-item-4 .stage-img {
    position: absolute;
    left: 55.7%;
    top: 15px;
}
.stage-item-4 .stage-item-text {
    position: absolute;
    top: 80px;
    width: 45%;
    font-size: 16px;
    line-height: 26px;
}
.stage-item-4 .stage-item-text-1 {
    position: relative;
    left: 26px;
    width: 94%;
    margin: 0 0 10px 0;
}
.stage-item-4 .stage-item-text-2 {
    position: relative;
    left: 26px;
    width: 94%;
    margin: 10px 0 10px 0;
}
.stage-item-4 .stage-item-text-3 {
    position: relative;
    left: 26px;
    width: 94%;
    margin: 10px 0 10px 0;
}
.stage-item-4 .stage-item-text-4 {
    position: relative;
    left: 26px;
    width: 94%;
    margin: 10px 0 10px 0;
}
.stage-item-4 .line {
    position: absolute;
    left: 50%;
    top: 60px;
    width: 2px;
    height: 86%;
    background: #93d837;
}
.stage-item-4 .circle-1 {
    top: 30px;
}
.stage-item-4 .circle-2 {
    top: 92px;
}
.stage-item-4 .circle-3 {
    top: 154px;
}
.stage-item-4 .circle-4 {
    top: 191px;
}

.stage-item-5 {
    position: relative;
    height: 350px;
    margin-bottom: 20px;
}
.stage-item-5 h3 {
    position: absolute;
    left: 55.7%;
    top: 10px;
    width: auto;
    font-size: 22px;
    line-height: 30px;
}
.stage-item-5 .stage-img {
    position: absolute;
    left: 8%;
    top: 15px;
}
.stage-item-5 .stage-item-text {
    position: absolute;
    left: 55.7%;
    top: 50px;
    width: auto;
    font-size: 16px;
    line-height: 26px;
}
.stage-item-5 .stage-item-text-1 {
    position: relative;
    width: 94%;
    margin: 0 0 10px 0;
}
.stage-item-5 .stage-item-text-2 {
    position: relative;
    width: 94%;
    margin: 10px 0 10px 0;
}
.stage-item-5 .stage-item-text-3 {
    position: relative;
    width: 94%;
    margin: 10px 0 10px 0;
}
.stage-item-5 .stage-item-text-4 {
    position: relative;
    width: 94%;
    margin: 10px 0 10px 0;
}
.stage-item-5 .line {
    position: absolute;
    left: 50%;
    top: 60px;
    width: 2px;
    height: 86%;
    background: #93d837;
}
.stage-item-5 .circle-1 {
    top: 13px;
}
.stage-item-5 .circle-2 {
    top: 60px;
}
.stage-item-5 .circle-3 {
    top: 150px;
}
.stage-item-5 .circle-4 {
    top: 210px;
}

.stage-item-6 {
    position: relative;
    height: 400px;
    text-align: right;
}
.stage-item-6 h3 {
    position: absolute;
    left: 30px;
    top: 10px;
    width: 42%;
    font-size: 22px;
    line-height: 30px;
}
.stage-item-6 .stage-img {
    position: absolute;
    left: 55.7%;
    top: 15px;
}
.stage-item-6 .stage-item-text {
    position: absolute;
    top: 80px;
    width: 45%;
    font-size: 16px;
    line-height: 26px;
}
.stage-item-6 .stage-item-text-1 {
    position: relative;
    left: 26px;
    width: 94%;
    margin: 0 0 10px 0;
}
.stage-item-6 .stage-item-text-2 {
    position: relative;
    left: 26px;
    width: 94%;
    margin: 10px 0 10px 0;
}
.stage-item-6 .stage-item-text-3 {
    position: relative;
    left: 26px;
    width: 94%;
    margin: 10px 0 10px 0;
}
.stage-item-6 .stage-item-text-4 {
    position: relative;
    left: 26px;
    width: 94%;
    margin: 10px 0 10px 0;
}
.stage-item-6 .line {
    position: absolute;
    left: 50%;
    top: 60px;
    width: 2px;
    height: 84%;
    background: #93d837;
}
.stage-item-6 .circle-1 {
    top: 30px;
}
.stage-item-6 .circle-2 {
    top: 118px;
}
.stage-item-6 .circle-3 {
    top: 180px;
}
.stage-item-6 .circle-4 {
    top: 268px;
}
.stages-link {
    text-align: center;
    margin-top: 60px;
}
.review {
    display: none;
}
.mobile-soc {
    padding-left: 40px;
    margin-top: 15px;
    display: block;
}
.mobile-soc a {
    margin-right: 15px;
}
.checkbox__switch  {
    display: flex;
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    margin: 15px 0 10px 0;
}
.checkbox__switch input {
    display: inline-block;
    margin: 0 15px 4px 0;
    width: 20px;
    height: 20px;
}
.checkbox__switch input {
    display: none;
}
.checkbox__switch label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-top: 0;
    margin-right: 2px;
    position: relative;
}
.checkbox__description {
    margin-left:10px;
    margin-top:3px;
    font-size:14px;
    color: #777;
   }
.checkbox__switch label:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    width: 24px;
    height: 24px;
    margin: 0;
    background:#eaeaea;
    -webkit-transform:scale(0);
    transform:scale(0);
    border-radius:80px;
}
.checkbox__switch label:after {
    content:'';
    display:block;
    position:absolute;
    width:24px;
    height:24px;
    background-color:#eaeaea;
    border-radius:4px;
}
.checkbox__switch input:checked+label:before {
    -webkit-transform:scale(1);
    transform:scale(1);
    background-image:url('../img/icon/check-capcha.png');
    background-position:50% 50%;
    background-repeat:no-repeat;
}
.checkbox__switch input:checked+label:after {
    background-color:#f5f5f5
}
.checkbox__switch input:disabled+label {
    cursor:not-allowed
}

.biodevice-table-all {
    background-image:url('../img/newdesigner/page-biodevice/bg-biodevice-all.jpg');
    background-position: center;
    background-size: cover;
    padding-bottom: 60px;
    margin-top: 60px;
    overflow: inherit;
}
.all-tovar-septik-arrow {
    width: 85px;
    height: 85px;
    border-radius: 10px;
    background: #f8f8f8;
    margin: 40px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.biodevice-table-all h2 {
    color:#fff;
}
.biodevice-table-all .biodevice-advantages-item {
    width: 30%;
    margin-bottom: 20px;
}
.biodevice-table-all .advantages-item-img {
    width: 85px;
    height: 85px;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius:10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.biodevice-table-all .biodevice-advantages-item h3 {
    font-size: 18px;
    line-height: 26px;
    /* font-family: "GeometriaBold", sans-serif;*/
    color:#fff;
    margin: 0 0 0 30px;
}
.biodevice-item-fix {
    display: none;
}
.biodevice-items-fix {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.biodevice.septik-katalog .biodevice-item-fix {
    display: none;
    
    transition: all .4s;
    visibility: hidden;
    transform: translateY(-30px);
}
.biodevice.septik-katalog .biodevice-item-fix.fixed {
    display: block;
    position: sticky;
    top: 65px;
    opacity: 1;
    visibility: visible;
    z-index: 111;
    transform: translateY(0px);
}
.biodevice-item-fix .biodevices-item-pc {
  background-image: none;
  background: #fff;
  display: block;
  position: relative;
  width: 100%;
  max-width: 360px;
  margin-bottom: 0;
  padding: 10px 15px 5px 15px;
  border-radius: 5px;
  height: 93px;
  transition: all .25s;
}
.biodevice-item-fix .biodevices-item-pc {
    opacity: 0.95;
}
.biodevice-item-fix a {
  display: block;
  width: 100%;
  max-width: 360px;
}
.biodevice-item-fix a:hover .biodevices-item-pc {
    opacity: 1;
}
.biodevice-item-fix .biodevice-item-pc-top {
  height: auto;
  align-items: center;
}
.biodevice-item-fix .biodevice-item-pc-top .h3 h3 {
  font-size: 22px;
  line-height: 30px;
  color: #93d837;
  font-family: "Geometria", sans-serif;
  margin-left: 20px;
}
.biodevice-item-fix .biodevices-item-pc-img {
  position: relative;
  vertical-align: top;
  display: table-cell;
  top: 0;
  left: 0;
}
.biodevice-item-fix .biodevices-item-pc-img img {
  max-height: 80px;
}

.biodevice-text-big {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}
.biodevice-text-left {
    width: 20%;
    padding-right: 70px;
    text-align: right;
}
.biodevice-text-center {
    width: 60%;
    text-align: center;
}
.biodevice-text-right {
    width: 20%;
    padding-left: 100px;
}
.text-center-items {
    position: relative;
}
.text-center-items img.center-items-1 {
    width: 60%;
}
.text-center-items img.center-items-2 {
    position: absolute;
    top: 70px;
    left: -80px;
    width: 130%;
}
.biodevice-text-left .text-left-item {
    font-size: 18px;
    line-height: 26px;
    font-family: "GeometriaBold", sans-serif;
    margin: 90px 0 0 0;
}
.biodevice-text-left .text-left-item:first-child {
    margin-top: 90px;
}
.biodevice-text-left .text-left-item:nth-child(2) {
    margin-top: 70px;
}
.biodevice-text-left .text-left-item:nth-child(3) {
    margin-top: 70px;
}
.biodevice-text-left .text-left-item:nth-child(4) {
    margin-top: 80px;
}
.biodevice-text-right .text-right-item {
    font-size: 18px;
    line-height: 26px;
    font-family: "GeometriaBold", sans-serif;
    margin: 90px 0 0 0;
}
.biodevice-text-right .text-right-item:first-child {
    margin-top: 90px;
}
.biodevice-text-right .text-right-item:nth-child(2) {
    margin-top: 75px;
}
.biodevice-text-right .text-right-item:nth-child(3) {
    margin-top: 75px;
}
.biodevice-text-right .text-right-item:nth-child(4) {
    margin-top: 75px;
}
.biodevice-text-right .text-right-item:nth-child(5) {
    margin-top: 75px;
}
.biodevice-text-1 .biodevice-text-left {
    width: 20%;
    padding-right: 25px;
    text-align: right;
}
.biodevice-text-1 .biodevice-text-center {
    width: 60%;
    text-align: center;
    margin-left: 70px;
}
.biodevice-text-1 .biodevice-text-right {
    width: 20%;
    padding-left: 65px;
}
.text-center-items {
    position: relative;
}
.biodevice-text-1 .text-center-items img.center-items-1 {
    width: 70%;
}
.biodevice-text-1 .text-center-items img.center-items-2 {
    position: absolute;
    top: 60px;
    left: -90px;
    width: 130%;
}
.biodevice-text-1 .biodevice-text-left .text-left-item {
    font-size: 18px;
    line-height: 26px;
    font-family: "GeometriaBold", sans-serif;
    margin: 90px 0 0 0;
}
.biodevice-text-1 .biodevice-text-left .text-left-item:first-child {
    margin-top: 70px;
}
.biodevice-text-1 .biodevice-text-left .text-left-item:nth-child(2) {
    margin-top: 125px;
}
.biodevice-text-1 .biodevice-text-left .text-left-item:nth-child(3) {
    margin-top: 125px;
}
.biodevice-text-1 .biodevice-text-right .text-right-item {
    font-size: 18px;
    line-height: 26px;
    font-family: "GeometriaBold", sans-serif;
    margin: 90px 0 0 0;
}
.biodevice-text-1 .biodevice-text-right .text-right-item:first-child {
    margin-top: 75px;
}
.biodevice-text-1 .biodevice-text-right .text-right-item:nth-child(2) {
    margin-top: 170px;
}
.biodevice-text-3 .biodevice-text-left {
    width: 20%;
    padding-right: 70px;
    text-align: right;
}
.biodevice-text-3 .biodevice-text-center {
    width: 60%;
    text-align: center;
}
.biodevice-text-3 .biodevice-text-right {
    width: 20%;
    padding-left: 100px;
}
.biodevice-text-3 .text-center-items {
    position: relative;
}
.biodevice-text-3 .text-center-items img.center-items-1 {
    width: 65%;
}
.biodevice-text-3 .text-center-items img.center-items-2 {
    position: absolute;
    top: 65px;
    left: -80px;
    width: 130%;
}
.biodevice-text-3 .biodevice-text-left .text-left-item {
    font-size: 18px;
    line-height: 26px;
    font-family: "GeometriaBold", sans-serif;
    margin: 90px 0 0 0;
}
.biodevice-text-3 .biodevice-text-left .text-left-item:first-child {
    margin-top: 80px;
}
.biodevice-text-3 .biodevice-text-left .text-left-item:nth-child(2) {
    margin-top: 80px;
}
.biodevice-text-3 .biodevice-text-left .text-left-item:nth-child(3) {
    margin-top: 60px;
}
.biodevice-text-3 .biodevice-text-left .text-left-item:nth-child(4) {
    margin-top: 25px;
}
.biodevice-text-3 .biodevice-text-right .text-right-item {
    font-size: 18px;
    line-height: 26px;
    font-family: "GeometriaBold", sans-serif;
    margin: 90px 0 0 0;
}
.biodevice-text-3 .biodevice-text-right .text-right-item:first-child {
    margin-top: 85px;
}
.biodevice-text-3 .biodevice-text-right .text-right-item:nth-child(2) {
    margin-top: 80px;
}
.biodevice-text-3 .biodevice-text-right .text-right-item:nth-child(3) {
    margin-top: 80px;
}
.biodevice-text-3 .biodevice-text-right .text-right-item:nth-child(4) {
    margin-top: 80px;
}










/*tub biodevice*/
/* базовый контейнер вкладок */
.biodevice-text-content.tabs_block {
    width: 100%;
    max-width: 1140px;
    min-width: 300px;
    margin: 0 auto;
}
.biodevice-text-content.tabs_block:after {
    content:"";
    display:block;
    clear:both;
}
/* панель навигации вкладок */
.biodevice-text-content .tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    float: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
/* список вкладок */
.tabs-link.tabs_block {
  width: 100%;
  max-width: 350px;
  min-width: 300px;
  margin: 0;
}
.biodevice-text-content .tabs li {
    height: 110px;
    width: 90px;
    text-align:center;
    float:none;
    padding:10px 20px;
    background:#fff;
    margin-right:20px;
    cursor:pointer;
    color:#373835;
    -webkit-transition:all .2s linear 0s;
    -webkit-transition-delay:.2s 0s;
    transition:all .2s linear 0s;
    border: 1px solid #8dc83f;
    list-style: none !important;
    display: flex;
    align-items: center;
}
.biodevice-text-content .tabs li img {
    width: 100%;
}
.biodevice-text-content .tabs li:last-child { margin-right: 0; }
.biodevice-text-content .tabs li:hover {
    background:#8dc83f;
    color:#fff;
    border: 1px solid #8dc83f;
}
/* активная вкладка */
.biodevice-text-content .tabs li.active {
    background:#8dc83f;
    color:#fff; 
}
/* блоки вкладок с содержанием */
.biodevice-text-content .box {
    background:#fdfdfd;
    width:96%;
    padding:5px 2% 6px;
    display:none;
    text-align: left;
    float: left;
}
/* активный блок при загрузке */
.biodevice-text-content .visible, .biodevice-text-content .open_tab {
    display: block;
}
/* убираем выравнивание на маленьких экранах */
@media (max-width: 300px) {
.biodevice-text-content .tabs, .biodevice-text-content .tabs li {
   float: none;
  }
}
.biodevice-text-content .green {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 50px;
    line-height: 24px;
}

.first-screen {
    display: none;
}
.first-screen-adv-wrap {
    display: none;
}

.biodevice-eco-page .biodevice-text-1 .text-center-items img.center-items-2 {
  position: absolute;
  top: 20px;
  left: -75px;
  width: 120%;
}
.biodevice-eco-page .biodevice-text-1 .text-center-items img.center-items-1 {
  width: 80%;
}
.biodevice-eco-page .biodevice-text-1 .biodevice-text-left .text-left-item:first-child {
  margin-top: 30px;
}
.biodevice-eco-page .biodevice-text-1 .biodevice-text-left .text-left-item:nth-child(2) {
  margin-top: 140px;
}
.biodevice-eco-page .biodevice-text-1 .biodevice-text-left .text-left-item:nth-child(3) {
  margin-top: 120px;
}
.biodevice-eco-page .biodevice-text-1 .biodevice-text-right .text-right-item:first-child {
  margin-top: 30px;
}
.biodevice-eco-page .biodevice-text-1 .biodevice-text-right .text-right-item:nth-child(2) {
  margin-top: 120px;
}
.biodevice-eco-page .biodevice-text-1 .biodevice-text-right .text-right-item:nth-child(3) {
  margin-top: 115px;
}
.biodevice-eco-page .biodevice-text-2 .text-center-items img.center-items-1 {
  width: 70%;
}
.biodevice-eco-page .biodevice-text-2 .text-center-items img.center-items-2 {
  position: absolute;
  top: 39px;
  left: -60px;
  width: 125%;
}
.biodevice-eco-page .biodevice-text-2 .text-center-items img.center-items-1 {
  width: 70%;
}
.biodevice-eco-page .biodevice-text-2 .biodevice-text-left .text-left-item:first-child {
  margin-top: 72px;
}
.biodevice-eco-page .biodevice-text-2 .biodevice-text-right .text-right-item:first-child {
  margin-top: 75px;
}
.biodevice-eco-page .biodevice-text-2 .biodevice-text-right .text-right-item:nth-child(2) {
  margin-top: 50px;
}
.biodevice-eco-page .biodevice-text-2 .biodevice-text-right .text-right-item:nth-child(3) {
  margin-top: 45px;
}
.biodevice-eco-page .biodevice-text-2 .biodevice-text-right .text-right-item:nth-child(4) {
  margin-top: 20px;
}
.biodevice-eco-page .biodevice-text-2 .biodevice-text-right .text-right-item:nth-child(5) {
  margin-top: 50px;
}
.biodevice-eco-page .text-center-items img.center-items-2 {
  position: absolute;
  top: 68px;
  left: -60px;
  width: 125%;
}
.biodevice-eco-page .biodevice-text-3 .text-center-items img.center-items-1 {
  width: 70%;
}
.biodevice-eco-page .biodevice-text-3 .biodevice-text-left .text-left-item:first-child {
  margin-top: 80px;
}
.biodevice-eco-page .biodevice-text-3 .biodevice-text-left .text-left-item:nth-child(3) {
  margin-top: 75px;
}
.biodevice-eco-page .biodevice-text-3 .biodevice-text-left .text-left-item:nth-child(4) {
  margin-top: 50px;
}

.biodevice-gost-page .biodevice-text-1 .text-center-items img.center-items-1 {
  width: 70%;
  left: -20px;
  position: relative;
}
.biodevice-gost-page .biodevice-text-1 .text-center-items img.center-items-2 {
  position: absolute;
  top: 70px;
  left: -75px;
  width: 122%;
  z-index: 11;
}
.biodevice-gost-page .biodevice-text-1 .biodevice-text-left .text-left-item:first-child {
  margin-top: 130px;
}
.biodevice-gost-page .biodevice-text-1 .biodevice-text-left .text-left-item:nth-child(2) {
  margin-top: 35px;
}
.biodevice-gost-page .biodevice-text-1 .biodevice-text-left .text-left-item:nth-child(3) {
  margin-top: 35px;
}
.biodevice-gost-page .biodevice-text-1 .biodevice-text-left .text-left-item:nth-child(4) {
  margin-top: 60px;
}
.biodevice-gost-page .biodevice-text-1 .biodevice-text-right .text-right-item:first-child {
  margin-top: 80px;
}
.biodevice-gost-page .biodevice-text-1 .biodevice-text-right .text-right-item:nth-child(2) {
  margin-top: 30px;
}
.biodevice-gost-page .biodevice-text-1 .biodevice-text-right .text-right-item:nth-child(3) {
  margin-top: 30px;
}
.biodevice-gost-page .biodevice-text-1 .biodevice-text-right .text-right-item:nth-child(4) {
  margin-top: 30px;
}
.biodevice-gost-page .biodevice-text-2 .text-center-items img.center-items-2 {
  position: absolute;
  top: 30px;
  left: -65px;
  width: 122%;
}
.biodevice-gost-page .biodevice-text-2 .biodevice-text-left {
  width: 27%;
  padding-right: 65px;
  text-align: right;
}
.biodevice-gost-page .biodevice-text-2 .biodevice-text-right {
  width: 27%;
  padding-left: 50px;
}
.biodevice-gost-page .biodevice-text-2 .biodevice-text-left .text-left-item:first-child {
  margin-top: 80px;
}
.biodevice-gost-page .biodevice-text-2 .biodevice-text-left .text-left-item:nth-child(2) {
  margin-top: 32px;
}
.biodevice-gost-page .biodevice-text-2 .biodevice-text-left .text-left-item:nth-child(3) {
  margin-top: 20px;
}
.biodevice-gost-page .biodevice-text-2 .biodevice-text-left .text-left-item:nth-child(4) {
  margin-top: 33px;
}
.biodevice-gost-page .biodevice-text-2 .biodevice-text-left .text-left-item:nth-child(5) {
  margin-top: 23px;
}
.biodevice-gost-page .biodevice-text-2 .biodevice-text-left .text-left-item:nth-child(6) {
  margin-top: 30px;
}
.biodevice-gost-page .biodevice-text-2 .biodevice-text-left .text-left-item:nth-child(7) {
  margin-top: 27px;
}
.biodevice-gost-page .biodevice-text-2 .biodevice-text-left .text-left-item:nth-child(8) {
  margin-top: 28px;
}
.biodevice-gost-page .biodevice-text-2 .biodevice-text-right .text-right-item:nth-child(1) {
  margin-top: 78px;
}
.biodevice-gost-page .biodevice-text-2 .biodevice-text-right .text-right-item:nth-child(2) {
  margin-top: 30px;
}
.biodevice-gost-page .biodevice-text-2 .biodevice-text-right .text-right-item:nth-child(3) {
  margin-top: 25px;
}
.biodevice-gost-page .biodevice-text-2 .biodevice-text-right .text-right-item:nth-child(4) {
  margin-top: 8px;
}
.biodevice-gost-page .biodevice-text-2 .biodevice-text-right .text-right-item:nth-child(5) {
  margin-top: 25px;
}
.biodevice-gost-page .biodevice-text-2 .biodevice-text-right .text-right-item:nth-child(6) {
  margin-top: 27px;
}
.biodevice-gost-page .biodevice-text-2 .biodevice-text-right .text-right-item:nth-child(7) {
  margin-top: 30px;
}
.biodevice-gost-page .biodevice-text-2 .biodevice-text-right .text-right-item:nth-child(8) {
  margin-top: 30px;
}
.biodevice-gost-page .biodevice-text-2 .biodevice-text-right .text-right-item:nth-child(9) {
  margin-top: 30px;
}
.biodevice-gost-page .biodevice-text-3 .text-center-items img.center-items-1 {
  width: 65%;
}
.biodevice-gost-page .biodevice-text-3 .text-center-items img.center-items-2 {
  position: absolute;
  top: 95px;
  left: -60px;
  width: 122%;
}
.biodevice-gost-page .biodevice-text-3 .biodevice-text-left .text-left-item:first-child {
  margin-top: 105px;
}
.biodevice-gost-page .biodevice-text-3 .biodevice-text-left .text-left-item:nth-child(2) {
  margin-top: 45px;
}
.biodevice-gost-page .biodevice-text-3 .biodevice-text-left .text-left-item:nth-child(3) {
  margin-top: 40px;
}
.biodevice-gost-page .biodevice-text-3 .biodevice-text-left .text-left-item:nth-child(4) {
  margin-top: 70px;
}
.biodevice-gost-page .biodevice-text-3 .biodevice-text-left .text-left-item:nth-child(5) {
  margin-top: 40px;
}
.biodevice-gost-page .biodevice-text-3 .biodevice-text-right .text-right-item:first-child {
  margin-top: 110px;
}
.biodevice-gost-page .biodevice-text-3 .biodevice-text-right .text-right-item:nth-child(2) {
  margin-top: 40px;
}
.biodevice-gost-page .biodevice-text-3 .biodevice-text-right .text-right-item:nth-child(3) {
  margin-top: 40px;
}
.biodevice-gost-page .biodevice-text-3 .biodevice-text-right .text-right-item:nth-child(4) {
  margin-top: 40px;
}
.scheme__desc, .scheme-points {
    display: none;
}

.first-screen {
  display: block;
  margin-top: 0;
  background: url(../img/newdesigner/bg-glav-septic.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  padding-bottom: 130px;
}
.first-screen-content {
    width: 500px;
    margin-top: 80px;
}
.first-screen .first-screen-head {
    font-size: 50px;
    line-height: 65px;
    text-transform: uppercase;
    font-family: "GeometriaBold", sans-serif;
    background-image: linear-gradient(to right, #494f4b, #95b085);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    margin-bottom: 20px;
}    
.first-screen p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 50px;
  width: 50%;
}    
.first-screen a {
  background-image: linear-gradient(to bottom, #438f51, #276d3b);
  width: 55%;
  padding: 20px 0 19px 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "GeometriaBold", sans-serif;
  display: block;
  border-radius: 80px;
}
.first-screen a:hover {
     background-image: linear-gradient(to bottom, #276d3b, #438f51);
} 
.first-screen-adv {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: 0;
}
.first-screen-adv-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
    width: 32%;
} 
.first-screen-adv-item:nth-child(2) {
    padding-left: 100px;
}
.first-screen-adv-item:nth-child(3) {
    padding-left: 100px;
}
.first-screen-adv-item-img {
    width: 48px;
    text-align: center;
}
.first-screen-adv-wrap {
    display: block;
}
.first-screen-adv-item h4 {
    font-size: 20px;
    line-height: 24px;
    margin-left: 20px;
}  




