@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap");
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

#modal_video .modal-content {
  position: relative; 
}

#modal_video .modal-dialog {
  width: 900px;
  margin-top: 150px;
}

#modal_video .modal-content button.close {
  position: absolute; 
  top: 1px; 
  right: 5px; 
  z-index: 10;  
}

iframe {
  width: 100%; 
  height: 500px; 
}

@media (max-width: 991px) {
  #modal_video .modal-dialog {
    width: 80%;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
  }
  iframe {
    height: 350px; 
  }
}

@media (max-width: 575px) {
  #modal_video .modal-dialog {
    width: 90%;
  }
  iframe {
    height: 300px; 
  }
}




*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html {
  font-size: 18px;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "Montserrat";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Montserrat";
  font-size: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background-color: inherit;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

/*
&::-webkit-scrollbar {
	display: none;
}
*/
body {
  color: #000;
}
body._lock {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.header__container {
  background-image: url("../img/icons/bgRadius.png");
  background-repeat: no-repeat;
  background-position: -6% 67.5%;
}

@media (max-width: 1182px) {
  .header__container {
    background-position: 29% 67%;
  }
}
@media (max-width: 1024px) {
 .header__container {
  background-position: 29% 67%;
}
}
@media (max-width: 991px) {
  .header {
   background-image: url("../img/icons/bgRadius.png");
   background-repeat: no-repeat;
   background-position: 50% 150%;
 }
 .header__container {
  background-image: none;
}
}
@media (max-width: 575px) {
  .header {
    background-position: 50% 100%;
  }
}
@media (max-width: 400px) {
  .header {
    background-position: 50% 80%;
  }
}

/*@media (max-width: 767.98px) {
 .header__container {
  background-position: 47.9% 61.4%;
}
}
@media (max-width: 575.98px) {
  .header__container {
    background-position: 50% 120%;
    background-size: 200%;
  }
  }*/

  ._container {
    width: 1170px;
    margin: 0 auto;
  }
  @media (max-width: 1182px) {
    ._container {
      width: 960px;
    }
    .header__call {
      margin: 0px 0px 0px 18px;
    }
    .industry__garantblock {
      padding: 165px 0 0 0;
    }
    .blockdescr__text {
      font-size: 21px;
    }
    .ecodescr__text {
      padding-top: 0;
    }
  }
  @media (max-width: 991.98px) {
    ._container {
      width: 720px;
    }
  }
  @media (max-width: 767.98px) {
    ._container {
      width: 540px;
      padding: 0 20px;
    }
  }
  @media (max-width: 575px) {
    ._container {
      width: 100%;
    }
  }

  .button {
    display: inline-flex;
    font-size: 18px;  
    padding: 0px 40px;
    height: 60px;
    line-height: 60px;
    background-color: #A6CB26;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    position: relative;
  }

  .button:hover {
    transition: all 0.3s ease 0s;
    background-color: #BFEF19;
    color: #333;
  }
  .button:active {
   color: #333;
   text-decoration: none;
 }
 .button:focus {
   color: #333;
   text-decoration: none;
 }

 @media (any-hover: hover) {
  .button:hover {
    transition: all 0.3s ease 0s;
    background-color: #BFEF19;
  }
}
.button._fw {
  width: 100%;
}

.select {
  position: relative;
}
.select__item {
  position: relative;
}
.select__title {
  color: #000;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 4px;
}
@media (max-width: 991.98px) {
  .select__title {
    font-size: 18px;
  }
}
.select__value {
  display: flex;
  font-size: 14px;
  height: 30px;
  padding: 0px 15px;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.select__value span {
  height: 1em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.select__value:before {
  content: "";
  display: inline-block;
  transition: all 0.3s ease 0s;
  width: 11px;
  height: 7px;
  background: url("../img/icons/select.svg") center/100% no-repeat;
}
.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}
.select__options {
  color: #000;
  position: absolute;
  top: 29px;
  border-radius: 0 0 4px 4px;
  min-width: 100%;
  left: 0;
  background-color: #fff;
  border-top: 0;
  border: 1px solid #d9d9d9;
  border-top: 0;
  font-size: 14px;
  padding: 10px 0px 5px 0px;
}
@media (max-width: 991.98px) {
  .select__options {
    font-size: 18px;
  }
}
.select__option {
  cursor: pointer;
  padding: 5px 15px;
  margin: 0px 0px 0px 0px;
}
@media (min-width: 992px) {
  .select__option:hover {
    background: #d9d9d9;
  }
}
.select._active {
  z-index: 5;
}
.select._active .select__value:before {
  transform: rotate(-180deg);
}
.select._active .select__options {
  display: block;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  outline: none;
}

.input {
  width: 100%;
  display: block;
  padding: 0px 34px;
  height: 70px;
  border-radius: 5px;
  background: #F2F2F2;
  box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.25);
  margin: 0px 10px 0px 0px;
  font-size: 20px;
  line-height: 24px;
  color: #89877B;
}
.input-tel {
  max-width: 520px;
}
.input._error {
  border: 2px solid red;
}
@media (max-width: 575.98px) {
  .input {
    font-size: 14px;
    height: 50px;
  }
}

textarea.input {
  resize: none;
  padding: 24px 19px 92px 32px;
}
@media (max-width: 575.98px) {
  textarea.input {
    padding-top: 10px;  
  }
}

.textarea {
  background: #F2F2F2;
  box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  height: 140px;
}

.checkbox {
  position: relative;
}
.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.checkbox__input:checked + .checkbox__text:before {
  background: #fff url("../img/icons/check.svg") center no-repeat;
}
.checkbox__text {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: 1.25;
  cursor: pointer;
}
.checkbox__text:before {
  content: "";
  align-self: flex-start;
  margin: 0px 14px 0px 0px;
  flex: 0 0 20px;
  left: 0;
  top: 0;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}
.checkbox a {
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .checkbox a:hover {
    text-decoration: none;
  }
}
.checkbox._error .checkbox__text:before {
  border: 1px solid #ee1212;
}

.options {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.options__item {
  position: relative;
  cursor: pointer;
}
.options__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  left: 0;
  top: 0;
  visibility: hidden;
}
.options__input:checked + .options__text:after {
  transform: scale(1);
}
.options__text {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: 1.25;
}
.options__text:before {
  content: "";
  align-self: flex-start;
  margin: 0px 14px 0px 0px;
  flex: 0 0 20px;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}
.options__text:after {
  content: "";
  transition: all 0.3s ease 0s;
  transform: scale(0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #77243a;
  position: absolute;
  left: 5px;
  top: 4px;
}

.rating {
  display: flex;
  align-items: flex-end;
  font-size: 40px;
  line-height: 0.75;
  transition: opacity 0.3s ease 0s;
}

.rating.rating_sending {
  opacity: 0.2;
}

.rating.rating_set .rating__active,
.rating.rating_set .rating__item {
  cursor: pointer;
}

.rating__body {
  position: relative;
}

.rating__body::before {
  content: "★★★★★";
  display: block;
}

.rating__active {
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.rating__active::before {
  content: "★★★★★";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #ffd300;
}

.rating__items {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.rating__item {
  flex: 0 0 20%;
  height: 100%;
  opacity: 0;
}

.rating__value {
  font-size: 50%;
  line-height: 1;
  padding: 0px 0px 0px 10px;
}

.quantity {
  width: 88px;
  height: 40px;
  display: flex;
  border: 1px solid rgba(166, 166, 166, 0.45);
}
.quantity__button {
  flex: 0 0 30px;
  position: relative;
  cursor: pointer;
}
.quantity__button::before, .quantity__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease 0s;
  margin: 0px 0px 0px -4.5px;
  background-color: #a6a6a6;
  width: 9px;
  height: 1px;
}
@media (min-width: 991.98px) {
  .quantity__button:hover::before, .quantity__button:hover::after {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.quantity__button_plus::before {
  transform: rotate(-90deg);
}
.quantity__input {
  flex: 1 1 auto;
}
.quantity__input input {
  height: 100%;
  color: #a6a6a6;
  font-size: 12px;
  width: 100%;
  text-align: center;
}

.row:after {
  display: block;
  content: "";
  clear: both;
}

.rub:after {
  content: "₽";
}

ol.counter {
  list-style-type: none;
  counter-reset: item;
}
ol.counter li {
  position: relative;
  padding: 0px 0px 0px 45px;
}
ol.counter li:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  color: #818181;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  border: 1px solid #4274bb;
}

.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.es {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.table {
  display: table;
  font-size: 0;
  width: 100%;
}

.trow {
  display: table-row;
}

.cell {
  display: table-cell;
}
.cell.full {
  width: 100%;
}

._ibg {
  position: relative;
}
._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

._video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}
._video video,
._video iframe,
._video object,
._video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

._more-content {
  transition: all 0.3s ease 0s;
  overflow: hidden;
}

._more-link {
  cursor: pointer;
}
._more-link span {
  font-style: normal;
}
._more-link span:first-child {
  display: block;
}
._more-link span:last-child {
  display: none;
}
._more-link._active span {
  font-style: normal;
}
._more-link._active span:first-child {
  display: none;
}
._more-link._active span:last-child {
  display: block;
}

#map {
  background: url("../img/icons/loading.gif") center/50px no-repeat;
}

._swiper {
  overflow: hidden;
}
._swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
}
._swiper.swiper-container-vertical .swiper-wrapper {
  flex-direction: column;
}
._swiper.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
}

.swiper-container-initialized .swiper-slide {
  flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

._tabs-block {
  display: none;
}
._tabs-block._active {
  display: block;
}

.mirror {
  transform: scale(-1, 1);
}

.nicescroll-rails {
  z-index: 1000 !important;
}

._custom-scroll {
  position: fixed;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  z-index: 1000;
}
._custom-scroll__line {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px 0 0 3px;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}

.popup {
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  padding: 30px 10px;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
}
.popup::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
}
.popup.show {
  visibility: visible;
  overflow: auto;
}
.popup.show::before {
  opacity: 1;
}
.popup.show .popup__body {
  transform: scale(1);
}
.popup._active {
  overflow: auto;
  visibility: visible;
}
.popup._active::before {
  opacity: 1;
}
.popup._active .popup__body {
  transition: all 0.3s ease 0.2s;
  transform: scale(1);
}
.popup__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup__body {
  transform: scale(0);
  transition: all 0.3s ease 0s;
  padding: 50px;
  width: 100%;
  max-width: 800px;
}
.popup__body_callback {
  width: 529px;
  height: auto;
  padding: 95px 80px 92px 75px;
  background: #EAEAEA url("../img/icons/bgRadius.svg") 82% 41% no-repeat;
}
@media (max-width: 991.98px) {
  .popup__body_callback {
    width: 80%;
  }
}
@media (max-width: 575.98px) {
  .popup__body_callback {
    padding: 20px;
    width: 100%; 
  }
}
.popup__body_presentation {
  width: 529px;
  height: auto;
  background: #EAEAEA url("../img/icons/bgRadius.svg") 82% -216% no-repeat;
}
@media (max-width: 991.98px) {
  .popup__body_presentation {
    width: 80%;
    background-position: 50% 0;
  }
}
.popup__body_cost {
  width: 529px;
  padding: 95px 80px 92px 75px;
  background: #EAEAEA url("../img/icons/bgRadius.svg") 82% 329% no-repeat;
}
@media (max-width: 991.98px) {
  .popup__body_cost {
    width: 80%;
  }
}
@media (max-width: 575px) {
  .popup__body_cost {
    padding: 20px;  
    width: 100%; 
  }
}
.popup__close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 29px;
  right: 41px;
  cursor: pointer;
  z-index: 30;
  background: url("../img/icons/close.svg") 0 0 no-repeat;
}
@media (max-width: 991.98px) {
  .popup__close {
    top: 10px;
    right: 12px;
    background: url("../img/icons/close-black.svg") 0 0 no-repeat;
  }
}

.callback__title {
  font-weight: 600;
  font-size: 23px;
  line-height: 29px;
  margin: 0px 0px 9px 0px;
}
.callback__title span {
  color: #A6CB26;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .callback__title {
    font-size: 20px;
    line-height: 24px;
  }
}

.callback__descr {
  font-size: 22px;
  line-height: 27px;
  margin: 0px 0px 26px 0px;
}
.callback__descr span {
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .callback__descr {
    font-size: 18px;
    line-height: 22px;
  }
}

.form__line_callback {
  flex-direction: column;
}
.form__line_callback input {
  margin: 0px 0px 10px 0px;
}

.popup__form_btnblock {
  display: flex;
  flex-direction: column-reverse;
}

.popup__btn {
  max-width: 220px;
  height: 55px;
  line-height: 55px;
  justify-content: center;
}

.popup__form_btnblock-text {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #89877B;
  margin: 10px 0px 28px 0px;
}

.popup__body_presentation {
  padding: 95px 80px 92px 75px;
}
@media (max-width: 575.98px) {
  .popup__body_presentation {
    padding: 20px;
    width: 100%; 
  }
}

.presentation__title {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 15px;
  font-weight: 600;
}
@media (max-width: 575px) {
 .presentation__title {
  font-size: 22px;
}
}
.presentation__title span {
  color: #A6CB26;
  font-weight: 600;
}

.presentation__descr {
  font-size: 22px;
  line-height: 27px;
  margin: 0px 0px 26px 0px;
}
.presentation__descr span {
  font-weight: 600;
}

.form__line_presentation {
  flex-direction: column;
}
.form__line_presentation input {
  margin: 0px 0px 10px 0px;
}

.popup__cost-title {
  font-weight: 600;
  font-size: 23px;
  line-height: 29px;
  margin: 0px 0px 8px 0px;
}
.popup__cost-title span {
  color: #A6CB26;
}

.popup__cost-descr {
  font-size: 22px;
  line-height: 27px;
  margin: 0px 0px 27px 0px;
}
.popup__cost-descr span {
  font-weight: 600;
}

.form__line_cost {
  flex-direction: column;
}
.form__line_cost input {
  margin: 0px 0px 10px 0px;
}

.header {
  background-color: #EAEAEA;
  padding: 0 0 50px 0;
}
@media (max-width: 575.98px) {
  .header {
    padding: 0 0 25px 0;
  }
}

.header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px 0px 30px 0px;
}
@media (max-width: 767.98px) {
  .header__top {
    display: flex;
    justify-content: left;
  }
}
@media (max-width: 575.98px) {
  .header__top {
    margin: 0px;
    justify-content: space-between;
  }
}

.header__column {
  flex: 0 0 50%;
}
@media (max-width: 991.98px) {
  .header__column {
    flex: inherit;
  }
}

.header__logo img {
  width: 200px;
}
@media (max-width: 991.98px) {
  .header__logo {
    z-index: 5;
  }
  .header__logo img {
    width: 150px;
  }
}
/*@media (max-width: 767.98px) {
  .header__logo img {
    width: 160px;
  }
}
@media (max-width: 575.98px) {
  .header__logo {
    margin: 0;
  }
  }*/

  .header__block-logo {
    display: flex;
    align-items: center;
  }
  .header__descr {
    max-width: 288px;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    z-index: 10;
  }
  @media (max-width: 1182px) {
    .header__descr {
      font-size: 20px;
    }
  }
  @media (max-width: 991.98px) {
    .header__descr {
      display: none;
    }
  }

  .header__contacts {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    z-index: 5;
  }
  @media (max-width: 991.98px) {
    .header__contacts {
      margin: 0px 85px 0px 0px;
    }
  }
  @media (max-width: 767px) {
    .header__contacts {
      margin: 0px;
    }
  }
  @media (max-width: 575.98px) {
    .header__contacts {
      max-width: 50px;
    }
  }

  .header__phone {
    font-size: 26px;
    line-height: 32px;
    color: #000;
    position: relative;
  }
  .header__phone span {
    margin: 0px 0px 0px 6px;
    font-weight: 700;
  }
  .header__phone:hover {
    color: #A6CB26;
    transition: all 0.3s ease 0s;
  }
  @media (max-width: 991.98px) {
    .header__phone {
      font-size: 22px;
    }
  }
  @media (max-width: 767.98px) {
    .header__phone {
      font-size: 16px;
    }
  }
  @media (max-width: 575.98px) {
    .header__phone {
      display: none;
    }
  }

  .header__call {
    margin: 0px 0px 0px 22px;
  }
  @media (max-width: 767.98px) {
    .header__call {
      line-height: 30px;
      align-items: center;
      padding: 0 10px;
      margin-left: 15px;
    } 
    .header__call span {
      font-size: 16px;
    }
  }
  @media (max-width: 575.98px) {
    .header__call {
      padding: 15px;
      margin: 0px 50px 0px 0px;
      height: 46px;
    }
  }
  @media (max-width: 575.98px) {
    .header__call span {
      display: none;
    }
  }
  .header__call img {
    display: none;
  }
  @media (max-width: 575.98px) {
    .header__call img {
      display: inline-block;
    }
  }

  .header__bottom {
    display: flex;
  }
  @media (max-width: 991.98px) {
    .header__bottom {
      flex-direction: column-reverse;
    }
  }
/*@media (max-width: 767.98px) {
  .header__bottom {
    flex-direction: column;
  }
  }*/

  .header__blocktext {
    padding: 44px 0 0 60px;
    position: relative;
    z-index: 1;
  }
  @media (max-width: 991.98px) {
    .header__blocktext {
      padding: 44px 0 0 40px;
    }
  }
  @media (max-width: 767.98px) {
    .header__blocktext {
      padding: 0;
      text-align: center;
    }
  }
  @media (max-width: 575.98px) {
    .header__blocktext {
      padding: 50px 0 0 0;
    }
  }

  .headertext__title {
    display: flex;
    font-size: 40px;
    font-weight: 800;
    line-height: 56px;
    text-transform: uppercase;
    max-width: 581px;
    position: relative;
    z-index: 2;
    margin-bottom: 18px;
  }
  .headertext__title span {
    color: #A6CB26;
  }
  @media (max-width: 991.98px) {
    .headertext__title span {
      font-size: 70px;
      line-height: 85px;
    }
  }
  @media (max-width: 767.98px) {
    .headertext__title span {
      font-size: 63px;
      display: block;
    }
  }
  @media (max-width: 991.98px) {
    .headertext__title {
      font-size: 46px;
    }
  }

  @media (max-width: 575.98px) {
    .headertext__title {
      font-size: 26px;
      width: 180px;
      text-align: left;
      top: -300px;
      position: absolute;
    }
  }

  @media (max-width: 400px) {
    .headertext__title {
     top: -370px;
     width: 50%;
     line-height: 48px;
   }
 }


 .headertext__title-name {
  font-size: 70px;
  font-weight: 800;
  line-height: 56px;
  text-transform: uppercase;
  max-width: 581px;
  margin: 0px 0px 20px 0px;
  position: relative;
  z-index: 2;
  color: #A6CB26;
}
@media (max-width: 767.98px) {
  .headertext__title-name {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .headertext__title-name {
    font-size: 63px;
    margin-top: -100px;
  }
}
@media (max-width: 400px) {
  .headertext__title-name {
    font-size: 54px;
    margin-top: -250px;
    text-align:  left;
  }
}

.headertext__descr {
  font-weight: 500;
  font-size: 26px;
  line-height: 32px;
  color: #565656;
  max-width: 460px;
  margin: 0px 0px 20px 0px;
  position: relative;
  z-index: 2;
}

.headertext__descr_2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #565656;
  max-width: 460px;
  margin: 0px 0px 32px 0px;
  position: relative;
  z-index: 2;
}

@media (max-width: 767.98px) {
  .headertext__descr {
    max-width: inherit;
  }
}
@media (max-width: 575.98px) {
  .headertext__descr {
    max-width: 400px;
    text-align: center;
    font-size: 20px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .headertext__descr br {
    display: none;
  }
}

@media (max-width: 400px) {
  .headertext__descr {
   text-align: left;
   font-size: 19px;
 }
.headertext__descr_2 {
   text-align: left;
   font-size: 19px;
 }
}

.header__buttons {
  display: flex;
  justify-content: start;
}


@media (max-width: 767.98px) {
  .header__buttons {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .header__buttons {
    flex-wrap: wrap;  
  }
}
@media (max-width: 1182px) {
  .headertext__btn {
    font-size: 17px;
  }
}
@media (max-width: 767.98px) {
  .headertext__btn {
    display: block;
    text-align: center;
    padding: 0 40px;
  }
}
@media (max-width: 575.98px) {
  .headertext__btn {
    padding: 0 30px;
    width: 100%;  
    margin-bottom: 10px;  
  }
}



.header__buttons .button_down {
  display: none;  
  margin-left: 15px;  
}
.header__buttons .button_down:hover {
  transform: scale(0.95);
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .header__buttons .button_down {
    display: block;  
  }
}


.header__btn-play {
  background-color: #F7923A;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  position: relative;
  top: -53%;
  right: 0;
  margin: 0px 0px 0px 70px;
  position: relative;
  cursor: pointer;  
}
.header__btn-play:hover {
  background-color: #f37f1a;
  transition: all 0.5s ease 0s;
}
@media (max-width: 991.98px) {
  .header__btn-play {
    position: absolute;
    top: -139.3%;
    right: 46%;
  }
}
@media (max-width: 767.98px) {
  .header__btn-play {
    top: -130.5%;
    right: 50%;
    margin: 0;
    margin-right: -30px;
  }
}

@media (max-width: 575.98px) {
  .header__btn-play {
    top: -140.5%;
  }
}

@media (max-width: 400px) {
  .header__btn-play {
    top: -287.5%;
    left: 45%;
  }
}

@media (max-width: 385px) and (min-width: 332px) {
  .header__btn-play {
    top: -237.5%;
    left: 41%;
  }
}

.header__play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-35%, -50%);
  margin: 0;
}

.header__play-wave {
  position: absolute;
  width: 80px;
  height: 80px;
  background-color: #F5D6BB;
  border-radius: 50%;
  z-index: -1;
  top: 50%;
  left: 50%; 
  transform:  translate(-50%, -50%);
}
.header__play-wave:hover {
  background: #F5D6BB;
}
/*@media (max-width: 575.98px) {
  .header__play-wave {
    width: 52px;
    height: 52px;
    top: -6px;
    left: -14%;
    background-color: #F7923A;
  }
  }*/
  .header__play-wave::before {
    content: "";
    position: absolute;
    width: 96px;
    height: 96px;
    background-color: #F5D6BB;
    border-radius: 50%;
    z-index: -1;
    top: 50%;
    left: 50%; 
    transform:  translate(-50%, -50%);
    opacity: 0.5;
  }
/*@media (max-width: 575.98px) {
  .header__play-wave::before {
    width: 62px;
    height: 62px;
    top: -5px;
    left: -9%;
  }
  }*/
  .header__play-wave::after {
    content: "";
    position: absolute;
    width: 116px;
    height: 116px;
    background-color: #F5D6BB;
    border-radius: 50%;
    z-index: -1;
    top: 50%;
    left: 50%; 
    transform:  translate(-50%, -50%);
    opacity: 0.3;
  }
  .header__play-wave::after:hover {
    background: #F3DAC4;
    opacity: 0.3;
  }
/*@media (max-width: 575.98px) {
  .header__play-wave::after {
    width: 72px;
    height: 72px;
    top: -10px;
    left: -19%;
  }
  }*/

  .header-imageblock {
    position: relative;
    height: 521px;
  }
/*@media (max-width: 767.98px) {
  .header-imageblock {
    height: 233px;
  }
}
@media (max-width: 767.98px) {
  .header-imageblock {
    height: 30px;
  }
  }*/

  .imageblock-header__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }
  @media (max-width: 991.98px) {
    .imageblock-header__bg {
      z-index: 0;
    }
  }
  @media (max-width: 575.98px) {
    .imageblock-header__bg {
      width: 60%;
      height: 60%;
      top: 100px;
      right: 0;
      left: auto;
    }
  }

  @media (max-width: 400px) {
    .imageblock-header__bg {
      width: 55%;
      height: 40%;
    }
  }

  @media (max-width: 575.98px) {
    .minibtn__body {
      display: none;
    }
  }

  .minibtn__block {
    display: flex;
  }
  .minibtn__block-2 {
    position: absolute;
    top: 34%;
    left: 48%;
  }
  @media (max-width: 991.98px) {
    .minibtn__block-2 {
      top: 21%;
      left: 53%;
    }
  }
  .minibtn__block-3 {
    position: absolute;
    top: 32%;
    left: 63%;
  }
  @media (max-width: 991.98px) {
    .minibtn__block-3 {
      top: 20%;
      left: 62%;
    }
  }
  @media (max-width: 767px) {
    .minibtn__block-3 {
      left: 66%;
    }
  }
  .minibtn__block-4 {
    position: absolute;
    top: 50%;
    left: 59%;
  }
  @media (max-width: 991.98px) {
    .minibtn__block-4 {
      top: 38%;
    }
  }
  .minibtn__block-5 {
    position: absolute;
    top: 65%;
    left: 53%;
  }
  @media (max-width: 991.98px) {
    .minibtn__block-5 {
      top: 55%;
      left: 53%;
    }
  }
  .minibtn__block-6 {
    position: absolute;
    top: 79%;
    left: 31%;
  }
  @media (max-width: 991.98px) {
    .minibtn__block-6 {
      top: 67%;
      left: 37%;
    }
  }
  @media (max-width: 767px) {
    .minibtn__block-6 {
      left: 33%;
    }
  }
  .minibtn__block-7 {
    position: absolute;
    top: 73%;
    left: 20%;
  }
  @media (max-width: 991.98px) {
    .minibtn__block-7 {
      top: 62%;
      left: 28%;
    }
  }

  @media (max-width: 767px) {
    .minibtn__block-7 {
      left: 20%;
    }
  }

  .imageblock-header__minibtn {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    background-color: #F7923A;
    position: absolute;
    top: 50px;
    left: 22%;
    z-index: 2;
    cursor: pointer;
  }
  .imageblock-header__minibtn span:nth-child(1)::before {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    background-color: #ee7a16;
    border-radius: 50%;
    z-index: -1;
    top: -4px;
    left: -17%;
    opacity: 0.3;
  }
  .imageblock-header__minibtn span:nth-child(2)::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #ee7a16;
    border-radius: 50%;
    z-index: -1;
    top: -8px;
    left: -30%;
    opacity: 0.2;
  }
  .imageblock-header__minibtn span:nth-child(3)::before {
    content: "";
    position: absolute;
    width: 48px;
    height: 48px;
    background-color: #c6a182;
    border-radius: 50%;
    z-index: -1;
    top: -12px;
    left: -51%;
    opacity: 0.2;
  }
  .imageblock-header__minibtn::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background: url("../img/header/plus.svg") no-repeat;
    background-size: cover;
  }
  @media (max-width: 1182px) {
    .imageblock-header__minibtn {
      left: 17%;
      top: 55px;
    }
  }
  @media (max-width: 991.98px) {
    .imageblock-header__minibtn {
      left: 29%;
      top: 114px;
    }
  }

  @media (max-width: 767.98px) {
    .imageblock-header__minibtn {
      left: 20%;
    }
  }

  .minibtn__descr {
    position: absolute;
    top: 38px;
    font-size: 14px;
    left: 30%;
    background: #F9F9F9;
    height: auto;
    max-width: 400px;
    padding: 10px;
    opacity: 0.8;
    z-index: 2;
    display: none;
  }
  @media (max-width: 991.98px) {
    .minibtn__descr {
      font-size: 14px;
      line-height: 17px;
      color: #565656;
    }
  }
  @media (max-width: 991.98px) {
    .minibtn__descr {
      top: 13%;
      left: 34%;
    }
  }
  .minibtn__descr-2 {
    position: absolute;
    font-size: 14px;
    right: 83%;
    top: 37px;
    background: #F9F9F9;
    height: auto;
    width: 200px;
    padding: 10px;
    opacity: 0.8;
    z-index: 2;
    display: none;
    line-height: 20px;
  }
  @media (max-width: 991.98px) {
    .minibtn__descr-2 {
      right: 77%;
      top: 102px;
    }
  }
  .minibtn__descr-3 {
    position: absolute;
    font-size: 14px;
    left: 16%;
    top: -28px;
    background: #F9F9F9;
    height: auto;
    width: 200px;
    padding: 10px;
    opacity: 0.8;
    z-index: 2;
    display: none;
    line-height: 20px;
  }
  @media (max-width: 1300px) {
    .minibtn__descr-3 {
      max-width: 254px;
    }
  }
  @media (max-width: 991.98px) {
    .minibtn__descr-3 {
      left: 33%;
      top: 24px;
    }
  }
  .minibtn__descr-4 {
   position: absolute;
   font-size: 14px;
   left: 32%;
   top: 70px;
   background: #F9F9F9;
   height: auto;
   opacity: 0.8;
   z-index: 2;
   width: 200px;
   padding: 10px;
   display: none;
   line-height: 20px;
 }
 @media (max-width: 1300px) {
  .minibtn__descr-4 {
    max-width: 230px;
    height: 80px;
  }
}
@media (max-width: 991.98px) {
  .minibtn__descr-4 {
    left: 42%;
    top: 45px;
  }
}
.minibtn__descr-5 {
 position: absolute;
 font-size: 14px;
 left: 13%;
 top: 84px;
 background: #F9F9F9;
 height: auto;
 opacity: 0.8;
 z-index: 2;
 width: 200px;
 padding: 10px;
 display: none;
 line-height: 20px;
}
@media (max-width: 991.98px) {
  .minibtn__descr-5 {
    left: 44%;
    top: 83px;
    height: 84px;
    max-width: 268px;
  }
}
.minibtn__descr-6 {
 position: absolute;
 font-size: 14px;
 left: 18%;
 top: 86px;
 background: #F9F9F9;
 height: auto;
 opacity: 0.8;
 z-index: 2;
 width: 200px;
 padding: 10px;
 display: none;
 line-height: 20px;
}
@media (max-width: 991.98px) {
  .minibtn__descr-6 {
    left: 40%;
    top: 129px;
  }
}
.minibtn__descr-7 {
 position: absolute;
 font-size: 14px;
 right: 87%;
 top: 60px;
 background: #F9F9F9;
 height: auto;
 width: 200px;
 padding: 10px;
 opacity: 0.8;
 z-index: 2;
 line-height: 20px;


 display: none;
}
@media (max-width: 991.98px) {
  .minibtn__descr-7 {
    position: relative;
    right: 62%;
    top: 8px;
  }
}

.hide {
  opacity: 0;
  transition: all 0.8s ease 0s;
}

.show {
  opacity: 1;
  transition: all 0.8s ease 0s;
}

.menu-header {
  display: none;
  color: #fff;
}
@media (max-width: 991.98px) {
  .menu-header {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .menu-header__menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -110%;
    background-color: #EAEAEA;
    z-index: 3;
    padding: 172px 0 0 0;
    text-align: center;
    overflow: auto;
    transition: all 0.8s ease 0s;
  }
  .menu-header__menu._active {
    left: 0;
  }
}

.menu-header__list li {
  margin: 0 0 36px 0;
}

.menu-header__icon {
  display: none;
}
@media (max-width: 991.98px) {
  .menu-header__icon {
    display: block;
    position: absolute;
    top: 25px;
    right: 52px;
    width: 30px;
    height: 18px;
    cursor: pointer;
    z-index: 5;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .menu-header__icon {
    right: 30px;
    top: 23px;
  }
}
@media (max-width: 991.98px) {
  .menu-header__icon span {
    transition: all 0.3s ease 0s;
    top: calc(50% + 3px);
    left: 0px;
    position: absolute;
    width: 45px;
    height: 6.5px;
    background-color: #A6CB26;
    border-radius: 5px;
  }
  .menu-header__icon span:first-child {
    top: 0px;
  }
  .menu-header__icon span:last-child {
    top: auto;
    bottom: -14px;
    width: 30px;
    margin-left: 15px;
  }
}
@media (max-width: 991.98px) {
  .menu-header__icon._active span {
    transform: scale(0);
  }
  .menu-header__icon._active span:first-child {
    transform: rotate(-45deg);
    /*top: calc(50% - 1px);*/
    width: 40px;
    left: 0;
    top: 15px;
    bottom: auto;
  }
  .menu-header__icon._active span:last-child {
    transform: rotate(45deg);
    /*bottom: calc(50% - 1px);*/
    width: 40px;
    top: 15px;
    left: -15px;
    bottom: auto;f
  }
}

.menu-header__menu {
  padding: 130px 0 0 0;
}

.menu-header__list li {
  margin: 0px 0px 20px 0px;
}

.menu-header__link {
  color: #000;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  margin: 0px 0px 20px 0px;
}

.industry {
  padding: 114px 0 45px 0;
  /*opacity: 0; */
}

@media (max-width: 991px) {
  .industry {
    padding: 60px 0;
  }
}

@media (max-width: 767.98px) {
  .industry {
    padding: 46px 0 45px 0;
  }
}

.industry__body {
  display: flex;
}
@media (max-width: 991.98px) {
  .industry__body {
    display: block;
  }
}

.industry__column {
  flex: 0 0 65%;
}
@media (max-width: 991.98px) {
  .industry__column {
    flex: 0 0 50%;
  }
}

.industry__title {
  font-weight: 600;
  font-size: 29px;
  line-height: 45px;
  text-transform: uppercase;
  margin: 0px 0px 35px 0px;
}
.industry__title span {
  color: #A6CB26;
  margin: 0px 10px 0px 0px;
}
@media (max-width: 767.98px) {
  .industry__title span {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 991.98px) {
  .industry__title {
    font-size: 22px;
    line-height: 35px;
    max-width: 625px;
    padding-left: 25px;
  }
}
@media (max-width: 767.98px) {
  .industry__title {
    font-size: 20px;
    line-height: 34px;
    text-transform: uppercase;
    max-width: 590px;
    margin: 0 auto;
    margin-bottom: 35px;
    padding-left: 3px;
  }
}

.industryblock {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .industryblock {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 50%;
    justify-content: center;
  }
}

.industryblock__item {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  width: 360px;
  height: 360px;
  border-radius: 5px;
  padding: 0 41px 25px 29px;
  margin: 0px 20px 30px 0px;
}
@media (max-width: 1182px) {
  .industryblock__item {
    width: 290px;
  }
}
@media (max-width: 991.98px) {
  .industryblock__item {
    width: 330px;
    height: 330px;
  }
}
@media (max-width: 767.98px) {
  .industryblock__item {
    margin: 0px 0px 20px 0px;
    padding: 20px;
    width: auto;
    height: 220px;
  }
}

.item-industry__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.2;
}

.item-industry__descr {
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 1182px) {
  .item-industry__descr {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767.98px) {
  .item-industry__descr {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 575.98px) {
  .item-industry__descr {
    line-height: 24px;
  }
  .item-industry__descr br {
    display: none;
  }
}
.item-industry__descr span {
  font-weight: 700;
}

.industry__garantblock {
  padding: 124px 0 0 0;
  margin: 0px 0px 0px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 991.98px) {
  .industry__garantblock {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .industry__garantblock {
    padding: 36px 0 0 0;
  }
}

.garantblock__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  max-width: 261px;
  margin: 0px 0px 27px 0px;
}
@media (max-width: 767.98px) {
  .garantblock__title {
    max-width: 100%;
  }
}

.garantblock__item {
  display: flex;
  align-items: center;
  margin: 0px 0px 30px 0px;
}

.itemgarantblock__descr {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  max-width: 230px;
  margin: 0px 0px 0px 25px;
}

#toTop {
  width: 60px;
  height: 60px;
  background: #A6CB26;
  border-radius: 5px;
  position: fixed;
  bottom: 2%;
  right: 2%;
  cursor: pointer;
  display: none;
  z-index: 10;
}
#toTop span {
  position: absolute;
  top: 37%;
  left: 28%;
}

.techno {
  padding-top: 45px;
  padding-bottom: 50px;
  overflow: visible;
  position: relative;
  opacity: 0; 
}
.techno:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 55.3048780488%;
  background: url("../img/techno/techno_bg.png") right no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 991.98px) {
  /*  .techno ._container {
      padding: 0 25px;
      }*/
      .techno:before {
        height: 54%;
        width: 100%;
      }
    }

    @media (max-width: 767.98px) {
      .techno {
        padding-bottom: 0;
      }
      .techno::before {
        height: 45%;
      }
    }
    @media (max-width: 575.98px) {
      .techno {
        margin-bottom: 30px;
      }
      .techno::before {
        height: 100%;
      }
    }

    .techno__body {
      display: flex;
    }
    @media (max-width: 991.98px) {
      .techno__body {
        flex-direction: column-reverse;
      }
    }
    @media (max-width: 575.98px) {
      .techno__body {
        display: flex;
        flex-direction: column;
      }
    }

    .techno__column {
      flex: 0 0 50%;
      display: flex;
      align-items: center;
    }
    @media (max-width: 575.98px) {
      .techno__column-icon {
        order: 2;
      }
    }
    @media (max-width: 575.98px) {
      .techno__column-text {
        order: 1;
      }
    }

    @media (max-width: 991px) {
      .itemtechno__block {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
      }
    }

    @media (max-width: 767px) {
      .itemtechno__block {
        display: block;

      }
    }


    .techno__title {
      font-weight: 600;
      font-size: 30px;
      line-height: 45px;
      text-transform: uppercase;
      margin: 0px 0px 30px 0px;
      max-width: 800px;
    }
    .techno__title span {
      color: #A6CB26;
    }
    @media (max-width: 991.98px) {
      .techno__title {
        font-size: 22px;
        line-height: 32px;
      }
    }
    @media (max-width: 575.98px) {
      .techno__title {
        font-size: 20px;
      }
    }

    .techno_blockdescr {
      max-width: 542px;
    }


    .blockdescr__text {
      font-size: 24px;
      line-height: 36px;
    }
    @media (max-width: 991.98px) {
      .blockdescr__text {
        font-size: 20px;
        line-height: 36px;
        margin: 0px 0px 98px 0px;
      }
    }
    @media (max-width: 575.98px) {
      .blockdescr__text {
        font-size: 16px;
        line-height: 32px;
      }
    }
    .blockdescr__text span {
      font-weight: 600;
    }

    .technoblock__item {
      display: flex;
      align-items: center;
      margin: 0px 0px 30px 0px;
    }
    @media (max-width: 991px) {
      .technoblock__item {
        width: 45%;
      }
    }


    .itemtechno__descr {
      margin: 0px 0px 0px 25px;
      font-weight: 300;
      font-size: 20px;
      line-height: 24px;
    }

    .case {
      padding: 55px 0 66px 0;
      margin: 0px 0px 66px 0px;
      opacity: 0; 
    }
    @media (max-width: 991.98px) {
      .case {
        padding: 6px 0 33px 0;
        margin: 0;
      }
    }

    .case__label {
      display: flex;
      margin: 0px 0px 15px 0px;
    }
    @media (max-width: 1182px) {
      .case__label {
        justify-content: space-between;
      }
    }

    .case__title {
      font-weight: 600;
      font-size: 30px;
      line-height: 37px;
      text-transform: uppercase;
      margin: 0px 0px 22px 0px;
    }

    .case__body {
      display: flex;
    }
    @media (max-width: 991.98px) {
      .case__body {
        flex-direction: column;
      }
    }

    .case__column-bg {
      background-color: #f9f9f9;
    }

    .case__imageblock {
      position: relative;
      width: 395px;
      height: 100%;
      border-radius: 5px;
      opacity: 0.2;
    }
    @media (max-width: 1182px) {
      .case__imageblock {
        width: 315px;
        height: 100%;
      }
    }
    @media (max-width: 991.98px) {
      .case__imageblock {
        height: 220px;
        width: auto;
      }
    }

    .imageblockcase__bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
    @media (max-width: 991.98px) {
      .imageblockcase__bg_1 {
        background: url("../img/case/mob1.png") center no-repeat;
        background-size: cover;
        z-index: 2;
      }
      .imageblockcase__bg_1 img {
        display: none;
      }
    }

    .case__content {
      margin: 0px 0px 0px 30px;
      padding: 48px 30px 0 0;
    }
    @media (max-width: 575.98px) {
      .case__content {
        padding: 15px;
        margin-left: 0;
      }
    }

    @media (max-width: 575.98px) {
      .case__item2 {
        max-height: 620px;
        overflow: hidden;
      }
    }
    @media (max-width: 991.98px) {
      .case__item2 {
        max-height: 530px;
        overflow: hidden;
      }
    }

    .contentcase__title {
      font-weight: 500;
      font-size: 24px;
      line-height: 29px;
      margin: 0px 0px 15px 0px;
    }
    @media (max-width: 1182px) {
      .contentcase__title {
        font-size: 22px;
      }
    }
    @media (max-width: 991.98px) {
      .contentcase__title {
        position: absolute;
        top: 30px;
        font-size: 20px;
        font-weight: 600;
      }
    }
    @media (max-width: 575.98px) {
      .contentcase__title {
        position: absolute;
        top: 30px;
        font-size: 20px;
        font-weight: 600;
        margin: 0px   ;
      }
    }

    .contentcase__task {
      font-weight: 600;
      font-size: 20px;
      line-height: 24px;
      margin: 0px 0px 10px 0px;
    }
    @media (max-width: 575.98px) {
      .contentcase__task {
        margin: 0px 0px 7px 0px;
      }
    }

    .contentcase__descr {
      font-size: 20px;
      line-height: 24px;
      margin: 0px 0px 34px 0px;
    }
    @media (max-width: 1182px) {
      .contentcase__descr {
        font-size: 17px;
      }
    }
    @media (max-width: 575.98px) {
      .contentcase__descr {
        font-size: 14px;
        line-height: 20px;
        margin: 0px 0px 21px 0px;
      }
    }

    .contentcase__ask {
      font-weight: 600;
      font-size: 18px;
      line-height: 24px;
      margin: 0px 0px 18px 0px;
    }

    .contentcase__list {
      margin: 0px 0px 34px 0px;
    }
    .contentcase__list li {
      font-size: 20px;
      line-height: 30px;
      position: relative;
      padding: 0 0 0 22px;
      margin: 0px 0px 14px 0px;
    }
    @media (max-width: 575.98px) {
      .contentcase__list li {
        font-size: 16px;
        line-height: 25px;
        margin: 0px 0px 11px 0px;
      }
    }
    .contentcase__list li:last-child {
      margin: 0;
    }
    .contentcase__list li::before {
      content: "";
      position: absolute;
      width: 6px;
      height: 6px;
      top: 10px;
      left: 0px;
      background-color: #A6CB26;
      border-radius: 1px;
    }
    @media (max-width: 1182px) {
      .contentcase__list li {
        font-size: 19px;
      }
    }
    @media (max-width: 991.98px) {
      .contentcase__list li {
        font-size: 18px;
      }
    }
    @media (max-width: 1182px) {
      .contentcase__list {
        max-width: 530px;
      }
    }
    @media (max-width: 991.98px) {
      .contentcase__list {
        max-width: 600px;
      }
    }

    .case__solution {
      font-weight: 600;
      font-size: 20px;
      line-height: 24px;
      margin: 0px 0px 18px 0px;
    }

    .case__list2 {
      margin: 0px 0px 36px 0px;
    }
    .case__list2 li {
      font-size: 22px;
      line-height: 32px;
      margin: 0px 0px 13px 0px;
      position: relative;
      padding: 2px 0 0 40px;
    }
    @media (max-width: 575.98px) {
      .case__list2 li {
        font-size: 16px;
        line-height: 24px;
      }
    }
    .case__list2 li span {
      font-weight: 600;
    }
    .case__list2 li::before {
      content: "";
      position: absolute;
      width: 20px;
      height: 20px;
      top: 8px;
      left: 0;
      background: url("../img/case/icon/list-arrow.svg") no-repeat;
    }
    @media (max-width: 1182px) {
      .case__list2 li {
        font-size: 18px;
      }
    }
    @media (max-width: 991.98px) {
      .case__list2 li {
        font-size: 18px;
      }
    }
    @media (max-width: 1182px) {
      .case__list2 {
        max-width: 530px;
      }
    }
    @media (max-width: 991.98px) {
      .case__list2 {
        max-width: 600px;
      }
    }

    .case-btn {
      display: none;
    }
    @media (max-width: 991.98px) {
      .case-btn {
        padding: 20px;
        display: block;
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
        text-decoration-line: underline;
        color: #A6CB26;
        margin: 15px 0px 0px 0px;
      }
    }

    .case__product {
      font-weight: 600;
      font-size: 20px;
      line-height: 24px;
      margin: 0px 0px 24px 0px;
    }

    .case__cat {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 0px -1% 34px -1%;
    }

    .case__prod {
      width: 18%;
      text-align: center;
      margin: 1%;
    }
    .case__prod .case__prod_bg img {
      width: 100%;
    }

    @media (max-width: 1182px) {
      .case__prod {

      }
    }

    @media (max-width: 767px) {
      .case__cat {
        justify-content: left;
        margin-right: -2%;
        margin-left: -2%;
      }
      .case__prod {
        width: 29%;
        margin: 2%;
        min-width: auto;
      }
    }


    @media (max-width: 575px) {
      .case__prod {
        width: 46%;
      }
      .case__prod .case__prod_bg img {
        width: 70%;
      }
    }


    .case__prod_bg {
      background-color: #E8E7E5;
      margin: 0px 0px 6px 0px;
    }

    .case__prod_descr {
      font-weight: 300;
      font-size: 14px;
      line-height: 17px;
      text-align: center;
    }

    .case__result {
      font-weight: 600;
      font-size: 20px;
      line-height: 24px;
      margin: 0px 0px 18px 0px;
    }

    .case__list3 ul li {
      font-size: 21px;
      line-height: 30px;
      margin: 0px 0px 13px 0px;
      padding: 0 0 0 40px;
      position: relative;
    }
    .case__list3 ul li::before {
      content: "";
      position: absolute;
      width: 20px;
      height: 20px;
      top: 5px;
      left: 0;
      background: url("../img/case/icon/check.svg") no-repeat;
    }
    @media (max-width: 575.98px) {
      .case__list3 ul li {
        font-size: 16px;
        line-height: 24px;
      }
    }
    @media (max-width: 991.98px) {
      .case__list3 ul li {
        font-size: 17px;
      }
    }
    @media (max-width: 1182px) {
      .case__list3 ul li {
        font-size: 19px;
      }
    }
    @media (max-width: 1182px) {
      .case__list3 ul {
        max-width: 530px;
      }
    }
    @media (max-width: 991.98px) {
      .case__list3 ul {
        max-width: 600px;
      }
    }

    .about__case {
      margin: 0px 0px 0px 275px;
      display: flex;
      align-items: center;
    }
    @media (max-width: 991.98px) {
      .about__case {
        margin: 0;
      }
    }

    .case__item_prev {
      background: #A6CB26;
      width: 32px;
      height: 32px;
      border-radius: 2px;
      cursor: pointer;
      position: relative;
      z-index: 2;
    }
    .case__item_prev span {
      width: 17px;
      left: 11px;
      top: 7px;
      position: absolute;
    }

    .case__item_next {
      background: #A6CB26;
      width: 32px;
      height: 32px;
      border-radius: 2px;
      cursor: pointer;
      margin: 0px 0px 0px 12px;
      position: relative;
      z-index: 2;
    }
    .case__item_next span {
      width: 17px;
      left: 11px;
      top: 7px;
      position: absolute;
    }

    .slider-quality__pagging {
      color: #A6CB26;
      margin: 0px 0px 0px 12px;
    }
    .slider-quality__pagging_active {
      font-weight: 600;
      font-size: 30px;
      line-height: 37px;
    }

    .swiper-pagination-current {
      font-weight: 600;
      font-size: 30px;
      line-height: 37px;
    }

    .swiper-button-disabled {
      background: #E1EDB8;
      position: relative;
      z-index: 0;
    }

    .caseShow {
      max-height: 100%;
      transition: all 1s ease 0s;
    }

    .caseHide {
      max-height: 620px;
      transition: all 1s ease 0s;
    }

    .ecosystems {
      padding: 0;
      overflow: visible;
      position: relative;
    }
    .ecosystems:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 55.3048780488%;
      background: url("../img/ecosystems/prog-bg.png") right no-repeat;
      background-size: cover;
      z-index: -1;
    }
    .ecosystems ._container {
      position: relative;
    }
    @media (max-width: 991.98px) {
      .ecosystems {
        padding: 0;
        overflow: visible;
        position: relative;
        margin-top: 130px;
      }
      .ecosystems:before {

      }
    }
    @media (max-width: 767.98px) {
      .ecosystems{

      }
      .ecosystems:before {
        display: none;

      }
    }

    @media (max-width: 575px) {
      .ecosystems {
        margin-top: 50px;
      }
      .ecosystems ._container{
        padding: 0;
      }
    }

    .ecosystems__body {
      display: flex;
      position: relative;
      align-items: center;
    }
    @media (max-width: 575px) {
      .ecosystems__body {
        flex-direction: column;
        margin-top: 80px;
      }
    }

    @media (max-width: 1182px) {
      .ecosystems__column {
        flex: 0 0 50%;
      }
    }

    @media (max-width: 450px) {
      .ecosystems__column {
        margin-top: 100px;
      }
    }


    .ecosystems__title {
      padding: 54px 0 0 0;
      font-weight: 600;
      font-size: 30px;
      line-height: 45px;
      text-transform: uppercase;
      max-width: 725px;
      margin: 0px 0px 10px 0px;
    }
    .ecosystems__title span {
      color: #A6CB26;
    }
    @media (max-width: 1182px) {
      .ecosystems__title {
        padding: 0;
        font-size: 24px;
      }
    }
    @media (max-width: 991.98px) {
      .ecosystems__title {
        font-size: 22px;
        position: absolute;
        top: -95px;
        left: 20px;
        line-height: 32px;
      }
    }
    @media (max-width: 767.98px) {
      .ecosystems__title {
        max-width: 100%;
      }
    }
    @media (max-width: 575.98px) {
      .ecosystems__title { 
        font-size: 20px;
        line-height: 30px;
      }
    }

    .ecosystems__imageblock {
      position: relative;
      width: 442px;
      height: 442px;
    }
    @media (max-width: 1182px) {
      .ecosystems__imageblock {
        width: 350px;
        height: 350px;
      }
    }
    @media (max-width: 991.98px) {
      .ecosystems__imageblock {
        width: 211px;
        height: 211px;
      }
    }
    @media (max-width: 767.98px) {
      .ecosystems__imageblock {
        width: 264px;
        height: 264px;
        top: 0;
        left: 34%;
      }
    }

    .imageblockecosystems__bg {
      position: absolute;
      width: 80%;
      height: 80%;
      top: 0;
      right: 100px;
    }
    @media (max-width: 991px) {
      .imageblockecosystems__bg {
        width: 100%;
        height: 100%;
      }
    }
    @media (min-width: 767.98px) {
      .imageblockecosystems__bg {
        right: 0;
        top: 20px;
      }
    }

    .ecodescr__text {
      top: 50%;
      left: 42%;
      font-size: 24px;
      line-height: 36px;
      max-width: 100%;
      padding-top: 30px;
      padding-left: 185px;
    }
    .ecodescr__text span {
      font-weight: 600;
    }
    @media (max-width: 1182px) {
      .ecodescr__text {
        font-size: 18px;
        padding-left: 0;
      }
    }
    
    @media (max-width: 767.98px) {
      .ecodescr__text {
        font-size: 18px;
        line-height: 25px;
        background: url("../img/ecosystems/prog-bg.png") right no-repeat;
        padding: 45px 20px;
        margin: 0;
      }
    }

    .complex {
      position: relative;
      padding: 0px 0 75px 0;
    }
    @media (max-width: 767.98px) {
      .complex {
        padding: 30px 0;
      }
    }

    .complex__title {
      font-weight: 600;
      font-size: 24px;
      line-height: 29px;
      text-transform: uppercase;
      margin: 0px 0px 32px 0px;
      position: relative;
    }
    @media (max-width: 991.98px) {
      .complex__title {
        text-align: center;
      }
    }
    @media (max-width: 767.98px) {
      .complex__title {
        text-align: center;
      }
    }
    @media (max-width: 575.98px) {
      .complex__title {
        font-weight: 600;
        font-size: 20px;
        line-height: 34px;
        text-transform: uppercase;
        margin: 0;
        text-align: left;
        margin-bottom: 30px;
      }
    }

    .complex__wave {
      position: relative;
      height: 120px;
    }
    @media (max-width: 767.98px) {
      .complex__wave {
        height: 0;
      }
    }

    .wavecomplex__bg {
      position: absolute;
      width: 100%;
      height: 265%;
      top: -13px;
      left: 2%;
    }
    @media (max-width: 991.98px) {
      .wavecomplex__bg {
        display: none;
      }
    }

    .complex__item-body {
      display: flex;
      margin: 0 -50px;
    }
    @media (max-width: 1182px) {
      .complex__item-body {
        margin: 0;
      }
    }
    @media (max-width: 991.98px) {
      .complex__item-body {
        display: block;
      }
    }
    @media (max-width: 767.98px) {
      .complex__item-body {
        flex-direction: column;
      }
    }
    @media (max-width: 575.98px) {
      .complex__item-body {
        display: block;
      }
    }

    .complex__column {
      flex: 0 0 33.333%;
      padding: 0 50px;
    }
    @media (max-width: 1182px) {
      .complex__column {
       padding: 0;
     }
   }
   @media (max-width: 991.98px) {
    .complex__column {
      flex: 1 1 100%;
    }
  }
  @media (max-width: 767.98px) {
    .complex__column {
      margin: 0px 0px 30px 0px;
    }
  }
  @media (max-width: 575.98px) {
    .complex__column {
      margin: 0px 0px 34px 0px;
    }
  }

  .itemcomplex {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  @media (max-width: 991.98px) {
    .itemcomplex {
      max-width: 45%;
    }
    .complex__column:nth-child(2) .itemcomplex  {
      margin-left: auto;
      margin-top: -170px;
      margin-bottom: -170px;
    }
  }
/*@media (max-width: 767.98px) {
  .itemcomplex {
    align-items: center;
  }
  }*/
  @media (max-width: 575.98px) {
   .complex__column:nth-child(2) .itemcomplex  {
    margin: 30px 0;
  }
  .itemcomplex {
    max-width: 100%;
    margin: 0;
  }
}


.itemcomplex__title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 24px;
  max-height: 78px;
  margin: 0px 0px 55px 0px;
  text-align: center;
  flex: 1 1 auto;
  position: relative;
}
@media (max-width: 991px) {
  .itemcomplex__title {
    text-align: left;
    padding-left: 50px;
    justify-content: left;
    margin-bottom: 35px;
  }
}
@media (max-width: 575.98px) {
  .itemcomplex__title {
    margin-bottom: 10px;
  }
  .itemcomplex__title br {
    display: none;
  }
}
/*@media (max-width: 767.98px) {
  .itemcomplex__title {
    font-size: 32px;
    line-height: 34px;
    width: 100%;
  }
}
*/

/*.itemcomplex__title-wrap {
  text-align: left;
}
@media (max-width: 575.98px) {
  .itemcomplex__title-wrap {
    font-size: 18px;
    line-height: 22px;
    max-height: 20px;
    margin: 0px 0px 15px 27px;
    max-height: 72px;
    text-align: left;
  }
}
*/
.itemcomplex__circle::before {
  content: "";
  position: absolute;
  bottom: 50%;
  margin-bottom: -46px;
  left: 82px;
  width: 24px;
  height: 24px;
  background-color: #A6CB26;
  border-radius: 50%;
  box-shadow: 0px 0px 9px 6px #e1edb8;
}
@media (max-width: 1182px) {
  .itemcomplex__circle::before {
    margin-bottom: -50px;
  }
}


@media (max-width: 991px) {
  .itemcomplex__circle::before {
    margin-bottom: -12px;
    left: 0;
  }
}


.itemcomplex__circle-2::before {
  content: "";
  position: absolute;
  top: 82px;
  left: 15%;
  width: 24px;
  height: 24px;
  background-color: #A6CB26;
  border-radius: 50%;
  box-shadow: 0px 0px 9px 6px #e1edb8;
}
@media (max-width: 991.98px) {
  .itemcomplex__circle-2::before {
    top: 50%;
    margin-top: -12px;
    left: 0;
  }
}

.itemcomplex__circle-3 {
  text-align: left;
}
.itemcomplex__circle-3::before {
  content: "";
  position: absolute;
  top: 75px;
  left: 30%;
  width: 24px;
  height: 24px;
  background-color: #A6CB26;
  border-radius: 50%;
  box-shadow: 0px 0px 9px 6px #e1edb8;
}
@media (max-width: 991.98px) {
  .itemcomplex__circle-3::before {
    top: 50%;
    margin-top: -12px;
    left: 0;
  }
}
/*@media (max-width: 767.98px) {
  .itemcomplex__circle-3::before {
    top: 0;
    left: -40px;
  }
}
@media (max-width: 575.98px) {
  .itemcomplex__circle-3::before {
    top: 0;
    left: -30px;
  }
  }*/

  .itemcomplex__imageblock {
    position: relative;
    width: 300px;
    height: 300px;
  }
  @media (max-width: 767.98px) {
    .itemcomplex__imageblock {
      width: 100%;
    }
  }
  @media (max-width: 575.98px) {
    .itemcomplex__imageblock {
      margin: 13px 0px 0px 0px;
    }
  }

  .itemcomplex__img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .itemcomplex__img img {
    border-radius: 10px;
  }


  .itemcomplex__descr {
    font-weight: 300;
    font-size: 19px;
    line-height: 30px;
    margin: 16px 0px 0px 0px;
    overflow: hidden;
  }

  @media (max-width: 575.98px) {
    .itemcomplex__descr {
      font-size: 18px;
      line-height: 24px;
    }
    .itemcomplex__descr br {
      display: none;
    }
  }
  .itemcomplex__descr_first {
    margin: 16px 0px 34px 0px;
  }

  .complex-btn {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-decoration-line: underline;
    color: #89877B;
    position: relative;
    cursor: pointer;
    margin-top: 20px;
  }
  @media (max-width: 991.98px) {
    .complex-btn {
      margin-right: auto;
      color: #A6CB26;
    }
  }

  .contentShow {
    max-height: 100%;
    transition: all 1s ease 0s;
  }

  .contentHide {
    max-height: 120px;
    transition: all 1s ease 0s;
  }

  .products {
    padding: 0 0 104px 0;
  }
  @media (max-width: 991.98px) {
    .products {
      position: relative;
    }
  }
  @media (max-width: 767.98px) {
    .products {
      padding: 0 0 39px 0;
      position: relative;
    }
  }

  .products__body {
    display: flex;
  }
  @media (max-width: 991.98px) {
    .products__body {
      display: block;
      position: relative;
    }
  }

  .products__column {
    flex: 0 0 26%;
  }

  .products__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    margin: 0px 0px 18px 0px;
  }
  @media (max-width: 767.98px) {
    .products__title {
      font-size: 20px;
      line-height: 24px;
      margin: 0px 0px 11px 0px;
    }
  }

  .product__descr {
    font-weight: 300;
    font-size: 21px;
    line-height: 30px;
  }
  .product__descr span {
    font-weight: 600;
  }
  @media (max-width: 991.98px) {
    .product__descr {
      font-size: 18px;
      line-height: 25px;
      max-width: 100%;
    }
    .product__descr br {
      display: none;
    }
  }

  .products__btn {
    margin: 32px 0px 0px 0px;
  }
  @media (max-width: 1182px) {
    .products__btn {
      font-size: 16px;
    }
  }
  @media (max-width: 767.98px) {
    .products__btn {
      margin: 20px 0px 37px 0px;
    }
  }

  @media (max-width: 767.98px) {
    .products__item {
      flex-direction: column;
    }
  }

  .products__info {
    display: flex;
    margin: 0px 0px 0px 100px;
  }
  @media (max-width: 1182px) {
    .products__info {
     margin-left: 30px;
   }
 }
 @media (max-width: 991.98px) {
  .products__info {
    margin: 20px 0px 0px 0px;
  }
}
@media (max-width: 767.98px) {
  .products__info {
    margin: 0;
    flex-direction: column;
  }
}

.infoproducts__imageblock {
  position: relative;
  width: 299px;
  height: auto;
  padding: 0px 30px 0px 270px;
  background-color: #E8E7E5;
}
@media (max-width: 767.98px) {
  .infoproducts__imageblock {
    height: 280px;
    width: auto;
  }
}

.infoomage__bg {
  position: absolute;
  width: 120%;
  height: 80%;
  top: 17%;
  left: 32px;
}

@media (max-width: 1182px) {
  .infoomage__bg {
    width: 100%;  
    height: auto;
    text-align: center;  
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
  .infoomage__bg img {
    width: 80%;
    max-width: 270px;
  }
}
@media (max-width: 767px) {
  .infoomage__bg img {
    max-width: 250px;
  }
}


.infoproducts__text {
  padding: 55px 58px 57px 120px;
  background-color: #F9F9F9;
  max-width: 515px;
}
@media (max-width: 1182px) {
  .infoproducts__text {
    padding: 50px;  
  }
}
@media (max-width: 767.98px) {
  .infoproducts__text {
    padding: 20px;
    margin: 0 auto;
    max-width: 700px;
    display: flex;
    flex-direction: column;

  }
}
@media (max-width: 575.98px) {
  .infoproducts__text {

    margin: 0 auto;
  }
}

.infotext__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  .infotext__title {
    margin: 0px 0px 20px 0px;
  }
}

.infotext__descr {
  font-weight: 300;
  font-size: 16px;
  line-height: 27px;
}
@media (max-width: 767.98px) {
  .infotext__descr {
    margin: 0px 0px 20px 0px;
    flex: 1 1 auto;
  }
}

.infotext__btn {
  display: block;
  text-align: center;
  margin: 27px 0px 0px 0px;
}

.about__products {
  margin: 0px 0px 20px 37%;
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .about__products {
    position: absolute;
    bottom: 15px;
    right: 15%;
  }
}
@media (max-width: 767.98px) {
  .about__products {
    position: absolute;
    max-width: 150px;
    bottom: -30px;
    right: 35px;
  }
}

.products__item_next {
  background: #A6CB26 url("../img/case/icon/case-arrow-r.svg") center no-repeat;
  width: 32px;
  height: 32px;
  border-radius: 2px;
  cursor: pointer;
  margin: 0px 0px 0px 12px;
  position: relative;
  z-index: 2;
}
.products__item_next.swiper-button-disabled {
  background: #E1EDB8 url("../img/case/icon/case-arrow-r.svg") center no-repeat;
}

.products__item_prev {
  background: #A6CB26 url("../img/case/icon/case-arrow-l.svg") center no-repeat;
  width: 32px;
  height: 32px;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.products__item_prev.swiper-button-disabled {
  background: #E1EDB8 url("../img/case/icon/case-arrow-l.svg") center no-repeat;
}

.products__slider-number {
  color: #A6CB26;
  margin: 0px 0px 0px 12px;
}
.products__slider-number_active {
  font-weight: 600;
  font-size: 30px;
  line-height: 37px;
}

.swiper-pagination-current {
  font-weight: 600;
  font-size: 30px;
  line-height: 37px;
}

.swiper-button-disabled {
  background: #E1EDB8;
  position: relative;
  z-index: 0;
}

.working {
  background: url("../img/working/work-wave1.png");
  background-repeat: no-repeat;
  background-position: 50% 38%;
  z-index: 0;
  padding: 0 0 36px 0;
  background-size: 1920px;
}
/*@media (max-width: 1182px) {
  .working {
   background-size: 1700px;
 }
 }*/
 @media (max-width: 991px) {
  .working {
   background-image: none;
 }
}
.working::after {
  content: "";
  width: 36px;
  height: 36px;
  background-color: #A6CB26;
}
@media (max-width: 767.98px) {
  .working {
    padding: 40px 0 0px 0;
    background: none;
  }
}

.working__item {
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .working__item {
    width: 45%;
    margin-bottom: 30px;
  }
}


@media (max-width: 575px) {
  .working__item {
    width: 100%;
    text-align: center;
  }
}

.working__title {
  font-weight: 600;
  font-size: 30px;
  line-height: 37px;
  margin: 0px 0px 30px 0px;
}
@media (max-width: 991px) {
  .working__title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .working__title {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .working__title {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
}

.working__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*height: 1200px;*/
}
/*@media (max-width: 1182px) {
  .working__body {
    /*height: 970px;*/
  }
}
@media (max-width: 991px) {
  .working__body {
    height: 750px;
  }
}
@media (max-width: 767.98px) {
  .working__body {
    height: auto;
  }
}

.itemwork {
  margin: 0px 0px 50px 0px;
  /*display: none;*/
}


.itemworkimage-1 {
  position: relative;
  height: 79px;
  width: 200px;
}

.itemworkimage__bg-numbers {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.itemworkimage__bg-numbers-2 {
  right: 0px;
}
.itemworkimage__bg-numbers-4 {
  right: 0px;
}

.itemworkimage {
  position: relative;
  height: 200px;
  width: 200px;
}

@media (max-width: 575px) {
  .itemworkimage-1 {
    margin: 0 auto;
  }
  .itemworkimage {
    margin: 0 auto;
  }
}

.itemworkimage__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -30px;
  left: 0;
  background-color: #F9F9F9;
  border-radius: 50%;
  z-index: -1;
  margin: 0px 0px 10px 0px;
}

.itemwork__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  max-width: 223px;
  margin: 0px 0px 11px 0px;
}
@media (max-width: 991.98px) {
  .itemwork__title {
    font-size: 21px;
  }
}
@media (max-width: 575.98px) {
  .itemwork__title {
    font-size: 20px;
    line-height: 24px;
    margin: 0px auto 10px;
  }
}

.itemwork__descr {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  max-width: 404px;
}
@media (max-width: 991.98px) {
  .itemwork__descr {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .itemwork__descr {
    font-size: 18px;
    line-height: 24px;
    max-width: 100%;
  }
}

.cost {
  padding: 107px 0 120px 0;
  background: url("../img/cost/01.jpg") 30% 0 no-repeat;
  background-size: cover;
}
@media (max-width: 991.98px) {
  .cost {
    padding: 67px 0;
  }
}
@media (max-width: 575.98px) {
  .cost {
    padding: 50px 0 97px 0;
  }
}

.cost__imageblock {
  position: relative;
  height: 600px;
}
@media (max-width: 575.98px) {
  .cost__imageblock {
    height: 460px;
  }
}

.imagecost__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.cost__title {
  font-weight: 700;
  font-size: 46px;
  line-height: 64px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0px 0px 28px 0px;
  max-width: 500px;
}
@media (max-width: 991.98px) {
  .cost__title {
    font-size: 24px;
    line-height: 29px;
    margin: 0px 0px 12px 0px;
  }
}
@media (max-width: 575.98px) {
  .cost__title {
    font-size: 26px;
    line-height: 32px;
    margin: 40px 0px 24px 0px;
  }
}

.cost__descr {
  font-weight: 500;
  font-size: 26px;
  line-height: 36px;
  color: #B4AFAF;
  max-width: 439px;
}
.cost__descr span {
  font-weight: bold;
  color: #FFFFFF;
}
@media (max-width: 991.98px) {
  .cost__descr {
    font-size: 19px;
    line-height: 28px;
    max-width: 360px;
  }
}
@media (max-width: 575.98px) {
  .cost__descr {
    font-size: 18px;
    line-height: 24px;
    max-width: 289px;
  }
}

.cost__btn {
  margin: 30px 0px 0px 0px;
}


.advantage {
  background-color: #f3f3f3;
  padding: 118px 0 127px 0;
}
@media (max-width: 991.98px) {
  .advantage {
    padding: 45px 0;
  }
}
@media (max-width: 575.98px) {
  .advantage {
    padding: 40px 0 46px 0;
  }
}

.advantage__row {
  display: flex;
}
@media (max-width: 575.98px) {
  .advantage__row {
    display: block;
  }
}

.advantage__title {
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
  text-transform: uppercase;
  max-width: 1072px;
  margin: 0px 0px 43px 0px;
}
.advantage__title span {
  color: #A6CB26;
}
@media (max-width: 991.98px) {
  .advantage__title {
    font-size: 22px;
    max-width: 695px;
    line-height: 35px;
  }
}
@media (max-width: 575.98px) {
  .advantage__title {
    font-size: 20px;
    line-height: 32px;
    max-width: 100%;
    margin: 0px 0px 9px 0px;
  }
}

.advantage__statistics {
  margin: 0px 47px 0px 0px;
}

.statistics__item {
  margin: 0px 0px 5px 0px;
}
.statistics__item:last-child {
  margin: 0;
}
@media (max-width: 575.98px) {
  .statistics__item:last-child {
    margin: 0px 0px 22px 0px;
  }
}

.itemstatistics__number {
  font-weight: bold;
  font-size: 70px;
  line-height: 85px;
  color: #A6CB26;
  margin: 0px 0px 0px 0px;
}

.itemstatistics__descr {
  max-width: 344px;
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
}
@media (max-width: 991.98px) {
  .itemstatistics__descr {
    max-width: 366px;
    font-size: 18px;
    line-height: 25px;
  }
  .itemstatistics__descr br {
    display: none;
  }
}

.advantage__imgblock {
  position: relative;
  width: 770px;
  height: 561px;
}
@media (max-width: 575.98px) {
  .advantage__imgblock {
    width: auto;
    height: 270px;
    margin: 0 -15px;
  }
}

.imgadvantage__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.advantage__text {
  font-weight: 300;
  font-size: 19px;
  line-height: 34px;
  max-width: 445px;
  margin-left: auto;
  margin-right: 150px;
  margin-top: 50px;
}
@media (max-width: 991.98px) {
  .advantage__text {
    font-size: 17px;
    line-height: 26px;
    margin: 40px 0px 0px 0px;
    max-width: 628px;
  }
}
@media (max-width: 575.98px) {
  .advantage__text {
    margin: 44px 0 25px 0;
    font-size: 18px;
    line-height: 25px;
  }
}
.advantage__text_two {
  display: none;
}
@media (max-width: 991.98px) {
  .advantage__text_two {
    display: block;
    margin: 36px 0;
  }
}

.advantage_imageblock {
  position: relative;
  height: 666px;
  margin: 20px 0px 122px 0px;
}
@media (max-width: 991.98px) {
  .advantage_imageblock {
    margin: 0px 0px 17px 0px;
  }
}
@media (max-width: 575.98px) {
  .advantage_imageblock {
    height: 270px;
    margin: 0 -15px;
    margin-bottom: 70px;
  }
}

.imageblock__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
}

.advantage-form__row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .advantage-form__row {
    display: block;
  }
}

.form {
  position: relative;
  z-index: 2;
}

.formtext__block {
  position: relative;
}

.form__error {
  display: none;
}

.formtext__img {
  position: absolute;
  width: 150%;
  height: 130%;
  top: -62%;
  left: -62px;
}
.formtext__img img {
  position: absolute;
  width: 200%;
  left: -88%;
  height: 150%;
  top: -25%;
}
@media (max-width: 991.98px) {
  .formtext__img {
    width: 100%;
    height: 200%;
    top: -80%;
    margin-top: 20px;
    left: -71px;
  }
}

.formtext__title {
  font-weight: 600;
  font-size: 30px;
  line-height: 37px;
  text-transform: uppercase;
  margin: 0px 0px 17px 0px;
}
.formtext__title span {
  color: #A6CB26;
}
@media (max-width: 991.98px) {
  .formtext__title {
    font-size: 22px;
    line-height: 32px;
    margin: 50px 0px 5px 0px;
  }
}
@media (max-width: 575.98px) {
  .formtext__title {
    font-size: 20px;
    line-height: 24px;
    margin: 0px 0px 10px 0px;
  }
}

.formtext__descr {
  font-weight: 300;
  font-size: 20px;
  line-height: 34px;
  max-width: 357px;
  margin: 0px 100px 0px 0px;
}
@media (max-width: 991.98px) {
  .formtext__descr {
    margin: 0px 0px 20px 0px;
    max-width: 100%;
    font-size: 17px;
    line-height: 26px;
  }

  .formtext__descr br {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .formtext__descr {
    font-size: 18px;
    line-height: 25px;
    margin: 0px 0px 16px 0px;
  }
}

.form__line {
  display: flex;
  margin: 0px 0px 10px 0px;
}
@media (max-width: 575.98px) {
  .form__line {
    display: block;
  }
  .form__line input {
    margin: 0px 0px 5px 0px;
  }
}
.form__line_phone {
  position: relative;
}
/*.form__line_phone::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 14px;
  top: 26px;
  left: 25px;
  background: url("../img/advantage/flag.png") center/cover no-repeat;
  z-index: 2;
  }*/
/*@media (max-width: 767.98px) {
  .form__line_phone::before {
    display: none;
  }
  }*/
/*.form__line_phone::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 128px;
  width: 50px;
  height: 50px;
  border-right: 2px solid #C4C4C4;
  }*/

/*.input-phone {
  padding-left: 60px;
  }*/
  .form__label {
    font-size: 16px;
    line-height: 20px;
    color: #89877B;
    margin: 0px 0px 20px 0px;
  }
  @media (max-width: 575.98px) {
    .form__label {
      font-size: 12px;
      line-height: 15px;
    }
  }

  .form__btnblock {
    display: flex;
  }
  @media (max-width: 575.98px) {
    .form__btnblock {
      display: block;
    }
  }

  .form__btnblock-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #88898D;
    max-width: 426px;
    margin: 0px 0px 0px 30px;
  }
  @media (max-width: 575.98px) {
    .form__btnblock-text {
      margin: 14px 0px 0px 0px;
      font-size: 12px;
      line-height: 15px;
    }
  }

  .advanta__btn {
    height: 50px;
    line-height: 50px;
  }















  footer {
    background: #000;
    padding: 30px 0 130px;
    color: #fff;
  }
  footer .banner_block {
    display: flex;
    align-items: center;
    margin-bottom: 25px;  
  }
  footer .banner_block .desc {
    color: #fff;
    font-size: 13px;
    line-height: 20px;
  }

  footer .footer_wrap {
    display: flex;
    justify-content: space-between;
  }

  footer .footer_wrap .footer_item.show_block {
    display: none;  
  }

  footer .footer_wrap .footer_item .info_block {
    font-weight: 500; 
    font-size: 20px;  
  }

  footer .footer_wrap .footer_item ul li a:hover {
    color: #D9EF8A;
    transition: all 0.3s;
    text-decoration: none;  
  }

  footer .footer_wrap .footer_item .info_block .address {
    font-weight: 500; 
    font-size: 20px; 
    margin-bottom: 25px;   
    line-height: 26px;  
    position: relative;
    padding-left: 50px;
  }

  footer .footer_wrap .footer_item .info_block .address::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    bottom: 0;
    left: 0;
    background: url(../img/footer/home.png) no-repeat;
  }


  footer .footer_wrap .footer_item .info_block .tel {
    font-weight: 500; 
    font-size: 20px; 
    margin-bottom: 25px;   
    position: relative; 
    padding-left: 50px; 
  }

  footer .footer_wrap .footer_item .info_block .tel::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    left: 2px;
    background: url(../img/footer/call.png) no-repeat;
  }
  footer .footer_wrap .footer_item .info_block .email {
    position: relative; 
    padding-left: 50px; 
  }
  footer .footer_wrap .footer_item .info_block .email::before {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    top: -7px;
    left: -7px;
    background: url(../img/footer/mail.png) no-repeat;
  }

  footer .footer_wrap .footer_item .social {
    font-weight: 500; 
    font-size: 20px; 
    margin-top: 80px;     
  }

  footer .footer_wrap .footer_item .social .social_block {
    display: flex;  
    margin-top: 20px;
  }

  footer .footer_wrap .footer_item .social.show_block {
    display: none;  
    margin: 42px 0px;
  }

  footer .footer_wrap .footer_item .social .social_block a {
    margin-right: 20px; 
  }

  footer .footer_wrap .footer_item .social .social_block a:hover {
    transform: scale(0.95);
    transition: all 0.3s;
  }

  footer .footer_wrap .footer_item a {
    color: #fff;  
    display: block; 
  }
  footer .footer_wrap .footer_item a:hover {
    color: #D9EF8A;
  }
  footer .footer_wrap .footer_item a.global {
    margin-bottom: 40px;
    font-size: 20px;  
    font-weight: 600;       
  }

  footer .footer_wrap .footer_item a.global.show_block {
    display: none;  
    margin: 0;
  }

  footer .footer_wrap .footer_item ul {}
  footer .footer_wrap .footer_item ul li {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 25px;
  }
  footer .footer_wrap .footer_item .item {
    margin-bottom: 15px;
  }

  footer .footer_wrap .footer_item .item .heading {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 13px;
    line-height: 24px;  
  }

  footer .footer_wrap .footer_item .item a {
    color: #d9d9d9;
    font-size: 14px;
    font-weight: 500;  
    display: block;
    margin-bottom: 8px;
  }

  footer .footer_wrap .footer_item .item a:hover{
    color: #D9EF8A;
  }

  footer .footer_wrap .footer_item .studio {
   font-weight: 300;  
   font-size: 20px;  
   margin-top: 40px; 
 }
 footer .footer_wrap .footer_item .studio a {
  color: #fff;
  font-weight: 700;   
  display: inline-block;
}

footer .footer_wrap .footer_item .studio a:hover {
  color: #D9EF8A;
}




@media (max-width: 991px) {
  footer .footer_wrap {
    flex-wrap: wrap;  
  }
  footer .footer_wrap .footer_item.remove_block {
    display: none;  
  }
  footer .footer_wrap .footer_item.show_block {
    display: block; 
    margin-top: 25px; 
  }
  footer .footer_wrap .footer_item:nth-child(1)  {
    order: 2;
  }
  footer .footer_wrap .footer_item:nth-child(2)  {
    order: 1;
  }
  footer .footer_wrap .footer_item:nth-child(3)  {
    order: 2;
  }
  footer .footer_wrap .footer_item a.global.remove_block {
    display: none;  
  }
  footer .footer_wrap .footer_item a.global.show_block {
    display: block;  
  }
  footer .footer_wrap .footer_item .social.remove_block {
    display: none;  
  }
  footer .footer_wrap .footer_item .social.show_block {
    display: block;  
  }
}

@media (max-width: 767px) {
  footer {
    padding-bottom: 100px;  
  }
  footer .banner_block {
    justify-content: center;  
  }
  footer .banner_block img {
    width: 150px; 
  }
  footer .banner_block .desc {
    font-size: 12px;  
  }
  footer .footer_wrap .footer_item {
    text-align: center; 
    width: 100%;  
    margin-bottom: 50px;  
  }
  footer .footer_wrap .footer_item ul li {
    font-size: 18px;
  }
  footer .footer_wrap .footer_item .info_block .address {
    font-size: 18px;
    padding: 0;
  }
  footer .footer_wrap .footer_item .info_block .tel {
    font-size: 18px;
    padding: 0;
  }
  footer .footer_wrap .footer_item .info_block .email {
    font-size: 18px;
    padding: 0;
  }
  footer .footer_wrap .footer_item .info_block .address::before {
    display: none;
  }
  footer .footer_wrap .footer_item .info_block .tel::before {
   display: none;
 }
 footer .footer_wrap .footer_item .info_block .email::before {
  display: none;
}
footer .footer_wrap .footer_item:nth-child(1)  {
  order: 1;
}
footer .footer_wrap .footer_item .social.remove_block {
  display: block;  
  margin-top: 20px;  
}
footer .footer_wrap .footer_item .social.remove_block .heading {
  display: none;  
}
footer .footer_wrap .footer_item .social.remove_block .social_block {
  justify-content: center;  
}
footer .footer_wrap .footer_item .social.show_block {
  display: none;  
}
footer .footer_wrap .footer_item.remove_block {
  display: block;  
}
footer .footer_wrap .footer_item.show_block {
  display: none;  
}
footer .footer_wrap .footer_item .item .heading {
  font-size: 18px;  
}
}





















.page {
  flex: 1 1 auto;
}

.arrows-anim {
  position: relative;
  top: 50%;
  left: 50%;
  /**/
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%);
}
.arrows-anim:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-left: 6px solid rgba(0, 0, 0, 0.7);
  border-bottom: 6px solid rgba(0, 0, 0, 0.7);
  transform: translate(6px, 24px) rotate(-45deg);
  animation: arrows 4s linear infinite;
}
.arrows-anim:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-left: 6px solid rgba(0, 0, 0, 0.7);
  border-bottom: 6px solid rgba(0, 0, 0, 0.7);
  transform: translate(12px, 0px) rotate(-45deg);
  animation: arrows 4s linear infinite -2s;
}

@keyframes arrows {
  0% {
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-bottom: 6px solid rgba(0, 0, 0, 0);
    transform: translate(-3px, -12px) rotate(-45deg);
  }
  10%, 90% {
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-bottom: 6px solid rgba(0, 0, 0, 0);
  }
  50% {
    border-left: 6px solid rgba(0, 0, 0, 0.7);
    border-bottom: 6px solid rgba(0, 0, 0, 0.7);
    transform: translate(-3px, 0px) rotate(-45deg);
  }
  100% {
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-bottom: 6px solid rgba(0, 0, 0, 0);
    transform: translate(-3px, 12px) rotate(-45deg);
  }
}
.circ {
  width: 36px;
  height: 36px;
  background-color: #A6CB26;
  border-radius: 50%;
  position: relative;
  margin-left: auto;
  bottom: 300px;
  right: -160px;
}
.circ span {
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #E1EDB8;
  border-radius: 50%;
  z-index: -1;
  top: -11px;
  left: -32%;
}
.circ span::before {
  content: "";
  position: absolute;
  width: 99px;
  height: 99px;
  background-color: #E1EDB8;
  border-radius: 50%;
  z-index: -1;
  top: -21px;
  left: -35%;
  opacity: 0.3;
}
.circ span::after {
  content: "";
  position: absolute;
  width: 78px;
  height: 78px;
  background-color: #E1EDB8;
  border-radius: 50%;
  z-index: -1;
  top: -10px;
  left: -15%;
  opacity: 0.5;
}

._greenWave {
  overflow: hidden;
}
._greenWave::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 130%;
  left: 0;
  top: 11px;
  background: url("../img/advantage/green-wave.png") no-repeat;
}
@media (max-width: 991px) {
  ._greenWave {
   margin-top: 20px;
 }
}
@media (max-width: 575.98px) {
  ._greenWave::after {
    top: 0;
    background: url("../img/advantage/green-wave.png") center no-repeat;
    background-size: cover;
  }
}




/*Отправка формы*/
.cost-body-success {
  display: none;
}
.cost-body-success .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  margin: 0px 0px 8px 0px;
  text-transform: uppercase;
}
.cost-body-success .title span {
  color: #A6CB26;
}
.cost-body-success .desc {
  font-size: 22px;
  line-height: 27px;
  margin: 0px 0px 27px 0px;
}
.cost-body-success .social_title {
  font-size: 22px;
  line-height: 27px;
}
.cost-body-success ul li {
  margin-bottom: 14px;
  position: relative;
  padding-left: 35px;
  line-height: 22px;
  font-weight: 300;
  font-size: 18px;
}
.cost-body-success ul li:before {
  content: '';
  position: absolute;
  background-image: url(../img/icons/complete_green_icon.png);
  top: 7px;
  left: 0;
  width: 20px;
  height: 20px;
}
.cost-body-success .social_block {
  display: flex;
  flex-wrap: wrap;  
  margin: 15px -10px 0;
}
.cost-body-success .social_block a {
  display: block;
  margin: 10px;
}


@media(max-width: 575px) {
  .cost-body-success .title {
    font-size: 19px;  
    line-height: 23px;  
  }
  .cost-body-success .desc {
    font-size: 16px;
    line-height: 20px;
    margin: 0px 0px 15px 0px;
  }
  .cost-body-success ul li {
    margin-bottom: 10px;
    line-height: 20px;
    font-size: 16px;
  }
  .cost-body-success .social_title {
    font-size: 15px;
    line-height: 20px;
  }
  .cost-body-success .social_block {  
    margin-top: 10px;
  }
}

.cost-body-success .social_block a:hover {
  transform: scale(0.95);
  transition: all 0.2s;
}

.footer__phone:hover {
  color: #d9ef8a;
}

.footer__email:hover {
  color: #d9ef8a;
}

.footer__contact:hover {
  color: #d9ef8a;
}

#toTop:hover {
 transition: all 0.3s ease 0s;
 background-color: #BFEF19;
}

.header__contact {
  margin-left: 102px;
}

@media (max-width: 1182px) {
  .header__call {
    margin: 0px 0px 0px 18px;
  }
  .industry__garantblock {
    padding: 165px 0 0 0;
  }
  .blockdescr__text {
    font-size: 21px;
  }
  .ecodescr__text {
    padding-top: 0;
  }
  .header__contact {
    margin-left: 0px;
  }
}

@media (max-width: 991.98px) {
  .industry__garantblock {
    padding: 20px 0 0 0;
  }
  .ecodescr__text {
    padding-top: 60px;
  }
}

@media (max-width: 575.98px){
  .header__call {
    padding: 15px;
    margin: 0px 50px 0px 0px;
    height: 46px;
  }
  .blockdescr__text {
    font-size: 18px;
  }
  .blockdescr__text br {
    display: none;
  }
  .contentcase__descr {
    font-size: 18px;
    line-height: 24px;
    margin: 0px 0px 21px 0px;
  }
}

.banner_block img {
  width: 150px;
}

