html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

strong,
b {
  font-weight: 700;
}

#ast-scroll-top {
  display: none !important;
}
body {
  overflow-x: hidden;
  background-color: #fff;
  line-height: 1;
  font-family: "Inter", sans-serif;
}

body.no-scroll {
  overflow: hidden;
}

ol,
ul {
  list-style-type: disc;
  margin-left: 1.5em;
  padding-left: 0;
}

ol {
  list-style-type: decimal;
  margin-left: 1.5em;
  padding-left: 0;
}

ul,
ol {
  list-style-position: outside;
  padding-left: 1em;
  margin-left: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

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

html,
body {
  overflow-x: hidden;
}

button:focus-visible {
  outline: 0.125rem solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 0.3125rem !important;
}

a {
  text-decoration: none;
}

a:focus {
  outline: none;
}

p {
  color: #545454;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0rem;
}

:root {
  --mobile: 3.125vw;
  --tablet: calc(10 / 8.34 * 1vw);
  --desktop: calc(10 / 14.4 * 1vw);
  font-size: var(--mobile);
}

a.header-logo {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
}

html {
  font-size: var(--mobile);
  scroll-behavior: smooth;
  scroll-padding-top: calc(5rem + var(--header-height));
}

#burger,
#mobileMenu {
  display: none;
}
.mobile__title {
  display: none;
}

.donate-btn:hover svg path {
  fill: #fff;
}
a.donate-btn.donate-btn-deskop {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-self: center;
  align-items: center;
  line-height: normal;
}

@media (max-width: 834px) {
  .nav-menu {
    display: none;
  }
}
@media (min-width: 834px) {
  :root {
    font-size: var(--tablet);
  }
}
@media (min-width: 1200px) {
  :root {
    font-size: var(--desktop);
  }
}

.to-index {
  --value: 16;
  font-size: calc(
    (var(--vw, 1vw) + var(--vh, 1vh)) * (var(--value) / var(--toIndex))
  ) !important;
}

header {
  height: 6.4rem;
}
header .navbar {
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease;
  border-bottom: solid 1px #e0e0e0;
}

.navbar {
  background: #fff;
  padding: 0.8rem 0;
}
.navbar .container {
  display: flex;
  align-items: center;
}
.container {
  width: 100%;
  max-width: 121.6rem;
  margin: 0 auto;
}

.container .logo {
  display: flex;
  gap: 1.6rem;
  align-items: center;
}
p.company-title {
  font-size: 1.6rem;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 600;
  color: #292929;
  width: max-content;
}

.logo img {
  height: 3.2rem;
}
.nav-menu {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0 1.9rem 0 4rem;
  padding: 0;
}
.nav-menu .nav-item {
  display: flex;
  width: max-content;
}
.nav-item a {
  text-decoration: none;
  color: #000512;
  font-size: 1.6rem;
  font-family: "WorkSans";
  text-transform: none;
}
.nav-item a:hover,
.nav-item a:active {
  color: #021859;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 2.8rem;
}
.cart-btn {
  text-decoration: none;
  color: #333;
  border: 1px solid #093773;
  border-radius: 0.8rem;
  width: 5.4rem;
  height: 5.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cart-btn:hover {
  background-color: #8cb9f3;
}
.cart-btn img {
  width: 2.4rem;
  height: 2.4rem;
}
.donate-btn {
  background: #0070ad;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 4rem;
  font-weight: 500;
  text-transform: inherit;
  width: 13.9rem;
  height: 4.6rem;
  font-family: "WorkSans-SemiBold";
  font-size: 1.6rem;
  line-height: 1.8rem;
  border: 1px solid #0070ad;
}

.donate-btn:hover {
  background: #006094;
  color: #fff;
  border: 1px solid #006094;
}

.footer {
  background-color: #0070ad;
  color: #fff;
  padding: 4rem 8rem;
}

.footer-content {
  display: flex;
  gap: 3.2rem;
  margin-bottom: 4rem;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  max-width: 26rem;
}

.footer-logo {
  width: 8rem;
  height: auto;
  border-radius: 50%;
  object-fit: contain;
}

.social-icons {
  display: flex;
  gap: 1.6rem;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.footer-menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem;
  flex: 1;
}

.menu-column {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.menu-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  margin: 0;
}

.menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.footer-menu p a {
  color: #fff;
}
.menu-list a {
  font-size: 1.4rem;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s ease;
}

.menu-list a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 2rem;
}

.footer-links {
  display: flex;
  gap: 0.8rem;
  font-size: 1.2rem;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-credit {
  font-size: 1.2rem;
  color: #ccc;
}

.credit-link {
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
}

.footer-copyright {
  font-size: 1.2rem;
  color: #ffffff;
  text-align: left;
}

.welcome {
  padding: 12rem 0rem;
  background: #fff;
}
.welcome__content {
  display: flex;
  height: 65rem;
}
.welcome__text,
.welcome__image {
  flex: 1;
}
.welcome__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.welcome__title {
  font-size: 4.8rem;
  color: #021859;
  margin-bottom: 1rem;
  font-family: "LibreBaskerville-Bold";
}
.welcome__title span {
  color: #093773;
}
.welcome__desc {
  margin-bottom: 2rem;
  color: #021859;
  line-height: 120%;
  font-family: "WorkSans";
  font-size: 2rem;
  font-weight: 400;
}
.opening-times {
  border: 1px solid #5fcdd9;
  border-radius: 0.8rem;
  padding: 2rem;
  background: #f7f7f7;
}
.opening-times h3 {
  margin-top: 0;
  color: #021859;
  font-family: "WorkSans-SemiBold";
  font-size: 2.4rem;
  line-height: 100%;
  font-weight: 600;
  margin-bottom: 2.4rem;
}
.opening-times ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}
.opening-times li,
.opening-times li p {
  margin-bottom: 1rem;
  font-family: "WorkSans";
  font-weight: 400;
  line-height: 100%;
  font-size: 1.8rem;
  color: #021859;
  margin-bottom: 2.4rem;
}
.opening-times li p {
  margin-left: 3rem;
}
.opening-times li svg {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.5rem;
}
.opening-times-head {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.opening-times ul li strong {
  font-family: "WorkSans-SemiBold";
  font-size: 2rem;
  line-height: 100%;
  font-weight: 600;
}
.note {
  padding: 1rem;
  font-size: 1.8rem;
  color: #021859;
  margin: 1rem 0;
  background-color: #fff;
  border-radius: 1.2rem;
  padding: 1.6rem;
  display: flex;
}
.note svg {
  width: 2rem;
  height: 2rem;
  margin-right: 0.5rem;
}
.visit-info {
  color: #021859;
  font-family: "WorkSans";
  font-size: 1.8rem;
  width: 52%;
}
.visit-info a {
  font-family: "WorkSans-SemiBold";
  line-height: 100%;
  font-weight: 600;
  color: #021859;
}
.opening__footer {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  align-items: center;
}
.opening__footer .btn {
  display: block;
  background: #093773;
  color: #f2f2f2;
  text-decoration: none;
  border-radius: 0.8rem;
  margin-top: 10px;
  width: 16rem;
  height: 5.3rem;
  font-family: "WorkSans-SemiBold";
  line-height: 100%;
  font-weight: 600;
  font-size: 1.8rem;
  border: 1px solid #093773;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
.opening__footer .btn:hover {
  background-color: #f2f2f2;
  color: #093773;
  border: 1px solid #093773;
}
.welcome__image {
  padding-left: 4rem;
}
.welcome__image img {
  width: 100%;
  border-radius: 0.8rem;
  object-fit: cover;
  height: 100%;
}

.virtual-tour {
  padding: 12rem 0rem;
  background: #f7f7f7;
}

.virtual-tour__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.virtual-tour__image,
.virtual-tour__text {
  width: 50%;
  box-sizing: border-box;
}

.virtual-tour__image {
  padding-right: 2rem;
}
.virtual-tour__image img {
  width: 100%;
  height: 38.5rem;
  border-radius: 1.6rem;
  object-fit: cover;
}

.virtual-tour__text {
  padding-left: 2rem;
}
.virtual-tour__text .btn {
  display: flex;
  align-items: center;
  font-family: "WorkSans-SemiBold";
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  width: 25rem;
}
.virtual-tour__title {
  font-size: 4.8rem;
  color: #021859;
  margin-bottom: 1rem;
  font-family: "LibreBaskerville-Bold";
  margin-bottom: 3.6rem;
}
.virtual-tour__desc {
  color: #021859;
  font-family: "WorkSans";
  font-size: 1.8rem;
  margin-bottom: 1rem;
  font-weight: 400;
  margin-bottom: 3.6rem;
}
.virtual-tour__desc strong {
  font-family: "WorkSans-SemiBold";
  font-weight: 700;
}
.btn {
  display: block;
  background: #0070ad;
  border: 1px solid #0070ad;
  color: #fff;
  text-decoration: none;
  padding: 10px 24px;
  border-radius: 0.8rem;
  font-weight: bold;
  transition: background 0.3s ease;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 100%;
  width: 23.5rem;
  height: 5.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "WorkSans-SemiBold";
  font-size: 2rem;
  font-weight: 600;
}

.virtual-tour__text .btn:hover {
  background-color: #fff;
  color: #093773;
  border: 1px solid #093773;
}

.event {
  padding: 12rem 0rem;
}
.event .event__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #f7f7f7;
  padding: 3.2rem;
  border-radius: 1.6rem;
  height: 48.2rem;
}
.event .opening-times {
  border: none;
  padding: 0rem;
}
.event .opening-times li {
  margin-bottom: 0rem;
}
.event .opening-times li p {
  margin-bottom: 1rem;
}
.event__block_text,
.event__img {
  width: 50%;
  box-sizing: border-box;
}
.event__block_text {
  padding-right: 2rem;
}
.event__img {
  padding-left: 2rem;
}
.event__img img {
  border-radius: 1.2rem;
  width: 62.7rem;
  height: 41.8rem;
}
.event__btn .btn {
  margin: 0 auto;
}
.event__btn .btn:hover {
  background-color: #fff;
  color: #093773;
  border: 1px solid #093773;
}
.event__title {
  font-size: 4.8rem;
  color: #021859;
  font-family: "LibreBaskerville-Bold";
  text-align: center;
  font-weight: 700;
  margin-bottom: 4rem;
}
.event__block_text h3 {
  font-family: "WorkSans-SemiBold";
  font-weight: 700;
  font-size: 2.8rem;
  color: #021859;
  line-height: 100%;
  margin-bottom: 1rem;
}
.event__block_text p {
  color: #021859;
  font-family: "WorkSans";
  font-size: 2rem;
  line-height: 100%;
  font-weight: 400;
  margin-bottom: 2rem;
  width: 100%;
}
.event__block_text .opening__footer p {
  color: #021859;
  font-family: "WorkSans-SemiBold";
  font-size: 2rem;
  line-height: 100%;
  font-weight: 700;
  margin-bottom: 2rem;
  width: 100%;
}

/**/
.visits {
  padding: 12rem 0rem;
  background-color: #f7f7f7;
}
.visits .container {
  max-width: 132rem;
  margin: 0 auto;
  padding: 4rem 0rem;
}

.visits h2 {
  font-size: 4.8rem;
  color: #021859;
  margin-bottom: 1rem;
  font-family: "LibreBaskerville-Bold";
  font-weight: 700;
  margin-bottom: 4rem;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}

.card {
  flex: 1 1 calc(50% - 3rem);
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding-top: 3.2rem;
  padding-right: 2.4rem;
  padding-left: 2.4rem;
  padding-bottom: 3.2rem;
}

.card img {
  width: 100%;
  height: 40rem;
  border-radius: 1.2rem;
  object-fit: cover;
}

.card-content {
  padding: 1.5rem 0rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card h3 {
  font-family: "WorkSans-SemiBold";
  font-weight: 700;
  font-size: 2.8rem;
  color: #021859;
  margin-bottom: 1.5rem;
}
.card p {
  flex: 1;
  color: #021859;
  font-family: "WorkSans";
  font-size: 2rem;
  padding-right: 2rem;
  margin-bottom: 3rem;
}

.card-content .btn {
  display: flex;
  align-items: center;
  background: #093773;
  color: #fff;
  text-decoration: none;
  border-radius: 0.8rem;
  text-align: center;
  font-weight: 600;
  width: 19.5rem;
  height: 5.5rem;
  font-size: 2rem;
  font-family: "WorkSans-SemiBold";
  font-weight: 600;
  line-height: 100%;
  border: 1px solid #093773;
  text-transform: uppercase;
}

.card-content .btn:hover {
  color: #093773;
  background-color: #fff;
}

.history {
  text-align: center;
  padding: 12rem 0rem;
  background: #fff;
}
.history .container {
  position: relative;
}
.history h2 {
  font-size: 4.8rem;
  color: #021859;
  margin-bottom: 1rem;
  font-family: "LibreBaskerville-Bold";
  font-weight: 700;
  text-align: center;
}

.history .subtitle {
  color: #021859;
  font-size: 2rem;
  font-family: "WorkSans";
  font-weight: 400;
  margin-bottom: 3rem;
  width: 58.6rem;
  margin: 0 auto;
}

.card-slide {
  height: 70rem;
  overflow: hidden;
  border-radius: 1.6rem;
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #021859;
  flex-direction: column;
}
.card-slide .title-slider {
  font-size: 4rem;
  font-family: "LibreBaskerville-Regular";
  font-weight: 700;
  color: #fff;
  margin-bottom: 3rem;
}
.card-slide .title-slider::after {
  content: "";
  display: block;
  width: 16rem;
  height: 0.1rem;
  background-color: #5fcdd9;
  margin: 0 auto;
  margin-top: 2rem;
}
.card-slide .text-slider {
  font-size: 4.2rem;
  font-family: "WorkSans";
  font-weight: 400;
  color: #fff;
  width: 108rem;
}
.card-slide img {
  border-radius: 1.6rem;
  width: 100%;
  height: 100%;
}
.shopSwiper {
  margin-top: 4rem;
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  color: #000512;
  border-radius: 50%;
  width: 6.4rem !important;
  height: 6.4rem !important;
  display: block;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 3rem !important;
}
.swiper-pagination-bullet {
  width: 2rem !important;
  height: 2rem !important;
  background-color: #5fcdd9 !important;
  opacity: 1 !important;
}
.swiper-pagination-bullet-active {
  background-color: #021859 !important;
}

.history__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8rem;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 9% !important;
}
.history .btn {
  width: 19.8rem;
  height: 5.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #093773;
  border-radius: 0.8rem;
  background-color: #093773;
  font-size: 2rem;
  font-family: "WorkSans-SemiBold";
  font-weight: 600;
  text-transform: uppercase;
}
.history .btn:hover {
  background-color: #fff;
  color: #093773;
}

.supporting {
  background: #f2f2f2;
  padding: 12rem 0rem;
  text-align: center;
}

.supporting h2 {
  font-size: 4.8rem;
  color: #021859;
  margin-bottom: 1rem;
  font-family: "LibreBaskerville-Bold";
  font-weight: 700;
  text-align: center;
}

.supporting p {
  color: #021859;
  font-size: 2rem;
  font-family: "WorkSans";
  font-weight: 400;
  margin-bottom: 3rem;
  width: 58.6rem;
  margin: 0 auto;
}

.support-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4rem;
  border: 0.1rem solid #5fcdd9;
  padding: 3.2rem 4rem;
  border-radius: 1.6rem;
  max-width: 115.3rem;
  margin: 0 auto;
  margin-top: 4rem;
}

.support-buttons .btn {
  background: #0b2e63;
  border: 1px solid #0b2e63;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 0.8rem;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s;
  font-size: 2rem;
  font-family: "WorkSans-SemiBold";
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  width: auto;
}

.support-buttons .btn:hover {
  background: #fff;
  color: #0b2e63;
}

.sponsors {
  margin-top: 4rem;
  border-top: 1px solid #dcdcdc;
}

.sponsors h3 {
  text-align: left;
  font-size: 2.8rem;
  margin-bottom: 15px;
  color: #0b2e63;
  margin-left: auto;
  margin-right: auto;
  font-family: "LibreBaskerville-Bold";
}
.sponsor-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.4rem;
  margin: 0 auto;
  max-width: 132rem;
}
.sponsor-logos img {
  max-height: 9rem;
}
.sponsor-logos img:hover {
  filter: grayscale(0%);
}
.sponsors {
  overflow: hidden;
  width: 100%;
  padding: 4rem 0;
}

.sponsor-track {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  width: max-content;
  animation: scroll 30s linear infinite;
}

.sponsor-logos {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.sponsor-logos img {
  margin-right: 4rem;
  flex-shrink: 0;
  width: 13.8rem;
  object-fit: contain;
  opacity: 0.8;
  transition: all 0.3s ease;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.shop-section {
  padding: 12rem 0rem;
}
.shop-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  align-items: start;
}
.shop-title {
  font-size: 4.8rem;
  color: #021859;
  margin-bottom: 1rem;
  font-family: "LibreBaskerville-Bold";
  font-weight: 700;
  text-align: center;
  margin-bottom: 4rem;
}

.product-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-align: left;
  min-height: 360px;
}

.product-media {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 41rem;
}
.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.product-body {
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.product-title {
  font-size: 2.4rem;
  color: #000;
  font-family: "WorkSans-SemiBold";
  font-weight: 600;
  line-height: 100%;
}

.product-price {
  font-family: "LibreBaskerville-Bold";
  margin: 4px 0;
  display: flex;
  gap: 8px;
  align-items: baseline;
  color: #049dbf;
  font-size: 2.8rem;
  font-weight: 700;
  padding: 1.5rem 0rem;
}
.product-price .price-old {
  color: #afafaf;
  text-decoration: line-through;
  font-weight: 400;
  font-size: 2rem;
}

.product-desc {
  color: #5c5c5c;
  font-family: "WorkSans";
  font-size: 1.8rem;
  line-height: 100%;
}
.product-text {
  height: 22rem;
}
.product-body .add-to-basket svg {
  margin-left: 0.5rem;
  width: 2.4rem;
  height: 2.4rem;
}
.product-body .add-to-basket {
  border: 1px solid #093773;
  background-color: #f0f6ff;
  color: #093773;
  border-radius: 0.8rem;
  padding: 1.6rem 2.8rem;
  text-transform: uppercase;
}
.product-body .add-to-basket:hover {
  background-color: #8cb9f3;
}

.nav-menu {
  list-style: none;
  display: flex;
  gap: 0;
}
.nav-item a {
  text-decoration: none;
  color: #333333;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  padding: 1.2rem;
}
.nav-item a svg {
  margin-left: 0.5rem;
  width: 2rem;
  height: 2rem;
}
.dropdown-menu {
  list-style: none;
  margin: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  width: max-content;
  min-width: 20rem;
}

.dropdown-wrapper {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  padding-top: 0.8rem;
}

.dropdown-menu li a {
  display: block;
  padding: 0.8rem 1.2rem;
  color: #222;
  transition: background 0.2s;
  white-space: nowrap;
}

.dropdown-menu li a:hover {
  background: #f5f5f5;
}

.nav-item.dropdown {
  position: relative;
}

.nav-item.dropdown.open > .dropdown-wrapper {
  display: block;
}

.submenu-section {
  padding: 60px 0;
  background: #f7f7f7;
}

.submenu-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.submenu-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: #222;
  max-width: 30rem;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.submenu-item img {
  width: 100%;
  height: 18rem;
  object-fit: cover;
  border-radius: 0.8rem;
  transition: transform 0.4s ease;
}

.submenu-item h3 {
  text-transform: uppercase;
  font-size: 1.8rem;
  color: #000;
  font-family: "WorkSans";
  font-weight: 400;
  margin-top: 1.5rem;
}

.submenu-item:hover img {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .submenu-grid {
    flex-direction: column;
    align-items: center;
  }
  .submenu-item {
    max-width: 90%;
  }
}

.nav-item.dropdown a svg,
.nav-item.dropdown a .arrow {
  transition: transform 0.3s ease;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  transform: rotate(180deg);
}
.nav-item.dropdown a svg path {
  stroke: #5c5c5c;
}
.burger {
  display: flex;
  position: absolute;
  right: 1rem;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}
.burger span {
  display: block;
  width: 2.5rem;
  height: 0.2rem;
  background: #000;
  border-radius: 2px;
}
#mobileMenu {
  position: fixed;
  top: 6rem;
  right: -100%;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  transition: right 0.4s ease;
  z-index: 1100;
  display: flex;
  justify-content: start;
  flex-direction: column;
}
#mobileMenu.active {
  right: 0;
}
#mobileMenu .donate-btn {
  width: 87%;
  margin: 0rem 2rem;
  height: 4.5rem;
  font-size: 1.7rem;
}
.mobile_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.mobile_menu ul li {
  text-align: start;
}
.mobile_menu ul li {
  padding-top: 0;
}
.mobile_menu ul li a {
  font-size: 1.2rem;
  text-decoration: none;
  color: #021859;
  transition: color 0.3s ease;
  width: 100%;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-family: "WorkSans";
  font-weight: 400;
}
.mobile_menu ul li a svg {
  margin-left: 1rem;
}
.mobile_menu ul li a:hover {
  color: #0073e6;
  padding: 1.2rem;
}
.mobile_menu {
  width: 100%;
  padding: 1.4rem;
}

.burger.active span:nth-child(1) {
  transform: rotate(45deg) translate(3px, 3px);
}
.burger.active span:nth-child(2) {
  opacity: 0;
}
.burger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.mobile_menu .submenu {
  display: none;
  flex-direction: column;
  background-color: #fafafa;
}
.mobile_menu .submenu li {
  padding: 0rem;
}
.mobile_menu .submenu li a {
  font-size: 2rem;
  text-transform: uppercase;
  padding: 0.5rem 2rem;
  color: #021859;
}
.mobile_menu .submenu li a:hover {
  background-color: #f0f0f0;
}

.mobile_menu .has-submenu.open > .submenu {
  display: flex;
}

.mobile_menu .has-submenu .arrow {
  transition: transform 0.3s ease;
}

.mobile_menu .has-submenu.open .arrow {
  transform: rotate(180deg);
}
.donate-btn-mobile {
  display: none;
}

/* Мобильная версия (375px - 834px) */
@media (max-width: 834px) {
  .footer {
    padding: 3.2rem 2rem;
  }

  .footer-content {
    flex-direction: column;
    gap: 2.4rem;
    margin-bottom: 3.2rem;
  }

  .footer-brand {
    max-width: 100%;
    gap: 1.6rem;
  }

  .footer-logo {
    width: 6.4rem;
  }

  .social-icons {
    gap: 1.2rem;
  }

  .social-icon {
    width: 2.8rem;
    height: 2.8rem;
    font-size: 1.4rem;
  }

  .footer-menu {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem;
  }

  .menu-column {
    gap: 1.2rem;
  }

  .menu-title {
    font-size: 1.6rem;
  }

  .menu-list a {
    font-size: 1.2rem;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
    padding-bottom: 1.6rem;
    border-bottom: 1px solid #444;
    margin-bottom: 1.6rem;
  }

  .footer-links {
    gap: 0.4rem;
    font-size: 1.1rem;
  }

  .footer-credit {
    font-size: 1.1rem;
  }

  .credit-link {
    font-size: 1.1rem;
  }

  .footer-copyright {
    font-size: 1.1rem;
    text-align: left;
  }

  .nav-item a svg {
    margin-left: 0.5rem;
    width: 1.7rem;
    height: 1.7rem;
  }
}

/* Планшетная версия (834px - 1200px) */
@media (min-width: 835px) and (max-width: 1200px) {
  .footer {
    padding: 4rem 3.2rem;
  }

  .footer-content {
    gap: 2.4rem;
    margin-bottom: 3.2rem;
  }

  .footer-brand {
    max-width: 16rem;
    gap: 1.6rem;
  }

  .footer-logo {
    width: 7.2rem;
  }

  .social-icons {
    gap: 1.6rem;
  }

  .social-icon {
    width: 3rem;
    height: 3rem;
    font-size: 1.4rem;
  }

  .footer-menu {
    grid-template-columns: repeat(4, 1fr);
    gap: 3.2rem;
  }

  .menu-column {
    gap: 1.2rem;
  }

  .menu-title {
    font-size: 1.6rem;
  }

  .menu-list a {
    font-size: 1.3rem;
  }

  .footer-bottom {
    gap: 1.6rem;
    padding-bottom: 1.6rem;
    border-bottom: 1px solid #444;
    margin-bottom: 1.6rem;
  }

  .footer-links {
    gap: 0.8rem;
    font-size: 1.1rem;
  }

  .footer-credit {
    font-size: 1.1rem;
  }

  .credit-link {
    font-size: 1.1rem;
  }

  .footer-copyright {
    font-size: 1.1rem;
    text-align: left;
  }
}

.user-menu-container {
  position: relative;
}

.user-menu-dropdown {
  display: none;
  position: fixed;
  top: 6rem;
  right: 7.1rem;
  background-color: white;
  border: 0.1rem solid #0070ad;
  border-radius: 0.8rem;
  box-shadow:
    0 4px 6px -1px rgb(0 0 0 / 0.1),
    0 2px 4px -2px rgb(0 0 0 / 0.1);
  z-index: 1000;
  min-width: 13.9rem;
  padding: 0;
  overflow: hidden;
}

.user-menu-container:hover .user-menu-dropdown {
  display: block;
}

.user-menu-dropdown a:hover {
  background-color: #f9fafb;
}

.user-menu-dropdown a {
  display: block;
  padding: 1.6rem;
  color: #1f2937;
  text-decoration: none;
  font-size: 1.4rem;
}

.devider-login___section {
  width: 100%;
  height: 0.1rem;
  background-color: #0070ad;
}
@media (max-width: 834px) {
  header {
    height: 4.4rem;
  }

  header .navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.3s ease;
    border-bottom: solid 1px #e0e0e0;
    padding: 0.8rem 0;
  }

  .navbar {
    background: #fff;
    padding: 0.8rem 0;
  }

  .navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .burger.active span:nth-child(1) {
    transform: rotate(45deg) translate(0.25rem, 0.25rem);
  }
  .burger.active span:nth-child(2) {
    opacity: 0;
  }
  .burger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(0.3rem, -0.25rem);
  }
  .container {
    max-width: 100%;
    padding: 0 1.6rem;
  }

  .container .logo {
    gap: 0.8rem;
    align-items: center;
  }

  p.company-title {
    font-size: 1rem;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 600;
    color: #292929;
    width: auto;
  }

  .logo img {
    height: 2.8rem;
  }

  .nav-menu {
    display: none;
  }

  .nav-actions {
    gap: 1.6rem;
  }

  #burger {
    display: flex;
    border: solid 1px #e5e7e1;
    padding: 0;
    gap: 0.3rem;
    width: 2.8rem;
    height: 2.8rem;
    justify-content: center;
    border-radius: 0.6rem;
    align-items: center;
  }

  #mobileMenu {
    display: flex;
    border: solid 1px #e5e7e1;
    padding: 0;
    border-radius: 0;
    gap: 0.3rem;
  }

  #mobileMenu.active {
    right: 0;
    top: 4.4rem;
    box-shadow: none;
  }

  .cart-btn {
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 0.6rem;
  }

  .cart-btn img {
    width: 2rem;
    height: 2rem;
  }

  .nav-actions a.donate-btn.donate-btn-deskop {
    background: #0070ad;
    color: white;
    border-radius: 4rem;
    width: 10rem;
    height: 4rem;
    font-size: 1.4rem;
    line-height: 1.6rem;
    padding: 0 1.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: none;
  }

  .donate-btn:hover {
    background: #fff;
    color: #0070ad;
    border: 1px solid #0070ad;
  }
  .donate-btn:hover {
    background: #fff;
    color: #0070ad;
    border: 1px solid #0070ad;
  }

  .burger span {
    display: block;
    width: 1rem;
    height: 0.1rem;
    background: #6b7280;
    border-radius: 2px;
  }
  .mobile_menu .submenu {
    background-color: #fff;
  }
  .mobile_menu .submenu li a {
    font-size: 1.2rem;
    text-transform: uppercase;
    padding: 0.6rem 2.1rem;
    color: #021859;
  }

  a.donate-btn.primary,
  .divider,
  a.donate-btn.secondary {
    display: flex;
  }
  .mobile-actions {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
  }

  .donate-btn.primary {
    background-color: #0070ad;
    color: white;
    border: none;
    border-radius: 2rem;
    padding: 1.2rem 2rem;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.2s ease;
    width: 100%;
  }

  .donate-btn.primary:hover {
    background-color: #0070ad;
  }

  .donate-btn.secondary {
    background-color: transparent;
    color: #0070ad;
    border: 2px solid #0070ad;
    border-radius: 2rem;
    padding: 1.2rem 2rem;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.2s ease;
    width: 100%;
  }
  #mobileMenu .donate-btn {
    width: 87%;
    margin: 0rem 2rem;
    height: 4.5rem;
    font-size: 1.4rem;
  }
  .donate-btn.secondary:hover {
    background-color: #e6f2ff;
  }

  .divider {
    height: 1px;
    width: 100%;
    padding: 0 1.4rem;
  }
  .line {
    background: #e5e7eb;
    height: 1px;
    width: 100%;
  }
}

@media (min-width: 835px) and (max-width: 1200px) {
  ul#menu-main-menu,
  a.donate-btn.donate-btn-deskop {
    display: none;
  }
  #burger {
    display: flex;
    border: solid 1px #e5e7e1;
    padding: 0;
    gap: 0.3rem;
    width: 2.8rem;
    height: 2.8rem;
    justify-content: center;
    border-radius: 0.6rem;
    align-items: center;
  }

  #mobileMenu {
    display: flex;
    border: solid 1px #e5e7e1;
    padding: 0;
    border-radius: 0;
    gap: 0.3rem;
  }

  #mobileMenu.active {
    right: 0;
    top: 4rem;
    box-shadow: none;
  }
  .mobile-actions {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    margin-top: 2rem;
  }
  #mobileMenu .donate-btn {
    width: 87%;
    margin: 0rem 2rem;
    height: 4.5rem;
    font-size: 1.4rem;
  }
  .donate-btn.primary {
    background-color: #0066cc;
    color: white;
    border: none;
    border-radius: 2rem;
    padding: 1.2rem 2rem;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.2s ease;
    width: 100%;
  }

  .donate-btn.primary:hover {
    background-color: #0055aa;
  }

  .donate-btn.secondary {
    background-color: transparent;
    color: #0066cc;
    border: 2px solid #0066cc;
    border-radius: 2rem;
    padding: 1.2rem 2rem;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.2s ease;
    width: 100%;
  }

  .donate-btn.secondary:hover {
    background-color: #e6f2ff;
  }

  .divider {
    height: 1px;
    width: 100%;
    padding: 0 1.4rem;
  }
  .line {
    background: #e5e7eb;
    height: 1px;
    width: 100%;
  }
  a.donate-btn.primary,
  .divider,
  a.donate-btn.secondary {
    display: flex;
  }
  header {
    height: 4.4rem;
  }
  .mobile_menu .submenu li a {
    font-size: 1.2rem;
    text-transform: uppercase;
    padding: 0.6rem 2.1rem;
    color: #021859;
  }
  header .navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.3s ease;
    border-bottom: solid 1px #e0e0e0;
    padding: 0.8rem 0;
  }

  .navbar {
    background: #fff;
    padding: 0.8rem 0;
  }

  .navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .container {
    max-width: 100%;
    padding: 0 3.2rem;
  }

  .container .logo {
    gap: 1.2rem;
    align-items: center;
  }

  p.company-title {
    font-size: 1.4rem;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 600;
    color: #292929;
    width: auto;
  }

  .logo img {
    height: 3rem;
  }

  .nav-menu {
    list-style: none;
    display: flex;
    gap: 1.6rem;
    margin: 0 1.6rem 0 2rem;
    padding: 0;
  }

  .nav-menu .nav-item {
    display: flex;
    width: max-content;
  }

  .nav-item a {
    text-decoration: none;
    color: #000512;
    font-size: 1.3rem;
    font-family: "WorkSans";
    text-transform: none;
  }

  .nav-item a:hover,
  .nav-item a:active {
    color: #021859;
  }

  .nav-actions {
    gap: 2rem;
  }

  .cart-btn {
    width: 5rem;
    height: 5rem;
    border-radius: 0.6rem;
  }

  .cart-btn img {
    width: 2.2rem;
    height: 2.2rem;
  }
  .burger span {
    display: block;
    width: 1rem;
    height: 0.1rem;
    background: #6b7280;
    border-radius: 2px;
  }

  .burger.active span:nth-child(1) {
    transform: rotate(45deg) translate(3px, 3px);
  }
  .burger.active span:nth-child(2) {
    opacity: 0;
  }
  .burger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(3px, -3px);
  }
  .donate-btn {
    background: #0070ad;
    color: white;
    border-radius: 4rem;
    width: 12rem;
    height: 4.2rem;
    font-size: 1.4rem;
    line-height: 1.6rem;
    padding: 0 1.6rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .donate-btn:hover {
    background: #fff;
    color: #0070ad;
    border: 1px solid #0070ad;
  }
  .mobile_menu .submenu {
    background-color: #fff;
  }
}
