body,
html {
  scrollbar-color: #b52220 #f0f0f0;
  scrollbar-width: thick;
  overflow-x: hidden;
}

body {
  font-family: "Gilroy", sans-serif;
  margin: 0;
  padding: 0;
  /* letter-spacing: 0.025em; */
  position: relative;
  color: #151515;
  font-size: 16px;
  min-height: 100vh;
}

.swiper-container {
  overflow: hidden;
}

/* ::-webkit-scrollbar {
  height: 5px;
} */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #e0e0e0;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #f6a429;
}

body * {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: top;
}

figure,
ul,
li {
  display: block;
  margin: 0;
  padding: 0;
}

button {
  padding: 0;
  margin: 0;
  background-color: transparent;
}

button,
button:hover,
button:active,
button:focus {
  outline: none;
  border: none;
  cursor: pointer;
}

p,
div,
a,
ul,
li {
  font-family: "Gilroy", serif;
}

h1,
h2,
h3,
h4,
h5,
button {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Century", serif;
}

p {
  color: #151515;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

a,
button,
input {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

select {
  cursor: pointer;
}

select:hover,
select:active,
select:focus,
input,
input:hover,
input:focus,
button,
button:hover,
button:active,
button:focus,
textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: "Manrope", sans-serif;
}

a,
a:hover,
a:active {
  text-decoration: none;
}

.pos_rel {
  position: relative;
}

.pos_abs {
  position: absolute;
}

.container {
  position: relative;
}

.custom__logo,
.custom-logo-link {
  width: 155px;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.custom__logo img,
.custom-logo-link img {
  width: 100%;
  height: auto;
}

header,
section,
footer {
  position: relative;
  /* z-index: 5; */
  /* overflow-x: hidden; */
}

.home header.header {
  background: transparent;
}
.home header.header.fixed_header {
  padding-bottom: 12px;
  background: #fff;
}
.home header.header.fixed_header .custom-logo-link {
  width: 80px;
}
.home header.header.fixed_header .pb_30 {
  padding-bottom: 0;
}
.home header.header .menu__burger span {
  background-color: #ee4c1f;
}

header.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 5000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 16px 0 0;
  background: #fff;
}
header.header.fixed_header {
  background: #fff;
  z-index: 5000;
}
header.header.fixed_header .nav__item a {
  color: #151515;
  border-bottom: 1px solid transparent;
}
header.header.fixed_header .nav__item a:hover {
  color: #ee4c1f;
  border-bottom: 1px solid #ee4c1f;
}
header.header.scroll__up.fixed_header {
  /* transform: translateY(0%); */
  margin-top: 0;
  /* animation: transformUp 0.5s ease forwards; */
}
header.header.scroll__down.fixed_header {
  /* transform: translateY(-100%); */
  margin-top: -150px;
}
header.header .header__phone a {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #151515;
}

.bg__style {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.my_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.my_row_menu {
  display: none;
}

.menu {
  width: 100%;
}

.nav {
  width: 100%;
}

.custom-logo img,
.my_row_menu .custom-logo img {
  width: 100%;
}

.header__contact {
  position: absolute;
  right: 0;
}

.nav__list {
  width: 100%;
    gap:  40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1168px) {
  .nav__list {
    gap: 25px;
  }
}

@media (max-width: 575px) {
  .nav__list {
    gap: 15px;
  }
}


.menu__close {
  width: 24px;
  height: 24px;
  background: url(../pics/close_search.svg) no-repeat center;
  outline: none;
  /* margin-left: auto; */
  position: relative;
  background-color: none;
  border: none;
  margin-left: auto;
}

.menu__close::before {
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu__close::after {
  right: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.nav .nav__item {
  position: relative;
  width: auto;
}

/* .nav__item:not(:last-child) {
  margin-right: 3vw;
} */
.nav .nav__item a {
  font-weight: 300;
  font-size: 18px;
  color: #151515;
  position: relative;
  font-family: "Gilroy", sans-serif;
  border-bottom: 1px solid transparent;
}
.nav .nav__item a:hover {
  color: #ee4c1f;
  border-bottom: 1px solid #ee4c1f;
}

.nav .nav__item.current-menu-item a {
  color: #f6a429;
}

.menu__burger {
  cursor: pointer;
  width: 36px;
  padding: 0;
}
.menu__burger span {
  width: 100%;
  display: block;
  height: 4px;
  margin-bottom: 6px;
  background: #ffffff;
  border-radius: 3px;
}
.menu__burger span.burger__line_third {
  margin-bottom: 0;
  width: 66%;
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  /* Menu style */
  .menu__burger {
    display: block;
  }
  .nav {
    display: block;
  }
  .nav__list {
    width: 100%;
    display: block;
  }
  .nav__list:first-child {
    padding-right: 0;
    margin-bottom: 0;
  }
  .nav__list:last-child {
    padding-left: 0;
  }
  .menu {
    padding: 0 25px;
    position: fixed;
    left: auto;
    top: 0;
    bottom: 0;
    right: -400px;
    overflow-y: auto;
    background: #fff;
    width: 100%;
    max-width: 400px;
    z-index: 400;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    scrollbar-color: #65cf19 #e0e0e0;
    scrollbar-width: thin;
    overflow-x: hidden;
    text-align: left;
  }
  .close__burger {
    -webkit-animation: rightBottomHide 1s cubic-bezier(0.55, 0.085, 0, 0.99) forwards;
    animation: rightBottomHide 1s cubic-bezier(0.55, 0.085, 0, 0.99) forwards;
  }
  .menu.open_menu {
    /* transform: translateX(0); */
    width: 100%;
    -webkit-box-shadow: -5px 0 10px rgba(95, 93, 91, 0.7);
            box-shadow: -5px 0 10px rgba(95, 93, 91, 0.7);
    z-index: 9999;
    right: 0;
  }
  .my_row_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 26px;
  }
  .nav {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .nav__list {
    display: block;
    margin-top: 0;
    margin-bottom: 120px;
  }
  .nav .nav__item {
    padding: 8px 0 8px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
  }
  .nav .nav__item:not(:last-child) {
    margin-right: auto;
  }
  .menu .header__phone p {
    border: 1px solid #969696;
    border-radius: 5px;
    width: 290px;
    height: 60px;
    margin: 0 auto;
  }
  .header__phone a {
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #151515;
  }
  .nav .nav__item > a {
    font-family: "Century";
    color: #151515;
    padding: 0;
    font-size: 24px;
    text-align: left;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-weight: 400;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    display: block;
  }
  .home header.header .nav__item a {
    color: #000;
  }
  @-webkit-keyframes fadeInTopCustom {
    0% {
      -webkit-transform: translateY(-50px);
      transform: translateY(-50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      overflow: visible;
      opacity: 1;
    }
  }
  @keyframes fadeInTopCustom {
    0% {
      -webkit-transform: translateY(-50px);
      transform: translateY(-50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      overflow: visible;
      opacity: 1;
    }
  }
  .open_menu .nav .nav__item:first-child > a {
    -webkit-animation-delay: 1.65s;
    animation-delay: 1.65s;
  }
  .open_menu .nav__item:nth-of-type(2) > a {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
  }
  .open_menu .nav .nav__item:nth-of-type(3) > a {
    -webkit-animation-delay: 1.55s;
    animation-delay: 1.55s;
  }
  .open_menu .nav .nav__item:nth-of-type(4) > a {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
  }
  .open_menu .nav .nav__item:nth-of-type(5) > a {
    -webkit-animation-delay: 1.45s;
    animation-delay: 1.45s;
  }
  .open_menu .nav .nav__item:nth-of-type(6) > a {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
  }
  .open_menu .nav .nav__item:nth-of-type(7) > a {
    -webkit-animation-delay: 1.35s;
    animation-delay: 1.35s;
  }
  .open_menu .nav .nav__item:nth-of-type(8) > a {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
  }
}
.section__title {
  font-weight: 400;
  font-size: 36px;
  line-height: 130%;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.btn {
  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: 16px;
  text-align: center;
  width: 300px;
  height: 70px;
  font-weight: 500;
  font-family: "Century";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  background: #ee4c1f;
  border-radius: 5px;
}
.btn.btn_tr {
  background: transparent;
  border: 3px solid #151515;
  color: #151515;
}

.btn.open__form > * {
  pointer-events: none;
}

a.btn:active,
a.btn:hover {
  color: #ffffff;
  background-color: #ca3a12;
  font-family: "Century";
}
a.btn:active.btn_tr,
a.btn:hover.btn_tr {
  border: 3px solid #ca3a12;
  color: #ffffff;
}

.btn:focus,
.btn:active,
.btn:hover {
  background-color: #ca3a12;
  font-family: "Century";
}
.btn:focus.btn_tr,
.btn:active.btn_tr,
.btn:hover.btn_tr {
  border: 3px solid #ca3a12;
  color: #ffffff;
  background-color: #ca3a12;
}

path {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.scroll_to * {
  pointer-events: none;
}

.head__section:before {
  content: "";
  display: block;
  width: 75%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(92.18deg, #ffffff -1.5%, rgba(255, 255, 255, 0) 98.23%);
}

.offer {
  padding-top: 210px;
  padding-bottom: 90px;
  position: relative;
}
.offer h1 {
  font-weight: 400;
  font-size: 64px;
  line-height: 130%;
  margin-bottom: 30px;
  text-transform: uppercase;
  max-width: 66%;
}
.offer h1 span {
  color: #ee4c1f;
}
.offer h2 {
  font-weight: 400;
  font-size: 32px;
  line-height: 1.25em;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.offer p {
  font-weight: 500;
  font-size: 24px;
}
.offer .offer__btns {
  margin-bottom: 117px;
}
.offer .offer__btns .btn {
  margin-right: 57px;
}
.offer .offer__catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.offer .offer__catalog .offer__item {
  margin-right: 30px;
  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;
  padding: 10px 16px 10px 70px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0px 8px 11px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 11px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  height: 109px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.offer .offer__catalog .offer__item:hover {
  -webkit-box-shadow: 0px 8px 11px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 11px rgba(0, 0, 0, 0.2);
}
.offer .offer__catalog .offer__item .offer__img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.offer .offer__catalog .offer__item .offer__name {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 6px;
}
.offer .offer__catalog .offer__item .offer__price {
  font-weight: 500;
  font-size: 24px;
}
.offer .offer__catalog .offer__item .offer__price span {
  display: block;
  font-size: 16px;
  font-weight: 300;
}
.offer .head_sale {
  position: absolute;
  right: 0px;
  bottom: 200px;
  text-align: center;
  padding: 16px 27px;
  max-width: 300px;
  background: linear-gradient(108.7deg, #ffffff 5.27%, rgba(255, 255, 255, 0.51) 102.68%);
  border-radius: 10px;
}
.offer .head_sale h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  text-transform: uppercase;
}
.offer .head_sale .sale__count {
  font-weight: 400;
  font-size: 64px;
  line-height: 130%;
  text-transform: uppercase;
  color: #ee4c1f;
  margin-bottom: 6px;
}
.offer .head_sale .sale__text {
  font-weight: 300;
  font-size: 18px;
}

@media screen and (max-width: 1400px) {
  .custom__logo,
  .custom-logo-link {
    width: 130px;
  }
  .offer h2 {
    font-size: 28px;
  }
  .offer h1 {
    font-size: 52px;
  }
  .offer {
    padding-top: 175px;
  }
}
@media screen and (max-width: 1199px) {
  .custom__logo,
  .custom-logo-link {
    width: 110px;
  }
  .offer .offer__btns .btn {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .offer .head_sale {
    bottom: 277px;
  }
  .offer h1 {
    font-size: 48px;
  }
  .offer {
    padding-top: 150px;
  }
}
@media screen and (max-width: 991px) {
  .offer h1 {
    font-size: 48px;
    max-width: 100%;
  }
  .header .header__contact {
    display: none !important;
    padding-bottom: 0;
  }
  .offer .offer__catalog .offer__item .offer__img {
    left: -12px;
  }
  .offer .offer__catalog .offer__item .offer__name {
    font-size: 14px;
  }
  .offer .offer__catalog .offer__item {
    margin-right: 10px;
    padding-right: 6px;
    padding-left: 62px;
  }
}
@media screen and (max-width: 767px) {
  .offer {
    padding-top: 140px;
  }
  .offer .offer__catalog {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .offer .offer__catalog .offer__item {
    width: 48%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .offer .head_sale {
    position: static;
    margin-top: 24px;
    margin-bottom: 150px;
    width: 270px;
    text-align: left;
    padding: 19px 24px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .offer .head_sale .sale__count {
    font-size: 36px;
    margin-bottom: 0;
  }
  .offer .head_sale .sale__text {
    width: 100%;
    margin-top: 17px;
    font-size: 14px;
  }
  .offer h2 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .offer h1 {
    font-size: 36px;
    margin-bottom: 12px;
  }
  .offer .offer__btns {
    margin-bottom: 30px;
  }
  .head__section {
    background-position: 89% top;
    background-size: auto 123%;
  }
  .offer .offer__btns .btn {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 568px) {
  .offer {
    padding-top: 80px;
  }
  header.header {
    padding-top: 12px;
    background: rgb(255 255 255 / 0%);
  }
  .custom__logo,
  .custom-logo-link,
  .home header.header.fixed_header .custom-logo-link {
    width: 56px;
  }
  .offer .offer__catalog {
    display: none;
  }
  .offer {
    padding-bottom: 35px;
  }
  .offer .offer__btns .btn {
    margin-bottom: 30px;
  }
  .offer .head_sale {
    margin-bottom: 200px;
  }
}
.sale {
  padding: 100px 0;
}
.sale .sale__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 8px 30px rgba(17, 67, 114, 0.1);
          box-shadow: 0px 8px 30px rgba(17, 67, 114, 0.1);
  border-radius: 20px;
  overflow: hidden;
}
.sale .sale__img {
  width: 66.6666666667%;
  height: 100%;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
}
.sale .sale__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sale .sale__block {
  width: 90%;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 40px;
  position: relative;
  z-index: 3;
  background: -webkit-gradient(linear, right top, left top, color-stop(39.52%, #ffffff), color-stop(96.04%, rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, #ffffff 39.52%, rgba(255, 255, 255, 0) 96.04%);
}
.sale .sale__block .sale__wrap {
  margin-left: auto;
  max-width: 407px;
  width: 100%;
}
.sale .sale__block .sale__percent {
  font-weight: 400;
  font-size: 36px;
  color: #ee4c1f;
  text-transform: uppercase;
  font-family: "Century", serif;
  margin-bottom: 8px;
}
.sale .sale__block .sale__percent span {
  font-size: 96px;
}
.sale .sale__block .sale_big {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 7px;
}
.sale .sale__block .sale_small {
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 24px;
}
.sale.sale_left .sale__row .sale__img {
  margin-left: auto;
  left: auto;
  right: 0;
}
.sale.sale_left .sale__row .sale__img img {
  -o-object-position: right center;
     object-position: right center;
}
.sale.sale_left .sale__row .sale__block {
  padding-top: 40px;
  padding-bottom: 90px;
  margin-left: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(39.52%, #ffffff), color-stop(96.04%, rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #ffffff 39.52%, rgba(255, 255, 255, 0) 96.04%);
}
.sale.sale_left .sale__row .sale__block .sale__wrap {
  margin-left: 109px;
  margin-right: auto;
}

@media screen and (max-width: 1199px) {
  .sale .sale__block {
    background: linear-gradient(270deg, #ffffff 437px, rgba(255, 255, 255, 0) 96.04%);
  }
  .sale {
    padding: 80px 0;
  }
  .sale.sale_left .sale__row .sale__block {
    background: linear-gradient(90deg, #ffffff 420px, rgba(255, 255, 255, 0) 96.04%);
  }
  .sale.sale_left .sale__row .sale__block .sale__wrap {
    margin-left: 70px;
  }
}
@media screen and (max-width: 991px) {
  .sale.sale_left .sale__row .sale__img {
    right: -140px;
  }
}
@media screen and (max-width: 767px) {
  .sale .sale__img {
    display: none;
  }
  .sale.sale_left .sale__img {
    display: block;
  }
  .sale .sale__block {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    padding: 48px 15px;
    text-align: center;
  }
  .section__title {
    font-size: 28px;
  }
  .sale.sale_left .sale__row .sale__block {
    padding-bottom: 424px;
    width: 100%;
    max-width: 100%;
    background: linear-gradient(180deg, #ffffff 406px, rgba(255, 255, 255, 0) 63.04%);
  }
  .sale.sale_left .sale__row .sale__block .sale__wrap {
    margin: 0 auto;
  }
  .sale.sale_left .sale__row .sale__img {
    width: 100%;
    height: calc(100% - 400px);
    left: 0;
    right: auto;
    bottom: 0;
    top: auto;
  }
}
@media screen and (max-width: 568px) {
  .section__title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.advant {
  padding: 100px 0;
}
.advant .advant__icon {
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 27px;
}
.advant .advant__icon img {
  max-width: 100%;
  max-height: 100%;
}
.advant .advant__name {
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.advant .advant__text {
  font-weight: 300;
  font-size: 24px;
}

@media screen and (max-width: 1400px) {
  .advant .advant__name {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .advant {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .advant .advant__icon {
    margin-bottom: 8px;
  }
  .advant .advant__name {
    font-size: 20px;
  }
  .advant .advant__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 568px) {
  .advant .advant__icon {
    margin: 0 auto 8px;
  }
  .advant .advant__name {
    font-size: 18px;
    margin-bottom: 8px;
    max-width: 316px;
    margin-left: auto;
    margin-right: auto;
  }
  .advant .advant__text {
    font-size: 18px;
    max-width: 316px;
    margin-left: auto;
    margin-right: auto;
  }
  .advant {
    text-align: center;
  }
  .advant {
    padding: 30px 0 10px;
  }
}
.catalog {
  background-color: #fafafd;
  padding: 144px 0 110px;
}
.catalog .section__title {
  margin-bottom: 24px;
}
.catalog .catalog__subtitle {
  font-weight: 300;
  font-size: 24px;
  max-width: 640px;
  margin: 0 auto 50px;
  text-align: center;
}
.catalog .swiper-slide {
  background: #ffffff;
  -webkit-box-shadow: 0px 8px 30px rgba(17, 67, 114, 0.1);
          box-shadow: 0px 8px 30px rgba(17, 67, 114, 0.1);
  border-radius: 20px;
  padding: 40px 30px 24px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catalog .swiper-slide .catalog__content {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
}
.catalog .swiper-slide .catalog__content.open .catalog__more svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.catalog .swiper-slide .catalog__sale {
  position: absolute;
  top: 40px;
  left: 0;
  width: 188px;
  height: 60px;
  background: #ee4c1f;
  border-radius: 0px 10px 10px 0px;
  text-align: center;
  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;
}
.catalog .swiper-slide .catalog__sale.show {
  opacity: 1;
}
.catalog .swiper-slide .catalog__sale p {
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  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;
}
.catalog .swiper-slide .catalog__sale p span {
  font-family: "Century";
  display: block;
  font-weight: 400;
  font-size: 24px;
  margin-left: 10px;
}
.catalog .swiper-slide .catalog__img {
  height: 250px;
  position: absolute;
  top: 120px;
  /*left: -33px;*/
  left: 20px;
  
}
.catalog .swiper-slide .catalog__img img {
  /*width: 100%;
  height: 100%;*/
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.catalog .swiper-slide .catalog__info {
  overflow: hidden;
  height: 55px;
  margin-bottom: 4px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.catalog .swiper-slide .catalog__info p {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 3px;
}
.catalog .swiper-slide .catalog__info p b,
.catalog .swiper-slide .catalog__info p strong {
  font-weight: 700;
}
.catalog .swiper-slide .catalog__more {
  font-family: "Gilroy";
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  color: #969696;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.catalog .swiper-slide .catalog__more svg {
  margin-left: 10px;
}
.catalog .swiper-slide .catalog__weight {
  width: 100%;
  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;
  padding: 11px 15px;
  background: #f4f4ff;
  border-radius: 10px;
  margin-bottom: 16px;
}
.catalog .swiper-slide .catalog__weight select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 122px;
  height: 48px;
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  color: #151515;
  border: none;
  background: #ffffff url(../pics/arrow_down.svg) no-repeat 90% center;
  border-radius: 5px;
  font-family: "Gilroy", sans-serif;
}
.catalog .swiper-slide .catalog__weight select:focus {
  font-size: 24px;
  line-height: 130%;
  background: #ffffff url(../pics/arrow_down_focus.svg) no-repeat 90% center;
}
.catalog .swiper-slide .catalog__price {
  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;
}
.catalog .swiper-slide .catalog__price .price__new {
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
  /* identical to box height, or 42px */
  color: #ee4c1f;
}
.catalog .swiper-slide .price__old {
  position: relative;
  font-size: 18px;
}
.catalog .swiper-slide .price__old:after {
  content: "";
  width: 68px;
  height: 2px;
  background-color: #ee4c1f;
  position: absolute;
  left: -2px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-9deg);
          transform: translateY(-50%) rotate(-9deg);
}
.catalog .swiper-slide .catalog__btn {
  width: 100%;
}
.catalog .swiper-slide .sale__info {
  color: #151515;
}

.swiper_wrap {
  position: relative;
}
.swiper_wrap .catalog__arrow {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 400px;
  background: #ffffff;
  -webkit-box-shadow: 0px 8px 30px rgba(17, 67, 114, 0.1);
          box-shadow: 0px 8px 30px rgba(17, 67, 114, 0.1);
  border-radius: 50%;
  z-index: 5;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.swiper_wrap .catalog__arrow:hover {
  -webkit-box-shadow: 0px 8px 30px rgba(17, 67, 114, 0.2);
          box-shadow: 0px 8px 30px rgba(17, 67, 114, 0.2);
}
.swiper_wrap .catalog__arrow.catalog_left {
  left: -30px;
}
.swiper_wrap .catalog__arrow.catalog_right {
  right: -30px;
}

@media screen and (max-width: 1400px) {
  .catalog .swiper-slide .catalog__price {
    margin-bottom: 15px;
  }
  .catalog .swiper-slide .catalog__img {
    height: 200px;
  }
}
@media screen and (max-width: 1199px) {
  .catalog .swiper-slide {
    display: block;
  }
  .catalog .swiper-slide .catalog__img {
    position: static;
    width: 245px;
    margin: 0 auto;
  }
  .catalog .swiper-slide .catalog__content {
    margin: 0 auto;
  }
  .catalog .swiper-slide .catalog__content h3 {
    text-align: center;
  }
  .catalog .swiper-slide .catalog__sale {
    width: 150px;
  }
}
@media screen and (max-width: 991px) {
  .catalog {
    padding-top: 80px;
    padding-bottom: 20px;
  }
  .catalog .swiper-slide {
    padding: 20px 15px 24px;
  }
}
@media screen and (max-width: 767px) {
  .catalog .swiper-slide .catalog__img {
    width: auto;
    height: auto;
    margin: 0 auto 20px;
  }
  .catalog .swiper-slide .catalog__img img {
    max-width: 100%;
    max-height: 100%;
  }
  .catalog .swiper-slide h3 {
    font-size: 18px;
  }
  .catalog .swiper-slide .catalog__weight {
    padding: 11px 16px;
  }
  .catalog .swiper-wrapper .swiper-slide {
    padding: 20px 13px 48px;
  }
}
.condition {
  padding: 25px 0;
}
.condition .condition__img {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(50% - 12px);
  height: 100%;
}
.condition .condition__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.condition .condition__blok {
  width: 50%;
  padding: 0 12px;
  margin-left: auto;
}
.condition .condition__blok .condition__item {
  background: #ffffff;
  -webkit-box-shadow: 0px 8px 30px rgba(17, 67, 114, 0.1);
          box-shadow: 0px 8px 30px rgba(17, 67, 114, 0.1);
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 35px 80px 73px;
}
.condition .condition__blok .condition__item .condition__icon {
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.condition .condition__blok .condition__item .condition__icon img {
  max-width: 100%;
  max-height: 100%;
}
.condition .condition__blok .condition__item .condition__content {
  padding: 0 12px;
}
.condition .condition__blok .condition__item .condition__content h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.condition .condition__blok .condition__item .condition__content p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
}
.condition .condition__blok .condition__item .condition__content h4 {
  font-size: 24px;
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  margin-bottom: 12px;
}
.condition .condition__blok .condition__item .condition__content ul {
  padding-left: 12px;
}
.condition .condition__blok .condition__item .condition__content ul li {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 5px;
}

@media screen and (max-width: 1400px) {
  .condition .condition__blok .condition__item {
    padding: 30px 30px 60px;
  }
}
@media screen and (max-width: 991px) {
  .condition .condition__img {
    display: none;
  }
  .condition .condition__blok {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .condition .condition__blok .section__title {
    width: 100%;
  }
  .condition .condition__blok .condition__item {
    width: calc(50% - 12px);
    padding: 25px 15px 40px;
  }
  .condition .condition__blok .condition__item .condition__content ul li,
  .condition .condition__blok .condition__item .condition__content h4,
  .condition .condition__blok .condition__item .condition__content h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .condition .condition__blok .condition__item {
    width: 100%;
    padding: 30px 15px 40px;
  }
  .condition .condition__blok .condition__item .condition__content h3 {
    text-align: center;
  }
  .condition .condition__blok .condition__item .condition__icon {
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 568px) {
  .condition .condition__blok .condition__item .condition__content h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .condition .condition__blok .condition__item .condition__content ul li,
  .condition .condition__blok .condition__item .condition__content h4 {
    font-size: 18px;
  }
}
.review {
  padding: 100px 0 70px;
}
.review .review__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.review .review__wrap .catalog__arrow {
  top: calc(50% - 30px);
}
.review .review__wrap .review__swiper {
  padding: 30px 0;
}
.review .review__wrap .swiper-slide {
  display: block;
  -webkit-box-shadow: 0px 6px 30px rgba(17, 67, 114, 0.08);
          box-shadow: 0px 6px 30px rgba(17, 67, 114, 0.08);
  border-radius: 20px;
  overflow: hidden;
  height: 540px;
}
.review .review__wrap .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.review .review__wrap .review__pag {
  width: auto;
  margin: 0 auto;
}
.review .review__wrap .review__pag .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  background: #d9d9d9;
  opacity: 1;
}
.review .review__wrap .review__pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ee4c1f;
}

.faq {
  padding: 70px 0 95px;
}
.faq .faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.faq .faq__item {
  background: #ffffff;
  -webkit-box-shadow: 0px 8px 30px rgba(17, 67, 114, 0.1);
          box-shadow: 0px 8px 30px rgba(17, 67, 114, 0.1);
  border-radius: 10px;
  padding: 27px 65px 27px 80px;
  width: calc(50% - 12px);
  position: relative;
  margin-bottom: 20px;
}
.faq .faq__item .faq__qwestion span {
  position: absolute;
  right: 38px;
  top: 31px;
  width: 22px;
  height: 22px;
  display: block;
}
.faq .faq__item .faq__qwestion span::after, .faq .faq__item .faq__qwestion span::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  border-radius: 2px;
  background-color: #151515;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.faq .faq__item .faq__qwestion span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq .faq__item.open .faq__qwestion span:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.faq .faq__item .faq__qwestion {
  font-weight: 500;
  font-size: 24px;
  cursor: pointer;
}
.faq .faq__item .faq__content {
  padding: 23px 0;
}
.faq .faq__item .faq__answer p {
  font-weight: 300;
  font-size: 18px;
}

@media screen and (max-width: 1199px) {
  .faq .faq__item {
    padding-left: 50px;
  }
}
@media screen and (max-width: 991px) {
  .faq .faq__item {
    width: 100%;
  }
  .faq .faq__item {
    padding-left: 25px;
    padding-right: 40px;
  }
  .faq .faq__item .faq__qwestion span {
    right: 20px;
  }
  .faq {
    padding: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .review .review__wrap .swiper-slide {
    width: 300px !important;
  }
  .review .review__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .faq .faq__item {
    width: 100%;
    margin-bottom: 12px;
  }
  .review .review__wrap .review__swiper {
    padding: 30px 25px;
  }
  .review .review__wrap .catalog__arrow {
    position: static;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 44px;
    height: 44px;
  }
  .review .review__wrap .catalog__arrow svg {
    width: 30px;
    height: 30px;
  }
}
.gallary {
  padding: 100px 0;
}
.gallary .gallary__item {
  display: block;
  height: 410px;
  border-radius: 20px;
  overflow: hidden;
}
.gallary .gallary__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.gallary .gallary__min .gallary__item {
  width: calc(50% - 12px);
  height: calc(50% - 12px);
}
.gallary .gallary__min .gallary__item:nth-child(3), .gallary .gallary__min .gallary__item:nth-child(4) {
  margin-top: auto;
}

@media screen and (max-width: 1400px) {
  .gallary .gallary__item {
    height: 366px;
  }
}
@media screen and (max-width: 1199px) {
  .gallary .gallary__item {
    height: 295px;
  }
  .gallary {
    padding: 20px 0;
  }
}
@media screen and (max-width: 991px) {
  .gallary .gallary__min .gallary__item {
    margin-bottom: 24px;
  }
  .gallary .gallary__min .gallary__item,
  .gallary .gallary__item {
    height: 226px;
  }
}
@media screen and (max-width: 568px) {
  .gallary .gallary__min .gallary__item,
  .gallary .gallary__item {
    height: 150px;
  }
  .gallary .gallary__item {
    height: 320px;
  }
  .gallary .gallary__min .gallary__item:nth-child(3),
  .gallary .gallary__min .gallary__item:nth-child(4) {
    margin-bottom: 0;
  }
}
.form__wrap .input__group {
  width: 100%;
  position: relative;
}
.form__wrap .input__group .order__input {
  height: 52px;
  display: block;
  background: transparent;
  width: 100%;
  padding-left: 16px;
  border: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #151515;
  border: 1px solid #151515;
  border-radius: 10px;
}
.form__wrap .input__group .place_span {
  position: absolute;
  left: 0;
  top: 14px;
  padding-left: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: rgba(43, 43, 43, 0.5);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  pointer-events: none;
}
.form__wrap .input__group .place_span.fixed_span {
  opacity: 0;
}

.footer {
  background-color: #151515;
  padding-top: 33px;
  color: #fff;
}
.footer .custom-logo-link {
  width: 100px;
}
.footer .footer__offer {
  max-width: 328px;
}
.footer .footer__offer p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.footer .footer__contact p {
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
.footer .footer__contact p a {
  color: #fff;
}
.footer .footer__contact p a:hover {
  color: #ee4c1f;
}
.footer .footer__contact p.footer__title {
  font-weight: 500;
  color: #ee4c1f;
  margin-bottom: 16px;
}
.footer .footer__title {
  color: #fff;
}
.footer .footer__social {
  width: 190px;
}
.footer .footer__social .footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .footer__social .footer__list a {
  width: 32px;
  height: 32px;
  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;
  margin-right: 14px;
}
.footer .footer__social .footer__list a:hover .fill path {
  fill: #fff;
}
.footer .footer__social .footer__list a:hover .stroke path {
  stroke: #fff;
}
.footer .footer__subscribe {
  width: 300px;
}
.footer .form__wrap .input__group {
  margin-bottom: 10px;
}
.footer .form__wrap .input__group .order__input {
  height: 40px;
  border-color: #fff;
  padding-left: 30px;
  font-weight: 300;
  font-size: 18px;
  color: #ffffff;
  background-color: transparent;
}
.footer .form__wrap .input__group .place_span {
  padding-left: 30px;
  top: 10px;
  color: #ffffff;
  font-weight: 300;
  font-size: 18px;
}
.footer .form__wrap .footer__btn {
  height: 40px;
}
.footer .secure {
  color: #fff;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background: rgba(44, 59, 142, 0.3);
  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;
  z-index: -5;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.popup.open {
  z-index: 999999;
  pointer-events: all;
  opacity: 1;
}
.popup .popup__content {
  width: 100%;
  max-width: 564px;
  padding: 52px 47px;
  max-height: 100%;
  overflow-y: auto;
  background: #ffffff;
  -webkit-box-shadow: 0px 8px 30px rgba(17, 67, 114, 0.1);
          box-shadow: 0px 8px 30px rgba(17, 67, 114, 0.1);
  border-radius: 20px;
  position: relative;
}
.popup .popup__content .close_popup {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 40px;
  top: 28px;
  background: url(../pics/close_popup.svg) no-repeat center;
}
.popup .popup__content .popup__subtitle {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #151515;
  text-align: center;
}
.popup .popup__content .form__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.popup .popup__content .form__wrap .order__btn {
  width: 100%;
  margin-top: 24px;
}
.popup .popup__content .input__group {
  width: 100%;
  margin-top: 12px;
}
.popup .popup__content .input__group .order__input {
  height: 70px;
  font-weight: 300;
  font-size: 18px;
  color: #151515;
  border: 1px solid #969696;
  border-radius: 5px;
}
.popup .popup__content .input__group .place_span {
  font-weight: 300;
  font-size: 18px;
  color: #969696;
  top: 24px;
}
.popup .popup__content .input__group.input__group_select {
  margin-top: 48px;
}
.popup .popup__content .input__group.input__group_select select {
  height: 70px;
  border: 1px solid #969696;
  border-radius: 5px;
  font-weight: 300;
  font-size: 18px;
  color: #151515;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../pics/select_arrow.svg) no-repeat calc(100% - 33px) center;
}
.popup .popup__content .input__group.input__group_select select:focus, .popup .popup__content .input__group.input__group_select select:hover, .popup .popup__content .input__group.input__group_select select:activ {
  font-weight: 3d00;
}
.popup .popup__content .input__group.input__group_select.min {
  width: calc(50% - 15px);
}
.popup .popup__content .input__group.input__group_select .place_span {
  top: -30px;
}
.popup .popup__content .input__group.input__group_select .place_span.fixed_span {
  opacity: 1;
}
.popup .popup__content .input__group.input__group_message {
  padding-top: 12px;
  width: 100%;
  margin-bottom: 30px;
}
.popup .popup__content .input__group.input__group_message .order__input_message {
  height: 68px;
}
.popup .popup__content .form__btn {
  width: 100%;
  height: 54px;
}

@media screen and (max-width: 1199px) {
  .footer .footer__subscribe {
    margin: 30px auto;
  }
}
@media screen and (max-width: 991px) {
  .footer__row {
    -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;
    text-align: center;
  }
  .footer .custom-logo-link {
    margin: 0 auto;
  }
  .footer .footer__offer {
    margin-bottom: 30px;
  }
  .footer .footer__social .footer__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .footer__social .footer__list a {
    margin: 0 7px;
  }
}
@media screen and (max-width: 568px) {
  .footer .footer__title {
    margin-bottom: 12px;
  }
  .footer .footer__subscribe .footer__title {
    text-align: left;
  }
  .footer .footer__social {
    width: 100%;
    max-width: 300px;
    margin-bottom: 40px;
  }
  .popup .popup__content {
    padding-right: 23px;
    padding-left: 23px;
    border-radius: 0;
  }
  .popup .popup__content .input__group.input__group_select.min {
    width: 100%;
  }
  .popup .popup__content .form__wrap {
    padding: 0 20px;
  }
}
.xyz_start {
  opacity: 0;
}

.xyz_start.xyz-in {
  opacity: 1;
}

.wpcf7 {
  position: relative;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 0;
  font-size: 11px;
}

.mysocial-cont {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 6000;
}

.mysocial,
.mysocial:before,
.mysocial_links .mysocial_link {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
}

.mysocial:after {
  display: block;
  position: absolute;
  border: 50%;
  border-radius: 50%;
  border: 1px solid rgb(238, 76, 31);
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  -webkit-animation: pulse 1.5s infinite;
          animation: pulse 1.5s infinite;
}

.mysocial {
  position: relative;
  height: 50px;
  width: 50px;
  z-index: -1;
  -webkit-transition: 0.39s;
  transition: 0.39s;
  /* top: 50%;
  left: 50%;
  transform: translate3D(-50%, -50%,0); */
  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;
  background-color: rgb(238, 76, 31);
  -webkit-box-shadow: 0px 4px 20px rgb(238, 76, 31);
          box-shadow: 0px 4px 20px rgb(238, 76, 31);
}
.mysocial .mysocial__icons {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.mysocial .mysocial__icons .icon__item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: rotate 9s linear infinite;
          animation: rotate 9s linear infinite;
  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;
  align-items: center;
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
}
.mysocial .mysocial__icons .icon__item svg {
  width: 35px;
  height: 35px;
}
.mysocial .mysocial__icons .icon__item:nth-child(2) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.mysocial .mysocial__icons .icon__item:nth-child(3) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
  }
  16% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  33% {
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  100% {
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
  }
  16% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  33% {
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  100% {
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
}

.mysocial:before,
.mysocial:after {
  content: "";
  will-change: transform;
}

.mysocial:before {
  background: url(../pics/mes.svg) no-repeat center/22px;
  z-index: 5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-box-shadow: 0px 0px 0px 7px rgba(238, 76, 31, 0.5);
          box-shadow: 0px 0px 0px 7px rgba(238, 76, 31, 0.5);
  opacity: 0;
}

.mysocial.active {
  width: 45px;
  height: 45px;
}
.mysocial.active .mysocial__icons {
  opacity: 0;
}
.mysocial.active:before {
  opacity: 1;
}

.mysocial.active:before {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  background: url(../pics/close.svg) no-repeat center/23px;
  background-color: rgb(214, 214, 214);
  -webkit-box-shadow: 0px 0px 0px 4px rgba(243, 149, 123, 0.5);
          box-shadow: 0px 0px 0px 4px rgba(243, 149, 123, 0.5);
  pointer-events: none;
}

.mysocial.active:after {
  display: none;
}

.mysocial_links .mysocial_link {
  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-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  will-change: animation;
  pointer-events: none;
  margin-bottom: 8px;
  margin-right: 0;
  font-size: 24px;
  color: #fff;
}
.mysocial_links .mysocial_link svg {
  width: 35px;
  height: 35px;
}

.mysocial_links .mysocial_link:hover {
  color: rgb(228, 227, 227);
}

/* .mysocial_link .mysocial_link{

} */
.mysocial_links .mysocial_link {
  position: static;
}
.mysocial_links .mysocial_link > * {
  pointer-events: none;
}

.mysocial_links {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 110%;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

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

.order-23 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

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

.mysocial_links .mysocial_link:hover {
  -webkit-box-shadow: 0 2px 9px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 9px rgba(0, 0, 0, 0.3);
}

.mysocial_links .mysocial_link.facebook {
  background: #3b5897;
}

.mysocial_links .mysocial_link.whatsapp {
  background: #27d246;
}

.mysocial_links .mysocial_link.telegram {
  background: #2fc6f6;
}

.mysocial_links .mysocial_link.phone {
  background: #ee4c1f;
}

.mysocial_links .mysocial_link.viber {
  background: #793baa;
}

.mysocial_links .mysocial_link.instagram {
  background: #cc5de8;
}

.mysocial_links .mysocial_link.active {
  -webkit-animation: 0.48s up forwards;
  animation: 0.48s up forwards;
  pointer-events: all;
}

.mysocial_links .mysocial_link.active:nth-child(1) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.mysocial_links .mysocial_link.active:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.mysocial_links .mysocial_link.active:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.mysocial_links .mysocial_link.active:nth-child(4) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.mysocial_links .mysocial_link.active:nth-child(5) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.mysocial_links .mysocial_link.active:nth-child(6) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.mysocial_links .mysocial_link.no {
  -webkit-animation: none;
  animation: none;
}

.mysocial-bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -5;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}

.mysocial-bg-active {
  z-index: 5500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  pointer-events: all;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}
@-webkit-keyframes up {
  0% {
    -webkit-transform: translateY(170%);
    transform: translateY(170%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes up {
  0% {
    -webkit-transform: translateY(170%);
    transform: translateY(170%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
.select__group {
  position: relative;
  width: 100%;
}
.select__group .select__open {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 25px;
  background: url(../pics/select_arrow.svg) no-repeat calc(100% - 33px) center;
  height: 70px;
  font-weight: 300;
  font-size: 18px;
  color: #151515;
  border: 1px solid #969696;
  border-radius: 5px;
}
.select__group.active .select__open {
  border-color: #a68c63;
}
.select__group.active .select__options {
  opacity: 1;
  pointer-events: all;
}
.select__group .select__options {
  position: absolute;
  width: 100%;
  top: 100%;
  border: 1px solid #969696;
  border-radius: 5px;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
}
.select__group .select__options div {
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  z-index: 5;
  position: relative;
  max-height: 180px;
}
.select__group .select__options .select__value {
  width: 100%;
  font-family: "Century";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  background: rgba(238, 76, 31, 0.356);
  border-radius: 0;
  padding: 5px;
  margin-bottom: 3px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.select__group .select__options .select__value.active {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  color: #ffffff;
  background-color: #ee4c1f;
}
.select__group .select__options .select__value:hover {
  color: #ffffff;
  background-color: #ee4c1f;
}

.woocommerce-cart .primary .wc-proceed-to-checkout .checkout-button {
  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: 16px;
  text-align: center;
  width: 300px;
  height: 70px;
  font-weight: 500;
  font-family: "Century";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  background: #ee4c1f;
  border-radius: 5px;
}
.woocommerce-cart .primary .wc-proceed-to-checkout .checkout-button.btn_tr {
  background: transparent;
  border: 3px solid #151515;
  color: #151515;
}
.woocommerce-cart .primary .product-name a {
  color: #ee4c1f;
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
  font-family: "Century", serif;
}

.added_to_cart.wc-forward {
  display: none;
}

.vi-wcaio-sidebar-cart-icon-wrap-top_right, .vi-wcaio-sidebar-cart-icon-wrap-bottom_right {
  bottom: 30px;
  border: 1px solid #151515;
}

.vi-wcaio-sidebar-cart-icon-wrap-top_right:hover .vi-wcaio-sidebar-cart-icon i {
  color: #ee4c1f;
}

.vi-wcaio-sidebar-cart-icon-wrap .vi-wcaio-sidebar-cart-count-wrap {
  background-color: #ee4c1f;
}

.vi-wcaio-sidebar-cart-icon-wrap .vi-wcaio-sidebar-cart-icon i {
  color: #ee4c1f;
}/*# sourceMappingURL=main.css.map */

.certificates {
  padding: 20px 0;
  background: #f8f9fa;
}

.certificates__title {
  text-align: center;
  margin-bottom: 40px;
}

.certificates__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.certificate__item {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  padding: 25px;
  max-width: 400px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.certificate__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.certificate__img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 20px;
}

.certificate__title {
  font-size: 20px;
  font-weight: 600;
  color: #1e8846;
  margin-bottom: 10px;
}

.certificate__desc {
  font-size: 16px;
  color: #444;
  line-height: 1.5;
}

.about-farm {
  background: linear-gradient(180deg, #f9fbfa 0%, #ffffff 100%);
  padding: 40px 0;
  overflow: hidden;
}

.about__header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 60px;
}

.section__title {
  font-size: 38px;
  color: #1e8846;
  margin-bottom: 20px;
  font-weight: 700;
}

.about__subtitle {
  font-size: 18px;
  line-height: 1.7;
  color: #444;
}

.about__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.about__text {
  font-size: 17px;
  color: #333;
  line-height: 1.8;
}

.about__text p {
  margin-bottom: 18px;
}

.about__highlight {
  font-weight: 600;
  color: #1e8846;
  background: #e9f7f1;
  padding: 15px 20px;
  border-radius: 12px;
  display: inline-block;
  margin-top: 10px;
}

.about__gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 200px 200px;
  gap: 15px;
  position: relative;
}

.about__image.large {
  grid-column: 1 / 3;
  grid-row: 1 / 2;
}

.about__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.about__image:hover img {
  transform: scale(1.05);
  box-shadow: 0 12px 28px rgba(0,0,0,0.15);
}

/* Анимации появления */
[data-animate] {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}
[data-animate].visible {
  opacity: 1;
  transform: translateY(0);
}

/* Адаптив */
@media (max-width: 992px) {
  .about__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .about__gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
}

@media (max-width: 768px) {
  .section__title {
    font-size: 30px;
  }
  .about__subtitle {
    font-size: 16px;
  }
  .about__text {
    font-size: 16px;
  }
  .about__gallery {
    grid-template-columns: 1fr;
  }
  .about__image.large {
    grid-column: auto;
    grid-row: auto;
  }
}

.catalog__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.catalog__item {
  background: #fff;
  border-radius: 18px;
  padding: 25px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.catalog__item:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.12);
}

.catalog__badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: linear-gradient(90deg, #1e8846, #33a163);
  color: #fff;
  font-size: 12px;
  padding: 5px 12px;
  border-radius: 50px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.catalog__badge.accent {
  background: linear-gradient(90deg, #d32f2f, #ff4d4d);
}

.catalog__img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 18px;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

.catalog__desc {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  margin: 10px 0 15px;
}

.catalog__price {
  font-size: 18px;
  margin-bottom: 20px;
}

.catalog__price .new {
  color: #1e8846;
  font-weight: 700;
  margin-right: 8px;
}

.catalog__price .old {
  color: #999;
  text-decoration: line-through;
  font-size: 15px;
}

/* === Новая кнопка === */
.btn-modern {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(90deg, #1e8846 0%, #2fa35d 100%);
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(30,136,70,0.3);
  margin-top: auto;
}

.btn-modern svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: white;
  stroke-width: 2.2;
  transition: transform 0.3s ease;
}

.btn-modern:hover svg {
  transform: translateX(4px);
}

.btn-modern:hover {
  background: linear-gradient(90deg, #2fa35d 0%, #1e8846 100%);
  box-shadow: 0 6px 18px rgba(30,136,70,0.45);
}

.fraud-alert {
  padding: 20px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
}

.fraud-card {
  background: #fff;
  border-radius: 16px;
  padding: 40px 35px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  max-width: 880px;
  margin: 0 auto;
  text-align: left;
  transition: all 0.3s ease;
  border: 1px solid #eaeaea;
}

.fraud-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(0,0,0,0.1);
}

.fraud-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.fraud-header .icon {
  font-size: 28px;
}

.fraud-header h2 {
  font-size: 22px;
  color: #d32f2f;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.fraud-text {
  font-size: 17px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 30px;
}

.fraud-info {
  background: linear-gradient(135deg, #009b2a 0%, #00c442 100%);
  color: #fff;
  padding: 25px 30px;
  border-radius: 12px;
  font-size: 16px;
  line-height: 1.7;
  box-shadow: 0 4px 14px rgba(0,155,42,0.25);
}

.fraud-info h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

.fraud-info b {
  font-weight: 700;
  color: #fff;
}

.fraud-info .highlight {
  font-weight: 600;
  color: #ffe97a;
}

@media (max-width: 768px) {
  .fraud-card {
    padding: 25px 20px;
  }

  .fraud-header h2 {
    font-size: 18px;
  }

  .fraud-text {
    font-size: 15px;
  }

  .fraud-info {
    font-size: 15px;
    padding: 20px;
  }
}

.client-reviews {
  padding: 30px 0;
  background: #fff;
}

.section__title {
  font-size: 34px;
  font-weight: 800;
  color: #1e8846;
  margin-bottom: 15px;
}

.reviews-subtitle {
  font-size: 17px;
  color: #555;
  max-width: 680px;
  margin: 0 auto 50px;
  line-height: 1.6;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 45px;
  justify-items: center;
}

.review-card {
  max-width: 350px;
  text-align: center;
  background: #fff;
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.review-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.review-photo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
}

blockquote {
  font-style: italic;
  color: #333;
  font-size: 15.5px;
  line-height: 1.6;
  margin: 0 0 20px;
  position: relative;
}

blockquote::before, blockquote::after {
  content: '"';
  color: #1e8846;
  font-size: 22px;
  font-weight: bold;
}

.review-card h3 {
  font-size: 17px;
  font-weight: 700;
  color: #111;
  margin-bottom: 3px;
}

.city {
  color: #777;
  font-size: 15px;
}

/* Адаптивність */
@media (max-width: 768px) {
  .section__title {
    font-size: 26px;
  }
  .reviews-subtitle {
    font-size: 15px;
    margin-bottom: 35px;
  }
  .review-card {
    padding: 20px;
  }
}
