@charset "UTF-8";
/* Основной шаблон */
:root {
  --swiper-theme-color: #4F728E;
}

body {
  font-family: Montserrat;
  font-size: 1em;
  font-weight: 500;
  padding: 0;
  margin: 0;
  position: relative;
}

body.no-scroll {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

input, textarea {
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 500;
}

main {
  min-height: calc(50vh);
}

.container {
  width: calc( 1400px - 40px );
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

[data-counter=card-counter] {
  height: 25px;
  border: 1px solid #4F728E;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
[data-counter=card-counter] .minus, [data-counter=card-counter] .plus {
  padding: 0px 10px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
[data-counter=card-counter] input.count {
  text-align: center;
  width: 40px;
  border: 0;
  outline: 0;
  font-size: 16px;
  background: transparent;
}
[data-counter=card-counter] input.count:focus {
  border: 0;
  outline: 0;
}

.swiper-container {
  position: relative;
  overflow: hidden;
}

.swiper-button-next, .swiper-button-prev, .swiper-pagination {
  z-index: 2;
}

@media (max-width: 1400px) {
  .container {
    width: calc( 1200px - 40px );
  }

  [data-counter=card-counter] input.count {
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  body {
    font-size: 0.7em;
  }

  .container {
    width: calc( 992px - 40px );
  }

  [data-counter=card-counter] input.count {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .container {
    width: calc( 768px - 40px );
  }
}
@media (max-width: 768px) {
  .container {
    width: calc( 576px - 40px );
  }
}
@media (max-width: 576px) {
  .container {
    width: calc( 320px - 0px );
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* Шаблон */
.test-style-21236478 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.test-style-21236478::after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url();
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 15px;
}

.about-banner {
  width: 100%;
  height: 470px;
  margin-top: 37px;
  margin-bottom: 96px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40px;
}

.about-banner__title {
  font-size: 46px;
  margin: 91px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.about-description {
  border: 1px solid #ED691F;
  font-size: 31px;
  font-weight: 400;
  padding: 41px 24px;
  border-radius: 42px;
}

.about-description__title {
  font-size: 37px;
  font-weight: 500;
}

.about-description__1 {
  width: 62%;
  margin-bottom: 82px;
}

.about-description__2 {
  width: 62%;
  margin-top: 28px;
  position: relative;
}

.about-description__3 {
  width: 85%;
  position: relative;
}
.about-description__3 img {
  position: absolute;
  top: 89px;
  right: -157px;
  height: 396px;
}

.about-description__4 {
  width: 92%;
  padding-right: 7px;
  margin-bottom: 80px;
}

.about-description__5 {
  position: relative;
  width: 75%;
  padding-right: 7px;
  margin-bottom: 80px;
}

.about-description__5 img {
  position: absolute;
  top: 35px;
  right: -235px;
  height: 120px;
}

.about-work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-work__left {
  padding-left: 24px;
  width: 64%;
}
.about-work__left .about-work__text-black {
  margin-bottom: 23px;
}

.about-work__text-blue {
  color: #4F728E;
  font-size: 26px;
}

.about-work__text-black {
  font-size: 65px;
  font-weight: 400;
}
.about-work__text-black span {
  font-size: 68px;
  font-weight: 500;
}

.about-work__graphics {
  position: relative;
}
.about-work__graphics .line {
  border-bottom: 4px solid #ED691F;
}
.about-work__graphics .circle {
  position: absolute;
  bottom: -10px;
  width: 20px;
  height: 20px;
  background-color: white;
  border: 2px solid #ED691F;
  border-radius: 15px;
}

.about-work__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 51px;
  width: 34%;
  height: 408px;
  margin-top: -131px;
}

.about-work__right-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 27px;
}
.about-work__right-text .about-work__text-blue {
  margin-left: 19px;
  margin-right: 11px;
}

.about-products {
  width: 100%;
  height: 557px;
  margin-top: -184px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: 90px;
  z-index: -2;
}
.about-products .container {
  height: 557px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.about-products__block {
  margin: 34px 306px 0 0;
}

.about-products__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-work__img {
  width: 119px;
  margin-left: 47px;
}
.about-work__img img {
  width: 100%;
}

.about-service {
  position: relative;
  z-index: -1;
  margin-top: 145px;
  background-color: #ED691F;
  color: white;
  font-size: 24px;
  margin-bottom: 140px;
}
.about-service .container {
  height: 219px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-service__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 115px;
  margin-left: -83px;
  margin-top: -34px;
}

.about-service__img {
  width: 100px;
  margin-right: 30px;
}
.about-service__img img {
  width: 100%;
}

.about-service__text-big {
  font-size: 58px;
}
.about-service__text-big span {
  font-size: 65px;
}

.about-bottom {
  height: 239px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 40px;
  margin-bottom: 60px;
}
.about-bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about-bottom .percent {
  font-size: 52px;
  display: inline-block;
  margin-left: 10px;
}

.about-bottom__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 37%;
  margin-left: 78px;
}
.about-bottom__left img {
  width: 125px;
  margin-left: -20px;
  margin-top: 26px;
}

.about-bottom__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-bottom__right img {
  width: 157px;
}

.about-bottom__right-wrapper {
  margin-left: 30px;
}

.about-bottom_2 {
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 1400px) {
  .about-banner {
    height: 389px;
  }

  .about-banner__title {
    font-size: 37px;
    margin: 70px auto 0;
  }

  .about-description {
    font-size: 26px;
  }

  .about-description__title {
    font-size: 33px;
  }

  .about-work__text-blue {
    font-size: 22px;
  }

  .about-work__text-black {
    font-size: 48px;
  }
  .about-work__text-black span {
    font-size: 57px;
  }

  .about-work__right {
    background-position-x: 22px;
    height: 387px;
  }

  .about-work__img {
    width: 102px;
    margin-left: 31px;
  }

  .about-description__3 img {
    height: 362px;
    right: -130px;
  }

  .about-service {
    font-size: 20px;
  }

  .about-service__text-big {
    font-size: 50px;
  }
  .about-service__text-big span {
    font-size: 55px;
  }

  .about-service__img {
    width: 84px;
  }

  .about-bottom__left img {
    width: 106px;
  }

  .about-bottom__right img {
    width: 133px;
  }
}
@media (max-width: 1200px) {
  .about-banner {
    height: 319px;
    margin-bottom: 63px;
  }

  .about-banner__title {
    font-size: 30px;
    margin: 51px auto 0;
  }

  .about-description {
    font-size: 21px;
    padding: 20px 20px;
    border-radius: 25px;
  }

  .about-description__title {
    font-size: 25px;
  }

  .about-description__1 {
    margin-bottom: 50px;
  }

  .about-work__text-blue {
    font-size: 18px;
  }

  .about-work__text-black {
    font-size: 40px;
  }
  .about-work__text-black span {
    font-size: 47px;
  }

  .about-work__right-text .about-work__text-blue {
    margin-left: 9px;
  }

  .about-work__right {
    background-position-x: 22px;
    height: 332px;
  }

  .about-work__img {
    width: 79px;
    margin-left: 18px;
  }

  .about-description__2 {
    margin-top: 10px;
  }

  .about-products {
    margin-top: -116px;
    height: 397px;
  }

  .about-products .container {
    height: 397px;
  }

  .about-description__3 img {
    height: 300px;
    right: -99px;
    top: 58px;
  }

  .about-description__5 img {
    top: 25px;
    right: -160px;
    height: 70px;
  }

  .about-service {
    font-size: 16px;
    margin-bottom: 80px;
  }

  .about-service__text-big {
    font-size: 40px;
  }
  .about-service__text-big span {
    font-size: 46px;
  }

  .about-service__img {
    width: 68px;
    margin-right: 20px;
  }

  .about-service__left {
    margin-right: 70px;
    margin-top: -22px;
  }

  .about-bottom__left img {
    width: 87px;
  }

  .about-bottom__right {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .about-bottom__right img {
    width: 110px;
  }

  .about-bottom__right-wrapper {
    margin-left: 14px;
  }
}
@media (max-width: 992px) {
  .about-banner {
    height: 244px;
    margin-bottom: 50px;
  }

  .about-banner__title {
    font-size: 23px;
    margin: 32px auto 0;
  }

  .about-description {
    font-size: 16px;
  }

  .about-description__title {
    font-size: 19px;
  }

  .about-description__1 {
    margin-bottom: 35px;
  }

  .about-work__left {
    padding-left: 10px;
  }

  .about-work__text-blue {
    font-size: 14px;
  }

  .about-work__text-black {
    font-size: 30px;
  }
  .about-work__text-black span {
    font-size: 38px;
  }

  .about-work__left .about-work__text-black {
    margin-bottom: 15px;
  }

  .about-work__graphics .line {
    border-bottom: 3px solid #ED691F;
  }

  .about-work__graphics .circle {
    width: 15px;
    height: 15px;
    bottom: -7px;
  }

  .about-work__right {
    background-position-x: 18px;
    height: 240px;
    margin-top: -75px;
  }

  .about-products {
    margin-top: -134px;
    height: 354px;
  }

  .about-products .container {
    height: 354px;
  }

  .about-description__3 img {
    height: 268px;
    right: -81px;
    top: 58px;
  }

  .about-service {
    font-size: 14px;
    margin-bottom: 60px;
  }

  .about-service .container {
    height: 160px;
  }

  .about-service__text-big {
    font-size: 30px;
  }
  .about-service__text-big span {
    font-size: 35px;
  }

  .about-service__img {
    width: 55px;
    margin-right: 14px;
  }

  .about-service__left {
    margin-right: 40px;
  }

  .about-description__4 {
    margin-bottom: 50px;
  }

  .about-bottom__left img {
    width: 70px;
    margin-left: -10px;
  }

  .about-bottom__right img {
    width: 100px;
  }

  .about-bottom .percent {
    font-size: 30px;
    margin-left: 4px;
  }
}
@media (max-width: 768px) {
  .about-banner {
    height: 180px;
    margin-bottom: 40px;
    margin-top: 30px;
  }

  .about-banner__title {
    font-size: 16px;
    margin: 32px auto 0;
  }

  .about-description {
    font-size: 12px;
    padding: 10px 16px;
    border-radius: 13px;
  }

  .about-description__title {
    font-size: 15px;
  }

  .about-work__text-blue {
    font-size: 12px;
  }

  .about-work__text-black {
    font-size: 20px;
  }
  .about-work__text-black span {
    font-size: 28px;
  }

  .about-work__graphics .circle {
    width: 10px;
    height: 10px;
    bottom: -5px;
  }

  .about-work__graphics .line {
    border-bottom: 2px solid #ED691F;
  }

  .about-work__right {
    background-position-x: 7px;
    height: 147px;
    margin-top: -27px;
    z-index: -1;
  }

  .about-products {
    margin-top: -62px;
    height: 221px;
    background-position-y: 30px;
  }

  .about-products .container {
    height: 221px;
  }

  .about-products__block {
    margin: 10px 78px 0 0;
  }

  .about-work__img {
    width: 54px;
    margin-left: 10px;
  }

  .about-description__3 img {
    height: 172px;
    right: -56px;
    top: 36px;
  }

  .about-description__5 {
    margin-bottom: 0;
  }

  .about-description__5 img {
    top: 7px;
    right: -105px;
    height: 45px;
  }

  .about-service {
    margin-top: 85px;
    font-size: 10px;
  }

  .about-service .container {
    height: 90px;
  }

  .about-service__text-big {
    font-size: 20px;
  }
  .about-service__text-big span {
    font-size: 23px;
  }

  .about-service__left {
    margin-top: -14px;
  }

  .about-service__img {
    width: 40px;
    margin-right: 8px;
  }

  .about-bottom {
    height: 120px;
    background-position: center 20px;
  }

  .about-bottom_2 {
    height: 120px;
  }

  .about-bottom__left img {
    width: 59px;
    margin-top: 4px;
    margin-left: -19px;
  }

  .about-bottom__right img {
    width: 67px;
  }

  .about-bottom .percent {
    font-size: 22px;
    margin-left: 3px;
  }

  .about-description__4 {
    width: calc(100% - 34px);
  }
}
@media (max-width: 576px) {
  .about-banner {
    height: 94px;
    margin-bottom: 25px;
    margin-top: 20px;
    border-radius: 14px;
  }

  .about-banner__title {
    font-size: 12px;
    margin: 12px auto 0;
  }

  .about-description__1 {
    width: calc(100% - 34px);
    margin-bottom: 22px;
  }

  .about-description {
    font-size: 9px;
  }

  .about-description__title {
    font-size: 11px;
  }

  .about-work__text-blue {
    font-size: 9px;
  }

  .about-work__text-black {
    font-size: 12px;
  }
  .about-work__text-black span {
    font-size: 20px;
  }

  .about-work__left {
    width: 50%;
  }

  .about-work__right {
    background-position-x: 6px;
    height: 97px;
    width: 50%;
    margin-top: -13px;
  }

  .about-work__right-text {
    margin-bottom: 13px;
  }

  .about-work__graphics .circle {
    width: 6px;
    height: 6px;
    bottom: -4px;
  }

  .about-description__2 {
    width: calc(100% - 34px);
  }

  .about-products {
    margin-top: -50px;
    height: 175px;
    background-position-y: 76px;
  }

  .about-products__block {
    margin: 0px 33px 0 0;
  }

  .about-work__img {
    width: 34px;
    margin-left: 10px;
  }

  .about-description__3 .about-description__text br {
    display: none;
  }

  .about-description__3 img {
    height: 119px;
    right: -27px;
    top: 53px;
  }

  .about-description__5 {
    width: calc(95% - 34px);
  }

  .about-description__5 img {
    top: unset;
    bottom: 8px;
    right: 5px;
    height: 25px;
  }

  .about-service {
    margin-top: 66px;
    margin-bottom: 30px;
    font-size: 9px;
  }

  .about-service__text-big {
    font-size: 15px;
  }
  .about-service__text-big span {
    font-size: 16px;
  }

  .about-service__left {
    margin-right: 10px;
    margin-left: 0;
  }

  .about-service__img {
    width: 66px;
  }

  .about-description__4 {
    margin-bottom: 30px;
  }

  .about-bottom_2 {
    height: 70px;
  }

  .about-bottom {
    height: 70px;
    background-position: center;
  }

  .about-bottom .container {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .about-bottom__left {
    margin-left: 0;
  }

  .about-bottom__left img {
    width: 44px;
    margin-top: 12px;
    margin-left: -9px;
  }

  .about-bottom__right img {
    width: 62px;
  }

  .about-bottom__right-wrapper {
    margin-left: 5px;
  }

  .about-bottom .percent {
    font-size: 16px;
    margin-left: 2px;
  }

  .about-bottom__right-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .about-bottom__right-wrapper {
    margin-right: 10px;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    text-align: right;
  }
}
