@charset "UTF-8";
/*
Theme Name: Apteka Kopiyka
Requires PHP: 8.0
*/
:root {
  --main-color: #39858F;
  --main-color-80t: #39858FCC;
  --text-color: #393B41;
  --textSize: 1;
}

.dark-theme {
  --main-color: #616161;
  --main-color-80t: #616161CC;
}

body[data-size="1"] {
  --textSize: 1;
}

body[data-size="2"] {
  --textSize: 1.05;
}

body[data-size="3"] {
  --textSize: 1.1;
}

body[data-size="4"] {
  --textSize: 1.15;
}

body[data-size="5"] {
  --textSize: 1.2;
}

#map {
  border-radius: 40px;
}

.hide {
  display: none !important;
}

@media (max-width: 600px) {
  .hide-mobile {
    display: none !important;
  }
}
body {
  font-size: calc(var(--textSize) * 20px);
}

@media (max-width: 1000px) {
  html {
    font-size: calc(var(--textSize) * 14px);
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: var(--text-color);
}

body a {
  color: var(--text-color);
  text-decoration: none;
}

body h2 {
  font-size: calc(var(--textSize) * 40px);
  font-weight: 700;
  line-height: 55px;
}

.fw-400 {
  font-weight: 400;
}

section {
  margin: 5rem 0;
}

.main-color {
  color: var(--main-color);
}

.bg-main-color {
  background: var(--main-color) !important;
}

.bg-white-t20 {
  background: rgba(255, 255, 255, 0.2);
}

.border-gray {
  border: 1px solid #D7D8D9 !important;
}

.fill-transparent {
  fill: transparent;
}

.custom-logo-link {
  max-width: 50%;
}

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

.site-btn {
  cursor: pointer;
  font-size: calc(var(--textSize) * 20px);
  font-weight: 700;
  line-height: 32px;
  padding: 0.6rem 1.5rem;
  border-radius: 100px;
  width: fit-content;
  text-wrap: nowrap;
  border: none;
}

header {
  position: sticky;
  top: 20px;
  z-index: 1000;
  height: 0px;
}
header .header-content {
  overflow: auto;
  background: var(--main-color-80t);
  border-radius: 100px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
}
header .header-content .main-menu-container {
  display: flex;
  align-items: center;
}
header .header-content .main-menu-container .main-menu {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
header .header-content .main-menu-container .main-menu li {
  line-height: 0;
}
header .header-content .main-menu-container .main-menu li a {
  color: #fff;
  text-decoration: none;
  font-size: calc(var(--textSize) * 16px);
  font-weight: 600;
  line-height: 28px;
}
header .header-content .place-for-items {
  display: flex;
  align-items: center;
  gap: 20px;
}
header .header-content .place-for-items .blind-functional {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  height: 48px;
  max-height: 48px;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.2);
}
header .header-content .place-for-items .blind-functional span {
  color: #fff;
  font-size: calc(var(--textSize) * 16px);
  font-weight: 700;
  line-height: 28px;
}
header .header-content .place-for-items .blind-darkmode {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
header .header-content .place-for-items .textSizeBlindBlock {
  display: flex;
  align-items: center;
  gap: 10px;
}
header .header-content .place-for-items .textSizeBlind {
  cursor: pointer;
  color: #fff;
  color: #fff;
  border: 1px solid #fff;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* hero-section */
.hero-section {
  /* pagination */
}
.hero-section .swiper-button-prev:after, .hero-section .swiper-rtl .swiper-button-next:after {
  content: "";
}
.hero-section .swiper-button-next:after, .hero-section .swiper-rtl .swiper-button-prev:after {
  content: "";
}
.hero-section .swiper-button-prev {
  height: 56px;
  width: 56px;
  border-radius: 100%;
  background-color: #fff;
  transform: rotate(0);
}
.hero-section .swiper-button-prev svg {
  height: 24px;
  width: 24px;
}
.hero-section .swiper-button-next {
  height: 56px;
  width: 56px;
  border-radius: 100%;
  background-color: #fff;
  transform: rotate(180deg);
}
.hero-section .swiper-button-next svg {
  height: 24px;
  width: 24px;
}
.hero-section .navigation-container {
  position: relative;
}
.hero-section .navigation-container .navigation-wrapper {
  position: absolute;
  right: 1rem;
  top: -10em;
  z-index: 999;
  height: 28px;
  display: flex;
  gap: 20px;
}
.hero-section .swiper-button-next,
.hero-section .swiper-button-prev {
  position: static; /* Абсолютное позиционирование */
  bottom: 20px; /* Отступ от нижней грани */
  right: 20px; /* Отступ от правой грани */
  display: flex; /* Позволяет расположить кнопки рядом */
}
.hero-section .swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.hero-section .swiper-pagination .pagination-line {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: min(60%, 300px);
  width: 300px;
}
.hero-section .swiper-pagination .pagination-line .swiper-pagination-bullet {
  border-radius: 0;
  width: -webkit-fill-available;
  height: 2px;
}
.hero-section .swiper-pagination .pagination-line .swiper-pagination-bullet.active {
  background: #393B41;
  opacity: 0.8;
}
.hero-section .swiper-pagination .pagination-number {
  font-size: calc(var(--textSize) * 20px);
  font-weight: 400;
  line-height: 32px;
}

.full-bg-image {
  border-radius: 0 0 60px 60px;
  height: 700px !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-content {
  position: absolute;
  bottom: 3em;
  max-width: min(70%, 700px);
  width: 100%;
  background: var(--main-color-80t);
  border-radius: 60px;
  padding: 40px 80px 40px 104px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.banner-content .hero-title {
  font-size: calc(var(--textSize) * 56px);
  font-weight: 300;
  line-height: 72px;
  color: #fff;
}

@media (max-width: 1000px) {
  .banner-content {
    padding: 40px;
    min-width: min(100%, 576px);
    gap: 20px;
  }
  .banner-content .hero-title {
    font-family: Mulish;
    font-size: calc(var(--textSize) * 32px);
    line-height: 42px;
  }
  .banner-content .site-btn {
    font-size: calc(var(--textSize) * 16px);
    line-height: 32px;
  }
}
@media (max-width: 576px) {
  .banner-content {
    bottom: 0;
  }
  .navigation-wrapper {
    position: static !important;
    justify-content: center !important;
    align-items: flex-end;
  }
}
/* benefits-section */
.benefits-section h2 {
  font-size: calc(var(--textSize) * 48px);
  font-weight: 400;
  line-height: 64px;
}

.numbers-title {
  font-size: calc(var(--textSize) * 64px);
  font-weight: 800;
  line-height: 64px;
}

.numbers-text {
  font-family: Mulish;
  font-size: calc(var(--textSize) * 20px);
  font-weight: 400;
  line-height: 32px;
}

.grid-benefits {
  background: rgba(57, 59, 65, 0.1019607843);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 1px;
}

@media (max-width: 600px) {
  .grid-benefits {
    grid-template-columns: 1fr 1fr;
  }
}
/* image-text-section */
.image-text-section h2 {
  font-size: calc(var(--textSize) * 48px);
  font-weight: 400;
  line-height: 64px;
}
.image-text-section img {
  border-radius: 40px;
  aspect-ratio: 1;
  object-fit: cover;
}

@media (max-width: 1000px) {
  .image-text-section h2 {
    font-size: calc(var(--textSize) * 40px);
    font-weight: 400;
    line-height: 42px;
  }
}
/* our-rewards-section */
.titles-block p {
  font-size: calc(var(--textSize) * 20px);
}

.max-w-350 {
  max-width: 350px;
}

.max-w-600 {
  max-width: 600px;
}

@media (max-width: 1000px) {
  .max-w-350 {
    max-width: unset;
  }
  .max-w-600 {
    max-width: unset;
  }
}
.grid-rewards {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0 1px;
  background: rgba(57, 59, 65, 0.1019607843);
}
.grid-rewards .current-reward {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  background: #fff;
  padding: 30px 36px;
  text-wrap: balance;
}
.grid-rewards .current-reward .top-part {
  display: flex;
  align-items: center;
  justify-content: center;
}
.grid-rewards .current-reward img {
  max-height: 220px;
  width: 100%;
  object-fit: contain;
}
.grid-rewards .current-reward .reward-type {
  font-size: calc(var(--textSize) * 18px);
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}
.grid-rewards .current-reward .reward-text {
  font-size: calc(var(--textSize) * 21px);
  font-weight: 700;
  line-height: 40px;
  margin: 0;
}

@media (max-width: 1000px) {
  .grid-rewards {
    grid-template-columns: 1fr 1fr;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .grid-rewards {
    grid-template-columns: 1fr;
  }
}
/* our-reviews-section */
.our-reviews-section .current-review {
  border-radius: 40px;
  padding: 40px;
  border: 1px solid rgba(57, 59, 65, 0.2);
}
.our-reviews-section .current-review .review-title {
  font-size: calc(var(--textSize) * 21px);
  font-weight: 700;
  line-height: 36px;
  margin: 0;
}
.our-reviews-section .current-review .review-text {
  font-size: calc(var(--textSize) * 16px);
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}
.our-reviews-section .control-block-swiper {
  display: flex;
  gap: 60px;
}
.our-reviews-section .navigation-wrapper {
  display: flex;
  gap: 40px;
}
.our-reviews-section .swiper-button-disabled {
  opacity: 0.35;
}
.our-reviews-section .swiper-button-prev-reviews {
  display: flex;
  align-items: center;
  transform: rotate(0);
}
.our-reviews-section .swiper-button-next-reviews {
  display: flex;
  align-items: center;
  transform: rotate(180deg);
}
.our-reviews-section .swiper-pagination-bullet {
  width: 100% !important;
  margin: 0 !important;
  border-radius: 0;
  height: 2px;
}
.our-reviews-section .swiper-pagination-bullet-active {
  background: #393B41;
}
.our-reviews-section .autor p {
  margin: 0;
}
.our-reviews-section .autor .author-image {
  height: 60px;
  width: 60px;
}
.our-reviews-section .autor .author-name {
  /* font-family: Avenir Next; */
  font-size: calc(var(--textSize) * 18px);
  font-weight: 700;
  line-height: 24px;
}
.our-reviews-section .autor .author-role {
  /* font-family: Avenir Next; */
  font-size: calc(var(--textSize) * 16px);
  font-weight: 400;
  line-height: 28px;
}

.grid-reviews {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  gap: 30px;
  grid-auto-flow: row;
}

@media (max-width: 600px) {
  .grid-reviews {
    grid-template-columns: 1fr;
  }
}
/* our-addresses-section */
.our-addresses-section .h-580 {
  height: 580px;
}
.our-addresses-section #map {
  height: 580px;
  width: 100%;
}
.our-addresses-section .accordion {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-right: 20px;
}

@media (max-width: 600px) {
  .our-addresses-section .h-580 {
    height: auto;
  }
}
.accordions-block::-webkit-scrollbar-track {
  background-color: rgba(57, 59, 65, 0.2);
}

.accordions-block::-webkit-scrollbar {
  width: 2px;
  background-color: rgba(57, 59, 65, 0.2);
}

.accordions-block::-webkit-scrollbar-thumb {
  border: 2px solid #393B41;
}

.grid-addresses {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

@media (max-width: 1000px) {
  .grid-addresses {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .grid-addresses {
    grid-template-columns: 1fr;
  }
}
.current-address {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(57, 59, 65, 0.2);
  border-radius: 40px;
  padding: 32px;
}
.current-address .address-title {
  font-size: calc(var(--textSize) * 24px);
  font-weight: 700;
  line-height: 30px;
  margin: 0;
}
.current-address .address-text {
  font-size: calc(var(--textSize) * 16px);
  font-weight: 400;
  line-height: 28px;
  margin-top: 15px;
}

/* discount section */
.discount-section .discount-block {
  border-radius: 40px;
}
.discount-section .discount-total {
  font-size: calc(var(--textSize) * 80px);
  font-weight: 700;
  line-height: 80px;
  color: #fff;
}
.discount-section .discount-text {
  font-size: calc(var(--textSize) * 27px);
  font-weight: 400;
  line-height: 33.89px;
  color: #fff;
  max-width: 400px;
  text-align: center;
  text-wrap: balance;
}
.discount-section img {
  object-fit: contain;
  max-width: 100%;
  height: 120px;
}

@media (max-width: 500px) {
  .discount-section .discount-block {
    border-radius: 0px;
  }
  .discount-section .discount-text {
    font-size: calc(var(--textSize) * 20px);
    font-weight: 400;
    line-height: 25px;
  }
}
/* our-staff */
.our-staff .current-employee {
  width: 100%;
  border-radius: 40px;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.our-staff .employee-info {
  background: #fff;
  border-radius: 40px;
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 30px;
}
.our-staff .employe-name {
  font-size: calc(var(--textSize) * 24px);
  font-weight: 700;
}
.our-staff .employe-role {
  font-size: calc(var(--textSize) * 20px);
  font-weight: 400;
}

.grid-staff {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

@media (max-width: 1000px) {
  .grid-staff {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .grid-staff {
    grid-template-columns: 1fr;
  }
}
/* footer */
footer {
  position: relative;
  background: var(--main-color);
}
footer .footer-img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
footer .footer-img img {
  width: 90%;
}
footer * {
  color: #fff;
}
footer ul {
  list-style: none;
  padding: 0;
}
footer ul li {
  margin: 20px 0;
  font-size: calc(var(--textSize) * 18px);
  font-weight: 500;
  line-height: 28px;
}
footer ul li a {
  color: #fff;
}
footer .menu-name {
  font-size: calc(var(--textSize) * 16px);
  font-weight: 400;
  margin-top: 0;
}
footer .login-title {
  font-size: calc(var(--textSize) * 16px);
  font-weight: 400;
  line-height: 28px;
}
footer .contact-info {
  font-size: calc(var(--textSize) * 20px);
  font-weight: 600;
  line-height: 25px;
}
footer .contact-info a {
  color: #fff;
}
footer .copyright {
  font-size: calc(var(--textSize) * 13px);
  font-weight: 400;
  line-height: 16px;
}

.our-reviews-section:not(:has(.swiper-slide.hide)) .show-more-review {
  display: none !important;
}