@font-face {
  font-family: "TT Travels";
  src: url("../fonts/TTTravels/TTTravels-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'TT Travels';
  src: url('../fonts/TTTravels/TTTravels-ExtraBold.eot');
  src: local('TT Travels ExtraBold'), local('TTTravels-ExtraBold'),
  url('../fonts/TTTravels/TTTravels-ExtraBold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/TTTravels/TTTravels-ExtraBold.woff') format('woff'),
  url('../fonts/TTTravels/TTTravels-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Druk Text Wide Cyr";
  src: url("../fonts/DrukTextWideCyr-Medium/druktextwidecyr-medium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

button:focus {
  outline: 0 !important;
  box-shadow: none;
}

*:focus {
  box-shadow: none !important;
  border: 0;
}

.offcanvas.offcanvas-top {
  height: 100%;
}

a {
  font-family: TT Travels;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  color: #231F20;

}

a:hover, a:active {
  color: #F45535;
}

.app {
  overflow: hidden;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  position: relative;
  max-width: 1404px !important;
  padding-left: 24px;
  padding-right: 24px;
}

.rounded-base {
  border-radius: 24px;
}

@media (max-width: 1023px) {
  /*.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {*/
  /*  padding-left: 24px;*/
  /*  padding-right: 24px;*/
  /*}*/
}

@media (max-width: 767px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-left: 16px;
    padding-right: 16px;
  }
  .rounded-base {
    border-radius: 16px;
  }
}

@media (min-width: 1400px) {
  /*.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {*/
  /*  max-width: 1380px;*/
  /*}*/
}

.form-control.is-invalid, .was-validated .form-control:invalid,
.form-control.is-valid, .was-validated .form-control:valid {
  background-image: none;
}


@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.offcanvas.show .navbar-nav {
  align-items: start;
}

.navbar-nav {
  display: flex;
  align-items: center;
}

.navbar-nav .dropdown-menu {
  background: #FDFDFD;
  border: 1px solid #EDEDED;
  border-radius: 16px;
  margin-top: 10px;
  min-width: 200px;
}

.navbar-nav .dropdown-item {
  font-family: TT Travels;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding: 16px 20px !important;
  color: #908E8F;
  text-transform: none;
}

.navbar-nav .dropdown-item:hover {
  background-color: #f2f2f2;
}

.navbar-nav .dropdown-item:focus, .navbar-toggler:focus {
  box-shadow: none !important;
}

.btn-flex {
  padding: 20px 24px;
  border-radius: 24px;
  text-decoration: none;
  display: inline-block;
  position: relative;

  @media (max-width: 1023px) {
    border-radius: 16px;
  }
}

.btn-flex img {
  margin-right: 8px;
  border-radius: 0 !important;
}

a,
.btn-red,
.btn-red path,
.btn-white path {
  transition: all 0.3s ease;
}

.btn-red {
  border: 2px solid #F45535;
  font-family: TT Travels;
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
  color: #F45535;
  transition: all 0.3s ease;
}

.btn-red:hover {
  background: #F45535;
  color: #FDFDFD;
}

.btn-red svg {
  margin-right: 8px;
  margin-bottom: 3px;
}

.btn-red:hover path {
  stroke: #fff;
}

/*.btn-red:hover:after {
    position:absolute;
    left: 24px;
    top: 25px;
    width:16px;
    height:16px;
    content: '';
    background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1H15M15 1V15M15 1L1 15" stroke="%23FDFDFD" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}*/
.btn-white {
  background: #fff;
  font-family: TT Travels;
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
  color: #231F20;
}

.btn-white:hover {
  background: #F45535;
  color: #FDFDFD;
}

.btn-white svg {
  margin-right: 8px;
  margin-bottom: 3px;
}

.btn-white:hover path {
  stroke: #fff;
}

.btn-orange {
  background: #FFBA2D;
  font-family: TT Travels;
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
  color: #231F20;
  border: 0 !important;
}

.btn-gray {
  background: #F1F1F1;
  font-family: TT Travels;
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
  color: #231F20;
  border: 0;
  border-radius: 20px;
}

.link-red {
  color: #908E8F;
  text-decoration: none;
  font-family: TT Travels;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.link-gray {
  color: #908E8F;
  text-decoration: none;
  font-family: TT Travels;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.red-link {
  font-family: TT Travels;
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
  color: #F45535;
  text-decoration: none;
  display: block;
  margin-top: 16px;
}

@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    --bs-modal-width: 1380px;
  }
}

.modal .modal-header .btn-close {
  background: #F1F1F1;
  border-radius: 16px;
  padding: 12px;
}

.modal .modal-content {
  border-radius: 0;
}

.modal .modal-title {
  font-family: Druk Text Wide Cyr;
  font-size: 68px;
  font-weight: 500;
  line-height: 80px;
  text-transform: uppercase;
}

.modal .modal-header {
  border: 0;
}

.modal .modal-content {
  padding: 45px;
}

.modal .modal-title span {
  color: #F45535;
}

.modal .d-flex {
  flex-direction: column;
  justify-content: space-between;
}

.modal .contact {
  font-family: Druk Text Wide Cyr;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.modal .contact p:nth-child(1) {
  font-family: TT Travels;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.form-control {
  border: 0;
  border-bottom: 1px solid #EDEDED;
  border-radius: 0;
  padding: 12px 0;
  font-family: TT Travels;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

textarea.form-control {
  border: 1px solid #EDEDED;
  padding: 24px;
  border-radius: 24px;
}

.form-control::placeholder {
  font-family: TT Travels;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

label {
  font-family: TT Travels;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
}

.form-control:focus {
  box-shadow: none;
}

.modal .btn-orange {
  min-width: 250px;
}


.breadcrumb {
  margin: 32px 0;
}

.breadcrumb {
  font-family: TT Travels;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: #908E8F;
}

.breadcrumb a {
  font-family: TT Travels;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: #231F20;
}

.pagination {
  margin-top: 50px;
  margin-bottom: 140px;
}

.pagination .page-link {
  border: 1px solid #F1F1F1;
  padding: 16px 24px;
  color: #908E8F;
  border-radius: 20px !important;
  font-family: TT Travels;
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
}

.pagination li {
  margin: 0 6px;
}

.pagination .active > .page-link, .pagination .page-link.active {
  background: #F1F1F1;
  color: #231F20;
}


.ph1 {
  font-family: Druk Text Wide Cyr;
  font-size: 68px;
  font-weight: 500;
  line-height: 80px;
}

.p1 {
  font-family: TT Travels;
  font-size: 54px;
  font-weight: 500;
  line-height: 54px;
}

.p2, .top_banner .p2 {
  font-family: TT Travels;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.p3 {
  font-family: Druk Text Wide Cyr;
  font-size: 34px;
  font-weight: 500;
  line-height: 44px;
}

.p4 {
  font-family: TT Travels;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.modal .p1 span {
  color: #F45535;
}

.bg-gray {
  background: #F1F1F1;
  padding: 32px;
  border-radius: 24px;
}

.bg-white {
  background: #FDFDFD;
  padding: 32px;
  border-radius: 24px;
}

h1 {
  font-family: Druk Text Wide Cyr;
  font-size: 76px;
  font-weight: 500;
  line-height: 84px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

h2 {
  font-family: Druk Text Wide Cyr;
  font-size: 68px;
  font-weight: 500;
  line-height: 80px;
  text-transform: uppercase;
}

h3 {
  font-family: Druk Text Wide Cyr;
  font-size: 54px;
  font-weight: 500;
  line-height: 64px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

h4 {
  font-family: TT Travels;
  font-size: 34px;
  font-weight: 500;
  line-height: 44px;
}

.content h1 {
  font-size: 54px;
  line-height: 64px;
}

.navbar {
  --bs-navbar-color: #231F20;
}

body {
  font-family: 'TT Travels';
  color: #231F20;
  position: relative;
}

header {
  margin: 20px auto;
  background: #fff;
  display: block;
}

/*a {
    color:#F45535;
}*/
header ul a {
  font-family: TT Travels;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #231F20;
  text-transform: uppercase;
}

.header-burger {
  border: 0;
  outline: none;
  padding: 0;
}

.navbar-expand-xl .offcanvas {
  flex-grow: 0;
}

.header-menu {
}

.header-menu .nav-item {
  padding: 0 16px 0 20px;
}

.header-menu .nav-link {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding: 0 !important;

}

.header-menu .dropdown-toggle::after {
  border: none;
  margin: 0 0 0 4px;
  width: 24px;
  height: 24px;
  background: url(../images/arrow-menu.svg) no-repeat;
}

.header-phone {
  display: flex;
  align-items: center;
  margin-left: 25px;
  margin-right: 32px;
}

.header-phone a {
  text-decoration: none;
}

header .phone {
  font-family: TT Travels;
  font-size: 18px;
  font-weight: 800;
  line-height: 20px;
  white-space: nowrap;
}

section {
  margin-bottom: 140px;
}

.header_partner {
  height: 64px;
  border-radius: 24px;
  font-size: 18px;
  font-weight: 800;
  padding: 0 22px;
  align-items: center;
  display: inline-flex;
  white-space: nowrap;
}

.header_partner img {
  margin-right: 12px;
}

.header-partner {
  margin-left: 26px;
  margin-right: 33px;
}

.header-partner__btn {
  height: 48px;
  border-radius: 16px;
  padding: 0 20px 0 16px;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.header-logo {
  padding: 0;
  margin: 0;
  flex-grow: 1;
  display: flex;
}

.header-logo__image {
  width: 149px;
}

header .phone {
  text-decoration: none;
}

@media (max-width: 1349px) {
  .header-logo__image {
    width: 120px;
  }

  .header-phone {
    margin-left: 15px;
    margin-right: 20px;
  }

  .header-menu .nav-item {
    padding: 0 6px;
  }

}

@media (max-width: 1023px) {
  header .phone {
    font-size: 15px;
  }

  .header {
    margin: 0;
  }

  .header-logo__link {
    padding: 0;
    margin: 0;
  }

  .header-logo__image {
    width: 110px;
  }

}

@media (max-width: 767px) {
  .header-logo {
    padding: 0;
    margin: 0;
  }
}

.index-hero {
  padding-top: 30px;
}

.index-hero__title {
  margin-bottom: 32px;
}

.index-hero__help {
  height: 64px;
  padding: 0 32px;
  display: flex;
  align-items: center;
  border-radius: 20px;
  justify-content: center;
}

.index-hero__help svg {
  margin-right: 8px;
}

.index-hero__picture {
  border-radius: 24px;
  overflow: hidden;
  display: flex;
}

.index-hero__swiper {
  overflow: visible;
}

.index-hero__title {
  line-height: 1.18;
}

@media (min-width: 550px) {
  .index-hero__title span {
    display: none;
  }
}

@media (max-width: 1199px) {
  .index-hero__title {
    font-size: 52px;
  }
}

@media (max-width: 1023px) {
  .index-hero {
    padding-top: 10px;
    margin-bottom: 96px;
  }

  .index-hero__title {
    font-size: 42px;
    line-height: 1.1;
    margin-bottom: 22px;
  }

  .index-hero__picture {
    max-height: 480px;
  }
}


@media (max-width: 767px) {
  .index-hero {
    padding-top: 18px;
  }

  .index-hero__title {
    font-size: 28px;
    line-height: 1.13;
    margin-bottom: 16px;
  }

  .index-hero__picture {
    border-radius: 16px;
  }
}

@media (max-width: 450px) {
  .index-hero__picture {
    height: 360px;
  }
}

.top_banner .btn-flex {
  position: absolute;
  bottom: 32px;
  right: 32px;
}

.top_banner p {
  font-family: TT Travels;
  font-size: 54px;
  font-weight: 500;
  line-height: 54px;
  margin-bottom: 0;
}

.top_banner .p1 {
  margin-top: 64px;
}

.top_banner .p2 {
  margin-top: 32px;
}

.top_banner .nav-tabs {
  flex-wrap: wrap;
  overflow: unset;
}

.page_404 .title {
  font-family: Druk Text Wide Cyr;
  font-size: 76px;
  font-weight: 500;
  line-height: 90px;
  left: 34px;
  top: 34px;
  position: absolute;
}

.page_404 .desc {
  font-family: TT Travels;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  left: 34px;
  bottom: 34px;
  position: absolute;
  max-width: 530px;
}

.page_404 .btn-flex {
  right: unset;
  bottom: unset;
  position: relative;
  margin-top: 24px;
}


.about .desc {
  font-family: TT Travels;
  font-size: 54px;
  font-weight: 500;
  line-height: 54px;
}

.about .col-md-5 {
  position: relative;
}

.about .btn-flex {
  position: absolute;
  bottom: 32px;
  right: 32px;
  z-index: 1;
  padding: 0 32px;
  height: 64px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about .owl-about {
  margin-top: 65px;
}

.about .owl-about .d-flex {
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: url(../images/bg-flo.svg) center center no-repeat;
}

.about .owl-about .tns-item:nth-child(2) .d-flex {
  background: url(../images/bg-star.svg) center center no-repeat;
}

.about .owl-about .tns-item:nth-child(3) .d-flex {
  background: url(../images/bg-octo.svg) center center no-repeat;
}

.about .owl-about .d-flex div:nth-child(1) {
  font-family: Druk Text Wide Cyr;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.about .owl-about .d-flex div:nth-child(2) {
  font-family: TT Travels;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.about-place .d-flex {
  padding: 32px;
  background: #F1F1F1;
  border-radius: 24px;
  min-height: 270px;
  margin-bottom: 24px;
}

.about-place .col-lg-12 .d-flex {
  background: #F1F1F1 url(../images/flower-bg-4.svg) top right no-repeat;
  background-size: 23%;
}

.about-place {
  font-family: TT Travels;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.about-place .h-90 {
  height: 90% !important;
}

.index-about__title {
  margin-bottom: 24px;
}

.index-about__heading {
  text-transform: uppercase;
  margin-bottom: 12px;
}

.index-about__carousel {
  margin-bottom: 0;
}

.index-about__image {
  margin-left: -7px;
  position: relative;
}

.index-about .tns-controls,
.index-about .tns-nav {
  display: none;
}

@media (max-width: 1023px) {
  .index-about .tns-nav {
    display: flex;
    margin-top: 31px !important;
    justify-content: center;
  }

  .index-about .tns-nav button {
    width: 10px !important;
    height: 10px !important;
    margin: 0 6px !important;
  }
}

@media (max-width: 767px) {
  .index-about__desc {
    font-size: 14px !important;
    line-height: 1.28 !important;
  }

  .index-about__image {
    margin: 0;
  }

  .about .btn-flex {
    height: 48px;
    border-radius: 16px;
    bottom: 24px;
    right: 24px;
    left: 24px;
  }

  .index-about .tns-nav {
    display: flex;
    margin-top: 23px !important;
    justify-content: center;
  }

  .index-about {
    margin-bottom: 70px;
  }

  .index-about .tns-outer {
    margin-bottom: 0;
  }
}

@media (max-width: 410px) {
  .index-about__image {
    overflow: hidden;
    border-radius: 16px;
  }

  .index-about__image img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 300px;
  }
}

.owner .row,
.index-owner__row {
  position: absolute;
  left: 32px;
  right: 32px;
  top: 32px;
  display: flex;
}

/*.owner p {*/
/*    margin:48px 0;*/
/*}*/
.owner .block,
.index-owner__info {
  background: #f1f1f1;
  padding: 24px 32px;
  border-radius: 16px;
  height: 100%;
  font-family: TT Travels;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  max-width: 406px;
}

.owner .block div,
.index-owner__info b {
  font-family: Druk Text Wide Cyr;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 16px;
}

.owner .quot {
  padding: 137px 0 0 0;
  background: url(../images/quotation.svg) 11% 12% no-repeat;
}

.owner .title {
  font-family: TT Travels;
  font-size: 54px;
  font-weight: 500;
  line-height: 54px;
  text-align: center;
  max-width: 1024px;
  margin: auto;
  margin-bottom: 32px;
}

.owner .desc {
  font-family: TT Travels;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-left: 50.5%;
  max-width: 567px;
}

.index-owner__title {
  margin-bottom: 36px;
}

.index-owner__row {
  justify-content: space-between;
}

.index-owner__info {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.index-owner__info span {
  line-height: 1.1;
  color: #231F20;
  font-weight: 500;
  font-size: 14px;
}

@media (max-width: 767px) {
  .index-owner__title {
    margin-bottom: 16px;
  }
}

.project .owl-project {
  margin-right: -72px;
}

.project .position-relative {
  margin-bottom: 0;
  /* min-height: 470px; */
}

.project .d-flex {
  right: 32px;
  top: 42px;
  bottom: 32px;
  max-width: 640px;
  background: #fdfdfd;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 35px;
  gap: 20px;
}

.project .swiper-wrapper {
  margin-bottom: 0;
  padding-bottom: 80px;
}

.project .position-relative:nth-child(odd) .d-flex {
  left: 32px;
  right: auto;
}

.project .owl-project li:nth-child(odd) .d-flex {
  right: 32px !important;
  left: unset !important;
}

.project .d-flex .tag {
  background: #F1F1F1;
  border-radius: 16px;
  font-family: TT Travels;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  display: inline;
  padding: 12px 16px;
}

.project .d-flex .title {
  font-family: Druk Text Wide Cyr;
  font-size: 34px;
  font-weight: 500;
  line-height: 44px;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.project .d-flex p {
  font-family: TT Travels;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 24px;
  margin-bottom: 35px;
  text-transform: none;
}


.volont .d-flex {
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  background: #F1F1F1;
  border-radius: 24px;
  font-family: TT Travels;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.volont .title {
  font-family: Druk Text Wide Cyr;
  font-size: 76px;
  font-weight: 500;
  line-height: 84px;
  text-transform: uppercase;
}

.volont .title span {
  color: #F45535;
}


.cooperation .row {
  margin-bottom: 32px;
}

.cooperation .nav-tabs {
  flex-direction: column;
  margin: 0px;
  overflow: visible;
}

.cooperation .nav-link {
  width: 100%;
  text-align: left;
}

.cooperation .nav-tabs .nav-link {
  background: none;
  border: 1px solid #EDEDED;
  color: #908E8F;
  padding: 32px;
}

.cooperation .nav-tabs .nav-link:hover {
  background: #F1F1F1;
  color: #231F20;
}

.cooperation .nav-tabs .nav-link span {
  margin-right: 54px;
}

.cooperation .nav-tabs .nav-link.active {
  background: #F1F1F1;
  color: #231F20;
}

.cooperation .tab-content .title {
  display: none;
  z-index: 1;
}

.cooperation .tab-content p {
  z-index: 1;
}

.cooperation .d-flex {
  background: #F1F1F1;
  border-radius: 24px;
  overflow: hidden;
  padding: 32px;
  min-height: 590px;
  position: relative
}

.cooperation .row > div {
  position: relative;
}

.cooperation .tab-pane:nth-child(1) .d-flex:before {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  background: url(../images/flower-bg-1.svg) right top no-repeat;
  height: 428px;
  width: 430px;
  border-top-right-radius: 53px;
}

.cooperation .tab-pane:nth-child(2) .d-flex:after {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  background: url(../images/flower-bg-2.svg) right top no-repeat;
  height: 428px;
  width: 430px;
  border-top-right-radius: 53px;
}

.cooperation .tab-pane:nth-child(3) .d-flex:after {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  background: url(../images/flower-bg-3.svg) right top no-repeat;
  height: 428px;
  width: 430px;
  border-top-right-radius: 53px;
}

.cooperation .tab-pane:nth-child(4) .d-flex:after {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  background: url(../images/flower-bg-4.svg) right top no-repeat;
  height: 428px;
  width: 430px;
  border-top-right-radius: 53px;
}

.cooperation .tab-pane:nth-child(5) .d-flex:after {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  background: url(../images/flower-bg-5.svg) right top no-repeat;
  height: 428px;
  width: 430px;
  border-top-right-radius: 53px;
}

.cooperation .tab-pane:nth-child(6) .d-flex:after {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  background: url(../images/flower-bg-6.svg) right top no-repeat;
  height: 428px;
  width: 430px;
  border-top-right-radius: 53px;
}

.cooperation .d-flex p {
  font-family: TT Travels;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}


.help .owl-help li img {
  border-radius: 24px;
  margin-bottom: 12px;
}

.help .owl-help .desc {
  border-radius: 24px;
  background: #F1F1F1;
  padding: 32px;
  font-family: Druk Text Wide Cyr;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
  min-height: 208px;
}

.help .owl-help .desc span {
  color: #F45535;
}

.help .owl-help .desc .gray {
  color: #231F20;
}

.help .owl-help .desc a {
  margin-top: 48px;
  padding: 0 32px;
  text-transform: none;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  height: 64px;
}

.help-desc-down {
  margin-top: 45px;
  max-width: 1173px;
}

.help .owl-help {
  overflow: visible;
}

.help .owl-help .swiper-slide {
  width: 558px;
}

.help .p1 {
  margin-bottom: 48px;
}

.overflow-scroller {
  max-height: 500px;
  overflow: auto;
}

.mission .desc {
  font-family: TT Travels;
  font-size: 54px;
  font-weight: 500;
  line-height: 54px;
}

.nav-tabs {
  margin-top: 50px;
  border-bottom: 0px;
  margin-bottom: 24px;
  white-space: nowrap;
  flex-wrap: nowrap;
  overflow: scroll;
  text-align: center;
}

.nav-tabs::-webkit-scrollbar {
  display: none;
}

.nav-tabs.filter {
  margin-top: 16px;
}

.nav-tabs .nav-item:not(:last-of-type) {
  margin-right: 10px;
  margin-bottom: 10px;
}

.nav-tabs .nav-link {
  background: #F1F1F1;
  border: 0;
  font-family: TT Travels;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  color: #231F20;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 20px 50px;
}

.nav-tabs.filter .nav-link {
  padding: 14px 24px;
}

.nav-tabs .nav-link.active {
  background: #FFBA2D;
}

.nav-tabs .nav-link:hover {
  color: #908E8F;
}

.mission .tab-content {
  background: #F1F1F1;
  border-radius: 24px;
}

.mission .tab-content .tab-pane {
  padding: 250px 230px;
  text-align: center;
  border-radius: 24px;
}

.mission .tab-content .tab-pane:nth-child(1) {
  background: #F1F1F1 url(../images/bg-flo-white.svg) center center no-repeat;
}

.mission .tab-content .tab-pane:nth-child(2) {
  background: #F1F1F1 url(../images/bg-flo-white2.svg) center center no-repeat;
}

.mission .tab-content .tab-pane:nth-child(3) {
  background: #F1F1F1 url(../images/bg-flo-white3.svg) center center no-repeat;
}

.mission .tab-content .tab-pane:nth-child(4) {
  background: #F1F1F1 url(../images/bg-flo-white4.svg) center center no-repeat;
}

.mission .tab-content .tab-pane:nth-child(5) {
  background: #F1F1F1 url(../images/bg-flo-white5.svg) center center no-repeat;
}

.mission .tab-content .tab-pane:nth-child(6) {
  background: #F1F1F1 url(../images/bg-flo-white6.svg) center center no-repeat;
}

.mission .tab-content .title {
  font-family: Druk Text Wide Cyr;
  font-size: 76px;
  font-weight: 500;
  line-height: 84px;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.mission .tab-content p {
  font-family: TT Travels;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}


.static .d-flex {
  flex-direction: column;
  justify-content: space-between;
  border-radius: 24px;
  padding: 24px;
  background: #F1F1F1 url(../images/flor-orange.svg) bottom right no-repeat;
  font-family: TT Travels;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.static .tns-item:nth-child(2) .d-flex, .static li:nth-child(2) .d-flex {
  background: #F1F1F1 url(../images/cube-orange.svg) bottom right no-repeat;
}

.static .tns-item:nth-child(3) .d-flex, .static li:nth-child(3) .d-flex {
  background: #F1F1F1 url(../images/octo-orange.svg) bottom right no-repeat;
}

.static .tag {
  font-family: TT Travels;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
}

.static .title {
  font-family: Druk Text Wide Cyr;
  font-size: 67px;
  font-weight: 500;
  line-height: 84px;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.static .title span {
  color: #F45535;
}

.static .page {
  float: right;
  font-family: TT Travels;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
}

.static .page span {
  color: #908E8F;
}


.s-team {
  padding-top: 32px;
  margin-bottom: 220px;
}

@media (max-width: 1024px) {
  .s-team {
    padding-top: 10px;
    margin-bottom: 220px;
  }

  .s-team__image {
    height: 420px;
    object-fit: cover;
    object-position: center top;
    border-radius: 24px;
  }

  .s-team__btn {
    left: auto !important;
    padding: 0 24px !important;
    height: 48px;
    display: inline-flex;
    align-items: center;
  }

  .s-team h1 {
    margin-bottom: 22px;
  }

  .s-team .p1 {
    margin-top: 50px;
  }

}

.team .owl-carousel {
  margin-top: 49px;
}

.team .swiper-wrapper {
  margin-bottom: 0;
}

.team .tns-item > div > img {
  margin: auto;
  display: block;
  border-radius: 24px;
}

.team .tns-outer {
  position: relative
}

.team .hidden_block {
  display: none;
  height: 100%;

  padding: 35px;
  border-radius: 24px;
  /*min-height:542px;*/
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #F1F1F1;
}

/*
.team .tns-item > div > img {
    position: absolute;
    right:0;
    left:0;
    bottom:0;
    top:0;
}
.team .tns-item:hover > div > img {
    display:none;
}*/

.team .hidden_block > div:nth-child(1) > div:nth-child(1) {
  font-family: Druk Text Wide Cyr;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 10px;
}

.team .hidden_block > div:nth-child(1) > div:nth-child(2) {
  font-family: TT Travels;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.team .hidden_block > div:nth-child(2) {
  font-family: TT Travels;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.team .tns-item:hover .hidden_block {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}

.trustees-image {
  margin-right: -8px;
}

.trustees-content {
  padding-left: 16px;
}


.health .d-flex {
  min-height: 620px;
  background: #F1F1F1;
  border-radius: 24px;
  overflow: hidden;
  padding: 32px;
}

@media (min-width: 1024px) {
  .health .row > div:nth-child(1) {
    padding-right: 6px;
  }

  .health .row > div:nth-child(2) {
    padding-left: 6px;
  }
}

.health .row > div:nth-child(1) > div:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  background: url(../images/bg-health-1.svg) 13px top no-repeat;
  height: 428px;
  width: 430px;
}

.health .row > div {
  position: relative;
}

.health .row > div:nth-child(1) > div:after {
  position: absolute;
  right: -5px;
  top: 0;
  content: '';
  background: url(../images/bg-health-2.svg) 95% 1% no-repeat;
  height: 428px;
  width: 430px;
  border-top-right-radius: 53px;
}

.health .row > div:nth-child(2) > div:before {
  position: absolute;
  left: -5px;
  top: 0;
  content: '';
  background: url(../images/bg-health-3.svg) 13px top no-repeat;
  height: 428px;
  width: 430px;
  border-top-left-radius: 42px;
}

.health .row > div:nth-child(2) > div:after {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  background: url(../images/bg-health-4.svg) 73% 0% no-repeat;
  height: 428px;
  width: 430px;
}

.health .d-flex p {
  font-family: TT Travels;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  z-index: 1;
  margin: 0;
  /* max-width: 525px; */
}

.health .d-flex p span {
  font-family: Druk Text Wide Cyr;
  font-size: 34px;
  font-weight: 500;
  line-height: 44px;
  text-transform: uppercase;
}


.friends .owl-carousel {
  margin-top: 36px;
}

.friends li img {
  margin: auto;
  display: block;
}

.friends .tns-outer {
  position: relative
}

.friends .tns-item > div {
  border: 1px solid #F1F1F1;
  border-radius: 24px;
  min-height: 420px;
  position: relative;
  z-index: 9;
}

.friends .tns-item > div > img {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
}

/* .friends .tns-item:hover img {
  display: none;
} */

.friends .tns-item .position-absolute {
  display: none;
}

/* .friends .tns-item:hover > div {
  background: #F1F1F1;
} */

.friends .tns-item .position-absolute > div:nth-child(2) {
  font-family: TT Travels;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.friends .tns-item .desc > div:nth-child(1) {
  font-family: Druk Text Wide Cyr;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
  margin-top: 32px;
  margin-bottom: 16px;
}

.friends .tns-item .desc > div:nth-child(2) {
  font-family: TT Travels;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.friends .tns-item .position-absolute a {
  font-family: TT Travels;
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
  color: #F45535;
  text-decoration: none;
}

.friends .tns-item:hover .position-absolute {
  display: flex !important;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding: 35px;
}

.tns-inner {
  overflow: hidden;
}

.tns-outer .tns-nav {
  margin: 40px auto 0 auto;
  text-align: center;
}

.tns-outer {
  position: relative;
}

@media (min-width: 1024px) {
  .gallery-full .tns-outer .tns-nav {
    bottom: 32px;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
  }

  .gallery-full .tns-outer .tns-controls {
    bottom: 55%;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
  }

  .gallery-full [data-controls="prev"] {
    position: absolute;
    left: 35px;
  }

  .gallery-full [data-controls="next"] {
    position: absolute;
    right: 35px;
  }
}

.tns-outer .tns-nav [aria-controls] {
  width: 13px;
  height: 13px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background: #231F20;
  border: 0
}

.tns-outer .tns-nav > .tns-nav-active {
  background: #F45535;
}

.tns-controls {
  float: right;
  margin-top: -36px;
}

.tns-controls button {
  border: 0px;
  background: none;
}

.arrow-prev {
  background: #fff url(../images/b-arrow.svg) center center no-repeat;
  width: 56px;
  height: 56px;
  border: 1px solid #EDEDED;
  border-radius: 50%;
  rotate: 180deg;
  opacity: 1;
}

.arrow-next {
  background: #fff url(../images/b-arrow.svg) center center no-repeat;
  width: 56px;
  height: 56px;
  border: 1px solid #EDEDED;
  border-radius: 50%;
  opacity: 1;
}

.arrow-next:hover, .arrow-prev:hover {
  background-color: #F1F1F1;
}

/*.swiper-wrapper {*/
/*    margin-bottom:90px;*/
/*}*/
.swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: #231F20;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #F45535;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 14px;
}

.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}

.swiper-button-prev {
  bottom: 0;
  top: unset;
  right: 70px;
  left: unset;
  z-index: 11;
}

.swiper-button-next {
  bottom: 0;
  top: unset;
  right: 0;
  z-index: 11;
}

/*.swiper-slide {*/
/*    width: 70%;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/

.owl-team-4 {
  overflow: visible !important;
}

.owl-team-4 .swiper-slide {
  /*width: calc(33.3% - 12px);*/
}

.owl-team-3 .swiper-slide {
  width: 40%;
}

.owl-90 .swiper-slide {
  width: 95%;
}


.news .row .img-fluid {
  border-radius: 24px;
}

.news .small {
  font-family: TT Travels;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 24px;
  color: #231F20;
}

.news .small img {
  margin: 0 8px;
}

.news .title {
  font-family: TT Travels;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin: 12px 0;
  color: #231F20;
  height: 50px;
  overflow: hidden;
}

.search_form .title {
  margin: 0
}

.news a {
  font-family: TT Travels;
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
  color: #F45535;
  text-decoration: none;
  display: block;
}

.news .row > div {
  margin-bottom: 20px;
}

.news-gallery {
  margin-bottom: 64px;
}

.news .red-link {
  margin-top: 16px;
}

section.anketa img {
  border-radius: 24px;
}

section.anketa .container {
  position: relative;
}

section.anketa .btn-flex {
  position: absolute;
  bottom: 32px;
  right: 32px;
}

section.anketa .position-absolute {
  position: absolute;
  top: 32px;
  left: 32px;
  font-family: TT Travels;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
}


.map .d-flex {
  top: 32px;
  right: 56px;
  bottom: 32px;
}

.map li {
  margin-bottom: 10px;
}

.map a {
  font-family: Druk Text Wide Cyr;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #231F20;
  text-decoration: none;
  text-transform: uppercase;
}


footer {
  margin-bottom: 50px;
}

footer img.logo {
  width: 164px;
}

footer .link .row {
  margin-bottom: 56px;
}

footer .link .row a {
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 8px;
  display: inline-block
}

footer .rounded {
  border: 1px solid #EDEDED;
  border-radius: 20px !important;
  padding: 12px 27px;
}

footer .subsc .title {
  font-family: TT Travels;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

footer .subsc .form-control {
  border: 1px solid #EDEDED;
  border-radius: 20px;
  padding: 20px 40px 20px 24px;
}

footer .subsc .enter {
  position: absolute;
  right: 20px;
  top: 50%;
  border: 0;
  background: none;
}

footer .btn-gray {
  display: block;
}

footer .btn-gray:hover {
  color: #908E8F;
}

footer .list-inline {
  margin-bottom: 0;
}

footer .logo p {
  margin-top: 34px;
  font-size: 18px;
  line-height: 1.33;
}

.cookie_block {
  background: #F1F1F1;
  padding: 28px 24px;
  color: #231F20;
  z-index: 999;
}

.cookie_block .d-lg-flex {
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}

.cookie_block a {
  color: #F45535;
}

.cookie_block a:hover {
  color: #231F20;
}

.cookie_block .btn-white:after {
  display: none;
}

.content .date {
  font-family: TT Travels;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.content .text {
  font-family: TT Travels;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.content .text p:nth-child(1) {
  font-family: TT Travels;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}


.garant .d-flex {
  min-height: 380px;
}

.garant h5 {
  font-family: TT Travels;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
}


.tags .d-flex {
  position: relative;
  background: #F1F1F1;
  border-radius: 24px;
  overflow: hidden;
  padding: 32px;
}

.tags ul {
  margin-bottom: 0px;
}

.tags li {
  background: #F1F1F1;
  border: 0;
  font-family: Druk Text Wide Cyr;
  font-size: 33px;
  font-weight: 500;
  line-height: 44px;
  color: #231F20;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 20px 50px;
  margin: 0 12px 12px 0;
}

.tags .d-flex:before {
  position: absolute;
  right: -109px;
  top: -61px;
  content: '';
  background: url(../images/flower-bg-6.svg) 0 0 no-repeat;
  height: 100%;
  width: 100%;
  background-size: 90%;
}

.tags .d-flex div {
  z-index: 1;
}


.team-volunteering .position-relative {
  overflow: hidden;
}

.team-volunteering .position-absolute {
  bottom: 32px;
  left: 32px;
  right: 62px;
  font-family: Druk Text Wide Cyr;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}


.trustees .p1 {
  margin-top: 54px;
  margin-bottom: 32px;
}

.trustees .p2 {
  max-width: 811px;
}

.trustees .tns-item > div {
  /*border:1px solid #F1F1F1;*/
  border-radius: 24px;
  min-height: 542px;
  position: relative;
}

/*.trustees .tns-item > div > img {
    position: absolute;
    right:0;
    left:0;
    bottom:0;
    top:0;
}
.trustees .tns-item:hover > div > img {
    display:none;
}
.trustees .tns-item:hover > div {
    background: #F1F1F1;
}*/
.trustees .hidden_block {
  display: none;
  height: 100%;
  padding: 35px;
  border-radius: 24px;
  /* min-height: 542px; */
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #F1F1F1;
}

.trustees .hidden_block > div:nth-child(1) > div:nth-child(1) {
  font-family: Druk Text Wide Cyr;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 10px;
}

.trustees .hidden_block > div:nth-child(1) > div:nth-child(2) {
  font-family: TT Travels;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.trustees .hidden_block > div:nth-child(2) {
  font-family: TT Travels;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.trustees .tns-item:hover .hidden_block {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}

.to_partner .tags ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/*
.to_partner .tags li {text-align: center;}
.to_partner .tags li:nth-child(1),
.to_partner .tags li:nth-child(2) {
    width:49%;
}
.to_partner .tags li:nth-child(5) {
    width: 46%;
}*/

.search_form .title .form-control {
  background: #F1F1F1;
  color: #231F20;
  font-family: TT Travels;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding: 14px 50px 14px 24px;
  border-radius: 16px;
  transition: none;
  border: 0;
}

.search_form .form-control {
  border: 1px solid #F1F1F1 !important;
  color: #231F20;
  font-family: TT Travels;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding: 14px 50px 14px 24px;
  border-radius: 16px;
  transition: none;
  border: 0;
}

.search_form .title .form-control:focus, .search_form .title .form-control:active {
  box-shadow: none;
  border: 0;
  background: #F1F1F1;
}

.search_form .title {
  position: relative;
}

.search_form .date {
  position: relative;
}

.search_form .date .close {
  position: absolute;
  right: 35px;
  top: 23px;
  width: 10px;
  display: none;
}

.search_form button[type=submit] {
  position: absolute;
  border: 0;
  background: none;
  right: 35px;
  top: 15px;
}

.search_form .title .close {
  display: none;
  position: absolute;
  border: 0;
  background: none;
  right: 24px;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
}

.flatpickr-day:hover,
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay,
span.flatpickr-day.startRange, span.flatpickr-day.prevMonthDay.startRange, span.flatpickr-day.nextMonthDay.startRange, span.flatpickr-day.endRange, span.flatpickr-day.prevMonthDay.endRange, span.flatpickr-day.nextMonthDay.endRange {
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: #FFBA2D !important;
}

span.flatpickr-day, span.flatpickr-day.prevMonthDay, span.flatpickr-day.nextMonthDay {
  border: 0;
}

span.flatpickr-day.today:not(.selected):hover, span.flatpickr-day.prevMonthDay.today:not(.selected):hover, span.flatpickr-day.nextMonthDay.today:not(.selected):hover {
  border: 0;
  background: #FFBA2D;
}

span.flatpickr-day:hover {
  background: #F1F1F1;
}

.flatpickr-current-month span.cur-month:hover,
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover,
.flatpickr-current-month input.cur-year {
  background: #FDFDFD;
}

.flatpickr-months .flatpickr-month {
  margin-bottom: 20px;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  left: 24px;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  right: 24px;
}

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  top: 20px;
}

.flatpickr-calendar.animate.open {
  padding: 24px;
}

.flatpickr-current-month span.cur-month {
  font-family: TT Travels;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

span.flatpickr-weekday {
  color: #908E8F;
  font-family: TT Travels;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}


.not_found {
  font-family: Druk Text Wide Cyr;
  font-size: 34px;
  font-weight: 500;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
}

.not_found div {
  font-family: TT Travels;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 24px;
  text-transform: none;
}


.choices__inner {
  background: none;
  color: #231F20;
  border: 1px solid #EDEDED;
  border-radius: 16px !important;
  padding: 14px 24px !important;
  font-family: TT Travels;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.choices__list--single {
  padding: 0px 16px 0px 0px;
}

.choices__list--dropdown, .choices__list[aria-expanded] {
  background: #FDFDFD;
  border: 1px solid #EDEDED;
  border-radius: 16px;
  margin-top: 10px;
}

.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
  font-family: TT Travels;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding: 14px 24px !important;
  color: #231F20;
}


div:where(.swal2-container).swal2-center > .swal2-popup {
  border-radius: 20px;
}

div:where(.swal2-container) h2:where(.swal2-title) {
  font-family: Druk Text Wide Cyr;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #231F20;
  text-align: left;
  padding: 32px;
}

div:where(.swal2-container) .swal2-html-container {
  font-family: TT Travels;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  padding: 32px;
  margin: 0;
  padding-top: 0;
  color: #231F20;
}

.swal2-actions {
  margin-top: 0px;
  width: 100%;
}

.swal2-actions button {
  width: 45%;
}

div:where(.swal2-icon) {
  width: 64px;
  height: 64px;
}

@media (min-width: 768px) {
  .index_tabs.nav-tabs .nav-item {
    display: block;
    width: 25%;
  }

  .corp_tabs.nav-tabs .nav-item {
    display: block;
    width: 33.3%;
  }

  .corp_tabs.nav-tabs .nav-item button,
  .index_tabs.nav-tabs .nav-item button {
    display: block;
    width: 100%;
  }
}

@media (max-width: 1024px) {
  section {
    margin-bottom: 90px;
  }

  .about .desc {
    font-size: 24px;
    line-height: 34px;
  }

  .owner .desc {
    margin: 0;
    text-align: center;
  }

  .owner .title {
    font-size: 34px;
    line-height: 34px;
    margin-top: 100px;
  }

  .owner .quot {
    background-position: center 70px;
    background-size: 35%;
  }

  .mission .tab-content .title {
    font-size: 42px;
    line-height: 46px;
  }

  .mission .tab-content p {
    font-size: 18px;
    line-height: 20px;
  }

  .mission .desc {
    font-size: 30px;
    line-height: 34px;
  }

  .mission .tab-content .tab-pane {
    padding: 150px 30px;
    background-size: contain !important;
  }

  .volont .d-flex {
    font-size: 14px;
    line-height: 18px;
  }

  .volont .title {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 24px;
  }

  .project .position-absolute .title {
    font-size: 24px;
    line-height: 34px;
  }

  .static .title {
    font-size: 32px;
    line-height: 36px;
  }

  .project .d-flex {
    background: #F1F1F1;
    border-radius: 24px;
    max-width: none;
    margin-top: 15px;
  }

  .project .d-flex .tag {
    background: #FDFDFD;
    margin-bottom: 64px;
  }

  .project .d-flex p {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .project .d-flex .title {
    font-size: 24px;
    line-height: 40px;
  }

  .cooperation .nav-tabs .nav-link span {
    margin-right: 10px;
  }

  .nav-tabs .nav-link {
    padding: 15px;
    min-width: 150px;
  }

  .tags li {
    font-size: 18px;
    line-height: 28px;
  }

  .anketa .btn-flex {
    position: relative;
    background: #F1F1F1;
    right: unset;
    bottom: unset;
    margin-top: 10px;
  }

  .anketa .btn-flex:hover {
    background: #F45535;
  }

  .anketa .btn-flex svg {
    margin-right: 5px;
    margin-bottom: 3px;
  }

  .anketa .btn-flex:hover path {
    stroke: #fff;
  }

  .modal .modal-title {
    font-size: 28px;
    line-height: 30px;
  }

  .modal .contact {
    font-size: 17px;
    line-height: 23px;
  }

  footer .link .row {
    margin-bottom: 10px;
  }

  .navbar-nav .dropdown-menu {
    background: none;
    border: 0;
    border-radius: 16px;
    margin: 0px 0;
  }

  .navbar-nav .nav-item {
    margin: 16px 0;
    display: block;
    width: 100%;
  }

  .dropdown-toggle::after {
    float: right;
    margin-top: 10px;
  }

  .navbar-nav .dropdown-item {
    font-family: TT Travels;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    padding: 10px 0px !important;
    color: #908E8F;
    text-transform: none;
  }

  .about .owl-about .d-flex {
    background-size: contain;
  }

  .static .d-flex {
    font-size: 23px;
    background-size: 40% !important;
  }

  .navbar-collapse {
    margin-top: 24px;
  }

  .navbar {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  header .collapse .phone {
    margin-top: 48px;
    margin-bottom: 24px;
  }

  .btn-red, .btn-gray {
    font-size: 15px;
    line-height: 20px;
    /*margin-bottom:24px;*/
  }

  header .btn-red, .float-md-end .btn-red {
    margin-bottom: 0;
  }

  footer .subsc .title {
    font-size: 12px;
    line-height: 16px;
  }

  footer .rounded, footer .link .row a {
    font-size: 12px;
    line-height: 16px;
  }

  .about .btn-flex {
    left: 24px;
    text-align: center;
  }

  .owner .row {
    position: static;
    margin-top: 16px;
  }

  .owner .block {
    background: #F1F1F1;
    max-width: unset;
  }

  .top_banner .btn-flex {
    right: 24px;
    bottom: 24px;
    font-size: 15px;
    line-height: 20px;
  }

  .owner p {
    margin: 16px 0;
  }

  .health .row > div:nth-child(1) > div:after,
  .health .row > div:nth-child(1) > div:before {
    display: none;
  }

  .health .row > div:nth-child(2) > div:before,
  .health .row > div:nth-child(2) > div:after {
    display: none;
  }

  .health .col-md-6:nth-child(1) .d-flex {
    background: #F1F1F1 url(../images/bg-health-1.svg) -50px top no-repeat;
    background-size: 80%;
  }

  .health .col-md-6:nth-child(2) .d-flex {
    background: #F1F1F1 url(../images/bg-health-4.svg) 150% top no-repeat;
    background-size: 80%;
  }

  .help .owl-help .desc .gray {
    font-size: 16px;
    line-height: 24px;
  }

  .friends .tns-item > div {
    min-height: 330px;
  }

  .friends .tns-item .desc > div:nth-child(1) {
    font-size: 16px;
    line-height: 24px;
  }

  .friends .tns-item .desc > div:nth-child(2) {
    font-size: 14px;
    line-height: 18px;
  }

  .team .hidden_block > div:nth-child(1) > div:nth-child(1),
  .trustees .hidden_block > div:nth-child(1) > div:nth-child(1) {
    font-size: 16px;
    line-height: 24px;
  }

  .team .hidden_block > div:nth-child(1) > div:nth-child(2),
  .trustees .hidden_block > div:nth-child(1) > div:nth-child(2) {
    font-size: 14px;
    line-height: 18px;
  }

  .team .hidden_block > div:nth-child(2),
  .trustees .hidden_block > div:nth-child(2) {
    font-size: 14px;
    line-height: 18px;
  }

  .owl-team-4 .swiper-slide {
    width: 70%;
  }
}

@media (max-width: 991px) {
  .row > div {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {

  section {
    margin-bottom: 64px;
  }

  h1, .content h1 {
    font-size: 42px;
    line-height: 46px;
  }

  h2 {
    font-size: 38px;
    line-height: 42px;
  }

  h3 {
    font-size: 32px;
    line-height: 36px;
  }

  h4 {
    font-size: 20px;
    line-height: 28px;
  }

  .p1, .top_banner .p1 {
    font-size: 30px;
    line-height: 34px;
  }

  .p2, .top_banner .p2 {
    font-size: 18px;
    line-height: 20px;
  }

  .p3 {
    font-size: 24px;
    line-height: 34px;
  }

  .btn-flex {
    padding: 12px 20px;
    font-family: TT Travels;
    font-size: 15px;
    font-weight: 800;
    line-height: 20px;
  }

  .owl-team li:not(:last-child) {
    margin-bottom: 24px;
  }

  .team .swiper-wrapper {
    display: block;
  }

  .owl-team-4 .swiper-slide {
    width: 49%;
    display: inline-block;
  }

  .swiper-button-next, .swiper-button-prev {
    display: none;
  }

  .owl-team li .hidden_block {
    position: relative !important;
    background: #F1F1F1;
    border-radius: 24px;
    padding: 32px;
    margin-top: 24px;

    display: flex !important;
    min-height: 450px;
    flex-direction: column;
    justify-content: space-between;
    padding: 35px;
  }

  .owner .block div {
    font-size: 13px;
    line-height: 18px;
  }

  .project .d-flex p {
    font-size: 14px;
    line-height: 18px;
  }

  .project .d-flex .title {
    font-size: 18px;
    line-height: 24px;
  }

  .project .d-flex .content {
    min-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .help .owl-help .desc .gray {
    font-size: 13px;
    line-height: 18px;
  }

  .mission .tab-content .title {
    font-size: 22px;
    line-height: 28px;
  }

  .mission .desc {
    font-size: 22px;
    line-height: 26px;
  }

  .static .title {
    font-size: 28px;
    line-height: 32px;
  }

  .about-place .d-flex {
    margin-bottom: 0px;
  }

  .about .owl-about .d-flex {
    min-height: 550px;
    background-size: contain;
  }

  .tags .d-flex {
    min-height: 350px;
  }

  .tags .d-flex:before {
    background: url(../images/flower-bg-6.svg) top right no-repeat;
    height: 100%;
    width: 100%;
    /*background-size: 47%;*/
    right: 0;
  }

  .project .position-absolute {
    position: relative !important;
    left: 0px !important;
  }

  footer .row > div {
    margin-bottom: 10px;
  }

  .tns-outer {
    margin-bottom: 100px;
  }

  .tns-outer .tns-controls {
    display: none;
  }

  .tns-controls {
    margin-top: 0;
  }

  section.anketa .btn-flex {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
  }

  .top_banner .btn-flex {
    left: 24px;
    text-align: center;
  }

  .trustees .tns-item > div > img {
    position: relative !important;
  }

  .trustees .hidden_block {
    position: relative !important;
    background: #F1F1F1;
    border-radius: 24px;
    padding: 32px;
    margin-top: 24px;
    display: flex !important;
    min-height: 450px;
    flex-direction: column;
    justify-content: space-between;
    padding: 35px;
  }

  .cooperation .nav-tabs {
    display: none;
  }

  .cooperation .tab-content > div {
    display: block;
    position: relative;
  }

  .cooperation .tab-content > div:not(:last-child) {
    margin-bottom: 24px;
  }

  .cooperation .tab-content .title {
    display: block;
    font-family: Druk Text Wide Cyr;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 18px;
  }

  .cooperation .tab-content .title span {
    position: absolute;
    top: 32px;
    font-family: TT Travels;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
  }

  .cooperation .d-flex p {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
  }

  .health .d-flex {
    min-height: 550px;
  }

  .map a {
    font-size: 16px;
    line-height: 24px;
  }

  .to_partner .tags li {
    display: block;
  }

  .bg-gray {
    padding: 24px;
  }

  .partner .p3 {
    font-size: 16px;
    line-height: 24px;
  }

  .partner .p2 {
    font-size: 14px;
    line-height: 18px;
  }

  .news .partner .p3 {
    font-size: 20px;
    line-height: 28px;
  }

  .news .partner .p2 {
    font-size: 14px;
    line-height: 18px;
  }

  .search_form .title {
    margin-bottom: 20px
  }


  footer .row > .d-flex {
    flex-direction: row !important;
    justify-content: space-between !important;
    margin-bottom: 48px;
  }

  .static .d-flex {
    height: 100%;
  }

  .overflow-scroller {
    max-height: unset;
    overflow: none;
  }

  .friends .tns-item .desc > div:nth-child(1) {
    font-size: 13px;
    line-height: 18px;
  }

  .friends .tns-item > div > img {
    display: none;
  }

  .friends .tns-item .position-absolute {
    display: flex !important;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    padding: 35px;
    background: #F1F1F1;
    border-radius: 24px;
  }

  .static .d-flex {
    font-size: 18px;
    line-height: 22px;
  }

  .health .d-flex p span {
    font-size: 20px;
    line-height: 28px;
  }

  .health .d-flex p {
    font-size: 14px;
    line-height: 18px;
  }

  .content .text p:nth-child(1) {
    font-size: 18px;
    line-height: 22px;
  }

  .content .text {
    font-size: 14px;
    line-height: 18px;
  }

  .cooperation .d-flex {
    min-height: 450px;
  }

  .cooperation .tab-pane .d-flex:before, .cooperation .tab-pane .d-flex:after {
    background-size: 60% !important;
  }

  .team-volunteering .position-absolute {
    padding: 24px;
    font-family: Druk Text Wide Cyr;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }

  .not_found {
    font-family: Druk Text Wide Cyr;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
  }

  .not_found div {
    font-family: TT Travels;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
  }

  .page_404 .title {
    font-family: Druk Text Wide Cyr;
    font-size: 42px;
    font-weight: 500;
    line-height: 46px;
  }

  .page_404 .desc {
    font-family: TT Travels;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    max-width: 350px;
  }

  .page_404 .btn-flex {
    left: unset;
    right: unset;
    bottom: unset;
  }
}

.about-target__image-two {
  display: none;
}

.health-main {
  margin-top: 54px;
}


@media (max-width: 425px) {

  .about-top_banner {
    padding-top: 16px;
  }

  .about-top_banner h1 {
    margin-bottom: 16px;
  }

  .about-top_banner .p1 {
    margin-top: 32px;
  }

  .about-top_banner__img {
    height: 260px;
    object-fit: cover;
    object-position: center;
  }


  .owl-team-4 .swiper-slide {
    width: 100%;
  }

  footer .row > .d-flex {
    display: block !important;
  }

  .to_partner .tags ul {
    display: block;
    text-align: center;
  }

  .to_partner .tags li {
    font-family: Druk Text Wide Cyr;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
  }

  .to_partner .tags .d-flex:before {
    background-size: 47%;
  }

  .to_partner .tags .d-flex {
    min-height: 240px;
  }

  .help .owl-help .desc {
    padding: 24px;
  }

  section.anketa .position-absolute {
    left: 24px;
    top: 24px;
  }

  .news .partner .bg-gray {
    min-height: 370px;
  }

  .cooperation .d-flex {
    min-height: 380px;
  }

  .cooperation .tab-pane .d-flex:before, .cooperation .tab-pane .d-flex:after {
    background-size: 40% !important;
  }

  footer .padd {
    margin-top: 32px;
  }

  h1, .content h1 {
    font-size: 28px;
    line-height: 32px;
  }

  h2 {
    font-size: 22px;
    line-height: 28px;
  }

  h3 {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 16px;
  }

  .p1, .top_banner .p1 {
    font-size: 22px;
    line-height: 26px;
  }

  .p2, .top_banner .p2 {
    font-size: 18px;
    line-height: 20px;
  }

  .health .d-flex p span {
    font-size: 13px;
    line-height: 18px;

  }

  .health .d-flex p {
    font-size: 14px;
    line-height: 18px;
  }

  .modal .modal-content, .friends .tns-item:hover .d-none.position-absolute {
    padding: 24px;
  }

  .static .d-flex {
    font-size: 18px;
    line-height: 20px;
  }

  .static .title {
    font-size: 18px;
    line-height: 24px;
  }

  .static .tag, .static .page {
    font-size: 12px;
    line-height: 16px;
  }

  .content .text p:nth-child(1) {
    font-size: 18px;
    line-height: 20px;
  }

  .content .text {
    font-size: 14px;
    line-height: 18px;
  }

  .not_found {
    font-family: Druk Text Wide Cyr;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
  }

  .not_found div {
    font-family: TT Travels;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
  }

  .page_404 .title {
    font-family: Druk Text Wide Cyr;
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
  }

  .page_404 .desc {
    font-family: TT Travels;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin-top: 32px;
    position: relative;
    top: unset;
    left: unset;
    bottom: unset;

    background: #F1F1F1;
    border-radius: 24px;
    padding: 24px;
    max-width: unset;
  }
}

@media (min-width: 1200px) {
  .position-md-absolute {
    position: absolute;
  }
}


@media (max-width: 767px) {
  header.sticky-top {
    margin: 0;
  }

  header.sticky-top .navbar {
    padding: 17px 0 13px 0;
  }

  header.sticky-top .navbar-brand img {
    width: 110px;
    height: auto;
  }

  .about-target__image-one {
    display: none;
  }

  .about-target__image-two {
    display: block;
  }

  .about-target .about-place .d-flex {
    min-height: 180px;
    padding: 24px;
    border-radius: 16px;
  }

  .about-target__id {
    font-size: 18px;
  }

  .about-target__desc {
    font-size: 14px;
    line-height: 1.3;
  }

  .about-target .about-place .col-lg-6 {
    margin-bottom: 8px;
  }

  .about-target .about-place .col-lg-12,
  .about-target .col-lg-7 {
    margin-bottom: 0;
  }

  .about-owner .about-owner__desc {
    margin-top: 0;
    margin-bottom: 24px;
  }

  .about-owner .about-owner__image {
    height: 360px;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    border-radius: 16px;
  }

  .about-owner .block {
    padding: 24px;
  }

  .about-owner .about-owner__row {
    margin-top: 8px;
    row-gap: 8px;
  }

  .about-owner .col-md-6 {
    margin: 0 !important;
  }

  .about-owner .about-owner__name {
    font-size: 13px;
    margin-bottom: 12px;
    margin-right: 45px;
  }

  .about-owner .about-owner__post {
    font-size: 12px;
    line-height: 1.33;
    margin: 0;
  }

  .about-owner .about-owner__info {
    margin-top: 32px !important;
  }

  .about-static .about-static__desc {
    height: 320px;
    margin-bottom: 8px;
  }

  .about-static .about-static__subtitle {
    text-transform: uppercase;
    font-weight: 800;
  }

  .about-static .about-static__title {
    /* font-size: 28px; */
    /* line-height: 1.3; */
    margin-bottom: 16px;
    padding-right: 20px;
  }

  /* .about-static .about-static__item-1 .about-static__title {
    font-size: 22px;
  } */

  .about-static .about-static__image {
    height: 320px;
    object-fit: cover;
    object-position: top center;
    width: 100%;
    overflow: hidden;
    border-radius: 16px;
  }

  .about-static .about-static__picture {
    margin-bottom: 16px;
  }

  .about-gallery .swiper-wrapper {
    margin-bottom: 40px;
  }
}

.about-static__subtitle {
  text-transform: uppercase;
}


/* ПРАВКИ */
.color-orange {
  color: #F45535;
}

/* ABOUT */
.owl-about {
  display: none;
  overflow: visible;
}
.owl-about > * {
  min-width: 100%;
  flex: 1;
}
.index-about-swiper {
  overflow: visible;
}
.swiper-about-pagination {
  margin: 24px auto 0;
  width: fit-content !important;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-about-pagination .swiper-pagination-bullet {
  margin: 0 6px !important;
  width: 10px;
  height: 10px;
}

/* --- OWNER --- */
.owner .quot {
  background: none;
}
.owner .title {
  position: relative;
}
.owner .title::before {
  content: '';
  width: 160px;
  height: 90px;
  display: block;
  position: absolute;
  left: -5%;
  top: -21%;
  background: url('../images/quotation.svg');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

/* --- PROJECT --- */
.project .title-secondary {
  margin-bottom: 36px;
}
.project > .container > * + * {
  margin-top: 12px;
}
.project .btn-red {
  padding: 16px 24px;
  width: fit-content;
  display: flex;
  align-items: center;
}

/* --- VOLONT --- */
.volont .volont__block {
  display: flex;
}
.volont .volont__image {
  margin-right: 12px;
  width: 42%;
  border-radius: 24px;
  aspect-ratio: 558/520;
  overflow: hidden;
}
.volont .volont__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.volont .volont__card {
  width: 58%;
}
.volont .volont__card__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.volont .volont__card__bottom > div:first-child {
  margin-right: 16px;
  width: 50%;
}
.volont .volont__card__bottom > div:last-child {
  width: 250px;
}
.volont .volont__card__bottom > div:last-child > a {
  width: 100%;
  text-align: center;
}
.volont .volont__card .btn-red {
  padding: 16px 24px;
  width: fit-content;
  min-width: fit-content;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.volont .volont__card .btn-red svg {
  flex-shrink: 0;
}

/* --- MISSION --- */
.mission .title-secondary {
  margin-bottom: 24px;
}
.mission .nav-tabs > :nth-child(1) .active {
  background: #f35180;
}
.mission .nav-tabs > :nth-child(2) .active {
  background: #ffba2d;
}
.mission .nav-tabs > :nth-child(3) .active {
  background: #f45535;
}
.mission .nav-tabs > :nth-child(4) .active {
  background: #c380b9;
}
.mission .nav-tabs > :nth-child(5) .active {
  background: #019bcc;
}
.mission .nav-tabs > :nth-child(6) .active {
  background: #00ca87;
}
.mission .nav-item {
  /* margin-bottom: 0 !important; */
  flex: 1;
}
.mission .nav-link {
  padding: 20px 0;
  width: 100%;
}
.mission .tab-content .tab-pane {
  padding: 250px 20px;
}
.mission .tab-content .tab-pane p {
  margin: auto;
}
.mission #tab1 p { width: 55% }
.mission #tab2 p { width: 50% }
.mission #tab3 p { width: 60% }
.mission #tab4 p { width: 55% }
.mission #tab5 p { width: 55% }
.mission #tab6 p { width: 75% }

/* --- ДОСТИЖЕНИЯ --- */
.about-static__desc {
  padding-right: 6px;
}
.about-static__picture {
  padding-left: 6px;
}
.owl-static {
  margin: 0 -20px;
  display: flex;
  overflow: visible;
}
.owl-static > * {
  padding: 0 20px;
  min-width: 100%;
  flex: 1;
}
.achieve-swiper {
  overflow: visible;
}
.swiper-achieve-pagination {
  margin: 24px auto 0;
  width: fit-content !important;
  height: 56px;
  display: flex;
  align-items: center;
}
.swiper-achieve-pagination .swiper-pagination-bullet {
  margin: 0 6px !important;
  width: 10px;
  height: 10px;
}

/* --- FRIENDS --- */
.friends__card__inner {
  width: 100%;
  height: 420px;
  position: relative;
  border: 2px solid #f1f1f1;
  border-radius: 24px;
  transition: transform 1.2s;
  transform-style: preserve-3d;
}
.friends__card__cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.friends__card__cover.front {
  padding: 32px;
  display: grid;
  place-items: center;
}
.friends__card__cover.front > * {
  grid-area: 1/1/2/2;
}
.friends__card__cover.front > div:first-child {
  align-self: flex-start;
  justify-self: flex-start;
  font-size: 24px;
  line-height: 32px;
  color: #908E8F;
}
.friends__card__cover.back {
  padding: 24px;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  background: #f1f1f1;
  overflow: hidden;
}
.friends__card__cover.back > div:has(img) {
  display: none;
}
.friends__numeration {
  margin-bottom: 32px;
  font-size: 24px;
  line-height: 32px;
} 
.friends__title {
  margin-bottom: 16px;
  font-family: 'Druk Text Wide Cyr';
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
}
.friends__desc {
  font-size: 18px;
  line-height: 24px;
  flex: 1;
}
.friends__link {
  font-size: 18px;
  line-height: 24px;
  color: #F45535;
}

.friends .numeration > span {
  font-size: 24px;
}
.friends .btn-red {
  display: flex;
  align-items: center;
}
.friends .container {
  overflow: visible;
}
.swiper-friends {
  margin-top: 36px;
  overflow: visible;
}
.friends__navigation {
  margin-top: 36px;
  position: relative;
}
.friends__navigation .swiper-pagination {
  position: static;
}
.friends__navigation .swiper-pagination-bullet {
  margin: 0 6px !important;
  width: 10px;
  height: 10px;
}
.friends__arrow {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.friends__arrow > div {
  margin: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  position: static;
  border: 2px solid #ededed;  
}
.friends__arrow > div:last-child {
  margin-left: 12px;
}
.friends__arrow > div svg {
  width: 24px;
}

/* --- NEWS --- */
.news .text-center {
  font-size: 54px;
  line-height: 64px;
}
.news .row {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px 12px;
}
.news .row > * {
  padding: 0;
  width: 100% !important;
}
.news .row .news__image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.news .row a {
  /* display: grid; */
  height: 100%;
}
.news .row a > .small {
  display: flex;
}
.news .row a > .title {
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .row a > .more {
  margin-top: auto;
  margin-bottom: 0;
  height: auto;
  /* flex: 1; */
  /* display: flex; */
  /* align-items: flex-end; */
}
.news .row > div {
  margin-bottom: 0;
}
.news .row > div .news__image {
  aspect-ratio: 330/320;
}
.news .row > div:first-child {
  grid-column: span 2;
}
.news .row > div:first-child .news__image {
  aspect-ratio: 672/320;
}
.news .row > div:nth-child(6) {
  grid-column: span 2;
}
.news .row > div:last-child .news__image {
  aspect-ratio: 672/320;
}
.news .not_found {
  margin: 140px 0 !important;
  justify-self: center;
  grid-column: span 4 !important;
}

/* --- FOOTER --- */
.footer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.footer__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer__mailing {
  width: 66%;
  max-width: 444px;
  display: flex;
  flex-direction: column;
}
.footer__mailing__title {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.footer__mailing__input {
  margin-bottom: 12px;
  position: relative;
}
.footer__mailing__input > button {
  margin: 0 -10px;
  padding: 10px;
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
}
.footer__mailing__checkbox label {
  white-space: nowrap;
}
.footer__logo {
  display: flex;
  flex-direction: column;
}
.footer__address {
  margin-top: 34px;
  font-size: 18px;
  line-height: 24px;
}
.footer__right {
  display: grid;
  grid-template-columns: 1fr 65.5%;
  gap: 48px 0;
}
.footer__right ul {
  list-style-type: none;
}
.footer__right__subtitle {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}
.footer__right__subtitle:first-of-type {
  align-self: center;
}
.footer__right__reports {
  display: grid;
  grid-template-columns: repeat(auto-fiLl, minmax(102px, 1fr));
  gap: 12px;
}
.footer__right__reports > *:not(:last-child) {
  margin-right: 12px;
}
.footer__right__reports li {
  width: 100%;
}
.footer__right__reports a {
  padding: 12px;
  width: 100%;
  display: block;
  text-align: center;
}
.footer__right__documents a {
  text-transform: uppercase;
  white-space: nowrap;
}
.footer__right__documents .group {
  display: flex;
  align-items: center;
}
.footer__right__documents .group:last-of-type {
  margin-top: 8px;
}
.footer__right__documents .group > * + * {
  margin-left: 24px;
}
.footer__right__contacts a {
  text-transform: uppercase;
}
.footer__right__contacts > * + * {
  margin-top: 8px;
}
.footer__right__smi a {
  text-transform: uppercase;
}
.footer__right__smi > * + * {
  margin-top: 8px;
}
.footer__socials {
  margin-top: 40px;
  grid-column: span 2;
  display: flex;
}
.footer__socials a {
  text-align: center;
}
.footer__socials > * + * {
  margin-left: 12px;
}
.footer__socials > div {
  flex: 1;
}
.footer__socials > div > a {
  width: 100%;
}
.footer__bottom {
  margin-top: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__bottom div:last-of-type > a {
  display: flex;
  align-items: center;
}
.footer__bottom div:last-of-type > a > img {
  margin-left: 5px;
}
.footer ul {
  padding-left: 0;
}
/* --- COOKIE --- */
.cookie_block {
  width: 100%;
  position: fixed !important;
  bottom: 0;
}
.cookie_block .d-lg-flex > div:first-of-type {
  width: 60%;
}
.cookie_block .d-lg-flex a {
  font-weight: 500;
}

/* ---АНКЕТА --- */
.anketa__wrapper {
  display: grid;
  width: fit-content;
  max-width: 100vw;
  border-radius: 24px;
  aspect-ratio: 1356/620;
  overflow:hidden;
}
.anketa__bg {
  max-height: 620px;
  grid-area: 1/1/2/2;
  overflow: hidden;
  aspect-ratio: 1356/620;
}
.anketa__bg img {
  width: 120%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: 50% 25%;
}
.anketa__content {
  padding: 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-area: 1/1/2/2;
  z-index: 3;
}
.anketa__title {
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  text-transform: uppercase;
}
.anketa__subtitle {
  align-self: flex-end;
  font-family: "Druk Text Wide Cyr";
  font-size: 76px;
  font-weight: 500;
  line-height: 84px;
  text-transform: uppercase;
}
.anketa__button {
  align-self: flex-end;
  justify-self: flex-end;
  background: #fdfdfd;
}
.anketa__snowflakes {
  grid-area: 1/1/2/2;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.anketa__snowflakes svg {
  position: absolute;
}
.anketa__snowflakes svg:nth-of-type(1) {
  width: 10%;
  height: 75%;
  top: 0; 
  left: 0;
}
.anketa__snowflakes svg:nth-of-type(2) {
  width: 30%;
  height: 56%;
  top: 0;
  left: 17%;
}
.anketa__snowflakes svg:nth-of-type(3) {
  width: 21%;
  height: 48%;
  top: 0;
  right: 0;
}
.anketa__snowflakes svg:nth-of-type(4) {
  width: 35%;
  height: 45%;
  bottom: 0;
  left: 4%;
}
.anketa__snowflakes svg:nth-of-type(5) {
  width: 19%;
  height: 46%;
  bottom: 0;
  right: 0;
}

/* --- DESKTOP --- */
@media (min-width: 1200px) {
  .hide-desktop {
    display: none !important;
  }

  /* --- О ФОНДЕ --- */
  .index-about .owl-about {
    margin-top: 64px;
  }
  .index-about .button {
    padding: 0 32px 0 28px;
  }

  /* --- FRIENDS --- */
  .friends__card {
    position: static;
    perspective: 2000px;
    border: none !important;
  }
  .friends__card:hover > .friends__card__inner {
    transform: rotateY(-180deg);
  }
  .friends__card__cover.back {
    transform: rotateY(180deg);
  }

  /* --- NEWS --- */
  .news .float-md-end a {
    margin-top: 36px;
  }
}

/* --- LARGE TABLET --- */
@media (min-width: 1024px) and (max-width: 1199px) {
  .hide-xl-tablet {
    display: none !important;
  }

  /* --- О ФОНДЕ --- */
  .index-about .tns-outer {
    margin-top: 48px;
  }

  /* --- OWNER --- */
  .owner .index-owner__row {
    margin-top: 16px;
    height: 150px;
    align-items: center;
    position: static;
  }
  .owner .index-owner__info {
    max-width: 100%;
    height: 100%;
    flex: 1;
  }
  .owner .index-owner__info:nth-of-type(2) {
    margin-left: 8px;
  }
  .owner .title {
    margin-top: 0;
  }
  .owner .title::before {
    width: 105px;
    height: 57px;
    top: -6%;
    left: 0;
  }
  .owner .desc {
    width: 50%;
    margin-left: auto;
    text-align: start;
  }

  /* --- PROJECT --- */
  .project .title-secondary {
    margin-bottom: 24px;
  }
  .project .project__card {
    display: flex;
    flex-direction: row;
  }
  .project .project__card.reverse {
    flex-direction: row-reverse;
  }  
  .project .project__card-image {
    margin-right: 8px;
    width: 36%;
    height: 100%;
    aspect-ratio: 265/330;
    flex: 1;
    border-radius: 24px;
    overflow: hidden;
  }
  .project .project__card-image.reverse {
    margin-left: 8px;
    margin-right: 0;
  }
  .project .project__card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
  }
  .project .project__card-image.reverse img {
    object-position: 75% center;
  }
  .project .project__card .d-flex {
    background: #f1f1f1;
  }
  .project .project__card .d-flex .tag {
    background: #fdfdfd;
  }

  /* --- VOLONT --- */
  .volont .volont__image {
    margin-right: 8px;
    width: 37%;
    aspect-ratio: 265/300;
  }
  .volont .volont__card {
    width: 63%;
  }
  .volont__card .title {
    font-size: 50px;
    line-height: 55px;
  }
  .volont .volont__card__bottom > div:last-child {
    width: fit-content;
    min-width: 215px;
  }

  /* --- MISSION --- */
  .mission .nav-link {
    font-size: 14px;
  }
  .mission #tab1 p { width: 75% }
  .mission #tab2 p { width: 60% }
  .mission #tab3 p { width: 80% }
  .mission #tab4 p { width: 75% }
  .mission #tab5 p { width: 75% }
  .mission #tab6 p { width: 95% }

  /* --- ДОСТИЖЕНИЯ --- */
  .about-static__title {
    margin-bottom: 16px !important;
    /* font-size: clamp(16px, 4vw, 68px) !important; */
    /* line-height: clamp(1.2rem, 4vw + 1rem, 5.5rem) !important; */
  }
  
  /* --- FRIENDS --- */
  .friends__card {
    position: static;
    perspective: 2000px;
    border: none !important;
  }
  .friends__card:hover > .friends__card__inner {
    transform: rotateY(-180deg);
  }
  .friends__card__cover.back {
    transform: rotateY(180deg);
  }

  /* --- FOOTER --- */
  .footer__bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 15px;
  }
  .footer__bottom > div:nth-child(1) { grid-area: 2/1/3/2 }
  .footer__bottom > div:nth-child(2) { grid-area: 1/2/2/3 }
  .footer__bottom > div:nth-child(3) { grid-area: 1/1/2/2 }
  .footer__bottom > div:nth-child(4) { grid-area: 2/2/3/3 }
  /* --- COOKIES --- */
  .cookie_block .container {
    padding: 0;
  }
  .cookie_block .d-lg-flex > div:first-of-type {
    width: 80%;
  }

  /* --- ANKETA --- */
  .anketa__subtitle {
    font-size: 52px;
    line-height: 58px;
  }
  
  /* --- BURGER --- */
  .offcanvas-header__contacts {
    margin-right: 30px;
    display: flex;
    justify-content: flex-end;
    flex: 1;
  }
  .offcanvas-header__contacts .header-phone {
    margin: 0;
    padding: 14px 14.5px;
  }
  .offcanvas-header__contacts .header_partner {
    margin-left: 12px;
    height: 48px;
    border-radius: 16px;
  }

  .header-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .header-menu > :nth-child(1) { order: 1; }
  .header-menu > :nth-child(2) { order: 3; }
  .header-menu > :nth-child(3) { order: 2; }
  .header-menu > :nth-child(4) { order: 4; }

  .header-menu .nav-item {
    margin: 16px 0;
  }
  .header-menu .nav-item .nav-link {
    font-size: 12px;
  }
  .header-menu .nav-item .dropdown-menu {
    margin-top: 0;
    border: none;
    background: none;
  }
  .header-menu .nav-item .dropdown-item {
    padding: 10px 0 !important;
    font-size: 14px;
  }
  .header-menu .nav-item .nav-link.show::after {
    transform: rotate(180deg);
  }
}

/* --- TABLET --- */
@media (min-width: 768px) and (max-width: 1023px) {
  .hide-tablet {
    display: none !important;
  }

  /* --- О ФОНДЕ */
  .owl-about {
    display:  none !important;
  }
  .index-about-swiper {
    margin: 48px -24px 0;
    padding: 0 24px;
    display: block;
  }
  .index-about .button {
    padding: 0 24px 0 20px;
  }
  .swiper-about-pagination {
    margin: 8px auto;
    justify-content: center;
  }
  .swiper-about-prev,
  .swiper-about-next {
    display: none;
  }

  /* --- OWNER --- */
  .owner .index-owner__row {
    margin-top: 16px;
    height: 150px;
    align-items: center;
    position: static;
  }
  .owner .index-owner__info {
    padding: 24px;
    max-width: 100%;
    height: 100%;
    flex: 1;
  }
  .owner .index-owner__info:nth-of-type(2) {
    margin-left: 8px;
  }
  .owner .index-owner__info b {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 24px;
  }
  .owner .index-owner__info span {
    font-size: 12px;
    line-height: 16px;
  }
  .owner .quot {
    padding-top: 64px;
    background: none;
  }
  .owner .title {
    margin: 0 auto 24px;
    font-size: 30px;
    line-height: 34px;
  }
  .owner .title::before {
    width: 69px;
    height: 38px;
    top: -8%;
    left: 0;
  }
  .owner .desc {
    margin: auto;
    width: 80%;
    max-width: 100%;
    font-size: 14px;
    line-height: 18px;
  }

  /* --- PROJECT --- */
  .project .title-secondary {
    margin-bottom: 24px;
  }
  .project .position-relative {
    min-height: 0;
  }
  .project .project__card {
    display: flex;
    flex-direction: row;
  }
  .project .project__card.reverse {
    flex-direction: row-reverse;
  }  
  .project .project__card-image {
    margin-right: 8px;
    width: 100%;
    aspect-ratio: 265/330;
    flex: 1 0 37%;
    border-radius: 24px;
    overflow: hidden;
  }
  .project .project__card-image.reverse {
    margin-left: 8px;
    margin-right: 0;
  }
  .project .project__card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 10% center;
  }
  .project .project__card-image.reverse img {
    object-position: 75% center;
  }
  .project .project__card .d-flex {
    margin-top: 0;
    padding: 24px;
    background: #f1f1f1;
  }
  .project .project__card .d-flex .tag {
    margin-bottom: 44px;
    font-size: 12px;
    line-height: 16px;
    background: #fdfdfd;
  }
  .project .project__card .d-flex .content {
    min-height: 198px;
  }
  .project .project__card .btn-red {
    padding: 9px 20px;
  }
  .project .project__card .btn-red svg {
    margin-bottom: 2px;
  }
  .project .d-flex .title {
    margin-bottom: 0;
    font-size: 20px !important;
    line-height: 28px !important;
  }
  .project .d-flex p {
    margin: 16px 0 24px !important;
  }

  /* --- VOLONT --- */
  .volont .volont__image {
    margin-right: 8px;
    width: 37%;
    aspect-ratio: 265/280;
  }
  .volont .volont__card {
    width: 63%;
  }
  .volont .volont__card > .d-flex {
    padding: 24px;
  }
  .volont .volont__card__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .volont .volont__card__bottom > div:first-child {
    margin: 0 0 16px 0;
    width: 95%;
  }
  .volont .volont__card__bottom > div:last-child {
    width: fit-content;
  }
  .volont .volont__card__bottom .btn-red {
    padding: 9px 20px;
  }
  .volont .volont__card__bottom .btn-red svg {
    margin-bottom: 2px;
  }
  
  /* --- MISSION --- */
  .mission .title-secondary {
    margin-bottom: 16px;
  }
  .mission .nav-tabs {
    margin: 24px -24px 16px -24px;
    padding: 0 24px;
  }
  .mission .nav-item {
    min-width: 174px;
  }
  .mission .nav-item:not(:last-of-type) {
    margin-right: 8px;
  }
  .mission .nav-link {
    padding: 14px 0;
    font-size: 12px;
    border-radius: 16px;
  }
  .mission .tab-content .tab-pane {
    padding: 174px 10px;
  }
  .mission #tab1 p { width: 70% }
  .mission #tab2 p { width: 65% }
  .mission #tab3 p { width: 85% }
  .mission #tab4 p { width: 75% }
  .mission #tab5 p { width: 70% }
  .mission #tab6 p { width: 98% }
  .mission .desc {
    font-size: 30px;
    line-height: 24px;
  }

  /* --- ДОСТИЖЕНИЯ --- */
  .static {
    margin-top: 24px;
  }
  .achieve-swiper .swiper-wrapper {
    flex-direction: column; 
  }
  .achieve-swiper .row {
    margin: 0;
    flex-wrap: nowrap;
  }
  .achieve-swiper .about-static__title {
    margin-bottom: 16px;
    /* font-size: 32px !important; */
    /* line-height: 36px !important; */
  }
  .achieve-swiper .about-static__subtitle {
    font-size: 12px;
    line-height: 16px;
  }
  .achieve-swiper .page {
    font-size: 12px;
    line-height: 16px;
  }
  .achieve-swiper .about-static__desc {
    margin-bottom: 16px;
    padding: 0;
    /* width: 62%; */
    min-height: 300px;
    flex: 1 0 55%;
    aspect-ratio: 447/300;
  }
  .achieve-swiper .about-static__desc div:has(.about-static__title) {
    font-size: 18px;
    line-height: 22px;
  }
  .achieve-swiper .about-static__picture {
    margin-left: 8px;
    margin-bottom: 16px;
    padding: 0;
    min-height: 300px;
    flex: 1 0 auto;
    aspect-ratio: 265/300;
  }
  .achieve-swiper .about-static__picture img {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    object-fit: cover;
    object-position: center center;
  }
  .achieve-swiper .swiper-achieve-pagination, 
  .swiper-achieve-prev, .swiper-achieve-next {
    display: none;
  }

  /* --- FRIENDS --- */
  .friends .title-secondary {
    line-height: 48px;
  }
  .friends .float-md-end > a {
    padding: 8.5px 20px;
  }
  .swiper-friends {
    margin-top: 24px;
  }
  .friends__card {
    min-height: 330px;
    aspect-ratio: 356/330;
  }
  .friends__card__inner {
    margin: 0;
    height: 100%;
  }
  .friends__card__cover.back > div:has(img) {
    display: block;
    flex: 1;
  }
  .friends__card__cover.back > div:has(img) img {
    max-width: 130px;
    max-height: 80px;
    mix-blend-mode: multiply;
  }
  .friends__navigation {
    margin-top: 16px;
  }
  .friends__numeration {
    display: none;
  }
  .friends__title {
    font-size: 16px;
    line-height: 24px;
  }
  .friends__desc {
    margin-bottom: 16px;
    flex: 0;
    font-size: 14px;
    line-height: 18px;
  }
  .friends__link {
    font-size: 15px;
    line-height: 20px;
  }
  .friends__arrow {
    display: none;
  }

  /* --- NEWS --- */
  .news .nav-tabs {
    margin: 24px 0 14px;
  }
  .news .nav-tabs .nav-link {
    padding: 14px 15px;
    font-size: 12px;
  }
  .news .text-center {
    font-size: 32px;
    line-height: 36px;
  }
  .news .row {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 8px;
  }
  .news .row > div .news__image {
    aspect-ratio: 356/240;
  }
  .news .row > div:nth-child(2) {
    grid-column: span 2;
  }
  .news .row > div:nth-child(2) .news__image {
    aspect-ratio: 720/330;
  }
  .news .row > div:nth-child(6) {
    grid-column: unset;
  }
  .news .row > div:last-child .news__image {
    aspect-ratio: 356/240;
  }
  .news .not_found {
    margin: 96px 0 !important;
    justify-self: center;
    grid-column: span 2 !important;
  }
  .news .not_found > div {
    margin-top: 16px;
  }
  
  /* --- ANKETA --- */
  .anketa__wrapper {
    max-height: none;
    aspect-ratio: 720/480;
  }
  .anketa__bg {
    max-height: none;
    aspect-ratio: 720/480;
  }
  .anketa__bg img {
    width: 142%;
    object-fit: cover;
    object-position: 100% 30%;
    transform: translateX(-8%);
  }
  .anketa__content {
    padding: 24px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-area: 1/1/2/2;
    z-index: 3;
  }
  .anketa__title {
    font-size: 12px;
    line-height: 16px;
  }
  .anketa__subtitle {
    font-size: 38px;
    line-height:42px;
  }
  .anketa__snowflakes svg:nth-of-type(1) {
    display: none;
  }
  .anketa__snowflakes svg:nth-of-type(2) {
    width: 44%;
    height: 52%;
    top: 0;
    left: 2%;
  }
  .anketa__snowflakes svg:nth-of-type(3) {
    width: 26%;
    height: 56%;
    top: 0;
    right: -5%;
  }
  .anketa__snowflakes svg:nth-of-type(4) {
    width: 45%;
    height: 54%;
    bottom: 0;
    left: -14%;
  }
  .anketa__snowflakes svg:nth-of-type(5) {
    width: 22%;
    height: 58%;
    bottom: 0;
    right: -6%;
  }

  /* --- FOOTER --- */
  .footer {
    display: flex;
    flex-direction: column;
  }
  .footer__logo {
    margin-bottom: 32px;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .footer__logo > a {
    width: max-content;
  }
  .footer__logo img {
    width: 110px;
  }
  .footer__logo > * {
    flex: 1;
  }
  .footer__address {
    margin-top: 0;
    font-size: 14px;
    line-height: 18px;
  }
  .footer__mailing {
    margin-bottom: 48px;
    width: 100%;
    max-width: 100%;
  }
  .footer__mailing__title {
    font-size: 12px;
    line-height: 16px;
  }
  .footer__mailing__input > input {
    padding: 14px 24px !important;
    font-size: 14px;
    line-height: 18px;
  }
  .footer__mailing__input > input::placeholder {
    font-size: 14px;
    line-height: 18px;
  }
  .footer__right {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: repeat(3, calc(100px + 20px));
    gap: 20px 0;
  }
  .footer__right > :nth-child(-n+2) {
    grid-column: span 2;
  }
  .footer__right > :nth-child(2),
  .footer__right > :nth-child(4),
  .footer__right > :nth-child(6),
  .footer__right > :nth-child(8) {
    margin-bottom: 20px;
  }
  .footer__right__subtitle {
    font-size: 12px;
    line-height: 16px;
  }
  .footer__right a {
    font-size: 12px;
    line-height: 16px;
  }
  .footer__right__documents .group {
    margin-top: 0 !important;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer__right__documents .group:first-of-type li:first-child {
    margin-top: -8px;
  }
  .footer__right__documents .group li {
    margin-top: 8px;
    margin-left: 0;
  }
  .footer__right__reports {
    grid-template-columns: repeat(4, 1fr);
  }
  .footer__socials a {
    padding: 14px;
  }
  .footer__bottom {
    margin: 30px 0 0 !important;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 15px;
  }
  .footer__bottom > div:nth-child(1) { grid-area: 2/1/3/2 }
  .footer__bottom > div:nth-child(2) { grid-area: 1/2/2/3 }
  .footer__bottom > div:nth-child(3) { grid-area: 1/1/2/2 }
  .footer__bottom > div:nth-child(4) { grid-area: 2/2/3/3 }
  /* --- COOKIES --- */
  .cookie_block .container {
    padding: 0;
  }
  .cookie_block .d-lg-flex {
    display: flex;
  }
  .cookie_block .d-lg-flex > div:first-of-type {
    width: 70%;
    font-size: 14px;
    line-height: 18px;
  }
  .cookie_block .d-lg-flex > div:first-of-type > a {
    font-size: 14px;
    line-height: 18px;
  }
  .cookie_block .btn-flex {
    margin-top: 0 !important;
    padding: 10px 39px;
    font-size: 15px;
  }
  
  /* --- BURGER --- */
  .offcanvas-header__contacts {
    margin-right: 30px;
    display: flex;
    justify-content: flex-end;
    flex: 1;
  }
  .offcanvas-header__contacts .header-phone {
    margin: 0;
    padding: 14px 14.5px;
  }
  .offcanvas-header__contacts .header_partner {
    margin-left: 12px;
    height: 48px;
    border-radius: 16px;
  }

  .header-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .header-menu > :nth-child(1) { order: 1; }
  .header-menu > :nth-child(2) { order: 3; }
  .header-menu > :nth-child(3) { order: 2; }
  .header-menu > :nth-child(4) { order: 4; }

  .header-menu .nav-item .nav-link {
    font-size: 12px;
  }
  .header-menu .nav-item .dropdown-item {
    font-size: 14px;
  }
  .header-menu .nav-item .nav-link.show::after {
    transform: rotate(180deg);
  }
  /* --- BURGER --- */
}

/* --- MOBILE --- */
@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }

  /* --- О ФОНДЕ --- */
  .owl-about {
    display: none !important;
  }
  .index-about-swiper {
    margin: 0 -16px;
    padding: 0 16px;
    display: block;
  }
  .index-about-swiper .swiper-slide > div > div:first-child {
    height: 100% !important;
    aspect-ratio: 328/280;
  }
  .index-about-swiper .swiper-slide > div > div:last-child {
    width: 100%;
    max-width: unset !important;
    aspect-ratio: 328/320;
  }
  .index-about-swiper .swiper-slide > div > div:last-child > picture {
    height: 100%;
  }
  .index-about .title-secondary {
    margin-bottom: 16px !important;
  }
  .index-about .title-secondary + div {
    margin-bottom: 16px !important; 
  }
  .swiper-about-pagination {
    margin: 0 auto;
    justify-content: center;
  }
  .swiper-about-pagination .swiper-pagination-bullet {
    margin: 0 6px !important;
    width: 10px;
    height: 10px;
  }

  /* --- OWNER --- */
  .owner .position-relative > div:first-child {
    height: 360px;
    border-radius: 16px;
    overflow: hidden;
  }
  .owner .position-relative > div:first-child > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 60% center;
    transform: scale(1.05);
  }
  .owner .index-owner__row {
    margin-top: 8px;
    position: static;
    flex-direction: column-reverse;
  }
  .owner .index-owner__info {
    padding: 24px;
    max-width: 100%;
    height: 100%;
    flex: 1;
  }
  .owner .index-owner__info:nth-of-type(2) {
    margin-bottom: 8px;
  }
  .owner .index-owner__info b {
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 18px;
  }
  .owner .index-owner__info span {
    font-size: 12px;
    line-height: 16px;
  }
  .owner .quot {
    padding-top: 48px;
  }
  .owner .title {
    margin: 0 0 24px;
    font-size: 22px;
    line-height: 26px;
  }
  .owner .title::before {
    margin: 0 auto 16px;
    width: 69px;
    height: 38px;
    position: static;
  }
  .owner .title br {
    display: none;
  }
  .owner .desc {
    margin: auto;
    font-size: 14px;
    line-height: 18px;
  }
  /* --- OWNER --- */

  /* --- PROJECT --- */
  .project .title-secondary {
    margin-bottom: 16px;
  }
  .project .project__card-image {
    aspect-ratio: 328/300;
    border-radius: 16px;
    overflow: hidden;
  }
  .project .project__card-image img {
    height: 100%;
    object-fit: cover;
    object-position: left center;
  }
  .project .project__card-image.reverse img {
    object-position: 90% center;
  }
  .project .project__card .d-flex {
    margin-top: 8px;
    padding: 24px;
    gap: 0;
  }
  .project .d-flex {
    border-radius: 16px;
  }
  .project .d-flex .title {
    margin-bottom: 0;
  }
  .project .d-flex p {
    margin-top: 16px;
  }
  .project .d-flex .content {
    min-height: 0;
  }
  .project .project__card .btn-red {
    padding: 9px 20px;
  }
  .project .project__card .btn-red svg {
    margin-bottom: 2px;
  }
  .project .project__card .d-flex .tag {
    font-size: 12px;
    line-height: 16px;
  }
  /* --- PROJECT --- */

  /* --- VOLONT --- */
  .volont .volont__block {
    flex-direction: column;
    aspect-ratio: 328/320;
  }
  .volont .volont__image {
    margin-bottom: 8px;
    width: 100%;
    border-radius: 16px;
    aspect-ratio: 328/300;
  }
  .volont .volont__card {
    width: 100%;
    max-height: 320px;
    aspect-ratio: 328/320;
  }
  .volont .volont__card > .d-flex {
    padding: 24px;
    border-radius: 16px;
  }
  .volont .volont__card .title {
    font-size: 28px;
    line-height: 32px;
  }
  .volont .volont__card__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .volont .volont__card__bottom > div:first-child {
    margin: 0 0 16px 0;
    width: 100%;
  }
  .volont .volont__card__bottom > div:last-child {
    width: fit-content;
  }
  .volont .volont__card__bottom .btn-red {
    padding: 9px 20px;
  }
  .volont .volont__card__bottom .btn-red svg {
    margin-bottom: 2px;
  }
  /* --- VOLONT --- */

  /* --- MISSION --- */
  .mission .nav-tabs {
    margin: 24px -16px 16px -16px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .mission .nav-item {
    min-width: 140px !important;
  }
  .mission .nav-link {
    padding: 14px 0;
    min-width: 0;
    font-size: 12px;
    border-radius: 16px;
  }
  .mission .tab-content .tab-pane {
    padding: 102px 20px 0;
    min-height: 360px;
    background-size: auto 85% !important;
    background-clip: content-box;
  }
  .mission .tab-content .tab-pane.active {
    display: grid !important;
    place-items: center;
  }
  .mission .tab-content .tab-pane .title {
    margin-bottom: 8px;
  }
  .mission .tab-content .tab-pane > div {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .mission .tab-content .tab-pane > div > p {
    flex: 1;
    height: 100%;
  }
  .mission #tab1 p { width: 100% }
  .mission #tab2 p { width: 100% }
  .mission #tab3 p { width: 100% }
  .mission #tab4 p { width: 100% }
  .mission #tab5 p { width: 100% }
  .mission #tab6 p { width: 100% }

  /* --- ДОСТИЖЕНИЯ --- */
  .achieve-swiper .swiper-wrapper {
    flex-direction: column;
  }
  .achieve-swiper .row {
    margin: 0;
  }
  .achieve-swiper .about-static__desc {
    margin-bottom: 8px;
    padding: 0;
    min-height: 320px;
    max-height: 320px;
    aspect-ratio: 328/320;
  }
  .achieve-swiper .about-static__picture {
    padding: 0;
    min-height: 320px;
    max-height: 320px;
    aspect-ratio: 328/320;
    border-radius: 16px;
    overflow: hidden;
  }
  .achieve-swiper .about-static__picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .achieve-swiper .about-static__title {
    margin-bottom: 16px;
    /* font-size: 22px !important; */
    /* line-height: 28px !important; */
  }
  .achieve-swiper .about-static__title + br {
    display: none;
  }
  .achieve-swiper .about-static__desc div:has(.about-static__title) {
    font-size: 14px;
    line-height: 18px;
  }
  .achieve-swiper .swiper-achieve-pagination,
  .swiper-achieve-prev, .swiper-achieve-next {
    display: none;
  }

  /* --- FRIENDS ---  */
  .swiper-friends {
    margin: 16px 0 24px;
  }
  .swiper-friends .swiper-slide {
    aspect-ratio: 328/320;
  }
  .friends__card {
    width: 100%;
    aspect-ratio: 328/320;
  }
  .friends__card__inner {
    margin: 0;
    height: 100%;
  }
  .friends__card__cover.back > div:has(img) {
    display: block;
    flex: 1;
  }
  .friends__card__cover.back > div:has(img) img {
    max-width: 130px;
    max-height: 80px;
    mix-blend-mode: multiply;
  }
  .friends__navigation {
    display: none;
  }
  .friends__navigation + .d-block > a {
    padding: 8.5px 20px;
    width: fit-content;
  }
  .friends__numeration {
    display: none;
  }
  .friends__title {
    margin-bottom: 8px;
    font-family: 'Druk Text Wide Cyr';
    font-size: 13px;
    line-height: 18px;
  }
  .friends__desc {
    margin-bottom: 8px;
    flex: 0;
    font-size: 14px;
    line-height: 18px;
  }
  .friends__link {
    font-size: 15px;
    line-height: 20px;
  }
  .friends__arrow {
    display: none;
  }

  /* --- NEWS --- */
  .news .text-center {
    font-size: 22px;
    line-height: 26px;
  }
  .news .nav-tabs {
    margin: 24px -16px 16px -16px;
    padding: 0 16px;
  }
  .news .nav-tabs .nav-item {
    width: 100%;
  }
  .news .nav-tabs .nav-item > button {
    padding: 14px 15px;
    width: 100%;
    font-size: 12px;
  }
  .news .row {
    grid-template-columns: 1fr;
    gap: 32px 0;
  }
  .news .row > div {
    grid-column: span 1 !important;
  }
  .news .row > div .news__image {
    aspect-ratio: 328/220 !important;
  }
  .news .row a {
    font-size: 15px;
  }
  .news .row a > .title {
    height: auto;
    font-size: 14px;
    line-height: 18px;
  }
  .news .red-link {
    margin-top: 32px;
    font-size: 15px;
  }
  .news .not_found {
    margin: 64px 0 !important;
    justify-self: center;
    grid-column: span 1 !important;
  }
  .news .not_found > div {
    margin-top: 16px;
  }

    /* --- ANKETA --- */
  .anketa__wrapper {
    width: 100%;
    max-height: 780px;
    border-radius: 16px;
    aspect-ratio: 328/580;
  }
  .anketa__bg {
    width: 100%;
    max-height: 780px;
    aspect-ratio: 328/580;
  }
  .anketa__bg img {
    width: 100%;
    object-fit: cover;
    object-position: 52.5% 0%;
    transform: scale(1.25) translateY(10%);
  }
  .anketa__content {
    max-width: 100%;
    padding: 24px;
    display: grid;
    grid-template-rows: auto repeat(3, min-content);
    grid-template-columns: 1fr;
    grid-area: 1/1/2/2;
    z-index: 3;
  }
  .anketa__title {
    font-size: 16px;
    line-height: 24px;
  }
  .anketa__subtitle {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 32px;
  }
  .anketa__button {
    width: 100%;
  }
  .anketa__snowflakes svg:nth-of-type(1) {
    display: none;
  }
  .anketa__snowflakes svg:nth-of-type(2) {
    width: 58%;
    height: 27%;
    /* width: 415px; */
    /* height: 156px; */
    top: -6%;
    left: -18%;
  }
  .anketa__snowflakes svg:nth-of-type(3) {
    width: 29%;
    max-width: 125px;
    height: 100%;
    top: -34%;
    right: 0%;
  }
  .anketa__snowflakes svg:nth-of-type(4) {
    width: 45%;
    max-width: 150px;
    height: 100%;
    top: -18%;
    right: 90%;
    bottom: unset;
    left: unset;
  }
  .anketa__snowflakes svg:nth-of-type(5) {
    width: 45%;
    max-width: 80px;
    height: 100%;
    top: -18%;
    bottom: unset;
    right: 0%;
    left: 88%;
    overflow: visible;
  }

  /* --- FOOTER --- */
  .footer {
    display: flex;
    flex-direction: column;
  }
  .footer__logo {
    margin-bottom: 32px;
    align-items: flex-start;
    justify-content: space-between;
  }
  .footer__logo > a {
    width: max-content;
  }
  .footer__logo img {
    width: 110px;
  }
  .footer__address {
    margin-top: 24px;
    font-size: 14px;
    line-height: 18px;
  }
  .footer__mailing {
    margin-bottom: 32px;
    width: 100%;
    max-width: 100%;
  }
  .footer__mailing__title {
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 16px;
  }
  .footer__mailing__input > input {
    padding: 14px 24px !important;
    font-size: 14px;
    line-height: 18px;
  }
  .footer__mailing__input > input::placeholder {
    font-size: 14px;
    line-height: 18px;
  }
  .footer__mailing__checkbox label {
    font-size: 12px;
    line-height: 16px;
    white-space: wrap;
  }
  .footer__right {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: repeat(3, calc(100px + 20px));
    gap: 16px 0;
  }
  .footer__right > :nth-child(-n+2) {
    grid-column: span 2;
  }
  .footer__right > :nth-child(2),
  .footer__right > :nth-child(4),
  .footer__right > :nth-child(6),
  .footer__right > :nth-child(8) {
    margin-bottom: 16px;
  }
  .footer__right__subtitle {
    margin-top: 5px;
    font-size: 12px;
    line-height: 16px;
  }
  .footer__right a {
    font-size: 12px;
    line-height: 16px;
  }
  .footer__right__documents .group {
    margin-top: 0 !important;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer__right__documents .group:first-of-type li:first-child {
    margin-top: 0px;
  }
  .footer__right__documents .group li {
    margin-top: 8px;
    margin-left: 0;
  }
  .footer__right__reports {
    margin: 0 -16px;
    padding: 0 16px;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    overflow: auto;
  }
  .footer__right__reports::-webkit-scrollbar {
    display: none;
  }
  .footer__right__reports > * {
    min-width: 92px;
  }
  .footer__socials {
    margin-top: 20px;
    flex-direction: column;
  }
  .footer__socials > div {
    margin-left: 0;
  }
  .footer__socials > * + * {
   margin-top: 8px; 
  }
  .footer__socials a {
    padding: 16px;
    width: 100%;
  }
  .footer__bottom {
    margin-top: 22px;
    flex-direction: column;
  }
  .footer__bottom > div {
    text-align: center;
  }
  .footer__bottom > div:nth-child(1) {
    margin-top: 12px;
    order: 4;
  }
  .footer__bottom > div:nth-child(2) { 
    margin-top: 12px;
    order: 2;
  }
  .footer__bottom > div:nth-child(3) { 
    order: 1; 
  }
  .footer__bottom > div:nth-child(4) { 
    margin-top: 24px;
    order: 3; 
  }
  /* --- COOKIES --- */
  .cookie_block {
    padding: 24px 16px;
  }
  .cookie_block .container {
    padding: 0;
  }
  .cookie_block .d-lg-flex > div:first-child {
    width: 100%;
    font-size: 12px;
    line-height: 16px;
  }
  .cookie_block .d-lg-flex > div:first-child > a {
    font-size: 12px;
    line-height: 16px;
  }
  .cookie_block .d-lg-flex > div:last-child {
    margin-top: 16px !important;
    padding: 12px 39px;
  }
  
  /* BURGER */
  .header-menu {
    margin-bottom: 48px !important;
  }
  .header-menu .nav-item .nav-link {    
    font-size: 12px;
    justify-content: space-between;
  }
  .header-menu .nav-item .dropdown-menu {
    padding-bottom: 2px;
  }
  .header-menu .nav-item:has(.dropdown-menu.show) {
    margin-bottom: 0;
  }
  .header-menu .nav-item .dropdown-item {
    padding: 12px 0 !important;
    font-size: 14px;
  }
  .header-phone {
    margin: 0 0 24px;
  }
  .header_partner {
    height: 48px;
    border-radius: 16px;
  }
  .header-menu .nav-item .nav-link.show::after {
    transform: rotate(180deg);
  }
  /* BURGER */
}
/* МОИ ПРАВКИ */

/* СТРАНИЦА О ФОНДЕ */
/* --- PROMO --- */
.about-top_banner {
  margin-top: 32px;
}
.about-top__bg {
  aspect-ratio: 1356/640;
  border-radius: 24px;
  overflow: hidden;
}
.about-top__bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

/* --- TARGET --- */
.about-target__grid {
  display: grid;
  grid-template-columns: 41.1% 24.3% 32.7%;
  gap: 12px;
}
.about-target__card {
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  border-radius: 24px;
  background: #f1f1f1;
  overflow: hidden;
}
.about-target__card.target-img {
  padding: 0;
  grid-row: span 2;
}
.about-target__card.target-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.about-target__card:nth-child(4) {
  grid-column: span 2;
}
.about-target__number {
  font-size: 24px;
  line-height: 32px;
}
.about-target__text {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  z-index: 1;
}
.about-target__text > br:nth-child(1) {
  display: none;
}
.about-target__card > svg {
  position: absolute;
  top: 0;
  right: 0;
}

/* УЧРЕДИТЕЛИ */
.about-owner .container > h3 {
  margin-bottom: 24px;
}
.about-owner__desc {
  margin-bottom: 48px;
}
.about-owner__info {
  margin-top: 64px !important;
}

/* --- GALLERY --- */
.about-gallery .swiper-slide {
  border-radius: 24px;
  aspect-ratio: 1024/620;
  overflow: hidden;
}
.about-gallery-item {
  width: 100%;
  height: 100%;
}
.about-gallery-item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.swiper-about-gallery {
  overflow: visible;
}
.swiper-about-gallery-navigation {
  margin-top: 24px;
}
.swiper-about-gallery-navigation .swiper-pagination-bullet {
  margin: 0 6px !important;
  width: 10px;
  height: 10px;
}
.about-gallery-navigation {
  display: flex;
  flex-direction: row-reverse;
}
.about-gallery-next {
  margin-right: 12px !important;
}
.about-gallery-prev,
.about-gallery-next {
  margin: 0;
  position: static;
}

.friends__card__cover a {
  text-decoration: none;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  /* --- TARGET --- */
  .about-target__grid {
    grid-template-columns: 44.4% auto;
  }
  .about-target__card {
    min-height: 220px;
  }

  /* --- УЧРЕДИТЕЛИ --- */
  .about-owner__info {
    margin-top: 48px !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  /* --- PROMO --- */
  .about-top_banner {
    margin-bottom: 96px;
  }
  .about-top__bg {
    aspect-ratio: 720/420;
  }
  .about-top__bg > img {
    transform: translateX(2%) scale(1.2);
  }
  .about-top__bg + .btn-flex {
    padding: 14px 24px;
    width: fit-content;
    left: unset;
  }
  .about-top_banner .container > .p1 {
    margin-top: 48px;
    font-size: 30px;
    line-height: 34px;
  }

  /* --- TARGET --- */
  .about-target h3 {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 36px;
  }
  .about-target__grid {
    grid-template-columns: 44.4% auto;
    gap: 8px;
  }
  .about-target__card {
    padding: 24px;
    min-height: 180px;
  }
  .about-target__number {
    font-size: 18px;
    line-height: 24px;
  }
  .about-target__text {
    font-size: 14px;
    line-height: 18px;
  }
  .about-target__card:nth-child(4) .about-target__text {
    width: 75%;
  }
  .about-target__text > br {
    display: none;
  }
  .about-target__card > svg {
    width: 21%;
    top: -20%;
  }

  /* --- УЧРЕДИТЕЛИ --- */
  .about-owner > .container > h3 {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 36px;
  }
  .about-owner > .container > .position-relative > div:first-child {
    overflow: hidden;
    border-radius: 24px;
  }
  .about-owner > .container > .position-relative > div:first-child img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transform: scale(1.2) translateY(4%);
  }
  .about-owner__desc {
    margin-bottom: 32px !important;
    font-size: 18px;
    line-height: 22px;
  }
  .about-owner__info {
    margin-top: 48px !important;
    font-size: 30px;
    line-height: 34px;
  }

  /* --- GALLERY --- */
  .about-gallery .container > h3 {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 36px;
  }
  .about-gallery-navigation {
    display: none;
  }
  .about-gallery-pagination {
    position: static;
  }
  .swiper-about-gallery .swiper-slide {
    aspect-ratio: 356/257;
  }
}

@media (max-width: 767px) {
  /* --- PROMO --- */
  .about-top_banner {
    padding-top: 0;
  }
  .about-top__bg {
    border-radius: 16px;
    aspect-ratio: 328/260;
  }
  .about-top__bg > img {
    transform: translateX(1%) scale(1.07);
  }
  .about-top__bg + .btn-flex {
    padding: 14px 24px;
  }
  .about-top_banner .container > .p1 {
    margin-top: 32px;
    font-size: 22px;
    line-height: 28px;
  }

  /* --- TARGET --- */
  .about-target h3 {
    margin-bottom: 16px;
    width: 75%;
    font-size: 22px;
    line-height: 28px;
  }
  .about-target__grid {
    grid-template-columns: 1fr;
  }
  .about-target__card {
    padding: 24px;
    min-height: 180px;
    grid-column: span 1 !important;
    border-radius: 16px;
  }
  .about-target__card.target-img {
    min-height: 360px;
  }
  .about-target__card:nth-child(2) {
    order: -1;
  }
  .about-target__card:nth-child(4) .about-target__text > br:nth-child(1) {
    display: block;
  }
  .about-target__card:nth-child(4) .about-target__text > br:nth-child(n+2) {
    display: none;
  }
  .about-target__number {
    font-size: 18px;
    line-height: 20px;
  }
  .about-target__text {
    font-size: 14px;
    line-height: 18px;
  }
  .about-target__card > svg {
    width: 35%;
    top: -40%;
    right: -3%;
  }

  /* --- УЧРЕДИТЕЛИ --- */
  .about-owner > .container > h3 {
    margin-bottom: 16px;
    font-size: 22px;
    line-height: 28px;
  }
  .about-owner__desc {
    margin-bottom: 24px !important;
  }
  .about-owner__info {
    margin-top: 32px !important;
    font-size: 22px;
    line-height: 26px;
  }

  /* --- GALLERY --- */
  .about-gallery .swiper-wrapper {
    margin-bottom: 0;
  }
  .about-gallery-navigation {
    display: none;
  }
  .about-gallery-pagination {
    position: static;
  }
  .swiper-about-gallery .swiper-slide {
    aspect-ratio: 300/210;
  }
  .swiper-about-gallery-navigation {
    margin-top: 16px;
  }
}

/* СТРАНИЦА КОМАНДА */
/* --- PROMO --- */
.team__bg {
  border-radius: 24px;
  aspect-ratio: 1356/640;
  overflow: hidden;
}
.team__bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
  border-radius: 0;
}

/* --- TEAM --- */
.swiper-team {
  margin-top: 48px;
  overflow: visible;
}
.team__card {
  position: relative;
}
.team__card__img {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}
.team__card__img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.team__card__content {
  padding: 32px;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 24px;
  background: #f1f1f1;
  z-index: 2;
  transition: 0.3s;
}
.team__card__name {
  margin-bottom: 8px;
  font-family: "Druk Text Wide Cyr";
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
}
.team__card__role {
  flex: 1;
  font-size: 14px;
  line-height: 16px;
}
.team__card__quote {
  font-size: 18px;
  line-height: 24px;
}
.team__card__quote::before {
  margin-bottom: 16px;
  content: '';
  width: 54px;
  height: 30px;
  display: block;
  background: url('../images/quotation-orange.svg');
}
.swiper-team__navigation {
  position: relative;
  display: none;
}
.team-navigation {
  display: flex;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.team-navigation > div {
  margin-top: 0;
  width: 56px;
  height: 56px;
  position: static;
  border: 2px solid #ededed;
  border-radius: 50%;
}
.team-navigation > div:first-child {
  margin-right: 12px;
}
.team-navigation > div > svg {
  width: 24px;
}
.swiper-team-pagination {
  margin-top: 40px;
  position: static;
}
.swiper-team-pagination .swiper-pagination-bullet {
  margin: 0 6px !important;
  width: 10px;
  height: 10px;
}
.swiper-team .swiper-slide {
  max-width: 444px;
  aspect-ratio: 444/560;
}

/* TRUSTEE */
.trustee {
  margin-top: 32px;
  display: flex;
  align-items: center;
}
.trustee__card {
  position: relative;
  width: 32.7%;
  min-width: 444px;
}
.trustee__card__img {
  width: 100%;
  height: 100%;
  max-height: 560px;
  position: relative;
  border-radius: 24px;
  overflow: hidden;  
  aspect-ratio: 444/560;
}
.trustee__card__img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.trustee__card__content {
  padding: 32px;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 24px;
  background: #f1f1f1;
  z-index: 2;
  transition: 0.3s;
}
.trustee__card__name {
  margin-bottom: 8px;
  font-family: "Druk Text Wide Cyr";
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
}
.trustee__card__role {
  flex: 1;
  font-size: 14px;
  line-height: 16px;
}
.trustee__card__quote {
  font-size: 18px;
  line-height: 24px;
}
.trustee__card__quote::before {
  margin-bottom: 16px;
  content: '';
  width: 54px;
  height: 30px;
  display: block;
  background: url('../images/quotation-orange.svg');
}
.trustee__text {
  padding-left: 32px;
  width: 67.3%;
}
.trustee__text-1 {
  margin-bottom: 32px;
  font-size: 54px;
  line-height: 54px;
}
.trustee__text-2 {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 1024px) {
  /* --- TEAM --- */
  .team__card__content {
    opacity: 0;
  }
  .team__card:hover .team__card__content {
    opacity: 1;
  }
  .swiper-team__navigation {
    display: block;
  }
  
  /* --- TEAM --- */
  .trustee__card__content {
    opacity: 0;
  }
  .trustee__card:hover .trustee__card__content {
    opacity: 1;
  }
}
@media (min-width: 1023px) and (max-width: 1199px) {
  /* --- TRUSTEE --- */
  .trustee__text-1 {
    font-size: 30px;
    line-height: 34px;
  }
  .trustee__text-2 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* --- PROMO --- */
  .team__bg {
    aspect-ratio: 720/420;
  }

  /* --- TEAM --- */  
  .s-team {
    margin-bottom: 140px;
  }
  .s-team > .container > h1 {
    margin-bottom: 24px;
    font-size: 42px;
    line-height: 46px;
  }
  .s-team > .container > .p1 {
    margin-top: 48px;
    font-size: 30px;
    line-height: 34px;
  }
  .swiper-team {
    margin-top: 32px;
  }
  .swiper-team .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 8px;
  }
  .swiper-team .swiper-slide {
    width: 100%;
    max-width: 100%;
    height: fit-content;
    aspect-ratio: unset;
  }
  .team__card {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .team__card__img {
    margin-bottom: 8px;
    position: static;
    aspect-ratio: 356/240;
    overflow: hidden;
  }
  .team__card__img > img {
    object-position: center 5%;
  }
  .team__card__content {
    position: static;
    aspect-ratio: 356/420;
    min-height: 420px;
  }
  .team__card__name {
    font-size: 16px;
    line-height: 24px;
  }
  .team__card__role {
    font-size: 14px;
    line-height: 18px;
  }
  .team__card__quote {
    font-size: 14px;
    line-height: 18px;
  }

  /* --- TRUSTEE --- */
  .trustee {
    flex-direction: column-reverse;
  }
  .trustee__text {
    padding: 0;
    width: 100%;
  }
  .trustee__text-1 {
    margin-bottom: 16px;
    font-size: 30px;
    line-height: 34px;
  }
  .trustee__text-2 {
    font-size: 18px;
    line-height: 22px;
  }
  .trustee__card {
    margin-top: 32px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .trustee__card__img {
    flex: 1;
    aspect-ratio: 356/420;
  }
  .trustee__card__content {
    position: static;
    flex: 1;
  }
  .trustee__card__name {
    font-size: 16px;
    line-height: 24px;
  }
  .trustee__card__role {
    font-size: 14px;
    line-height: 18px;
  }
  .trustee__card__quote {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 767px) {
  /* --- PROMO --- */
  .team__bg {
    border-radius: 16px;
    aspect-ratio: 328/260;
  }
  .s-team {
    padding-top: 20px;
  }
  .s-team .s-team__btn {
    width: calc(100% - 48px);    
    justify-content: center;
  }
  .s-team .p1 {
    margin-top: 32px;
  }

  /* --- TEAM --- */  
  .s-team {
    margin-bottom: 64px !important;
  }
  .swiper-team {
    margin-top: 24px;
  }
  .swiper-team .swiper-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px 8px;
  }
  .swiper-team .swiper-slide {
    margin-right: 0;
    width: 100%;
    max-width: 100%;
    height: fit-content;
    aspect-ratio: unset;
  }
  .team__card {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .team__card__img {
    margin-bottom: 6px;
    position: static;
    aspect-ratio: 328/320;
    overflow: hidden;
  }
  .team__card__img > img {
    object-position: center 5%;
  }
  .team__card__content {
    position: static;
    height: fit-content;
    max-height: fit-content;
    min-height: 320px;
    aspect-ratio: unset;
  }
  .team__card__name {
    font-size: 13px;
    line-height: 18px;
  }
  .team__card__role {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 18px;
  }
  .team__card__quote {
    font-size: 14px;
    line-height: 18px;
  }

  /* --- TRUSTEE --- */
  .trustee {
    flex-direction: column-reverse;
  }
  .trustee__card {
    width: 100%;
  }
  .trustee__text {
    padding: 0;
    width: 100%;
  }
  .trustee__text-1 {
    margin-bottom: 16px;
    font-size: 22px;
    line-height: 26px;
  }
  .trustee__text-2 {
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 20px;
  }
  .trustee__card {
    min-width: 100%;
  }
  .trustee__card__content {
    position: static;
    margin-top: 6px;
    min-height: 320px;
  }
  .trustee__card__img {
    aspect-ratio: 328/320;
  }
  .trustee__card__img > img {
    object-position: top center;
  }
  .trustee__card__name {
    font-size: 13px;
    line-height: 18px;
  }
  .trustee__card__role {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 18px;
  }
  .trustee__card__quote {
    font-size: 14px;
    line-height: 18px;
  }
}

/* СТРАНИЦА ЗДОРОВЬЕ */
.health__bg {
  border-radius: 24px;
  aspect-ratio: 1356/640;
  overflow: hidden;
}
.health__bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

/* --- PROJECT --- */
.health-project .owl-project {
  margin: 0;
  overflow: visible !important;
}
.health-project .swiper-slide {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1356/680;
  border-radius: 24px;
}
.health-project .swiper-slide .position-relative > div:has(img) {
  max-height: 680px;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 1356/680;
}
.health-project .swiper-slide .position-relative > div:has(img) > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.health-project .swiper-pagination-bullet {
  margin: 0 6px !important;
  width: 10px;
  height: 10px;
}

/* --- АДРЕСНАЯ ПОМОЩЬ --- */
.help-swiper-pagination {
  margin: 24px auto 0;
  width: fit-content !important;
  height: 56px;
  display: flex;
  align-items: center;
}
.help-swiper-pagination .swiper-pagination-bullet {
  margin: 0 6px !important;
  width: 10px;
  height: 10px;
}
.health-help__card__img {
  aspect-ratio: 558/680;
  border-radius: 24px;
  overflow: hidden;
}
.health-help__card__img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.health-help__card__text {
  margin-top: 8px;
  padding: 32px;
  min-height: 208px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 24px;
  background: #f1f1f1;
}
.health-help__card__name {
  font-family: 'Druk Text Wide Cyr';
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}
.health-help__card__role {
  font-family: 'Druk Text Wide Cyr';
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #F45535;
}
.health-help__card__btn {
  width: fit-content;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .help-swiper-pagination {
    margin: 8px auto 0;
  }
  .help-swiper-prev, .help-swiper-next {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .health-main {
    margin: 32px 0 96px !important;
  }
  .health-main .container h1 {
    margin-bottom: 24px;
    font-size: 42px;
    line-height: 46px;
  }
  .health__bg {
    aspect-ratio: 720/420;
  }
  .health__bg + .btn-flex {
    padding: 14px 24px;
    width: fit-content;
    left: unset;
    right: 32px;
  }

  /* --- HEALTH --- */
  .health .row {
    margin: -6px;
  } 
  .health .row .col-md-6 {
    margin-bottom: 0;
    padding: 0 6px !important;
  }
  .health .row .col-md-6 .d-flex {
    padding: 24px;
    min-height: 480px;
  }
  .health .row .col-md-6 .d-flex::after {
    display: none !important;
  }
  .health .row .col-md-6 .d-flex p {
    font-size: 14px;
    line-height: 18px;
  }
  .health .row .col-md-6 .d-flex p span {
    font-size: 20px;
    line-height: 28px;
  }

  /* --- PROJECT --- */
  .health-project .owl-project {
    margin: 0;
    max-width: 100%;
  }
  .health-project .swiper-slide {
    height: 100%;
    min-height: 360px;
    aspect-ratio: 720/360;
  }
  .health-project .swiper-slide .position-relative {
    height: 100%;
    display: flex;
    align-items: stretch;
  }
  .health-project .swiper-slide .position-relative > div:has(img) {
    width: 36.8%;
    height: 100%;
    aspect-ratio: 720/360;
  }
  .health-project .swiper-slide .position-relative > div:has(img) > img {
    object-position: center center;
  }
  .health-project .swiper-slide .position-relative > div:last-child {
    height: 100%;
  }
  .health-project .swiper-slide .position-relative .position-md-absolute {
    margin-left: 8px;
    width: 63.2%;
    max-width: 100%;
    justify-content: flex-end;
    background: #f1f1f1;
  }
  .health-project .swiper-slide .position-relative .position-md-absolute .content {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  /* --- PROJECT --- */
  .health-project > .container > h3 {
    font-size: 32px;
    line-height: 36px;
  }
  .health-project .swiper-wrapper{
    padding-bottom: 40px;
  }
  .health-project .owl-project {
    margin: 0;
    max-width: 100%;
  }
  .health-project .swiper-slide {
    height: 100%;
    min-height: 370px;
    max-height: none;  
  }
  .health-project .swiper-slide .position-relative {
    height: 100%;
    display: flex;
    align-items: stretch;
  }
  .health-project .swiper-slide .position-relative > div:has(img) {
    width: 36.8%;
    height: 100%;
  }
  .health-project .swiper-slide .position-relative > div:has(img) > img {
    object-position: center center;
  }
  .health-project .swiper-slide .position-relative > div:last-child {
    height: 100%;
  }
  .health-project .swiper-slide .position-relative .position-md-absolute {
    margin-top: 0;
    margin-left: 8px;
    padding: 24px;
    width: 63.2%;
    max-width: 100%;
    justify-content: flex-end;
    background: #f1f1f1;
  }
  .health-project .swiper-slide .position-relative .position-md-absolute .btn-flex {
    padding: 12px 24px;
  }
  .health-project .swiper-slide .position-relative .position-md-absolute .content {
    width: 100%;
    justify-content: flex-end;
  }
  .health-project .swiper-slide .position-relative .position-md-absolute .title {
    font-size: 20px;
    line-height: 28px;
  }
  .health-project .swiper-slide .position-relative .position-md-absolute .title p {
    margin: 16px 0 !important;
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .health-project .swiper-button-prev,
  .health-project .swiper-button-next {
    display: none !important;
  }
  .health-project .swiper-pagination {
    bottom: 0;
  }

  /* --- АДРЕСНАЯ ПОМОЩЬ --- */
  .help .container > h3 {
    margin-bottom: 24px;
    font-size: 32px; 
    line-height: 36px;
  }
  .help .container > .p1 {
    margin-bottom: 32px;
    font-size: 30px;
    line-height: 34px;
  }
  .health-help__card__img {
    aspect-ratio: 430/531;
  }
  .health-help__card__text {
    padding: 24px;
    min-height: 156px;
  }
  .health-help__card__name {
    font-size: 16px;
    line-height: 24px;
  }
  .health-help__card__btn {
    padding: 10px 20px;
    font-size: 15px;
    line-height: 20px;
  }
  .help > .container > .help-desc-down {
    margin: 24px 0 0;
    font-size: 18px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .help-swiper-pagination {
    margin: 0 auto 0;
  }
  .health-main {
    margin: 32px 0 64px !important;
  }
  .health-main .container h1 {
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 32px;
  }
  .health__bg {
    border-radius: 16px;
    aspect-ratio: 328/260;
  }
  .health__bg > img {
    object-fit: cover;
  }
  .health__bg + .btn-flex {
    padding: 14px;
  }

  /* ---HEALTH --- */
  .health .row .col-md-6 {
    margin-bottom: 8px;
  }
  .health .row .col-md-6 .d-flex {
    padding: 24px;
    min-height: 480px;
  }
  .health .row .col-md-6 .d-flex p {
    font-size: 14px;
    line-height: 18px;
  }
  .health .row .col-md-6 .d-flex p span {
    font-size: 13px;
    line-height: 18px;
  }

  /* --- PROJECT ---  */
  .health-project .swiper-wrapper {
    padding-bottom: 40px;
  }
  .health-project .swiper-slide {
    height: auto;
    min-height: 100%;
    aspect-ratio: unset;
  }
  .health-project .swiper-slide .position-relative {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .health-project .swiper-slide .position-relative > div:has(img) {
    border-radius: 16px;
    aspect-ratio: 328/190;
  }
  .health-project .swiper-slide .position-relative > div:has(img) > img {
    object-position: center center;
  }
  .health-project .swiper-slide .position-relative .position-md-absolute {
    padding: 22px;
    height: 100%;
    flex: 1;
    /* min-height: 360px; */
  }
  .health-project .swiper-slide .position-relative .position-md-absolute .content {
    height: 100%;
    flex: 1;
  }
  .health-project .swiper-slide .position-relative .position-md-absolute .btn-flex {
    padding: 12px 24px;
  }
  .health-project .swiper-pagination {
    bottom: 0;
  }

  /* --- АДРЕСНАЯ ПОМОЩЬ --- */
  .health-help__card__img {
    aspect-ratio: 280/340;
  }
  .health-help__card__text {
    padding: 24px;
    min-height: 144px;
  }
  .health-help__card__name__wrapper {
    
  }
  .health-help__card__name {
    display: contents;
    font-size: 13px;
    line-height: 18px;
  }
  .health-help__card__role {
    display: inline;
    font-size: 16px;
    line-height: 24px;
  }
  .help .container > h3 {
    font-size: 18px;
    line-height: 22px;
  }
  .help .container > .p1 {
    margin-bottom: 32px;
  }
  .help .help-desc-down {
    margin-top: 24px;
  }
}

/* --- СТРАНИЦА ОБРАЗОВАНИЕ --- */
/* --- PROMO --- */
.education__section {
  margin: 54px 0 140px;
}
.education__section .container > .p1 {
  margin-top: 64px;
}
.health-help__card__name__wrapper > :last-child {
  display: none;
}

@media (min-width: 768px) and (max-width: 1199px) {
  /* --- PROMO ---  */
  .education__section {
    margin: 32px 0 !important;
  }
  .education__section .container > h1 {
    font-size: 42px;
    line-height: 46px;
  }
  .education__section .container > .p1 {
    margin-top: 48px;
    font-size: 30px;
    line-height: 34px;
  }
  .help .container > .p2 {
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  /* --- PROMO ---  */
  .education__section {
    margin: 32px 0 64px !important;
  }
  .education__section .container > h1 {
    font-size: 28px;
    line-height: 32px;
  }
  .education__section .container > .p1 {
    margin-top: 32px;
  }
  .education__section .health__bg {
    aspect-ratio: 328/360;
  }
  .education__section .health__bg > img {
    object-fit: cover;
    object-position: 60% bottom;
  }
  .health-help__card__name__wrapper > :nth-child(-n+2) {
    display: none;
  }
  .health-help__card__name__wrapper > :last-child {
    display: block;
    font-family: 'Druk Text Wide Cyr';
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
  }
}

/* --- ДЕТАЛКА ПРОЕКТА --- */
.project-inner__gallery .tns-item > div {
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 1356/640;
}
.project-inner__gallery .tns-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.project-inner__video__swiper {
  margin-bottom: 24px;
  border-radius: 24px;
  overflow: hidden;
}
.project-inner__video__swiper .swiper-wrapper .swiper-slide {
  aspect-ratio: 1356/700;
  z-index: 50;
}
.project-inner__video__item {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  /* pointer-events: none; */
}
.project-inner__video__item > iframe {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.project-inner__video__nav {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  z-index: 20;
}
.project-inner__video__pagination {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-area: 1/1/-1/-1;
}
.project-inner__video__pagination .swiper-pagination-bullet {
  margin: 0 6px !important;
  width: 10px;
  height: 10px;
}
.project-inner__video__btns {
  display: flex;
  grid-area: 1/1/-1/-1;
  justify-self: flex-end;
}
.project-inner__video__btns > * {
  margin-top: 0;
  margin-left: 12px;
}
.project-inner__video-prev,
.project-inner__video-next {
  position: static;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .project-inner .container > h3 {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 36px;
  }
  .project-inner ul {
    margin-bottom: 0;
  }
  .project-inner {
    margin-bottom: 48px;
  }
  .project-inner__gallery {
    margin-bottom: 0;
  }
  .project-inner__gallery .tns-item > div {
    border-radius: 24px;
    overflow: hidden;
    aspect-ratio: 720/380;
  }
  .project-inner__gallery .tns-nav {
    margin-top: 16px !important;
  }
  .project-inner__gallery .tns-nav button {
    margin: 0 6px !important;
    width: 10px !important;
    height: 10px !important;
  }
  .project-inner__gallery .tns-controls {
    display: none;
  }
  .project-inner__content {
    margin-bottom: 28px;
  }
  .project-inner__content .date {
    font-size: 14px;
    line-height: 18px;
  }
  .project-inner__content .text {
    font-size: 14px;
    line-height: 18px;
  }
  .project-inner__content .text > p:first-child {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
  }
  .project-inner__video__btns {
    display: none;
  }
}
@media (max-width: 767px) {
  .project-inner {
    margin-top: 20px !important;
    margin-bottom: 32px;
  }
  .project-inner .breadcrumb {
    display: none;
  }
  .project-inner__content {
    margin-bottom: 20px;
  }
  .project-inner .container > h3 {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 24px;
  }
  .project-inner__gallery {
    margin-bottom: 0px !important;
  }
  .project-inner__gallery .tns-ovh {
    margin: 0 -16px;
  }
  .project-inner__gallery .tns-ovh .tns-inner {
    padding: 0 16px;
  }
  .project-inner__gallery .tns-outer {
    margin-bottom: 0 !important;
  }
  .project-inner__gallery .tns-item > div {
    border-radius: 16px;
    aspect-ratio: 328/220;
  }
  .project-inner__gallery .tns-nav {
    margin-top: 0px !important;
  }
  .project-inner__gallery .tns-nav button {
    margin: 0 6px !important;
    width: 10px !important;
    height: 10px !important;
  }
  .project-inner__video__swiper .swiper-wrapper .swiper-slide {
    aspect-ratio: 328/220;
  }
  .project-inner__video__swiper,
  .project-inner__video__item {
    border-radius: 16px;
  }
}

/* --- СОТРУДНИЧЕСТВО --- */
.cooperation-banner .list-inline {
  display: grid !important;
  grid-template-columns: 41.1% auto;
  gap: 12px;
}
.cooperation-banner .list-inline-item {
  margin: 0;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
}
.cooperation-banner .list-inline-item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
} 
.cooperation .row {
  display: grid;
  grid-template-columns: 57.8% auto;
  gap: 12px;
}
.cooperation .row > div {
  width: 100%;
}
.cooperation .row > div:first-child {
  padding-right: 0px;
}
.cooperation .row > div:last-child {
  padding-left: 0px;
}
.cooperation .nav-tabs > * + * {
  margin-top: 12px;
}
.cooperation .nav-item {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}
.cooperation .nav-item button {
  font-family: 'Druk Text Wide Cyr';
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}
.cooperation .nav-item button > span {
  font-family: 'TT Travels';
}
.cooperation .tab-content,
.cooperation .tab-pane {
  height: 100%;
}
.cooperation .tab-pane > div {
  min-height: unset;
  height: 100%;
}
section.partner .row {
  margin: 0;
  display: grid;
  grid-template-columns: 41.1% auto;
  gap: 12px;
}
section.partner .row .col-md-5 {
  padding: 0;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
}
section.partner .row .col-md-5 > div {
  width: 100%;
  height: 100%;
  aspect-ratio: 558/520;
}
section.partner .row .col-md-5 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 85%;
}
section.partner .row .col-md-7 {
  padding: 0;
  width: 100%;
}
section.partner .row .col-md-7 .p3 {
  text-transform: uppercase;
}
.garant .container h5 {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.garant .container h3 {
  margin-bottom: 48px;
}
.garant .swiper-slide > div > .p2 {
  font-family: 'Druk Text Wide Cyr';
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
}
.garant .swiper-slide > div > .p4 {
  margin-bottom: 0;
}
.garant-swiper-navigation {
  margin-top: 36px;
  position: relative;
}
.garant-swiper-navigation * {
  position: static;
}
.garant-swiper-navigation .garant-nav {
  display: flex;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
}
.garant-swiper-navigation .garant-nav > div {
  margin: 0 !important;
}
.garant-swiper-navigation .swiper-pagination-bullet {
  margin: 0 6px !important;
  width: 10px !important;
  height: 10px !important;
}
.cooperation-areas .container > h3 {
  margin-bottom: 48px;
}
.cooperation-areas .container > .nav-tabs {
  margin: 0 0 24px;
}
.cooperation-areas .container .row {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.cooperation-areas .container .row > div {
  padding: 0;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
}
.cooperation-areas .container .row > div:has(img) > div {
  width: 100%;
}
.cooperation-areas .container .row > div:has(img) > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cooperation-areas .partner .btn-flex {
  padding: 18px 48px;
}
.map .container .d-flex h3 {
  flex: 1;
}
.map .container .d-flex .p4 {
  margin-bottom: 48px;
}
.map .container .d-flex .p4 strong {
  marign-bottom: 16px;
  display: block;
}
.map .map__img {
  border-radius: 24px;
  overflow: hidden;
}
.map .map__img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cooperation-anketa .btn-flex {
  position: static !important;
}
.cooperation-anketa .anketa__bg {
  background: linear-gradient(180deg, #EFEDEE 0%, #E8E7E5 56%, #D2D0D1 100%);
}
.cooperation-anketa .anketa__bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right 10%;
}
.cooperation-anketa .anketa__snowflakes svg:nth-of-type(5) {
  width: 20%;
  height: 46%;
  bottom: 0;
  right: -7%;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .cooperation-banner .container > h1 {
    font-size: 42px;
    line-height: 48px;
  }
  .cooperation .nav-item button {
    padding: 24px !important;
    font-size: 18px;
    line-height: 22px;
  }
  section.cooperation .nav-item button > span {
    margin-right: 24px !important;
  }
  section.partner .row {
    grid-template-columns: 36.8% auto;
  }
  section.partner .row .col-md-5 > div {
    aspect-ratio: 265/360;
  }
  section.partner .row .col-md-7 .p3 {
    font-size: 28px;
    line-height: 32px;
  }
  .garant .swiper-slide > div > .p2 {
    font-size: 16px; 
    line-height: 24px;
  }
  .garant .swiper-slide > div > .p4 {
    font-size: 14px;
    line-height: 18px;
  }
  .map .container .d-flex {
    padding: 0;
  }
  .map .container h3 {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 36px;
  }
  .map .container .p4 {
    margin-bottom: 24px !important;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .map .container .p4 > br:first-of-type {
    display: none;
  }
  .map .container .list-unstyled {
    margin-bottom: 32px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .map .container .list-unstyled > li {
    margin-bottom: 0;
  }
  .map .container .list-unstyled > li:last-child {
    grid-area: 1/2/2/3;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cooperation-banner .container > h1 {
    margin-bottom: 24px;
    font-size: 42px;
    line-height: 48px;
  }
  .cooperation-banner .list-inline {
    grid-template-columns: 37.2% auto;
  }
  .cooperation-banner .container > .p1 {
    margin-top: 96px;
    font-size: 30px;
    line-height: 34px;
  }
  .cooperation-banner .container > .p2 {
    margin-top: 24px;
    font-size: 18px;
    line-height: 22px;
  }
  .cooperation-banner ~ .partner .container .col-md-7 .d-flex {
    padding: 24px;
  }
  .cooperation .container > h3 {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 34px;
    white-space: wrap;
  }
  .cooperation .container > h3 > br {
    display: none;
  }
  .cooperation .row {
    display: block;
  }
  .cooperation .row > div:first-child {
    display: none;
  }
  .cooperation .tab-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .cooperation .tab-content .title {
    margin-bottom: 16px;
    display: block;
    font-family: 'Druk Text Wide Cyr';
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
  }
  .cooperation .tab-content .title span {
    position: absolute;
    top: 24px;
    font-family: TT Travels;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
  }
  .cooperation .tab-pane {
    display: block;
    min-height: 340px;
  }
  .cooperation .tab-pane .d-flex p {
    font-size: 14px;
    line-height: 18px;    
  }
  .cooperation .tab-pane > div {
    padding: 24px !important;
  }
  .cooperation .tab-pane .d-flex::before,
  .cooperation .tab-pane .d-flex::after {
    top: -5% !important;
    right: -5% !important;
    background-size: 40% !important;
  }
  section.partner .row {
    grid-template-columns: 36.8% auto;
    gap: 8px;
  }
  section.partner .row .col-md-5 > div {
    aspect-ratio: 265/360;
  }
  section.partner .row .col-md-7 .p3 {
    font-size: 16px;
    line-height: 24px;
  }
  section.partner .row .col-md-7 .p2 {
    font-size: 14px;
    line-height: 18px;
  }
  section.partner .row .col-md-7 .p2 a {
    padding: 14px 25px;
    font-size: 15px;
    line-height: 20px;
  }
  .garant .container h5 {
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 16px;
  }
  .garant .container h3 {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 36px;
  }
  .garant .swiper-slide > div > .p2 {
    font-size: 16px;
    line-height: 24px;
  }
  .garant .swiper-slide > div > .p4 {
    font-size: 14px;
    line-height: 18px;
  }
  .garant .swiper-slide .d-flex {
    min-height: 260px;
  }
  .garant-swiper-navigation {
    margin-top: 16px;
  }
  .garant-swiper-navigation .garant-nav {
    display: none;
  }
  .cooperation-areas .container > h3 {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 36px;
  }
  .cooperation-areas .container > .nav-tabs {
    margin: 0 0 16px;
  }
  .cooperation-areas .container .row {
    gap: 8px;
  }
  .cooperation-areas .container .row > div {
    margin: 0;
  }
  .cooperation-areas .container .row > div:has(img) > div {
    aspect-ratio: 365/300;
    min-height: 300px;
  }
  .cooperation-areas .container .row > div .d-flex {
    padding: 24px;
  }
  .cooperation-areas .container .row > div .p3 {
    font-size: 20px;
    line-height: 28px;
  }
  .cooperation-areas .container .row > div .p2 {
    font-size: 14px;
    line-height: 18px;
  }
  .cooperation-areas .container .row > div .p2 > a {
    padding: 12px 22px;
  }
  .map .container .d-flex {
    padding: 0;
  }
  .map .container h3 {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 36px;
  }
  .map .container .p4 {
    margin-bottom: 24px !important;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    font-size: 14px;
    line-height: 18px;
  }
  .map .container .p4 strong {
    font-size: 12px;
    line-height: 16px;
  }
  .map .container .p4 > br:first-of-type {
    display: none;
  }
  .map .container .list-unstyled {
    margin-bottom: 32px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .map .container .list-unstyled > li {
    margin-bottom: 0;
    line-height: 24px;
  }
  .map .container .list-unstyled > li a {
    margin-bottom: ;
    font-size: 16px;
    line-height: 24px;
  }
  .map .container .list-unstyled > li:last-child {
    grid-area: 1/2/2/3;
  }
  .map .map__img {
    aspect-ratio: 720/280;
  }
  .map .map__img > img {
    transform: scale(1.5);
    object-fit: contain;
    object-position: right center;
  }
  .cooperation-anketa .anketa__bg img {
    width: 100%;
    transform: translateX(20%);
  }
  .cooperation-anketa .anketa__snowflakes svg:nth-of-type(5) {
    width: 20%;
    height: 46%;
    bottom: 0;
    right: -17%;
  }
  .cooperation-anketa .btn-flex {
    padding: 12px 20px; 
  }
  .friends .container h3:not(.title-secondary) {
    margin-bottom: 24px !important;
    font-size: 32px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .cooperation-banner .container > h1 {
    margin-bottom: 16px;
    font-size: 22px;
    line-height: 28px;
  }
  .cooperation-banner .list-inline {
    margin-bottom: 0;
    min-height: 180px;
    grid-template-columns: 39.6% auto;
    gap: 8px;
  }
  .cooperation-banner .list-inline-item {
    border-radius: 16px;
  }
  .cooperation-banner .container > .p1 {
    margin-top: 64px;
    font-size: 22px;
    line-height: 26px;
  }
  .cooperation-banner .container > .p2 {
    margin-top: 24px;
    font-size: 18px;
    line-height: 20px;
  }
  .cooperation .container > h3 {
    margin-bottom: 16px;
    font-size: 22px;
    line-height: 28px;
  }
  .cooperation .row {
    margin: 0;
    display: block;
  }
  .cooperation .row > div {
    padding: 0;
  }
  .cooperation .row > div:first-child {
    display: none;
  }
  .cooperation .tab-content {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .cooperation .tab-pane {
    margin-bottom: 0 !important;
    display: block;
    height: 340px;
  }
  .cooperation .tab-pane > div {
    padding: 24px;
    min-height: 100% !important;
  }
  .cooperation .tab-content .title span {
    top: 24px;
  }
  .cooperation .tab-content .title {
    margin-bottom: 16px;
    text-transform: uppercase;
  }
  .cooperation .tab-pane .d-flex p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;    
  }
  .cooperation .tab-pane .d-flex::before,
  .cooperation .tab-pane .d-flex::after {
    top: -5% !important;
    right: -5% !important;
    background-size: 40% !important;
  }
  section.partner .row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  section.partner .row .col-md-5 {
    margin-bottom: 0;
    border-radius: 16px;
  }
  section.partner .row .col-md-5 > div {
    aspect-ratio: 328/320;
  }
  section.partner .row .col-md-7 {
    min-height: 360px;
  }
  section.partner .row .col-md-7 .p3 {
    font-size: 13px;
    line-height: 18px;
  }
  section.partner .row .col-md-7 .p2 a {
    margin-top: 16px !important;
    padding: 14px 25px;
    font-size: 15px;
    line-height: 20px;
  }
  section.garant .container h5 {
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 16px;
  }
  .garant .container h3 {
    margin-bottom: 34px;
    font-size: 22px;
    line-height: 28px;
  }
  .garant .swiper-slide > div > .p2 {
    font-size: 13px;
    line-height: 18px;
  }
  .garant .swiper-slide > div > .p4 {
    font-size: 14px;
    line-height: 18px;
  }
  .garant .swiper-slide .d-flex {
    min-height: 260px;
    border-radius: 16px;
  }
  .garant-swiper-navigation {
    margin-top: 16px;
  }
  .garant-swiper-navigation .garant-nav {
    display: none;
  }
  .cooperation-areas .container > h3 {
    margin-bottom: 24px;
    font-size: 22px;
    line-height: 28px;
  }
  .cooperation-areas .container > .nav-tabs {
    margin: 0 -16px 16px;
    padding: 0 16px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
  .cooperation-areas .container .nav-item {
    margin: 0;
    width: 100%;
  }
  .cooperation-areas .container .nav-item > button {
    width: 100%;
    min-width: 140px;
    font-size: 12px;
    line-height: 16px;
    border-radius: 16px;
  }
  .cooperation-areas .container .row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .cooperation-areas .container .row > div {
    margin: 0;
    border-radius: 16px;
  }
  .cooperation-areas .container .row > div:has(img) > div {
    aspect-ratio: 328/260;
    min-height: 260px;
  }
  .cooperation-areas .container .row > div .d-flex {
    padding: 24px;
    min-height: 300px;
  }
  .cooperation-areas .container .row > div .p3 {
    font-size: 18px;
    line-height: 24px;
  }
  .cooperation-areas .container .row > div .p2 {
    font-size: 14px;
    line-height: 18px;
  }
  .cooperation-areas .container .row > div .p2 > a {
    margin-top: 16px !important;
    padding: 12px 22px;
  }
    .map .container .d-flex {
    padding: 0;
  }
  .map .container h3 {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 32px;
  }
  .map .container .p4 {
    margin-bottom: 24px !important;
    display: grid;
    grid-template-columns: 1fr;
    font-size: 14px;
    line-height: 18px;
  }
  .map .container .p4 strong {
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 16px;
  }
  .map .container .p4 > br:first-of-type {
    display: none;
  }
  .map .container .list-unstyled {
    margin-bottom: 24px;
    display: grid;
    grid-template-columns: 1fr;
  }
  .map .container .list-unstyled > li {
    margin-bottom: 8px;
    line-height: 24px;
  }
  .map .container .list-unstyled > li a {
    font-size: 16px;
    line-height: 24px;
  }
  .map .map__img {
    aspect-ratio: 328/280;
    border-radius: 16px;
  }
  .map .map__img > img {
    height: 130%;
    object-position: 5% center;
    transform: translateY(-15%);
  }
  .cooperation-anketa .anketa__bg {
    background: linear-gradient(180deg, #E7E5E6 0%, #E8E7E5 56%, #D2D0D1 100%);
    background-blend-mode: multiply;
  }
  .cooperation-anketa .anketa__bg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center 56%;
    transform: scale(2.3) translateX(-3%);
  }
  .cooperation-anketa .anketa__snowflakes svg:nth-of-type(5) {
    width: 45%;
    max-width: 80px;
    height: 100%;
    top: -18%;
    bottom: unset;
    right: 0%;
    left: 88%;
    overflow: visible;
  }
  .cooperation-anketa .anketa__subtitle {
    color: #fff;
  }
}
@media (max-width: 359px) {
  .cooperation-banner .container > h1 {
    font-size: 20px;
  }
}

/* --- ДЛЯ СМИ --- */
.section-smi {
  margin-top: 32px !important;
}
.section-smi .container > .p2 {
  margin-top: 24px;
}
.news-smi .tns-ovh,
.news-smi .tns-inner {
  overflow: visible;
}
.swiper-smi {
  overflow: visible;
}
.smi-about__img {
  border-radius: 24px;
  aspect-ratio: 330/324;
  overflow: hidden;
}
.smi-about__img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.smi-about__top {
  margin-top: 24px;
  display: flex;
  font-size: 14px;
  line-height: 16px;
}
.smi-about__top > img {
  margin: 0 8px;
  display: block;
}
.smi-about__title {
  margin: 12px 0;
  font-size: 18px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2; 
  text-overflow: ellipsis; 
  white-space: normal; 
}
.swiper-smi-pagination {
  margin-top: 24px;
  height: 56px;
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-smi-pagination .swiper-pagination-bullet {
  margin: 0 6px !important;
  width: 10px;
  height: 10px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .news-smi .container > h3 {
    margin-bottom: 24px !important;
    font-size: 32px;
    line-height: 34px;
  }
  .swiper-smi-btns {
    display: none;
  }
  .smi-about > a {
    font-size: 15px;
    line-height: 18px;
  }
  .smi-about__img {
    aspect-ratio: 304/220;
  }
  .smi-about__img > img {
    object-position: center top;
  }
  .smi-about__title {
    font-size: 14px;
    line-height: 18px;
  }
  .swiper-smi-pagination {
    margin-top: 16px;
    height: 24px;
  }
} 
@media (min-width: 768px) and (max-width: 1199px) {
  .section-smi .container > h1 {
    margin-bottom: 24px;
    font-size: 42px;
    line-height: 46px;
  }
  .section-smi .container > .p1 {
    font-size: 30px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .section-smi .container > h1 {
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 32px;
  }
  .section-smi .container > .p1 {
    margin: 48px 0 64px;
    font-size: 22px;
    line-height: 26px;
  }
  .news-smi .container > h3 {
    margin-bottom: 24px !important;
    font-size: 22px;
    line-height: 28px;
  }
  .section-smi ~ .friends .friends__navigation {
    margin-top: 16px;
    display: block;
  }
  .swiper-smi-btns {
    display: none;
  }
  .smi-about > a {
    font-size: 15px;
    line-height: 18px;
  }
  .smi-about__img {
    aspect-ratio: 304/220;
  }
  .smi-about__img > img {
    object-position: center top;
  }
  .smi-about__title {
    font-size: 14px;
    line-height: 18px;
  }
  .swiper-smi-pagination {
    margin-top: 16px;
    height: 24px;
  }
}

/* --- ВОЛОНТЕРСТВО --- */
.become-volunt__title {
  margin-bottom: 32px;
  font-size: 54px;
  line-height: 62px;
}
.become-volunt__text {
  margin-bottom: 48px;
  font-size: 24px;
  line-height: 32px;
}
.become-volunt__imgs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.become-volunt__imgs > div {
  width: 100%;
  border-radius: 24px;
  aspect-ratio: 444/480;
  overflow: hidden;
}
.become-volunt__imgs > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.become-volunt__text-2 {
  margin: 64px 0 48px;
  font-size: 54px;
  line-height: 54px;
}
.become-volunt__text-3 {
  margin: 0 !important;
  font-size: 24px;
  line-height: 32px;
}
.become-volunt__tags__wrapper {
  margin: 32px 0;
  display: grid;
  grid-template-columns: auto 24.3%;
  gap: 12px;
}
.become-volunt__tags {
  display: grid;
}
.become-volunt__tags > * + * {
  margin-top: 12px;
}
.become-volunt__tags__line {
  display: grid;
  grid-template-columns: 43.8% auto;
  gap: 12px;
}
.become-volunt__tags__line.reversed {
  grid-template-columns: auto 43.8%;
}
.become-volunt__tags__line > div {
  padding: 20px 0;
  border-radius: 24px;
  background: #f1f1f1;
  font-family: 'Druk Text Wide Cyr';
  font-size: clamp(24px, 2.5vw, 34px);
  font-weight: 500;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
.become-volunt__other {
  padding: 32px;
  display: flex;
  align-items: flex-end;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  border-radius: 24px;
  background: #f1f1f1;
  overflow: hidden;
}
.become-volunt__other > svg {
  width: 75%;
  height: 75%;
  position: absolute;
  top: 0;
  right: 0;
}
.become-volunt__other > div {
  position: relative;
  z-index: 1;
}
.team-volunteering .swiper-slide {
  aspect-ratio: 356/448;
}
.volunteer__image {
  border-radius: 24px;
  overflow: hidden;
}
.volunteer__image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.volunteer__name {
  padding: 0 32px;
  width: calc(100% - 64px);
  min-height: 92px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.swiper-volunteer-pagination {
  margin-top: 24px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
}
.swiper-volunteer-pagination .swiper-pagination-bullet {
  margin: 0 6px !important;
  width: 10px;
  height: 10px;
}
.volunteering-anketa .btn-flex {
  position: static !important;
  justify-content: center;
  text-align: center;
}
.volunteering-anketa .anketa__bg {
  background: linear-gradient(180deg, #E9EAEC 0%, #E7E9EB 53.5%, #E5E6EA 100%);
}
.volunteering-anketa .anketa__bg img {
  width: 100%;
  height: 110%;
  object-fit: contain;
  object-position: 175% 10%;
}
.volunteering-anketa .anketa__snowflakes svg:nth-of-type(5) {
  width: 20%;
  height: 46%;
  bottom: 0;
  right: -7%;
}
@media (min-width: 1200px) {
  .volunteer__bg > img {
    object-position: center 35%;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .become-volunt__tags__wrapper {
    grid-template-columns: 1fr;
  }
  .become-volunt__other {
    min-height: 180px;
  }
  .become-volunt__other > div {
    width: 60%
  }
  .become-volunt__other > svg {
    width: fit-content;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-volunteer .container h1 {
    margin-bottom: 24px;
    font-size: 42px;
    line-height: 46px;
  }
  .section-volunteer .container .p1 {
    margin-top: 48px;
    font-size: 30px;
    line-height: 34px;
  }
  .section-volunteer .container .p2 {
    margin-top: 24px;
    font-size: 18px;
    line-height: 22px;
  }
  .become-volunt__title {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 36px;
  }
  .become-volunt__text {
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 22px;
  }
  .become-volunt__imgs {
    gap: 8px;
  }
  .become-volunt__imgs > div {
    aspect-ratio: 234/260;
  }
  .become-volunt__text-2 {
    margin: 48px 0 24px;
    font-size: 30px;
    line-height: 34px;
  }
  .become-volunt__text-3 {
    font-size: 18px;
    line-height: 22px;
  }
  .become-volunt__tags__wrapper {
    margin: 24px 0;
    grid-template-columns: 1fr;
  }
  .become-volunt__tags > * + * {
    margin-top: 8px;
  }
  .become-volunt__tags__line {
    gap: 8px;
  }
  .become-volunt__tags__line > div {
    padding: 16px 0;
    font-size: 20px;
    line-height: 28px;
    border-radius: 20px;
  }
  .become-volunt__other {
    min-height: 180px;
  }
  .become-volunt__other > div {
    width: 60%;
    font-size: 14px;
    line-height: 18px;
  }
  .become-volunt__other > svg {
    width: fit-content;
  }
  .team-volunteering .container > h3 {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 36px;
  }
  .team-volunteering .swiper-wrapper {
    margin-bottom: 0;
  }
  .team-volunteering .swiper-slide {
    aspect-ratio: 356/448;
  }
  .swiper-volunteer-btns {
    display: none;
  }
  .volunteer__name {
    padding: 0 24px !important;
    min-height: 72px;
    width: calc(100% - 48px);
    left: 24px !important;
    right: 24px;
    bottom: 24px !important;
  }
  .swiper-volunteer-pagination {
    margin-top: 16px;
    height: 24px;
  }
  .volunteering-anketa .anketa__bg img {
    width: 150%;
    transform: translateX(-27%);
  }
  .volunteering-anketa .anketa__snowflakes svg:nth-of-type(5) {
    width: 20%;
    height: 46%;
    bottom: 0;
    right: -9%;
  }
  .help-volunteer .container h2 {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .section-volunteer {
    margin-top: 32px;
  }
  .section-volunteer h1 {
    margin-bottom: 16px;
  }
  .section-volunteer .p1 {
    margin: 32px 0 24px !important;
  }
  .become-volunt__title {
    margin-bottom: 16px;
    font-size: 22px;
    line-height: 28px;
  }
  .become-volunt__text {
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 22px;
  }
  .become-volunt__imgs {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .become-volunt__imgs > div {
    aspect-ratio: 328/400;
  }
  .become-volunt__text-2 {
    margin: 48px 0 24px;
    font-size: 22px;
    line-height: 26px;
  }
  .become-volunt__text-3 {
    font-size: 18px;
    line-height: 22px;
  }
  .become-volunt__tags__wrapper {
    margin: 24px 0;
    grid-template-columns: 1fr;
  }
  .become-volunt__tags > * + * {
    margin-top: 8px;
  }
  .become-volunt__tags__line,
  .become-volunt__tags__line.reversed {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .become-volunt__tags__line > div {
    padding: 16px 0;
    font-size: 13px;
    line-height: 18px;
    border-radius: 16px
  }
  .become-volunt__other {
    padding: 24px;
    min-height: 240px;
    border-radius: 16px;
  }
  .become-volunt__other > div {
    font-size: 14px;
    line-height: 18px;
  }
  .become-volunt__other > svg {
    width: fit-content;
    height: 60%;
  }
  .team-volunteering .container > h3 {
    margin-bottom: 24px;
  }
  .team-volunteering .swiper-wrapper {
    margin-bottom: 0;
  }
  .team-volunteering .swiper-slide {
    aspect-ratio: 328/400;
    overflow: hidden;
    border-radius: 16px;
    width: 328px;
    height: 400px;
  }
  .swiper-volunteer-btns {
    display: none;
  }
  .volunteer__card {
    width: 328px;
    height: 400px;
  }
  .volunteer__name {
    padding: 0 24px !important;
    min-height: 66px;
    width: calc(100% - 48px);
    left: 24px !important;
    right: 24px;
    bottom: 24px !important;
    border-radius: 16px;
  }
  .swiper-volunteer-pagination {
    margin-top: 16px;
    height: 24px;
  }
  .volunteering-anketa .anketa__bg {
    background: linear-gradient(270deg, #E2E3E5 0%, #E5E6E8 46.5%, #E7EAEB 100%);
    background-blend-mode: multiply;
  }
  .volunteering-anketa .anketa__bg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center 56%;
    transform: scale(2.3) translateX(21%);
  }
  .volunteering-anketa .anketa__snowflakes svg:nth-of-type(5) {
    width: 45%;
    max-width: 80px;
    height: 100%;
    top: -18%;
    bottom: unset;
    right: 0%;
    left: 88%;
    overflow: visible;
  }
}
@media (max-width: 359px) {
  .section-volunteer:not(.section-smi) .container h1 {
    font-size: 26px;
  }
}

/* --- БЛОК С ВИДЕО --- */
.gallery .gallery__title {
  margin-bottom: 36px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.gallery .gallery__title h3 {
  margin-bottom: 0;
}
.gallery .swiper-video {
  overflow: visible;
}
.gallery .swiper-video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 444/320;
}
.gallery .swiper-video .swiper-slide {
  max-width: 444px;
  max-height: 320px;
  overflow: hidden;
  aspect-ratio: 444/320;
}
.gallery .swiper-video .swiper-slide .video-card {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
}
.gallery .swiper-video-nav {
  margin-top: 24px;
  display: flex;
  align-items: center;
  height: 56px;
  position: relative;
}
.gallery .swiper-video-pagination {
  position: static;
}
.gallery .swiper-video-pagination .swiper-pagination-bullet {
  margin: 0 6px;
  width: 10px;
  height: 10px;
}
.gallery .swiper-video-nav .swiper-video-prev,
.gallery .swiper-video-nav .swiper-video-next {
  margin: 0;
  position: static;
}
.gallery .swiper-video-nav .swiper-video-btns {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
}
.gallery .swiper-video-nav .swiper-video-btns > * {
  margin-left: 12px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .gallery .gallery__title {
    margin-bottom: 24px;
  }
  .gallery .gallery__title h3 {
    font-size: 32px;
    line-height: 36px;
  }
  .gallery .gallery__title a {
    font-size: 15px;
    line-height: 20px;
  }
  .gallery .swiper-video iframe {
    aspect-ratio: 304/220;
  }
  .gallery .swiper-video .swiper-slide {
    max-width: 304px;
    max-height: 220px;
    aspect-ratio: 304/220;
  }
  .gallery .swiper-video-nav .swiper-video-btns {
    display: none;
  }
  .gallery .swiper-video-nav {
    margin-top: 16px;
    height: 24px;
  }
  .gallery .swiper-video-nav:has(.swiper-pagination-lock) {
    margin-top: 0;
    height: 0;
  }
}
@media (max-width: 767px) {
  .gallery .gallery__title {
    margin-bottom: 24px;
  }
  .gallery .gallery__title h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .gallery .gallery__title a {
    display: none;
  }
  .gallery .swiper-video iframe {
    aspect-ratio: 304/220;
  }
  .gallery .swiper-video .swiper-slide {
    max-width: 304px;
    max-height: 220px;
    aspect-ratio: 304/220;
  }
  .gallery .swiper-video-nav .swiper-video-btns {
    display: none;
  }
  .gallery .swiper-video-nav {
    margin-top: 16px;
    height: 24px;
  }
  .gallery:has(.swiper-video) .container .d-md-none a {
    margin-top: 24px;
    font-size: 15px;
    line-height: 20px;
  }
  .gallery .swiper-video-nav:has(.swiper-pagination-lock) {
    margin-top: 0;
    height: 0;
  }
}


/* --- СТРАНИЦА НОВОСТИ --- */
.news-page {
  margin-top: 64px;
  margin-bottom: 32px;
}
.news-page .search_form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 12px;
}
.news-page .search_form > h1 {
  margin-bottom: 0;
  font-size: clamp(20px, 5vw, 76px);
  line-height: clamp(22.1px, 5vw * 1.105, 84px);
}
.news-page .search_form .nav-tabs {
  margin: 0;
  height: fit-content;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  align-self: flex-end;
}
.news-page .search_form .nav-item {
  margin: 0;
  width: fit-content;
  height: fit-content;
  justify-self: flex-end;
}
.news-page .search_form .title {
  width: 100%;
}
.news-page .search_form .title button[type='submit'] {
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.news-page .search_form .news-page__sort {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.news-page .search_form .news-page__sort > div {
  width: 100%;
}
.news-page .search_form .news-page__sort .calendar-icon {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  pointer-events: none;
}
.filter-modal__button {
  display: none;
}
.news-page .breadcrumb {
  display: none;
}
.news-page__sort .flatpickr-wrapper {
  width: 100%;
}
.news-page__sort .date .close {
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
/* --- СТРАНИЦА БЛОГ --- */
.blog-page .search_form .nav-tabs {
  grid-column: span 2;
  display: flex;
}
.blog-page .search_form .nav-item .nav-link {
  padding: 14px 23.5px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .news-page .search_form {
    gap: 16px;
  }
  .news-page .search_form > h1 {
    margin-bottom: 8px;
    font-size: 32px !important;
    line-height: 36px !important;
  }
  .news-page .search_form .title > input,
  .news-page .search_form .title > input::placeholder {
    font-size: 14px;
    line-height: 18px;
  }
  .news-page .search_form .nav-tabs {
    gap: 8px;
  }
  .news-page .search_form .nav-tabs .nav-link {
    padding: 12px 20px;
    min-width: unset;
    font-size: 12px;
    line-height: 16px;
    border-radius: 16px;
  }
  .news-page .search_form .news-page__sort input,
  .news-page .search_form .date input {
    padding: 14px 20px;
    font-size: 14px;
    line-height: 18px;
  }
  .news-page .search_form .news-page__sort .choices__inner {
    padding: 11px 20px !important;
  }
  .news-page .search_form .news-page__sort .choices__inner > * {
    font-size: 14px;
    line-height: 18px;
  }
  .news-page .search_form .news-page__sort .choices__item {
    font-size: 14px;
    line-height: 18px;
  }
  .blog-page .search_form .title {
    display: none;
  }
  .blog-page .search_form .nav-tabs {
    margin: 0 -24px;
    padding: 0 24px;
    grid-column: unset;
    display: flex;
    flex-wrap: nowrap;
    overflow: scroll;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .news-page {
    margin-top: 16px;
  }
  .news-page .search_form {
    grid-template-columns: 1fr;
  }
  .news-page .search_form > h1 {
    font-size: 76px;
    line-height: 84px;
  }
  .news-page .search_form .title {
    margin-bottom: 0;
    grid-row: 2;
  }
  .news-page .search_form .date input::placeholder {
    font-size: 14px;
    line-height: 18px;
  }
  .news-page .search_form .nav-tabs {
    grid-template-columns: repeat(4, min-content);
  }
  .news-page .search_form .news-page__sort {
    display: flex;
    justify-content: space-between;
  }
  .news-page .search_form .news-page__sort .calendar-icon {
    right: 14px;
  }
  .news-page .search_form .news-page__sort > div:first-child {
    width: 308px;
  }
  .news-page .search_form .news-page__sort > div:last-child {
    width: 240px;
  }
}
@media (max-width: 767px) {
  .news-page {
    margin-top: 16px;
  }
  .news-page .search_form {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .news-page .search_form > h1 {
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 28px;
  }
  .news-page .search_form .nav-tabs {
    display: flex;
    flex-wrap: wrap;
  }
  .news-page .search_form .nav-item {
    width: fit-content;
  }
  .news-page .search_form .nav-link {
    padding: 12px 20px;
    width: fit-content;
    min-width: unset;
    font-size: 12px;
    line-height: 16px;
    border-radius: 16px;
  }
  .news-page .search_form .title {
    margin: 0;
    grid-row: 4;
  }
  .news-page .search_form .news-page__sort {
    display: none;
  }
  .news-page .search_form .news-page__sort .calendar-icon {
    right: 14px;
  }
  .news-page .search_form .title > input{
    padding: 14px 20px;
  }  
  .news-page .search_form .title > input,
  .news-page .search_form .title > input::placeholder {
    font-size: 14px;
    line-height: 18px;
  }
  .blog-page .search_form .title {
    display: none;
  }
  .filter-modal__button {
    margin-left: 4px;
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
  }
  .filter-modal__button > img {
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
  }
  .filter-modal__button > div {
    margin-left: 10px;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    transform: translateY(1px);
  }
}

/* --- КАЛЕНДАРЬ --- */
.flatpickr-calendar {
  width: fit-content;
}
.flatpickr-calendar .flatpickr-innerContainer {
  width: fit-content;
}
.flatpickr-calendar .flatpickr-days {
  max-width: fit-content;
  width: fit-content;
}
.flatpickr-calendar .flatpickr-day,
.flatpickr-calendar .flatpickr-weekday {
  width: 100%;
  max-width: 36px !important;
  height: 36px;
  display: grid;
  place-items: center;
  font-family: 'TT Travels';
  font-size: 18px;
  line-height: 24px;
  color: #231F20;
}
.flatpickr-calendar .flatpickr-weekday {
  font-size: 14px;
  line-height: 16px;
  color: #908E8F;
}
.flatpickr-calendar .flatpickr-day.prevMonthDay,
.flatpickr-calendar .flatpickr-day.nextMonthDay {
  color: #231f208c;
}
.flatpickr-calendar .flatpickr-day:hover,
.flatpickr-calendar .flatpickr-day.inRange,
.flatpickr-calendar .flatpickr-day.startRange,
.flatpickr-calendar .flatpickr-day.endRange {
  margin: 0;
  border-radius: 50% !important;
  box-shadow: none !important;
}
.flatpickr-calendar .flatpickr-innerContainer {
  overflow: visible;
}
.flatpickr-calendar .dayContainer {
  margin-top: 8px;
}
.flatpickr-calendar .dayContainer,
.flatpickr-calendar .flatpickr-weekdaycontainer {
  min-width: fit-content;
  width: fit-content;
  display: grid;
  grid-template-columns: repeat(7, 36px);
  column-gap: 4px !important;
}

/* --- FILTER MODAL --- */
.filter-modal__header {
  padding: 15px 16px 0 0 !important;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filter-modal__header h5 {
  font-family: 'Druk Text Wide Cyr';
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
}
.filter-modal__body {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.filter-modal__body .flatpickr-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.filter-modal__body .flatpickr-wrapper > input {
  padding: 12px 50px 12px 24px;
  font-size: 14px;
  line-height: 18px;
  border-width: 2px !important;
}
.filter-modal__body .flatpickr-wrapper ~ .close {
  top: 18px;
  right: 20px;
}
.filter-modal__body .flatpickr-wrapper > input::placeholder {
  font-size: 14px;
  line-height: 18px;
  color: #231F20;
}
.filter-modal__body .flatpickr-calendar {
  margin: 4px 0 0;
  padding: 24px 0;
  width: 100%;
  max-width: 328px;
  position: static !important;
  box-shadow: none;
  border: 2px solid #EDEDED;
  border-radius: 16px;
}
.filter-modal__body .flatpickr-calendar.animate.open {
  padding: 24px 0;
}
.filter-modal__body .flatpickr-calendar .flatpickr-innerContainer {
  margin: 0 auto;
  width: fit-content;
  justify-content: center;
}
.filter-modal__body .flatpickr-calendar .flatpickr-months {
  margin: 0 auto 20px;
  padding: 0 16px;
  width: 100%;
  height: fit-content;
  align-items: center;
}
.filter-modal__body .flatpickr-calendar .flatpickr-months > * {
  position: static;
  height: fit-content;
  transform: none;
}
.filter-modal__body .flatpickr-calendar .flatpickr-months .flatpickr-prev-month,
.filter-modal__body .flatpickr-calendar .flatpickr-months .flatpickr-next-month {
  padding: 0;
  width: 24px;
  height: fit-content;
}
.filter-modal__body .flatpickr-calendar .flatpickr-month {
  margin: 0;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filter-modal__body .flatpickr-calendar .flatpickr-month .flatpickr-current-month {
  padding: 0;
  height: fit-content;
  position: static;
}
.filter-modal__body .flatpickr-calendar .flatpickr-month .flatpickr-current-month .arrowUp,
.filter-modal__body .flatpickr-calendar .flatpickr-month .flatpickr-current-month .arrowDown {
  display: none;
}
.filter-modal__body .flatpickr-calendar .flatpickr-month .cur-month {
  font-size: 14px;
  line-height: 18px;
}
.filter-modal__body .flatpickr-calendar .flatpickr-current-month {
  font-size: 14px;
  line-height: 18px;
}
.filter-modal__body .flatpickr-calendar .flatpickr-weekday {
  font-size: 12px;
  line-height: 16px;
}
.filter-modal__body .flatpickr-calendar .flatpickr-day {
  font-size: 12px;
  line-height: 16px;
}
.filter-modal__body .date {
  margin-bottom: 16px;
}
.filter-modal__body .date .calendar-icon {
  position: absolute;
  top: 11px;
  right: 14px;
  pointer-events: none;
}
.filter-modal__body .choices__inner {
  padding: 12px 24px !important;
  border: 2px solid #EDEDED;
}
.filter-modal__body .choices::after {
  right: 16px;
}
.filter-modal__body .choices__item {
  font-size: 14px;
  line-height: 18px;
}
.filter-modal__body .choices__list--dropdown .choices__item {
  font-size: 14px !important;
  line-height: 18px !important;
  color: #908E8F !important;
}
.filter-modal__body__button {
  margin-top: 56px;
  padding-bottom: 24px;
  display: flex;
  align-items: flex-end;
  flex: 1;
}
.filter-modal__body__button > button {
  padding: 12px;
  width: 100%;
  position: static !important;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  border: 0;
  border-radius: 16px;
  background: #FFBA2D !important;
}

/* --- 404 --- */
.notfound {
  padding: 32px;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  background: linear-gradient(180deg, #FABA2A 0%, #FAB828 54.5%, #FBB619 100%);
  overflow: hidden;
  aspect-ratio: 1356/620;
}
.notfound__title {
  position: relative;
  flex: 1;
  font-family: 'Druk Text Wide Cyr';
  font-size: 76px;
  line-height: 84px;
  text-transform: uppercase;
  z-index: 3;
}
.notfound__text {
  margin-bottom: 24px;
  position: relative;
  width: 46%;
  font-size: 18px;
  line-height: 24px;
  z-index: 3
}
.notfound__button {
  min-width: fit-content;
  position: relative;
  z-index: 3;
}
.notfound__button > a {
  position: static !important;
  min-width: 282px;
  text-align: center;
}
.notfound__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.notfound__bg > img {
  width: 100%;
  height: 150%;
  object-fit: contain;
  object-position: -70px center;
}
.notfound__flakes__wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.notfound__flakes {
  width: 100%;
  height: 100%;
  position: relative;
}
.notfound__flakes > * {
  position: absolute;
}
.notfound__flakes > :nth-child(1) {
  width: 34%;
  height: 64%;
  top: 0;
  left: 0;
}
.notfound__flakes > :nth-child(2) {
  width: 22%;
  height: 19%;
  top: 0;
  left: 37%;
}
.notfound__flakes > :nth-child(3) {
  width: 22%;
  height: 31%;
  bottom: 0;
  left: 30%;
}
.notfound__flakes > :nth-child(4) {
  width: 13%;
  height: 31%;
  top: 0;
  right: 0;
}
.notfound__flakes > :nth-child(5) {
  width: 13%;
  height: 34%;
  bottom: 0;
  right: 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .notfound {
    padding: 24px;
    aspect-ratio: 720/420;
    background: linear-gradient(180deg, #FABA2A 0%, #FAB828 54.5%, #FBB619 100%);
  }
  .notfound__title {
    font-size: 42px;
    line-height: 46px;
  }
  .notfound__text {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 18px;
  }
  .notfound__bg > img {
    width: 100%;
    height: 150%;
    object-fit: cover;
    object-position: 100% center;
  }
  .notfound__button > a {
    min-width: 229px;
  }
  .notfound__flakes > :nth-child(2),
  .notfound__flakes > :nth-child(3) {
    display: none;
  }
  .notfound__flakes > :nth-child(1) {
    width: 45%;
    height: 64%;
    top: -10%;
    left: -6%;
  }
  .notfound__flakes > :nth-child(4) {
    width: 12%;
    height: 34%;
    top: -5%;
    right: 0;  
  }
  .notfound__flakes > :nth-child(5) {
    width: 14%;
    height: 34%;
    bottom: -6%;
    right: 0;  
  }
}
@media (max-width: 767px) {
  .notfound {
    padding: 24px;
    aspect-ratio: 328/500;
    background: linear-gradient(180deg, #FABA2A 0%, #FAB828 54.5%, #FBB619 100%);
  }
  .notfound__title {
    font-size: 28px;
    line-height: 32px;
  }
  .notfound__text {
    width: 100%;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 18px;
  }
  .notfound__bg > img {
    width: 100%;
    height: 115%;
    object-fit: cover;
    object-position: 72% center;
  }
  .notfound__button > a {
    min-width: 229px;
  }
  .notfound__flakes > :nth-child(2),
  .notfound__flakes > :nth-child(3),
  .notfound__flakes > :nth-child(4),
  .notfound__flakes > :nth-child(5) {
    display: none;
  }
  .notfound__flakes > :nth-child(1) {
    width: 61%;
    height: 37%;
    top: -4%;
    left: -15%;
  }
}

/* --- НОВОСТИ ВНУТРЕННЯЯ --- */
.news__inner-swiper .swiper-slide {
  border-radius: 24px;
  aspect-ratio: 1356/640;  
  overflow: hidden;
}
.news__inner-swiper .swiper-slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.news__inner-swiper__nav {
  padding: 0 32px;
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}
.news__inner-swiper__pagination {
  display: none;
  height: fit-content;
  margin-top: 24px;
  position: static;
  justify-content: center;
}
.news__inner-swiper__pagination .swiper-pagination-bullet {
  margin: 0 6px;
  width: 10px;
  height: 10px;
}
.news__inner-swiper__prev,
.news__inner-swiper__next {
  margin: 0;
  position: static;
}
.news__inner__content {
  margin-top: 64px;
  display: grid;
  grid-template-columns: auto 83%;
  gap: 12px;
}
.news__inner__date {
  font-size: 14px; 
  line-height: 16px;
}
.news__inner__text {
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .news__inner .container .breadcrumb {
    margin: 12px 0 24px !important;
  }
  .news__inner .container > h1 {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 36px;
  }
  .news__inner-swiper .swiper-slide {
    aspect-ratio: 720/380;  
  }
  .news__inner-swiper__nav {
    position: static;
    transform: none;
    height: fit-content;
  }
  .news__inner-swiper__pagination {
    display: flex;
  }
  .news__inner-swiper__prev,
  .news__inner-swiper__next {
    display: none;
  }
  .news__inner__content {
    margin-top: 48px;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .news__inner__text {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .news__inner {
    margin-top: 20px;
  }
  .news__inner .container .breadcrumb {
    display: none;
  }
  .news__inner .container > h1 {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 24px;  
  }
  .news__inner-swiper {
    overflow: visible;
  }
  .news__inner-swiper .swiper-slide {
    aspect-ratio: 328/220;  
  }
  .news__inner-swiper__nav {
    position: static;
    transform: none;
    height: fit-content;
  }
  .news__inner-swiper__pagination {
    display: flex;
  }
  .news__inner-swiper__prev,
  .news__inner-swiper__next {
    display: none;
  }
  .news__inner__content {
    margin-top: 32px;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .news__inner__text {
    font-size: 14px;
    line-height: 18px;
  }
}


/* --- BLOG MODAL --- */
.modal:has(.blog-modal) {
    overflow: hidden;
  }
  .blog-modal {
    padding: 42px;
    width: 100%;
    height: 100dvh;
    position: relative;
    background: #fff;
  }
  .blog-modal > .btn-close {
    margin: -15px;
    padding: 15px;
    position: absolute;
    top: 42px;
    right: 42px;
  }
  .blog-modal__content__wrapper {
    margin: auto;
    width: 100%;
    height: 100%;
  }
  .blog-modal__decription {
    overflow: auto;
  }
  .blog-modal__content {
    margin: auto;
    max-width: 780px;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .blog-modal__pagination {
    position: static;
  }
  .blog-modal__pagination .swiper-pagination-bullet {
    margin: 0 6px;
    display: none;
    width: 10px;
    height: 10px;
  }
  .blog-modal__swiper {
    margin-bottom: 48px;
    border-radius: 24px;
    overflow: hidden;
    min-height: 380px;
    max-width: 780px;
    aspect-ratio: 780/380;
  }
  .blog-modal__swiper .swiper-slide > div {
    border-radius: 24px;
    overflow: hidden;
    aspect-ratio: 780/380;
  }
  .blog-modal__swiper .swiper-slide > div > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .blog-modal__prev {
    margin: 0 !important;
    top: 50%;
    left: 32px;
    right: unset;
    bottom: unset;
    transform: translateY(50%);
  }
  .blog-modal__next {
    margin: 0 !important;
    top: 50%;
    left: unset;
    right: 32px;
    bottom: unset;
    transform: translateY(-50%);
  }
  .blog-modal__description {
    overflow-y: auto;
  }
  .blog-modal__date {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 18px;
  }
  .blog-modal__title {
    margin-bottom: 24px;
    font-family: 'Druk Text Wide Cyr';
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
  }
  .blog-modal__text {
    font-size: 18px;
    line-height: 24px;
  }
  
  @media (min-width: 768px) and (max-width: 1199px) {
    .blog-modal {
      padding: 24px !important;
    }
    .blog-modal > .btn-close {
      margin: 0;
      position: static;
      margin-left: auto;
    }
    .blog-modal__swiper {
      margin-top: 32px;
      margin-bottom: 16px;
      aspect-ratio: 720/360;
      max-width: 100%;
      min-height: fit-content;
      height: 100%;
    }
    .blog-modal__swiper .swiper-wrapper {
      aspect-ratio: 720/360;
    }
    .blog-modal__swiper .swiper-slide {
      aspect-ratio: 720/360;
      overflow: hidden;
    }
    .blog-modal__swiper .swiper-slide > div {
      aspect-ratio: 720/360;
    }
    .blog-modal__swiper .swiper-button-prev,
    .blog-modal__swiper .swiper-button-next {
      display: flex;
      width: 40px;
      height: 40px;
      background-size: 50%;
    }
    .blog-modal__swiper .swiper-button-prev {
      left: 24px;
    }
    .blog-modal__swiper .swiper-button-next {
      right: 24px;
    }
    .blog-modal__pagination {
      margin-top: 16px;
      margin-bottom: 32px;
      display: flex;
      z-index: 100;
      position: relative;
      justify-content: center;
    }
     .blog-modal__pagination .swiper-pagination-bullet {
      display: block;
    }
    .blog-modal__date {
      margin-bottom: 16px;
    }
    .blog-modal__title {
      margin-bottom: 24px;
      font-size: 16px;
      line-height: 24px;
    }
    .blog-modal__text {
      font-size: 14px;
      line-height: 18px;
    }
  }
  @media (max-width: 767px) {
    .blog-modal {
      padding: 16px !important;
    }
    .blog-modal > .btn-close {
      margin: 0;
      position: static;
      margin-left: auto;
    }
    .blog-modal__swiper {
      margin-top: 16px;
      margin-bottom: 16px;
      aspect-ratio: 328/220;    
      max-width: 100%;
      min-height: fit-content;
      height: 100%;
      border-radius: 16px;
    }
    .blog-modal__swiper .swiper-wrapper {
      aspect-ratio: 328/220;
    }
    .blog-modal__swiper .swiper-slide {
      aspect-ratio: 328/220;    
      overflow: hidden;
    }
    .blog-modal__swiper .swiper-slide > div {
      aspect-ratio: 328/220;  
      border-radius: 16px;
    }
    .blog-modal__pagination {
      margin-top: 16px;
      margin-bottom: 32px;
      display: flex;
      z-index: 100;
      position: relative;
      justify-content: center;
    }
     .blog-modal__pagination .swiper-pagination-bullet {
      display: block;
    }
    .blog-modal__date {
      margin-bottom: 16px;
    }
    .blog-modal__title {
      margin-bottom: 24px;
      font-size: 13px;
      line-height: 18px;
    }
    .blog-modal__text {
      font-size: 14px;
      line-height: 18px;
    }
  }