.header {
  position: fixed !important;
}
.swiper {
  width: 100%;
  min-height: 70vh;
  aspect-ratio: 2 / 1;
}

.swiper-slide {
  background-position: 90% center;
  background-size: cover;
  background-repeat: no-repeat;
}

.front-page-swiper-bullet {
  width: 20px;
  height: 6px;
  border: 1px solid var(--accent-1);
  background: transparent;
  border-radius: 3px;
  display: block;
  transition: all ease-in 0.1s;
}
.front-page-swiper-bullet-active {
  width: 60px;
  background: var(--accent-1);
}
div.swiper-pagination {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  --swiper-pagination-bottom: 15%;
}

.swiper-slide-right-align .swiper-slide-content {
  float: right;
  text-align: right;
}

.swiper-slide-content {
  display: flex;
  flex-direction: column;
  gap: clamp(21px, 2vw, 37px);
  justify-content: center;
  height: 100%;
  width: 60%;
}

.swiper-slide-content-title {
  font-size: clamp(34px, 5vw, 50px);
  font-weight: 800;
  line-height: 100%;
  color: var(--accent-1);
  text-transform: uppercase;
}
.swiper-slide-content-description {
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 400;
  line-height: 26.4px;
  color: var(--white);
}

@media (max-width: 1199px) {
  .swiper {
    min-height: 85vh;
    height: 1px;
  }
  .swiper-slide-content {
    width: 100%;
    justify-content: flex-start;
    margin-top: 140px;
    z-index: 2;
    position: relative;
  }
  .swiper-slide-content-description {
    width: 60%;
  }
  .swiper-slide {
    background-position: 80% center;
  }

  .swiper-slide.swiper-slide-right-align {
    background-position: 20% center;
  }
  .swiper-slide:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: black;
    opacity: 0.6;
  }
}

.values-sec {
  position: relative;
}
.values-sec .container-fluid-2:has(.elements) {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
}
.values-sec .elements-wrapper {
  flex: 1;
  position: relative;
}
.values-sec .elements {
  position: absolute;
  width: 100%;
  height: 100%;
}
.values-sec .elements img {
  position: absolute;
}
.values-sec .elements img:nth-child(1) {
  width: 126px;
  left: 40%;
  translate: 0 -30%;
}
.values-sec .elements img:nth-child(2) {
  width: 75px;
  left: 10%;
  bottom: 25%;
}
.values-sec .elements img:nth-child(3) {
  width: 49px;
  left: 5%;
  translate: 0 -120%;
}
.values-sec .elements img:nth-child(4) {
  width: 89px;
  right: 10%;
  rotate: 90deg;
  translate: 0 -100%;
}

.values-sec-content {
  display: flex;
  gap: 20px;
}
.values-sec-left {
  display: flex;
  flex-direction: column;
  gap: 44px;
  flex: 3;
}
.content-section-title {
  font-weight: 600;
}
.values-sec-left-content {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.values-sec-left-content-image {
  width: 60%;
  aspect-ratio: 1 / 1;
}

.values-sec-right {
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.values-sec-right-single {
  display: flex;
  gap: 9px;
}
.values-sec-right-single-icon {
  min-width: 42px;
  height: fit-content;
  translate: 0 -20%;
}
.values-sec-right-singl-content-title {
  font-weight: 600;
  text-transform: uppercase;
}

.values-sec-right-singl-content-description {
  margin-top: 8px;
}

@media (max-width: 1199px) {
  .values-sec-content {
    flex-direction: column;
  }
  .values-sec-left {
    gap: 20px;
  }
  .content-section-title {
    font-size: 34px;
    text-align: center !important;
    width: 100%;
  }
  .values-sec-left-content {
    flex-direction: column;
  }
  .values-sec-left-content-image {
    width: 80%;
    max-width: 560px;
    align-self: center;
  }
  .values-sec .elements img:nth-child(1) {
    width: 92px;
    left: 50%;
    top: 20%;
  }
  .values-sec .elements img:nth-child(2) {
    display: none;
  }
  .values-sec .elements img:nth-child(3) {
    width: 44px;
    top: 35%;
    left: 5%;
    rotate: 90deg;
  }
  .values-sec .elements img:nth-child(4) {
    width: 50px;
    right: 10%;
    rotate: 90deg;
    translate: 0 -50%;
  }
}

.programs-sec {
  position: relative;
}
.programs-sec .elements img {
  position: absolute;
}
.programs-sec .elements img:nth-child(1) {
  width: 75px;
  top: 3%;
  left: 20%;
  rotate: -90deg;
}
.programs-sec .elements img:nth-child(2) {
  width: 126px;
  bottom: 0;
  right: 3%;
}
.programs-sec .elements img:nth-child(3) {
  width: 50px;
  top: 10%;
  right: 20%;
  rotate: 90deg;
}
.programs-sec .elements img:nth-child(4) {
  width: 88px;
  bottom: 20%;
  left: 3%;
}

.programs-sec {
  background: #fafafa;
}

.programs-sec .content-section-title {
  text-align: center;
}

.programs-sec-grid {
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 16px;
}
.programs-sec-grid-item {
  border-radius: 36px;
  padding: 20px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  cursor: pointer;
}
.programs-sec-grid-item-banner {
  width: 40%;
  aspect-ratio: 1 / 1;
  border-radius: 30px;
}
.programs-sec-grid-item-content {
  display: flex;
  flex-direction: column;
  gap: 17px;
  height: 100%;
}
.programs-sec-grid-item-content-header {
  display: flex;
  gap: 9px;
  align-items: center;
}
.programs-sec-grid-item-content-header img {
  width: calc(clamp(22px, 1.5vw, 34px) * 1.75);
  height: auto;
}
.programs-sec-grid-item-content-header-title {
  font-size: clamp(22px, 1.5vw, 34px);
  font-weight: 600;
}
.programs-sec-grid-item-content-link {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 17px;
  font-weight: 700;
}
.programs-sec-grid-item-content-link i {
  margin-top: 2px;
}
.programs-sec-grid-khvostyk,
.programs-sec-grid-khvostyk:hover {
  background: #45a595;
  color: var(--white);
}
.programs-sec-grid-gavchymosya,
.programs-sec-grid-gavchymosya:hover {
  background: #fde770;
  color: var(--black);
}
.programs-sec-grid-gavkoteka,
.programs-sec-grid-gavkoteka:hover {
  background: #8effe1;
  color: var(--black);
}
.programs-sec-grid-gavdarunok,
.programs-sec-grid-gavdarunok:hover {
  background: #1e6f70;
  color: var(--white);
}

.programs-sec-grid-item:hover .programs-sec-grid-item-content-link span {
  text-decoration: underline;
}

@media (max-width: 1199px) {
  .programs-sec .elements img {
    display: none;
  }
  .programs-sec .content-section-title {
    text-align: left;
  }
  .programs-sec-grid {
    margin-top: 32px;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
  .programs-sec-grid-item {
    flex-direction: column;
    padding-bottom: 34px;
  }
  .programs-sec-grid-item-banner {
    max-width: 400px;
    width: 100%;
    align-self: center;
  }
}

.parthners-sec {
  position: relative;
  background: white;
}
.parthners-sec .elements img {
  position: absolute;
}
.parthners-sec .elements img:nth-child(1) {
  width: 138px;
  top: 3%;
  left: 5%;
  rotate: -90deg;
}
.parthners-sec .elements img:nth-child(2) {
  width: 70px;
  bottom: 5%;
  left: 30%;
  rotate: -90deg;
}

.parthners-sec-content {
  display: flex;
  align-items: center;
  gap: 2.5vw;
  flex-direction: column;
}

.parthners-sec-content-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.parthners-sec-content-grid-image-container {
  width: calc(14% - 20px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.parthners-sec-content-grid img {
  width: 100%;
  height: auto;
}
.parthners-sec-content-grid img:nth-child(2n-2) {
  /* margin-top: 20px; */
}
.parthners-sec .content-section-title {
  white-space: nowrap;
}

@media (max-width: 1199px) {
  .parthners-sec .elements img:nth-child(1) {
    display: none;
  }
  .parthners-sec .elements img:nth-child(2) {
    width: 50px;
    top: 3%;
    right: 5%;
    left: unset;
    rotate: 0deg;
  }
  .parthners-sec-content {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  .parthners-sec-content-grid {
    width: 100%;
  }
  .parthners-sec-content-grid-image-container {
    width: 70px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .parthners-sec-content-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.join-team-sec {
  background: #45a695;
  color: var(--white);
}

.join-team-sec .container-fluid-2 {
  display: flex;
  gap: min(3vw, 60px);
}
.join-team-sec .content-section-title {
  color: var(--white);
}

.join-team-sec-description {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 50%;
}

.join-team-sec-tabs {
  width: 50%;
  min-height: 560px;
}
.join-team-sec-tabs .tabset {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2) {
  display: block;
}

.tabset > label {
  position: relative;
  display: inline-block;
  width: 50%;
  cursor: pointer;
  padding: 12px;
  color: var(--white);
  border-top: 1px solid var(--white);
  text-align: center;
  box-sizing: border-box;
  background: #45a695;
  font-size: 22px;
}

.tabset label:nth-of-type(1) {
  border-top-left-radius: 30px;
  border-left: 1px solid var(--white);
}
.tabset label:nth-of-type(2) {
  border-top-right-radius: 30px;
  border-right: 1px solid var(--white);
}

.tabset > label:hover {
  font-weight: 500;
}

.tabset > input:checked + label {
  background: var(--white);
  color: var(--black);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.tabset > input:checked + label::before,
.tabset > input:checked + label::after {
  content: "";
  position: absolute;
  bottom: 0;
  background: var(--white);
  z-index: 1;
  width: 25px;
  height: 25px;
}

.tabset > input:nth-of-type(1):checked + label::before,
.tabset > input:nth-of-type(1):checked + label::after {
  right: 0;
  transform: translateX(100%);
}

.tabset > input:nth-of-type(2):checked + label::before,
.tabset > input:nth-of-type(2):checked + label::after {
  left: 0;
  transform: translateX(-100%);
}

.tabset > input:checked + label::before {
}

.tabset > input:checked + label::after {
  background-color: #45a695;
  border-radius: 99px;
  width: 50px;
  height: 50px;
}
.tab-panel {
  background: var(--white);
  border-radius: 30px;
  padding: 40px;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child {
  border-top-left-radius: 0px;
}

.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2) {
  border-top-right-radius: 0px;
}

@media (max-width: 1199px) {
  .join-team-sec .container-fluid-2 {
    flex-direction: column;
    gap: 20px;
  }
  .join-team-sec .container-fluid-2 > * {
    width: 100%;
  }
  .tabset > label {
    font-size: 16px;
  }
  .tabset .tab-panel {
    padding: 20px;
  }
  .join-team-sec input.wpcf7-text {
    padding: 12px 19px;
    width: 100%;
  }
  .tabset > input:checked + label::after {
    width: 45px;
    height: 43px;
  }
  .join-team-sec-tabs {
    min-height: 475px;
  }
}

/* DONATION FORM START */

.donation-sec {
  position: relative;
  background: #45a695;
}
.donation-sec .content-section-title {
  text-align: center;
  color: white;
}

.donation-sec-wave {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70%;
}

.donation-block {
  z-index: 1;
  position: relative;
  background: #faf5e6;
  padding: 16px;
  text-align: center;
  margin-top: 20px;
  border-radius: 16px;
  width: 560px;
  left: 50%;
  transform: translateX(-50%);
}
.donation-block-form {
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
  background: white;
  border-radius: 16px;
  padding: 16px;
}
.donation-block-form-radio-buttons-inner {
  padding: 16px;
  background: #faf5e6;
  border-radius: 16px;
}
.donation-block-form-title {
  font-weight: 700;
  text-align: center;
  font-size: 26px;
  margin-bottom: 20px;
}

.donation-block-form-radio-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.donation-block-form-radio-buttons-single {
  width: 30%;
  border-radius: 8px;
  background: #fff;
  border: 3px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 0.5em 0;
  font-weight: 700;
  text-align: center;
  font-size: 22px;
  cursor: pointer;
  outline: 0;
  color: #222;
}

label.donation-block-form-radio-buttons-single:has(input[type="radio"]:checked),
.donation-block-form-radio-buttons-single:hover {
  background: #222;
  border: 3px solid #222;
  color: #fff;
}
.donation-block-form-radio-buttons-single input[type="radio"] {
  position: absolute;
  opacity: 0;
}

#donation-block-form-description {
  display: flex;
  align-items: center;
  margin-top: 1.5em;
  border-radius: 8px;
  border: 2px solid #ddd;
  background: #fff;
  padding: 0.5em;
  position: relative;
}

#donation-block-form-description img {
  padding: 0 1em 0 0;
  min-width: 120px;
  max-width: 120px;
}

#donation-block-form-description:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="10 25 80.1 51.5" enable-background="new 10 25 80.1 51.5" xml:space="preserve"><polygon fill="%23DDDDDD" points="90,72.7 50,25 10,72.7 "/><path fill="%23FFFFFF" d="M13.9,76.5l36.1-43l36.1,43"/></svg>');
  width: 35px;
  height: 18px;
  background-size: contain;
  position: absolute;
  top: -18px;
  margin-left: -18px;
  overflow: hidden;
}

#donation-block-form-description.left:before {
  left: 15%;
}
#donation-block-form-description.center:before {
  left: 50%;
}
#donation-block-form-description.right:before {
  left: 85%;
}
.donation-block-form-description-image-outer {
  width: 120px;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.donation-block-form-most-popular {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
}
.donation-block-form-most-popular img {
  max-width: 100px;
  height: auto;
  position: absolute;
}
.donation-block-form-most-popular-text {
  font-family: "Pacifico", cursive;
  padding-top: 10px;
  position: relative;
  transform: rotate(-3deg);
}
.donation-block-form-custom-amount {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}
.donation-block-form-custom-amount #custom-amount {
  width: 100px;
}

#donation-form #submit-button {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}

#donation-form #submit-button:hover .circle {
  width: 500px;
  height: 500px;
}
#donation-form #submit-button .text {
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1199px) {
  .donation-block {
    width: 100%;
    max-width: 560px;
  }
  .donation-block-form-radio-buttons-single {
    font-size: 18px;
  }
  .donation-block-form-description-image-outer {
    width: 90px;
    height: 71px;
  }
  #donation-block-form-description img {
    min-width: 90px;
    max-width: 90px;
  }
  .donation-block,
  .donation-block-form {
    padding: 10px;
  }
}
/* DONATION FORM END */
