/* START Elementor container */

/* Hamburger Menu Icon */
.pollock-hamburger-icon {
  cursor: pointer;
  width: 24px;
  font-size: 20px;
  /*   line-height: 80px; */
  color: var(--e-global-color-pollock_text);
  transition: all 0.3s ease;
}

.pollock-menu-button a {
  min-width: 100%;
  text-align: center;
  justify-content: center;
}

.pollock-hamburger-icon svg {
  fill: currentColor;
  transition: fill 0.3s;
}

.pollock-hamburger-icon i,
.pollock-hamburger-icon svg {
  width: 100%;
  line-height: inherit;
}

.pollock-menu-panel {
  flex-basis: 0;
  text-align: left;
}

.pollock-menu-panel .menu-panel-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, .8);
  z-index: 999998;
  opacity: 0;
  visibility: hidden;
  -webkit-backdrop-filter: blur(10px);
  transition: opacity 0.3s;
}

.menu-panel-overlay.show {
  opacity: 1;
  visibility: visible;
}

.pollock-menu-panel .menu-panel-wrap {
  position: fixed;
  right: -100%;
  top: 0;
  background: #FED602;
  height: 100%;
  min-height: 100vh;
  width: 400px;
  max-width: calc(100% - 10px);
  padding: 100px 30px 100px 40px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  z-index: 999999;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-overflow-scrolling: touch;
}

.pollock-menu-panel .close-menu {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 60px;
  height: 60px;
  border-radius: 2px 0 0 2px;
  background-color: transparent;
  z-index: 999999;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  transition: color 0.3s;
}

.pollock-menu-panel .close-menu:before {
  position: absolute;
  left: 50%;
  top: 50%;
  font-weight: 600;
  font-size: 14px;
  transform: translate(-50%, -50%);
}

.pollock-menu-panel .close-menu:hover {
  color: var(--e-global-color-pollock_accent);
}

.pollock-menu-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pollock-menu-panel li {
  position: relative;
  border-bottom: 2px solid #000;
  display: block;
}

.pollock-menu-panel li .arrow {
  position: absolute;
  top: 18px;
  right: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 10px;
  line-height: 28px;
  width: 28px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  transition: transform 0.3s;
  min-width: 50px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -2px;
  z-index: 40;
}

.pollock-menu-panel li>a {
  color: #fff;
  transition: 0.3s;
}

.pollock-menu-panel li.current-menu-item>a,
.pollock-menu-panel li:hover>a {
  color: var(--e-global-color-pollock_accent);
}

.pollock-menu-panel li.active>.arrow {
  transform: rotate(-90deg);
  color: var(--e-global-color-pollock_primary);
}

.pollock-menu-panel ul li a {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  text-transform: capitalize;
  padding: 14px 0;
  display: block;
}

.pollock-menu-panel .sub-menu {
  display: none;
  padding-left: 20px;
  padding-bottom: 18px;
}

.pollock-menu-panel .sub-menu li {
  border-bottom: 0;
}

.pollock-menu-logo {
  margin-bottom: 30px;
}

.pollock-menu-panel .sub-menu li a {
  font-size: 17px;
  line-height: 30px;
  padding: 9px 0;
}

.pollock-menu-button a {
  padding: 15px;
  background: red;
  display: flex;
  max-width: 100%;
  width: fit-content;
  background: #000;
  color: #fff;
  margin-top: 30px;
}

html.disable-scroll {
  overflow-y: hidden;
}

.pollock-menu-panel .menu-logo {
  margin-bottom: 35px;
}

.pollock-menu-panel .search-form {
  position: relative;
  margin: 32px 0;
}

.pollock-menu-panel .search-form .search-field {
  padding-right: 48px;
  width: 100%;
  margin-bottom: 0;
  padding: 10px 25px;
  background-color: #fff;
  border: 1px solid var(--border-color);
  border-radius: 5px;
}

.pollock-menu-panel .search-form .search-submit {
  position: absolute;
  right: 5px;
  top: 0px;
  width: 44px;
  height: 44px;
  text-align: center;
  text-indent: 9999px;
  background-color: transparent;
  padding: 0;
  border: 0;
  overflow: hidden;
}

.pollock-menu-panel .search-form .search-submit i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  line-height: 44px;
  width: 44px;
  font-weight: 700;
  text-align: center;
  color: var(--e-global-color-pollock_primary);
  text-indent: 0;
}

.pollock-menu-panel .search-form .search-submit:hover {
  color: var(--e-global-color-pollock_accent);
}

.pollock-menu-panel .search-form .search-submit svg {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  padding: 20%;
  fill: currentColor;
  stroke: none;
  transition: fill 0.3s;
}

.pollock-menu-panel .ext>.text {
  display: none;
}

.pollock-menu-panel .ext>.cart-info {
  color: #fff;
}

.pollock-menu-panel .ext>.cart-info:hover {
  color: var(--e-global-color-pollock_accent);
}

.pollock-menu-panel .ext>.cart-info i {
  position: relative;
  font-size: 18px;
  color: #fff;
  display: inline-block;
  margin-right: 12px;
}

.close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pollock-menu-icons {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.pollock-menu-icons .pollock-menu-icon,
.pollock-menu-icons svg {
  width: 40px;
  height: 40px;
}

.pollock-menu-icon {
  margin-right: 20px;
}

/* END HAMBURGER MENU */

.pr-container {
    width: 1313px;
    margin: auto;
  }
  .swap-pr-container {
    width: 1110px;
  }
  .complaint-section {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  @media (max-width: 991px) {
    .complaint-section {
      padding-top: 80px;
      padding-bottom: 80px;
    }
  }
  @media (max-width: 767px) {
    .complaint-section {
      padding-top: 60px;
      padding-bottom: 60px;
    }
  }
  @media (max-width: 1350px) {
    .pr-container {
      max-width: 1050px!important;
    }
  }
  @media (max-width: 1200px) {
    .pr-container {
      width: 910px!important;
    }
  }

  @media (max-width: 991px) {
    .pr-container {
      width: 670px!important;
    }
  }

  @media (max-width: 768px) {
    .pr-container {
      max-width: 490px!important;
    }
  }

  @media (max-width: 480px) {
    .pr-container {
      width: 100%!important;
      padding: 0px 25px;
    }
  }
  /* END Elementor container */
.review .swiper-slide {
  /* width: 600px; */
  height: auto!important;
  background: #FFFFFF;
  /* background: #ff000030; */
  /* box-shadow: 0px 17px 40px rgba(131, 182, 55, 0.09); */
  border-radius: 20px;
  /* padding-right: 32px;
  padding-left: 32px; */
  border: 1px solid #E2E2E2;
}
.review__data {
  display: flex;
  flex-direction: column;
}
.review__img__leaf {
  position: absolute;
  transform: translate(-38px, -42px);
}
.review__img__leaf img {
  min-width: 148px;
  height: 148px;
}
.review__img {
  position: relative;
}
.review__img__photo {
  width: 100%;
  height: 269px;
  position: relative;
}
.review__img__photo img {
  border-radius: 20px 20px 0px 0px;
  width: 100%;
  height: 269px;
  object-fit: cover;
}
.review__date {
  font-weight: 400;
  font-size: 14px;
  line-height: 116%;
  letter-spacing: 0.1px;
  color: #454A3B;
}
.review__name {
  font-weight: 800;
  font-size: 24px;
  line-height: 135.01%;
  letter-spacing: 0.02em;
  color: #454A3B;
  padding-top: 21px;
  padding-top: 21px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 5px;
}
.review__verification {
  display: flex;
  align-items: center;
  transform: translate(36px, -17px);
  min-width: 140px;
}
.review__img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.review__img__play, .review__img__play img {
  max-width: 90px;
  max-height: 90px;
  min-width: 90px;
  min-height: 90px;
  position: absolute;
  z-index: 2;
  border-radius: 50px;
  cursor: pointer;
}
.reviews .swiper-slide .review__img__play img {
  transform: scale(1);
  transition: 0.3s;
}
.reviews .swiper-slide:hover .review__img__play img {
  transform: scale(0.8);
  transition: 0.3s;
}
.review__verification span {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #454A3B;
  transform: translate(8px, -1px);
}
.review__reviewtext {
  padding-bottom: 24px;
  padding-right: 30px;
  padding-left: 30px;
  color: #252525;
}
.review__reviewtext strong {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.44px;
  color: #252525;
}
.review__reviewtext p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #252525;
}
.review__info {
  /* transform: translate(-61px, 31px); */
}
.review__pagination__numbers {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.review__pagination__numbers svg {
  transition: 0.5s;
  opacity: 1;
}
.review__pagination__numbers svg:hover {
  transition: 0.5s;
  opacity: 0.7;
}
.review__pagination__numbers__first {
  font-weight: 500;
  font-size: 48px;
  line-height: 59px;
  letter-spacing: 0.02em;
  color: #454A3B;
  transform: translateY(2px);
}
.review__pagination__numbers__second,
.review__pagination__numbers__separator {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.02em;
  color: #8F9583;
  transform: translateY(-5px);
}
.review__pagination__numbers__separator {
  margin-left: 14px;
}
.review__pagination__numbers__second {
  margin-left: 7px;
}
.review__pagination__numbers__left-arrow {
  margin-right: 10px;
  cursor: pointer;
}
.review__pagination__numbers__right-arrow {
  margin-left: 10px;
  cursor: pointer;
}
.review__pagination__numbers__block {
  display: flex;
  align-items: end;
  width: 90px;
  justify-content: center;
}
@media (max-width: 767px) {
  .review .swiper-slide {
    width: 500px;
    height: 480px;
  }
  .review__info {
    /* transform: translate(-12%, 31px); */
  }
  .review__name {
    font-size: 20px;
  }
  .review__date {
    font-size: 12px;
  }
  .review__verification {
    transform: translate(0px, -17px);
  }
  .review__verification span {
    font-size: 12px;
    transform: translate(8px, 0px);
  }
}
@media (max-width: 560px) {
  .review .swiper-slide {
    width: 450px;
    height: 480px;
  }
}
@media (max-width: 480px) {
  .swap-pr-container {
    padding-left: 0!important;
    padding-right: 0px!important;
  }
  .review .swiper-slide {
    width: 320px;
    height: 520px;
  }
  .review__img__leaf img {
    min-width: 132px;
    height: 132px;
  }
  .review__img__photo, .review__img__photo img {
    width: 100%;
    height: 200px;
  }
  .review__name {
    font-size: 18px;
    padding-top: 13px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
  }
  .review__reviewtext {
    font-size: 16px;
    margin-top: 4px;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .review__img__play, .review__img__play img {
    max-width: 60px;
    max-height: 60px;
    min-width: 60px;
    min-height: 60px;
  }
  .review__verification {
    transform: translate(107px, -17px);
    left: 0;
    position: absolute;
    top: 3%;
  }
}
@media (max-width: 370px) {
  .review .swiper-slide {
    width: 270px;
    height: 580px;
  }
}
.review-2 .review__img__photo, .review-2 .review__img__photo img {
  object-fit: initial;
  height: initial;
  width: initial;
  width: 58px;
  border-radius: 0;
  align-items: initial;
  justify-self: initial;
}
.review-2 .review__img {
  margin-top: 30px;
  margin-left: 30px;
  align-items: initial;
  justify-content: initial;
}
.review-2 .review__name {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #252525;
}
.review-2 .swap-pr-container {
  width: 709px;
  margin: 0;
}
.review-2 .swap-pr-container-price {
  width: 808px;
  margin: 0;
}
.review-2 .review__reviewtext {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #717171;
}
.food-item {
  display: flex;
  align-items: center;
  padding: 16px 24px;
  background: #FCFFF6; 
  width: max-content;
  max-width: 400px;
  position: absolute;
}
.food-item__img {
  margin-right: 8px;
  max-width: 24px;
  max-height: 24px;
  min-width: 24px;
  min-height: 24px;
}
.food-item__text {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 135.01%;
  letter-spacing: 0.02em;
  color: #454A3B;
}
.food__left .food-item {
  border-radius: 16px 16px 0px 16px;
}
.food__right .food-item {
  border-radius: 16px 16px 16px 0px;
}
.food {
  display: flex;
  justify-content: space-between;
  margin-top: -16px;
}
.food__left, .food__right {
  position: relative;
  width: 320px;
}
.food__center {
  width: 430px;
  transform: translateY(-25px);
}
.food__left .food-item:nth-child(1) {
    transform: translate(158px, 37px);
}
.food__left .food-item:nth-child(2) {
  transform: translate(103px, 173px);
}
.food__left .food-item:nth-child(3) {
  transform: translate(123px, 373px);
  border-radius: 16px 0px 16px 16px;
}
.food__left .food-item:nth-child(4) {
  transform: translate(237px, 500px);
  border-radius: 16px 0px 16px 16px;
}
.food__right .food-item:nth-child(1) {
  transform: translate(-162px, 36px);
}
.food__right .food-item:nth-child(2) {
  transform: translate(-108px, 171px);
}
.food__right .food-item:nth-child(3) {
  transform: translate(-127px, 373px);
  border-radius: 0px 16px 16px 16px;
}
.food__right .food-item:nth-child(4) {
  transform: translate(-240px, 500px);
  border-radius: 0px 16px 16px 16px;
}
.food__left {
  justify-content: end;
  display: flex;
}
@media (max-width: 1350px) {
  .food {
    margin-top: 30px;
  }
  .food__center {
    width: 320px;
  }
  .food__left .food-item:nth-child(1) {
    transform: translate(61px, 5px);
  }
  .food__left .food-item:nth-child(2) {
    transform: translate(38px, 116px);
  }
  .food__left .food-item:nth-child(3) {
    transform: translate(43px, 214px);
  }
  .food__left .food-item:nth-child(4) {
    transform: translate(101px, 332px);
  }
  .food__right .food-item:nth-child(1) {
    transform: translate(-70px, -2px);
  }
  .food__right .food-item:nth-child(2) {
    transform: translate(-31px, 130px);
  }
  .food__right .food-item:nth-child(3) {
    transform: translate(-40px, 230px);
  }
  .food__right .food-item:nth-child(4) {
    transform: translate(-96px, 333px);
    border-radius: 0px 16px 16px 16px;
  }
}
@media (max-width: 1200px) {
  .food-item {
    max-width: 370px;
  }
  .food__center {
    width: 230px;
  }
  .food__left .food-item:nth-child(1) {
    transform: translate(25px, -17px);
  }
  .food__left .food-item:nth-child(2) {
    transform: translate(12px, 60px);
  }
  .food__left .food-item:nth-child(3) {
    transform: translate(16px, 164px);
  }
  .food__left .food-item:nth-child(4) {
    transform: translate(74px, 269px);
  }
  .food__right .food-item:nth-child(1) {
    transform: translate(-37px, -17px);
  }
  .food__right .food-item:nth-child(2) {
    transform: translate(-15px, 79px);
  }
  .food__right .food-item:nth-child(3) {
    transform: translate(-22px, 174px);
  }
  .food__right .food-item:nth-child(4) {
    transform: translate(-78px, 267px);
    border-radius: 0px 16px 16px 16px;
  }
}
@media (max-width: 992px) {
  .food__left,
  .food__right {
    position: initial;
    width: 100%;
    flex-direction: column;
  }
  .food-item {
    width: 100%;
    min-width: 100%;
    position: initial!important;
    transform: initial!important;
    border-radius: 16px!important;
  }
  .food__center {
    width: 100%;
    transform: initial;
    order: -1;
    text-align: center;
  }
  .food {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0;
  }
  .food-item {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .food-item__text {
    font-size: 16px;
  }
}
.aboutus__arrows {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin-top: 94px;
  margin-left: auto;
  margin-right: auto;
  width: 440px;
}
.aboutus__arrow__left, .aboutus__arrow__right {
  display: flex;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-decoration-line: underline;
  color: #89B235;
  z-index: 3;
}
.aboutus__arrow__right .aboutus__arrows__text {
  margin-right: 6px;
}
.aboutus__arrow__left .aboutus__arrows__text {
  margin-left: 6px;
}
.about-us-slider__slide__social {
  display: flex;
  margin-left: auto;
  margin-top: 22px;
}
.about-us-slider__slide__position {
  font-family: "Anjhay", Sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 111%;
  letter-spacing: 0.02em;
  color: #454A3B;
  opacity: 0.7;
}
.about-us-slider__slide__name {
  font-family: "Montserrat", Sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 135.01%;
  letter-spacing: 0.02em;
  color: #89B235;
}
.aboutuss .swiper-slide {
  width: 832px;
  height: 250px;
  border-radius: 32px;
  background: #F1F4E9;
  transition: 1s;
  box-shadow: 0px 17px 40px rgba(131, 182, 55, 0.09);
}
.aboutuss .swiper-slide.swiper-slide-active {
  background: #FFFFFF;
  transition: 1s;
}
.about-us-slider__slide {
  padding-top: 31px;
  padding-right: 46px;
  padding-left: 49px;
}
.aboutus-photo {
  position: relative;
}
.aboutus-photo__pfp, .aboutus-photo__pfp img {
  width: 100px;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.aboutus-photo__leaf {
  position: absolute;
  top: 0;
}
.aboutus-photo__leaf, .aboutus-photo__leaf img {
  width: 138px;
}
.aboutus-photo__pfp img {
  border: 2px solid #FCFFF6;
  border-radius: 53.8947px;
}
.about-us-slider__slide__top {
  display: flex;
}
.about-us-slider__slide__pfp, .about-us-slider__slide__pfp img {
  width: 85px;
  height: 85px;
  border-radius: 44.9123px;
  object-fit: cover;
}
.about-us-slider__slide__role {
  margin-top: 15px;
  margin-left: 10px;
}
.about-us-slider__slide__pfp img {
  border: 2px solid #A6CC5A;
}
.about-us-slider__slide__pfp {
  border-radius: 44.9123px;
}
.about-us-slider__slide__social a {
  display: flex;
}
.about-us-slider__slide__social a:not(:last-child) {
  margin-right: 18px;
}
.aboutus__photos {
  margin-top: 65px;
  display: flex;
  justify-content: center;
}
.aboutus__photos .aboutus-photo {
	cursor: pointer;
}
.aboutus__photos .aboutus-photo:nth-child(1) {
  margin-top: 100px;
  margin-right: 62px;
}
.aboutus__photos .aboutus-photo:nth-child(1) .aboutus-photo__leaf {
  transform: translate(-16px, -11px);
}
.aboutus__photos .aboutus-photo:nth-child(2) .aboutus-photo__leaf {
  transform: translate(-9px, -32px);
  width: 118px;
}
.aboutus__photos .aboutus-photo:nth-child(3) .aboutus-photo__leaf {
  transform: translate(-19px, -12px)
}
.aboutus__photos .aboutus-photo:nth-child(3)  {
  margin-top: 100px;
  margin-left: 62px;
}
.aboutus__arrows__union {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: -143px;
}
.aboutus__arrows__union img {
  z-index: 2;
  position: relative;
}
.about-us-slider {
  margin-top: 36px;
}
.about-us-slider__slide__bottom {
  margin-top: 13px;
  margin-left: 3px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #454A3B;
}
@media (max-width: 992px) {
  .aboutuss .swiper-slide {
    width: 690px;
    height: 270px; 
  }
}
@media (max-width: 768px) {
  .about-us-slider__slide__top {
    flex-wrap: wrap; 
  }
  .about-us-slider__slide__social {
    width: 100%;
  }
  .aboutuss .swiper-slide {
    width: 586px;
    height: 320px;
  }
}
@media (max-width: 650px) {
  .aboutuss .swiper-slide {
    width: 390px;
    height: 480px;
  }
  .about-us-slider__slide__role {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 530px) {
  .aboutus__arrows__union img {
    width: 130px;
  }
  .aboutus__photos .aboutus-photo:nth-child(1) {
    margin-right: 30px;
  }
  .aboutus__photos .aboutus-photo:nth-child(3) {
    margin-left: 30px;
  }
  .aboutus__arrows__union {
    top: -100px;
  }
  .aboutus__arrows {
    max-width: 100%;
  }
  .aboutus-photo__pfp, .aboutus-photo__pfp img {
    width: 80px;
  }
  .aboutus-photo__leaf, .aboutus-photo__leaf img {
    width: 117px;
  }
  .aboutus__photos .aboutus-photo:nth-child(2) .aboutus-photo__leaf {
    transform: translate(-9px, -29px);
    width: 99px;
  }
}
@media (max-width: 430px) {
  .about-us-slider__slide__position {
    font-size: 28px;
  }
  .about-us-slider__slide__name {
    font-size: 20px;
  }
  .aboutuss .swiper-slide {
    width: 320px;
    height: 538px;
  }
  .about-us-slider__slide__role {
    margin-left: 0;
  }
}
@media (max-width: 350px) {
  .aboutuss .swiper-slide {
    width: 280px;
    height: 552px;
  }
}
.elementor-woocommerce-cart {
  display: flex;
  align-items: center;
  transform: translateX(24px);
}
@media (max-width: 1600px) {
  .elementor-woocommerce-cart {
    transform: translateX(-80px);
  }
  .new-flag {
    transform: translateX(-90px);
  }
}
.elementor-woocommerce-cart__sum {
  font-size: 24px;
  color: #454A3B;
  line-height: 135.01%;
  letter-spacing: 0.02em;
  font-weight: 600;
  margin-left: 16px;
}
.elementor-woocommerce-cart__icon {
  min-width: 48px;
  max-width: 48px;
  min-height: 48px;
  max-height: 48px;
}
@media (max-width: 1024px) {
  .elementor-woocommerce-cart {
    transform: translateX(0px);
  }
  .new-flag {
    transform: translateX(0px);
  }
}
.first-screen-text {
  font-weight: 400;
  font-size: 84px;
  line-height: 80%;
  color: #637345;
  transform: translate(-136px, -20px);
  letter-spacing: 0!important;
}
.first-screen-text div {
  cursor: pointer;
}
.first-screen-text-1 {
  max-width: 323px;
  transform: translate(35px, -131px);
  margin-left: auto;
}
.first-screen-text-2 {
  max-width: 450px;
  text-align: right;
  margin-left: auto;
  transform: translate(194px, -74px);
}
.first-screen-text-3 {
  max-width: 364px;
  text-align: right;
  margin-left: auto;
  transform: translate(192px, -15px);
}
.first-screen-text-4 {
  max-width: 586px;
  margin-left: auto;
  transform: translate(191px, 45px);
  text-align: right;
}
@media (max-width: 1670px) {
.first-screen-text-2 {
  max-width: 450px;
  text-align: right;
  margin-left: auto;
  transform: translate(114px, -73px);
}
.first-screen-text-3 {
  transform: translate(130px, -15px);
}
.first-screen-text-4 {
  transform: translate(137px, 45px);
}
}
@media (max-width: 1570px) {
.first-screen-text-1 {
  transform: translate(-28px, -131px);
}
.first-screen-text-2 {
  transform: translate(79px, -73px);
}
  .first-screen-text-3 {
    transform: translate(78px, -15px);
  }
  .first-screen-text-4 {
    transform: translate(75px, 45px);
  }
}
@media (max-width: 1540px) {
  .first-screen-text-4 {
      transform: translate(69px, 45px);
  }
}
@media (max-width: 1420px) {
  .first-screen-text {
    transform: translateX(-38%);
  }
}
@media (max-width: 1024px) {
  .first-screen-text {
    font-size: 8.29167vw;
  }
  .first-screen-text {
    transform: translateX(0%);
  }
  .first-screen-text-1 {
    max-width: 100%;
    transform: translate(0%, 0%);
    margin-left: initial;
    margin-top: 30px; 
  }
  .first-screen-text-2 {
    max-width: 100%;
    text-align: left;
    margin-left: initial;
    transform: translate(0%, 0%);
    margin-top: 50px; 
  }
  .first-screen-text-3 {
    max-width: 100%;
    text-align: left;
    margin-left: initial;
    transform: translate(0%, 0px);
    margin-top: 50px; 
  }
  .first-screen-text-4 {
    max-width: 100%;
    margin-left: initial;
    transform: translate(0%, 0%);
    margin-top: 50px; 
    text-align: left;
  }
}
@media (max-width: 630px) {
  .first-screen-text div {
    margin-left: initial;
  }
  .first-screen-text-3, .first-screen-text-2 {
    text-align: left;
  }
  .first-screen-text {
    font-size: 12.29167vw;
  }
}
.first-screen-text__block-text__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 135.01%;
  letter-spacing: 0.02em;
  color: #454A3B;
}
.first-screen-text__block-text {
  display: flex;
  align-items: center;
  justify-self: center;
  margin-top: 12px;
}
.first-screen-text__block-text__icon {
  display: flex;
  max-width: 22px;
  max-height: 22px;
  min-width: 22px;
  min-height: 22px;
}
.first-screen-text__block,
.first-screen-text__block__mobile {
  width: 300px;
  background: #FCFFF6;
  box-shadow: 0px 16px 24px -8px rgba(143, 128, 59, 0.24);
  border-radius: 16px;
}
.hide-pc {
  display: none
}
@media (max-width: 1024px) {
  .hide-pc {
    display: initial
  }
}
.first-screen-text__block__mobile {
  position: absolute;
  top: 124px;
  left: -169px;
}
@media (max-width: 1350px) {
  .first-screen-text__block__mobile {
    top: 252px;
    left: -242px;
  }
}
.first-screen-text__block__image,
.first-screen-text__block__image img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 12px 12px 0px 0px;
}
.first-screen-text__block__text {
  padding: 12px;
  padding-top: 0;
  padding-bottom: 17px;
}
.first-screen-text {
  position: relative;
}
.first-screen-text__block {
  position: absolute;
  left: -163px;
  top: 226px;
  display: none;
}
.first-screen-text-1__block {
}
.first-screen-text__block-text__text {
  margin-left: 12px!important;
}
@media (max-width: 1270px) {
  .first-screen-text__block {
    left: -229px;
    top: 373px;
  }
}
@media (max-width: 1024px) {
  .first-screen-text__block {
    left: -0px;
    top: 0px;
  }
  .first-screen-text__block {
    display: none;
  }
  .first-screen-text__block__mobile {
    margin-top: 70px;
    display: block;
    margin-left: auto!important;
    margin-right: auto;
    position: initial;
  }
}

/* MENU START */
.menu-custom {
  position: absolute;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  background: #fff;
  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: 100vh;
  overflow: auto;
  z-index: 5;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0;
  background: #1F4784;
}
.menu-custom a {
  line-height: 27px;
  color: #FFFFFF;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
}
.menu-open {
  position: absolute;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  
  
  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: 140vh;
  overflow: auto;
  z-index: 5;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  -webkit-box-shadow: rgb(0 0 0 / 8%) 0px 0px 21px 0px;
  box-shadow: rgb(0 0 0 / 8%) 0px 0px 21px 0px;
  opacity: 1;
}
.menu-icon {
  display: flex;
  justify-content: right;
  /* margin-right: 20px; */
}
.menu__top__image {
  justify-content: space-between;
  display: flex;
  margin-right: 0px;
  margin-top: 3px
}
@media (max-width: 1024px) {
  .menu__bottom {
    padding: 1px 55px 30px;
  }
}
@media only screen and (max-width: 570px) {
  .menu__bottom {
    padding: 0px 40px 30px 55px;
  }
}
@media (max-width: 1024px) {
  .menu__bottom__pages-item {
    font-weight: 700;
    font-size: 5.26316vw;
    line-height: 8.46316vw;
  }
}
@media (max-width: 570px) {
  .menu__bottom__pages-item {
    font-weight: 700;
    font-size: 5.26316vw;
    line-height: 8.46316vw;
  }
}
.menu-custom hr {
    color: #E0E6E9;
    background-color: #E0E6E9;
    border-width: 0;
    height: 1px!important;
    margin: 30px 0px!important;
}
.menu__bottom__contact a {
  padding-top: 10px;
  margin-right: 5px;
  color: #9CCC3A;
}
.menu__bottom__contact a:not(:last-child):after {
    content: '|';
    margin-left: 8px;
}
.menu__bottom__contact {
  color: #9CCC3A;
  font-size: 16px;
  padding-top: 5px;
}
.menu__bottom__information-item {
  font-size: 18px;
  font-weight: 700;
  margin-top: 5px;
  display: flex;
}
.menu__bottom {
  padding: 0px 40px 30px 40px;
}
.menu__top {
  padding: 43px 40px 30px 40px;
}
.menu__bottom__phone {
  margin-top: 45px;
}
.menu__bottom__social {
  margin-top: 15px;
}
.menu__bottom__social img {
	width: 36px;
}
/* MENU END */
/* START input styling */
.review__data__price .calculator-item__radios [type="radio"]:checked,
.review__data__price .calculator-item__radios [type="radio"]:not(:checked) {
  transition: 0.5s;
    position: absolute;
    left: -9999px;
}
.review__data__price .calculator-item__radios [type="radio"]:checked + label,
.review__data__price .calculator-item__radios [type="radio"]:not(:checked) + label
{
    transition: 0.5s;
    position: relative;
    padding-left: 31px;
    cursor: pointer;
    line-height: 0px;
    display: inline-block;
    color: #666;
}
.review__data__price .calculator-item__radios [type="radio"]:checked + label:before,
.review__data__price .calculator-item__radios [type="radio"]:not(:checked) + label:before {
    transition: 0.5s;
    content: '';
    position: absolute;
    left: 0;
    top: -4px;
    width: 16px;
    height: 16px;
    border: 1px solid #1F4784;
    border-radius: 100%;
    background: #fff;
}
.review__data__price .calculator-item__radios [type="radio"]:checked + label:after,
.review__data__price .calculator-item__radios [type="radio"]:not(:checked) + label:after {
    transition: 0.5s;
    content: '';
    width: 10px;
    height: 10px;
    background: #1F4784;
    position: absolute;
    top: -1px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.review__data__price .calculator-item__radios [type="radio"]:not(:checked) + label:after {
    transition: 0.5s;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.review__data__price .calculator-item__radios [type="radio"]:checked + label:after {
    transition: 0.5s;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/* END input styling */
/* PRICE SLIDER START */
.review__data__price__title {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 22px;
}
.review__data__price__half_day__title,
.review__data__price__day__title {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
}
.review__data__price__half_day__price,
.review__data__price__day__price {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
}
.review__data__price__day__button {
  width: max-content;
  margin-top: 37px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  padding-top: 22px!important;
  padding-bottom: 25px!important;
  padding-right: 58px!important;
  padding-left: 59px!important;
  color: #fff;
  background-color: #1F4784;
  border-radius: 50px;
  cursor: pointer;
}
.review__data__price {
  padding-top: 43px;
  padding-left: 41px;
  padding-right: 43px;
  padding-bottom: 43px;
}
.review__data__price__gun .review__data__price__gun__no {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  text-decoration-line: underline;
  display: flex;
  color: #252525;
}
.review__data__price__half_day__title {
  margin-top: 30px;
}
.review__data__price__half_day__price, .review__data__price__day__price {
  margin-top: 5px;
}
.review__data__price__day__title {
  margin-top: 12px;
}
.review__data__price__gun .review__data__price__gun__yes {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  display: flex;
  color: #252525;
}
.review__data__price__gun {
  height: 20px;
}
.review__data__price__gun svg {
  position: absolute;
  transform: translate(177px, -35px);
}
.review__data__price__gun .review__data__price__gun__yes {
  transform: translateY(-6px);
}
.swap-pr-container-price .swiper-slide {
  background-size: 100%;
  background-image: linear-gradient(106deg,#fff,#fff);
  background-color: #fff;
  position: relative;
  z-index: 100;
  transition: 0.5s;
    border-radius: 20px;
    border: none;
}
  
.swap-pr-container-price .swiper-slide:before {
  background: linear-gradient(135.73deg, #2D73DE 0.44%, #224C8C 102.09%);
  content: '';    
  display: block;
  height: 100%;
  position: absolute;
  top: 0; 
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -100;
  border-radius: 20px;
  transition: opacity .6s;
}
.swap-pr-container-price .swiper-slide:hover:before {
  opacity: 1;
  transition: opacity .3s;
}
.swap-pr-container-price .swiper-slide:hover * {
  color: #252525;
  transition: 0.4s;
}
.swap-pr-container-price .swiper-slide:hover * {
  color: #fff;
  transition: 0.4s;
}
.swap-pr-container-price .swiper-slide:hover .review__data__price__day__button {
  color: #1F4784;
  background: #fff;
}
.swap-pr-container-price .swiper-slide:hover path {
  fill: #fff!important;
  stroke: #fff!important;
}
.swap-pr-container-price .swiper-slide:hover path {
  fill: fsdf!important;
  stroke: fdsf!important;
}
.swap-pr-container-price .swiper-slide:hover line {
  stroke: #fff!important;
}
.swap-pr-container-price .swiper-slide:hover line {
  stroke: fdsf!important;
}
.swap-pr-container-price .swiper-slide:hover circle {
  stroke: #fff!important;
}
.swap-pr-container-price .swiper-slide:hover circle {
  stroke: fdsf!important;
}
.calculator-item__radios label {
  display: flex;
}
.swap-pr-container-price .swiper-slide:hover .review__data__price .calculator-item__radios [type="radio"]:checked + label:after {
  transition: 0.5s;
  color: #fff;
  background: transparent;
}
.swap-pr-container-price .swiper-slide:hover .review__data__price .calculator-item__radios [type="radio"]:not(:checked) + label:before {
  transition: 0.5s;
  background: transparent;
  border: 1px solid #fff!important;
}
.swap-pr-container-price .swiper-slide:hover .review__data__price .calculator-item__radios [type="radio"]:checked + label:after {
  transition: 0.5s;
  background: #fff;
}
.swap-pr-container-price .swiper-slide:hover  .review__data__price .calculator-item__radios [type="radio"]:checked + label:before {
  transition: 0.5s;
  background: transparent;
  border: 1px solid #fff;
}
@media (max-width: 767px) {
  .review__data__price__gun svg {
    display: none;
  }
  .review__data__price {
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
}
/* PRICE SLIDER END */

.the-cities-list {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 22px;
        display: none;
        flex-direction: column;
      }
      .the-cities:hover {
        display: flex;
      }

      .the-city {
        cursor: pointer;
        position: relative;
        font-size: 16px;
        width: max-content;
      }
      .the-city:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px 3px 0 3px;
        position: absolute;
        top: 45%;
        right: -12px;
        top: 15px;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        border-color: transparent transparent transparent transparent;
        border-top-color: inherit;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s,-webkit-transform 0.3s;
    }
      .the-cities:hover .the-cities-list {
        display: flex;
      }
      .the-cities:hover .the-city:after {
        -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);

      }
      .the-cities__box {
        margin-top: 20px;
        background: white;
        display: flex;
        flex-direction: column;
        box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 20%);
        overflow-y: scroll; 
        max-height: 70vh;
        padding-top: 8px;
        padding-bottom: 8px;
      }
      .the-cities__box a {
        font-size: 13px;
        font-weight: 300;
        padding: 3px;
        padding-right: 15px;
        padding-left: 15px;
        color: #000;
      }
      .the-cities__box a:hover {
        color: #1f4784
      }
      .the-cities__box:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
          border-width: 10px 8px 0 8px;
        position: absolute;
        top: 45%;
        right: 0;
        left: -0;
        margin: auto;
        top: 15px;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        border-color: #ffffff transparent white #ffffff!important;
        border-top-color: inherit;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s,-webkit-transform 0.3s;
        transform: translateY(-50%) rotate(180deg);
      }
      @media (max-width: 1024px) {

      }
      @media (max-width: 767px) {
        .the-cities-list {
          left: 0;
          right: 0;
          margin: auto;
          top: 31px;
          width: 310px;
        }
        .the-cities__city {
          width: 48%;
        }
        .the-cities__box {
          flex-wrap: wrap;
          flex-direction: initial;
        }
        .city-column, .city-column .elementor-widget-wrap.elementor-element-populated, .city-column .elementor-element {
          position: initial!important;
        }
      }

/* Scrollbar with content */
.scrollbar-content__info__title {
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 22px;
line-height: 141.9%;
margin-top: 15px;
max-width: 500px;
}
.scrollbar-content__info__title b {
  color: #FE6B18;
}
.scrollbar-content__info__description {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 165.9%;
  margin-top: 16px;
  color: #000000;
}

.scrollbar-content__info__button {
  max-width: 300px;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  text-transform: uppercase;
  /* border-radius: 14px; */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 141.9%;
  letter-spacing: 0.165em;
  color: #FFFFFF!important;
  background: #FE6B18;
  box-shadow: 0.874278px 12.2399px 23.6055px rgba(254, 107, 24, 0.09);
  display: flex;
  text-align: center;
  justify-content: center;
  margin-top: 17px;
  border-radius: 5px;
}
.scrollbar-content__scroll {
  width: 348px;
  background: #fff;
  max-height: 640px;
  overflow: auto;
}
.scrollbar-content__info {
  width: 672px;
}
.scrollbar-content {
  display: flex;
  justify-content: space-between;
}
.scrollbar-item {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 141.9%;
  color: #000000;
  cursor: pointer;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: 0.3s;
  position: relative;
}
.scrollbar-item:not(:last-child):after {
  content: '';
  position: absolute;
  width: 222px;
  height: 1px;
  background-color: #C7C7C7;
  bottom: 0;
  opacity: 1;
  transition: 0.3s;
  left: 25px;
}

.scrollbar-item.active:after, .scrollbar-item:hover::after {
  opacity: 0;
  transition: 0.3s;
}
.scrollbar-item span {
  width: 100%;
  display: flex;
}
.scrollbar-item:hover {
  transition: 0.3s;
  background: #FE6B18;
  border-radius: 5px;
}
.scrollbar-item:hover span {
  color: #fff;
  transition: 0.3s;
}
.scrollbar-item.active {
  display: flex;
  background: #FE6B18;
  border-radius: 5px;
}
.scrollbar-item.active span {
  color: #fff;
}
.scrollbar-content__info-item {
  display: flex;
  flex-direction: column;
  display: none;
}
.scrollbar-content__info-item.hidden {
  display: none;
}
.scrollbar-content__info-item.active {
  display: flex;
}
.scrollbar-content__info__img {
  max-width: 500px;
  border-radius: 15px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.scrollbar-content__info__img img {
  height: 300px;
  border-radius: 15px;
  object-fit: contain;
}
.scrollbar-content__scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background: none;
  margin-top: 00px;
  margin-bottom: 00px;
}
.scrollbar-content__scroll__select {
  display: none;
}
.scrollbar-content__info__priceinfo {
  display: flex;
  margin-top: 14px;
}
.scrollbar-content__info__priceinfo__price {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 26px;
  line-height: 141.9%;
  text-transform: uppercase;
  color: #FE6B18;
}
.scrollbar-content__info__priceinfo__available {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 141.9%;
  color: #009D10;
  padding: 11px 18px;
  border-radius: 500px;
  border: 1px solid #009D10;
  display: flex;
  justify-self: center;
  align-items: center;
  margin-left: 25px;
}
.scrollbar-content__info__priceinfo__artikul {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 10px;
  line-height: 141.9%;
  color: red;
  padding: 11px 18px;
  border-radius: 500px;
  border: 1px solid red;
  display: flex;
  justify-self: center;
  align-items: center;
  margin-left: 20px;
}
@media (max-width: 480px) {
  .scrollbar-content__info__priceinfo {
    flex-wrap: wrap;
  }
  .scrollbar-content__info__priceinfo__available {
    margin-left: 0;
    margin-top: 10px;
    width: fit-content;
  }
  .scrollbar-content__info__priceinfo__artikul {
    margin-left: 0;
    margin-top: 10px;
    width: fit-content;
    margin-left: 15px;
  }
  .scrollbar-content__info__priceinfo__price {
    width: 100%;
  }
  .scrollbar-content__info__button {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (max-width: 1150px) {
  .scrollbar-content__scroll {
    width: 348px;
  }
}
 
@media (max-width: 1024px) {
  .scrollbar-content {
    flex-direction: column;
  }
  .scrollbar-content__scroll {
    display: none;
  }
  .scrollbar-content__info {
    width: 100%;
  }
  .scrollbar-content__scroll__select {
    display: flex;
    flex-direction: column;
  }
  .scrollbar-content__scroll__select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 141.9%;
    color: #FFFFFF;
    background: #FE6B18;
    border-radius: 5px;
    padding: 12px 60px 12px 21px;
    border: none;
    border-radius: 5px;
    background-image: url(https://andrew-dev.com/fire/wp-content/uploads/2023/04/vector-4.svg);
    background-position-x: 98%;
    background-position-y: 50%;
    background-repeat: no-repeat;
  }
  .scrollbar-content__scroll__select__text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    color: #FFFFFF;
    background: #FE6B18;
    border-radius: 5px;
    padding: 12px 60px 12px 21px;
    border: none;
    border-radius: 5px;
    background-image: url(https://andrew-dev.com/fire/wp-content/uploads/2023/04/vector-4.svg);
    background-position-x: 95%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    margin-bottom: 25px;
    text-align: center;
    background-size: 33px;
  }
  .scrollbar-content__scroll__select__text {
    cursor: pointer;
  }
  .scrollbar-content__scroll__select select {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 110px;
  }
  .scrollbar-content__scroll__select__tip {
    margin-top: 27px;
    margin-bottom: 27px;
    display: flex;
    align-items: center;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 141.9%;
    color: #474747;
    margin-left: 10px;
    margin-right: 10px;
  }
  .scrollbar-content__scroll__select__tip img {
    margin-right: 9px;
  }
}
@media (max-width: 767px) {
  .scrollbar-content__info__title {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .scrollbar-content__info__img img {
    height: 217px;
    border-radius: 15px;
    object-fit: contain;
  }
  .scrollbar-content__scroll__select__tip {
      text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .scrollbar-content__scroll__select__tip span {
    width: 167px;
  }
}

.slider-serts .pr-container {
  overflow: hidden;
}
.slider-serts .slider-sert__img {
  display: flex;
}
.slider-serts .slider-sert__img img {
  min-height: 471px;
  object-fit: cover;
  border-radius: 5px;
}
.slider-sert-pagination {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.slider-serts .slider-sert__img {
  cursor: pointer;
  position: relative;
}
.slider-sert-pagination svg {
  cursor: pointer;
}
.slider-serts .slider-sert__img:after {
    content: url(https://andrew-dev.com/fire/wp-content/uploads/2023/04/loop.svg);
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 76px;
    height: 76px;
}
@media (max-width: 480px) {
  .slider-serts .slider-sert__img img {
    min-height: initial;
    max-height: initial;
    min-width: 100%;
  }
}