@font-face {
  font-family: 'Proxima Nova Regular';
  font-display: auto;
  src: url('../fonts/ProximaNova-Regular.eot');
  src: url('../fonts/ProximaNova-Regular.eot@.html') format('embedded-opentype'),
    url('../fonts/ProximaNova-Regular.woff') format('woff'),
    url('../fonts/ProximaNova-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova Black';
  font-display: auto;
  src: url('../fonts/ProximaNova-Black.eot');
  src: url('../fonts/ProximaNova-Black.eot@.html') format('embedded-opentype'),
    url('../fonts/ProximaNova-Black.woff') format('woff'),
    url('../fonts/ProximaNova-Black.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url(../fonts/icomoon.eot);
  src: url(../fonts/icomoon.eot) format('embedded-opentype'),
    url(../fonts/icomoon.woff) format('woff'),
    url(../fonts/icomoon.ttf) format('truetype'),
    url(../fonts/icomoon.svg) format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
body {
  color: #282828;
  font-family: 'Proxima Nova Regular', sans-serif;
  margin: 0;
}
section,
.header,
.footer {
  -ms-overflow-x: hidden;
  overflow-x: hidden;
}
button {
  cursor: pointer;
}
a,
a:hover {
  color: #282828;
  text-decoration: none;
}
.fix {
  overflow: hidden;
}
#bg_modal {
  display: none;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.btnn {
  font-size: 20px;
  font-family: 'Proxima Nova Black', sans-serif;
  text-transform: uppercase;
  border-radius: 13px;
  border-bottom: 6px solid #c3810e;
  background: #e4a22e; /* Old browsers */
  background: -webkit-linear-gradient(#f4d850 0%, #e4a22e 100%);
  background: -o-linear-gradient(#f4d850 0%, #e4a22e 100%);
  background: linear-gradient(
    #f4d850 0%,
    #e4a22e 100%
  ); /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4d850', endColorstr='#e4a22e',GradientType=0 ); /* IE6-9 */
}
.title {
  font-size: 50px;
  line-height: 52px;
  display: flex;
  margin-bottom: 65px;
}
.title span {
  font-family: 'Proxima Nova Black';
}
.title__txt {
  margin-left: 85px;
}
.title::before {
  content: '';
  width: 65px;
  height: 3px;
  background-color: #fed941;
  margin-right: 30px;
  margin-top: 20px;
  position: absolute;
}
.title-sub {
  font-size: 30px;
  margin-left: 86px;
}

.owl-nav button img {
  width: 45px;
  margin: 0 auto;
}
.owl-nav {
  position: absolute;
  top: 42%;
  width: 100%;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  background-color: #ddd9d6;
  padding: 20px;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
}
.owl-nav .owl-prev {
  left: -66px;
}
.owl-nav .owl-next {
  right: -66px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #f4d850;
}

/* HEADER */
.header {
  margin: 10px 0 10px;
}
.header__wr {
  -ms-align-items: center;
  align-items: center;
}
.header__logo img {
  width: 100%;
}
.header__txt {
  border-left: 1px solid;
  padding-left: 30px;
}
.header__phone {
  font-family: 'Proxima Nova Black', sans-serif;
  font-size: 30px;
  justify-content: flex-end;
}
.header__phone img {
  width: 45px;
  margin-right: 15px;
}
.header__order {
  text-align: right;
  cursor: pointer;
}
.header__button img {
  border: 2px solid;
  padding: 20px 15px;
  cursor: pointer;
}
/* HEADER END*/

/* Main block */
#main {
  background: url('../img/main/bg.jpg') no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 80px 0;
}
.main__advant {
  margin-left: 90px;
}
.main__advant-block {
  text-align: center;
  letter-spacing: -1px;
  margin-right: 30px;
}
#main .title-sub {
  margin-bottom: 40px;
}
.main__advant-title {
  display: inline-block;
  font-size: 40px;
  border-bottom: 4px solid #fed940;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.main__advant-txt {
  font-size: 20px;
}
.main__btn {
  padding: 25px 15px;
  display: inline-block;
  margin-top: 50px;
  margin-left: 90px;
  position: relative;
  overflow: hidden;
}

.main__btn1 {
  padding: 25px 15px;
  display: inline-block;
  margin-top: -55px;
  margin-left: 90px;
  position: relative;
  overflow: hidden;
}

.main__btn:before {
  content: '';
  position: absolute;
  width: 130%;
  height: 100%;
  background: linear-gradient(
      to left,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.5),
      rgba(255, 255, 255, 0)
    )
    no-repeat 1em 0%;
  background-size: 5em 100%;
  -moz-transform: skewX(-60deg);
  -o-transform: skewX(-60deg);
  -webkit-transform: skewX(-60deg);
  transform: skewX(-60deg);
  -khtml-transform: skewX(-60deg);
  left: 0px;
  top: 0px;
  animation-timing-function: ease-in-out;
  transition: all 0.1s;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  -khtml-transition: all 0.1s;
  -ms-transition: all 0.1s;
  animation-name: slideme;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
@keyframes slideme {
  0% {
    left: -120px;
    margin-left: 0px;
  }
  100% {
    left: 110%;
    margin-left: 40px;
  }
}

/* Виды септиков */
.b-section-experience {
  background: #f5f5f5;
  position: relative;
  padding: 70px 0 75px;
  overflow: hidden;
}
.text-bg {
  color: #f0f0f0;
  font-size: 198px;
  line-height: 100%;
  font-weight: 900;
  position: absolute;
  top: -26px;
  left: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.b-wrap {
  margin: 0 auto;
  max-width: 1236px;
  position: relative;
  z-index: 200;
}
.b-headline2 {
  padding-bottom: 30px;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

h2 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  line-height: 132%;
  letter-spacing: 0.02em;
}

.cost-wrap {
  display: table;
  width: 100%;
}
.cost-box:first-child {
  text-align: right;
  padding-top: 43px;
  width: 30%;
}
.cost-box {
  width: 33.33%;
  float: left;
}
.img-mob {
  display: none;
}
.cost-headline {
  padding-bottom: 37px;
}
h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}
.cost-headline__bord {
  border-bottom: 10px solid #f07f43;
}
.cost-headline__bord span {
  position: relative;
  bottom: -8px;
}
.cost-info {
  padding-bottom: 14px;
  min-height: 240px;
}
ul,
li,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cost-box:first-child .cost-info__item {
  padding-right: 12px;
  padding-left: 34px;
  position: relative;
  font-weight: 600;
}
.cost-info__item {
  line-height: 148%;
  padding: 0 0 12px;
  letter-spacing: 0.02em;
}
.cost-box:first-child .cost-info__item:before {
  content: '';
  position: absolute;
  background: #f07f43;
  height: 4px;
  width: 4px;
  border-radius: 100%;
  top: 9px;
  right: -5px;
}
.cost-box:first-child .cost-info__item.cost-info__item_mob {
  display: none;
}
.cost-box:first-child .cost-info__item {
  padding-right: 12px;
  padding-left: 34px;
  position: relative;
  font-weight: 600;
}
.cost-price {
  padding-bottom: 19px;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  position: relative;
  right: -5px;
}
.cost-price strong {
  font-weight: 700;
  font-size: 24px;
  margin-left: 7px;
}
.cost-note {
  display: block;
  font-size: 12px;
  font-style: italic;
  padding-bottom: 25px;
  letter-spacing: 0.02em;
  position: relative;
  right: -8px;
}
.cost-box:first-child {
  text-align: right;
  padding-top: 43px;
  width: 30%;
}
.cost-box:first-child .b-btn {
  margin-right: -8px;
}
.cost-box .b-btn {
  padding-top: 19px;
}
.b-btn.b-btn_orange {
  background: #f07f43;
}
.ios a {
  -webkit-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}
.b-btn {
  background: #4ecc80;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  height: 61px;
  min-width: 285px;
  padding: 0 15px;
  line-height: 61px;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  font: bold 16px Gilroy;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: #000;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cost-box:nth-child(2) {
  width: 40%;
  padding-top: 20px;
}
.cost-box {
  width: 33.33%;
  float: left;
}
.cost-box:nth-child(2) img {
  position: relative;
  left: 21px;
  max-width: 100%;
}
.cost-box:last-child {
  padding-top: 43px;
  width: 30%;
  position: relative;
  right: -10px;
}
.cost-box {
  width: 33.33%;
  float: left;
}
.img-mob {
  display: none;
}
.cost-headline {
  padding-bottom: 37px;
}
.cost-box:last-child .cost-headline__bord {
  border-bottom-color: #4ecc80;
}
.cost-headline__bord {
  border-bottom: 10px solid #f07f43;
}
.cost-box:last-child .cost-info {
  position: relative;
  left: 7px;
}
.cost-info {
  padding-bottom: 14px;
  min-height: 240px;
}
.cost-box:last-child .cost-info__item {
  padding-left: 12px;
  padding-right: 34px;
  position: relative;
}
.cost-info__item {
  line-height: 148%;
  padding: 0 0 12px;
  letter-spacing: 0.02em;
}
.cost-box:last-child .cost-info__item:before {
  content: '';
  position: absolute;
  background: #4ecc80;
  height: 4px;
  width: 4px;
  border-radius: 10px;
  top: 9px;
  left: -5px;
}
.cost-box:last-child .cost-info__item.cost-info__item_mob {
  display: none;
}
.cost-box:last-child .cost-info__item {
  padding-left: 12px;
  padding-right: 34px;
  position: relative;
}
.cost-info__item {
  line-height: 148%;
  padding: 0 0 12px;
  letter-spacing: 0.02em;
}
.cost-box:last-child .cost-price {
  right: -1px;
}
.cost-price {
  padding-bottom: 19px;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  position: relative;
  right: -5px;
}
.cost-box:last-child .cost-note {
  right: 0;
}
.cost-note {
  display: block;
  font-size: 12px;
  font-style: italic;
  padding-bottom: 25px;
  letter-spacing: 0.02em;
  position: relative;
  right: -8px;
}
.cost-box .b-btn {
  padding-top: 19px;
}
.ios a {
  -webkit-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}
.b-btn {
  background: #4ecc80;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  height: 61px;
  min-width: 285px;
  padding: 0 15px;
  line-height: 61px;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  font: bold 16px Gilroy;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cost-box:last-child {
  padding-top: 43px;
  width: 30%;
  position: relative;
  right: -10px;
}
.cost-box {
  width: 33.33%;
  float: left;
}

/* Квиз */
#quiz {
  padding: 65px 0 0;
}
#quiz .title {
  margin-bottom: 40px;
}
#quiz .success {
  margin-bottom: 65px;
}
#test {
  margin-top: 70px;
}

/* Каталог */
#catalog {
  background-color: #faf8f7;
  padding: 60px 0;
}
#catalog .title {
  margin-bottom: 30px;
}
.catalog__block {
  margin-top: 20px;
}
.catalog__prod {
  background: #fff;
  border: 2px solid #eae7e5;
  border-bottom: 2px solid #888887;
  border-radius: 6px;
  text-align: center;
  font-size: 24px;
  padding: 15px;
  margin: 15px 0;
  overflow: hidden;
}
.catalog__prod-img {
  height: 190px;
  margin-bottom: 10px;
}
.catalog__prod-img img {
  width: auto;
  height: 100%;
  display: block;
  margin: 0 auto;
}
#catalog .btnn {
  font-size: 18px;
  padding: 10px;
  text-transform: none;
  border-radius: 8px;
  margin-top: 15px;
  cursor: pointer;
}

#also {
  padding: 120px 0 80px;
  text-align: center;
}
#also .title-sub {
  margin-left: 0;
}
.brands {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 50px auto 70px;
  width: 80%;
}
.brands .slick-slide {
  width: auto !important;
  /* height: 100px; */
  padding: 0 16px;
}
.brands .arr-next {
  position: absolute;
  left: -85px;
}
.brands .arr-prev {
  position: absolute;
  right: -85px;
}
.slick-arrow {
  background-color: #ddd9d6;
  padding: 12px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.slick-arrow:hover {
  background-color: #f4d850;
}
.slick-arrow img {
  width: 35px;
}
.brands .slick-track {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.also__txt {
  font-family: 'Proxima Nova Black', sans-serif;
  font-size: 34px;
}
.also__btn {
  margin: 70px 0;
}
.also__btn .btnn {
  padding: 28px 100px;
  margin-right: 20px;
}
.also__btn span {
  color: #c3810e;
}
.brands .owl-nav {
  top: -47%;
}

/* Акции */
#stock {
  background: url('../img/stock/bg.jpg') no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 100px 0;
}
.stock_block {
  padding: 40px 65px;
  height: 500px;
  margin-bottom: 40px;
}
.stock_block1 {
  background: url('../img/stock/block1.png') no-repeat center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.stock_block2 {
  background: url('../img/stock/block2.png') no-repeat center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.stock_block-title {
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 30px;
}
.stock_block-list {
  font-size: 24px;
}
.stock_block-img {
  width: 30px;
  margin-right: 10px;
}
.stock_block-img img {
  display: block;
  margin: 0 auto;
}
.stock_block-list > div {
  display: flex;
  margin-bottom: 20px;
}

/* РАботаем в любую погоду */
#job {
  padding: 100px 0;
}
.job__list-block {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 30px;
}
.job__list-img {
  width: 50px;
  margin-right: 30px;
}
.job__list-title {
  font-size: 26px;
  font-family: 'Proxima Nova Black', sans-serif;
}
.job__list-txt {
  font-size: 26px;
}
.job__slider {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 60px;
}
.job__slider .slick-slide img {
  width: 95%;
  margin: 0 auto;
  border: 3px solid #ddd9d6;
}
.job__slider .owl-nav {
  top: 23%;
}

/* Блок с сертификатоми */
#sert {
  background: #f4fbfb url('../img/sert/bg.jpg') no-repeat;
  background-position: -200px 0;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 100px 0;
}
#sert .title {
  font-size: 48px;
}
.sert__cont {
  margin-left: 86px;
  font-size: 22px;
}

.sert__cont img {
  width: 100%;
}
.sert__slider {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 70px;
  margin-bottom: 20px;
}
.sert__slider .slick-arrow {
  width: 50px;
  height: 50px;
}
.sert__slider .slick-arrow img {
  width: 27px;
}
.sert__slider .slick-slide img {
  width: 200px;
  border: 2px solid #ddd9d6;
}
.sert__slider .arr-next {
  margin-right: 5px;
}
.sert__slider .arr-prev {
  margin-left: 5px;
}
.sert__name {
  background-color: #f4d850;
  padding: 25px 22px;
  font-size: 26px;
  line-height: 27px;
  margin-top: 20px;
}
.sert__name span {
  font-family: 'Proxima Nova Black', sans-serif;
}
.sert__slider-img {
  display: block;
  position: relative;
}
.sert__slider-img::before {
  content: '';
  background: url('../img/sert/zoom.png') no-repeat;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: absolute;
  width: 65px;
  height: 65px;
  left: 38%;
  top: 33%;
}
.sert__slider .owl-nav {
  top: 23%;
}

/* Блок с видео слайдерами */
#video {
  background: url('../img/video/bg.jpg') no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 100px 0;
}
#video .title {
  margin-bottom: 40px;
}
.video__m {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 50px 0 80px;
}
.video__m .slick-slide img {
  margin: 0 auto;
}
.video__m-img {
  position: relative;
  display: block;
}
.video__m-img img {
  border: 2px solid #ddd9d6;
}
.video__m-img::before {
  content: '';
  background: url('../img/video/play.png') no-repeat;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: absolute;
  width: 125px;
  height: 125px;
  left: 39%;
  top: 30%;
}
.video__m2 {
  margin-bottom: 0;
}
.video__m .owl-nav {
  top: 35%;
}

/* Вопросы */
#question {
  padding: 100px 0;
}

.question__block {
  background: #fff;
  box-shadow: 0 0 15px #e3e3e3;
  border-radius: 10px;
  padding: 20px;
  font-size: 18px;
  margin-bottom: 20px;
}
.question__block-title {
  font-family: 'Proxima Nova Black', sans-serif;
  margin-bottom: 10px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 22px;
  line-height: 25px;
  cursor: pointer;
}
.question__block-title img {
  margin-right: 20px;
  transition: 0.5s;
}
.question__answer {
  display: none;
  margin-left: 50px;
}
.trr {
  transform: rotate(180deg);
}

/*Команта*/
#team {
  background: url('../img/team/bg.jpg') no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 75px 0;
}
.team__slider {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.team__slider .slick-list {
  box-shadow: rgb(136, 136, 136) 0px 0px 21px;
}
.team__slider .arr-next {
  margin-right: 20px;
}
.team__slider .arr-prev {
  margin-left: 20px;
}
.team__slider .team__slider-img img {
  width: 100%;
  border: 3px solid #fff;
}
.team__slider .slick-dots li button {
  width: 16px;
  height: 16px;
  border: 1px solid #c5c5c5;
  background: #fff;
  border-radius: 50%;
}
.team__slider .slick-dots .slick-active button {
  background: #fed940;
}
.team__slider .slick-dots li button:before {
  display: none;
}
.team__slider .slick-dots {
  bottom: -38px;
}
.team__slider .owl-stage {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

/*Форма*/
#form {
  background: #f4fbfb url('../img/form/bg.jpg') no-repeat;
  background-position: -85px 0;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 100px;
}
#form .title {
  margin-bottom: 20px;
}
.form__block {
  width: 533px;
  margin-left: 86px;
  margin-top: 40px;
}
.form__block .input-group-text {
  font-size: 24px;
  width: 140px;
}
.form__block .form-control-inp {
  height: 64px;
  font-size: 24px;
}
.form__block .form-control-ar {
  font-size: 24px;
}
.form__block .form-control:focus {
  border: 1px solid #ced4da;
  box-shadow: none;
}
.form__block .col-auto {
  padding: 0;
}
.form__block .btnn {
  padding: 25px 80px;
  color: #282828;
  width: 100%;
  border-top: none;
  border-right: none;
  border-left: none;
}
.form__block .btnn:hover {
  border-bottom: 6px solid #c3810e;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  border: none;
  box-shadow: none;
  outline: none;
  background: #e4a22e; /* Old browsers */
  background: -webkit-linear-gradient(#f4d850 0%, #e4a22e 100%);
  background: -o-linear-gradient(#f4d850 0%, #e4a22e 100%);
  background: linear-gradient(
    #f4d850 0%,
    #e4a22e 100%
  ); /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4d850', endColorstr='#e4a22e',GradientType=0 ); /* IE6-9 */
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: none;
}
#form .sert__name {
  width: 353px;
  float: right;
}

/*Футер*/
.footer {
  background-color: #e9e9e9;
  padding: 35px 0;
}
.footer__txt {
  text-align: center;
  font-size: 20px;
}
.footer__logo img {
  width: 100%;
}

/*Меню*/
#menu {
  padding: 100px;
  background-color: #fed940;
  width: 600px;
  height: 100vh;
  position: fixed;
  display: none;
  -ms-align-items: center;
  align-items: center;
  top: 0;
  right: -25px;
  z-index: 999;
  overflow-y: auto;
}
.nav_ul a {
  font-size: 34px;
}
.nav_ul .nav__img {
  width: 30px;
  margin-right: 30px;
}
.nav_ul .nav__img img {
  width: 100%;
}
.nav_ul li {
  margin: 15px 0;
}
.menu__close {
  position: absolute;
  top: 70px;
  right: 75px;
  cursor: pointer;
}

.modal {
  width: 320px;
  background-color: #fff;
  height: 240px;
  padding: 20px;
  top: 50%;
  left: 50%;
  margin-top: -120px;
  margin-left: -160px;
}
.order__tile {
  text-align: center;
  font-family: 'Proxima Nova Black', sans-serif;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 20px;
  height: 58px;
}
.modal .btnn {
  padding: 6px 35px;
  margin: 20px auto;
  display: block;
  font-size: 18px;
}
.modal .menu__close {
  top: 5px;
  right: 15px;
}
.modal .menu__close img {
  width: 13px;
}
.success {
  display: none;
  color: #15900f;
  text-align: center;
  margin-top: 30px;
  font-size: 24px;
  line-height: 25px;
}

.progress-bar1 {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
  z-index: 9971;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -72px;
  margin-left: -290px;
  width: 570px;
  background-color: #fff;
}
.progress-bar-img img {
  width: 65px;
  margin-right: 10px;
}
.progress-bar-txt {
  font-size: 20px;
  font-weight: 600;
  color: #2e4755;
}

#privacy {
  padding: 80px 0;
}
.btn-more-cat {
  display: none;
}

/* Спасибо */
.thanks {
  padding: 50px 0;
}

.thanks__txt {
  font-size: 25px;
  text-align: center;
  font-weight: 600;
}
.thanks__btn {
  text-align: center;
}
.thanks__btn .btnn {
  width: 240px;
  padding: 17px;
  margin: 20px auto;
}

.progress-bar {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}
.progress-bar-img img {
  width: 65px;
  margin-right: 10px;
}
.progress-bar-txt {
  font-size: 20px;
  font-weight: 600;
  color: #2e4755;
}
.progress-bar-foot {
  position: fixed;
  top: 40%;
  left: 50%;
  background-color: #fff;
  z-index: 99999;
  width: 500px;
  height: 100px;
  margin-left: -250px;
  margin-top: -50px;
}

.quiz_pop {
  margin-top: 0 !important;
  position: fixed;
  top: 5%;
  left: 50%;
  width: 1150px;
  margin-left: -585px;
  z-index: 1003;
  padding: 30px 0 0 !important;
  display: block;
  box-shadow: 0 0 6px;
  background-color: #fff;
  min-height: 90vh;
}
.quiz_pop .title {
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 10px;
}
.quiz_pop #test {
  margin-top: 40px;
}
.quiz_pop .title-sub {
  font-size: 20px;
}
.quiz_pop .step-slide__title {
  font-size: 20px;
  line-height: 24px;
}
.quiz_pop .pick-item {
  width: 190px;
}
.quiz_pop .pick-item__img {
  height: 120px;
}
.quiz_pop .video__m {
  margin: 50px auto 80px;
  width: 80%;
}
.quiz_pop .after-submit .container {
  padding: 0 !important;
}
#quiz .menu__close {
  display: none;
}
.quiz_pop .menu__close {
  display: block !important;
  top: 15px;
  right: 19px;
  cursor: pointer;
}
.quiz_pop .menu__close img {
  width: 20px;
}
.quiz_end {
  height: 941px;
  overflow: hidden !important;
}

.ws-quiz-container {
  font-size: 13px !important;
  font-family: CBKRobotoLight, sans-serif !important;
  font-style: normal !important;
  font-weight: 300 !important;
  text-transform: none !important;
  z-index: 9990;
  display: block;
  word-wrap: normal;
  line-height: 1.22;
}
.ws-quiz-container .ws-quiz-btn-el-container {
  position: fixed;
  right: 0;
  bottom: 77%;
  z-index: 998;
}
.ws-quiz-container .ws-quiz-btn-container {
  background-color: #ffd841;
  height: 46px;
  padding: 3px;
  cursor: pointer;
  min-width: 230px;
  z-index: 9999;
  overflow: hidden;
  position: relative;
}
.ws-quiz-container .ws-quiz-btn-container .er {
  right: 0%;
  left: auto;
  top: 19%;
  bottom: auto;
}

.ws-quiz-container .ws-quiz-btn-mini-hover {
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.3);
}
.ws-quiz-container .ws-quiz-btn-logo-yes .ws-btn-ico {
  background-color: transparent;
}
.ws-quiz-container .ws-quiz-btn-container .ws-btn-ico {
  display: inline-block;
  background-color: #fff;
  position: relative;
  vertical-align: top;
}
.ws-quiz-container .ws-quiz-btn-container .ws-btn-title {
  display: inline-block;
  color: #3e3e3e;
  font-size: 14px;
  padding: 12px 14px;
}
.ws-quiz-container .ws-quiz-btn-container .ws-btn-ico .ws-quiz-logo {
  width: 40px;
  height: 40px;
  margin: 0;
}
.ws-quiz-container .ws-quiz-logo {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  margin-top: 12px;
}
.ws-quiz-container .ws-quiz-btn-logo-yes .ws-quiz-logo-img {
  display: block !important;
}
.ws-quiz-container .ws-quiz-logo .ws-quiz-logo-img {
  border-radius: 5px;
  width: 40px;
  height: 40px;
  display: none;
  max-width: 40px;
}
.quiz-animation-iridescent.ws-quiz-btn-container:before {
  content: '';
  position: absolute;
  width: 130%;
  height: 100%;
  background: linear-gradient(
      to left,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.5),
      rgba(255, 255, 255, 0)
    )
    no-repeat 1em 0%;
  background-size: 5em 100%;
  -moz-transform: skewX(-60deg);
  -o-transform: skewX(-60deg);
  -webkit-transform: skewX(-60deg);
  transform: skewX(-60deg);
  -khtml-transform: skewX(-60deg);
  left: 0px;
  top: 0px;
  animation-timing-function: ease-in-out;
  transition: all 0.1s;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  -khtml-transition: all 0.1s;
  -ms-transition: all 0.1s;
  animation-name: slideme;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
@keyframes slideme {
  0% {
    left: -120px;
    margin-left: 0px;
  }
  100% {
    left: 110%;
    margin-left: 40px;
  }
}
@media only screen and (max-width: 1236px) {
  .text-bg {
    font-size: 170px;
    top: -10px;
  }
  .b-wrap {
    padding: 0 20px;
  }
}
.b-section-estimate {
  background: url(../img/estimate_bg.jpg) no-repeat top center;
  min-height: 457px;
  background-size: cover;
}
.b-section-estimate .b-wrap {
  display: table;
  width: 100%;
}
.b-wrap {
  margin: 0 auto;
  max-width: 1236px;
  position: relative;
  z-index: 200;
}
.estimate-left {
  float: left;
  padding: 116px 0 80px 21px;
  max-width: 560px;
  color: #fff;
}
.estimate-left h2 {
  padding-bottom: 21px;
  text-align: left;
}
h2 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  line-height: 132%;
  letter-spacing: 0.02em;
}
.estimate-left p {
  font-size: 19px;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: 0.02em;
  padding-bottom: 28px;
}
.estimate-left p strong {
  font-weight: 600;
}
user agent stylesheet strong {
  font-weight: bold;
}
.b-btn.b-btn_orange {
  background: #f07f43;
}
.b-btn.b-btn_orange1 {
  background: #ffc107;
}
.b-btn_pdf {
  position: relative;
  line-height: 61px;
  padding-left: 70px;
  padding-right: 32px;
  min-width: inherit;
  letter-spacing: 0.02em;
}
.b-btn_pdf:before {
  content: '';
  position: absolute;
  background: url(../img/pdf.svg) no-repeat;
  height: 47px;
  width: 40px;
  top: 11px;
  left: 22px;
  display: inline-block;
}
.estimate-right {
  float: right;
  max-width: 257px;
  margin-right: 100px;
  padding: 48px 0 20px;
  text-align: center;
}
.estimate-right a {
  display: block;
  position: relative;
  margin-bottom: 18px;
}
.estimate-right img {
  display: block;
  max-width: 100%;
  height: auto;
}
img,
button {
  border: 0;
  outline: none;
}
.loupe {
  height: 73px;
  width: 73px;
  background: #ffc107;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -37px;
  margin-left: -37px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.loupe:before {
  content: '\e91e';
  color: #fff;
  font-family: icomoon;
  font-size: 40px;
  line-height: 73px;
  position: absolute;
  top: -1px;
  left: 15px;
}
.estimate-right a {
  display: block;
  position: relative;
  margin-bottom: 18px;
}
.estimate-pdf {
  color: #fff;
  display: inline-block !important;
  border-bottom: 1px dotted #fff;
  padding: 0 0 0 20px;
  font-size: 12px;
}
.estimate-pdf:before {
  content: '\e927';
  color: #fff;
  position: absolute;
  top: 1px;
  left: -3px;
  font-family: icomoon;
  font-size: 15px;
  line-height: 15px;
}

.b-section-contacts {
  height: 591px;
}
.b-wrap {
  margin: 0 auto;
  max-width: 1236px;
  position: relative;
  z-index: 200;
}
.b-section-contacts .b-contacts-wrap {
  justify-content: flex-end;
}
.map {
  height: 700px;
  position: relative;
}
#map {
  height: 700px;
  width: 720px;
  position: absolute !important;
  top: 0;
  right: 0 !important;
}
.flex_row,
.reason-wrap,
.reason-box,
.product__preview,
.important-wrap,
.guarantee-wrap,
.opinion-wrap,
.b-contacts-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contacts__wrapper {
  display: flex;
  flex-wrap: wrap;
}

.contacts__map,
.contacts__info {
  flex: 1 1 50%;
}

.contacts__info {
  padding: 100px;
}

#map__yandex {
  height: 600px;
  filter: grayscale(1);
  -ms-filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
}

.b-contacts__box strong {
  display: block;
  font-size: 18px;
  font-weight: 700;
  padding: 0 0 10px 40px;
  position: relative;
  letter-spacing: 0.02em;
  padding-bottom: 4px;
}
.b-contacts__box strong:before {
  content: '\e91f';
  color: #f07f43;
  font-size: 5px;
  line-height: 5px;
  font-family: icomoon;
  position: absolute;
  top: 9px;
  left: 0;
}
.b-contacts__box address,
.b-contacts__box span,
.b-contacts__box a {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  display: block;
  max-width: 390px;
}
.b-contacts__box {
  padding: 0 0 32px;
  line-height: 150%;
}
/* .map-mobile {
    display: none;
    height: 100%;
    overflow: hidden;
}
.map-mobile img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
} */
.b-logo__img {
  display: block;
  max-width: 100%;
}
.b-contacts {
  padding: 115px 70px 0;
}
.b-wrap {
  margin: 0 auto;
  max-width: 1236px;
  position: relative;
  z-index: 200;
  margin-bottom: 42px;
}

.section-grey {
  background: #fafbfc;

  padding: 90px 0 100px 0;
}
.section-bottom-border {
  border-bottom: 1px solid #efefef;
}
.section-top-border {
  border-top: 1px solid #efefef;
}
.padding-bottom-40 {
  padding-bottom: 40px !important;
}
.text-center {
  text-align: center !important;
}

.testim-inner {
  margin-top: 75px;
  position: relative;
  text-align: center;
  padding: 0 25px 25px 25px;
  border: 1px solid #ebebeb;
  background-color: #fff;
  border-radius: 7px 7px;
  border-bottom: 2px solid #e0e0e0;
  box-shadow: rgba(33, 33, 33, 0.055) 0 4px 24px 5px;
  transition: all 1s;
}
.testim-inner img {
  position: relative;
  display: inline-block;
  margin-top: -55px;
  max-width: 110px;
  border: 1px solid #efefef;
  border-radius: 50% 50%;
  padding: 5px 5px;
  background-color: #fff;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
}
img {
  vertical-align: middle;
  border-style: none;
}
.testim-inner p {
  font-size: 18px;
  line-height: 28px;
  font-style: italic;
  margin-top: 20px;
  margin-bottom: 5px;
}
.testim-inner h6 {
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  color: #28a745;
  font-family: 'Raleway', sans-serif;
}
.testim-rating i {
  color: #fdcc28;
}
.fa,
.fas {
  font-weight: 900;
}
.fa,
.far,
.fas {
  font-family: 'Font Awesome 5 Free';
}
.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-prepend {
  margin-right: -2px;
}
.form__block .input-group-text {
  font-size: 24px;
  width: 140px;
}
.input-group-text {
  height: 64px;
  margin: 0 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/*Адаптив*/
@media (max-width: 1200px) {
  .stock_block-title {
    font-size: 50px;
    line-height: 60px;
  }
  #sert {
    background-position: -360px 0;
  }
  #form {
    background-position: -260px 0;
  }
  .header__phone {
    font-size: 26px;
  }
  .catalog__prod-img img {
    height: 200px;
  }
  .b-section-contacts {
    position: relative;
    overflow: hidden;
  }
  .b-section-contacts .b-wrap,
  .b-section-contacts .b-contacts-wrap {
    position: static;
  }
  .b-section-contacts .b-contacts-wrap {
    justify-content: flex-end;
  }
  .b-section-contacts .b-wrap,
  .b-section-contacts .b-contacts-wrap {
    position: static;
  }
  .b-section-contacts .map {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
  }
  #map {
    width: 100%;
    height: 100%;
  }
  .b-section-contacts .b-contacts {
    float: right;
  }
}

@media only screen and (max-width: 1170px) {
  .text-bg {
    font-size: 130px;
  }
  .cost-box:first-child {
    width: 35%;
  }
  .cost-box:nth-child(2) {
    width: 30%;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .cost-box:last-child {
    width: 35%;
  }
}

@media only screen and (max-width: 999px) {
  .text-bg {
    font-size: 90px;
  }
  .cost-box:first-child {
    width: 50%;
    text-align: left;
    position: relative;
  }
  .img-mob {
    display: block;
    height: 123px;
    left: 25%;
    position: relative;
    top: -70px;
  }
  .img-mob img {
    max-width: 100%;
    height: auto;
  }
  .cost-info {
    min-height: 200px;
  }
  .cost-box:first-child .cost-info__item {
    padding-left: 12px;
    padding-right: 34px;
  }
  .cost-box:first-child .cost-info__item:before {
    right: auto;
    left: -5px;
  }
  .cost-box:first-child .cost-info__item {
    padding-left: 12px;
    padding-right: 34px;
  }
  .cost-box:first-child {
    width: 50%;
    text-align: left;
    position: relative;
  }
  .cost-box:first-child {
    width: 50%;
    text-align: left;
    position: relative;
  }
  .cost-box:nth-child(2) {
    display: none;
  }
  .cost-box:last-child {
    width: 50%;
  }
  .img-mob {
    display: block;
    height: 123px;
    left: 25%;
    position: relative;
    top: -70px;
  }
  .img-mob img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 991px) {
  .header__logo-wr {
    margin-bottom: 35px;
  }
  .header__wr {
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .header__txt {
    margin-top: 15px;
  }
  .header__button {
    text-align: right;
  }
  .header__order {
    position: absolute;
    right: 44px;
    top: 41px;
  }
  .title {
    font-size: 42px;
    line-height: 45px;
  }
  .main__advant-title {
    font-size: 32px;
  }
  .main__btn {
    text-align: center;
  }
  .step-slide__grid {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }
  #form {
    background-position: -440px 0;
  }
  .sert__name {
    float: none !important;
    margin: 20px auto;
    text-align: center;
    width: 100%;
  }
  .footer__logo img {
    width: 300px;
    margin: 0 auto 15px;
    display: block;
  }
  .header__phone {
    justify-content: center;
    margin-top: 20px;
    margin-top: 5px;
  }
  .video__m .owl-nav {
    top: 30%;
  }
  .sert__slider-img::before {
    left: 42%;
    top: 39%;
  }
  .video__m-img::before {
    width: 80px;
    height: 80px;
  }
  .quiz_pop {
    margin-top: 0 !important;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    margin-left: 0;
    height: 100vh;
    overflow-y: scroll;
  }

  .contacts__map {
    order: 2;
  }
}

@media only screen and (max-width: 860px) {
  h2 {
    font-size: 20px;
  }
  .b-headline2 {
    max-width: 640px;
  }
  #map {
    height: 700px;
    width: 720px;
    position: absolute !important;
    top: 0;
    right: 0 !important;
  }
}

@media (max-width: 768px) {
  .kinds__cont {
    overflow-x: scroll;
  }
  #form {
    background: #f4fbfb;
    padding-bottom: 70px;
  }
  .form__block {
    width: 100%;
    margin-left: 0;
  }
  .header__logo img {
    width: 300px;
    margin: 0 auto;
    display: block;
  }
  .header__txt {
    border: none;
    text-align: center;
    margin-bottom: 30px;
  }
  .header__logo-wr {
    margin-bottom: 0px;
  }
  #menu {
    width: 100%;
    right: 0;
  }
  .main__advant-title {
    font-size: 19px;
  }
  .main__advant-txt {
    font-size: 15px;
    line-height: 20px;
  }
  .video__m-img::before {
    width: 115px;
    height: 115px;
  }
  .last-step-form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #sert {
    background: #f4fbfb;
  }
  .sert__name {
    display: none;
  }
  #kinds {
    display: none;
  }
  .map-mobile img {
    min-height: 100%;
  }
  .contacts__map,
  .contacts__info {
    flex: 1 1 100%;
  }

  .contacts__info {
    padding: 50px;
  }
}

@media only screen and (max-width: 650px) {
  body {
    font-size: 16px;
  }
  .b-section-experience {
    background: 0 0;
    padding: 22px 0 0;
  }
  .b-section-experience h2 {
    padding-bottom: 0px;
  }
  .text-bg {
    display: none;
  }
  .cost-box:first-child {
    width: 100%;
    padding-top: 0;
    margin: 0 auto;
  }
  .img-mob {
    top: 0;
    left: 0;
    text-align: center;
    height: 214px;
  }
  .img-mob img {
    margin: -15px auto 0;
    display: block;
  }
  .cost-headline {
    padding-bottom: 22px;
  }
  .cost-headline__bord {
    border-bottom-width: 7px;
  }
  h3 {
    font-size: 18px;
  }
  .cost-info {
    min-height: inherit;
  }
  .cost-box:first-child .cost-info__item:before {
    height: 4px;
    width: 4px;
    top: 5px;
  }
  .cost-box .b-btn {
    padding-top: 0;
  }
  .b-btn {
    min-width: 280px;
    border-radius: 5px;
    height: 54px;
    line-height: 54px;
    width: 100%;
  }
  .cost-box:last-child {
    width: 100%;
    right: 0;
    margin: 0 auto;
    padding-top: 60px;
  }
  .img-mob {
    top: 0;
    left: 0;
    text-align: center;
    height: 214px;
  }
  .img-mob img {
    margin: -15px auto 0;
    display: block;
  }
  .cost-headline {
    padding-bottom: 22px;
  }
  h3 {
    font-size: 23px;
  }
  .cost-headline__bord {
    border-bottom-width: 7px;
  }
  .cost-box:last-child .cost-info {
    left: 0;
  }
  .cost-box:last-child .cost-info__item:before {
    height: 5px;
    width: 5px;
    top: 5px;
  }
  .cost-box .b-btn {
    padding-top: 0;
  }
  .b-btn {
    min-width: 280px;
    border-radius: 5px;
    height: 54px;
    line-height: 54px;
    width: 100%;
  }
  .ws-quiz-container .ws-quiz-btn-el-container {
    position: fixed;
    min-width: 100%;
    right: 0;
    bottom: 0%;
    z-index: 9999;
  }
  .map-mobile {
    display: none;
    height: auto;
  }
  .map-mobile img {
    display: block;
    width: 100%;
    max-height: none;
    height: auto;
    min-height: 405px;
    object-fit: cover;
    object-position: center center;
  }
  .b-contacts {
    padding: 26px 20px 0;
  }
  #map {
    display: none;
    height: 700px;
    width: 720px;
    position: absolute !important;
    top: 0;
    right: 0 !important;
  }
  .estimate-right {
    float: right;
    max-width: 287px;
    margin-right: 40px;
    padding: 44px 4px 17px;
    text-align: center;
  }
}

@media (max-width: 570px) {
  .form__block {
    margin-left: 0;
  }
  .title {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 33px;
  }
  .title::before {
    width: 45px;
    margin-right: 20px;
  }
  .title__txt {
    margin-left: 65px;
  }
  .title-sub {
    font-size: 28px;
    margin-left: 65px;
  }
  .main__advant {
    margin-left: 0px;
  }
  .main__advant-title {
    font-size: 25px;
  }
  .main__advant-txt {
    line-height: 23px;
  }
  .main__btn {
    margin-left: 0;
  }
  .also__txt {
    font-size: 28px;
    line-height: 30px;
  }
  .brands .arr-prev,
  .brands .arr-next {
    position: relative;
    right: 0;
    left: 0;
  }
  .brands .slick-slide {
    width: 100% !important;
  }
  #menu {
    padding: 100px 10px;
    z-index: 999;
  }
  .nav_ul a {
    font-size: 26px;
  }
  .menu__close {
    top: 24px;
    right: 24px;
  }
  .estimate-right {
    float: right;
    max-width: 287px;
    margin-right: 90px;
    padding: 44px 4px 17px;
    text-align: center;
  }

  .contacts__info {
    padding: 20px;
  }
}

@media (max-width: 450px) {
  .header__phone {
    font-size: 20px;
    justify-content: flex-start;
  }
  .header__phone img {
    width: 27px;
    margin-right: 7px;
  }
  .header__button img {
    padding: 13px 8px;
    margin-top: 20px;
  }
  .header__order {
    position: relative;
    right: 61px;
    top: -3px;
    font-size: 13px;
    width: 259px;
  }
  .title {
    margin-bottom: 18px;
    font-size: 22px;
    line-height: 23px;
  }
  .title-sub {
    font-size: 18px;
  }
  .main__advant-block {
    margin-right: 5px;
    text-shadow: 0 0 20px #fdf7d3;
  }
  .main__advant-title {
    font-size: 20px;
  }
  .main__advant-txt {
    line-height: 19px;
    font-size: 17px;
  }
  .btnn {
    font-size: 18px;
  }
  .main__btn {
    padding: 6px 15px;
    line-height: 25px;
  }
  .also__btn {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 35px 0 0;
  }
  .stock_block-title {
    font-size: 30px;
    line-height: 37px;
  }
  #sert .title {
    font-size: 24px;
  }
  .sert__cont {
    margin-left: 67px;
    font-size: 20px;
    line-height: 24px;
  }
  .stock_block {
    padding: 40px 30px;
    height: auto;
  }
  .job__list-txt {
    font-size: 22px;
    line-height: 22px;
  }
  .job__list-title {
    font-size: 24px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  #form .sert__name {
    width: 100%;
  }
  .sert__name {
    padding: 25px 10px;
    font-size: 22px;
  }
  .footer .header__phone {
    justify-content: center;
  }
  .footer__logo img {
    width: 230px;
  }
  .video__m-img::before {
    width: 86px;
    height: 86px;
  }
  .header__phone {
    margin-top: 20px;
  }
  .header__txt {
    line-height: 17px;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  #main {
    padding: 30px 0;
  }
  #main .title-sub {
    margin-bottom: 20px;
  }
  .main__btn {
    margin-top: 25px;
  }
  .header__logo img {
    width: 200px;
  }
  .btn-more-cat {
    display: block;
    text-align: center;
  }
  .catalog__block-1,
  .catalog__block-2 {
    display: none;
  }
  .quiz_end {
    height: 990px;
  }
  .estimate-right {
    float: right;
    max-width: 287px;
    margin-right: 39px;
    padding: 44px 4px 17px;
    text-align: center;
  }
}
