@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 562px;
  position: relative;
}

.header__top {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 6px 30px;
}

.header__top-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1260px;
  width: 100%;
}

.header__top-empty {
  width: 156px;
}

.header__top-text {
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}

.header__top-btn {
  font-weight: bold;
  font-size: 18.087px;
  line-height: 140%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #d7172f;
  max-width: 156px;
  width: 100%;
  height: 38px;
  background-color: #fff;
  border: 1px solid #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header__top-btn:hover {
  background-color: #000;
}

.header__left {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 30px;
}

.header__logo {
  margin: 38px 0;
}

.header__title {
  font-weight: bold;
  font-size: 55px;
  line-height: 110%;
  text-transform: capitalize;
  color: #000000;
  max-width: 361px;
  width: 100%;
  margin-bottom: 20px;
}

.header__text {
  font-weight: 300;
  font-size: 20px;
  line-height: 140%;
  color: #000000;
  max-width: 383px;
  width: 100%;
  margin-bottom: 33px;
}

.header__btn {
  font-weight: bold;
  font-size: 24px;
  line-height: 140%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #ffffff;
  background: #d7172f;
  border: 1px solid #d7172f;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  max-width: 255px;
  width: 100%;
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__btn:hover {
  background-color: #fff;
  color: #d7172f;
}

.header__right {
  width: 100%;
  max-width: 100%;
}

.header__right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer {
  padding: 75px 30px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 4px solid #eaeaea;
}

.footer__content {
  width: 100%;
  margin-top: 75px;
  border-top: 1px solid #999999;
  padding-top: 10px;
  margin-bottom: 30px;
}

@media (max-width: 767px){
  .footer__content {
    margin-top: 41px;
  }
}

.footer__copy {
  color: #231F20;
}

.footer__content span {
  margin: 0 5px;
}

.footer__container {
  width: 100%;
  display: flex;
  justify-content: space-between;

  
}



@media (max-width: 830px){
  .footer__container {
    flex-direction: column-reverse;
    align-items: center;
  }
  .footer__links {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  }
}

.footer__link {
  color: #231F20;
  margin-bottom: 10px;
}

.footer__link:hover {
  text-decoration: underline;
}



.benefits {
  background-color: #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 29px 0;
}

.benefits__container {
  max-width: 940px;
  width: 100%;
  padding: 0 30px;
}

.benefits__title {
  font-weight: bold;
  font-size: 40px;
  line-height: 47px;
  text-align: center;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 30px;
}

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

.benefits__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 10px;
}

.benefits__item:last-child {
  margin-right: 0;
}

.benefits__item-img {
  margin-bottom: 8px;
}

.benefits__item-title {
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 160%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #000000;
}

.benefits__item-title br {
  display: none;
}

.benefits__mobile {
  overflow: hidden;
  display: none;
}

.claim_wrapper {
  width: 100%;
  overflow: hidden;
}

.claims_marquee {
  width: 100%;
}

.claims {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.works {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 37px 30px;
}

.works__container {
  max-width: 950px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.works__inner {
  margin-bottom: 46px;
}

.works__title {
  font-weight: bold;
  font-size: 40px;
  line-height: 47px;
  text-align: center;
  text-transform: capitalize;
  color: #000000;
}

.works__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.works__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 205px;
  width: 100%;
  margin: 0 10px;
}

.works__item:first-child {
  margin-left: 0;
}

.works__item:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.works__item-img {
  margin-bottom: 15px;
}

.works__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.works__item-body {
  width: 100%;
}

.works__item-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #d7172f;
  margin-bottom: 13px;
}

.works__item-text {
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #000000;
}
.works__item-text a {
  color: #d7172f;
  font-weight: 500;
}

.shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 44px 30px;
}

.shop__container {
  max-width: 870px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop__left {
  margin-right: 30px;
}

.shop__mobile {
  display: none;
}

.shop__title {
  font-weight: bold;
  font-size: 40px;
  line-height: 47px;
  color: #d7172f;
  margin-bottom: 20px;
}

.shop__sliders {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.shop__small-slider {
  max-width: 400px;
  width: 100%;
  margin-top: 13px;
}

.shop__small-slider2 {
  max-width: 400px;
  width: 100%;
  margin-top: 13px;
}

.shop__small-slider-item {
  cursor: pointer;
}

.shop__small-slider-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop__big-slider {
  max-width: 400px;
  width: 100%;
}

.shop__big-slider2 {
  max-width: 400px;
  width: 100%;
}

.shop__big-slider-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.shop__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.shop__description {
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 20px;
}

.shop__get-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 140%;
  color: #d7172f;
  margin-bottom: 8px;
}

.shop__get-body {
  margin-bottom: 27px;
}

.shop__get-item {
  font-size: 16px;
  line-height: 140%;
  color: #000000;
}

.shop__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 27px;
}

.shop__price-old {
  font-size: 20px;
  line-height: 140%;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #a4a4a4;
  margin-right: 10px;
}

.shop__price-new {
  font-weight: bold;
  font-size: 30px;
  color: #d7172f;
  margin-right: 10px;
}

.shop__price-off {
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #ffffff;
  background-color: #000;
  padding: 5px 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shop__qty {
  margin-bottom: 27px;
}

.shop__qty-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 150%;
  color: #000000;
  margin-bottom: 10px;
}

.shop__qty-item {
  border: 1px solid #000000;
  max-width: 168px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shop__qty-item input {
  width: 100%;
  text-align: center;
  border: none;
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
}

.shop__qty-item input:focus {
  outline: none;
}

.shop__qty-btn {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 16px;
}

.shop__qty-btn img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop__btn {
  font-weight: bold;
  font-size: 24px;
  line-height: 140%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #d7172f;
  border: 1px solid #d7172f;
  max-width: 313px;
  width: 100%;
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.shop__btn:hover {
  background-color: #fff;
  color: #d7172f;
}

.swiper-pagination {
  display: none;
}

.swiper-slide.swiper-slide-visible.swiper-slide-thumb-active > .shop__small-slider-item::after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 0px 0px 1px #000 inset;
  box-shadow: 0px 0px 0px 1px #000 inset;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}

.swiper-pagination-bullet {
  border: 1.5px solid #000000;
  opacity: 1;
  background-color: #fff;
  width: 11px;
  height: 11px;
}

.swiper-pagination-bullet-active {
  background-color: #d7172f;
}

.shop2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 44px 30px;
}

.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
}

.product__container {
  max-width: 980px;
  width: 100%;
}

.product__inner {
  margin-bottom: 46px;
}

.product__title {
  font-weight: bold;
  font-size: 40px;
  line-height: 47px;
  text-align: center;
  color: #000000;
}

.product__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product__item {
  max-width: 228px;
  width: 100%;
  margin: 0 10px 30px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product__item:first-child {
  margin-left: 0;
}

.product__item:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.product__item-img {
  margin-bottom: 15px;
}

.product__item-img img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product__item-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #d7172f;
  margin-bottom: 7px;
}

.product__item-text {
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #000000;
}

.customers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 45px 30px;
}

.customers__container {
  max-width: 905px;
  width: 100%;
}

.customers__inner {
  margin-bottom: 46px;
}

.customers__title {
  font-weight: bold;
  font-size: 40px;
  line-height: 47px;
  text-align: center;
  color: #000000;
}

.customers__title br {
  display: none;
}

.customers__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.customers__item {
  max-width: 275px;
  width: 100%;
  border: 1px solid #000000;
  padding: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 10px 30px 10px;
}

.customers__item:first-child {
  margin-left: 0;
}

.customers__item:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.customers__item-ratig {
  margin-bottom: 20px;
}

.customers__item-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #000000;
  margin-bottom: 10px;
}

.customers__item-text {
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
}

.customers__item-user {
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #000000;
}

.video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 45px 30px;
  background: #eaeaea;
}

.video__inner {
  margin-bottom: 30px;
}

.video__title {
  font-weight: bold;
  font-size: 40px;
  line-height: 47px;
  text-align: center;
  color: #000000;
  margin-bottom: 15px;
}

.video__subtitle {
  font-weight: bold;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #000000;
}

.video__body video {
  width: 100%;
  height: 100%;
  max-width: 852px;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #eaeaea;
  padding: 53px 30px;
}

.social__container {
  max-width: 960px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.social__inner {
  margin-bottom: 45px;
}

.social__title {
  font-weight: bold;
  font-size: 40px;
  line-height: 47px;
  text-align: center;
  color: #000000;
}

.social__body {
  width: 100%;
  padding: 0 30px 40px 30px;
}

.social__body .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social__body video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.social__body .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
}

.social__item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide .social__item {
  width: 207px;
  height: 207px;
  margin: 0 auto;
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  -o-transition: transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}

.swiper-slide-active .social__item {
  width: 100%;
  max-height: 314px;
  height: 100%;
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  -o-transition: transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  font-size: 35px;
  font-weight: normal;
  color: #000;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  font-size: 35px;
  font-weight: normal;
  color: #000;
}

.social__body .swiper-pagination {
  display: block;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-family: "Roboto", sans-serif;
}

a {
  text-decoration: none;
}

summary {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

details {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

details > summary::-webkit-details-marker {
  display: none;
}

summary:focus {
  outline: none;
}

summary:active {
  border: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type=number] {
  -moz-appearance: textfield;
}

@media (max-width: 1440px) {
  .header__right {
    max-width: 591px;
  }
}

@media (max-width: 990px) {
  .benefits__item-title br {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 880px) {
  .benefits__item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 850px) {
  .swiper-slide-active .social__item {
    max-width: 314px;
  }
}

@media (max-width: 780px) {
  .shop__title {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .header {
    height: 727px;
  }

  .header__top-empty {
    display: none;
  }

  .header__top-text {
    font-size: 16px;
    line-height: 140%;
  }

  .header__top-btn {
    max-width: 124px;
    height: 32px;
  }

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

  .header__left-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .header__logo {
    margin: 29px 0;
  }
  .header__logo img {
    width: 130px;
  }

  .header__title {
    font-size: 42px;
    line-height: 110%;
    text-align: center;
    max-width: none;
  }

  .header__text {
    max-width: none;
    text-align: center;
    font-size: 20px;
    line-height: 140%;
  }

  .header__right {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
  }

  .footer {
    padding: 41px 30px;
  }


  .benefits__container {
    display: none;
  }

  .benefits__item {
    margin: 0 20px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .benefits__item-img img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -o-object-fit: none;
       object-fit: none;
  }

  .benefits__item-title br {
    display: none;
  }

  .benefits__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .works__inner {
    margin-bottom: 36px;
  }

  .works__title {
    font-size: 35px;
    line-height: 41px;
  }

  .works__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .works__item {
    margin: 0 0 24px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 500px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .works__item-img {
    max-width: 177px;
    width: 100%;
    margin-right: 24px;
    margin-bottom: 0;
  }

  .works__item-title {
    text-align: start;
  }

  .works__item-text {
    text-align: start;
  }

  .shop {
    padding: 30px;
  }

  .shop__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .shop__left {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }

  .shop__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .shop__title {
    text-align: center;
    font-size: 40px;
  }

  .shop__small-slider {
    display: none;
  }

  .shop__small-slider2 {
    display: none;
  }

  .shop__big-slider {
    padding-bottom: 30px;
  }

  .shop__big-slider2 {
    padding-bottom: 30px;
  }

  .shop__right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 400px;
  }

  .shop__desktop {
    display: none;
  }

  .shop__description {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    text-align: center;
  }

  .shop__get {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .shop__get-title {
    text-align: center;
  }

  .shop__get-body {
    margin-bottom: 0;
  }

  .shop__get-item {
    text-align: center;
  }

  .shop__price {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .shop__qty {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .shop__qty-title {
    text-align: center;
  }

  .shop__btn {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 30px;
  }

  .swiper-pagination {
    display: block;
  }

  .shop2 {
    padding: 30px;
  }

  .product {
    padding: 20px 30px;
  }

  .product__inner {
    margin-bottom: 20px;
  }

  .product__title {
    font-size: 35px;
  }

  .product__item {
    max-width: 400px;
    margin: 0 0 30px 0;
  }

  .customers {
    padding: 30px;
  }

  .customers__inner {
    margin-bottom: 30px;
  }

  .customers__title {
    font-size: 35px;
    line-height: 41px;
  }

  .customers__title br {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .customers__item {
    margin: 0 0 30px 0;
    max-width: 350px;
  }

  .video {
    padding: 30px;
  }

  .video__title {
    font-size: 32px;
    line-height: 100%;
    margin-bottom: 10px;
  }

  .social {
    padding: 30px;
  }

  .social__inner {
    margin-bottom: 35px;
  }

  .social__title {
    font-size: 36px;
  }
}

@media (max-width: 460px) {
  .header__title {
    font-size: 32px;
  }

  .header__text {
    font-size: 18px;
  }
}

@media (max-width: 440px) {
  .works {
    padding: 30px 20px;
  }

  .works__item-title {
    font-size: 18px;
  }
}

@media (max-width: 430px) {
  .works__item-title {
    font-size: 16px;
    margin-bottom: 7px;
  }

  .works__item-text {
    font-size: 14px;
    line-height: 140%;
  }
}

@media (max-width: 400px) {
  .works__item-img {
    margin-right: 15px;
  }
}

@media (max-width: 380px) {
  .header__top {
    padding: 6px 15px;
  }
}

@media (max-width: 374px) {
  .footer__link {
    font-size: 14px;
  }
  .footer {
    padding: 41px 15px;
  }
  .header__top-text {
    font-size: 14px;
  }

  .header__top-btn {
    max-width: 100px;
    height: 30px;
    font-size: 16px;
  }

  .header__left {
    padding: 0 15px;
  }

  .header__title {
    font-size: 30px;
  }

  .header__btn {
    font-size: 20px;
    height: 43px;
  }

  .footer__logo img {
    width: 150px;
  }

  .benefits__title {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .benefits__item-title {
    font-size: 14px;
  }

  .works {
    padding: 30px 15px;
  }

  .works__title {
    font-size: 30px;
  }

  .works__item-title {
    font-size: 14px;
  }

  .shop {
    padding: 30px 15px;
  }

  .shop__title {
    font-size: 32px;
  }

  .shop__get-title {
    font-size: 18px;
  }

  .shop__btn {
    font-size: 20px;
    height: 42px;
  }

  .shop2 {
    padding: 30px 15px;
  }

  .product {
    padding: 20px 15px;
  }

  .product__title {
    font-size: 32px;
  }

  .product__item-title {
    font-size: 18px;
  }

  .product__item-text {
    font-size: 14px;
  }

  .customers {
    padding: 30px 15px;
  }

  .customers__title {
    font-size: 30px;
    line-height: 100%;
  }

  .video {
    padding: 30px 15px;
  }

  .video__title {
    font-size: 28px;
    line-height: 100%;
  }

  .video__subtitle {
    font-size: 18px;
  }

  .social {
    padding: 30px 15px;
  }

  .social__title {
    font-size: 30px;
    line-height: 100%;
  }
}
@supports (-webkit-appearance:none){

}

 @media (max-width: 1440px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 990px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 880px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 850px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 780px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 767px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 460px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 440px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 430px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 400px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 380px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 374px){

@supports (-webkit-appearance:none){

}

}
