body {
  background: #fffaf3;
}

.wrapper {
  overflow: hidden;
}

.img-wrap {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  height: auto;
}

.img-wrap img, .img-wrap svg, .img-wrap picture {
  max-width: 100%;
  transition: all .2s linear;

  object-fit: cover;
}

.button {
  display: block;
  padding: 15px 0;
  max-width: 225px;
  width: 100%;
  border: 3px solid #ffffff;
  border-radius: 63px;
  background-image: linear-gradient(to right, #ff813a 0%, #ff3a3a 50%, #ff813a 100%);
  background-size: 200% auto;
  box-shadow: 0 5px 15px rgba(164, 29, 0, .49);
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  transition: .5s;
}

.button:hover {
  background-position: right center;
  color: #ffffff;
  text-decoration: none;
}

.button--about {
  max-width: 280px;
  box-shadow: 0 4px 13px rgba(103, 43, 0, .35);
}

/*! banner */
.banner {
  padding: 4% 0 10%;
  background: url('../img/banner-bg.jpg') center/cover no-repeat;
}

.banner__title {
  display: flex;
  align-items: center;
  min-width: 950px;
  color: #ffffff;
  text-align: left;
  font-weight: 600;
  font-size: 70px;
  line-height: 130%;
}

.banner__button {
  margin: 45px 0 0 0;
}

.banner .img-wrap {
  display: flex;
  justify-content: flex-start;
}

/*! banner end */
@media (min-width: 991px) {
  .about {
    display: flex;
  }
}

/*! .about */
.about {
  margin: 50px 0 0 0;
}

.about__title {
  display: flex;
  align-items: center;
  margin: 0 0 20px 0;
  color: #ffffff;
  text-align: left;
  font-weight: bold;
  font-size: 42px;
  line-height: 130%;
}

.about p {
  margin: 30px 0 0 0;
  color: #ffffff;
  text-align: left;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
}

.about .button {
  margin: 60px auto 0;
}

.about__content {
  display: flex;
  flex: 0 0 100%;
  background: linear-gradient(270deg, #ea503b 35%, #f38723 95%);
}

.about__container {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1140px;
}

.about__body {
  padding: 70px 0;
}

.about__image img {
  max-width: 100%;
  width: -moz-available;
  width: -webkit-fill-available;
  width: stretch;

  object-fit: cover;
  object-position: 10%;
}

@media (min-width: 991px) {
  .about__body {
    padding: 140px 0 120px 15px;
    width: 59.115%;
  }

  .about__image {
    position: relative;
    flex: 0 0 calc(((100vw - 30px) * .40885) + 15px);
    padding: 0 0 49.53% 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }

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

@media (min-width: 1140px) {
  .about__image {
    display: 0 0 calc(50vw - (.40885 - .5) * (1140px - 30px));
  }
}

/*! .about end *//*! .technics */
.technics {
  padding: 120px 0;
}

.technics__top {
  padding: 37px 80px;
  border-radius: 84px;
  background: #ffffff;
  box-shadow: 0 4px 35px rgba(103, 43, 0, .2);
  color: #7b1e00;
  text-align: center;
  font-weight: normal;
  font-style: italic;
  font-size: 36px;
  line-height: 130%;
}

.technics__title {
  margin: 120px 0 0 0;
  color: #7b1e00;
  text-align: center;
  font-weight: 800;
  font-style: normal;
  font-size: 46px;
  line-height: 130%;
}

.icon {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.icon .img-wrap {
  margin: 30px 0 20px 0;
  border-radius: 50%;
  box-shadow: 0 4px 35px rgba(103, 43, 0, .2);
}

.icon__title {
  color: #7b1e00;
  text-align: center;
  font-weight: 800;
  font-size: 28px;
  line-height: 130%;
}

/*! .technics end */
.slider-section {
  padding: 110px 0 65px;
  background: linear-gradient(94.78deg, #ff813a 12.15%, #ff3a3a 93.82%);
}

.slider-section__title {
  margin: 0 0 30px 0;
  color: #ffffff;
  text-align: center;
  font-weight: 800;
  font-size: 48px;
  line-height: 62px;
  direction: rtl;
}

.slider-slide {
  margin: 35px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 4px 35px rgba(103, 43, 0, .2);
}

.slider-slide .row, .slider-slide .col-6 {
  border-radius: 20px;
}

.slider-slide__text {
  border-radius: 0 20px 20px 0;
  background: #ffffff;
}

.slider-slide__text p {
  padding: 0 25px 0 0;
  color: #7b1e00;
  text-align: left;
  font-weight: normal;
  font-size: 32px;
  line-height: 38px;
}

.slider-slide .img-wrap {
  justify-content: flex-start;
  border-radius: 20px 0 0 20px;
}

.slick-dots {
  position: absolute;
  top: 50%;
  right: -48%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 30px;
  -webkit-transform: rotate(90deg) translateY(-50%);
          transform: rotate(90deg) translateY(-50%);
}

.slick-dots li button:before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slick-dots li button {
  display: block;
  padding: 5px;
  width: 15px;
  height: 15px;
  outline: none;
  border: 0;
  border-radius: 50%;
  background: #ffce93;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  transition: all .2s linear;
}

.slick-dots li.slick-active button {
  width: 25px;
  height: 25px;
  background: #ffd600;
  box-shadow: 0 3px 50px #ffd600;
}

.slick-dots li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px;
  padding: 0;
  width: 25px;
  height: 25px;
  cursor: pointer;
  transition: all .2s linear;
}

/*! slider end *//*! benefits */
.benefits {
  padding: 120px 0;
}

.benefits__title {
  color: #ff6421;
  text-align: center;
  font-weight: 800;
  font-size: 48px;
  line-height: 130%;
}

.benefits__subtitle {
  margin: 30px 0;
  color: #7b1e00;
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  line-height: 130%;
}

.benefits ul li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  color: #7b1e00;
  text-align: left;
  font-weight: normal;
  font-size: 26px;
  line-height: 150%;
}

.benefits ul li span {
  display: inline-block;
  margin: 0 10px 0 0;
  margin-top: 18px;
  min-width: 10px;
  min-height: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff6421;
}

.benefits__bottom {
  margin: 30px 0 70px;
  color: #ff6421;
  text-align: left;
  letter-spacing: .03em;
  font-weight: bold;
  font-size: 42px;
  line-height: 130%;
}

.specs {
  position: relative;
}

.specs .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 300px 300px 0;
  background: #ffffff;
  box-shadow: 0 0 35px 4px rgba(103, 43, 0, .2);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.specs .container {
  position: relative;
  z-index: 2;
  padding: 40px 0 30px;
  border-radius: 0 300px 300px 0;
  background: #ffffff;
  box-shadow: 35px 0 35px 4px rgba(103, 43, 0, .2);
}

.specs__title {
  margin: 0 0 30px 0;
  color: #7b1e00;
  text-align: left;
  font-weight: 600;
  font-size: 48px;
  line-height: 62px;
}

.specs ul li span {
  background: #ff8f05;
}

/*! benefits end *//*! form */
.form {
  padding: 80px 0 0 0;
  background: #ffffff;
}

.form__title {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #7b1e00;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  line-height: 38px;
}

.form__title span {
  background: -webkit-linear-gradient(0deg, #ff813a 10%, #ff3a3a 90%);
  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;
}

#form #form__wrapper .btn.call_btn.form-submit.submit_btn {
  border-radius: 8px !important;
  background: linear-gradient(to right, #ff813a 0%, #ff3a3a 50%, #ff813a 100%) !important;
  box-shadow: 0 5px 15px rgba(164, 29, 0, .49) !important;
  transition: all .2s linear;
}

#form #form__wrapper .btn.call_btn.form-submit.submit_btn:hover {
  border-radius: 8px !important;
  background: linear-gradient(to right, #ff7e33 0%, #ff3333 50%, #ff7e33 100%) !important;
  box-shadow: 0 5px 15px rgba(164, 29, 0, .49) !important;
  transition: all .2s linear;
}

#form #form__wrapper .btn.call_btn.form-submit.submit_btn:active, #form .btn.call_btn.form-submit.submit_btn:focus {
  border-radius: 8px !important;
  background: linear-gradient(to right, #ff5e00 0%, red 50%, #ff5e00 100%) !important;
  box-shadow: 0 5px 15px rgba(164, 29, 0, .49) !important;
  transition: all .2s linear;
}

/*! form end *//*! top form prices */
.price-block {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin: 150px 0 0 0;
}

.price-block__title {
  margin: 0 30px 3px 0;
  color: #ffffff;
  text-align: left;
  font-weight: 300;
  font-size: 22px;
}

.price-block__prices {
  position: relative;
}

.price {
  display: flex;
  line-height: 1;
}

.price--new {
  color: #ff3a3a;
  text-align: left;
  font-weight: bold;
  font-size: 43px;
}

.price--old {
  position: absolute;
  top: -25px;
  right: 0;
  color: #ffffff;
  text-align: left;
  font-weight: 500;
  font-size: 18px;
}

.price--old:after {
  position: absolute;
  top: 55%;
  left: 50%;
  display: block;
  width: 100%;
  height: 2px;
  background: #ff3a3a;
  content: '';
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*! top form prices end */


@media screen and (max-width: 1199px) {
  .banner {
    background: url(../img/banner-bg.jpg) 10% 0/cover no-repeat;
  }

  .about__title {
    font-size: 34px;
  }

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

  .technics {
    padding: 100px 0;
  }

  .technics__top {
    font-size: 29px;
  }

  .technics__title {
    margin: 90px 0 0 0;
    font-size: 42px;
  }

  .icon__title {
    font-size: 25px;
  }

  .slider-section {
    padding: 100px 0 50px;
  }

  .benefits {
    padding: 100px 0;
  }

  .benefits__bottom {
    margin: 30px 0 100px;
    font-size: 35px;
  }

  .benefits ul li {
    font-size: 24px;
  }

  .slick-dots {
    right: calc(-48% + 7.5px);
  }

  .slider-slide__text p {
    font-size: 28px;
    line-height: 130%;
  }
}

@media screen and (max-width: 991px) {
  .banner {
    padding: 4% 0 10%;
    background: linear-gradient(90deg, #a85333 0%, #4b2219 100%);
  }

  .banner .img-wrap {
    display: flex;
    justify-content: center;
  }

  .banner__title {
    justify-content: center;
    margin: 0 0 40px 0;
    min-width: unset;
    text-align: center;
    font-size: 62px;
  }

  .price-block {
    display: flex;
    justify-content: center;
    margin: 50px 0 0 0;
  }

  .banner__button {
    margin: 45px auto 0;
  }

  .slider-slide__text {
    align-items: center;
    min-height: 300px;
    max-height: 300px;
  }

  .slider-section video {
    display: block;
    width: 100%;
  }

  .slider-slide .img-wrap {
    border-radius: 20px 20px 0 0;
  }

  .slider-slide__text {
    border-radius: 0 0 20px 20px;
  }

  .slick-dots {
    right: 0;
    bottom: 0;
    left: 50%;
    flex-direction: row;
    width: 30px;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }

  .benefits__title {
    font-size: 42px;
  }

  .benefits__bottom {
    font-size: 29px;
  }

  .benefits ul li {
    font-size: 20px;
  }

  .slider-slide__text p {
    padding: 0 50px;
  }

  .benefits__title {
    margin: 0 auto;
    max-width: 550px;
  }

  .specs__title {
    font-size: 40px;
    line-height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .banner__title {
    font-size: 56px;
  }

  .technics__top {
    padding: 0;
    background: none;
    box-shadow: unset;
    text-align: center;
    font-weight: normal;
    font-style: italic;
    font-size: 32px;
    line-height: 44px;
  }

  .specs .container {
    background: none;
    box-shadow: unset;
  }

  .specs .bg {
    right: 10px;
    border-radius: 0 100px 100px 0;
    box-shadow: 0 4px 35px rgba(103, 43, 0, .2);
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  .specs__title {
    text-align: center;
    font-size: 40px;
    line-height: 48px;
  }

  .specs ul {
    margin-left: 0;
  }

  .specs ul li {
    margin-bottom: 10px;
  }

  .specs .img-wrap {
    margin-top: 30px;
  }

  .benefits ul li span {
    margin-top: 12px;
  }

  .slider-slide__text p {
    font-size: 26px;
  }

  .slider-section__title {
    font-size: 42px;
    line-height: 52px;
  }
}

@media screen and (max-width: 575px) {
  .banner {
    padding: 10% 0 15%;
  }

  .banner__title {
    min-width: unset;
    font-size: 54px;
    line-height: 56px;
  }

  .about__title {
    text-align: center;
  }

  .about p {
    font-size: 22px;
  }

  .about .button {
    margin: 86px auto 0;
  }

  .technics {
    padding: 90px 0;
  }

  .technics__top {
    font-size: 27px;
    line-height: 44px;
  }

  .icon .img-wrap {
    max-width: 80%;
  }

  .slider-section__title {
    margin: 0;
    font-size: 37px;
    line-height: 46px;
  }

  .slider-slide__text p {
    padding: 0 15px 0 0;
    font-size: 22px;
    line-height: 130%;
  }

  .benefits {
    padding: 70px 0;
  }

  .benefits__title {
    font-size: 35px;
    line-height: 50px;
  }

  .benefits__subtitle {
    font-size: 25px;
    line-height: 130%;
  }

  .benefits__bottom {
    font-size: 38px;
  }

  .benefits ul li span {
    margin-top: 11px;
  }

  .specs ul {
    margin-left: 35px;
  }

  .slider-section {
    padding: 50px 0;
  }

  .slider-section__title {
    font-size: 30px;
  }

  .icon__title {
    font-size: 18px;
  }

  .technics__title {
    font-size: 30px;
  }

  .technics__top {
    font-size: 22px;
  }
}

@media screen and (max-width: 415px) {
  .form__title {
    font-size: 30px;
  }

  .specs__title {
    font-size: 34px;
  }

  .benefits__bottom {
    font-size: 30px;
  }

  .slider-slide__text {
    min-height: 250px;
  }
}


/*! video */
.video {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  border-radius: 10px;
  background: #000000;
}

.video--enabled {
  cursor: pointer;
}

.video--enabled .video__button {
  display: flex;
}

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

.video__button {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-color: transparent;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  cursor: pointer;
  transition: all .2s cubic-bezier(.455, .030, .515, .955);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.play__circle {
  transition: all .2s cubic-bezier(.455, .030, .515, .955);
  -webkit-transform-origin: 50% 50% 0;
          transform-origin: 50% 50% 0;

  fill: #49525c;
  fill-opacity: .75;
  stroke: #49525c;
  stroke-width: 4px;
}

.play__triangle {
  fill: #ffffff;
  fill-opacity: .9;
  stroke: #49525c;
  stroke-width: 0;
}

.play__triangle {
  transition: all .3s cubic-bezier(.455, .030, .515, .955);
  -webkit-transform: rotate(0) scale(1);
          transform: rotate(0) scale(1);
  -webkit-transform-origin: 50% 50% 0;
          transform-origin: 50% 50% 0;
}

.video:hover .play__triangle {
  transition: all .3s cubic-bezier(.455, .030, .515, .955);
  -webkit-transform: rotate(0deg) scale(1.2);
          transform: rotate(0deg) scale(1.2);
  -webkit-transform-origin: 50% 50% 0;
          transform-origin: 50% 50% 0;

  fill: #ff6363;
  fill-opacity: .85;
  stroke-width: 1px;
}

.video:hover .play__circle {
  transition: all .2s cubic-bezier(.455, .030, .515, .955);

  stroke-width: 12px;
}

.video:hover .video__button {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .35);
  transition: all .2s cubic-bezier(.455, .030, .515, .955);
  ;
}

.video__link:focus, .video__link:active, .video__button:focus, .video__button:active {
  outline: 0;
}

/*! video end*/
