/*! sprite style */


body.modal-open {
    overflow: hidden;
    position:fixed;
    width: 100%;
    height: 100%;

}


.modal-open .hero {
    bottom: 0;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    top: 0;
    width: 100%;
	padding-bottom:80px;
}




.icon {
  display: inline-block;
  background-image: url(../img/sprite.png)
}

.phone_ico {
  background-position: -51px -22px;
  width: 17px;
  height: 17px
}

.head_arrow_ico {
  background-position: 0 0;
  width: 21px;
  height: 17px
}

.f_user {
  background-position: 0 -47px;
  width: 15px;
  height: 15px
}

.f_phone {
  background-position: -51px 0;
  width: 17px;
  height: 17px
}

.lock_ico {
  background-position: -21px -22px
}

.lock_grey,
.lock_ico {
  width: 16px;
  height: 20px
}

.lock_grey {
  background-position: 0 -22px
}

.f_mail {
  background-position: -26px 0;
  width: 20px;
  height: 16px
}


/*! sprite style end*/


/*! variabls style */


/*! variabls style end*/


/*!font style*/

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 300;
  src: url(../font/open-sans/OpenSans-Light.ttf) format("truetype")
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
  src: url(../font/open-sans/OpenSans-Regular.ttf) format("truetype")
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  src: url(../font/open-sans/OpenSans-Semibold.ttf) format("truetype")
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 700;
  src: url(../font/open-sans/OpenSans-Bold.ttf) format("truetype")
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 800;
  src: url(../font/open-sans/OpenSans-ExtraBold.ttf) format("truetype")
}


/*!font style end*/


/*! same style */

body {
  position: relative;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1
}

:-moz-placeholder,
::-moz-placeholder {
  color: inherit;
  opacity: 1
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1
}

img {
  max-width: 100%
}

br {
  line-height: 0;
  font-size: 0
}

a,
button,
input {
  border: none;
  box-sizing: border-box;
  background: transparent
}

a,
a:active,
a:focus,
a:hover,
button,
button:active,
button:focus,
button:hover,
input,
input:active,
input:focus,
input:hover {
  text-decoration: none;
  color: inherit;
  outline: none
}

input {
  border: 1px solid #000
}

select {
  outline: none
}

button,
label {
  cursor: pointer
}

label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

label.error {
  color: red
}

textarea {
  resize: none;
  outline: none
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 400;
  line-height: 1
}

.h1 {
  font-size: 26px
}

.h1,
.h2 {
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase
}

.h2 {
  position: relative;
  text-align: center;
  color: #313132;
  font-size: 30px;
  margin-bottom:20px;
}




.btn {
  display: inline-block;
  max-width: 320px;
  text-align: center;
  height: 45px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #ff8a00;
  background-color: #ffa200;
  background-image: linear-gradient(0deg, #ffa800 0, #ffcd00);
  color: #1e1e1e;
  font-size: 18px;
  font-weight: 400;
  line-height: 45px;
  vertical-align: middle;
  transition: all .25s
}

.btn:hover {
  color: #1e1e1e;
  background-image: linear-gradient(0deg, #cc8600 0, #cca400)
}


/*! same style end*/


/*!custom style*/

.container {
 max-width: 1030px;
}

.head {
  color: #000;
  
}

.head .universal {
  padding: 20px 0;
 
}

.universal__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap:wrap;
}

.logo {
  
}

.logo__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px
}

.logo__signature {
  line-height: 22px
}

.expa,
.logo__signature p{
  font-size: 17px;
  font-weight: 500;
  line-height:18px;
  margin:7px 0 0 5px;
}

.expa {
  padding: 10px;
  text-align: center;
  border: 1px solid #2579bf;
  line-height: 30px
}

.expa span {
  font-size: 30px;
  font-weight: 700
}

.info {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px
}

.info__phone {
  font-size: 22px;
  font-weight: 700;
  line-height: 36px
}

.info__recall {
  position: relative;
  color: #2579bf;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: underline
}

.info__recall:hover {
  color: #2579bf
}

.info__recall .icon {
  position: absolute;
  top: 3px;
  left: -25px
}

.head__content {border-left: 9px solid #005694;}


.head__content_inner {padding-left: 30px; background: url(../img/head__content.png) no-repeat top;
  background-size: cover}

.head__content .h1 {
  padding-top: 70px
}

.head__content .form__signature {
  color: #fff
}

.head__content .form {
  padding: 10px
}

.head__content .form__item {
  margin-top: 25px
}

.head__list {
  margin-top: 10px
}

.head__list-item {
  padding-top: 10px;
  vertical-align: middle
}

.head__list-item .icon {
  margin-right: 10px
}

.form__title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px
}

.form__list {
  color: #8b8b8b;
  font-size: 14px;
  font-weight: 300
}

.form__item {
  position: relative;
  height: 45px;
  margin-top: 30px
}

.form__item .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto
}

.form__item input {
  width: 100%;
  height: 100%;
  padding-left: 47px;
  padding-right: 10px;
  border-radius: 4px;
  border: 1px solid #ddd;
  background-color: #fff
}

.form__signature {
  position: relative;
  margin-top: 15px;
  padding-left: 45px;
  color: #222;
  font-size: 12px;
  font-weight: 300;
  line-height: 15px
}

.form__signature .icon {
  position: absolute;
  left: 10px;
  top: 3px
}

.hidde {
  background: #000
}

.popup-form {
  position: relative;
  max-width: 400px;
  width: 100%;
  margin: auto;
  padding: 25px;
  border-radius: 4px;
  background-color: #fff
}

.popup-form .form__title {
  color: #252424
}

.popup-form .btn {
  max-width: 100%
}

section {
  padding: 90px 0
}

.advant__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  flex-wrap:wrap;
}

.advant__list-item {
  width: 20%;
  margin-top: 45px;
  padding: 0 5px
}

.advant__list-item:first-child {
  padding-left: 0
}

.advant__list-item:last-child {
  padding-right: 0
}

.advant__list-desc {
  color: #313132;
  font-weight: 700;
  line-height: 25px
}

.produce {
  background-size: cover
}

.product__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.product__item {
  margin-top: 50px;
  padding: 0 5px
}

.product__item-title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
  color: #313132;
  font-weight: 600;
  line-height: 22px;
  text-align:center;
}

.product__item-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 75px);
  width: 150px;
  height: 2px;
  background-color: rgba(37, 121, 191, .8)
}

.product__item-img {
  max-width: 389px;
  width: 100%;
  height: 270px;
  overflow: hidden;
   position:relative; 
    margin:0 auto; 
    display: block;
	cursor:pointer;
}

.product__item-img img {
  height: 100%;
  width: 100%;
  transition: all 0.55s ease-in-out;
}

.product__item-img img.raz {opacity:0;filter:alpha(opacity=0);}
.product__item-img:hover img.raz {opacity:1;filter:alpha(opacity=100);}
.product__item-img:hover img.dva, .product__item-img img.dva:hover {opacity:0;filter:alpha(opacity=0);}


  .product__item-img { 
   
}

  .product__item-img img { 
    left: 0; 
    position:absolute; 
    top: 0; 
}

  .demo img.raz {opacity:0;filter:alpha(opacity=0);}
  .demo:hover img.raz {opacity:1;filter:alpha(opacity=100);}
  .demo:hover img.dva, .demo img.dva:hover {opacity:0;filter:alpha(opacity=0);}













.product__item-desc {
  margin: 15px 0;
  color: #313132;
  font-weight: 400;
  line-height: 22px
}


.product__item-desc p{margin:0 0 10px;}

section.blue__form {
  color: #fff;
  background: #2579bf;
  padding:70px 0;
}

.blue__form .h2 {
  margin-bottom: 50px;
  color: #fff
}

.blue__form .h2:after,
.blue__form .h2:before {
  background-color: #fff
}

.blue__form-wrap {
  position: relative;
  padding: 15px 10px 40px;
  text-align: center;
  border: 1px solid #fff
}

.blue__form-text {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px
}

.blue__form-btn {
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
  text-align: center
}

.work__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.work__list-item {
  margin-top: 25px
}

.cert,
.cheme,
.prod-slid,
.prom,
.about2 {
  background: url(../img/produce.jpg) no-repeat top;
  background-size: cover
}

.prom__list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.prom__list,
.prom__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.prom__list-item {
  width: 33%;
  margin-top: 50px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.prom__list-text {
  color: #313132;
  font-size: 17px;
  font-weight: 700;
  line-height: 25px
}

.prom__list-img {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.why__item {
  position: relative;
  min-height: 300px;
  margin-top: 50px;
  padding: 25px 30px 10px;
  color: #313132;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  box-shadow: 0 0 14px 1px rgba(0, 0, 0, .14);
  background-color: #fff
}

.why__item--blue {
  color: #fff;
  background-color: #2579bf
}

.why__item-count {
  position: absolute;
  bottom: 0;
  right: 0;
  color: hsla(0, 0%, 100%, .3);
  font-size: 90px;
  font-weight: 700;
  line-height: 1
}

.why__item-title {
  min-height: 60px;
  font-size: 22px;
  font-weight: 700;
  line-height: 25px
}

.why__item-text {
  margin-bottom: 30px
}

.why__item-signature {
  font-weight: 700
}

.cert__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.cert__gallery a {
  margin-top: 50px
}

.letter .h2 {
  margin-bottom: 50px
}

.letter__item {
  display: block;
  width: 173px;
  height: 258px;
  padding: 0 10px
}

.letter__item img {
  border: 2px solid #2579bf;
  width: 100%;
  height: 100%
}

.slide-btn {
  position: absolute;
  top: 50%;
  margin: -10px;
  z-index: 1
}

.slide-btn-prev {
  left: -35px
}

.slide-btn-next {
  right: -35px
}

.cheme__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.cheme__list:before {
  content: "";
  position: absolute;
  top: 155px;
  left: 86px;
  width: 848px;
  height: 22px;
  background: url(../img/cheme_arrow.png)
}

.cheme__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 50px;
  text-align: center;
  color: #313132;
  font-weight: 500;
  line-height: 22px
}

.cheme__list-item:nth-child(odd) .cheme__list-img {
  margin-bottom: 40px
}

.cheme__list-item:nth-child(2n) .cheme__list-text {
  margin-top: 30px;
  margin-bottom: 40px
}

.cheme__list-item:nth-child(2n) .cheme__list-img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}

.cheme__list-item:nth-child(2) {
  padding-left: 5px
}

.cheme__list-item:nth-child(4) {
  padding-right: 15px
}

.map_wrap .h2 {
  margin-bottom: 50px
}

.map {
  position: relative;
  width: 100%;
  height: 480px
}

.btn-map {
  top: 10px;
  margin: auto;
  display: none
}

.btn-map,
.map__mask {
  position: absolute;
  left: 0;
  right: 0
}

.map__mask {
  top: 0;
  bottom: 0
}

.mask-disable {
  display: none
}

.map__address {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  min-width: 491px;
  max-width: 800px;
  margin: auto;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  line-height: 45px;
  background-color: #2579bf
}

.prod-slid .h2 {
  margin-bottom: 50px
}

.prod-slid .letter__item img {
  border: none
}

.custom__form {
  padding: 40px 0 50px;
  color: #fff;
  background-color: #2579bf
}


.custom__form .form__title {
  font-size: 22px;
  font-weight: 400;
  line-height: 30px
}

.custom__form .form__list {
  text-align: justify;
}

.custom__form .form__list::after {
  content: '';
  display: inline-block;
  width: 100%;
}


.custom__form .form__item {
  max-width: 300px;
  width: 100%;
  display: inline-block;
}

.custom__form .form__item--textarea {
  max-width: 100%;
  width: 100%;
  height: 241px
}

.custom__form .form__item--textarea textarea {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  background-color: #fff
}

.custom__form .form__item--btn {
  max-width: 100%;
  width: 100%;
  text-align: center
}

.custom__form .form__signature {
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px
}

.foot {
  padding: 30px 0
}

.foot .universal__content {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.foot__develop,
.foot__info {
  text-align: center;
  color: #313132;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px
}

.foot__develop {
  margin-top: 40px
}

.thank-page .head {
  height: calc(100vh - 188px);
  min-height: 600px
}

.thank-page .h1 {
  text-align: center
}


  .thank-page .foot {
    color: #000;
    background-color: #fff;
}


.thank-page .head__content {
    padding: 85px 25px;
    background: none;
    border: none; 
    background-color: none;

}

.thank-page .head__content .h1 {
  padding-top: 0
}

.thank-page .foot__develop,
.thank-page .foot__info {
  color: #fff
}

.slick-dots {margin:20px auto 0 auto;display:table;}
.slick-dots li {display:inline-block;margin-right:10px;}
.slick-dots li:last-child {margin-right:0px;}
.slick-dots button {background:#fff;border:2px solid #2579bf;font-size:0;width:14px;height:14px;border-radius:50%;padding:0;}
.slick-dots .slick-active button {background:#2579bf;}


@media (max-width: 992px) {
  .cheme__list:before {display:none;}
}

@media (max-width: 992px) {
  .head__content {border: 3px solid #005694;}
  .head__content_inner {padding-left: 30px;padding-right: 30px;background: rgba(0,0,0,0.54);text-align:center;}
  .head__content_inner li{text-align:left;}
  .head__content .form {max-width:320px;margin-left:auto;margin-right:auto;display:table;}
  .head__list {display:table;margin-left:auto;margin-right:auto;}
}

.universal__content p {margin-top:0;}
header .universal__content p {margin-top:7px;}




@media (max-width: 999px) {


.product__item-title {text-align:center;}
.product__item-title:before {left: calc(50% - 75px);}
.product__item-btn {margin-left:auto;margin-right:auto;display:table;padding-left:10px;padding-right:10px;}
.product__item-btn .product__btn {padding-left:10px;padding-right:10px;}
.product__item-desc {text-align:center;max-width:315px;margin-left:auto;margin-right:auto;}
.product__item-desc br{display:none;}


}









@media (max-width: 600px) {
.logo {width:100%;}
.expa {width:100%;display:none;}
.info {width:100%;margin-top:15px;}
.logo img{display:block;margin:auto;}
.head .universal {margin-bottom:30px;}
.logo__signature p {text-align:center;}
.head__content .h1 {padding-top: 50px;font-size:23px;line-height:31px;}
.head__content .h1 br{display: none;}
.head__content .head__content_inner {padding:0;padding-bottom:20px;}



.cheme__list-item {margin-top:25px;}
.cheme__list-item:nth-child(odd) .cheme__list-img {margin-bottom:10px;}
.cheme__list-item:nth-child(2n) .cheme__list-text {margin-top: 10px;}
.cheme__list-text {margin:auto;font-size:18px;}
body .cheme__list-item .cheme__list-text {height: auto;}
.cheme__list-item:nth-child(2n) .cheme__list-text {margin-bottom: 10px;}

.custom__form .form__item {display:table;margin-left:auto;margin-right:auto;max-width: none;}
.custom__form .form__signature {padding-left: 0px;}

.universal__content p {margin-left:auto;margin-right:auto;margin-top:10px;text-align:center;}


.advant__list-item {width: 50%;}
.advant__list-item:last-child {width: 50%;margin-left:auto;margin-right:auto;}

.about2 p {text-align:center;font-size: 1.4em;}
}
/*!custom style end*/








/*квизы*/

body .mfp-container {padding:0;}


* {
  margin: 0;
  padding: 0;
  font-family: Open Sans, sans-serif;
  
}


.hero {
  height:100vh;
  background: #fff;
  
}

.qwiz {
  width: 100%;
  background: #fff;
  overflow: hidden;
}
.header {
  padding: 20px;
  background: red;
}
.header h2 {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
}

.test {
  padding: 20px 20px 0 20px;
}

.q2, .q3 {
  display: none;
}

.nav {
  width: 70%;
  height: 15px;
  background: #bddaf2;
  margin:40px auto 20px;
}
.navline {
  width: 10%;
  height: 15px;
  background: #2579bf;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navline span {
  color: #fff;
  font-size: 12px;
  display: none;
}
.navline span:nth-child(1) {
  display: block;
}
input[type="radio"] {
  display: none;
}



label .f11 {
  background: #eee;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  margin-top: 5px;
  transition: background-color 300ms;
  cursor: pointer;
}
label .f11::before {
  content: "";
  font-family:'FontAwesome';
  display: inline-block;
  color: #333;
  width: 20px;
  height: 20px;
  background: #333;
  margin-right: 10px;
  text-align: center;
  transition: all 200ms;
}

label .f11:hover {
  background: #e1e1e1;
}

input[type="radio"]:checked + label .f11::before {
  content: "";
  color: #fff;
  font-size: 16px;
}

.next1 {
  
  display:table;
    margin:auto;
  font-family: Open Sans;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #FFFFFF;
    padding: 10px 35px;
    background: linear-gradient(to bottom,#4095db 0%,#2579bf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4095db',endColorstr='#2579bf',GradientType=0);
    border: 1px solid #2579bf;
    -moz-border-radius: 255px;
    -webkit-border-radius: 255px;
    border-radius: 255px;
   
}


.next1:hover {
  
 
    background: linear-gradient(to bottom,#2579bf 0%,#4095db 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2579bf',endColorstr='#4095db',GradientType=0);
	 color: #FFFFFF;
	
   
   
}



.nbc {
  display: flex;
  width: 350px;
  margin-left: -20px;
  margin-top: 20px;
}
.nbc .next, .nbc .back {
  display: block;
  width: 50%;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 20px;
}
.nbc .next {
  background-color: #111;
}
.nbc .back {
  background-color: #333;
}

.q3 input[type="text"] {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border: none;
  background-color: #eee;
  margin-top: 5px;
}



.qwiz input[type="text"] {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border: none;
  background-color: #eee;
  margin-top: 5px;
}









.q3 input[type="submit"] {
  cursor: pointer;
  font-size: 16px;
}



.qwiztest h3 {
 
 
  margin-bottom: 15px;
  font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
    display: block;
    max-width: 600px;
    padding: 0 20px;
    margin: 0 auto 30px;
    text-align: center;
}

  .quiz-field {
    background-position: center;
    background-size: contain;
    border-radius: 4px;
    display: inline-block;
    height: 340px;
    margin: 0 20px 40px;
    overflow: hidden;
    position: relative;
    padding: 0;
    vertical-align: top;
	background:url(http://eco-top-septic.ru/lpfile/7/4/d/74ded9657d905796d92571f2188d4220.jpg);
}


.quiz-field__col-4 {
    width: 261px;
}

.quiz-field__col-5 {
    width: 196px;
}



input.quiz-field__input {
    display: none;
    float: none;
    margin-left: 0;
    margin-right: 10px;
}

.quiz-step-view__descr {
    background-color: rgba(0,0,0,.5);
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 10px 10px 10px 50px;
    position: absolute;
    right: 0;
    text-align: left;
}

.quiz-field__descr {
margin: 0;
z-index: 1;
background-color: rgba(0,0,0,.5);
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 10px 10px 10px 50px;
    position: absolute;
    right: 0;
    text-align: left;
	display: inline-block;
    line-height: 1.5;
	min-height: 40px;
	font-weight:bold;
	font-size:14px;

}

.quiz-field__cover {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0,0,0,.6);
    border-radius: 4px;
}

.quiz-field__descr:before {
    
	background-color: transparent;
    border: 2px solid #8a938e;
    border-radius: 3px;
    content: "";
    height: 14px;
    left: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
	border-radius: 50%;
}





.quiz-field__input:checked~.quiz-field__descr::before, .quiz-step-view__input:checked~.quiz-step-view__descr::before {
    border-color: #2579bf;
}







 .field_wrap {
    text-align: center;
    width: 100%;
}






input[type=radio].quiz-field__input:checked~.quiz-field__descr::before, input[type=radio].quiz-step-view__input:checked~.quiz-step-view__descr::before {
    background: url(../img/radio.svg) center center no-repeat;
    background-size: 80%;
}


.quiz-field__input:checked~.quiz-field__cover, .quiz-step-view__input:checked~.quiz-field__cover {
    display: block;
}



.quiz-field2 {
    background-position: center;
    background-size: contain;
    border-radius: 4px;
    display: block;
    height: 30px;
    margin: 0 0 8px;
    overflow: hidden;
    position: relative;
    padding: 0;
    vertical-align: top;
    width: 100%;
    background: none;
}


.quiz-field2 .quiz-field__descr {
    margin: 0;
    background-color: transparent;
    color: #000;
    padding: 8px 10px 10px 50px;
    position: static;
    text-align: left;
    display: block;
    line-height: 1;
	font-size:1.1em;
   
}


.qwiztest input[type="text"] {width:100%;max-width:500px;margin-bottom:20px;display:table;margin-left:auto;margin-right:auto;}

.quiz-field {border:1px solid rgba(0,0,0,.5);}


@media only screen and (max-width: 800px) {
.quiz-field__col-4.quiz-field {height: 50vw;margin: 20px auto;width: 60%;}
.quiz-field__col-5.quiz-field {height: 50vw;margin: 20px auto;width: 60%;}
}

.q3 input[type="text"], .q3 input[type="text"]:nth-of-type(1), .qw2 input[type="text"], .qw6 input[type="text"]:nth-of-type(1) {margin-top:60px;}

.q3 .next, .qw2 .next {margin-top:50px;}
.q9 .next1, .qw6 .next1 {margin-top:50px;}


.quiz-field.quiz-field_s_q1_v1 {background:url(../img/s_q1_v1.jpg) no-repeat;background-size:cover;}
		 .quiz-field.quiz-field_s_q1_v2 {background:url(../img/s_q1_v2.jpg) no-repeat;background-size:cover;}
		 .quiz-field.quiz-field_s_q1_v3 {background:url(../img/s_q1_v3.jpg) no-repeat;background-size:cover;}
		 .quiz-field.quiz-field_s_q1_v4 {background:url(../img/s_q1_v4.jpg) no-repeat;background-size:cover;}
		 .quiz-field.quiz-field_s_q1_v5 {background:url(../img/s_q1_v5.jpg) no-repeat;background-size:cover;}
		 
		 
		 
		 @media (max-width: 600px) {
		 .quiz-field.quiz-field_s_q1_v1 {background:url(../img/s_q1_v1-m.jpg) no-repeat;background-size:cover;}
		 .quiz-field.quiz-field_s_q1_v2 {background:url(../img/s_q1_v2-m.jpg) no-repeat;background-size:cover;}
		 .quiz-field.quiz-field_s_q1_v4 {background:url(../img/s_q1_v4-m.jpg) no-repeat;background-size:cover;}
		 .quiz-field.quiz-field_s_q1_v5 {background:url(../img/s_q1_v5-m.jpg) no-repeat;background-size:cover;}	
		 
		 }
		 
		 
.quiz-field.quiz-field_s_q2_v1 {background:url(../img/s_q2_v1.jpg) no-repeat;;background-size:contain;}
			.quiz-field.quiz-field_s_q2_v2 {background:url(../img/s_q2_v2.jpg) no-repeat;;background-size:contain;}
			.quiz-field.quiz-field_s_q2_v3 {background:url(../img/s_q2_v3.png) no-repeat;;background-size:contain;}
			.quiz-field.quiz-field_s_q2_v4 {background:url(../img/s_q2_v4.jpg) no-repeat;;background-size:contain;}
			.quiz-field.quiz-field_s_q2_v5 {background:url(../img/s_q1_v5.jpg) no-repeat;;background-size:contain;}
  
  
  
  
			 @media (max-width: 600px) {
		    .quiz-field.quiz-field_s_q2_v1 {background:url(../img/s_q2_v1-m.jpg) no-repeat;;background-size:contain;}
			.quiz-field.quiz-field_s_q2_v2 {background:url(../img/s_q2_v2-m.jpg) no-repeat;;background-size:contain;}
			.quiz-field.quiz-field_s_q2_v3 {background:url(../img/s_q2_v3-m.png) no-repeat;;background-size:contain;}
			.quiz-field.quiz-field_s_q2_v4 {background:url(../img/s_q2_v4-m.jpg) no-repeat;;background-size:contain;}
		 .quiz-field.quiz-field_s_q2_v5 {background:url(../img/s_q1_v5-m.jpg) no-repeat;background-size:cover;}	
		 
		 }
  
		.quiz-field.quiz-field_s_q4_v1 {background:url(../img/s_q4_v1.jpg) no-repeat;background-size:cover;}
		 .quiz-field.quiz-field_s_q4_v2 {background:url(../img/s_q4_v2.png) no-repeat;background-size:cover;}
		 .quiz-field.quiz-field_s_q4_v3 {background:url(../img/s_q4_v3.png) no-repeat;background-size:cover;}
	

		 @media (max-width: 600px) {
		    .quiz-field.quiz-field_s_q4_v1 {background:url(../img/s_q4_v1-m.jpg) no-repeat;background-size:contain;}
		 .quiz-field.quiz-field_s_q4_v2 {background:url(../img/s_q4_v2-m.jpg) no-repeat;background-size:contain;}
		 .quiz-field.quiz-field_s_q4_v3 {background:url(../img/s_q4_v3-m.png) no-repeat;background-size:contain;}
		 
		 }


		.q5_img {width:70%;margin:30px auto 30px;} .q5_img img{width:100%;margin:auto;}
		.q5 .quiz-field2 .quiz-field__descr {padding: 8px 10px 10px 35px;}
		.q5 .quiz-field2 {display: inline-block;width: auto;}
		
		.q6 .quiz-field2 .quiz-field__descr {padding: 8px 10px 10px 35px;}
.q5 .quiz-field2 {display: inline-block;width: auto;}

 .q6_img img{width:90%;margin:auto;float: right;}
.q6_img {width:48%;}
.q6_q {width:48%;margin-left:40px;display: flex;
    flex-direction: column;
    justify-content: center;}
	
	
	@media only screen and (max-width: 800px) {

.q6_img {width:100%;}
 .q6_img img{float: none;width:100%;}
.q6_q {width:100%;margin-left:40px;display: block;}

}




		 .quiz-field.quiz-field_s_q8_v1 {background:url(../img/s_q8_v1.jpeg) no-repeat;background-size:cover;}
		 .quiz-field.quiz-field_s_q8_v2 {background:url(../img/s_q8_v2.jpg) no-repeat;background-size:cover;}
		 .quiz-field.quiz-field_s_q8_v3 {background:url(../img/s_q8_v3.jpg) no-repeat;background-size:cover;}
		 .quiz-field.quiz-field_s_q8_v4 {background:url(../img/s_q8_v4.jpg) no-repeat;background-size:cover;}
		 
		 
		 
		 
		  @media (max-width: 600px) {
		 .quiz-field.quiz-field_s_q8_v1 {background:url(../img/s_q8_v1-m.jpg) no-repeat;background-size:cover;}
		 .quiz-field.quiz-field_s_q8_v2 {background:url(../img/s_q8_v2-m.jpg) no-repeat;background-size:cover;}
		 .quiz-field.quiz-field_s_q8_v3 {background:url(../img/s_q8_v3-m.jpg) no-repeat;background-size:cover;}
		 .quiz-field.quiz-field_s_q8_v4 {background:url(../img/s_q1_v5-m.jpg) no-repeat;background-size:cover;}	
		 
		 }
		 

		.last-q {width:60%;margin:130px auto 30px;}
		.last-q_left {width:47%;float:left;}
			.last-q_left {width:47%;float:left;}
			.last-q_right {width:47%;float:right;}
			.last-q_left div  {background: #f5f7f9;
    padding: 20px;
    text-align: left;
    color: #67748c;
    font-weight: 500;
    font-size: 18px;
	
	}
	
	.last-q_left  img {width:50px;display:table;margin:0 auto 8px;}
	
	
	.form__item.form__item_l {margin-top:5px;font-size:22px;}
	.form__item.form__item_l .form__item input {height: 53px;}
	
	
	body .next1.next2 {margin-top:20px;}
	
	
	
	
	
	
	@media only screen and (max-width: 800px) {
.last-q {width:90%;margin:40px auto 30px;}	
.last-q_left {width:100%;float:none;margin:0 auto 20px;}
.last-q_right {width:100%;float:none;}
}
	
	
	

.qw_img {width:100%;margin-bottom:30px;}
.qw_img img{width:350px;margin:auto;display:block;}	
	
	@media only screen and (max-width: 800px) {

body .q6_q  {width:100%;margin-top:20px;}

.q6_q .quiz-field2 {height:auto;}
}




.quiz-field.quiz-field_p_q3_v1 {background:url(../img/s_q4_v1.jpg) no-repeat;background-size:cover;}
		 .quiz-field.quiz-field_p_q3_v2 {background:url(../img/s_q4_v2.png) no-repeat;background-size:cover;}
		 .quiz-field.quiz-field_p_q3_v3 {background:url(../img/p_q3_v3.png) no-repeat;background-size:cover;}
		 
		 
		 
		 
		  @media (max-width: 600px) {
		    .quiz-field.quiz-field_p_q3_v1 {background:url(../img/s_q4_v1-m.jpg) no-repeat;background-size:contain;}
		  .quiz-field.quiz-field_p_q3_v2  {background:url(../img/s_q4_v2-m.jpg) no-repeat;background-size:contain;}
		 .quiz-field.quiz-field_p_q3_v3 {background:url(../img/p_q3_v3-m.png) no-repeat;background-size:contain;}
		 
		 }

.quiz-field.quiz-field_p_q4_v1 {background:url(../img/p_q4_v1.jpg) no-repeat;background-size:cover;}
.quiz-field.quiz-field_p_q4_v2 {background:url(../img/p_q4_v2.jpg) no-repeat;background-size:cover;}
		

.quiz-field.quiz-field_p_q5_v1 {background:url(../img/s_q8_v1.jpeg) no-repeat;background-size:cover;}
		 .quiz-field.quiz-field_p_q5_v2 {background:url(../img/s_q8_v2.jpg) no-repeat;background-size:cover;}
		 .quiz-field.quiz-field_p_q5_v3 {background:url(../img/s_q8_v3.jpg) no-repeat;background-size:cover;}
		 .quiz-field.quiz-field_p_q5_v4 {background:url(../img/s_q8_v4.jpg) no-repeat;background-size:cover;}
	
	
	
		   @media (max-width: 600px) {
		 .quiz-field.quiz-field_p_q5_v1 {background:url(../img/s_q8_v1-m.jpg) no-repeat;background-size:cover;}
		 .quiz-field.quiz-field_p_q5_v2 {background:url(../img/s_q8_v2-m.jpg) no-repeat;background-size:cover;}
		 .quiz-field.quiz-field_p_q5_v3 {background:url(../img/s_q8_v3-m.jpg) no-repeat;background-size:cover;}
		 .quiz-field.quiz-field_p_q5_v4 {background:url(../img/s_q1_v5-m.jpg) no-repeat;background-size:cover;}	
		 
		 }
	
/*конец квизы*/




/*отзывы*/


.text-block {margin:50px 0 30px;}
				.rev_list {background:#fff;box-shadow: 0 0 10px 5px rgba(221, 221, 221, 1);}
				.rev_item .rev-img{width:356px;float:left;margin-right:30px;}
				.rev_item .rev{padding:20px 30px;}
				.rev_caption {font-size: 18px;line-height: 22px;font-family: 'Roboto',Arial,sans-serif;font-weight: 600;color: #000;margin-top:25px;}
				.rev-author {font-size: 19px;line-height: 23px;font-weight: 400;color: #000;}
				.rev-name {font-size: 19px;line-height: 23px;font-weight: 400;color: #000;}
				
				.rev_item {max-height:290px;}
				.rev_item img{max-height:290px;width:356px;}
				.rev_text{text-align:justify;}


.form__item .next1.next2{padding-left: 10px;padding-right: 10px;}




		
@media (max-width: 600px) {
  .rev_item .rev-img{width:auto;float:none;margin-right:0;display:block;margin:auto;}
   .rev_item .rev-img img{width:auto;max-height:none;display:block;margin:auto;}
  .rev_item {max-height:none;}
  .rev_list {padding-top:20px;padding-bottom:10px;}
  .rev_item .rev {padding: 20px 30px 0px;}
  .rev_caption {text-align:center;}
  .map__address {min-width:90%;}
  
}


/*конец отзывы*/

/*вопросы и схема*/
		
		 .ask .ask-blocks .item div.active {
    width: 100%;
    left: -2px;
    height: auto;
    z-index: 100;
    display: block;
}

 .ask .ask-blocks .item div {
    width: 100%;
    padding: 15px 24px;
    background: #fff;
    font-family: pnr;
    color: #1d1a1a;
    display: none;
}
		
		
		
		
		.ask-blocks .item {
    text-align: left;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    margin-bottom: 13px;
    overflow: hidden;
    border: 2px solid #0188cc;
}


.ask-blocks .item h4:after {
    content: '+';
    font-size: 40px;
    position: absolute;
    right: 13px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    line-height: 34px;
    height: 32px;
}


.ask-blocks .item h4.active::after {
    content: "–";
    font-size: 34px;
    line-height: 26px;
}
		
		
		.ask-blocks .item h4 {
    width: 100%;
    height: 95px;
    color: #fff;
    font-size: 22px;
    padding: 0 24px;
    padding-right: 40px;
    background: #2579bf;
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
	font-family: inherit;
    font-weight: 500;
    line-height: 25.4px;
	display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
	
.about ul li{list-style-type:disc;list-style-position: inside;margin-bottom:7px;}
.about ul{margin-top:20px;}
.about H3{color: #313132;font-size: 25px;font-weight:bold;}
.about img.gar{display:block;margin:50px auto 60px;width:200px;}

.cheme__list-item .cheme__list-text {height:66px;}
.cheme__list-item:nth-child(1) .cheme__list-text {width:187px;}
.cheme__list-item:nth-child(2) .cheme__list-text {width:190px;}
.cheme__list-item:nth-child(3) .cheme__list-text {width:222px;}
.cheme__list-item:nth-child(4) .cheme__list-text {width:202px;}
.cheme__list-item:nth-child(5) .cheme__list-text {width:146px;}


@media (max-width: 600px) {
 
  
  .cheme__list {flex-wrap:wrap;}
  .cheme__list-item {width:100%;}
  .cheme__list-item:nth-child(2) .cheme__list-img, .cheme__list-item:nth-child(4) .cheme__list-img {order:0;}
  .cheme__list-item:nth-child(2) .cheme__list-text {order:1;}, .cheme__list-item:nth-child(4) .cheme__list-text {order:1;}
 
}


/*конец вопросы и схема*/

.text-block2 {margin:50px 0 60px;}
iframe {border:0;}






.mobvis {display:none;}
@media (max-width: 600px) {
section {padding: 60px 0;}

.head {padding-bottom:0px;}
.nomob {display:none;}
.prod-slid {background:#fff;}
.head .universal {box-shadow:none;margin-bottom: 0px;}
.cheme__list-item:nth-child(4) {padding-right:0px;}
.cheme__list-img img {width:80px;}
.cheme__list-text br{display:none;}
body .cheme__list-item:nth-child(1) .cheme__list-text {width: 82%;}
body .cheme__list-item:nth-child(2) .cheme__list-text {width: 82%;}
body .cheme__list-item:nth-child(3) .cheme__list-text {width: 82%;}
body .cheme__list-item:nth-child(4) .cheme__list-text {width: 82%;}
body .cheme__list-item:nth-child(5) .cheme__list-text {width: 82%;}
.mobvis {display:inline;}
.blue__form .h2 {font-size:24px;}
section.blue__form {padding: 50px 0 70px;}
.product__item-title br {display:none;}
.thank-page .head__content {padding: 45px 15px;}
.btn {max-width: 300px;font-size:17px;}
.head {background: url(../img/head-m.jpg) no-repeat top;background-size: cover;}
.form__item .next1.next2{padding-left: 5px;padding-right: 5px;width:90%;}

}




.popup-js {display:table;margin-left:auto;margin-right:auto;}

@media (max-width: 1000px) {
.product__item-desc li {text-align:left;}
}

@media (min-width: 992px){
body .produce .container {
    width: 100%;
}
}