@import url("/assets/fonts/CenturyGothic/stylesheet.css");
@font-face {
  font-family: 'Century Gothic';
  src: url("../fonts/Gothic/CenturyGothicPaneuropeanBlack.ttf") format(truetype);
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: 'Century Gothic';
  src: url("../fonts/Gothic/CenturyGothicPaneuropeanSemiBold.ttf") format(truetype);
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'Century Gothic';
  src: url("../../fonts/Gothic/CenturyGothicPaneuropeanSemiBoldItalic.ttf") format(truetype);
  font-style: italic;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'Intro';
  src: url("../fonts/Intro/Intro Black Inline Regular.otf") format(truetype);
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

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

body {
  min-width: 320px;
  min-height: 100vh;
  font-family: 'Century Gothic', sans-serif;
  overflow-x: hidden;
}

.body_hidden {
  overflow: hidden;
}

.bold {
  font-weight: bold;
}

.fw-5 {
  font-weight: 500;
  font-style: normal;
}

.fw-9 {
  font-weight: 900;
}

.italic {
  font-style: italic;
}

.green {
  color: #69884a;
  background-color: #69884a;
  background-image: -webkit-gradient(linear, left top, right top, from(#8da35e), to(#7ca36b));
  background-image: linear-gradient(90deg, #8da35e, #7ca36b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mar-20 {
  margin-left: 50px;
}

.text-upper {
  text-transform: uppercase;
}

.underline-1 {
  position: relative;
}

.underline-1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
}

.underline-2 {
  position: relative;
}

.underline-2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #69884a;
}

.underline-green {
  position: relative;
}

.underline-green::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #69884a;
}

.swiper-button-next {
  background: url("../img/icons/next.png");
  width: 58px;
  height: 58px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.swiper-button-next::after {
  display: none;
}

.swiper-button-prev {
  background: url("../img/icons/prev.png");
  width: 58px;
  height: 58px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.swiper-button-prev::after {
  display: none;
}

.swiper-pagination-bullet-active {
  background: #69884a;
}

.swiper-wrapper {
  padding: 10px 0;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.overlay_hide {
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}

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

.iti__flag-container {
  max-height: 38px;
}

.form-control.is-invalid,
.was-validated .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2012%2012'%20width='12'%20height='12'%20fill='none'%20stroke='%23dc3545'%3E%3Ccircle%20cx='6'%20cy='6'%20r='4.5'/%3E%3Cpath%20stroke-linejoin='round'%20d='M5.8%203.6h.4L6%206.5z'/%3E%3Ccircle%20cx='6'%20cy='8.2'%20r='.6'%20fill='%23dc3545'%20stroke='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.header {
  width: 100%;
  height: 100px;
  position: fixed;
  z-index: 10;
  background: rgba(0, 0, 0, 0.02);
  -webkit-transition: 0.25s;
  transition: 0.25s;
  z-index: 11;
}

.header_fixed {
  background: #fff;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
  height: 80px;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.header__number {
  font-size: 22px;
  font-weight: 500;
}

.header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  margin-right: 60px;
  margin-left: 50px;
}

.header .menu__item {
  list-style: none;
}

.header .menu__item + li {
  margin-left: 50px;
}

.header .menu__link {
  text-decoration: none;
  color: #000;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.header .menu__link:hover {
  color: green;
}

.header__langs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(69, 71, 93, 0.2);
  border-radius: 10px;
}

.header__langs .lang {
  padding: 5px 15px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 14px;
}

.header__langs .lang_active {
  -webkit-filter: drop-shadow(0 0 2.5px rgba(0, 0, 0, 0.35));
          filter: drop-shadow(0 0 2.5px rgba(0, 0, 0, 0.35));
  background-image: -webkit-gradient(linear, left bottom, left top, from(#2f3452), to(#262d50));
  background-image: linear-gradient(0deg, #2f3452 0%, #262d50 100%);
  color: #fff;
}

.header .dropdown {
  margin-left: auto;
}

.header .dropdown__title {
  height: 61px;
  border-radius: 31px;
  background-image: linear-gradient(-38deg, #ffffff 0%, #f2f2f2 100%);
  border: none;
  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;
  cursor: pointer;
  color: #3e4864;
  -webkit-box-shadow: 0 0 1px 5px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 1px 5px rgba(255, 255, 255, 0.5);
}

.header .dropdown__title:active {
  color: #3e4864;
}

.header .dropdown__title img {
  width: 20px;
}

.header .dropdown__link {
  text-decoration: none;
  color: #3e4864;
}

.header .icon {
  display: none;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  z-index: 21;
}

.header .icon .burger {
  width: 80%;
  height: 3px;
  border-radius: 10px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.header .icon .burger::before, .header .icon .burger::after {
  content: '';
  width: 100%;
  height: 3px;
  border-radius: 10px;
  background: #000;
  position: absolute;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.header .icon .burger::before {
  top: -10px;
}

.header .icon .burger::after {
  top: 10px;
}

.header .icon_active .burger {
  background: transparent;
}

.header .icon_active .burger::after {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #ccc;
}

.header .icon_active .burger::before {
  top: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  background: #ccc;
}

.header .mobile {
  display: none;
}

.header .mobile__langs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(69, 71, 93, 0.2);
  border-radius: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.header .mobile__langs .lang {
  padding: 5px 15px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 20px;
}

.header .mobile__langs .lang_active {
  -webkit-filter: drop-shadow(0 0 2.5px rgba(0, 0, 0, 0.35));
          filter: drop-shadow(0 0 2.5px rgba(0, 0, 0, 0.35));
  background-image: -webkit-gradient(linear, left bottom, left top, from(#2f3452), to(#262d50));
  background-image: linear-gradient(0deg, #2f3452 0%, #262d50 100%);
  color: #fff;
}

.welcome {
  width: 100%;
  height: 800px;
  background-image: url(../img/welcome-bg.webp);
  background-position: bottom;
}

.welcome__container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 200px;
  position: relative;
}

.welcome__idea {
  font-size: 17px;
  line-height: 21px;
  color: #959595;
  font-style: italic;
}

.welcome__title {
  font-size: 42px;
  color: #000000;
  margin-top: 20px;
  font-weight: normal;
  margin-bottom: 50px;
  max-width: 560px;
}

.welcome__title p {
  font-size: 58px;
  display: inline-block;
  margin: 0;
}

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

.welcome__btn {
  width: 296px;
  height: 71px;
  border-radius: 36px;
  -webkit-box-shadow: inset 8.529px 9.811px 14.5px rgba(26, 92, 47, 0.22);
          box-shadow: inset 8.529px 9.811px 14.5px rgba(26, 92, 47, 0.22);
  background-image: linear-gradient(-38deg, #e8f8ed 0%, #f8f9e0 100%);
  border: 3px solid #fbefd5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 17px;
  color: #000000;
}

.welcome__btn_hidden {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 17px;
  background: transparent;
  border: none;
  margin-left: 20px;
  text-align: left;
}

.welcome__btn_hidden img {
  width: 60px;
}

.welcome__btn_hidden span {
  color: #000000;
}

.welcome__btn img {
  width: 90px;
  margin-top: -40px;
}

.welcome__term {
  font-size: 14px;
  color: #000000;
  margin-top: 50px;
  display: block;
  margin-left: 10px;
}

.production {
  background-image: url("../img/bg-production.webp"), linear-gradient(30deg, #e7e7e7 0%, #f3f3f3 100%);
  position: relative;
  padding: 50px 0 65px;
  background-size: cover;
  background-position: center;
}

.production__img-up {
  width: 174px;
  height: 48px;
  background: url("../img/rectangle.png") no-repeat;
  position: absolute;
  top: -47px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  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;
}

.production__img-up img {
  width: 29px;
  height: 29px;
  cursor: pointer;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.production__title {
  font-size: 46px;
}

.production__title span {
  font-size: 54px;
}

.production .list p {
  font-size: 17px;
}

.production .list__item {
  max-width: 573px;
}

.production__lists {
  border-radius: 20px;
  background-image: linear-gradient(-38deg, #e8f8ed 0%, #f8f9e0 100%);
  border: 5px solid #fff;
  padding: 20px;
}

.production__lists-title {
  font-size: 20px;
}

.production__lists-desc {
  font-size: 14px;
  margin-bottom: 0;
}

.production__lists-img {
  margin-right: -15px;
  position: relative;
  z-index: 1;
}

.production__info {
  font-size: 24px;
  max-width: 573px;
}

.production__item {
  max-width: 365px;
  width: 100%;
}

.brand {
  padding: 50px 0 60px;
  background: url("../img/bg-brand.webp") no-repeat center/cover;
  position: relative;
}

.brand__title {
  text-align: center;
  margin-bottom: 50px;
  font-size: 40px;
  position: relative;
}

.brand__title p {
  font-size: 48px;
  display: block;
}

.brand-pagination {
  display: none;
}

.brand__req {
  text-align: center;
  margin-top: 20px;
  display: block;
  color: #000;
  text-decoration: none;
}

.brand .slider {
  width: 100%;
  height: 100%;
  position: relative;
}

.brand .slider__container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.brand .slider__items {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.brand .slider__item {
  width: 100%;
  height: 100%;
  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;
  font-size: 40px;
  color: #fff;
  padding: 10px;
}

.brand .slider__controllers {
  font-size: 50px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  width: 100%;
}

.brand .slider__controllers .next {
  right: -50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.brand .slider__controllers .next_hide {
  display: none;
}

.brand .slider__controllers .prev {
  left: -50px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  cursor: pointer;
}

.brand .slider__controllers .prev_hide {
  display: none;
}

.brand .slide {
  border-radius: 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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  background-image: linear-gradient(30deg, #e8e8e8 0%, #f4f4f4 100%);
  -webkit-box-shadow: 0 0 1px 5px rgba(255, 255, 255, 0.4);
          box-shadow: 0 0 1px 5px rgba(255, 255, 255, 0.4);
}

.brand .slide__img {
  width: 125px;
  height: 125px;
}

.brand .slide__img img {
  width: 100%;
  height: 100%;
}

.brand .slide__title {
  font-size: 24px;
  color: #69884a;
  font-weight: 500;
  text-align: center;
}

.brand .slide__desc {
  font-size: 17px;
  text-align: center;
  color: #000;
}

.goods {
  width: 100%;
  padding: 50px 0;
  background: url("../img/bg-goods.webp") no-repeat center/cover;
}

.goods h4 {
  font-weight: bold;
  font-size: 42px;
  margin: 10px 0 20px;
  text-align: center;
}

.goods__title {
  font-size: 36px;
  text-align: center;
  max-width: 820px;
  margin: 0 auto 50px;
}

.goods__par {
  text-align: right;
  font-size: 14px;
  margin: 0;
  max-width: 400px;
}

.goods__tools {
  border-radius: 10px;
  background-color: #d4dec7;
  padding: 3px 5px;
  font-size: 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.goods__card {
  -webkit-transition: .15s;
  transition: .15s;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 5px rgba(235, 235, 235, 0.55);
          box-shadow: 0 0 0 5px rgba(235, 235, 235, 0.55);
  border-radius: 20px;
}

.goods__card:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  
  .goods__card .align-content-stretch {
    filter: opacity(0.5);
  }
}

.goods__card:hover div.align-content-stretch {
    filter: opacity(0.5);
}

.goods__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.goods__item p {
  margin-bottom: 0;
}

.goods__item img {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}

.goods__item + .goods__item {
  margin-top: 10px;
}

.goods__offer {
  font-size: 20px;
  font-weight: 500;
  margin: 20px 0;
}

.goods__actions button {
  position: relative;
  height: 58px;
  border-radius: 29px;
  -webkit-filter: drop-shadow(0px 1px 23px rgba(115, 115, 115, 0.14));
          filter: drop-shadow(0px 1px 23px rgba(115, 115, 115, 0.14));
  -webkit-box-shadow: inset 8.529px 9.811px 14.5px rgba(133, 189, 78, 0.48);
          box-shadow: inset 8.529px 9.811px 14.5px rgba(133, 189, 78, 0.48);
  background-color: #5d7f3d;
  font-size: 17px;
  color: #fff;
  border: none;
}

.goods__actions button img {
  width: 108px;
  height: 84px;
  position: absolute;
  left: -47px;
  top: -10px;
}

.goods__actions input {
  height: 58px;
  border-radius: 29px;
  -webkit-box-shadow: inset 8.529px 9.811px 14.5px rgba(26, 92, 47, 0.05);
          box-shadow: inset 8.529px 9.811px 14.5px rgba(26, 92, 47, 0.05);
  background-color: #ffffff;
  border: 1px dashed #dadddc;
  outline: none;
  text-align: center;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  height: 500px;
  margin-top: 20px;
}

.gallery__box {
  width: 100%;
  height: 100%;
  position: relative;
}

.gallery__big {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery__thumbs {
  height: 100%;
  width: 180px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow-y: overlay;
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.gallery__thumbs img {
  height: calc(100% / 3);
  width: 100%;
  cursor: pointer;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 2px;
  border-radius: 10px;
}

.gallery__thumbs::-webkit-scrollbar {
  width: 5px;
}

.gallery__thumbs::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.gallery__thumbs::-webkit-scrollbar-thumb {
  background: #888;
}

.gallery__thumbs::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.gallery__info {
  position: absolute;
  left: 45px;
  top: 25px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  color: #000;
  padding: 10px 20px 10px 40px;
}

.gallery__info p {
  font-size: 12px;
  margin-bottom: 0;
  font-weight: 500;
}

.gallery__info img {
  width: 62px;
  height: 62px;
  position: absolute;
  top: 0;
  left: -25px;
}

.gallery__info span {
  width: 62px;
  height: 62px;
  font-size: 25px;
  font-weight: 900;
  font-family: 'Intro';
  position: absolute;
  left: -25px;
  top: 0;
  z-index: 1;
  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;
}

.gal__info {
  margin-top: 40px;
}

.gal__info img {
  width: 46px;
  height: 64px;
  margin-right: 15px;
}

.gal__info p {
  font-size: 16px;
  color: #5e7f3d;
}

.gal__info span {
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
}

.more-info {
  color: #a5a5a5;
  -webkit-transition: .25s;
  transition: .25s;
  cursor: pointer;
  margin: 0;
  color: #636363;
  font-size: small;
  border: 5px solid #f3f3f3;
  border-radius: 20px;
  text-align: center;
  padding: 10px;
  -webkit-box-shadow: inset 8.529px 9.811px 14.5px rgba(26, 92, 47, 0.22);
  box-shadow: inset 8.529px 9.811px 14.5px rgba(26, 92, 47, 0.22);
  background-image: linear-gradient(-38deg, #e8f8ed 0%, #f8f9e0 100%);
  border: 3px solid #fbefd5;
}

.more-info:hover {
  box-shadow: inset 8.529px 9.811px 19px rgba(26, 92, 47, 0.22);
  background-image: linear-gradient(-38deg, #c3e1cd 0%, #e9ebba 100%);
}

.nav-pills .nav-link {
  color: #000;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background: #69884a;
}

.steps {
  padding: 50px 0 0;
  background: url("../img/bg-steps.webp") no-repeat right bottom/cover;
  position: relative;
  overflow: hidden;
}

.steps__water {
  position: absolute;
  bottom: 0;
}

.steps__title {
  font-size: 36px;
  max-width: 675px;
}

.steps__title span {
  display: block;
}

.steps__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.steps__marker {
  position: relative;
  margin: 0 0 0 25px;
}

.steps__info {
  position: relative;
  font-size: 18px;
}

.steps__alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-radius: 10px;
  background-image: linear-gradient(-38deg, #ebebcc 0%, #f0f0e4 100%);
  border: 1px solid #dadddc;
  padding: 10px 60px;
  position: relative;
  -webkit-box-shadow: 0 0 1px 5px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 1px 5px rgba(255, 255, 255, 0.3);
}

.steps__alert p {
  font-size: 17px;
}

.steps__alert img {
  position: absolute;
  left: -25px;
}

.steps__girl {
  position: relative;
  width: 40%;
  margin-top: -38%;
  margin-left: 60%;
  z-index: 5;
}

.steps__text, .steps__info {
  max-width: 700px;
}

.reviews {
  padding: 50px 0;
  background: url("../img/bg-reviews.webp") no-repeat center/cover;
}

.reviews__title {
  text-align: center;
  font-size: 36px;
  margin: 0 auto 70px;
  max-width: 880px;
}

.reviews__title span {
  display: block;
}

.reviews-pagination {
  display: none;
}

.reviews .item {
  margin-left: 20px;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 20px;
  -webkit-box-shadow: 0 0 1px 5px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 1px 5px rgba(255, 255, 255, 0.5);
}

.reviews .item__comment {
  margin: 20px 0;
}

.reviews .item__name p {
  font-size: 24px;
  margin-bottom: 0;
  line-height: 20px;
}

.reviews .item__name span {
  font-size: 14px;
  font-style: italic;
  color: #b8b8b8;
  line-height: 14px;
  display: block;
  margin-top: 5px;
}

.reviews__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 20;
}

.footer {
  background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(white));
  background: linear-gradient(180deg, #e8e8e8 0%, white 100%);
}

.social__link {
  text-decoration: none;
  color: #000;
  -webkit-transition: .25s;
  transition: .25s;
  position: relative;
}

.social__link:hover {
  color: #000;
}

.social__link img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

@media (max-width: 1400px) {
  .header .menu {
    margin-left: 0px;
  }
  .header .menu__item + li {
    margin-left: 25px;
  }
  .welcome__btn_hidden {
    margin-left: 10px;
    font-size: 16px;
  }
  .welcome__btn {
    font-size: 16px;
  }
  .production__title {
    font-size: 40px;
  }
  .brand__title {
    font-size: 36px;
  }
  .brand__title span:first-child {
    font-size: 42px;
  }
  .brand .slider__item {
    padding: 10px;
  }
}

@media (max-width: 1200px) {
  .header .dropdown {
    display: none;
  }
  .welcome__title {
    font-size: 32px;
  }
  .welcome__title p {
    font-size: 44px;
  }
  .welcome__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .welcome__btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 20px;
    margin-bottom: 20px;
  }
  .welcome__btn_hidden {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .welcome__term {
    margin-top: 18px;
  }
  .production__title {
    font-size: 30px;
  }
  .production__title span {
    font-size: 38px;
  }
  .production__info {
    font-size: 22px;
  }
  .brand__title {
    font-size: 30px;
  }
  .brand__title p {
    font-size: 38px;
  }
  .brand .slider__item {
    padding: 10px;
  }
  .goods__title {
    font-size: 30px;
  }
  .goods__title span {
    font-size: 38px;
  }
  .goods__par {
    font-size: 12px;
  }
  .goods h4 {
    font-size: 34px;
    text-align: center;
  }
  .goods__offer {
    font-size: 18px;
  }
  .goods__actions button img {
    display: none;
  }
  .steps__title {
    font-size: 30px;
  }
  .steps__title span {
    font-size: 38px;
  }
  .steps__girl {
    right: -120px;
  }
  .steps__alert p {
    font-size: 15px;
  }
  .reviews__title {
    font-size: 30px;
  }
  .reviews__title span {
    font-size: 38px;
  }
  .reviews .item__name p {
    font-size: 22px;
  }
}

@media (max-width: 992px) {
  .header .menu,
  .header__langs {
    display: none;
  }
  .header__container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .icon,
  .header .mobile {
    display: block;
  }
  .header .dropdown {
    margin-left: initial;
  }
  .header .mobile {
    position: absolute;
    top: 0;
    left: -100%;
    background: white;
    width: 300px;
    height: 100vh;
    z-index: 20;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.3);
    padding: 30px 10px;
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }
  .header .mobile__show {
    left: 0;
  }
  .header .mobile__dropdown {
    display: block;
    margin-top: 50px;
  }
  .header .mobile__dropdown .dropdown__title {
    margin: auto;
    border: 1px solid #ccc;
  }
  .header .mobile__logo {
    text-align: center;
  }
  .header .mobile__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 50px 0;
  }
  .header .mobile__menu li {
    list-style: none;
  }
  .header .mobile__menu a {
    text-decoration: none;
    color: #000;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    font-weight: 500;
    font-size: 26px;
  }
  .header .mobile__menu a:hover {
    color: green;
  }
  .welcome {
    height: inherit;
    background-size: cover;
  }
  .welcome__center {
    text-align: center;
  }
  .welcome__container {
    padding-top: 120px;
  }
  .welcome__title {
    max-width: 440px;
    margin: 20px auto 50px;
  }
  .welcome__actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .welcome__btn {
    margin-bottom: 0;
  }
  .welcome__term {
    margin-bottom: 20px;
  }
  .production__title {
    max-width: 635px;
  }
  .production__item {
    max-width: inherit;
    width: 100%;
  }
  .goods__title {
    font-size: 30px;
  }
  .goods__actions {
    margin-bottom: 30px;
  }
  .steps {
    padding: 50px 0;
  }
  .steps__girl {
    display: none;
  }
  .reviews__title {
    font-size: 30px;
  }
  .reviews .item__name p {
    font-size: 22px;
  }
  .footer {
    height: inherit;
    padding: 20px 0;
  }
  .footer .menu {
    display: none;
  }
  .gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: inherit;
  }
  .gallery__box {
    height: 350px;
  }
  .gallery__thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 130px;
    width: inherit;
  }
  .gallery__thumbs img {
    width: calc(100% / 3);
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  .goods .gal__info img {
    display: none;
  }
}

@media (max-width: 768px) {
  .welcome__title {
    font-size: 32px;
    max-width: 400px;
    margin: 20px auto 50px;
  }
  .welcome__title p {
    font-size: 40px;
  }
  .welcome__actions {
    -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;
  }
  .welcome__btn {
    margin-bottom: 20px;
  }
  .welcome__btn_hidden {
    margin-left: 0;
  }
  .production__title {
    font-size: 26px;
  }
  .production__title span {
    font-size: 28px;
  }
  .production__info {
    font-size: 18px;
  }
  .production .list p {
    font-size: 14px;
  }
  .brand__title {
    font-size: 26px;
  }
  .brand__title p {
    font-size: 28px;
  }
  .brand-pagination {
    display: block;
  }
  .brand-button-prev,
  .brand-button-next {
    display: none;
  }
  .goods__title {
    font-size: 26px;
  }
  .goods__title span {
    font-size: 28px;
  }
  .goods__par {
    margin-bottom: 0;
    text-align: center;
  }
  .goods h4 {
    margin-top: 20px;
    font-size: 24px;
    text-align: center !important;
  }
  .goods__item p {
    font-size: 14px;
  }
  .goods .gal__info {
    margin-top: 20px;
  }
  .steps__title {
    font-size: 26px;
  }
  .steps__title span {
    font-size: 28px;
  }
  .steps__item p {
    font-size: 16px;
  }
  .steps__info {
    font-size: 14px;
  }
  .steps__alert p {
    font-size: 14px;
  }
  .steps__alert {
    padding: 10px 20px;
    padding-right: 0;
  }
  .steps__alert img {
    left: -32px;
  }
  .reviews__title {
    font-size: 22px;
  }
  .reviews__title span {
    font-size: 28px;
  }
  .reviews-pagination {
    display: block;
  }
  .reviews-button-prev,
  .reviews-button-next {
    display: none;
  }
}

@media (max-width: 575px) {
  .welcome__title {
    font-size: 24px;
    max-width: 300px;
  }
  .welcome__title p {
    font-size: 30px;
  }
  .production__title {
    font-size: 24px;
  }
  .production__title span {
    font-size: 30px;
  }
  .production__info {
    font-size: 18px;
  }
  .production .list__item img {
    width: 35px;
  }
  .production .list__item p {
    font-size: 16px;
  }
  .production__lists-title {
    font-size: 20px;
  }
  .production__lists-desc {
    font-size: 14px;
  }
  .brand__title {
    font-size: 24px;
  }
  .brand__title p {
    font-size: 30px;
  }
  .brand .slide__title {
    font-size: 20px;
  }
  .brand .slide__desc {
    font-size: 16px;
  }
  .brand .slide {
    padding: 10px;
  }
  .goods__title {
    font-size: 24px;
  }
  .goods__title span {
    font-size: 30px;
  }
  .goods h4 {
    font-size: 20px;
    text-align: center;
  }
  .goods__offer {
    font-size: 18px;
  }
  .goods__actions button {
    margin-bottom: 10px;
  }
  .gal__info p {
    margin-bottom: 10px;
  }
  .gal__info img {
    display: none;
  }
  .steps__alert img {
    display: none;
  }
  .steps__title {
    font-size: 24px;
    max-width: 450px;
  }
  .steps__title span {
    font-size: 30px;
  }
  .steps__item {
    margin-bottom: 5px;
  }
  .steps__item p,
  .steps__marker {
    font-size: 16px;
  }
  .steps__company {
    display: none;
  }
  .steps__alert p {
    font-size: 14px;
  }
  .steps__marker {
    margin-left: 15px;
  }
  .reviews__title {
    font-size: 24px;
  }
  .reviews__title span {
    font-size: 30px;
  }
  .reviews .item__name p {
    font-size: 16px;
  }
  .reviews .item__comment {
    font-size: 14px;
  }
}

.b24-form * {
  border-radius: 20px;
}

@media (max-width: 512px){
  .b24-form .b24-window-scrollable {
    padding-bottom: 0;
  }
}

/*# sourceMappingURL=main.css.map */