@charset "UTF-8";
/* ------------------------------ */
/* Default Reset */
/* ------------------------------ */
*, :before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  line-height: normal;
  font-size: 16px;
  font-weight: 400;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

span {
  margin: 0;
  padding: 0;
}

b {
  font-weight: bolder;
}

strong {
  font-weight: bolder;
}

object {
  margin: 0;
  padding: 0;
}

iframe {
  margin: 0;
  padding: 0;
  max-width: 100%;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

p {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  display: inline-block;
  border-style: none;
  box-sizing: border-box;
  object-fit: cover;
}

pre {
  margin: 0;
  padding: 0;
}

code {
  margin: 0;
  padding: 0;
}

button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  overflow: visible;
  background: transparent;
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  list-style-position: inside;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

ol {
  margin: 0;
  padding: 0;
  display: block;
  list-style-position: inside;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

li {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

section {
  margin-bottom: 50px;
}

h1 {
  font-size: 34px;
  font-weight: 600;
  line-height: 41px;
  margin-bottom: 50px;
}

h2 {
  font-size: 26px;
  font-weight: 600;
  line-height: 39px;
  margin-bottom: 36px;
}

@media screen and (max-width: 767px) {
  section {
    margin-bottom: 50px;
  }
  h1, h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    text-align: center;
  }
}
.breadcrumbs {
  margin: 10px 0 10px;
}

a.breadcrumbs-item {
  transition: all 0.2s linear;
}

a.breadcrumbs-item:hover {
  color: #FF4824;
}

.lock {
  overflow: hidden;
}

.msg {
  font-size: 1.5rem;
  font-weight: 600;
  color: #439F6E;
}

.di-tabs-contents-w input:not([type=button]):not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]),
.di-tabs-contents-w select,
.di-tabs-contents-w textarea {
  font-family: "Inter", sans-serif;
  /*display: flex;*/
  padding: 8px 24px;
  align-self: stretch;
  font-size: 16px;
  width: 100%;
  border: 1px solid #ACACAC;
  background: #fff;
}
.di-tabs-contents-w input:not([type=button]):not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox])::placeholder,
.di-tabs-contents-w select::placeholder,
.di-tabs-contents-w textarea::placeholder {
  color: #757575;
  font-size: 16px;
}
.di-tabs-contents-w input:not([type=button]):not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]):active, .di-tabs-contents-w input:not([type=button]):not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]):focus, .di-tabs-contents-w input:not([type=button]):not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]):focus-visible,
.di-tabs-contents-w select:active,
.di-tabs-contents-w select:focus,
.di-tabs-contents-w select:focus-visible,
.di-tabs-contents-w textarea:active,
.di-tabs-contents-w textarea:focus,
.di-tabs-contents-w textarea:focus-visible {
  outline: none;
  border: 1px solid #2E5DA6;
}
.di-tabs-contents-w input:not([type=button]):not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]):focus::placeholder,
.di-tabs-contents-w select:focus::placeholder,
.di-tabs-contents-w textarea:focus::placeholder {
  color: #2E5DA6;
}

label {
  font-size: 14px;
  color: #222324;
  display: flex;
  align-items: center;
}

.button {
  cursor: pointer;
  padding: 14px 26px;
  max-width: fit-content;
  border-radius: 16px;
  transition: all 0.2s linear;
  display: flex;
  align-items: center;
  gap: 16px;
  white-space: nowrap;
}

.width {
  max-width: 100%;
  width: 100%;
}

.button-blue {
  color: #fff;
  background: #2E5DA6;
}
.button-blue:hover {
  background: #224883;
}

.button-orange {
  color: #fff;
  background: #FF4824;
}
.button-orange:hover {
  background: #D22025;
}

.button-gray {
  color: #ACACAC;
  background: #fff;
  border: 1px solid #ACACAC;
}
.button-gray:hover {
  background: #fff;
}

.asite_btn {
  padding: 14px 24px;
  padding-right: 48px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}

.asite_btn::after, .asite_btn::before {
  content: "→";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  font-size: 16px;
  transition: 0.3s;
}

.asite_btn::after {
  right: initial;
  left: -50px;
}

.asite_btn:hover {
  padding-left: 48px;
  padding-right: 24px;
}

.asite_btn:hover:before {
  right: -50px;
}

.asite_btn:hover:after {
  left: 24px;
}

.asite_btn > div {
  transition: 0.3s;
}

.asite_btn:hover .translate {
  transform: translateX(24px);
}

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

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

.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.center-button {
  display: flex;
  justify-content: center;
}

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

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

.arrow {
  cursor: pointer;
  border-radius: 8px;
  padding: 12px 17px;
  background: #EFF0F0;
  transition: all 0.2s linear;
  opacity: 0.8;
}
.arrow:hover {
  opacity: 1;
}

.next {
  transform: rotate(180deg);
}

.flex,
.flex-desktop {
  margin-bottom: 24px;
}

.only-desktop,
.only-desktop-tablet {
  display: block !important;
}

.only-tablet-mobile,
.only-mobile,
.only-smallest {
  display: none !important;
}

.dots_back {
  display: none;
}

.link {
  color: var(--accent-0, #2E5DA6);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  text-decoration-line: underline;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}
.slick-dots li {
  margin: 0 0.25rem;
}
.slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #6FD4E0;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: #2E5DA6;
}

@media screen and (max-width: 1000px) {
  .only-desktop {
    display: none !important;
  }
  .only-tablet-mobile {
    display: block !important;
  }
  .flex,
  .flex-desktop {
    margin-bottom: 0px;
  }
  .mb-mobile {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .only-desktop-tablet {
    display: none !important;
  }
  .only-mobile {
    display: block !important;
  }
  .column-mobile {
    flex-direction: column;
    align-items: flex-start;
  }
  .dots_back {
    display: flex;
  }
  .dots_h1 {
    display: block;
    margin-top: 8px;
  }
  .dots_h1 a {
    transition: all 0.2s linear;
  }
  .dots_h1:hover a {
    color: #FF4824;
  }
  .breadcrumbs {
    display: none;
  }
  .arrow__container {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .only-smallest {
    display: block !important;
  }
  .button {
    max-width: 100% !important;
    width: 100%;
  }
  .flex-between {
    flex-direction: column;
  }
}
@keyframes expandBackground {
  0% {
    width: 0;
  }
  100% {
    width: 102%;
  }
}
@keyframes shrinkBackground {
  0% {
    width: 100%;
    border-radius: 100px;
  }
  100% {
    width: 0;
    border-radius: 100px;
  }
}
@media screen and (max-width: 1000px) {
  .flex-desktop {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .donation__container {
    padding: 16px;
  }
  .mobile-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 24px;
  }
  .mobile-grid .radio-button {
    width: 100%;
    max-width: 100%;
  }
  .mobile-grid div:last-child {
    grid-column: span 2;
  }
}
.content-2columns-w {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.content-2columns-w img {
  border-radius: 16px;
}
@media screen and (max-width: 1023px) {
  .content-2columns-w {
    grid-template-columns: 1fr;
  }
}

/* Общие */
.dimodal-content {
  padding: 0;
}

.modal-form {
  padding: 30px;
  background: #fff;
}

.modal-form .title {
  font-size: 24px;
  font-weight: bold;
}

.modal-form textarea,
.modal-form input:not([type=button]):not([type=submit]):not([type=file]) {
  border: 1px solid #ACACAC;
  border-radius: 16px;
  padding: 15px 24px;
  width: 100%;
}
.modal-form textarea::placeholder,
.modal-form input:not([type=button]):not([type=submit]):not([type=file])::placeholder {
  color: #757575;
  font-size: 14px;
}

.h2 {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

label {
  display: flex;
  gap: 12px;
}

.modal-form textarea, .modal-form input:not([type=button]):not([type=submit]):not([type=file]).difback-agree-checkbox.formItem {
  width: auto;
}

.modal-form textarea, .modal-form input:not([type=button]):not([type=submit]):not([type=file]).difback-agree-checkbox.formItem.width100 {
  width: 100%;
  font-family: "Inter", sans-serif;
  font-size: 13px;
}

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

.btn__modal {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  border-radius: 10px;
  max-width: 100%;
  width: 100%;
  padding: 14px 0;
}

.btn__purple {
  background-color: rgb(144, 48, 133);
  color: #fff;
}

.btn__purple:hover {
  background-color: #B553A9;
}

.btn__white {
  transition: all 0.2s linear;
  background-color: #fff;
  color: #903085;
}

.btn__white:hover {
  transition: all 0.2s linear;
  background-color: #B553A9;
  color: #fff;
}

.btn__gray {
  transition: all 0.2s linear;
  background-color: rgb(155, 155, 155);
}

.btn__gray:hover {
  background-color: #b1adad;
}

/* Вход в личный кабинет */
.modal-form {
  min-width: 412px;
  border-radius: 16px;
}
.modal-form a {
  text-decoration: underline;
  color: #224883;
}

textarea {
  min-height: 150px;
}

.position-relative {
  position: relative;
}

.inputs__container {
  margin-bottom: 74px;
}

.eye__icon {
  position: absolute;
  right: 12px;
  top: 10px;
  width: 26px;
  height: 22px;
  cursor: pointer;
  background: url("/site/templates/evrostil72/imgs/eye-icon.svg") 0 0 no-repeat;
}

.eye__icon.view {
  top: 12px;
  background: url("/site/templates/evrostil72/imgs/eye-icon-close.svg") 0 0 no-repeat;
}

.custom__link {
  color: rgb(68, 67, 67);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  text-decoration: underline;
}

@media screen and (max-width: 480px) {
  .modal-form {
    padding: 16px;
    min-width: 320px;
  }
  .inputs__container {
    margin-bottom: 32px;
  }
}
/* модалка подарка */
.modals__gift-form-w {
  background: #fff;
  max-width: 412px;
  border-radius: 6px;
  padding: 30px;
}

.modals__gift-form * {
  box-sizing: border-box;
}

.modals__gift-form .title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #000;
}

.modals__gift-form .subtitle {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  color: #000;
}

.modals__gift-form .text {
  text-align: center;
  font-weight: 100;
  margin-top: 20px;
}

.modals__gift-form .big-green {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #90e700;
  margin-top: 5px;
}

.modals__gift-form .social {
  font-size: 28px;
  margin: 24px 0;
}

.modals__gift-form .social a {
  padding-left: 10px;
  color: #000;
}

.modals__gift-form .fields {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}

.modals__gift-form .fields .field {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 5px;
}

.modals__gift-form .field + .field {
  margin-top: 20px;
}

.modals__gift-form .field input[type=text] {
  outline: none;
  width: 100%;
  border: 1px solid rgb(196, 196, 196);
  padding: 15px 12px;
  border-radius: 6px;
  background: transparent;
}

.modals__gift-form .field.error {
  background: #ff95ab;
}

.modals__gift-form .text {
  font-size: 16px;
}

.modals__gift-form .formItem {
  width: fit-content;
}

.modals__gift-form .no-border .field {
  border: none !important;
}

@media (max-width: 500px) {
  .modals__gift-form .title {
    font-size: 24px;
  }
  .modals__gift-form .subtitle {
    font-size: 18px;
  }
  .modals__gift-form .big-green {
    font-size: 25px;
  }
  .modals__gift-form .social {
    font-size: 22px;
  }
  .modals__gift-form .fields .field {
    width: 100%;
  }
}
@media (max-width: 320px) {
  .modals__gift-form .title {
    font-size: 19px;
  }
  .modals__gift-form .subtitle {
    font-size: 15px;
  }
  .modals__gift-form .big-green {
    font-size: 25px;
  }
  .modals__gift-form .social img {
    display: none;
  }
  .modals__gift-form .social {
    font-size: 22px;
    flex-direction: column;
    margin: 15px 0;
  }
  .modals__gift-form .social > div {
    margin-top: 10px;
  }
  .modals__gift-form .field + .field {
    margin-top: 10px;
  }
  .modals__gift-form .field input[type=text] {
    font-size: 16px;
  }
}
/* модалка подарка */
.section-plug {
  background-image: url("../../images/plug_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
  margin-bottom: 0;
}

.plug {
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 46px;
}
.plug__image {
  max-width: 226px;
}
.plug__text {
  text-align: center;
}
.plug__title {
  margin-bottom: 24px;
  font-size: 3em;
  font-weight: 600;
  line-height: 69px;
}

@media screen and (max-width: 767px) {
  .plug {
    padding: 40px 0;
    gap: 26px;
  }
  .plug__image {
    max-width: 226px;
  }
  .plug__text {
    text-align: center;
  }
  .plug__title {
    margin-bottom: 15px;
    font-size: 2em;
    font-weight: 600;
    line-height: 120%;
  }
}
#menu {
  position: sticky;
  right: 2rem;
  top: 2rem;
  width: 40px;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  z-index: 10;
  cursor: pointer;
}

.menu-line1 {
  width: 100%;
  height: 4px;
  background: #222324;
  transition: 0.6s;
  z-index: 100;
}

.menu-line2 {
  width: 100%;
  height: 4px;
  margin-top: 0.4rem;
  background: #222324;
  transition: 0.6s;
  z-index: 100;
}

.menu-line3 {
  width: 100%;
  height: 4px;
  margin-top: 0.4rem;
  background: #222324;
  transition: 0.6s;
  z-index: 100;
}

.rotate {
  transform: rotateZ(180deg);
}

.rotate1 {
  background: #FF4824;
  transform: rotateZ(45deg);
}

.rotate2 {
  background: #FF4824;
  width: 100%;
  transform: translate(0, -0.65rem) rotateZ(-45deg);
}

.hidden {
  display: none;
}

.nav-page1 {
  position: fixed;
  top: 0;
  left: 0;
  background: whitesmoke;
  width: 60%;
  height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  color: #212121;
  transform: translate(0, -100%);
  transition: 0.5s;
  overflow: hidden;
  border-right: 1px solid #224883;
}

.nav-page1 .column {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.nav-page1 .menu-box {
  text-align: right;
}

.nav-page1 a {
  padding: 1rem 3rem 0 0;
  cursor: pointer;
  transition: all 0.2s linear;
  text-align: right;
  color: #2E5DA6;
}

.nav-page2 .only-tablet-mobile {
  padding: 1rem;
  cursor: pointer;
  justify-content: space-between;
}

.nav-page1 a:hover {
  color: #FF4824;
}

.nav-page2 {
  position: fixed;
  top: 0;
  left: 60%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background: whitesmoke;
  border-left: 1px solid #224883;
  width: 40%;
  height: 70vh;
  transition: 0.8s;
  transform: translate(0, -100%);
  overflow: hidden;
}

.transform {
  transform: translate(0, 0);
}

@media screen and (max-width: 1000px) {
  .nav-page1 {
    width: 30%;
  }
  .nav-page2 {
    left: 30%;
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .nav-page1 {
    font-size: 13px;
    padding-right: 16px;
  }
  .nav-page1 a {
    padding: 0;
  }
  .nav-page2 {
    font-size: 13px;
  }
  .nav-page2 .button {
    padding: 16px 12px;
  }
}
@media screen and (max-width: 488px) {
  .nav-page1 .column {
    gap: 24px;
    margin-top: 200px;
  }
  .nav-page1 {
    height: 100vh;
    width: 100%;
    padding: 3rem;
    border: none;
  }
  .nav-page2 {
    border: none;
    width: 0%;
  }
  .menu-box {
    font-size: 16px;
  }
}
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  background: #fff;
  transition: all 0.3s linear;
}
.header-plug {
  height: 141px;
}
.header-shadow {
  box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.0588235294);
}
.header__logo {
  min-width: 132px;
}
.header__contacts {
  font-size: 14px;
  white-space: nowrap;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}
.header__address {
  margin-bottom: 10px;
}
.header__buttons {
  display: flex;
  align-items: center;
  gap: 24px;
}

.disabled {
  top: -100px;
}

.init-padding {
  padding: 36px 0 20px;
}

.fixed-padding {
  padding: 10px 0 0;
}

@media screen and (max-width: 1100px) {
  .header__contacts {
    display: none;
  }
  .header__container {
    gap: 16px;
  }
  .header__buttons {
    gap: 8px;
  }
}
@media screen and (max-width: 1000px) {
  .header__contacts, .header__buttons {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header-plug {
    height: 112px;
  }
  .init-padding {
    padding: 16px 0;
  }
  .fixed-padding {
    padding: 8px 0 0;
  }
}
.heart {
  animation: pulse 3s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    background-color: transparent;
  }
  50% {
    transform: scale(1.2);
    fill: #D22025;
    color: #D22025;
    stroke: #D22025;
    stroke-width: 1px;
  }
  100% {
    transform: scale(1);
    background-color: transparent;
  }
}
.main-banner .wrapper {
  position: relative;
  padding: 0;
}
.main-banner .arrow__container {
  position: absolute;
  right: 78px;
  bottom: 62px;
  display: flex;
  gap: 24px;
}
.main-banner .arrow__container .main-banner__arrow {
  background: #fff;
  border-radius: 8px;
  padding: 8px 14px;
  z-index: 10;
  cursor: pointer;
  transition: all 0.2s linear;
  opacity: 0.8;
}
.main-banner .arrow__container .main-banner__arrow:hover {
  opacity: 1;
}
.main-banner .arrow__container .next {
  transform: rotate(180deg);
}

.blue-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: linear-gradient(0.64deg, #174184 -19.06%, rgba(35, 73, 132, 0.02) 45.13%);
}

.main-banner-item {
  max-height: 680px;
  overflow: hidden;
  position: relative;
}
.main-banner-item__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: linear-gradient(0.64deg, #174184 -19.06%, rgba(35, 73, 132, 0.02) 45.13%);
}
.main-banner-item__image {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  max-height: 680px;
  min-height: 680px;
  object-fit: cover;
}
.main-banner-item__content {
  position: absolute;
  left: 75px;
  bottom: 60px;
  color: #fff;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.main-banner-item__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 44px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.main-banner-item__text {
  font-size: 20px;
  line-height: 27px;
  max-width: 446px;
}

@media screen and (max-width: 1336px) {
  .main-banner-item {
    margin: 0;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .main-banner .arrow__container {
    right: 10px;
    left: 10px;
    justify-content: space-between;
    bottom: 246px;
  }
  .main-banner .arrow__container .main-banner__arrow {
    padding: 16px 8px;
    opacity: 0.6;
  }
  .main-banner-item__bg {
    background: linear-gradient(360deg, #0F0E0E 5.43%, rgba(53, 51, 51, 0) 100%);
  }
  .main-banner-item__image {
    max-height: 498px;
    min-height: 498px;
    object-position: left;
  }
  .main-banner-item__text {
    text-align: center;
    margin: 0 auto;
  }
  .main-banner-item__content {
    left: 26px;
    right: 26px;
    text-align: center;
    justify-content: center;
    bottom: 76px;
  }
  .main-banner-item__content a {
    margin: 0 auto;
  }
}
.fund__title {
  margin-bottom: 36px;
}
.fund__description {
  margin-bottom: 36px;
}
.fund .fund-cards {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 388px));
  justify-content: space-between;
  gap: 24px;
}
.fund .fund-cards .fund-card-main {
  display: flex;
  gap: 24px;
  padding: 34px;
}
.fund .fund-cards .fund-card-main img {
  max-width: 156px;
}
.fund .fund-cards .fund-card-main h3 {
  color: #2E5DA6;
  margin-bottom: 24px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.fund .fund-cards .fund-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.0588235294);
}
.fund .fund-cards .fund-card__icon {
  max-width: 136px;
  max-height: 140px;
  height: 100%;
  object-fit: contain;
}
.fund .fund-cards .fund-card__title {
  color: #2E5DA6;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
.fund .fund-cards .fund-card__description {
  align-self: flex-start;
}
.fund .fund-cards .fund-card.big {
  flex-direction: row;
  gap: 24px;
}

@media screen and (max-width: 767px) {
  .fund {
    margin-top: -50px;
    padding-top: 50px;
    background: #fff;
    text-align: justify;
  }
  .fund .fund-cards {
    margin-top: 24px;
    grid-template-columns: 1fr;
  }
  .fund .fund-cards .fund-card {
    padding: 16px;
    box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.0588235294);
  }
  .fund .fund-cards .fund-card__icon {
    max-height: 60px;
    max-width: 60px;
  }
  .fund .fund-card.big {
    flex-direction: column !important;
    gap: 24px;
  }
}
.projects .title__container {
  margin-bottom: 36px;
}
.projects .title__container h2 {
  margin-bottom: 0;
}
.projects__slider {
  display: flex;
  align-items: stretch;
  margin-bottom: 50px;
}
.projects-item {
  position: relative;
  min-width: 300px;
  max-width: 306px;
  width: 100%;
  min-height: 100%;
  border-radius: 16px;
  background: #E9FBFD;
  overflow: hidden;
  margin: 0 11px;
  display: flex;
  align-self: flex-start;
}
.projects-item__image {
  max-height: 172px;
  min-width: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.2s linear;
}
.projects-item__content {
  padding: 24px;
  min-height: 130px;
}
.projects-item__title {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.projects-item__descriptopn {
  margin-top: 10px;
}

.custom {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(306px, 1fr));
}
.custom .projects-item {
  max-width: 100%;
}

.projects-item:hover .projects-item__image {
  transform: scale(1.05);
}

.project-gallery {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.project-gallery__item {
  max-width: 284px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.0509803922);
  padding: 24px;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}
.slick-dots li {
  margin: 0 0.25rem;
}
.slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #6FD4E0;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: #2E5DA6;
}

@media screen and (max-width: 1350px) {
  .custom {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .project-gallery {
    grid-template-columns: 1fr;
  }
  .custom {
    grid-template-columns: 1fr;
  }
}
.news__container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 50px;
}
.news__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.news__item:first-child {
  grid-column: span 2;
  grid-row: span 2;
}
.news-main-image {
  max-width: 874px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.news-main-image__description {
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}
.news-small-image__container {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  max-width: 428px;
  width: 100%;
  height: 100%;
  max-height: 253px;
}
.news-small-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.news-small-image__description {
  position: absolute;
  bottom: 28px;
  left: 28px;
  right: 28px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.news-page__container {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 16px;
}
.news-page__container .news__item {
  min-width: 280px;
}
.news-page__container .news__item:first-child {
  grid-column: 1;
  grid-row: 1;
}

@media screen and (max-width: 1000px) {
  .news__container {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .news__item:first-child {
    grid-column: 1;
    grid-row: 1;
  }
  .news-main-image {
    max-width: 100%;
    max-height: 260px;
    min-height: 260px;
  }
  .news-main-image__description {
    position: absolute;
    bottom: 28px;
    left: 28px;
    right: 28px;
    color: #fff;
    font-size: 16px;
  }
  .news-small-image__container {
    max-width: 100%;
  }
  .news-small-image {
    max-height: 260px;
    min-height: 260px;
  }
  .news-small-image__description {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .news-page__container {
    grid-template-columns: 1fr;
  }
}
.card-wrapper {
  perspective: 848px;
  width: 100%;
}
.card-wrapper:hover .card {
  transform: rotatex(5deg);
  box-shadow: 0 8px 7px 3px rgba(0, 0, 0, 0.5);
}
.card-wrapper:hover .card:before {
  height: 150%;
}

.card {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  transition: transform 0.4s, box-shadow 0.4s;
  top: 0;
  left: 0;
  transform-origin: center top;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.5);
}

.card:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 65%, rgba(255, 255, 255, 0));
  transition: height 0.4s;
}

.partners__container {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: stretch;
}
.partners__item {
  max-width: 412px;
  max-height: 216px;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #EFF0F0;
  background: #fff;
  box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.0588235294);
  display: flex;
  align-items: center;
  gap: 16px;
}
.partners__item img {
  width: 100%;
  object-fit: contain;
}
.partners__description {
  font-size: 14px;
}

@media screen and (max-width: 1000px) {
  .partners__item {
    max-width: 100%;
  }
  .partners__container {
    flex-direction: column;
  }
}
.wrapper .active {
  color: #2E5DA6;
  text-decoration: underline;
}

.tab__item {
  display: none;
}

.documents .title__container {
  gap: 36px;
  margin-bottom: 36px;
  justify-content: flex-start;
}
.documents .title__container h2 {
  margin-bottom: 0;
}
.documents .title__container .tabs__container {
  display: flex;
  gap: 50px;
}
.documents .tab {
  color: #ACACAC;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  cursor: pointer;
  transition: all 0.2s linear;
}
.documents .tab:hover {
  color: #224883;
}
.documents .tab.active {
  color: #2E5DA6;
}
.documents .table {
  margin-bottom: 50px;
}
.documents .table__row {
  display: flex;
  gap: 16px;
  padding: 8px;
}
.documents .table__row:nth-child(even) {
  background-color: #E9FBFD;
}
.documents .table h5 {
  font-size: 16px;
  flex-basis: 30%;
  font-weight: 600;
}
.documents .table p {
  flex-basis: 70%;
}
.documents .table .bg {
  background-color: #E9FBFD;
}

.document-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.document-card {
  display: flex;
  max-width: 454px;
  flex-direction: column;
  align-self: stretch;
  padding: 24px;
  border-radius: 16px;
  background: #fff;
  /* Main shadow */
  box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.0588235294);
}
.document-card__description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.document-card .title__container {
  justify-content: space-between;
}
.document-card__number {
  color: #224883;
  font-size: 34px;
  font-weight: 600;
  line-height: 120%;
}
.document-card__arrow {
  position: relative;
}
.document-card__arrow:before {
  content: "→";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  font-size: 24px;
  color: #757575;
  transition: 0.3s;
}
.document-card__container {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-basis: 70%;
}

@media screen and (max-width: 1000px) {
  .documents .title__container {
    flex-direction: column;
  }
  .tabs__content .title__container {
    flex-direction: row;
  }
  .document-cards {
    grid-template-columns: 1fr;
  }
  .document-card {
    max-width: 100%;
  }
  .table__row {
    flex-direction: column;
  }
}
.reports .title__container {
  margin-bottom: 36px;
}
.reports__title {
  margin-bottom: 0;
}
.reports__item {
  display: flex !important;
  gap: 36px;
  padding: 0 4px;
}
.reports__item p {
  flex-basis: 50%;
}
.reports__item img {
  flex-basis: 50%;
  border-radius: 16px;
  object-fit: cover;
  max-width: 60%;
  width: 100%;
  max-height: 570px;
}

@media screen and (max-width: 1000px) {
  .reports__item {
    flex-direction: column;
  }
  .reports__item img {
    max-width: 100%;
  }
  .reports__item p {
    order: 2;
  }
}
.ourteam .title__container {
  margin-bottom: 36px;
}
.ourteam__title {
  margin-bottom: 0;
}
.ourteam__description {
  margin-bottom: 50px;
}
.ourteam__container {
  margin: 50px 0;
}
.ourteam__item {
  max-width: 302px;
  margin: 0 12px;
  display: flex;
  padding: 0px 0px 24px 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
  align-self: stretch;
  overflow: hidden;
  border-radius: 16px;
  background: #2E5DA6;
}
.ourteam__item img {
  width: 100%;
  object-fit: cover;
  transition: all 0.2s linear;
}
.ourteam__item img:hover {
  transform: scale(1.2);
}
.ourteam__content {
  padding: 24px 24px 0;
  color: #fff;
  background: #2E5DA6;
  position: relative;
  z-index: 3;
  min-height: 78px;
}
.ourteam__name {
  font-weight: 400;
}

.map-block {
  margin-top: 50px;
}

.map-block__wrapper {
  position: relative;
}

.map-block__content {
  min-height: 584px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 50px;
}

.map-popup {
  position: absolute;
  top: 46px;
  left: 50px;
  max-width: 452px;
  width: 100%;
  padding: 36px;
  box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.0588235294);
  border-radius: 16px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.map-popup__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.map-popup__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.map-popup__row {
  position: relative;
  display: flex;
  align-items: center;
  gap: 32px;
  z-index: 2;
  transition: all 0.4s linear;
}

.map-popup__row_bg,
.map-popup__row_bg.custom {
  position: absolute;
  left: -16px;
  background-color: #FF4824;
  padding: 26px;
  z-index: -1;
  transition: all 0.2s linear;
  animation: shrinkBackground 0.6s forwards;
}

.map-popup__row_bg.custom {
  left: -14px;
}

.map-popup__text_description {
  color: #757575;
  transition: all 0.2s linear;
}

.map-popup__row:hover .map-popup__row_bg {
  border-radius: 100px;
  animation: expandBackground 0.6s forwards;
}

.map-popup__row:hover .map-popup__text_description,
.map-popup__row:hover .map-popup__text_title {
  color: #fff;
}

.map-popup__text_title {
  transition: all 0.2s linear;
}

.map-popup__icons {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 22px;
}

@media screen and (max-width: 1000px) {
  .map-popup {
    position: initial;
    margin-bottom: 50px;
    max-width: 100%;
    box-shadow: none;
    background: #F9F7F7;
  }
  .map-block__content {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .map-block {
    margin-top: 50px;
  }
  .map-block__content {
    min-height: 282px;
  }
}
.donation .tab__item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.donation__container {
  padding: 36px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.0588235294);
}
.donation__description {
  margin-bottom: 46px;
}

.donation-form .custom-select [type=radio]:checked,
.donation-form .custom-select [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.donation-form .custom-select [type=radio]:checked + label,
.donation-form .custom-select [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: flex;
  color: #666;
}
.donation-form .custom-select [type=radio]:checked + label:before,
.donation-form .custom-select [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
.donation-form .custom-select [type=radio]:checked + label.custom-radio:before,
.donation-form .custom-select [type=radio]:not(:checked) + label.custom-radio:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
.donation-form .custom-select [type=radio]:checked + label:after,
.donation-form .custom-select [type=radio]:not(:checked) + label:after {
  content: "";
  width: 14px;
  height: 14px;
  background: #FF4824;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.donation-form .custom-select [type=radio]:checked + label.custom-radio:after,
.donation-form .custom-select [type=radio]:not(:checked) + label.custom-radio:after {
  content: "";
  width: 14px;
  height: 14px;
  background: #FF4824;
  position: absolute;
  top: 22px;
  left: 22px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.donation-form .custom-select [type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.donation-form .custom-select [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.donation-form input {
  font-family: "Inter", sans-serif;
  display: flex;
  height: 56px;
  padding: 0px 24px;
  align-self: stretch;
  max-width: 610px;
  font-size: 16px;
  border-radius: 16px;
  border: 1px solid #ACACAC;
  background: #fff;
}
.donation-form input::placeholder {
  color: #757575;
  font-size: 16px;
}
.donation-form input:active, .donation-form input:focus, .donation-form input:focus-visible {
  outline: none;
  border: 1px solid #FF4824;
}
.donation-form input:focus::placeholder {
  color: #FF4824;
}
.donation-form label {
  font-size: 14px;
  color: #222324;
  display: flex;
  align-items: center;
}
.donation-form-row {
  margin-bottom: 50px;
  display: flex;
  gap: 16px;
}
.donation-form-row__item {
  flex-basis: 50%;
}
.donation-form__title {
  margin: 46px 0 24px;
}
.donation-form__variants-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  margin-bottom: 50px;
}
.donation-form__variants-container .variant {
  border: 1px solid #6FD4E0;
  background: #F9F9F9;
  box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.0588235294);
  color: #757575;
  font-size: 12px;
  padding: 8px 16px;
  line-height: 170%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: -1px;
  transition: all 0.2s linear;
}
.donation-form__variants-container .variant.active {
  border: 1px solid #FF4824;
  color: #FF4824;
  background: #fff;
  text-decoration: none;
  box-shadow: none;
  z-index: 2;
}
.donation-form__variants-container .variant:hover {
  background: #fff;
  box-shadow: none;
}
.donation-form__variants-container .variant:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
.donation-form__variants-container .variant:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
.donation-form .variant__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}
.donation-form .input {
  justify-content: center;
  height: 56px;
  padding: 0px 36px;
  border-radius: 16px;
  border: 1px solid #ACACAC;
  background: #fff;
  width: 100%;
  cursor: pointer;
}

.requisite .table {
  margin-bottom: 50px;
}
.requisite .table__row {
  display: flex;
  gap: 16px;
  padding: 8px;
}
.requisite .table h5 {
  font-size: 16px;
  flex-basis: 30%;
  font-weight: 600;
}
.requisite .table p {
  flex-basis: 70%;
}
.requisite .table .bg {
  background-color: #E9FBFD;
}

.custom-checked {
  border: 1px solid #FF4824 !important;
  color: #FF4824 !important;
}

.radio-button {
  cursor: pointer;
  width: 146px;
  height: 56px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  border-radius: 16px;
  border: 1px solid #ACACAC;
  background: #fff;
  color: #757575;
}

.radio-button.selected {
  background: #FF4824;
  border: 1px solid #FF4824;
  color: #fff;
}

.select-button {
  cursor: pointer;
  width: 256px;
  height: 56px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  border-radius: 16px;
  border: 1px solid #ACACAC;
  background: #fff;
  color: #757575;
}

.select-button.flex {
  margin-bottom: 0;
}

.select-button.selected {
  background: #FF4824;
  border: 1px solid #FF4824;
  color: #fff;
}

.donation-options {
  position: absolute;
  bottom: -72px;
  width: 256px;
  left: 0;
  box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.0588235294);
  padding: 16px 24px;
  border-radius: 16px;
  background: #fff;
  z-index: 2;
}
.donation-options .flex:last-child {
  margin-bottom: 0;
}
.donation-options label {
  color: #757575;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  text-transform: uppercase;
}

.radio-button.selected::placeholder {
  color: #fff;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

@media screen and (max-width: 1000px) {
  .donation-form input {
    max-width: 100%;
  }
  .donation-form .input {
    width: 100%;
  }
  .donation-form-row {
    flex-direction: column;
  }
  .donation-form-row__item {
    flex-basis: 100%;
    width: 100%;
  }
  .donation-form .variant__title {
    margin-bottom: 0;
  }
  .donation-form__variants-container {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .donation-form__variants-container .variant {
    border-radius: 16px;
    min-height: 60px;
  }
  .donation-form .flex-desktop {
    flex-direction: column;
  }
  .donation-form .table {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .donation__container {
    padding: 16px;
  }
  .mobile-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 24px;
  }
  .mobile-grid .radio-button {
    width: 100%;
  }
  .mobile-grid div:last-child {
    grid-column: span 2;
  }
  .donation-options {
    bottom: 32px;
  }
  .donation-options .flex {
    margin-bottom: 16px;
  }
}
.footer {
  background-color: #2E5DA6;
  color: #fff;
}
.footer__container {
  padding: 90px 0;
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
.footer__container_left-side {
  flex-basis: 28%;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.footer__container_right-side {
  flex-basis: 60%;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.footer-contact-item {
  position: relative;
  display: flex;
  gap: 24px;
  align-items: center;
  z-index: 2;
  transition: all 0.4s linear;
}
.footer-contact-item:hover .footer-contact-item__bg {
  border-radius: 100px;
  animation: expandBackground 0.6s forwards;
}
.footer-contact-item__bg {
  position: absolute;
  left: 0;
  background-color: #6FD4E0;
  padding: 26px;
  z-index: -1;
  transition: all 0.2s linear;
  animation: shrinkBackground 0.6s forwards;
}
.footer-contact-item__image {
  padding: 16px;
}
.footer-contact-item__text {
  font-size: 20px;
  line-height: 30px;
  padding-right: 16px;
}
.footer-list {
  max-width: 500px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}
.footer-list-item {
  padding-top: 34px;
  border-top: 1px solid #fff;
  width: 100%;
}
.footer-list-item__text {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 16px;
}
.footer-list-item__container {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .footer__container {
    flex-direction: column;
  }
}
.section-text a {
  color: #2E5DA6;
  text-decoration: underline;
}
.section-text ul {
  margin: 0;
  padding: 0;
  list-style: unset;
}
.section-text ul li {
  margin-left: 20px;
}
.section-text p {
  margin-bottom: 24px;
  text-indent: 1.5em;
  text-align: justify;
}
.section-text p:last-child {
  margin-bottom: 0;
}
.section-text img {
  width: 100%;
  border-radius: 16px;
}
.section-text__paragraph {
  margin-bottom: 24px;
}
.section-text__paragraph:last-child {
  margin-bottom: 0;
}

.photo-gallery__title {
  margin-bottom: 0;
}
.photo-gallery .title__container {
  margin-bottom: 36px;
}
.photo-gallery__item {
  max-width: 238px;
  min-height: 192px !important;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  margin: 0 12px;
}

.wrapper1,
.page {
  margin: 0 auto !important;
  padding: 0 16px !important;
  max-width: 1332px;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  margin: 0;
}

.wrapper,
.wrapper1 {
  position: relative;
}

/*# sourceMappingURL=style.css.map */
