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

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

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400;
}
* {
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  -webkit-transition: 0.6s all;
  -o-transition: 0.6s all;
  transition: 0.6s all;
  font-weight: 500;
  line-height: 1.2;
}

.container {
  width: 1296px;
  margin: 0 auto;
}

.main {
  padding-bottom: 100px;
}

.header__top {
  height: 46px;
  margin: 8px 0px;
  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;
}
.header__logo {
  font-size: 24px;
  color: #cd4646;
  font-weight: 800;
}
.header__links {
  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;
  gap: 40px;
}
.header__link {
  font-size: 16px;
  color: #5b5b5b;
}
.header__soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
}
.header__media {
  width: 21px;
}
.header__media svg {
  width: 100%;
  height: auto;
  fill: #585858;
}
.header__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  padding: 5px 20px;
  background: #e1e1e1;
}
.header__label {
  color: #585858;
}
.header__arrow {
  width: 10px;
  min-width: 10px;
}
.header__arrow svg {
  width: 100%;
  height: auto;
}
.header__name {
  color: #be2020;
}
.header__menu {
  height: 31px;
  width: 44px;
  border-radius: 4px;
  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;
  border: 1px solid #d8d8d8;
  display: none;
}
.header__menu svg {
  width: 24px;
  height: auto;
  fill: #585858;
}

.promo {
  padding-top: 50px;
}
.promo__title {
  text-align: center;
  font-size: 50px;
  margin-bottom: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.promo__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.promo__left {
  width: 55%;
}
.promo__right {
  width: 45%;
  padding-left: 40px;
}
.promo__subtitle {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
}
.promo__subtitle-second {
  margin-bottom: 20px;
}
.promo__text {
  color: #585858;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 16px;
}
.promo__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 10px;
  gap: 4px;
}
.promo__line p {
  color: #585858;
  font-size: 16px;
  word-break: break-all;
}
.promo__line span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.promo__line span svg {
  width: 16px;
  min-width: 16px;
  height: auto;
}
.promo__line span p {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.promo__button {
  width: 100%;
  height: 50px;
  background: #6cc76f;
  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;
  gap: 10px;
  margin-top: 90px;
  border-radius: 10px;
  cursor: pointer;
}
.promo__button svg {
  width: 24px;
  height: auto;
  display: none;
}
.promo__button p {
  font-size: 20px;
  font-weight: 700;
  color: #001a00;
}
.promo__button:hover {
  background: #4a9e4c;
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}

.promo-swiper {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 40px;
}

.promo-swiper .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.promo-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}

.video-preview {
  position: relative;
  width: 100%;
  height: 100%;
}

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

.video-preview__play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: rgb(255, 255, 255);
  border-radius: 50%;
  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;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}

.video-preview__play svg {
  margin-left: 4px;
  fill: #cd4646;
}

.video-preview:hover .video-preview__play {
  background: #cd4646;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
      -ms-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
.video-preview:hover .video-preview__play svg {
  fill: #fff;
}

.swiper-button-prev, .swiper-button-next {
  color: white;
  background: rgb(255, 255, 255);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.swiper-button-prev:after, .swiper-button-next:after {
  font-size: 18px;
  fill: #000;
  color: #000;
}

.swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.148);
  opacity: 1;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}

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

.gallery-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.95);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.gallery-modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gallery-modal__overlay {
  position: absolute;
  inset: 0;
  cursor: pointer;
}

.gallery-modal__content {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.gallery-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border: none;
  width: 50px;
  height: 50px;
  font-size: 32px;
  border-radius: 50%;
  padding-bottom: 8px;
  cursor: pointer;
  z-index: 10;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.gallery-modal__swiper {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  max-height: 100%;
}

.gallery-modal__swiper .swiper-slide {
  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;
  background: black;
}

.gallery-modal__swiper img, .gallery-modal__swiper video {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.info {
  padding-top: 100px;
  margin-bottom: 100px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.info__title {
  text-align: center;
  font-size: 24px;
  color: #646464;
  margin-bottom: 8px;
}
.info__block {
  padding: 15px 20px;
  border-radius: 10px;
  background: #f5f5f5;
}
.info__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  margin-bottom: 8px;
}
.info__text svg {
  width: 16px;
  min-width: 16px;
  fill: #585858;
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
}
.info__text p {
  font-size: 16px;
  color: #585858;
}

.rev {
  background: #f3f2f2;
  border-radius: 8px;
  padding: 24px;
}
.rev__title {
  font-size: 32px;
  text-align: center;
  margin-bottom: 24px;
  font-weight: 700;
}
.rev__subtitle {
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
}
.rev__card {
  width: 46%;
}

.rev__slider {
  padding: 20px 0;
  position: relative;
}

.rev-swiper {
  overflow: hidden;
  padding: 20px 0;
  padding-bottom: 40px;
}

.rev-swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
}

.rev__card {
  background: white;
  border-radius: 8px;
  padding: 24px;
  border: 1px solid #dfdfdf;
  width: 100%;
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  min-height: 430px;
  cursor: pointer;
}

.rev__card:hover {
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
}

.rev__avatar {
  width: 100px;
  height: 100px;
  margin: 0 auto 12px;
}

.rev__avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  background: #f0f0f0;
}

.rev__name {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 4px;
  color: #1a1a1a;
}

.rev__pos {
  font-size: 14px;
  color: #666;
  margin-bottom: 8px;
}

.rev__rate {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2px;
}

.rev__rate svg {
  width: 18px;
  height: 18px;
  fill: #FFD700;
}

.rev__text {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
}

.rev-swiper-button-prev, .rev-swiper-button-next {
  width: 44px;
  height: 44px;
  background: white;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  color: #666;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}

.rev-swiper-button-prev:after, .rev-swiper-button-next:after {
  font-size: 16px;
  font-weight: bold;
}

.rev-swiper-button-prev {
  left: 10px;
}

.rev-swiper-button-next {
  right: 10px;
}

.rev-swiper-pagination {
  bottom: 0;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

.rev-swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #ddd;
  opacity: 1;
  margin: 0 4px;
}

.rev-swiper-pagination .swiper-pagination-bullet-active {
  background: #333;
}

.add {
  padding-top: 48px;
}
.add__title {
  font-size: 32px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 24px;
}
.add__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
.add__card {
  width: 100%;
  margin-bottom: 24px;
}
.add__card input, .add__card textarea {
  width: 100%;
  background: #fff;
  height: 38px;
  border-radius: 6px;
  border: 1px solid #dadada;
  padding: 12px;
}
.add__card textarea {
  height: 110px;
  resize: none;
}
.add__label {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 8px;
}
.add__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  cursor: pointer;
}
.add__star {
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.add__star svg {
  width: 27px;
  height: auto;
  fill: #ccc;
  -webkit-transition: fill 0.2s ease;
  -o-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}
.add__button {
  margin-top: 20px;
  padding: 6px 12px;
  background: #0d6efd;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 38px;
  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;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  border-radius: 8px;
  cursor: pointer;
}
.add__button:hover {
  background: #0652c4;
}

.add__star.filled svg {
  fill: #FFD700;
}

@media (max-width: 1340px) {
  .container {
    width: 100%;
    padding: 0px 20px;
  }
  .promo__button {
    margin-top: 40px;
  }
  .info {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 860px) {
  .promo__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .promo__left {
    width: 100%;
    margin-bottom: 40px;
  }
  .promo__right {
    width: 100%;
    padding-left: 0px;
  }
  .info {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 600px) {
  .container {
    padding: 0px 10px;
  }
  .header__soc, .header__links {
    display: none;
  }
  .header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .promo__title {
    font-size: 32px;
  }
  .promo__subtitle {
    font-size: 22px;
  }
  .info__body {
    width: 100%;
  }
  .rev {
    padding: 24px 10px;
  }
  .rev__title {
    font-size: 22px;
  }
  .rev__text {
    font-size: 14px;
  }
  .add__title {
    font-size: 22px;
  }
  .add__block {
    gap: 10px;
  }
  .gallery-modal__content {
    padding: 0px;
  }
}