/*!
Theme Name: Maysternia Mriyi
Author: Zentix IT Company
Author URI: https://zentixsoft.com/
Description: Theme developed special for Elite
Version: 1.0.0
Text Domain: www
*/

/* Normalize css START*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
input {
  border-radius: 0;
}
input[type="search"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
}
input {
  outline: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
a,
a:active,
a:focus,
a:focus-visible {
  text-decoration: none;
  color: inherit;
  outline: none;
}
a:focus-visible {
  outline: none !important;
}
li {
  list-style-type: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
input {
  border-radius: 0;
}
input[type="search"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
html {
  scroll-behavior: smooth;
  /* font-family: "Mulish", sans-serif; */
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

button {
  outline: none;
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
}

/* Normalize css END */

/* Header styles start */

.site-wrapper {
  max-width: 1536px;
  width: calc(100% - 80px);
  margin: 0 auto;
}

.site-header {
  display: flex;
  background: #0c1410;
  padding: 16px 0;
  z-index: 5;
}

.page-template-home .site-header,
.single-post .site-header,
.page-template-blog .site-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background: transparent;
}

.admin-bar.page-template-home .site-header,
.admin-bar.single-post .site-header,
.admin-bar.page-template-blog .site-header {
  top: 32px;
}

.site-branding {
  width: 12.29vw;
  max-width: 236px;
  height: auto;
  max-height: 92px;
}

.site-branding a {
  display: block;
  width: 100%;
  height: 100%;
}

.site-branding a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header-wrapper,
.header-menus-wrapper {
  display: flex;
}

.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-menus-wrapper {
  gap: 24px;
  align-items: center;
  justify-content: space-between;
}

.header-menu {
  display: flex;
  align-items: center;
  gap: 24px;
}

.header-menu a {
  color: #fff;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  transition: all 0.3s;
}

.header-menu a:hover {
  color: #0cbc67;
}

.header-buttons-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
}

.transparent-button {
  border-radius: 56px;
  border: 1px solid #0cbc67;
  display: flex;
  padding: 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #0cbc67;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  transition: all 0.3s;
  cursor: pointer;
  min-width: 236px;
}

.transparent-button.black-text {
  color: #000;
}

.transparent-button:hover {
  background: #0cbc67;
  color: #fff;
}

header .filled-button,
header .transparent-button {
  padding: 16px 32px;
  min-width: unset;
}

.filled-button {
  border-radius: 56px;
  border: 1px solid #0cbc67;
  display: flex;
  padding: 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  background: #0cbc67;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  transition: all 0.3s;
  cursor: pointer;
  min-width: 236px;
  width: fit-content;
}

.filled-button:hover {
  color: #0cbc67;
  background: transparent;
}

.language-switcher-wrapper {
  position: relative;
}

.current-language {
  position: relative;
  color: var(--White, #fff);
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  cursor: pointer;
  padding-right: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.current-language:after {
  position: absolute;
  width: 20px;
  height: 20px;
  content: "";
  display: block;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuOTc0NjggNy4wNTgwNkM1LjIxODc2IDYuODEzOTggNS42MTQ0OSA2LjgxMzk4IDUuODU4NTcgNy4wNTgwNkwxMC40MTY2IDExLjYxNjFMMTQuOTc0NyA3LjA1ODA2QzE1LjIxODggNi44MTM5OCAxNS42MTQ1IDYuODEzOTggMTUuODU4NiA3LjA1ODA2QzE2LjEwMjYgNy4zMDIxNCAxNi4xMDI2IDcuNjk3ODYgMTUuODU4NiA3Ljk0MTk0TDEwLjg1ODYgMTIuOTQxOUMxMC42MTQ1IDEzLjE4NiAxMC4yMTg4IDEzLjE4NiA5Ljk3NDY4IDEyLjk0MTlMNC45NzQ2OCA3Ljk0MTk0QzQuNzMwNjEgNy42OTc4NiA0LjczMDYxIDcuMzAyMTQgNC45NzQ2OCA3LjA1ODA2WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
  -webkit-transition:
    background-color 0.3s,
    -webkit-transform 0.3s;
  transition:
    background-color 0.3s,
    -webkit-transform 0.3s;
  transition:
    transform 0.3s,
    background-color 0.3s;
  transition:
    transform 0.3s,
    background-color 0.3s,
    -webkit-transform 0.3s;
}

.language-switcher {
  position: absolute;
  /* padding: 20px; */
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
  gap: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
  background: var(--BG-White, #fff);
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  z-index: 90;
}

.language-switcher li {
  width: 100%;
}

.language-switcher li a {
  padding: 10px 20px;
  transition: all 0.3s;
  border: 1px solid transparent;
  border-radius: 8px;
  font-family: "Noto Sans";
  cursor: pointer;
  width: 100%;
  display: flex;
}

.language-switcher li.current-lang a {
  color: #00c263;
}

.language-switcher li:hover a {
  border: 1px solid #06b85e;
}

.language-switcher.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.current-language.active:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

/* Header styles end */

/* Homepage styles start */
.hero-banner {
  width: 100%;
  height: 100vh;
  max-height: 950px;
  position: relative;
}

.hero-banner .background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.hero-banner .background-image::after {
  position: absolute;
  display: block;
  content: "";
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background:
    linear-gradient(
      0deg,
      rgba(25, 25, 25, 0) 59.82%,
      rgba(25, 25, 25, 0.72) 95.73%
    ),
    linear-gradient(
      0deg,
      rgba(25, 25, 25, 0.64) 0%,
      rgba(25, 25, 25, 0.64) 100%
    );
}

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

.banner-wrapper {
  display: flex;
  height: 100%;
  padding: 120px 0 80px 0;
  z-index: 2;
  color: #fff;
  position: relative;
  align-items: flex-end;
}

.banner-content {
  z-index: 2;
  position: relative;
  color: #fff;
  max-width: 886px;
  width: 100%;
}

.banner-small-title {
  color: var(--White, #fff);
  font-family: "Mulish", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.banner-title {
  color: var(--White, #fff);
  font-family: "Mulish", sans-serif;
  font-size: 108px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  margin-bottom: 16px;
}

.banner-text {
  color: rgba(255, 255, 255, 0.92);
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  font-size: clamp(1rem, 0.382rem + 0.7233vw, 1.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: 136%;
  letter-spacing: 0.2px;
  margin-bottom: 40px;
}

.banner-buttons {
  display: flex;
  align-items: center;
  gap: 24px;
}

.section-top-margin {
  margin-top: 72px;
}

.about-us-columns,
.our-influence-columns {
  display: flex;
  align-items: center;
  gap: 6.5vw;
}

.about-us-columns .text-column {
  flex: 1;
}

.about-us-columns .image-wrapper,
.our-influence-columns .image-wrapper {
  width: 626px;
  aspect-ratio: 626/640;
  border-radius: 28px;
  overflow: hidden;
}

.image-with-bg {
  position: relative;
}

.image-with-bg.rotate-right::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  transform: rotate(4.071deg);
  content: "";
  border-radius: 24px;
  top: -8px;
  left: 16px;
  z-index: -1;
}

.about-us-columns .image-with-bg::after {
  background: #ffe6e6;
}

.our-influence-columns .image-with-bg::after {
  background: #dcfff1;
}

.site-text-title {
  color: #0a0b0f;
  font-family: "Mulish", sans-serif;
  font-size: 68px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  margin-bottom: 24px;
  position: relative;
}

.about-us-texts {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #111318;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.18px;
}

.about-us-texts strong {
  display: block;
  padding-top: 8px;
  color: #0a0b0f;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 122%;
}

.about-us-texts b {
  color: #0a0b0f;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}

.about-us-section-buttons {
  margin-top: 28px;
  display: flex;
  gap: 24px;
}

.our-influence-main-page-story {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 56px;
}

.our-influence-main-page-story .title {
  color: #0a0b0f;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 122%;
  letter-spacing: 0.18px;
}

.our-influence-main-page-story .content {
  color: #111318;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 122%;
  letter-spacing: 0.18px;
}

.main-page-story-wrapper {
  display: flex;
  align-items: center;
  gap: 64px;
  padding: 24px;
  align-items: center;
  gap: 64px;
  border-radius: 20px;
  border: 1px solid #f7f7f7;
  background: #f7f7f7;
  margin-bottom: 96px;
}

.story-texts-column {
  max-width: 628px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.story-image-column {
  flex: 1;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 756/500;
}

.story-section-title {
  color: #0a0b0f;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 122%;
  letter-spacing: 0.18px;
  margin-bottom: 16px;
}

.story-section-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
  color: #111318;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 122%;
  letter-spacing: 0.18px;
}

.story-section-text strong {
  color: #0a0b0f;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 122%;
  letter-spacing: 0.18px;
}

.color-blocks-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.color-blocks-wrapper .color-block {
  border-radius: 24px;
  box-shadow:
    0px 6px 10px -2px rgba(85, 105, 135, 0.04),
    0px 2px 4px -2px rgba(85, 105, 135, 0.02);
  display: flex;
  padding: 64px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.color-blocks-wrapper .color-block .color-number {
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
}

.color-blocks-wrapper .color-block .color-text {
  text-align: center;
  color: #323338;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.36px;
  opacity: 0.9;
}

.color-blocks-wrapper .color-block:first-child {
  background: #f2fcf8;
}

.color-blocks-wrapper .color-block:first-child .color-number {
  color: #06b85e;
}

.color-blocks-wrapper .color-block:nth-child(2) {
  background: #f2f3fc;
}

.color-blocks-wrapper .color-block:nth-child(2) .color-number {
  color: #889af8;
}

.color-blocks-wrapper .color-block:nth-child(3) {
  background: #fcf2fc;
}

.color-blocks-wrapper .color-block:nth-child(3) .color-number {
  color: #d466fb;
}

.title-with-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.directions-section-on-home-page .subtitle {
  width: 100%;
  max-width: 650px;
  color: #111318;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 122%;
  letter-spacing: 0.18px;
}

.directions-list-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  height: 465px;
  margin-top: 24px;
}

.directions-item-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
  position: relative;
}

.directions-item-image::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 46.39%, #000 113.93%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 1;
}

.directions-item-image img {
  transition: all 0.25s linear;
  filter: grayscale(100%);
}

.direction-item:hover .directions-item-image img {
  transform: scale(1.1);
  filter: grayscale(0%);
}

.direction-item {
  position: relative;
}

.direction-item .bottom-block {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 170px;
  width: 100%;
  z-index: 2;
  border-radius: 0px 0px 28px 28px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(4px);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.direction-item-title {
  color: var(--White, #fff);
  font-family: "Mulish", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 24px */
}

.direction-item-text {
  color: var(--White, #fff);
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 135%;
}

.team-slider-wrapper {
  display: flex;
  gap: 24px;
  margin-left: -32px;
}

.team-slider-for {
  width: 756px;
}

.team-slider-for .team-slide {
  width: 100%;
  aspect-ratio: 756/492;
  position: relative;
  padding: 32px 0 32px 32px;
}

.team-slider-for .team-slide .cover-image {
  border-radius: 24px;
}

.team-slider-for .image-wrapper {
  height: 100%;
  border-radius: 28px;
  position: relative;
  z-index: 2;
}

.team-slider-for .image-wrapper::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 71.95%, #000 120.02%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.06) 100%);
}

.team-slider-for .image-decor {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  transform: rotate(-3.221deg);
  content: "";
  border-radius: 24px;
  background: #e6e6ff;
  top: -8px;
  left: -16px;
  z-index: -1;
}

.team-slider-for .slider-text {
  position: absolute;
  left: 32px;
  bottom: 32px;
  padding: 32px 24px;
  color: var(--White, #fff);
  font-family: "Mulish", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  z-index: 3;
}

.slider-text-block {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 32px;
}

.team-slider-nav .slick-list {
  padding: 0 !important;
  display: flex;
}

.team-slider-nav .slick-track {
  display: flex;
  border-radius: 12px 12px 0px 0px;
  overflow: hidden;
  align-items: flex-end;
}

.team-slider-nav .team-thumb {
  flex: 1;
  height: 148px;
  max-height: 148px;
  border: 2px solid transparent;
  transition:
    height 0.3s ease,
    max-height 0.3s ease,
    border 0.3s ease;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0;
}

.team-slider-nav .team-thumb.slick-current {
  height: 164px;
  max-height: 164px;
  border: 2px solid #0cbc67;
  border-radius: 12px 12px 0px 0px;
}

.team-slider-nav .team-thumb img {
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.team-slider-nav .team-thumb.slick-current img {
  filter: grayscale(0%);
}

.team-slider-nav .team-thumb:first-child {
  border-radius: 12px 0 0 0;
}
.team-slider-nav .team-thumb:last-child {
  border-radius: 0 12px 0 0;
}

.slider-text-block .texts {
  max-width: 626px;
}

.slider-text-block-text {
  color: #111318;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 122%;
}

.partners-header-block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 40px;
}

.partners-top-text {
  color: #111318;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 122%;
  letter-spacing: 0.18px;
  max-width: 500px;
}

.partners-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 96px;
}

.partners-list .partner-item {
  flex: 1;
  border-radius: 16px;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  height: 132px;
}

.partners-list .partner-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  mix-blend-mode: multiply;
  /* max-height: 30px; */
}

.partners-bottom-block {
  display: flex;
  align-items: center;
  gap: 154px;
}

.partners-bottom-block .image-with-bg::after {
  background: #dcfff1;
}

.partners-bottom-block .image-column {
  width: 46.15vw;
  aspect-ratio: 886/698;
}

.partners-bottom-block .image-column .image-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 28px;
  overflow: hidden;
}

.partners-bottom-block .text-column {
  flex: 1;
}

.partners-bottom-text {
  color: #111318;
  font-family: "Noto Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 40px;
}

.partners-buttons-wrapper {
  display: flex;
  gap: 8px;
}

.feedbacks-on-home-page .site-text-title {
  text-align: center;
}

.feedbacks-on-home-page {
  overflow-x: hidden;
}

.feedbacks-on-home-page .slick-list {
  overflow: visible;
  width: 90vw;
  margin: 0 auto;
}

.feedbacks-on-home-page .feedback-item {
  display: flex;
  padding: 56px;
  padding: 2.92vw;
  /* flex-direction: column; */
  align-items: flex-start;
  gap: 20px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 24px;
  border: 1px solid #e5e5e5;
  background: #fff;
  box-shadow:
    0px 6px 10px -2px rgba(85, 105, 135, 0.04),
    0px 2px 4px -2px rgba(85, 105, 135, 0.02);
  margin: 0 4px;
}

.feedbacks-on-home-page .feedback-item .avatar-block {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  overflow: hidden;
}

.feedbacks-on-home-page .feedback-text-wrapper {
  flex: 1;
}

.feedbacks-on-home-page .author {
  display: flex;
  align-items: center;
  /* height: 100px; */
  color: #000;
  font-family: "Mulish", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.feedbacks-on-home-page .feedback-text {
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.32px;
}

.feedback-slider-buttons {
  margin-top: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.feedback-slider-buttons button {
  cursor: pointer;
}

.support-columns {
  display: flex;
  gap: 130px;
}

.support-texts {
  max-width: 496px;
}

.support-texts {
  color: #111318;
  font-family: "Noto Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}

.support-texts ul {
  padding-left: 25px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.support-texts ul li {
  position: relative;
}

.support-texts ul li::before {
  position: absolute;
  display: block;
  content: "";
  left: -25px;
  top: 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #0cbc67;
}

.support-image {
  flex: 1;
  position: relative;
  height: fit-content;
}

.support-image .image-column {
  width: 100%;
  aspect-ratio: 886/698;
  overflow: hidden;
  border-radius: 28px;
}

.support-image::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  transform: rotate(176.046deg);
  content: "";
  border-radius: 24px;
  top: -8px;
  left: -8px;
  z-index: -1;
  background: #f3f3fd;
}

.blog-wrapper {
  display: flex;
  gap: 64px;
  align-items: flex-start;
}

.blog-sections-texts {
  width: 564px;
}

.blog-list {
  flex: 1;
  display: flex;
  gap: 16px;
}

.blog-item {
  border-radius: 25px;
  border: 1px solid #e5e5e5;
  background: #fff;
  box-shadow:
    0px 6px 10px -2px rgba(85, 105, 135, 0.04),
    0px 2px 4px -2px rgba(85, 105, 135, 0.02);
  overflow: hidden;
}

.blog-item-image {
  height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.blog-item-image::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0) 66.78%, #000 105.59%),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 46.39%, #000 113.93%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  top: 0;
  left: 0;
}

.blog-item-content {
  padding: 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.blog-item-title {
  color: #000;
  font-family: "Mulish", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 16px;
}

.blog-item-exception {
  color: #909090;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 24px;
}

.transparent-button.small {
  padding: 16px 28px;
  min-width: unset;
  width: fit-content;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}

.blog-section-text {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 32px;
  color: #111318;
  font-family: "Noto Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.blog-section-text strong {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.in-socials-head-block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 40px;
}

.in-socials-head-block .texts {
  max-width: 773px;
  display: flex;
  flex-direction: column;
  color: #111318;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 122%;
  letter-spacing: 0.18px;
}

.in-socials-slider-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
}

.in-social-slider {
  display: flex;
  gap: 8px;
}

.in-social-item {
  border-radius: 24px;
  border: 1px solid #e5e5e5;
  box-shadow:
    0px 6px 10px -2px rgba(85, 105, 135, 0.04),
    0px 2px 4px -2px rgba(85, 105, 135, 0.02);
  overflow: hidden;
  margin: 0 4px;
  min-height: 480px;
}

.in-social-item-image {
  position: relative;
  height: 342px;
  overflow: hidden;
  width: 100%;
}

.in-social-item-image::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0) 66.78%, #000 105.59%),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 46.39%, #000 113.93%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.in-social-item-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

.in-social-item-content .source-name {
  color: #000;
  font-family: "Mulish", sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%; /* 12px */
}

.section-margin-bottom {
  margin-bottom: 96px;
}

/* Homepage styles end */

/* About us page styles start */
.section-padding-top {
  padding-top: 96px;
}

.about-us-top-section-wrapper {
  display: flex;
  flex-direction: column;
  gap: 96px;
}

.about-us-top-section-wrapper .text-column {
  display: flex;
  gap: 86px;
  justify-items: center;
  align-items: center;
}

.about-us-top-section-wrapper .text-column .titles {
  width: 756px;
}

.about-us-top-section-wrapper .text-column .title-block {
  display: flex;
  align-items: flex-start;
}

.about-us-top-section-wrapper .subtitle {
  color: #111318;
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 120% */
  max-width: 684px;
  margin-bottom: 24px;
}

.about-us-top-section-wrapper .green-block {
  position: relative;
  display: flex;
  max-width: 658px;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: #0cbc67;
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 122%; /* 21.96px */
  letter-spacing: 0.18px;
}

.about-us-top-section-wrapper .green-block .decor {
  position: absolute;
}

.about-us-top-section-wrapper .green-block .decor.left {
  left: -15px;
  bottom: -6px;
}
.about-us-top-section-wrapper .green-block .decor.right {
  border-radius: 8px;
  right: -10.999px;
  top: -8px;
}

.about-us-top-section-wrapper .text-column .left-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #111318;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.14px;
}

.about-us-top-section-wrapper .image-column {
  width: 100%;
  aspect-ratio: 1536/820;
  border-radius: 28px;
  overflow: hidden;
}

.green-video-wrapper {
  border-radius: 28px;
  background: #0cbc67;
  padding: 40px;
}

.custom-video-wrapper {
  position: relative;
  width: 100%;
  max-width: 745px;
  margin: auto;
  aspect-ratio: 745/ 500;
  overflow: hidden;
}

.custom-video-inner {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}

.custom-video-inner iframe {
  width: 100%;
  height: 100%;
}
.custom-video-element {
  width: 100%;
  height: 100%;
  display: none;
  object-fit: cover;
}

.custom-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.green-video-wrapper {
  display: flex;
  align-items: center;
  gap: 24px;
}

.green-video-wrapper .text-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.green-video-wrapper .text-column .title {
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 116%; /* 41.76px */
  letter-spacing: 0.36px;
}

.green-video-wrapper .text-column .text-on-white {
  border-radius: 16px;
  background: #fff;
  display: flex;
  transform: rotate(-2.011deg);
  padding: 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-width: 489px;
  color: #111318;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
  letter-spacing: 0.16px;
  position: relative;
}

.green-video-wrapper .text-column .text-on-white::after {
  position: absolute;
  top: -4px;
  right: -5px;
  display: block;
  content: "";
  width: 13px;
  height: 10px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxNyAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuOTUxOTYgNC40NzcwNUMzLjQ3NDk0IDQuMTcyNDUgNC4yNzg1NyAzLjAxNDYgNS4yODUxNiAyLjAwODAyIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBkPSJNOC4yNDc3MiA2LjMyODg2QzguOTg5ODEgNS41ODY3NiAxMC4wODk4IDUuMDk1MjIgMTEuMDgwMiA0Ljc4NTcxQzExLjY5NTggNC41OTMzNCAxMi4xNTE2IDQuMjE3MzcgMTIuODE1NCA0LjEwNjczIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTAuNDgyNyAxMC4xNjY3QzExLjQxMTggMTAuMDk3IDEyLjM2ODYgOS45OTI2NSAxMy4yOTYzIDkuOTkwNjNDMTMuOTQ5NyA5Ljk4OTIxIDE0LjY3NzggMTAuMzM5OSAxNS4zOTY1IDEwLjI2ODgiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=);
  background-size: contain;
  background-repeat: no-repeat;
}

.green-video-wrapper .video-column {
  width: 745px;
  border-radius: 28px;
  overflow: hidden;
}

.green-video-wrapper .video-section-text {
  color: #fff;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%; /* 18.2px */
  letter-spacing: 0.14px;
  max-width: 687px;
}

.green-video-wrapper .bold-text {
  display: flex;
  color: #fff;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.14px;
}

.green-video-wrapper .bold-text img {
  margin-left: -20px;
}

.remaining-images.collapsed {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.main-directions-wrapper {
  display: flex;
  gap: 64px;
  position: relative;
  align-items: flex-start;
  padding-top: 64px;
}

.main-directions-wrapper .title-column {
  width: 496px;
  min-width: 496px;
  position: sticky;
  top: 64px;
  display: flex;
  flex-direction: column;
}

.main-directions-wrapper .title-column .text {
  color: #111318;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.14px;
  max-width: 366px;
}

.main-directions-wrapper .lists-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.images-list-wrapper {
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  background: #f8f8f9;
  padding: 24px;
}

.images-list-wrapper .content .title {
  margin-top: 24px;
  margin-bottom: 16px;
  color: #000;
  font-family: "Mulish", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 100% */
}

.images-list-wrapper .content .direction-text {
  color: #59595b;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
  letter-spacing: 0.16px;
}

.images-list-wrapper .images,
.remaining-images.expanded {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.images-list-wrapper .full {
  width: calc(20% - 8px);
  aspect-ratio: 180/130;
  overflow: hidden;
  border-radius: 8px;
}

.fifth-image-wrapper {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.remaining-images {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.remaining-images.expanded {
  max-height: 1000px;
}

.remaining-images.expanded {
  max-height: 1000px;
  overflow: visible;
  transition: max-height 0.5s ease;
}

.fifth-image {
  display: block;
  max-width: 100%;
  position: relative;
}

.more-count {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: rgba(12, 188, 103, 0.7);
  top: 0;
  left: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--White, #fff);
  font-family: "Noto Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 33.6px */
}

.our-mission-top {
  display: flex;
  padding: 44px;
  align-items: center;
  gap: 64px;
  align-self: stretch;
  border-radius: 20px;
  border: 1px solid #f7f7f7;
  background: #f7f7f7;
  margin-bottom: 24px;
}

.our-mission-top .image-column {
  width: 756px;
  aspect-ratio: 756/500;
  overflow: hidden;
  border-radius: 28px;
}

.our-mission-top .text-column {
  flex: 1;
}

.our-mission-top .text-column .normal-text {
  color: #111318;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 122%; /* 21.96px */
  letter-spacing: 0.18px;
  margin-bottom: 24px;
}
.our-mission-top .text-column .bold-text {
  color: #0a0b0f;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 122%; /* 21.96px */
  letter-spacing: 0.18px;
}

.our-mission-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.our-mission-list .item {
  display: flex;
  height: 320px;
  padding: 40px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 12px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow:
    0px 6px 10px -2px rgba(85, 105, 135, 0.04),
    0px 2px 4px -2px rgba(85, 105, 135, 0.02);
}

.our-mission-list .item:nth-child(1) {
  background: #f2fcf8;
}
.our-mission-list .item:nth-child(2) {
  background: #f2f3fc;
}
.our-mission-list .item:nth-child(3) {
  background: #ffe6e6;
}
.our-mission-list .item:nth-child(4) {
  background: #fcf2fc;
}

.our-mission-list .item .item-icon {
  width: 82px;
  height: 82px;
  object-fit: contain;
}

.our-mission-list .item .item-title {
  color: #0a0b0f;
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 100% */
  letter-spacing: -0.48px;
  opacity: 0.9;
  height: 48px;
}

.our-mission-list .item .item-text {
  color: #111318;
  text-align: center;
  font-family: "Mulish", sans-serif;

  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 133.333% */
  letter-spacing: -0.36px;
  opacity: 0.9;
}

.full-page-video .custom-video-wrapper {
  max-width: 100%;
  width: 100%;
  max-height: 640px;
}

/* About us pae styles end */

/* Contacts page styles start */

.contacts-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 154px;
}

.contacts-wrapper .contacts-column {
  flex: 1;
  position: relative;
  border-radius: 28px;
  background: #f7f7f7;
  padding: 64px;
  display: flex;
  flex-direction: column;
}

.contacts-wrapper .contacts-column::after {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  z-index: -1;
  border-radius: 28px;
  background: #dcfff1;
  transform: rotate(3.442deg);
  top: -10px;
  left: -5px;
}

.contacts-wrapper .form-column {
  width: 756px;
}

.form-column form {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.form-column .form_item {
  width: calc(50% - 8px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-column .form_item input,
.form-column .form_item textarea {
  all: unset;
  position: relative;
}

.wpcf7-not-valid-tip {
  position: absolute;
  bottom: -10px;
  left: 20px;
  font-family: "Mulish", sans-serif;
  font-size: 0.9em;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  position: absolute;
  bottom: 0;
  font-family: "Mulish", sans-serif;
}

.form-column .form_item input {
  padding: 16px;
  align-items: center;
  gap: 10px;
  border-radius: 96px;
  background: #f7f7f7;
  border: 1px solid #f7f7f7;
  color: #111318;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 122%;
  letter-spacing: 0.18px;
  width: 100%;
}

.form-column .form_item p,
.form-column .form_item p span {
  display: flex;
  width: 100%;
}

.form-column .form_item input::placeholder,
.form-column .form_item textarea::placeholder {
  color: rgba(12, 20, 16, 0.24);
}

.form-column .form_item.full {
  width: 100%;
}

.form-column .form_item textarea {
  padding: 16px;
  height: 124px;
  resize: none;
  border-radius: 28px;
  background: #f7f7f7;
  border: 1px solid #f7f7f7;
  color: #111318;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 122%;
  letter-spacing: 0.18px;
  width: 100%;
}

.submit_item input {
  all: unset;
  border-radius: 56px;
  background: #0cbc67;
  display: flex;
  padding: 24px;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px;
  color: var(--White, #fff);
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 24px */
  width: 236px;
}

.contact-forms-top-text {
  color: #111318;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 122%; /* 19.52px */
  margin-bottom: 40px;
}

.contacts-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 64px;
}

.contacts-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #0a0b0f;
  font-family: "Noto Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 100% */
}

.contacts-item .label {
  color: #111318;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 111.111% */
  letter-spacing: 0.18px;
  opacity: 0.5;
}

.social-list-title {
  color: #111318;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 111.111% */
  letter-spacing: 0.18px;
  opacity: 0.5;
  margin-bottom: 16px;
}

.social-list-wrapper .socials-list {
  display: flex;
  align-items: center;
  gap: 16px;
}

.social-list-wrapper .link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-list-wrapper .icon {
  width: 56px;
}

.map-section {
  width: 100%;
  height: 640px;
}

.map-section iframe {
  width: 100%;
  height: 100%;
}
/* Contacts page styles end */

/* Partners page styles start */
.partner-title-block {
  max-width: 886px;
  display: flex;
  flex-direction: column;
  margin-bottom: 64px;
}

.partner-title-block .content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #111318;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 122%; /* 21.96px */
  letter-spacing: 0.18px;
}

.on-partners-page-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

.partner-image-wrapper {
  display: flex;
  align-items: center;
  gap: 154px;
  padding-bottom: 96px;
}

.partner-image-wrapper .image-column {
  width: 885px;
}

.partner-image-wrapper .partners-image {
  position: relative;
}

.partner-image-wrapper .partners-image:after {
  position: absolute;
  width: 100%;
  height: 97%;
  display: block;
  content: "";
  top: 15px;
  left: -10px;
  border-radius: 28px;
  background: #dcfff1;
  z-index: -1;
  transform: rotate(6deg);
}

.partners-title-decor,
.title-decor {
  position: absolute;
  top: -52px;
  right: -68px;
}

.partner-image-wrapper .text-column {
  flex: 1;
}

.title-block {
  position: relative;
  width: fit-content;
  width: 100%;
}

.partner-image-wrapper .partners-text-block {
  color: #111318;
  font-family: "Noto Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
  margin-bottom: 40px;
}

.partner-image-wrapper .buttons-wrapper {
  display: flex;
  gap: 16px;
}
/* Partners page styles end */

.influence-top-wrapper {
  display: flex;
  gap: 96px;
}

.influence-top-wrapper .image-column {
  width: 626px;
}

.influence-top-wrapper .image-column .image-container {
  width: 100%;
  aspect-ratio: 626/588;
  overflow: hidden;
  border-radius: 28px;
}

.influence-top-wrapper .influence-image::after {
  background: #dcfff1;
}

.influence-top-wrapper .text-column {
  flex: 1;
}

.influence-top-wrapper .influence-text {
  color: #111318;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 122%; /* 21.96px */
  letter-spacing: 0.18px;
  margin-bottom: 56px;
}

.influence-top-wrapper .influence-story-text {
  color: #111318;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 122%; /* 21.96px */
  letter-spacing: 0.18px;
}

.influence-top-wrapper .influence-story-text h3 {
  color: #0a0b0f;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 122%; /* 21.96px */
  letter-spacing: 0.18px;
  margin-bottom: 16px;
}

.influence-list {
  display: flex;
  flex-direction: column;
  gap: 96px;
}

.influence-list-section {
  padding-bottom: 96px;
}

.influence-item {
  display: flex;
  align-items: center;
  gap: 64px;
}
.influence-item .influence-item-image {
  width: 626px;
  position: relative;
}

.influence-item .influence-item-image:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  transform: rotate(-4.071deg);
  content: "";
  border-radius: 24px;
  top: -8px;
  left: 16px;
  z-index: -1;
  background: #f3f3fd;
}

.influence-item:nth-child(4) .influence-item-image:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  transform: rotate(4.071deg);
  content: "";
  border-radius: 24px;
  top: -8px;
  left: 16px;
  z-index: -1;
  background: #ffe6e6;
}

.influence-item .image-container {
  width: 100%;
  aspect-ratio: 626/588;
  overflow: hidden;
  border-radius: 28px;
}

.influence-item .influence-item-content {
  flex: 1;
}

.influence-item .influence-item-content h3 {
  color: #0a0b0f;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 122%; /* 21.96px */
  letter-spacing: 0.18px;
  margin: 40px 0 16px 0;
  display: block;
}

.influence-item .influence-item-content p {
  color: #111318;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 122%; /* 21.96px */
  letter-spacing: 0.18px;
  display: block;
}

.influence-item .influence-item-content strong {
  color: #0a0b0f;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 122%; /* 21.96px */
  letter-spacing: 0.18px;
  margin-top: 24px;
  display: block;
}

.influence-item:nth-child(odd) {
  flex-direction: row-reverse;
  border-radius: 20px;
  border: 1px solid #f7f7f7;
  background: #f7f7f7;
  padding: 24px 24px 24px 64px;
}

.influence-item:nth-child(odd) .influence-item-image {
  width: 756px;
}

.influence-item:nth-child(odd) .image-container {
  aspect-ratio: 756/500;
}

.influence-item:nth-child(odd) .influence-item-image::after {
  display: none;
}

.charity-top-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 154px;
}

.charity-top-wrapper .content-wrapper {
  flex: 1;
}

.charity-top-wrapper .charity-content {
  display: flex;
  flex-direction: column;
  color: #111318;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 122%; /* 21.96px */
  letter-spacing: 0.18px;
}

.charity-top-wrapper .charity-content h3 {
  color: #0a0b0f;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 122%; /* 21.96px */
  letter-spacing: 0.18px;
  margin-top: 16px;
}

.charity-top-wrapper .charity-content ul {
  margin-top: 12px;
  padding-left: 20px;
  color: #111318;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 122%; /* 21.96px */
  letter-spacing: 0.18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.charity-top-wrapper .charity-content ul li {
  position: relative;
}
.charity-top-wrapper .charity-content ul li::before {
  background: #0cbc67;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  content: "";
  top: 6px;
  left: -20px;
  display: block;
}

.charity-subtext {
  color: #111318;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 122%; /* 21.96px */
  letter-spacing: 0.18px;
  margin-bottom: 40px;
}

.charity-top-wrapper .charity-image {
  width: 626px;
  position: relative;
}

.charity-top-wrapper .charity-image.mob {
  display: none;
}

.charity-top-wrapper .image-container {
  width: 100%;
  aspect-ratio: 608/694;
  overflow: hidden;
  border-radius: 28px;
}

.charity-top-wrapper .charity-image::after {
  background: #dcfff1;
}

.charity-donates-section {
  padding-bottom: 96px;
}

.donates-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  /* margin-top: 40px; */
}

.charity-donates-wrapper .title-block {
  display: flex;
}

.charity-donates-wrapper .title-block img {
  margin-top: -90px;
}

.donate-item {
  display: flex;
  height: 320px;
  padding: 40px;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  flex: 1 0 0;
  height: 320px;
  border-radius: 24px;
  background: #f2fcf8;
  box-shadow:
    0px 6px 10px -2px rgba(85, 105, 135, 0.04),
    0px 2px 4px -2px rgba(85, 105, 135, 0.02);
}

.donate-item:nth-child(2),
.donate-item:nth-child(8) {
  background: #f2f3fc;
}
.donate-item:nth-child(3),
.donate-item:nth-child(5) {
  background: #ffe6e6;
}
.donate-item:nth-child(4),
.donate-item:nth-child(7) {
  background: #fcf2fc;
}

.donate-item .donate-title {
  color: #0a0b0f;
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 100% */
  letter-spacing: -0.48px;
  opacity: 0.9;
  height: 48px;
}

.donate-item .donate-text {
  color: #111318;
  text-align: center;
  font-family: "Mulish", sans-serif;
  opacity: 0.9;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 133.333% */
  letter-spacing: -0.36px;
  /* height: 72px; */
  height: 94px;
}

.donate-item .donate-link {
  border-radius: 56px;
  background: #0cbc67;
  border: 1px solid #0cbc67;
  display: flex;
  width: 236px;
  padding: 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: all 0.3s;
  color: var(--White, #fff);
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 24px */
}

.donate-item .donate-link:hover {
  color: #0cbc67;
  background: transparent;
}

.post-banner {
  width: 100%;
  height: 95vh;
  max-height: 950px;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-bottom: 124px;
}

.post-image-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.post-banner::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  display: block;
  background:
    linear-gradient(
      0deg,
      rgba(25, 25, 25, 0) 59.82%,
      rgba(25, 25, 25, 0.72) 95.73%
    ),
    linear-gradient(
      0deg,
      rgba(25, 25, 25, 0.64) 0%,
      rgba(25, 25, 25, 0.64) 100%
    );
  z-index: 1;
}

.post-wrapper {
  z-index: 2;
  position: relative;
}

.single-post-title {
  color: var(--White, #fff);
  font-family: "Mulish", sans-serif;
  font-size: 108px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 108px */
  margin-bottom: 28px;
}

.post-subtitle {
  max-width: 1016px;
  color: rgba(255, 255, 255, 0.92);
  font-family: "Noto Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
  letter-spacing: 0.2px;
}

.post-content-section {
  padding: 96px 0;
}

.post-content-blocks {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.post-content-block:last-child h2 {
  width: fit-content;
  position: relative;
}

.post-content-block:last-child h2:after {
  position: absolute;
  width: 64px;
  height: 64px;
  right: -64px;
  top: 20px;
  content: "";
  display: block;
  background-image: url("/wp-content/uploads/2025/06/partners-title-decor.svg");
  background-size: contain;
  background-position: center;
}

.post-content-block p {
  color: #111318;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 122%; /* 21.96px */
  letter-spacing: 0.18px;
  margin-bottom: 8px;
  position: relative;
}

.post-content-block p:last-child {
  margin-bottom: none;
}

.post-content-block ul {
  margin-top: 16px;
  padding-left: 20px;
  margin-top: 12px;
  padding-left: 20px;
  color: #111318;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 122%;
  letter-spacing: 0.18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.post-content-block ul li {
  position: relative;
}

.post-content-block ul li::before {
  background: #0cbc67;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  content: "";
  top: 6px;
  left: -20px;
  display: block;
}

.post-content-block .image-container {
  width: 100%;
  aspect-ratio: 1536/480;
  border-radius: 28px;
  overflow: hidden;
}

.post-content-block .block-image {
  margin: 96px 0;
}

.post-content-block .block-image:after {
  background: #ffe6e6;
  width: 95%;
}

.blog-banner .banner-content {
  width: 100%;
  max-width: unset;
}

.blog-banner .banner-text {
  max-width: 1016px;
}

.blog-banner .banner-wrapper {
  padding-bottom: 124px;
}

.all-posts-section {
  padding-bottom: 96px;
}

.all-posts-section .blog-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.blog-banner .post-date {
  color: var(--White, #fff);
  font-family: "Mulish", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 100% */
}

.site-footer {
  /* margin-top: 96px; */
  padding: 24px 0;
  background: #0c1410;
  color: #fff;
}

.footer-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer-top {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-logo-link {
  width: 273.849px;
  height: 229.409px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-logo-link .logo-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-contacts .addresses-block {
  color: #fff;
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.2px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}

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

#footer-menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 16px;
  column-gap: 24px;
  color: var(--White, #fff);
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
}

#footer-menu li:last-child {
  grid-column: 3;
}

#footer-menu li {
  max-width: 200px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  opacity: 0.64;
}

.burger-button,
.mobile-header,
.mobile-menu {
  display: none;
}

.mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.logo-image.mob {
  display: none;
}

.footer-logo-link .logo-image.mob {
  display: none;
}

.payment-section {
  padding-bottom: 96px;
}

.payment-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.payment-form {
  font-family: "Mulish", sans-serif;
  background: #f5f5f5;
  padding: 64px;
  border-radius: 28px;
  background: #f7f7f7;
}

.payment-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 40px;
}

.payment-tabs .tab {
  border-radius: 96px;
  border: 2px solid #0cbc67;
  background: #fff;
  display: flex;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #0cbc67;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  min-width: 151px;
  text-align: center;
}

/* .payment-tabs .tab.active {
  border: 2px solid #00b140;
  color: #00b140;
} */

form {
  display: flex;
  /* flex-direction: column; */
  flex-wrap: wrap;
}

.form-columns {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
а .left-column,
.right-column {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.form-columns label {
  color: rgba(12, 20, 16, 0.4);
  font-family: "Noto Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 122%; /* 14.64px */
  letter-spacing: 0.12px;
  margin-bottom: 8px;
  margin-left: 16px;
}

.form-columns input,
.form-columns select {
  display: flex;
  height: 64px;
  padding: 16px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border: none;
  border-radius: 96px;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 122%; /* 19.52px */
  letter-spacing: 0.16px;
  margin-bottom: 8px;
}

.form-columns input::placeholder,
.form-columns select::placeholder {
  color: rgba(12, 20, 16, 0.24);
}

.input-group.card-number {
  position: relative;
}

.card-icons {
  position: absolute;
  right: 12px;
  top: 45%;
  transform: translateY(-50%);
  display: flex;
  gap: 4px;
}

.card-icons img {
  height: 20px;
}

.bank-account-wrapper {
  border-radius: 28px;
  background: #f7f7f7;
  padding: 64px;
}

.currency-tabs {
  display: flex;
  gap: 12px;
  margin-bottom: 56px;
}

.currency-tab {
  border-radius: 96px;
  border: 2px solid #e0e0e0;
  background: #fff;
  display: flex;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #a2a3a3;
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  flex: 1;
}

.currency-tab.active {
  border: 2px solid #00c263;
  color: #00c263;
  background: #fff;
}

/* .copy-button {
  background-color: #00c263;
  color: white;
  border: none;
  border-radius: 20px;
  padding: 10px 15px;
  cursor: pointer;
  font-weight: bold;
} */

.payment-form .form-columns {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
}

.currency-title {
  color: #0a0b0f;
  font-family: "Mulish", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  margin-bottom: 24px;
}

.bank-info-item {
  display: none;
}
.bank-info-item.active {
  display: block;
}

.company-bank-name {
  color: #111318;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 16px;
}

.iban-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 40px;
}

.iban-field label {
  margin: 0 0 0 30px;
  color: rgba(12, 20, 16, 0.4);
  font-family: "Noto Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 122%;
  letter-spacing: 0.12px;
}

.iban-input-group {
  display: flex;
  height: 64px;
  padding: 16px 4px 16px 16px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 96px;
  background: #fff;
  width: 100%;
}
.iban-input-group .transparent-button {
  height: fit-content;
  padding: 16px;
  width: fit-content;
  min-width: unset;
  width: 148px;
}

.iban-input {
  all: unset;
  flex: 1;
  color: #111318;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.donation-amount {
  width: 100%;
  position: relative;
}

.donation-amount input {
  margin-bottom: 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  padding-left: 24px;
}

.currency-label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  color: #a2a3a3;
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
}

.donor-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 16px 0;
  color: #111318;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 16px;
  width: 100%;
}

input[type="checkbox"] {
  accent-color: #0cbc67;
}

.popup {
  display: none;
  position: fixed;
  z-index: 999;
  inset: 0;
}

.popup.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

body.popup-open {
  overflow: hidden;
}

.popup-content {
  position: relative;
  max-width: 756px;
  width: 90vw;
  margin: 0 auto;
  background: white;
  padding: 128px 63px 64px 64px;
  border-radius: 8px;
  z-index: 1000;
  position: relative;
}

.popup-close {
  position: absolute;
  top: 64px;
  right: 64px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  width: fit-content;
  z-index: 3;
}

.wpcf7-spinner {
  display: none;
}

.popup-title {
  text-align: center;
}

.popup-content .submit_item {
  width: 100%;
  display: flex;
}
.popup-content .submit_item p {
  flex: 1;
  margin-top: 24px;
  display: flex;
}

.popup-content .submit_item input {
  width: 100%;
}

.popup-text {
  color: #111318;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 122%; /* 19.52px */
  letter-spacing: 0.16px;
  margin-bottom: 40px;
}

#reportsPopup .popup-title {
  color: #0a0b0f;
  text-align: center;
  font-family: Mulish;
  font-size: 68px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 68px */
}

#reportsPopup .popup-content {
  max-width: 1276px;
}

.report-slide {
  display: flex !important;
  flex-direction: column;
  align-self: flex-start;
  justify-content: space-between;
  border-radius: 24px;
  background: #f7f7f7;
  margin: 0 8px;
  height: 340px;
  padding: 24px;
}

.report-slide .icon {
  width: 56px;
  height: 56px;
  aspect-ratio: 1/1;
  object-fit: contain;
}

.slide-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.slide-header .open {
  border-radius: 4px;
  border: 1px solid #0cbc67;
  background: #fff;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.report-title {
  color: #3f3f3f;
  font-family: Mulish;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
  letter-spacing: -0.18px;
  margin-bottom: 16px;
}

.slide-bottom span {
  color: #000;
  font-family: "Noto Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 122%; /* 14.64px */
  opacity: 0.4;
  margin-bottom: 4px;
}

.report-period {
  color: #717171;
  font-family: "Noto Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 122%; /* 15.86px */
}

.reports-slider-nav {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.reports-slider-nav button {
  cursor: pointer;
}

#reportsPopup .popup-content {
  overflow: hidden;
}

#reportsPopup .slick-list {
  overflow: visible;
}

#teamOnHomePage {
  margin-top: 30px;
  padding-top: 102px;
}

.tabs-content {
  margin-bottom: 96px;
}

.tabs-container {
  width: 100%;
}

.tabs-nav {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
}

.tab-btn {
  padding: 24px 32px;
  color: #111318;
  font-family: "Noto Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 122%; /* 24.4px */
  letter-spacing: 0.2px;
  border-radius: 56px;
  background: #f6f7f6;
  cursor: pointer;
  transition:
    color 0.2s ease,
    border-color 0.2s ease;
}

.tab-btn.active {
  background: #0cbc67;
  color: #fff;
  font-family: "Noto Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 122%; /* 24.4px */
  letter-spacing: 0.2px;
}

.tab-panel {
  padding: 24px 0;
  animation: fadeIn 0.8s ease;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.tab-panel[hidden] {
  display: none;
}

.shop-wrapper .text-column {
  max-width: 920px;
  color: #111318;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 122%; /* 21.96px */
  letter-spacing: 0.18px;
  margin-bottom: 96px;
}

.shop-wrapper .title-block {
  display: flex;
  align-items: center;
  gap: 12px;
}

.shop-wrapper .title-decor {
  position: relative;
  top: unset;
  margin-top: -52px;
}

.products-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.product-item__link {
  border-radius: 28px;
  border: 1px solid #eef2f0;
  background: #fff;
  padding: 33px 64px;
  display: block;
}

.product-item__link .image-container {
  aspect-ratio: 92/121;
  overflow: hidden;
}

.product-item__link .image-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s ease;
}

.product-item__link:hover .image-container img {
  transform: scale(1.05);
}

.product-name-wrapper {
  display: flex;
  padding: 20px 8px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}

.product-name {
  color: #111318;
  font-family: Mulish;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
}

.product-description {
  color: #455b52;
  font-family: Mulish;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
}

.product-wrapper {
  display: flex;
  gap: 5.63vw;
  align-items: flex-start;
  margin-bottom: 124px;
}

.product-information {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.product-gallery {
  display: flex;
  gap: 12px;
  max-width: 50vw;
  width: 100%;
}

.product-gallery__thumbs-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 130px;
  flex-shrink: 0;
}

.product-gallery__thumbs {
  width: 100%;
  visibility: hidden;
}
.product-gallery__thumbs.slick-initialized {
  visibility: visible;
}

.product-gallery__thumb-item {
  cursor: pointer;
  margin: 4px 0;
  max-height: 130px;
  height: 130px;
  overflow: hidden;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 2px solid transparent;
}
.product-gallery__thumb-item img {
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;

  transition: border-color 0.2s ease;
  display: block;
  object-fit: contain;
}
.product-gallery__thumb-item.slick-current {
  border-color: #e2e8f0;
}

.product-gallery__main {
  flex-grow: 1;
  border-radius: 28px;
  background: #f6f6f6;
  overflow: hidden;
  visibility: hidden;
}

.product-gallery__thumbs {
  width: 130px;
}

.product-gallery__main.slick-initialized {
  visibility: visible;
}

.product-gallery__main-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  max-height: 577px;
}
.product-gallery__arrow {
  background: none;
  border: none;
  cursor: pointer;
  color: #6b7280;
  padding: 8px 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
  width: 100%;
  border-radius: 28px;
  background: #fcfcfc;
  height: 40px;
}
.product-gallery__arrow:hover {
  color: #111827;
}
.product-gallery__arrow.slick-disabled {
  opacity: 0.7;
  cursor: default;
}

.related-products {
  margin-bottom: 96px;
}

.related-products .title {
  color: #0a0b0f;
  text-align: center;
  font-family: Mulish;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 48px */
  margin-bottom: 64px;
}

.product-information .top-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.product-information .author-block {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 56px;
  flex: 1;
}

.product-information .author-name {
  border-radius: 32px;
  border: 1px solid #eef2f0;
  display: flex;
  padding: 12px 40px;
  align-items: center;
  gap: 16px;
  color: #111318;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  width: fit-content;
}

.product-information .product-name {
  color: #0a0b0f;
  font-family: Mulish;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 40px */

  width: fit-content;
}

.green-block {
  display: flex;
  max-width: 311px;
  transform: rotate(-2.011deg);
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
  background: #0cbc67;
  color: #fff;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 134%; /* 21.44px */
  letter-spacing: 0.16px;
  position: relative;
}

.green-block:after {
  position: absolute;
  top: -4px;
  right: -5px;
  display: block;
  content: "";
  width: 13px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='12' viewBox='0 0 17 12' fill='none'%3E%3Cpath d='M1.49884 3.96899C3.02182 3.6644 3.82545 2.50654 4.83203 1.49996' stroke='%230CBC67' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M7.79166 5.8208C8.53376 5.07871 9.63375 4.58717 10.6242 4.27765C11.2398 4.08529 11.6955 3.70931 12.3594 3.59867' stroke='%230CBC67' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M10.0276 9.65848C10.9568 9.58881 11.9136 9.48447 12.8412 9.48245C13.4946 9.48103 14.2228 9.83174 14.9414 9.76062' stroke='%230CBC67' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.product-price {
  display: flex;
  align-items: center;
  color: #0a0b0f;
  font-family: Mulish;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 48px */
  margin-bottom: 56px;
}

.product-options {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.options-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.options-label {
  color: rgba(17, 19, 24, 0.59);
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}

.options-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.color-option input,
.size-option input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.color-option {
  cursor: pointer;
  position: relative;
  min-width: 108px;
  height: 60px;
  display: block;
}

.color-swatch {
  display: block;
  min-width: 108px;
  height: 60px;
  padding: 2px;
  border-radius: 56px;
  box-sizing: border-box;
  border: 2px solid transparent;
  transition: all 0.2s ease;
}

.color-option input:checked + .color-swatch {
  border-color: #0cbc67;
  padding: 2px;
  background-clip: content-box;
}

.size-option {
  cursor: pointer;
  position: relative;
  display: block;
}

.size-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 108px;
  height: 60px;
  padding: 0 16px;
  border-radius: 56px;
  background-color: #f3f4f6;
  color: #111318;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 122%; /* 21.96px */
  letter-spacing: 0.18px;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

.size-option input:checked + .size-box {
  background-color: #0cbc67;
  color: #ffffff;
}

.submit-button {
  width: fit-content;
  /* height: 72px; */
  border: none;
  border-radius: 56px;
  background-color: #0cbc67;
  border: 2px solid #0cbc67;
  color: #fff;
  font-family: Mulish;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  min-width: 365px;
  padding: 24px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.submit-button:hover {
  background-color: transparent;
  color: #06b85e;
}

@media screen and (max-width: 1600px) {
  .header-menus-wrapper,
  .header-menu {
    gap: 1.75vw;
  }
  .header-menu a,
  .current-language,
  .header-buttons-wrapper a {
    font-size: clamp(0.875rem, 0.1416rem + 0.8584vw, 1rem);
  }
  .banner-title {
    font-size: clamp(5rem, -5.2672rem + 12.0172vw, 6.75rem);
  }
  .site-text-title {
    font-size: clamp(3.25rem, -2.617rem + 6.867vw, 4.25rem);
  }
  .blog-item-title {
    font-size: clamp(1.125rem, -1.0751rem + 2.5751vw, 1.5rem);
  }
  .team-slider-for {
    width: 50vw;
  }
  #footer-menu,
  .footer-contacts .addresses-block {
    font-size: 16px;
  }
  .partners-title-decor,
  .title-decor {
    right: 0;
  }
  .about-us-columns .image-wrapper,
  .our-influence-columns .image-wrapper,
  .support-image {
    width: 45vw;
  }
  .direction-item .bottom-block {
    height: 200px;
  }
  .support-image {
    flex: unset;
    height: fit-content;
  }
  .partners-bottom-block,
  .support-columns {
    gap: 6.5vw;
  }
  .payment-form,
  .bank-account-wrapper {
    padding: 32px;
  }
  .single-post-title {
    font-size: 86px;
  }
}

@media screen and (max-width: 1376px) {
  .burger-button,
  .mobile-menu {
    display: block;
  }

  .mobile-header {
    display: flex;
  }

  .header-menu,
  .header-buttons-wrapper,
  .header-menus-wrapper {
    display: none;
  }

  .mobile-menu.open {
    right: 0;
  }

  .mobile-overlay.active {
    opacity: 1;
    visibility: visible;
  }

  .mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 546px;
    height: 100%;
    background: #fff;
    z-index: 999;
    transition: right 0.3s ease;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
  }
  .mobile-menu-top {
    padding: 16px;
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    height: 158px;
    background: #0cbc67;
  }
  .site-branding-mobile {
    height: 100%;
  }
  .site-branding-mobile a {
    display: block;
    height: 100%;
  }
  .site-branding-mobile .logo-image {
    width: auto;
    height: 100%;
  }
  .mobile-nav {
    display: flex;
    padding: 24px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    border-bottom: 1px solid #0cbc67;
    background: #fff;
  }
  .mobile-menu-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    color: #0cbc67;
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
  }
  .mobile-menu .current-language {
    color: #0cbc67;
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
  }
  .mobile-menu .current-language:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuOTc1MDUgNy4wNTgwNkM1LjIxOTEzIDYuODEzOTggNS42MTQ4NiA2LjgxMzk4IDUuODU4OTMgNy4wNTgwNkwxMC40MTcgMTEuNjE2MUwxNC45NzUxIDcuMDU4MDZDMTUuMjE5MSA2LjgxMzk4IDE1LjYxNDkgNi44MTM5OCAxNS44NTg5IDcuMDU4MDZDMTYuMTAzIDcuMzAyMTQgMTYuMTAzIDcuNjk3ODYgMTUuODU4OSA3Ljk0MTk0TDEwLjg1ODkgMTIuOTQxOUMxMC42MTQ5IDEzLjE4NiAxMC4yMTkxIDEzLjE4NiA5Ljk3NTA1IDEyLjk0MTlMNC45NzUwNSA3Ljk0MTk0QzQuNzMwOTcgNy42OTc4NiA0LjczMDk3IDcuMzAyMTQgNC45NzUwNSA3LjA1ODA2WiIgZmlsbD0iIzBDQkM2NyIvPgo8L3N2Zz4K);
  }
  .mobile-menu-buttons {
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .mobile-menu-buttons a {
    width: 100%;
  }
  .mobile-header {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .currency-tab {
    padding: 16px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
  }
  .language-switcher {
    transform: unset;
    left: 0;
  }
}

@media screen and (max-width: 1180px) {
  .hero-banner {
    height: 640px;
  }
  .banner-small-title {
    font-size: 20px;
  }
  .banner-title {
    font-size: 82px;
  }
  .banner-text {
    font-size: 16px;
  }
  .site-branding {
    width: 196px;
  }
  .banner-buttons button {
    flex: 1;
  }
  .about-us-columns {
    flex-direction: column;
  }
  .section-top-margin {
    margin-top: 40px;
  }
  .site-wrapper {
    width: calc(100% - 32px);
  }
  .site-text-title {
    font-size: 48px;
    line-height: 100%;
  }
  .about-us-texts,
  .our-influence-main-page-story .content {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 134%; /* 21.44px */
    letter-spacing: 0.16px;
    gap: 8px;
  }
  .about-us-texts strong {
    font-size: 16px;
    font-style: normal;
  }
  .about-us-section-buttons a {
    flex: 1;
  }
  .about-us-columns .image-wrapper,
  .our-influence-columns .image-wrapper,
  .support-image {
    width: 100%;
    aspect-ratio: 712 / 464;
  }
  .image-with-bg {
    width: 90vw;
  }

  .our-influence-columns {
    flex-direction: column-reverse;
  }
  .our-influence-main-page-story {
    margin-top: 16px;
  }

  .main-page-story-wrapper {
    flex-direction: column;
    gap: 16px;
    padding: 16px;
  }
  .story-texts-column {
    max-width: 100%;
    width: 100%;
  }
  .story-section-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 134%;
    letter-spacing: 0.16px;
    gap: 8px;
    margin-bottom: 8px;
  }
  .story-section-text strong {
    font-size: 16px;
    font-style: normal;
    line-height: 134%;
  }
  .story-texts-column .filled-button {
    width: 100%;
  }
  .story-image-column {
    aspect-ratio: 680 / 324;
  }
  .main-page-story-wrapper {
    margin-bottom: 40px;
  }
  .color-blocks-wrapper .color-block {
    padding: 16px;
    height: 282px;
    border-radius: 20px;
  }
  .color-blocks-wrapper .color-block .color-number {
    font-size: 42px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
  }
  .color-blocks-wrapper .color-block .color-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 134%; /* 21.44px */
    letter-spacing: -0.32px;
    opacity: 0.9;
  }
  .directions-list-wrapper {
    grid-template-columns: repeat(2, 1fr);
    height: fit-content;
    gap: 8px;
  }
  .direction-item .bottom-block {
    height: 154px;
  }
  .direction-item-title {
    font-size: 22px;
  }
  .directions-section-on-home-page .title-block {
    position: relative;
    padding-bottom: 76px;
  }
  .directions-section-on-home-page .title-block .filled-button {
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  .direction-item {
    border-radius: 18px;
  }
  .team-slider-wrapper {
    flex-direction: column-reverse;
    position: relative;
    padding-bottom: 160px;
    gap: 8px;
  }
  .slider-text-block .texts {
    max-width: 100%;
  }
  .team-slider-nav {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .team-slider-for {
    width: 95vw;
  }
  .team-slider-wrapper {
    margin-left: auto;
  }
  .team-slider-nav .team-thumb {
    height: 136px;
  }
  .team-slider-nav .team-thumb.slick-current {
    height: 148px;
  }
  .slider-text-block {
    padding-bottom: 0;
  }
  .team-slider-for .slider-text {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    border-radius: 0px 0px 28px 28px;
    backdrop-filter: blur(2px);
    width: 100%;
    padding: 16px;
  }
  .partners-header-block {
    flex-direction: column;
    gap: 16px;
  }
  .partners-top-text {
    max-width: unset;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 134%; /* 21.44px */
    letter-spacing: 0.16px;
  }
  .partners-list {
    gap: 8px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .partners-bottom-block {
    flex-direction: column-reverse;
    gap: 40px;
  }
  .partners-bottom-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 134%;
    margin-bottom: 16px;
  }
  .partners-buttons-wrapper a,
  .partners-buttons-wrapper button {
    flex: 1;
  }
  .partners-bottom-block .image-column {
    width: 100%;
    aspect-ratio: 712/646;
  }
  .feedbacks-on-home-page .slick-list {
    max-width: 467px;
  }
  .feedbacks-on-home-page .author {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }
  .feedbacks-on-home-page .feedback-text {
    margin-left: -120px;
    margin-top: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 134%; /* 21.44px */
    letter-spacing: -0.32px;
  }
  .support-columns {
    flex-direction: column;
    gap: 40px;
  }
  .support-texts {
    max-width: unset;
    width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 134%;
    margin-bottom: 0;
  }
  .support-texts .filled-button {
    width: 100%;
  }
  .support-image .image-column {
    height: 100%;
    aspect-ratio: 712/464;
  }
  .blog-wrapper {
    flex-direction: column-reverse;
    gap: 28px;
  }
  .blog-sections-texts {
    width: 100%;
  }
  .blog-section-text {
    gap: 8px;
    font-size: 16px;
    line-height: 134%;
    margin-bottom: 16px;
  }
  .blog-section-text strong {
    font-size: 16px;
    line-height: 134%;
  }
  .blog-sections-texts .filled-button {
    width: 100%;
  }
  .blog-list {
    gap: 8px;
  }
  .blog-item-content {
    padding: 16px;
  }
  .blog-item-content .transparent-button {
    width: 100%;
  }
  .in-socials-on-home-page {
    position: relative;
    padding-bottom: 100px;
  }
  .in-socials-slider-buttons {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .in-socials-head-block .texts {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 134%; /* 21.44px */
    letter-spacing: 0.16px;
  }
  .footer-top {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    gap: 36px;
  }
  .footer-socials {
    justify-content: center;
  }
  #footer-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #footer-menu li {
    width: fit-content;
    text-align: center;
    max-width: unset;
  }
  #footer-menu li a {
    text-align: center;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
  }
  .section-padding-top {
    padding-top: 28px;
  }
  .about-us-top-section-wrapper .text-column {
    flex-direction: column;
    gap: 16px;
  }
  .about-us-top-section-wrapper .text-column .title-block {
    justify-content: space-between;
  }
  .about-us-top-section-wrapper .subtitle {
    max-width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 134%;
    margin-bottom: 16px;
  }
  .about-us-top-section-wrapper .green-block {
    max-width: 98%;
    margin: 0 auto;
  }
  .about-us-top-section-wrapper .text-column .left-text {
    gap: 8px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 134%; /* 21.44px */
    letter-spacing: 0.16px;
  }
  .about-us-top-section-wrapper {
    gap: 16px;
  }
  .green-video-wrapper {
    padding: 16px;
    flex-direction: column;
    gap: 16px;
  }
  .green-video-wrapper .video-column {
    width: 100%;
  }
  .green-video-wrapper .text-column .title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 134%; /* 26.8px */
    letter-spacing: 0.2px;
  }
  .green-video-wrapper .text-column .text-on-white {
    max-width: 100%;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 134%; /* 21.44px */
    letter-spacing: 0.16px;
  }
  .custom-video-wrapper {
    max-width: 100%;
    aspect-ratio: 680/282;
  }
  .custom-play-btn {
    width: 64px;
    height: 64px;
  }
  .custom-play-btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .main-directions-wrapper .title-column {
    position: relative;
    width: 100%;
    top: unset;
  }
  .main-directions-wrapper {
    flex-direction: column;
    gap: 28px;
  }
  .main-directions-wrapper .title-column .text {
    font-style: normal;
    font-weight: 400;
    line-height: 134%; /* 21.44px */
    letter-spacing: 0.16px;
    max-width: 530px;
  }
  .main-directions-wrapper .title {
    max-width: 530px;
  }
  .main-directions-wrapper .title-column img {
    position: absolute;
    right: -50px;
    width: 346px;
    transform: scaleX(-1) rotate(90deg);
  }
  .our-mission-top {
    flex-direction: column;
    padding: 16px;
    gap: 16px;
  }
  .our-mission-top .image-column {
    width: 100%;
    aspect-ratio: 680/348;
    border-radius: 20px;
  }
  .our-mission-top .text-column .normal-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 134%; /* 21.44px */
    letter-spacing: 0.16px;
    margin-bottom: 16px;
  }
  .our-mission-top .text-column .bold-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 134%; /* 21.44px */
    letter-spacing: 0.16px;
  }
  .our-mission-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .our-mission-list .item .item-icon {
    width: 74px;
    height: 74px;
  }
  .our-mission-list .item {
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 20px;
  }
  .our-mission-list .item .item-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 120% */
    letter-spacing: -0.4px;
    opacity: 0.9;
    height: fit-content;
  }
  .our-mission-list .item .item-text {
    font-style: normal;
    font-weight: 500;
    line-height: 134%; /* 21.44px */
    letter-spacing: -0.32px;
  }
  .charity-top-wrapper {
    flex-direction: column;
    gap: 40px;
  }
  .title-decor {
    top: 0;
  }
  .charity-subtext {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 134%; /* 21.44px */
    letter-spacing: 0.16px;
  }

  .donates-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .charity-top-wrapper .charity-image {
    display: none;
  }
  .charity-top-wrapper .charity-image.mob {
    width: 100%;
    display: block;
    margin-bottom: 40px;
  }
  .charity-top-wrapper .image-container {
    aspect-ratio: 714/464;
  }
  .charity-donates-wrapper .title-block {
    position: relative;
  }
  .charity-donates-wrapper .title-block img {
    position: absolute;
    height: 170px;
    width: 226.638px;
    right: -30px;
    top: -20px;
  }
  .donate-item .donate-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 120% */
    letter-spacing: -0.4px;
  }
  .donate-item .donate-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: -0.32px;
  }
  .donate-item .donate-link {
    padding: 24px;
    width: 100%;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }
  .charity-donates-section {
    padding-bottom: 40px;
  }
  .contacts-wrapper {
    flex-direction: column;
    gap: 40px;
  }
  .contacts-wrapper .form-column {
    width: 100%;
  }

  .contacts-wrapper .contacts-column {
    width: 97%;
    padding: 40px;
  }
  .contacts-page-section {
    padding-top: 40px;
  }
  .contacts-list {
    gap: 16px;
    margin-bottom: 24px;
  }
  .contacts-item {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 134%;
  }
  .contacts-item .label {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 112%; /* 20.16px */
    letter-spacing: 0.18px;
  }
  .form-column .form_item {
    width: calc(50% - 4px);
  }
  .contact-forms-top-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 134%;
    margin-bottom: 24px;
  }
  .submit_item {
    width: 100%;
    display: flex;
  }
  .submit_item p {
    display: flex;
    width: 100%;
  }
  .submit_item input {
    flex: 1;
  }
  .map-section {
    height: 320px;
  }
  .wpcf7-spinner {
    display: none;
  }
  .blog-banner .banner-wrapper {
    padding-bottom: 48px;
  }
  .blog-banner .banner-title {
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
  }
  .blog-banner .post-date {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 134%;
  }
  .blog-banner .banner-text {
    margin-bottom: 16px;
  }
  .blog-banner .filled-button {
    width: 100%;
  }
  .all-posts-section .blog-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .post-banner {
    height: 640px;
    padding-bottom: 40px;
  }
  .single-post-title {
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    margin-bottom: 16px;
  }
  .post-subtitle {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 134%; /* 21.44px */
    letter-spacing: 0.16px;
  }
  .post-content-section {
    padding: 40px 0;
  }
  .post-content-block p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 134%; /* 21.44px */
    letter-spacing: 0.16px;
  }
  .post-content-block .block-image {
    width: 100%;
    margin: 40px 0 0 0;
  }
  .post-content-block .image-container {
    aspect-ratio: 712/464;
  }
  .post-content-blocks {
    gap: 28px;
  }
  .on-partners-page-list {
    margin-bottom: 20px;
  }
  .partner-image-wrapper {
    flex-direction: column-reverse;
    gap: 40px;
  }
  .partner-image-wrapper .title-block {
    width: fit-content;
  }
  .partner-image-wrapper .title-block .title-decor {
    right: -100px;
  }
  .partner-image-wrapper .partners-text-block {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 134%;
    margin-bottom: 24px;
  }
  .partner-image-wrapper .buttons-wrapper a {
    flex: 1;
  }
  .partner-image-wrapper .image-column {
    width: 100%;
  }
  .partner-image-wrapper .image-column .image-container {
    aspect-ratio: 712/464;
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
  }

  .influence-top-wrapper {
    flex-direction: column-reverse;
    gap: 40px;
  }
  .influence-list {
    gap: 40px;
  }
  .influence-item {
    flex-direction: column-reverse;
    gap: 16px;
  }
  .influence-item:nth-child(odd) {
    flex-direction: column-reverse;
    padding: 16px;
    border-radius: 20px;
    gap: 16px;
  }
  .influence-top-wrapper .influence-text {
    margin-bottom: 24px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 134%; /* 21.44px */
    letter-spacing: 0.16px;
  }
  .influence-top-wrapper .influence-story-text {
    font-size: 16px;
    line-height: 134%; /* 21.44px */
    letter-spacing: 0.16px;
  }
  .influence-top-wrapper .influence-story-text h3 {
    margin-bottom: 8px;
  }
  .influence-top-wrapper .image-column {
    width: 100%;
  }
  .influence-top-wrapper .image-column .image-container {
    aspect-ratio: 712/464;
  }
  .influence-item .influence-item-content h3 {
    margin: 0 0 8px 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 16px */
    letter-spacing: 0.16px;
  }
  .influence-item .influence-item-content p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 134%; /* 21.44px */
    letter-spacing: 0.16px;
  }
  .influence-item .influence-item-content strong {
    margin-bottom: 16px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 134%; /* 21.44px */
    letter-spacing: 0.16px;
  }
  .influence-item:nth-child(even) .influence-item-image,
  .influence-item:nth-child(odd) .influence-item-image {
    width: 100%;
  }
  .influence-item:nth-child(odd) .image-container,
  .influence-item:nth-child(even) .image-container {
    width: 100%;
    aspect-ratio: 680/464;
  }
  .influence-item:nth-child(even) .influence-item-image {
    margin-top: 40px;
  }
  .influence-item .influence-item-content p {
    margin-bottom: 24px;
  }
  .influence-item .influence-item-content p:last-child {
    margin-bottom: 0;
  }
  .payment-wrapper {
    grid-template-columns: 1fr;
  }
  .iban-input-group .transparent-button {
    width: 236px;
  }
  .currency-tab {
    font-size: 28px;
  }
  .payment-form,
  .bank-account-wrapper {
    padding: 16px;
    border-radius: 20px;
  }
  .popup-content {
    padding: 32px;
  }
  .popup-close {
    top: 32px;
    right: 32px;
  }
  .shop-wrapper .text-column {
    width: 100%;
    font-size: 16px;
    margin-bottom: 32px;
  }
  .shop-wrapper .title-decor {
    margin-top: -36px;
  }
  .products-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .product-item__link {
    padding: 32px 33px;
  }
  .product-item__link .image-container {
    aspect-ratio: 125/164;
  }
  .product-name-wrapper {
    display: flex;
    padding: 12px 4px;
    gap: 12px;
  }
  .product-name {
    font-size: 20px;
  }
  .product-description {
    font-size: 14px;
  }
  .tab-btn.active,
  .tab-btn {
    font-size: 16px;
  }
  .tabs-content {
    margin-bottom: 40px;
  }
  .product-wrapper {
    flex-direction: column;
    gap: 32px;
  }
  .product-gallery {
    width: 100%;
    max-width: unset;
  }
  .product-gallery__thumbs-wrapper {
    width: 116px;
  }
  .product-gallery__thumb-item {
    max-width: 116px;
  }
  .product-gallery {
    gap: 6px;
  }
  .product-information {
    width: 100%;
    align-items: flex-end;
    text-align: left;
    position: relative;
  }
  .product-information .author-block {
    flex-direction: row;
  }
  .green-block {
    position: absolute;
    left: 0;
    top: 75px;
  }
  .product-information .author-block {
    width: 100%;
    margin-bottom: 16px;
  }
  .product-price,
  .product-options,
  .product-information .product-name {
    width: calc(100% - 333px);
  }
  .product-information .author-name {
    flex: 1;
    justify-content: center;
  }
  .product-information .top-row {
    width: 100%;
  }
  .product-price {
    margin-bottom: 32px;
    font-size: 40px;
  }
  .color-option,
  .color-swatch,
  .size-box {
    min-width: unset;
    width: 63px;
    height: 52px;
  }
  .product-information .product-name {
    font-size: 24px;
  }
  .related-products .title {
    margin-bottom: 32px;
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .logo-image.mob {
    display: block;
    width: 50px;
    height: 42px;
  }
  .mobile-menu .logo-image {
    display: block;
    max-width: 239px;
    height: auto;
  }
  .logo-image {
    display: none;
  }
  .mobile-header .language-switcher-wrapper {
    display: none;
  }
  header .transparent-button {
    padding: 24px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }
  .mobile-header {
    gap: 8px;
  }
  .hero-banner {
    height: 100dvh;
  }
  .banner-wrapper {
    padding: 40px 0;
  }
  .banner-title {
    font-size: 42px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
  }
  .banner-small-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
  }
  .banner-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%;
  }
  .banner-buttons {
    flex-direction: column;
    gap: 16px;
  }
  .banner-buttons button {
    flex: 1;
    width: 100%;
  }
  .filled-button {
    padding: 22px 24px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    height: 64px;
  }
  .transparent-button {
    padding: 22px 24px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    height: 64px;
  }
  .about-us-columns .text-column {
    width: 100%;
  }
  .site-text-title {
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    margin-bottom: 16px;
  }
  .about-us-texts,
  .our-influence-main-page-story .content {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 134%; /* 21.44px */
    letter-spacing: 0.16px;
  }
  .about-us-section-buttons {
    margin-top: 16px;
    flex-direction: column;
    gap: 8px;
  }
  .about-us-section-buttons a {
    width: 100%;
  }
  .about-us-columns .image-wrapper,
  .our-influence-columns .image-wrapper,
  .support-image,
  .story-image-column {
    border-radius: 18px;
    aspect-ratio: 1/1;
  }
  .image-with-bg.rotate-right::after {
    top: -4px;
    left: -3px;
  }
  .main-page-story-wrapper {
    border-radius: 18px;
  }
  .story-section-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 134%; /* 21.44px */
    letter-spacing: 0.16px;
  }
  .color-blocks-wrapper {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .mobile-menu {
    width: 271px;
  }
  .directions-section-on-home-page .subtitle {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 134%; /* 21.44px */
    letter-spacing: 0.16px;
  }
  .directions-list-wrapper {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .direction-item-title {
    font-size: 20px;
  }
  .slider-text-block-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 134%;
  }
  .team-slider-for .team-slide {
    padding: 12px;
    border-radius: 18px;
    aspect-ratio: 1/1;
  }
  .team-slider-for .image-decor {
    top: -4px;
    left: -3px;
  }
  .team-slider-nav .slick-track {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .team-slider-nav .team-thumb.slick-current {
    height: 132px;
  }

  .team-slider-nav .slick-track::-webkit-scrollbar {
    display: none;
  }
  .team-slider-nav .team-thumb {
    height: 117px;
    min-width: 96px;
  }
  .team-slider-wrapper {
    padding-bottom: 140px;
  }
  .partners-header-block {
    gap: 0;
  }
  .partners-top-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 134%; /* 21.44px */
    letter-spacing: 0.16px;
  }
  .partners-list {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .partners-buttons-wrapper {
    flex-direction: column;
    gap: 8px;
  }
  .partners-buttons-wrapper a,
  .partners-buttons-wrapper button {
    width: 100%;
  }
  .feedback-slider-buttons {
    gap: 8px;
    position: absolute;
    top: 0;
    right: 16px;
    margin: 0;
  }
  .feedbacks-on-home-page {
    position: relative;
  }
  .feedbacks-on-home-page .site-text-title {
    text-align: left;
    margin-bottom: 16px;
  }

  .slider-button {
    width: 48px;
    height: 48px;
  }
  .slider-button svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .feedbacks-list {
    margin-top: 32px;
  }
  .feedbacks-on-home-page .feedback-item {
    padding: 16px;
  }
  .feedbacks-on-home-page .author {
    flex: 1;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }
  .blog-item {
    width: 100%;
  }
  .blog-list {
    flex-wrap: wrap;
  }
  .blog-item-image {
    height: 310px;
  }
  .about-us-top-section-wrapper .text-column .titles {
    width: 100%;
  }
  .about-us-top-section-wrapper .green-block {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 122%;
    letter-spacing: 0.16px;
    padding: 12px 16px;
  }
  .about-us-top-section-wrapper .image-column {
    border-radius: 28px;
    aspect-ratio: 1/1;
  }
  .about-us-top-section-wrapper .image-column .top-image {
    width: 100%;
    height: 100%;
  }
  .green-video-wrapper {
    border-radius: 18px;
  }
  .green-video-wrapper .text-column .title {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 124%;
    letter-spacing: 0.18px;
  }
  .green-video-wrapper .video-section-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 134%;
    letter-spacing: 0.16px;
  }
  .green-video-wrapper .bold-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 134%; /* 21.44px */
    letter-spacing: 0.16px;
  }
  .custom-video-wrapper {
    aspect-ratio: 1/1;
  }
  .green-video-wrapper .video-column {
    border-radius: 18px;
  }
  .main-directions-wrapper .title-column {
    min-width: unset;
  }
  .images .full:not(:first-child):not(.fifth-image-wrapper) {
    display: none !important;
  }
  .main-directions-wrapper .title-column .text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 134%; /* 21.44px */
    letter-spacing: 0.16px;
  }
  .main-directions-wrapper .title-column {
    padding-bottom: 100px;
  }
  .main-directions-wrapper .title-column img {
    bottom: 0;
    width: 258.441px;
    height: 102.587px;
    transform: rotate(-123deg) scaleX(-1);
    flex-shrink: 0;
    aspect-ratio: 258.44 / 102.59;
    right: -30px;
  }
  .images-list-wrapper {
    border-radius: 18px;
    padding: 16px;
  }
  .images-list-wrapper .full {
    width: calc(50% - 4px);
    aspect-ratio: 152 / 129;
    overflow: hidden;
    border-radius: 8px;
  }
  .images-list-wrapper .content .title {
    margin-top: 16px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 128%;
  }
  .images-list-wrapper .content .direction-text {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 134%; /* 18.76px */
    letter-spacing: 0.14px;
  }
  .our-mission-top {
    border-radius: 18px;
    border: 1px solid #f7f7f7;
    padding: 16px;
  }
  .our-mission-top .image-column {
    border-radius: 18px;
    aspect-ratio: 311/242;
  }
  .our-mission-list {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .our-mission-list .item .item-icon {
    width: 64px;
    height: 64px;
  }
  .full-page-video .custom-video-wrapper {
    height: 320px;
  }
  .green-video-wrapper {
    max-width: 1005px;
  }
  .about-us-top-section-wrapper .green-block {
    max-width: 95%;
  }
  .influence-top-wrapper .title-decor {
    top: -20px;
    width: 65px;
  }
  .influence-top-wrapper .image-column .image-container {
    aspect-ratio: 1/1;
  }
  .influence-item:nth-child(odd) {
    border-radius: 18px;
    padding: 16px;
  }
  .influence-item:nth-child(odd) .image-container,
  .influence-item:nth-child(even) .image-container {
    aspect-ratio: 1/1;
    border-radius: 16px;
  }
  .contacts-wrapper .contacts-column {
    padding: 16px;
    border-radius: 18px;
  }
  .contacts-item {
    gap: 6px;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 134%;
  }
  .contacts-item .label {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 16px */
    letter-spacing: 0.16px;
  }
  .contacts-list {
    gap: 8px;
  }
  .social-list-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 16px */
    letter-spacing: 0.16px;
  }
  .social-list-wrapper .icon {
    width: 43px;
  }
  .contacts-wrapper .form-column img {
    display: none;
  }
  .charity-top-wrapper .title-decor {
    width: 55px;
    top: -10px;
  }
  .charity-subtext {
    margin-bottom: 16px;
  }
  .charity-top-wrapper .image-container {
    aspect-ratio: 1/1;
    border-radius: 18px;
  }
  .charity-top-wrapper .charity-content {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 134%; /* 21.44px */
    letter-spacing: 0.16px;
  }
  .donates-list {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .donate-item .donate-title {
    height: fit-content;
  }
  .charity-donates-wrapper .title-block img {
    top: 30px;
    width: 45vw;
  }
  .partner-title-block {
    margin-bottom: 24px;
  }
  .partner-title-block .content {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 134%; /* 21.44px */
    letter-spacing: 0.16px;
  }
  .partners-list .partner-item {
    border-radius: 8px;
    height: 142px;
  }
  .partner-image-wrapper .buttons-wrapper {
    flex-direction: column;
    gap: 16px;
  }
  .partner-image-wrapper .buttons-wrapper a {
    width: 100%;
  }
  .partner-image-wrapper .title-decor {
    width: 55px;
    top: -10px;
  }
  .partner-image-wrapper .partners-text-block {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 134%;
  }
  .partner-image-wrapper .image-column .image-container {
    aspect-ratio: 1/1;
    border-radius: 18px;
  }
  .partner-image-wrapper {
    padding-bottom: 40px;
  }
  .partner-image-wrapper {
    padding-bottom: 40px;
  }
  .blog-banner .banner-title {
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
  }
  .blog-banner .post-date {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 134%;
  }
  .blog-banner .banner-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 134%;
  }
  .all-posts-section .blog-list {
    grid-template-columns: 1fr;
  }
  .all-posts-section .blog-item-image {
    height: 214px;
  }
  .form-column .form_item {
    width: 100%;
  }
  .form-column .form_item input,
  .form-column textarea {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 122%; /* 19.52px */
    letter-spacing: 0.16px;
  }
  .single-post-title {
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
  }
  .post-subtitle {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 134%; /* 21.44px */
    letter-spacing: 0.16px;
  }
  .post-content-block ul {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 134%; /* 21.44px */
    letter-spacing: 0.16px;
  }
  .post-content-block .image-container {
    aspect-ratio: 1/1;
    border-radius: 18px;
  }
  .footer-logo-link .logo-image {
    display: block;
  }
  .currency-tabs,
  .iban-input-group {
    flex-direction: column;
  }
  .iban-input-group {
    height: fit-content;
    padding: 16px;
    gap: 24px;
    border-radius: 18px;
  }
  .iban-input-group .transparent-button,
  .iban-input {
    width: 100%;
    text-align: center;
  }
  .payment-tabs {
    margin-bottom: 16px;
  }
  .donation-amount input {
    font-style: normal;
    font-weight: 400;
    line-height: 122%; /* 19.52px */
    letter-spacing: 0.16px;
  }
  .payment-wrapper .filled-button {
    width: 100%;
  }
  .currency-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    margin-bottom: 16px;
  }
  .company-bank-name {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
  }
  .popup-content {
    padding: 48px 16px 16px 16px;
    border-radius: 12px;
  }
  .popup-text {
    font-size: 12px;
    margin-bottom: 16px;
  }
  .popup-close {
    width: fit-content !important;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
  }
  .popup-close svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .form-column .form_item textarea {
    height: 80px;
  }
  #reportsPopup .popup-title {
    font-size: 36px;
  }
  .shop-wrapper .site-text-title {
    width: min-content;
  }
  .tabs-nav {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .tabs-nav::-webkit-scrollbar {
    display: none;
  }
  .shop-wrapper .title-decor {
    width: 64px;
    height: 64px;
  }
  .products-list {
    gap: 8px;
  }
  .product-item__link {
    padding: 13px 8px;
  }
  .image-container {
    aspect-ratio: 141/185;
  }
  .product-name {
    font-size: 14px;
  }
  .product-description {
    font-size: 12px;
  }
  .product-gallery__arrow {
    display: none;
  }
  .product-gallery {
    flex-direction: row-reverse;
  }
  .product-gallery__thumbs,
  .product-gallery__thumbs-wrapper {
    width: 83px;
  }
  .product-gallery__thumb-item {
    max-height: 80px;
    padding: 8px 16px;
    border-radius: 20px;
    background: #f6f6f6;
  }
  .product-gallery__main {
    border-radius: 20px;
    background: #f6f6f6;
    padding: 13px;
  }
  .product-information {
    position: unset;
  }
  .product-wrapper {
    position: relative;
    padding-top: 200px;
  }
  .product-information .author-name {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
  }
  .green-block {
    left: 50%;
    transform: translateX(-50%) rotate(-2.011deg);
    width: max-content;
    top: 65px;
  }
  .product-price,
  .product-options,
  .product-information .product-name {
    width: 100%;
  }
  .product-information .product-name {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .product-price {
    font-size: 32px;
  }
  .submit-button {
    width: 100%;
  }
  .color-swatch {
    border-width: 1px;
  }
  .product-wrapper {
    margin-bottom: 56px;
  }
  .related-products .title {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .related-products {
    margin-bottom: 40px;
  }
}
