@charset "UTF-8";

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

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

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

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

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

/* Указываем box sizing */

html {
  height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 200px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

input:focus-visible {
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1;
  color: #ffffff;
  font-size: 16px;
  font-family: Rubik;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
}

ul,
ol {
  list-style-position: inside;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

.container {
  max-width: 1272px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
}

.content {
  padding: 50px 0;
}

.page-content {
  padding-top: 50px;
  padding-bottom: 100px;
}

.title {
  position: relative;
  color: #111;
  font-size: 20px;
  line-height: 113%;
  text-transform: uppercase;
  margin-bottom: 50px;
  text-align: center;
  letter-spacing: -0.615px;
  font-weight: 500;
}

.title span {
  position: relative;
}

.title span::before,
.title span::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 1px;
  background: #F60;
  top: 50%;
  transform: translateY(-50%);
}

.title span::after {
  right: calc(100% + 10px);
}

.title span::before {
  left: calc(100% + 10px);
}

/*alert*/

.box-size {
  box-sizing: border-box;
}

.alert--fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  top: 0px;
  left: 0px;
  z-index: 999;
}

.alert--error,
.alert--warning,
.alert--active {
  display: flex;
}

.alert--width {
  width: 400px;
}

.alert--img__item svg {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}

.alert--img__item {
  display: none;
  flex-shrink: 0;
}

.alert--active .active {
  display: block;
}

.alert--warning .warning {
  display: block;
}

.alert--error .error {
  display: block;
}

.alert--content {
  position: relative;
  z-index: 12;
  border-radius: 15px;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: white;
  padding: 30px;
  color: #333333;
  margin-bottom: 10%;
}

.alert--bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.6;
  z-index: 11;
  top: 0px;
  left: 0px;
}

.alert-text {
  margin-top: 15px;
  text-align: center;
}

.alert--active .active path {
  fill: #4ad395;
}

.alert--warning .warning path {
  fill: #e5e75d;
}

.alert--error .error path {
  fill: #f81919;
}

.alert--title {
  font-size: 28px;
  font-weight: 500;
}

.alert--subtitle {
  font-weight: 400;
  font-size: 20px;
  padding-top: 8px;
  margin-top: 8px;
  border-top: 1px solid #ccbbbb;
}

.alert--x {
  position: absolute;
  width: 30px;
  height: 30px;
  padding: 8px;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.alert--x svg {
  width: 100%;
  height: 100%;
}

.alert--x svg path {
  fill: #968787;
  transition: all 0.3s ease;
}

.alert--x:hover path {
  fill: black;
}

/*alert*/

/*formLoader*/

.form_loader {
  position: fixed;
  display: none;
  z-index: 999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.form_loader_block {
  position: absolute;
  width: 350px;
  max-width: 90%;
  left: 50%;
  top: 45%;
  padding: 40px;
  border-radius: 10px;
  background-color: #fff;
  transform: translate(-50%, -50%);
}

.form_loader_animate {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
}

.form_loader_animate:after {
  content: "";
  display: block;
  width: 85%;
  height: 85%;
  /*margin: 8px;*/
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #C53364 transparent #C53364 transparent;
  -webkit-animation: loader-animate 1.2s linear infinite;
          animation: loader-animate 1.2s linear infinite;
}

.form_loader_text {
  font-size: 20px;
  text-align: center;
}

@-webkit-keyframes loader-animate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-animate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*formLoader*/

.burger {
  position: relative;
  z-index: 1;
  display: none;
  cursor: pointer;
}

.burger__dot {
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  position: relative;
  transition: background-color 0.3s ease;
  pointer-events: none;
}

.burger__dot--line {
  background-color: transparent;
}

.burger__dot--line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #ffffff;
  border-radius: 5px;
  transition: width 0.3s ease;
  transform-origin: 2.5px 2.5px;
}

.burger__dot--left-top::before {
  transform: rotate(45deg);
}

.burger__dot--right-bottom::before {
  transform: rotate(-135deg);
}

.burger__dot--right-top::before {
  transform: rotate(135deg);
}

.burger__dot--left-bottom::before {
  transform: rotate(-45deg);
}

.burger._opened .burger__dot--line::before {
  width: 18px;
}

.burger._opened .burger__dot--aside {
  background-color: transparent;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 12;
  background: transparent;
  transition: 0.2s ease-in-out;
}

.header.active {
  background: #191919;
}

.header.other {
  background: #191919;
}

.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 25px;
}

.header__lang {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header__lang a {
  text-transform: uppercase;
  transition: 0.2s ease-in-out;
}

.header__lang a.active {
  padding: 6px 9px;
  border-radius: 22px;
  background: #F60;
  color: #2E2E2E;
  cursor: default;
}

.header__lang a:not(.active):hover {
  color: #f60;
}

.header__socials {
  display: flex;
  align-items: center;
  gap: 50px;
}

.header__socials-item {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.2s ease-in-out;
}

.header__socials-item:hover {
  color: #F90;
}

.header__socials-item img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__bot {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
}

.header__logo {
  width: 190px;
  flex-shrink: 0;
}

.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__nav {
  margin-left: auto;
  margin-right: auto;
}

.header__nav-list {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 12px 30px;
  border-radius: 100px;
  opacity: 0.9;
  background: rgba(46, 46, 46, 0.9);
}

.header__nav-link {
  transition: 0.2s ease-in-out;
}

.header__nav-link:hover {
  color: #F90;
}

.header__nav-link.active {
  color: #F90;
}

.header__feedback {
  padding: 12px 25px;
  border-radius: 23px;
  background: #EF4E22;
  box-shadow: 0px 0px 25px 0px rgba(255, 102, 0, 0.55);
  text-transform: uppercase;
  transition: 0.2s ease-in-out;
}

.header__feedback:hover {
  transform: scale(1.1);
}

.header-space {
  padding-top: 147px;
}

.footer {
  margin-top: auto;
  background: #2E2E2E;
}

.footer__container {
  display: flex;
  align-items: flex-start;
  padding: 70px 0;
}

.footer__logo {
  width: 165px;
  flex-shrink: 0;
  margin-right: 80px;
}

.footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

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

.footer__nav-item {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.footer__nav-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 15px;
}

.footer__nav-list li a {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.2s ease-in-out;
  font-size: 14px;
}

.footer__nav-list li a:hover {
  color: #F90;
}

.footer__nav-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: -0.277px;
}

.footer__nav-socials {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer__nav-socials a {
  display: flex;
  transition: 0.2s ease-in-out;
}

.footer__nav-socials a:hover {
  transform: scale(1.1);
}

.footer__bot {
  border-top: 1px solid #6E6E6E;
}

.footer__bot-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}

.footer__bot-wrapper a {
  opacity: 0.5;
  transition: 0.2s ease-in-out;
}

.footer__bot-wrapper a:hover {
  color: #F90;
}

.breadcrumbs__container {
  padding: 50px 0 0 0;
}

.breadcrumbs__list {
  display: flex;
  align-items: center;
  overflow: auto;
}

.breadcrumbs__list::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.breadcrumbs__list-item {
  position: relative;
}

.breadcrumbs__list-item:not(:last-child) {
  margin-right: 28px;
}

.breadcrumbs__list-item:not(:last-child)::before {
  position: absolute;
  content: "/";
  top: 50%;
  transform: translateY(-50%);
  right: -18px;
  color: #5F5F5F;
}

.breadcrumbs__list-link {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
  color: #5F5F5F;
  transition: 0.2s ease-in-out;
}

.breadcrumbs__list-link:hover {
  color: #F90;
}

.breadcrumbs__list-link.active {
  pointer-events: none;
}

.hero {
  position: relative;
  height: calc(100dvh - 45px);
  min-height: 700px;
  z-index: 8;
  background: #191919;
  padding-top: 45px;
  width: 100%;
}

.hero__images {
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  border-radius: 100px 100px 0 0;
  overflow: hidden;
  pointer-events: none;
  background: #191919;
}

.hero__images .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero .container {
  height: 100%;
}

.hero__container {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero__info {
  width: 100%;
}

.hero__info-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero__info-title {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 25px;
  max-width: 850px;
  line-height: 112%;
}

.hero__info-text {
  max-width: 666px;
  line-height: 142%;
  margin-bottom: 35px;
}

.hero__info-link {
  display: flex;
  align-items: center;
  gap: 30px;
  border-radius: 23px;
  border: 1px solid #F60;
  opacity: 0.9;
  background: rgba(0, 0, 0, 0.5);
  padding: 3px 3px 3px 30px;
  transition: 0.2s ease-in-out;
}

.hero__info-link:hover {
  background: #F60;
}

.hero__arrows {
  position: absolute;
  bottom: 30px;
  right: 0;
  display: flex;
  align-items: center;
  z-index: 5;
  gap: 20px;
}

.hero__arrow {
  display: flex;
  transition: 0.2s ease-in-out;
}

.hero__arrow:hover {
  transform: scale(1.1);
}

.hero__pagination {
  position: absolute;
  bottom: 30px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  z-index: 5;
  display: flex;
  align-items: center;
  width: auto !important;
}

.hero__pagination .swiper-pagination-bullet {
  background: rgba(217, 165, 160, 0.8);
  transition: 0.2s ease-in-out;
}

.hero__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #d9a5a0;
}

.category {
  position: relative;
  z-index: 10;
  background: #fff;
  border-radius: 65px 65px 0px 0px;
}

.category__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
}

.category__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  width: 100%;
}

.category__item {
  position: relative;
  overflow: hidden;
  transition: 0.2s ease-in-out;
}

.category__item:hover {
  filter: drop-shadow(0px 0px 50px #D39E62);
}

.category__item:hover .category__item-btn {
  background: #F60;
  color: #ffffff;
}

.category__item::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
  z-index: 2;
  border-radius: 30px;
}

.category__item-img {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}

.category__item-img::before {
  display: block;
  content: "";
}

.category__item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.category__item-img::before {
  padding-top: 100%;
}

.category__item-title {
  position: absolute;
  font-size: 20px;
  font-weight: 500;
  z-index: 3;
  bottom: 75px;
  left: 20px;
  right: 20px;
}

.category__item-btn {
  position: absolute;
  z-index: 3;
  bottom: 20px;
  left: 20px;
  right: 20px;
  padding: 10px;
  background: #ffffff;
  text-align: center;
  color: #000000;
  border-radius: 20px;
  opacity: 0.9;
  transition: 0.2s ease-in-out;
}

.category__link {
  display: flex;
  align-items: center;
  gap: 30px;
  border-radius: 23px;
  border: 1px solid #F60;
  opacity: 0.9;
  background: #fff;
  padding: 3px 3px 3px 30px;
  transition: 0.2s ease-in-out;
  color: #000000;
  margin-top: 50px;
}

.category__link:hover {
  background: #F60;
  color: #ffffff;
}

.novelty__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.novelty__wrapper {
  position: relative;
  width: 100%;
}

.novelty__slider {
  position: relative;
  width: 100%;
}

.novelty__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  transition: 0.2s ease-in-out;
}

.novelty__arrow:hover {
  transform: translateY(-50%) scale(1.1);
}

.novelty__arrow.next {
  right: -25px;
}

.novelty__arrow.prev {
  left: -25px;
}

.novelty__item {
  display: flex;
  flex-direction: column;
  border-radius: 30px;
  border: 1px solid #DDD;
  background: #FFF;
  overflow: hidden;
  transition: 0.2s ease-in-out;
  height: auto !important;
}

.novelty__item.hidden {
  display: none;
}

.novelty__item:hover {
  border: 1px solid #F60;
  box-shadow: 0px 0px 20px 0px rgba(255, 102, 0, 0.25);
}

.novelty__item-img {
  position: relative;
  position: relative;
  overflow: hidden;
}

.novelty__item-img::before {
  display: block;
  content: "";
}

.novelty__item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.novelty__item-img::before {
  padding-top: 85%;
}

.novelty__item-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  padding: 6px 10px;
  border-radius: 20px;
}

.novelty__item-tag.new {
  background: #15B000;
}

.novelty__item-tag.top {
  background: #F60;
}

.novelty__item-info {
  padding: 24px;
  display: flex;
  flex-direction: column;
  row-gap: 14px;
}

.novelty__item-title {
  color: #191919;
  font-size: 20px;
  line-height: 115%;
}

.novelty__item-text {
  color: #5F5F5F;
  line-height: 140%;
}

.part__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50px 1fr 50px;
  grid-template-columns: 50px 1fr 50px;
  grid-gap: 20px;
}

.part__arrow {
  display: flex;
}

.part__slider {
  width: 100%;
}

.part__slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.part__slider .swiper-slide img {
  filter: grayscale(1);
  max-height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

.help__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 70px;
  border-radius: 30px;
  background: rgba(255, 102, 0, 0.1);
}

.help__info {
  display: flex;
  flex-direction: column;
  width: 40%;
}

.help__info-title {
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 500;
  line-height: 112%;
  color: #191919;
}

.help__info-text {
  line-height: 142%;
  color: #5F5F5F;
}

.help__video {
  position: relative;
  width: 48%;
  height: 310px;
  border-radius: 30px;
  overflow: hidden;
}

.help__video iframe {
  width: 100%;
  height: 100%;
}

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

.help__video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
}

.news {
  overflow: hidden;
}

.news__slider {
  width: 100%;
}

.news__slider .swiper-wrapper {
  transition-timing-function: linear !important;
  position: relative;
}

.news__slider-item {
  width: auto !important;
}

.news__slider-img {
  overflow: hidden;
  border-radius: 30px;
  width: 400px;
  height: 267px;
  margin-bottom: 20px;
}

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

.news__slider-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}

.news__slider-date span:nth-child(1) {
  color: #5F5F5F;
}

.news__slider-date span:nth-child(2) {
  color: #F60;
  text-decoration: underline;
}

.feedback {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  margin-top: 50px;
}

.feedback__map {
  width: 100%;
  height: 100%;
}

.feedback__map iframe {
  width: 100%;
  height: 100%;
}

.feedback__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0;
  background: url("../img/fb.jpg") center/cover no-repeat;
}

.feedback__form input {
  padding: 10px 20px;
  border-radius: 25px;
  background: #FFF;
  border: none;
  outline: none;
  width: 100%;
  max-width: 410px;
  margin-bottom: 15px;
}

.feedback__form-title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 35px;
  font-weight: 500;
}

.feedback__form-subtitle {
  text-align: center;
  line-height: 125%;
  margin-bottom: 30px;
}

.feedback__submit {
  padding: 16px 0;
  width: 100%;
  max-width: 410px;
  border-radius: 25px;
  background: #F60;
  color: #ffffff;
  border: none;
  outline: none;
  transition: 0.2s ease-in-out;
}

.feedback__submit:hover {
  transform: scale(1.06);
}

.geo {
  position: relative;
  border-radius: 65px 65px 0px 0px;
  overflow: hidden;
  z-index: 10;
  background: #ffffff;
  background-image: url("../img/geo-bg.png");
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.geo__container {
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.geo__map {
  position: relative;
}

.geo__map svg {
  max-width: 100%;
  height: auto;
}
.geo__map svg path {
  cursor: pointer;
}
.geo__map svg path.active {
  fill: #F60;
}

.geo__modal {
  position: absolute;
  z-index: 9;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.6);
  padding: 20px;
  width: 280px;
  display: none;
}

.geo__modal.active {
  display: flex;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.geo__modal.zapad {
  /* left: 0;
  top: 50%;
  transform: translateY(-50%); */
}

.geo__modal.other {
  /* bottom: 50px;
  left: 50%;
  transform: translateX(-50%); */
}

.geo__modal-close {
  position: absolute;
  top: 5px;
  right: 5px;
  display: flex;
}

.geo__modal-title {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 116%;
}

.geo__modal-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 10px;
}

.geo__modal-list li a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  transition: 0.2s ease-in-out;
}

.geo__modal-list li a:hover {
  color: #F90;
}

.geo__modal-list li a svg {
  flex-shrink: 0;
}

.deliv__title {
  margin-bottom: 30px;
}

.deliv__subtitle {
  text-align: center;
  margin-bottom: 50px;
  color: #5F5F5F;
  font-size: 18px;
  line-height: 128%;
}

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

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

.benef__item {
  display: flex;
  flex-direction: column;
  padding: 40px;
  border-radius: 30px;
  border: 1px solid #DDD;
  transition: 0.2s ease-in-out;
}

.benef__item:hover {
  border: 1px solid #F60;
  box-shadow: 0px 0px 30px 0px rgba(255, 102, 0, 0.2);
}

.benef__item-head {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.benef__item-head img {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.benef__item-title {
  font-size: 20px;
  color: #191919;
  line-height: 115%;
  font-weight: 500;
}

.benef__item-text {
  color: #5F5F5F;
  font-size: 14px;
  line-height: 140%;
}

.team__container {
  padding-bottom: 100px;
}

.team__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 100px;
}

.team__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.team__item-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
}

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

.team__item-name {
  margin-bottom: 10px;
  text-align: center;
  font-size: 20px;
  color: #191919;
  font-weight: 500;
}

.team__item-desc {
  text-align: center;
  color: #5F5F5F;
  font-size: 14px;
  line-height: 140%;
}

.product__block {
  display: flex;
  gap: 65px;
}

.product__sliders {
  display: flex;
  gap: 20px;
  height: 100%;
}

.product__big {
  width: 500px;
  height: 100%;
  flex-shrink: 0;
}

.product__big .swiper-slide {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}

.product__big .swiper-slide::before {
  display: block;
  content: "";
}

.product__big .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product__big .swiper-slide::before {
  padding-top: 100%;
}

.product__pagination {
  position: absolute;
  bottom: 45px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: auto !important;
  display: flex;
  align-items: center;
  gap: 5px;
  z-index: 3;
}

.product__pagination .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 0.5;
  transition: 0.2s ease-in-out;
}

.product__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.product__mini {
  width: 152px;
  flex-shrink: 0;
  height: 500px;
}

.product__mini .swiper-slide {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.product__mini .swiper-slide::before {
  display: block;
  content: "";
}

.product__mini .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product__mini .swiper-slide::before {
  padding-top: 100%;
}

.product__info {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.product__title {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 20px;
  color: #191919;
}

.product__chars {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

.product__chars-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product__chars-item span {
  font-size: 14px;
}

.product__chars-item span:nth-child(1) {
  color: #5F5F5F;
}

.product__chars-item span:nth-child(2) {
  color: #191919;
  font-weight: 500;
}

.product__elems {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.product__counter {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 11px 30px;
  border-radius: 30px;
  border: 1px solid #DDD;
  background: #FFF;
}

.product__counter span {
  font-size: 14px;
  color: #2E2E2E;
}

.product__btn {
  width: 10px;
  height: 10px;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  padding: 0;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.product__btn:hover {
  transform: scale(1.4);
}

.product__link {
  padding: 12px;
  font-size: 14px;
  border-radius: 100px;
  background: #F60;
  width: 100%;
  text-align: center;
  transition: 0.2s ease-in-out;
}

.product__link:hover {
  transform: scale(1.04);
}

.product__desc {
  margin-top: 45px;
  color: #5F5F5F;
  line-height: 142%;
}

.deliv__title {
  text-align: center;
  margin-bottom: 100px;
  font-size: 25px;
  color: #191919;
  font-weight: 500;
}

.deliv__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 180px;
}

.deliv__term {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 150px;
}

.deliv__term:nth-child(1)::before {
  position: absolute;
  content: "";
  bottom: -90px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 670px;
  height: 1px;
  background: #F60;
}

.deliv__term-left {
  width: 370px;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.deliv__term-title {
  font-size: 40px;
  color: #191919;
  font-weight: 500;
  line-height: 112%;
}

.deliv__term-text {
  color: #5F5F5F;
  line-height: 140%;
}

.deliv__term-right {
  display: flex;
  align-items: center;
  gap: 30px;
}

.deliv__term-col {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.deliv__term-img {
  width: 288px;
  height: 400px;
  border-radius: 30px;
  overflow: hidden;
}

.deliv__term-block {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  border-radius: 30px;
  border: 1px solid #DDD;
  background: #FFF;
  padding: 40px;
  width: 288px;
}

.deliv__term-block div {
  font-size: 25px;
  color: #191919;
  font-weight: 500;
  line-height: 120%;
}

.deliv__term-block span {
  color: #5F5F5F;
  line-height: 140%;
}

.contact__block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 500px 1fr;
  grid-template-columns: 500px 1fr;
  gap: 30px;
}

.contact__list {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.contact__item {
  height: 135px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-radius: 30px;
  border: 1px solid #DDD;
  padding: 40px;
  transition: 0.2s ease-in-out;
}

.contact__item:hover {
  border: 1px solid #F60;
  box-shadow: 0px 0px 30px 0px rgba(255, 102, 0, 0.2);
}

.contact__item:nth-child(4) {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.contact__item-name {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #5F5F5F;
  font-size: 18px;
  margin-bottom: 15px;
}

.contact__item-name svg {
  flex-shrink: 0;
}

.contact__item-elem {
  font-size: 20px;
  font-weight: 500;
  color: #191919;
  transition: 0.2s ease-in-out;
}

.contact__item-elem:hover {
  color: #F90;
}

.contact__item-title {
  font-size: 20px;
  font-weight: 500;
  color: #191919;
}

.contact__item-socials {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact__item-socials a {
  display: flex;
  transition: 0.2s ease-in-out;
}

.contact__item-socials a:hover {
  transform: scale(1.1);
}

.contact__map {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}

.contact__map iframe {
  width: 100%;
  height: 100%;
}

.empty__image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 16px;
}

@media (max-width: 1360px) {
  .container {
    max-width: 1240px;
  }

  .header__top {
    padding-bottom: 25px;
  }

  .header__bot {
    padding-bottom: 10px;
  }

  .header-space {
    padding-top: 143px;
  }

  .hero__info-title {
    font-size: 32px;
    max-width: 650px;
  }

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

@media (max-width: 1240px) {
  .container {
    max-width: 992px;
  }

  .burger {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (5px)[3];
    grid-template-columns: repeat(3, 5px);
    justify-content: space-between;
    width: 25px;
    row-gap: 5px;
    -moz-column-gap: 5px;
         column-gap: 5px;
    margin-left: 20px;
    margin-right: 0;
  }

  .header__logo {
    width: 150px;
    margin-right: auto;
  }

  .header__nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
  }

  .header__nav.active {
    display: block;
  }

  .header__nav-list {
    border-radius: 0 0 100px 100px;
    flex-direction: column;
    gap: 25px;
    padding: 20px 16px;
  }

  .header-space {
    padding-top: 128px;
  }

  .hero__images {
    border-radius: 0;
  }

  .category__items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

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

  .help__block {
    padding: 35px;
  }

  .help__info-title {
    font-size: 32px;
  }

  .news__slider-img {
    width: 260px;
    height: 176px;
  }

  .benef__items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }

  .benef__item {
    padding: 20px;
  }

  .product__big {
    width: 400px;
  }

  .product__mini {
    height: 400px;
    width: 120px;
  }
}

@media (max-width: 1200px) {
  .alert--width {
    width: 370px;
  }

  .alert--content {
    padding: 25px;
  }

  .alert--img__item svg {
    width: 75px;
    height: 75px;
  }

  .alert-text {
    margin-top: 10px;
  }

  .alert--title {
    font-size: 24px;
  }

  .alert--subtitle {
    font-size: 18px;
  }
}

@media (max-width: 992.9px) {
  .container {
    width: 100%;
    max-width: none;
  }
}

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

  .header__socials {
    gap: 25px;
  }

  .header__socials-item {
    font-size: 0;
    gap: 0;
  }

  .header__logo {
    width: 120px;
  }

  .header__feedback {
    font-size: 12px;
    padding: 8px 16px;
  }

  .header-space {
    padding-top: 108px;
  }

  .footer__container {
    flex-direction: column;
    align-items: center;
  }

  .footer__logo {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .footer__nav {
    flex-direction: column;
    align-items: center;
    row-gap: 40px;
    text-align: center;
  }

  .footer__nav-list {
    align-items: center;
  }

  .footer__nav-list li a {
    text-align: center;
  }

  .footer__nav-socials {
    justify-content: center;
  }

  .footer__bot-wrapper {
    flex-direction: column;
    row-gap: 20px;
  }

  .breadcrumbs__container {
    padding: 30px 0 0 0;
  }

  .hero__info-title {
    font-size: 26px;
  }

  .hero__arrows {
    display: none;
  }

  .novelty__arrow.next {
    right: 0;
  }

  .novelty__arrow.prev {
    left: 0;
  }

  .feedback {
    display: flex;
    flex-direction: column-reverse;
  }

  .feedback__map {
    height: 350px;
  }

  .feedback__form {
    padding: 50px 16px;
  }

  .feedback__form-title {
    font-size: 26px;
  }

  .team__items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .product__block {
    gap: 30px;
  }

  .product__big {
    width: 300px;
  }

  .product__mini {
    height: 300px;
    width: 90px;
  }

  .deliv__wrapper {
    row-gap: 60px;
  }

  .deliv__term {
    flex-direction: column;
    gap: 30px;
  }

  .deliv__term:nth-child(2) {
    flex-direction: column-reverse;
  }

  .deliv__term:nth-child(1)::before {
    bottom: -30px;
  }

  .deliv__term-left {
    text-align: center;
  }

  .deliv__term-title {
    font-size: 30px;
  }

  .contact__block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .contact__list {
    row-gap: 15px;
  }

  .contact__item {
    height: auto;
    padding: 25px;
  }

  .contact__item-elem {
    font-size: 18px;
  }

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

  .contact__map {
    height: 350px;
  }
}

@media (max-width: 768px) {
  .title {
    margin-bottom: 25px;
  }

  .title span::before,
  .title span::after {
    width: 30px;
  }

  .category__container {
    padding-top: 50px;
  }

  .category__items {
    grid-gap: 10px;
  }

  .category__item-title {
    font-size: 16px;
  }

  .help__block {
    flex-direction: column;
    row-gap: 30px;
  }

  .help__info {
    width: 100%;
  }

  .help__info-title {
    font-size: 26px;
    margin-bottom: 15px;
  }

  .help__video {
    width: 100%;
  }

  .geo__container {
    padding-top: 50px;
  }

  .deliv__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .product__block {
    flex-direction: column;
  }

  .product__sliders {
    flex-direction: column;
  }

  .product__big {
    width: 100%;
    flex-shrink: 1;
  }

  .product__mini {
    width: 100%;
    height: auto;
  }

  .product__elems {
    margin-top: 20px;
  }

  .deliv__title {
    margin-bottom: 50px;
  }

  .deliv__term-left {
    row-gap: 15px;
  }

  .deliv__term-title {
    font-size: 22px;
  }

  .deliv__term-right {
    flex-direction: column;
    gap: 15px;
  }

  .deliv__term-col {
    gap: 15px;
  }

  .deliv__term-block {
    padding: 25px;
  }

  .deliv__term-block div {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .benef__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .team__items {
    grid-gap: 50px;
  }

  .team__item-img {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 500px) {
  .alert--content {
    width: 92%;
  }

  .alert--img__item svg {
    width: 60px;
    height: 60px;
  }

  .alert--title {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .category__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .help__video {
    height: 250px;
  }
}





/* Фон модального окна */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Затемненный фон */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden; /* Скрываем элемент, когда он невиден */
    transition: opacity 0.3s ease, visibility 0.3s ease; /* Переход для плавного исчезновения */
}

/* Показ модального окна */
.modal-overlay.show {
    opacity: 1;
    visibility: visible; /* Показываем элемент */
}

/* Контейнер модального окна */
.custom-modal {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    width: 350px;
    max-width: 90%;
    transform: scale(0.7);
    transition: transform 0.3s ease; /* Переход для плавного увеличения */
}

/* Анимация для показа модального окна */
.modal-overlay.show .custom-modal {
    transform: scale(1);
}

.modal-header {
    background-color: #fff;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
}

.modal-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.modal-content {
    padding: 20px;
    font-size: 16px;
    color: #333;
}

.close-btn {
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    color: #333;
}

.close-btn:hover {
    color: #ffdddd;
}
