* {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: ArtegraSans, sans-serif;
  background: -webkit-gradient(linear, left top, left bottom, from(#88C0FF), to(#E9F3FF));
  background: linear-gradient(180deg, #88C0FF 0%, #E9F3FF 100%);
}

html.fix {
  overflow: hidden;
}

h1,
.h1 {
  font-weight: 700;
  font-size: clamp(1.5625rem, calc(1.2327261307rem + 0.0140703518 * 100vw), 2.4375rem);
}

h2,
.h2 {
  font-weight: 600;
  line-height: 100%;
  font-size: clamp(1.875rem, calc(1.4038944724rem + 0.0201005025 * 100vw), 3.125rem);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

a {
  text-decoration: none;
}

input,
select,
textarea {
  background: none;
  border: none;
  border-bottom: solid 2px #F1F7FF;
  display: block;
  width: 100%;
  font-weight: 600;
  color: #F1F7FF;
  padding: 0 0 10px;
  font-family: ArtegraSans, sans-serif;
  font-size: clamp(0.875rem, calc(0.8278894472rem + 0.0020100503 * 100vw), 1rem);
}

input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #F1F7FF;
  opacity: 1;
}

input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #F1F7FF;
  opacity: 1;
}

input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #F1F7FF;
  opacity: 1;
}

input::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #F1F7FF;
  opacity: 1;
}

input::placeholder,
select::placeholder,
textarea::placeholder {
  color: #F1F7FF;
  opacity: 1;
}

textarea {
  resize: none;
}

.custom-check {
  position: relative;
  line-height: 130%;
  font-size: 10px;
}

.custom-check input {
  display: none;
}

.custom-check span {
  padding-left: 29px;
  display: block;
}

.custom-check span::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: solid 1px #343C56;
  position: absolute;
  left: 0;
  top: 0;
}

.custom-check input:checked + span::after {
  background-color: #2047D2;
  border-color: #2047D2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3E%3Cpath d='M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
}

.slick-arrow {
  width: 70px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  background-color: #073ad0;
  border-radius: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.slick-arrow:not(.slick-disabled):hover {
  background-color: #FFCE22;
}

.slick-disabled {
  opacity: 0.25;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 40px;
}

.slick-dots li button {
  margin: 0;
  padding: 0;
  font-size: 0;
  border: none;
  background: none;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  background-color: rgba(136, 192, 255, 0.5019607843);
}

.slick-dots .slick-active button {
  background-color: #EAF3FF;
}

.bread {
  font-weight: 600;
  color: #F1F7FF;
  font-size: clamp(0.8125rem, calc(0.6476130653rem + 0.0070351759 * 100vw), 1.25rem);
}

.bread ol {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  overflow: hidden;
}

.bread ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bread ol li::after {
  content: ">";
  display: block;
  margin: 0 16px;
  opacity: 0.5;
}

.bread ol li:last-child::after {
  display: none;
}

.bread ol li a {
  color: #F1F7FF;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bread ol li a:hover {
  color: #FFD446;
  opacity: 1;
}

.ttx {
  font-weight: 500;
  line-height: 130%;
  font-size: clamp(0.75rem, calc(0.6086683417rem + 0.0060301508 * 100vw), 1.125rem);
}

.ttx p {
  display: block;
  margin-bottom: 29px;
}

.ttx p:last-child {
  margin-bottom: 0;
}

.header {
  position: absolute;
  left: 0;
  top: 75px;
  width: 100%;
  z-index: 100;
}

.header-second .header-wrap__logo,
.header-second .header-wrap__nav,
.header-second .header-wrap__languages {
  background: #99c8ff;
}

.header-third .header-wrap__logo {
  background: rgba(122, 155, 173, 0.75);
}

.header-third .header-wrap__nav {
  background: rgba(122, 155, 173, 0.75);
}

.header-third .header-wrap__languages {
  background: rgba(122, 155, 173, 0.75);
}

.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
}

.header-wrap__icon,
.header-wrap .btn-mobile {
  display: none;
}

.header-wrap__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  width: 100%;
}

.header-wrap__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 179px;
  background-color: #7a7a7a;
  border-radius: 40px;
}

.header-wrap__logo img {
  max-width: 115px;
  margin-top: -10px;
}

.header-wrap__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 47px;
  background: url("../img/main/bg-header.png") no-repeat center center/cover;
  padding: 5px 10px 5px 38px;
  border-radius: 100px;
  width: 100%;
  max-width: 942px;
}

.header-wrap__nav--close {
  display: none;
}

.header-wrap__nav ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 39px;
  list-style-type: none;
  width: 100%;
}

.header-wrap__nav ul a {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-wrap__nav ul a:hover {
  color: #FFD446;
}

.header-wrap__nav .btn {
  min-width: inherit;
  padding: 5px;
  width: 100%;
  max-width: 194px;
  min-height: 44px;
  font-size: clamp(1rem, calc(0.9528894472rem + 0.0020100503 * 100vw), 1.125rem);
}

.header-wrap__languages {
  width: 100%;
  max-width: 102px;
  background: url("../img/main/bg-header.png") no-repeat center center/cover;
  padding: 5px;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: ArtegraSans, sans-serif;
  border: none;
  background: none;
  min-width: 249px;
  padding: 7px;
  text-align: center;
  min-height: 62px;
  position: relative;
  border-radius: 47px;
  overflow: hidden;
  z-index: 2;
  color: #343C56;
  font-weight: 600;
  gap: 28px;
  font-size: clamp(0.8125rem, calc(0.5769472362rem + 0.0100502513 * 100vw), 1.4375rem);
}

.btn::after,
.btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: radial-gradient(50% 147.32% at 50% 50%, #FFCE22 0%, #FFE487 100%);
  z-index: -5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn::before {
  left: -100%;
  z-index: -4;
  background: radial-gradient(50% 147.32% at 50% 50%, #2047D0 0%, #5276F7 100%);
}

.btn:hover {
  color: #fff;
}

.btn:hover::after {
  opacity: 0;
  visibility: hidden;
}

.btn:hover::before {
  left: 0;
}

.btn-flex {
  padding-left: 49px;
  padding-right: 20px;
  font-size: clamp(0.9375rem, calc(0.5841708543rem + 0.0150753769 * 100vw), 1.875rem);
}

.btn-flex span {
  min-width: 60px;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background-color: #FFCE23;
}

.btn-primary {
  color: #F1F7FF;
}

.btn-primary::after {
  background: -webkit-gradient(linear, left top, right top, from(#2047D0), to(#476EF7));
  background: linear-gradient(90deg, #2047D0 0%, #476EF7 100%);
}

.btn-primary::before {
  background: radial-gradient(50% 147.32% at 50% 50%, #FFCE22 0%, #FFE487 100%);
}

.btn-primary:hover {
  color: #343C56;
}

.btn-more {
  color: #fff;
}

.btn-more::after {
  background: rgba(185, 213, 252, 0.5019607843);
}

.container {
  max-width: 1370px;
  margin: 0 auto;
  padding: 0 15px;
}

.for {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.for::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-6.12%, #88C0FF), color-stop(134.16%, #E9F3FF));
  background: linear-gradient(180deg, #88C0FF -6.12%, #E9F3FF 134.16%);
  z-index: -1;
  rotate: 180deg;
}

.for svg {
  max-width: 100%;
  margin-bottom: -220px;
  height: auto;
}

.for-second::after {
  display: none;
}

.footer {
  border-radius: 20px 20px 0 0;
  background-color: #2047D2;
  margin-top: -30px;
  position: relative;
  z-index: 2;
}

.footer-wrap {
  padding: 27px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  color: #F1F7FF;
  line-height: 140%;
  font-size: clamp(0.75rem, calc(0.7028894472rem + 0.0020100503 * 100vw), 0.875rem);
}

.footer-wrap__content {
  width: 100%;
  max-width: 318px;
}

.footer-wrap__content a {
  color: #F1F7FF;
  text-decoration: underline;
}

.footer-wrap__content a:hover {
  text-decoration: none;
}

.footer-wrap__nav {
  max-width: 216px;
  min-width: 163px;
}

.footer-wrap__nav ul {
  list-style-type: none;
}

.footer-wrap__nav ul li {
  margin-bottom: 10px;
}

.footer-wrap__nav ul li a {
  color: #F1F7FF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-wrap__nav ul li a:hover {
  color: #FFCE22;
}

.footer-wrap__contacts {
  width: 100%;
  max-width: 185px;
  margin-left: 15px;
}

.footer-wrap__contacts--socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 6px;
}

.footer-wrap__contacts--socials a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background-color: #0a3bd2;
  border-radius: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-wrap__contacts--socials a:hover {
  background-color: #FFCE22;
}

.footer-wrap__contacts--logo {
  margin: 17px 0 12px;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(136, 192, 255, 0.7)), to(rgba(233, 243, 255, 0.7)));
  background: linear-gradient(180deg, rgba(136, 192, 255, 0.7) 0%, rgba(233, 243, 255, 0.7) 100%);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.modal-active {
  opacity: 1;
  visibility: visible;
}

.modal-close svg {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.modal-close svg:hover {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.modal-wrap {
  width: 100%;
  max-width: 1155px;
  margin: 0 15px;
  max-height: 90%;
  overflow-y: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(#88C0FF), to(#E9F3FF));
  background: linear-gradient(180deg, #88C0FF 0%, #E9F3FF 100%);
  border-radius: 35px;
  padding: 20px;
  color: #fff;
}

.modal-wrap__documents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px;
  padding-bottom: 30px;
}

.modal-wrap__documents .item {
  width: calc((100% - 50px) / 3);
  border-radius: 50px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(181, 216, 255, 0)), color-stop(63.62%, #88C0FF));
  background: linear-gradient(0deg, rgba(181, 216, 255, 0) 0%, #88C0FF 63.62%);
  padding: 30px 23px;
  color: #F1F7FF;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 175px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: clamp(1rem, calc(0.6702261307rem + 0.0140703518 * 100vw), 1.875rem);
}

.modal-wrap__documents .item span {
  display: block;
  max-width: calc(100% - 20px);
  padding-left: 24px;
}

.modal-wrap__documents .item:hover {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}

.modal-wrap__close {
  width: 40px;
  height: 40px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(241, 247, 255, 0.5019607843);
  border-radius: 50%;
}

.modal-wrap__title {
  text-align: center;
  font-weight: 700;
  color: #343C56;
  margin-bottom: 30px;
  font-size: clamp(1rem, calc(0.5524497487rem + 0.0190954774 * 100vw), 2.1875rem);
}

.modal-wrap__project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 22px;
}

.modal-wrap__project--image {
  width: 100%;
  max-width: 544px;
  max-height: 70vh;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.modal-wrap__project--image img {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}

.modal-wrap__project--content {
  width: 100%;
  max-width: 540px;
}

.modal-wrap__project--content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
}

.modal-wrap__project--content-top_date {
  padding: 5px 15px;
  border-radius: 30px;
  background-color: #86beff;
  font-weight: 600;
  font-size: clamp(0.75rem, calc(0.6557788945rem + 0.0040201005 * 100vw), 1rem);
}

.modal-wrap__project--content-top_close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #86beff;
}

.modal-wrap__project--content-title {
  margin: 30px 0 20px;
  font-weight: 700;
  line-height: 100%;
  font-size: clamp(2.0625rem, calc(1.6620603015rem + 0.0170854271 * 100vw), 3.125rem);
}

.modal-wrap__project--content-info {
  background: -webkit-gradient(linear, left top, right top, color-stop(62.72%, #F1F7FF), color-stop(95.15%, rgba(241, 247, 255, 0)));
  background: linear-gradient(90deg, #F1F7FF 62.72%, rgba(241, 247, 255, 0) 95.15%);
  -webkit-backdrop-filter: blur(100.3122329712px);
          backdrop-filter: blur(100.3122329712px);
  border-radius: 30px;
  padding: 25px;
  margin-bottom: 21px;
  color: #343C56;
  line-height: 130%;
  font-weight: 500;
  width: 100%;
  max-width: 500px;
  font-size: clamp(0.625rem, calc(0.4365577889rem + 0.008040201 * 100vw), 1.125rem);
}

.modal-wrap__project--content-info strong {
  display: block;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: clamp(1.125rem, calc(0.9601130653rem + 0.0070351759 * 100vw), 1.5625rem);
}

.modal-wrap__project--content-info:last-child {
  margin-bottom: 0;
  color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(58.14%, #88C0FF), color-stop(94.8%, rgba(136, 192, 255, 0)));
  background: linear-gradient(90deg, #88C0FF 58.14%, rgba(136, 192, 255, 0) 94.8%);
}

.modal-documents .modal-wrap {
  background: -webkit-gradient(linear, left top, left bottom, from(#F1F7FF), to(#E9F3FF));
  background: linear-gradient(180deg, #F1F7FF 0%, #E9F3FF 100%);
}

.page-header {
  padding-top: 190px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.page-header-wrap {
  position: relative;
}

.page-header-wrap__title {
  color: #343C56;
  max-width: 878px;
  font-weight: 700;
  font-size: clamp(1.75rem, calc(1.2317839196rem + 0.0221105528 * 100vw), 3.125rem);
}

.page-content {
  padding-bottom: 120px;
  position: relative;
}

.page-content::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 30%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 660px;
  height: 660px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 206, 34, 0.18) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.page-content-wrap {
  position: relative;
  z-index: 1;
  color: #343C56;
  font-weight: 500;
  line-height: 160%;
  font-size: clamp(0.875rem, calc(0.7807788945rem + 0.0040201005 * 100vw), 1.125rem);
}

.page-content-wrap > h1:first-child {
  display: none;
}

.page-content-wrap p {
  margin-bottom: 29px;
}

.page-content-wrap p:last-child {
  margin-bottom: 0;
}

.page-content-wrap h2,
.page-content-wrap h3,
.page-content-wrap h4 {
  font-weight: 700;
  margin: 40px 0 12px;
  color: #343C56;
}

.page-content-wrap h2:first-child,
.page-content-wrap h3:first-child,
.page-content-wrap h4:first-child {
  margin-top: 0;
}

.page-content-wrap h2 {
  font-size: clamp(1.25rem, calc(1.0615577889rem + 0.008040201 * 100vw), 1.75rem);
}

.page-content-wrap h3 {
  font-size: clamp(1.0625rem, calc(0.9447236181rem + 0.0050251256 * 100vw), 1.375rem);
}

.page-content-wrap strong,
.page-content-wrap b {
  font-weight: 700;
}

.page-content-wrap a {
  color: #343C56;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page-content-wrap a:hover {
  color: #2047D2;
  text-decoration: none;
}

.page-content-wrap ul,
.page-content-wrap ol {
  padding-left: 24px;
  margin-bottom: 29px;
}

.page-content-wrap ul li,
.page-content-wrap ol li {
  margin-bottom: 8px;
  line-height: 160%;
}

.error-page {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}

.error-page::before {
  content: "";
  display: block;
  position: absolute;
  left: -100px;
  bottom: -100px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(32, 71, 210, 0.15) 0%, transparent 70%);
  pointer-events: none;
}

.error-page::after {
  content: "";
  display: block;
  position: absolute;
  right: -80px;
  top: 50px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 206, 34, 0.2) 0%, transparent 65%);
  pointer-events: none;
}

.error-page-wrap {
  text-align: center;
  padding: 190px 0 120px;
  position: relative;
  z-index: 1;
}

.error-page-wrap__code {
  display: block;
  font-weight: 700;
  line-height: 1;
  color: transparent;
  background: linear-gradient(135deg, #2047D2 0%, #88C0FF 50%, #FFCE22 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(6.25rem, calc(3.8944723618rem + 0.1005025126 * 100vw), 12.5rem);
  margin-bottom: 20px;
}

.error-page-wrap__title {
  color: #343C56;
  font-weight: 700;
  font-size: clamp(1.375rem, calc(0.9510050251rem + 0.0180904523 * 100vw), 2.5rem);
  margin-bottom: 20px;
}

.error-page-wrap__text {
  color: #343C56;
  font-weight: 500;
  line-height: 160%;
  max-width: 520px;
  margin: 0 auto 50px;
  font-size: clamp(0.875rem, calc(0.7807788945rem + 0.0040201005 * 100vw), 1.125rem);
}

.error-page-wrap .btn {
  margin: 0 auto;
}

.thankyou {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}

.thankyou::before {
  content: "";
  display: block;
  position: absolute;
  right: -50px;
  top: 100px;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 206, 34, 0.22) 0%, transparent 65%);
  pointer-events: none;
}

.thankyou::after {
  content: "";
  display: block;
  position: absolute;
  left: -80px;
  bottom: 0;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(32, 71, 210, 0.15) 0%, transparent 70%);
  pointer-events: none;
}

.thankyou-wrap {
  text-align: center;
  padding: 190px 0 120px;
  position: relative;
  z-index: 1;
}

.thankyou-wrap__icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2047D2 0%, #476EF7 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 40px;
}

.thankyou-wrap__icon svg {
  width: 48px;
  height: 48px;
}

.thankyou-wrap__title {
  color: #343C56;
  font-weight: 700;
  font-size: clamp(1.75rem, calc(1.2317839196rem + 0.0221105528 * 100vw), 3.125rem);
  margin-bottom: 20px;
}

.thankyou-wrap__text {
  color: #343C56;
  font-weight: 500;
  line-height: 160%;
  max-width: 520px;
  margin: 0 auto 50px;
  font-size: clamp(0.875rem, calc(0.7807788945rem + 0.0040201005 * 100vw), 1.125rem);
}

.thankyou-wrap .btn {
  margin: 0 auto;
}

.hero .container,
.about .container,
.direction .container {
  min-height: 800px;
}

.hero {
  position: relative;
  z-index: 2;
  padding-bottom: 30px;
}

.hero-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.hero-wrap {
  border-radius: 35px;
  padding: 32px 42px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  color: #fff;
  width: 100%;
}

.hero-wrap__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  margin-top: 21px;
}

.hero-wrap__content--text {
  line-height: 130%;
  max-width: 669px;
  font-weight: 500;
  font-size: clamp(0.75rem, calc(0.5615577889rem + 0.008040201 * 100vw), 1.25rem);
}

.results {
  background-color: #2047D2;
  border-radius: 20px;
  margin-top: -30px;
  position: relative;
  z-index: 3;
  color: #F1F7FF;
}

.results-wrap {
  padding: 127px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 64px;
}

.results-wrap__list {
  width: 100%;
  max-width: 928px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.results-wrap__list .item {
  border-radius: 50%;
  min-width: 165px;
  min-height: 165px;
  width: 165px;
  height: 165px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 30px;
}

.results-wrap__list .item-title {
  font-weight: 700;
  line-height: 100%;
  font-size: clamp(2.25rem, calc(1.8495603015rem + 0.0170854271 * 100vw), 3.3125rem);
}

.results-wrap__list .item-text {
  font-weight: 500;
  font-size: clamp(0.5rem, calc(0.4057788945rem + 0.0040201005 * 100vw), 0.75rem);
}

.results-wrap__list .item::after {
  border-radius: 50%;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  rotate: -60deg;
  background: linear-gradient(60deg, rgba(136, 192, 255, 0) 23.23%, #88C0FF 75.56%);
  -webkit-backdrop-filter: blur(27.5125007629px);
          backdrop-filter: blur(27.5125007629px);
  z-index: -1;
}

.results-wrap__list .item:nth-child(1) {
  margin-top: 134px;
}

.results-wrap__list .item:nth-child(2) {
  min-width: 266px;
  min-height: 266px;
  margin: 238px -30px 0;
}

.results-wrap__list .item:nth-child(2)::after {
  background: linear-gradient(60deg, rgba(255, 206, 34, 0) 29.08%, #FFCE22 83.55%);
}

.results-wrap__list .item:nth-child(2) .item-title {
  margin-top: -30px;
  font-size: clamp(2.1875rem, calc(1.4337311558rem + 0.032160804 * 100vw), 4.1875rem);
}

.results-wrap__list .item:nth-child(2) .item-text {
  font-size: clamp(0.5625rem, calc(0.3976130653rem + 0.0070351759 * 100vw), 1rem);
}

.results-wrap__list .item:nth-child(3) {
  min-width: 426px;
  min-height: 426px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.results-wrap__list .item:nth-child(3)::after {
  background: linear-gradient(60deg, rgba(255, 206, 34, 0) 29.08%, #FFCE22 83.55%);
}

.results-wrap__list .item:nth-child(3) .item-title {
  margin-top: -60px !important;
  font-size: clamp(2.75rem, calc(1.5722361809rem + 0.0502512563 * 100vw), 5.875rem);
}

.results-wrap__list .item:nth-child(3) .item-text {
  font-size: clamp(0.6875rem, calc(0.4283919598rem + 0.0110552764 * 100vw), 1.375rem);
}

.results-wrap__list .item:nth-child(4) {
  min-width: 232px;
  min-height: 232px;
  margin-top: 300px;
  margin-left: -150px;
}

.results-wrap__list .item:nth-child(4) .item-title {
  font-size: clamp(2.125rem, calc(1.630339196rem + 0.0211055276 * 100vw), 3.4375rem);
}

.results-wrap__list .item:nth-child(4) .item-text {
  font-size: clamp(0.625rem, calc(0.4836683417rem + 0.0060301508 * 100vw), 1rem);
}

.results-wrap__content {
  width: 100%;
  max-width: 384px;
}

.results-wrap__content--title {
  margin-bottom: 31px;
}

.results-second {
  background: none;
  padding-top: 176px;
  margin-top: 0;
}

.results-second .results-wrap {
  padding-top: 0;
}

.results-second .results-wrap__list {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-right: -100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.results-second .results-wrap__content--title {
  line-height: 100%;
  margin-bottom: 39px;
  font-size: clamp(2.1875rem, calc(1.1275125628rem + 0.0452261307 * 100vw), 5rem);
}

.directions {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-6.12%, #88C0FF), color-stop(134.16%, #E9F3FF));
  background: linear-gradient(180deg, #88C0FF -6.12%, #E9F3FF 134.16%);
  margin-top: -30px;
  padding: 100px 0;
  color: #F1F7FF;
}

.directions h2 {
  font-size: clamp(1.375rem, calc(1.1865577889rem + 0.008040201 * 100vw), 1.875rem);
}

.directions-wrap__title {
  text-align: center;
  margin-bottom: 33px;
}

.directions-wrap__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}

.directions-wrap__list .item {
  position: relative;
  z-index: 2;
  width: calc((100% - 60px) / 3);
  min-height: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-radius: 20px;
  overflow: hidden;
  padding: 15px;
  color: #F1F7FF;
}

.directions-wrap__list .item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(60%, #FFCE22), to(rgba(255, 206, 34, 0)));
  background: linear-gradient(0deg, #FFCE22 60%, rgba(255, 206, 34, 0) 100%);
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
}

.directions-wrap__list .item:hover {
  -webkit-mask-image: url("../img/main/directions-card-mask.svg");
  mask-image: url("../img/main/directions-card-mask.svg");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  border-radius: 0;
}

.directions-wrap__list .item:hover::before {
  opacity: 1;
}

.directions-wrap__list .item:hover .item-title {
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  background-color: transparent;
}

.directions-wrap__list .item-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.directions-wrap__list .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.directions-wrap__list .item-title {
  padding: 18px 60px 18px 19px;
  background: url("../img/main/vector-directions.png") no-repeat center center/cover;
  border-radius: 35px;
  position: relative;
  width: 100%;
  font-weight: 600;
  font-size: clamp(0.8125rem, calc(0.6947236181rem + 0.0050251256 * 100vw), 1.125rem);
}

.directions-wrap__list .item-title::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url("../img/main/directions-vector.svg") no-repeat center center/contain;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.directions-partners {
  margin-top: 115px;
  padding: 0 15px;
}

.directions-partners__title {
  text-align: center;
}

.directions-partners__text {
  max-width: 506px;
  margin: 16px auto 36px;
  line-height: 130%;
  font-weight: 500;
  text-align: center;
  font-size: clamp(0.75rem, calc(0.6557788945rem + 0.0040201005 * 100vw), 1rem);
}

.directions-partners__list {
  overflow: hidden;
}

.directions-partners__list .wrapper .item,
.directions-partners__slider--list .wrapper .item {
  width: 145px;
  height: 98px;
  padding: 12px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F1F7FF;
  border-radius: 100px;
}

.directions-partners__list .wrapper img,
.directions-partners__slider--list .wrapper img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.directions-partners__list .wrapper.large .item,
.directions-partners__slider--list .wrapper.large .item {
  width: 201px;
  padding: 12px 29px;
}

.directions-partners__list .wrapper {
  margin-right: 16px;
}

.directions-partners__slider {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.directions-partners__slider--list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  overflow: hidden;
}

.directions-partners__slider--list .wrapper {
  margin-right: 16px;
}

.marquee-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
}

.marquee-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  will-change: transform;
}

.directions-partners__slider--next {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #94c6ff;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.directions-partners__slider--next:hover {
  background-color: #FFCE22;
}

.gallery {
  margin-top: -30px;
  border-radius: 20px 20px 0 0;
  position: relative;
  z-index: 2;
}

.gallery::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(32.76%, #F1F7FF), color-stop(75.61%, rgba(241, 247, 255, 0)));
  background: linear-gradient(180deg, #F1F7FF 32.76%, rgba(241, 247, 255, 0) 75.61%);
  z-index: -1;
}

.gallery::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-6.12%, #88C0FF), color-stop(134.16%, #E9F3FF));
  background: linear-gradient(180deg, #88C0FF -6.12%, #E9F3FF 134.16%);
  z-index: -2;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.gallery-wrap {
  color: #fff;
  padding-top: 40px;
}

.gallery-wrap__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.gallery-wrap__list .row {
  width: calc((100% - 80px) / 5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}

.gallery-wrap__list .row .gallery-img-link {
  display: block;
  width: 100%;
}

.gallery-wrap__list .row img {
  border-radius: 20px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery-wrap__list .row:first-child .gallery-img-link:nth-child(1) img,
.gallery-wrap__list .row:last-child .gallery-img-link:nth-child(1) img {
  height: 278px;
}

.gallery-wrap__list .row:first-child .gallery-img-link:nth-child(2) img,
.gallery-wrap__list .row:last-child .gallery-img-link:nth-child(2) img {
  height: 126px;
}

.gallery-wrap__list .row:nth-child(2) img,
.gallery-wrap__list .row:nth-child(4) img {
  height: 392px;
}

.gallery-wrap__list .row:nth-child(3) img {
  height: 276px;
}

.gallery-wrap__title {
  margin: 66px 0 17px;
  font-weight: 600;
  text-align: center;
  font-size: clamp(1.375rem, calc(0.9510050251rem + 0.0180904523 * 100vw), 2.5rem);
}

.gallery-wrap__text {
  max-width: 367px;
  margin: 0 auto 28px;
  line-height: 130%;
  font-weight: 500;
  text-align: center;
  font-size: clamp(0.75rem, calc(0.6557788945rem + 0.0040201005 * 100vw), 1rem);
}

.gallery-wrap .btn {
  margin: 0 auto;
  min-height: 44px;
  min-width: 241px;
  padding: 5px;
  font-size: clamp(0.875rem, calc(0.7807788945rem + 0.0040201005 * 100vw), 1.125rem);
}

.gallery-second::after {
  display: none;
}

.gallery-third::after {
  display: none;
}

.gallery-third .gallery-wrap {
  color: #343C56;
}

.form {
  position: relative;
  z-index: 2;
  padding-top: 120px;
}

.form::after {
  content: "";
  display: block;
  width: 100%;
  height: 105%;
  position: absolute;
  left: 0;
  top: -1px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-6.12%, #88C0FF), color-stop(134.16%, #E9F3FF));
  background: linear-gradient(180deg, #88C0FF -6.12%, #E9F3FF 134.16%);
  z-index: -1;
}

.form-wrap {
  background-color: #a7d1ff;
  margin: 0 auto 0;
  max-width: 1117px;
  padding: 35px 75px;
  border-radius: 33px;
}

.form-wrap input,
.form-wrap select,
.form-wrap textarea {
  margin-bottom: 63px;
}

.form-wrap__title {
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
  font-size: clamp(1rem, calc(0.6702261307rem + 0.0140703518 * 100vw), 1.875rem);
}

.form-wrap .btn {
  margin: 0 auto;
}

.news {
  position: relative;
  z-index: 2;
  padding-bottom: 100px;
}

.news::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#88C0FF), to(#E9F3FF));
  background: linear-gradient(180deg, #88C0FF 0%, #E9F3FF 100%);
  z-index: -1;
}

.news-wrap {
  padding-top: 236px;
}

.news-wrap__title {
  text-align: center;
  color: #fff;
  font-size: clamp(0.875rem, calc(0.4274497487rem + 0.0190954774 * 100vw), 2.0625rem);
}

.news-wrap__list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.news-wrap__list .item {
  border-radius: 35px;
  overflow: hidden;
  width: calc((100% - 40px) / 3);
  min-height: 504px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.news-wrap__list .item-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 90%;
  z-index: -1;
}

.news-wrap__list .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-wrap__list .item-content {
  width: 100%;
  padding: 27px;
  border-radius: 35px;
  color: #F1F7FF;
}

.news-wrap__list .item-content__title {
  font-weight: 700;
  height: 43px;
  line-height: 100%;
  overflow: hidden;
  font-size: clamp(0.875rem, calc(0.6865577889rem + 0.008040201 * 100vw), 1.375rem);
}

.news-wrap__list .item-content__text {
  line-height: 100%;
  height: 63px;
  overflow: hidden;
  margin: 15px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#F1F7FF), to(rgba(241, 247, 255, 0)));
  background: linear-gradient(180deg, #F1F7FF 0%, rgba(241, 247, 255, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  max-width: 367px;
  font-size: clamp(0.75rem, calc(0.5851130653rem + 0.0070351759 * 100vw), 1.1875rem);
}

.news-wrap__list .item-content__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
}

.news-wrap__list .item-content__meta--date {
  padding: 3px 9px;
  font-weight: 600;
  border-radius: 35px;
  background-color: rgba(241, 247, 255, 0.25);
  color: rgba(241, 247, 255, 0.5);
  font-size: clamp(0.5rem, calc(0.4057788945rem + 0.0040201005 * 100vw), 0.75rem);
}

.news-wrap__list .item-content__meta .btn {
  min-width: 211px;
  min-height: 44px;
  font-size: clamp(0.875rem, calc(0.7807788945rem + 0.0040201005 * 100vw), 1.125rem);
}

.news-wrap__more {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.news-wrap__more .btn {
  min-width: 253px;
  min-height: 45px;
  font-size: clamp(0.75rem, calc(0.6086683417rem + 0.0060301508 * 100vw), 1.125rem);
}

.news-wrap__slider {
  margin-right: -20px;
  display: block;
}

.news-wrap__slider .item {
  margin-right: 20px;
}

.news-wrap__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
}

.news-wrap__top--nav {
  background-color: #b3d7ff;
}

.news-second::after {
  display: none;
}

.news-second .news-wrap {
  padding-top: 0;
}

.news-projects {
  padding-top: 100px;
}

.news-projects .news-wrap__list .item {
  min-height: 425px;
}

.news-about {
  margin-top: 113px;
}

.news-about .slick-dots .slick-active button {
  background-color: #4C86CA;
}

.news-about .news-wrap {
  position: relative;
}

.news-about .news-wrap__top {
  display: block;
  text-align: center;
}

.news-about .news-wrap__top--nav {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.news-about::after {
  display: none;
}

.article-wrap {
  padding-top: 238px;
  margin-bottom: 150px;
}

.article-wrap__top {
  margin: 37px 0 81px;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 27px 0;
  min-height: 598px;
}

.article-wrap__top--image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.article-wrap__top--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.article-wrap__top--flex {
  border-radius: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  padding: 42px 42px 42px 113px;
  color: #F1F7FF;
}

.article-wrap__top--flex-title {
  line-height: 130%;
  width: 100%;
  max-width: 557px;
  font-size: clamp(1.125rem, calc(0.630339196rem + 0.0211055276 * 100vw), 2.4375rem);
}

.article-wrap__top--flex-text {
  width: 100%;
  max-width: 514px;
  font-weight: 600;
  line-height: 130%;
  font-size: clamp(0.75rem, calc(0.6557788945rem + 0.0040201005 * 100vw), 1rem);
}

.article-wrap__content {
  color: #343c56;
  font-size: clamp(0.875rem, calc(0.7807788945rem + 0.0040201005 * 100vw), 1.125rem);
  line-height: 29px;
}

.article-wrap__content p {
  line-height: 29px;
  margin-bottom: 29px;
}

.article-wrap__content p:last-child {
  margin-bottom: 0;
}

.about {
  position: relative;
  z-index: 2;
}

.about-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.about-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

.about-wrap {
  padding-top: 213px;
}

.history {
  background-color: #2047D0;
}

.history-wrap {
  padding: 54px 0;
  color: #F1F7FF;
}

.history-wrap__list {
  margin-right: -300px;
  position: relative;
}

.history-wrap__list .slick-dots {
  margin-top: 105px;
}

.history-wrap__list .slick-arrow {
  position: absolute;
  right: 300px;
  bottom: 20px;
}

.history-wrap__list .wrapper {
  margin-right: 29px;
}

.history-wrap__list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}

.history-wrap__list .item-text {
  width: 100%;
  max-width: 423px;
  font-size: clamp(0.875rem, calc(0.7807788945rem + 0.0040201005 * 100vw), 1.125rem);
}

.history-wrap__list .item-image {
  width: 100%;
  max-width: 434px;
  height: 386px;
}

.history-wrap__list .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 35px;
}

.we {
  position: relative;
  z-index: 2;
}

.we::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(32.76%, #F1F7FF), color-stop(75.61%, rgba(241, 247, 255, 0)));
  background: linear-gradient(180deg, #F1F7FF 32.76%, rgba(241, 247, 255, 0) 75.61%);
  z-index: -1;
}

.we-wrap {
  padding: 82px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 39px;
}

.we-wrap .item {
  width: calc((100% - 39px) / 2);
  background: -webkit-gradient(linear, left top, right top, color-stop(62.72%, #F1F7FF), color-stop(95.15%, rgba(241, 247, 255, 0)));
  background: linear-gradient(90deg, #F1F7FF 62.72%, rgba(241, 247, 255, 0) 95.15%);
  border-radius: 30px;
  overflow: hidden;
  padding: 36px 28px;
  line-height: 110%;
  color: #343C56;
  font-size: clamp(0.625rem, calc(0.3894472362rem + 0.0100502513 * 100vw), 1.25rem);
}

.we-wrap .item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  margin-bottom: 23px;
  font-size: clamp(1.3125rem, calc(0.8649497487rem + 0.0190954774 * 100vw), 2.5rem);
}

.we-wrap .item-title span {
  display: block;
  width: 100%;
  max-width: calc(100% - 41px);
  padding-left: 18px;
}

.values {
  position: relative;
  z-index: 3;
  background: #2047D2;
  border-radius: 20px;
  -webkit-box-shadow: -3px 4px 42.8px 0 rgba(148, 185, 228, 0.03);
          box-shadow: -3px 4px 42.8px 0 rgba(148, 185, 228, 0.03);
  padding-top: 30px;
}

.values-wrap {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  height: 827px;
}

.values-wrap__title {
  position: absolute;
  left: 49px;
  top: 22px;
  color: #F1F7FF;
  font-weight: 700;
  line-height: 1.1;
  white-space: nowrap;
  font-size: clamp(1.75rem, calc(1.2317839196rem + 0.0221105528 * 100vw), 3.125rem);
  margin: 0;
}

.values-wrap__list {
  position: relative;
  width: 100%;
  height: 100%;
}

.values-wrap__list .item {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #F1F7FF;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.values-wrap__list .item::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%) rotate(-60deg);
      -ms-transform: translate(-50%, -50%) rotate(-60deg);
          transform: translate(-50%, -50%) rotate(-60deg);
}

.values-wrap__list .item--blue::before {
  background: linear-gradient(60deg, rgba(136, 192, 255, 0) 27.09%, #88C0FF 75.56%);
}

.values-wrap__list .item--yellow::before {
  background: linear-gradient(60deg, rgba(255, 206, 34, 0) 27.09%, #FFCE22 75.56%);
}

.values-wrap__list .item-title {
  font-weight: 700;
  line-height: 1;
  margin-bottom: 14px;
}

.values-wrap__list .item-text {
  font-weight: 500;
  line-height: 1.2;
}

.values-wrap__list .item--initiative {
  left: 476px;
  top: 23px;
  width: 363px;
  height: 363px;
}

.values-wrap__list .item--initiative .item-title {
  font-size: 30px;
}

.values-wrap__list .item--initiative .item-text {
  font-size: 14px;
  max-width: 230px;
}

.values-wrap__list .item--initiative::before {
  width: 266px;
  height: 266px;
}

.values-wrap__list .item--cooperation {
  left: 977px;
  top: 8px;
  width: 332px;
  height: 332px;
}

.values-wrap__list .item--cooperation .item-title {
  font-size: 25px;
}

.values-wrap__list .item--cooperation .item-text {
  font-size: 12px;
  max-width: 214px;
}

.values-wrap__list .item--cooperation::before {
  width: 243px;
  height: 243px;
}

.values-wrap__list .item--responsibility {
  left: 170px;
  top: 121px;
  width: 363px;
  height: 363px;
}

.values-wrap__list .item--responsibility .item-title {
  font-size: 25px;
  max-width: 217px;
}

.values-wrap__list .item--responsibility .item-text {
  font-size: 13px;
  max-width: 224px;
}

.values-wrap__list .item--responsibility::before {
  width: 266px;
  height: 266px;
}

.values-wrap__list .item--collective {
  left: 660px;
  top: 129px;
  width: 580px;
  height: 580px;
}

.values-wrap__list .item--collective .item-title {
  font-size: 45px;
  line-height: 1.05;
  max-width: 386px;
}

.values-wrap__list .item--collective .item-text {
  font-size: 16px;
  max-width: 293px;
}

.values-wrap__list .item--collective::before {
  width: 425px;
  height: 425px;
}

.values-wrap__list .item--creativity {
  left: 425px;
  top: 269px;
  width: 296px;
  height: 296px;
}

.values-wrap__list .item--creativity .item-title {
  font-size: 25px;
}

.values-wrap__list .item--creativity .item-text {
  font-size: 12px;
  max-width: 197px;
}

.values-wrap__list .item--creativity::before {
  width: 217px;
  height: 217px;
}

.values-wrap__list .item--teamwork {
  left: 104px;
  top: 395px;
  width: 499px;
  height: 499px;
}

.values-wrap__list .item--teamwork .item-title {
  font-size: 45px;
  line-height: 1.05;
  max-width: 333px;
}

.values-wrap__list .item--teamwork .item-text {
  font-size: 16px;
  max-width: 275px;
}

.values-wrap__list .item--teamwork::before {
  width: 365px;
  height: 365px;
}

.values-wrap__list .item--ambition {
  left: 539px;
  top: 431px;
  width: 363px;
  height: 363px;
}

.values-wrap__list .item--ambition .item-title {
  font-size: 30px;
}

.values-wrap__list .item--ambition .item-text {
  font-size: 13px;
  max-width: 235px;
}

.values-wrap__list .item--ambition::before {
  width: 266px;
  height: 266px;
}

.values-wrap__list .item--professionalism {
  left: 848px;
  top: 510px;
  width: 317px;
  height: 317px;
}

.values-wrap__list .item--professionalism .item-title {
  font-size: 25px;
}

.values-wrap__list .item--professionalism .item-text {
  font-size: 11px;
  max-width: 196px;
}

.values-wrap__list .item--professionalism::before {
  width: 232px;
  height: 232px;
}

.values-wrap__brand {
  position: absolute;
  left: calc(75% - 20.29px);
  top: 755px;
  width: 296.701px;
  height: 159.815px;
  pointer-events: none;
  z-index: 3;
}

.values-wrap__brand-cloud {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.values-wrap__brand-cloud svg {
  display: block;
  width: 285.832px;
  height: 134.925px;
  -webkit-transform: rotate(-5.1deg);
      -ms-transform: rotate(-5.1deg);
          transform: rotate(-5.1deg);
}

.values-wrap__brand-rise {
  position: absolute;
  left: 30.86px;
  top: 66.15px;
  width: 118.937px;
  height: 33.368px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.values-wrap__brand-rise svg {
  display: block;
  width: 23.021px;
  height: 117.354px;
  -webkit-transform: rotate(-95.1deg);
      -ms-transform: rotate(-95.1deg);
          transform: rotate(-95.1deg);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.values-wrap__brand-team {
  position: absolute;
  left: 211.44px;
  top: 50.91px;
  width: 112.321px;
  height: 40.662px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.values-wrap__brand-team > span {
  font-family: ArtegraSans, sans-serif;
  font-weight: 700;
  font-size: 29.171px;
  line-height: 30.421px;
  color: #F1F7FF;
  text-transform: uppercase;
  white-space: nowrap;
  display: inline-block;
  -webkit-transform: rotate(-5.1deg);
      -ms-transform: rotate(-5.1deg);
          transform: rotate(-5.1deg);
}

.team {
  position: relative;
  z-index: 2;
  padding: 70px 0 80px;
}

.team-wrap {
  position: relative;
}

.team-wrap .slick-dots {
  margin-top: 80px;
}

.team-wrap .slick-dots .slick-active button {
  background-color: #4C86CA;
}

.team-wrap .slick-arrow {
  position: absolute;
  right: 40px;
  bottom: 15px;
  background-color: #b4d7ff;
}

.team-wrap__title {
  color: #F1F7FF;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  font-size: clamp(1.625rem, calc(1.2952261307rem + 0.0140703518 * 100vw), 2.5rem);
}

.team-wrap__list {
  padding: 0 43px;
}

.team-wrap__list .slick-list {
  margin: 0 -25px;
}

.team-wrap__list .slick-slide {
  margin: 0 25px;
}

.team-wrap__list .item {
  position: relative;
  width: 100%;
  height: 498px;
  border-radius: 33px;
  overflow: hidden;
  background: linear-gradient(135deg, #2047D0 0%, #5276F5 100%);
  color: #F1F7FF;
}

.team-wrap__list .item-name {
  position: absolute;
  left: 24px;
  top: 27px;
  font-weight: 700;
  font-size: 25px;
  line-height: 27px;
  z-index: 2;
  max-width: 47.5%;
}

.team-wrap__list .item-role {
  position: absolute;
  right: 24px;
  top: 33px;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  max-width: 156px;
  z-index: 2;
  max-width: 40%;
}

.team-wrap__list .item-photo {
  position: absolute;
  left: 50%;
  top: 81px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 110%;
  height: auto;
  max-width: none;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.team-wrap__list .item:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29.39%, #8FC4FF), color-stop(98.63%, #EAF4FF));
  background: linear-gradient(180deg, #8FC4FF 29.39%, #EAF4FF 98.63%);
}

.volunteers {
  position: relative;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(#88C0FF), to(#E9F3FF));
  background: linear-gradient(180deg, #88C0FF 0%, #E9F3FF 100%);
  overflow: hidden;
  padding-top: 1px;
}

.volunteers-wrap {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  height: 950px;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #88C0FF transparent;
}

.volunteers-wrap::-webkit-scrollbar {
  width: 8px;
}

.volunteers-wrap::-webkit-scrollbar-track {
  background: transparent;
}

.volunteers-wrap::-webkit-scrollbar-thumb {
  background: #88C0FF;
  border-radius: 1000px;
}

.volunteers-wrap__title {
  color: #F1F7FF;
  font-weight: 700;
  text-align: center;
  padding-top: 68px;
  font-size: clamp(1.625rem, calc(1.2952261307rem + 0.0140703518 * 100vw), 2.5rem);
  margin: 0;
}

.volunteers-wrap__list {
  position: relative;
  width: 100%;
  -webkit-transform: translateX(53px);
          transform: translateX(53px);
  height: 1500px;
  margin-top: -100px;
}

.volunteers-wrap__list .item {
  position: absolute;
  width: 229px;
  height: 229px;
  border-radius: 50%;
  overflow: hidden;
  background: radial-gradient(circle at 50% 30%, #F1F7FF 0%, #C8DFFF 50%, #88C0FF 90%);
}

.volunteers-wrap__list .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  display: block;
}

.volunteers-wrap__list .item--1 {
  left: 433px;
  top: 179px;
}

.volunteers-wrap__list .item--2 {
  left: 212px;
  top: 295px;
}

.volunteers-wrap__list .item--3 {
  left: 704px;
  top: 216px;
}

.volunteers-wrap__list .item--4 {
  left: 974px;
  top: 303px;
}

.volunteers-wrap__list .item--5 {
  left: 537px;
  top: 406px;
}

.volunteers-wrap__list .item--6 {
  left: 773px;
  top: 488px;
}

.volunteers-wrap__list .item--7 {
  left: 1009px;
  top: 557px;
}

.volunteers-wrap__list .item--8 {
  left: 318px;
  top: 524px;
}

.volunteers-wrap__list .item--9 {
  left: 525px;
  top: 662px;
}

.volunteers-wrap__list .item--10 {
  left: 193px;
  top: 735px;
}

.volunteers-wrap__list .item--11 {
  left: 801px;
  top: 753px;
}

.volunteers-wrap__list .item--12 {
  left: 560px;
  top: 890px;
}

.volunteers-wrap__list .item--13 {
  left: 980px;
  top: 960px;
}

.volunteers-wrap__list .item--14 {
  left: 290px;
  top: 1010px;
}

.volunteers-wrap__list .item--15 {
  left: 710px;
  top: 1090px;
}

.volunteers-wrap__list .item--16 {
  left: 120px;
  top: 1150px;
}

.volunteers-wrap__list .item--17 {
  left: 460px;
  top: 1230px;
}

.volunteers-wrap__heart {
  position: absolute;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 73' fill='%23FFCE22'><path d='M40 73 C40 73 0 48 0 22 C0 9 9 0 21 0 C29 0 36 4 40 11 C44 4 51 0 59 0 C71 0 80 9 80 22 C80 48 40 73 40 73 Z'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
}

.volunteers-wrap__heart--1 {
  width: 97px;
  height: 89px;
  left: 286px;
  top: 601px;
}

.volunteers-wrap__heart--2 {
  width: 80px;
  height: 73px;
  left: 934px;
  top: 398px;
}

.volunteers-wrap__heart--3 {
  width: 128px;
  height: 117px;
  left: 754px;
  top: 835px;
}

.direction {
  position: relative;
  z-index: 2;
}

.direction-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.direction-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 35px 35px;
}

.direction .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.direction-wrap {
  border-radius: 35px;
  padding: 40px;
  margin-bottom: 30px;
  color: #F1F7FF;
  width: 100%;
}

.direction-wrap__flex {
  margin-top: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}

.direction-wrap__flex--title {
  line-height: 110%;
  width: 100%;
  max-width: 419px;
  font-size: clamp(1.5625rem, calc(1.2327261307rem + 0.0140703518 * 100vw), 2.4375rem);
}

.direction-wrap__flex--text {
  width: 100%;
  max-width: 656px;
  line-height: 130%;
  font-weight: 600;
  font-size: clamp(0.75rem, calc(0.5615577889rem + 0.008040201 * 100vw), 1.25rem);
}

.result-wrap {
  margin-top: 118px;
}

.result-wrap__title {
  text-align: center;
  color: #F1F7FF;
  font-size: clamp(1.9375rem, calc(1.7255025126rem + 0.0090452261 * 100vw), 2.5rem);
}

.result-wrap__list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}

.result-wrap__list .item {
  width: 285px;
  height: 285px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 60px 15px 15px;
  color: #F1F7FF;
  font-weight: 500;
  font-size: clamp(0.625rem, calc(0.4836683417rem + 0.0060301508 * 100vw), 1rem);
}

.result-wrap__list .item-title {
  font-weight: 700;
  line-height: 100%;
  font-size: clamp(2.8125rem, calc(2.3885050251rem + 0.0180904523 * 100vw), 3.9375rem);
}

.result-wrap__list .item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(60deg, rgba(255, 206, 34, 0) 29.08%, #FFCE22 83.55%);
  -webkit-backdrop-filter: blur(47.581237793px);
          backdrop-filter: blur(47.581237793px);
  border-radius: 50%;
  rotate: -60deg;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.how {
  background-color: #2047D2;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 100px;
  color: #fff;
}

.how-wrap {
  padding: 65px 0 50px;
}

.how-wrap__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}

.how-wrap__top--title {
  font-size: clamp(1.25rem, calc(0.943781407rem + 0.0130653266 * 100vw), 2.0625rem);
}

.how-wrap__list {
  margin-top: 30px;
  margin-right: -27px;
}

.how-wrap__list .slick-track {
  -webkit-transition: -webkit-transform 0.4s ease !important;
  transition: -webkit-transform 0.4s ease !important;
  transition: transform 0.4s ease !important;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease !important;
}

.how-wrap__list .slick-slide {
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}

.how-wrap__list .item {
  margin-right: 27px;
}

.how-wrap__list .item img {
  width: 100%;
  height: 490px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

.projects {
  padding-top: 250px;
}

.projects-wrap__top {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  color: #F1F7FF;
}

.projects-wrap__top--title {
  width: 100%;
  max-width: 350px;
  line-height: 110%;
  font-size: clamp(1.875rem, calc(1.4038944724rem + 0.0201005025 * 100vw), 3.125rem);
}

.projects-wrap__top--categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 562px;
  gap: 8px 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.projects-wrap__top--categories span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 28px;
  font-weight: 600;
  background-color: #8cc2ff;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: clamp(0.625rem, calc(0.4836683417rem + 0.0060301508 * 100vw), 1rem);
}

.projects-wrap__top--categories .active {
  background-color: #FFCE22;
  color: #343C56;
}

.projects-wrap__top--categories .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  width: 40px;
  height: 40px;
}

.projects-wrap__top--type {
  max-width: 291px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #8cc2ff;
  border-radius: 50px;
  padding: 8px 25px;
  font-weight: 600;
  font-size: clamp(0.75rem, calc(0.6086683417rem + 0.0060301508 * 100vw), 1.125rem);
}

.projects-wrap__top--type span {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.projects-wrap__top--type span::after {
  content: "";
  display: block;
  width: 2px;
  height: 22px;
  background-color: #F1F7FF;
  margin: 0 19px;
  opacity: 0.6;
}

.projects-wrap__top--type span:last-child::after {
  display: none;
}

.projects-wrap__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 51px;
}

.projects-wrap__more .btn {
  padding: 5px;
  min-height: 45px;
  min-width: 253px;
  font-size: clamp(0.75rem, calc(0.6086683417rem + 0.0060301508 * 100vw), 1.125rem);
}

.reporting-wrap {
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}

.reporting-wrap__content {
  width: 100%;
  max-width: 570px;
}

.reporting-wrap__content--title {
  line-height: 100%;
  font-weight: 700;
  margin-bottom: 27px;
  font-size: clamp(2.1875rem, calc(1.1275125628rem + 0.0452261307 * 100vw), 5rem);
}

.reporting-wrap__content--text {
  font-weight: 500;
  line-height: 130%;
  font-size: clamp(0.875rem, calc(0.7807788945rem + 0.0040201005 * 100vw), 1.125rem);
}

.reporting-wrap__list {
  width: 100%;
  max-width: 560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 10px;
}

.reporting-wrap__list span {
  display: block;
  padding: 7px 30px;
  font-weight: 600;
  background-color: #88c0ff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50px;
  cursor: pointer;
  font-size: clamp(0.9375rem, calc(0.7961683417rem + 0.0060301508 * 100vw), 1.3125rem);
}

.reporting-wrap__list span:hover {
  background-color: #FFD84F;
}

.support-wrap {
  padding-top: 177px;
  padding-bottom: 68px;
}

.support-wrap__flex {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  gap: 30px;
}

.support-wrap__flex--content {
  width: 100%;
  max-width: 661px;
}

.support-wrap__flex--content-title {
  margin-bottom: 73px;
  line-height: 100%;
  font-size: clamp(2.1875rem, calc(1.1275125628rem + 0.0452261307 * 100vw), 5rem);
}

.support-wrap__flex--content .btn {
  min-width: 324px;
}

.support-wrap__flex--list {
  width: 100%;
  max-width: 551px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}

.support-wrap__flex--list .item {
  width: calc((100% - 16px) / 2);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29.39%, #8FC4FF), color-stop(98.63%, #EAF4FF));
  background: linear-gradient(180deg, #8FC4FF 29.39%, #EAF4FF 98.63%);
  border-radius: 23px;
  padding: 21px 25px;
}

.support-wrap__flex--list .item:last-child:nth-child(odd) {
  width: 100%;
}

.support-wrap__flex--list .item-title {
  line-height: 110%;
  margin-bottom: 15px;
  font-weight: 700;
  color: #fff;
  max-width: 170px;
  font-size: clamp(0.9375rem, calc(0.7019472362rem + 0.0100502513 * 100vw), 1.5625rem);
}

.support-wrap__flex--list .item-arrow {
  margin-left: auto;
  width: 64px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #94c7fe;
}

.support-wrap__flex--list .item:hover {
  background: -webkit-gradient(linear, left top, right top, from(#2047D2), to(#476EF7));
  background: linear-gradient(90deg, #2047D2 0%, #476EF7 100%);
}

.support-wrap__flex--list .item:hover .item-arrow {
  background-color: #0000bf;
}

.donate {
  background-color: #2047D2;
  border-radius: 23px;
  color: #fff;
}

.donate-wrap {
  padding: 68px 0;
}

.donate-wrap__title {
  font-weight: 700;
}

.donate-wrap__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  margin-top: 48px;
}

.donate-wrap__flex--form {
  width: 100%;
  max-width: 604px;
  border-radius: 23px;
  background-color: #fff;
  padding: 20px 32px;
  color: #343C56;
}

.donate-wrap__flex--form-title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: clamp(0.9375rem, calc(0.7490577889rem + 0.008040201 * 100vw), 1.4375rem);
}

.donate-wrap__flex--form-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 28px;
}

.donate-wrap__flex--form-list span {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  padding: 8px;
  color: #343C56;
  text-align: center;
  border-radius: 100px;
  background-color: #C6E1FF;
  width: calc((100% - 60px) / 4);
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: clamp(0.75rem, calc(0.6322236181rem + 0.0050251256 * 100vw), 1.0625rem);
}

.donate-wrap__flex--form-list .active {
  background-color: #2047D2;
  color: #fff;
}

.donate-wrap__flex--form input,
.donate-wrap__flex--form select,
.donate-wrap__flex--form textarea {
  padding: 20px;
  border: none;
  background-color: #C6E1FF;
  color: #343C56;
  font-size: 17px;
  border-radius: 100px;
  margin-bottom: 13px;
}

.donate-wrap__flex--form input::-webkit-input-placeholder, .donate-wrap__flex--form select::-webkit-input-placeholder, .donate-wrap__flex--form textarea::-webkit-input-placeholder {
  color: #343C56;
}

.donate-wrap__flex--form input::-moz-placeholder, .donate-wrap__flex--form select::-moz-placeholder, .donate-wrap__flex--form textarea::-moz-placeholder {
  color: #343C56;
}

.donate-wrap__flex--form input:-ms-input-placeholder, .donate-wrap__flex--form select:-ms-input-placeholder, .donate-wrap__flex--form textarea:-ms-input-placeholder {
  color: #343C56;
}

.donate-wrap__flex--form input::-ms-input-placeholder, .donate-wrap__flex--form select::-ms-input-placeholder, .donate-wrap__flex--form textarea::-ms-input-placeholder {
  color: #343C56;
}

.donate-wrap__flex--form input::placeholder,
.donate-wrap__flex--form select::placeholder,
.donate-wrap__flex--form textarea::placeholder {
  color: #343C56;
}

.donate-wrap__flex--form .btn {
  margin-top: 24px;
}

.donate-wrap__flex--form .custom-check {
  margin-top: 24px;
}

.donate-wrap__flex--form-fields input.is-error {
  border-color: #ff4d4f !important;
  color: #ff4d4f;
}

.donate-wrap__flex--form-fields input.is-error::-webkit-input-placeholder {
  color: #ff4d4f;
}

.donate-wrap__flex--form-fields input.is-error::-moz-placeholder {
  color: #ff4d4f;
}

.donate-wrap__flex--form-fields input.is-error:-ms-input-placeholder {
  color: #ff4d4f;
}

.donate-wrap__flex--form-fields input.is-error::-ms-input-placeholder {
  color: #ff4d4f;
}

.donate-wrap__flex--form-fields input.is-error::placeholder {
  color: #ff4d4f;
}

.donate-wrap__flex--form-fields .custom-check.is-error span {
  color: #ff4d4f;
}

.donate-wrap__flex--form-fields .custom-check.is-error input[type=checkbox] {
  outline: 2px solid #ff4d4f;
  outline-offset: 2px;
}

.donate-wrap__flex--qr {
  width: 100%;
  max-width: 336px;
  margin-top: 76px;
  margin-right: 56px;
}

.donate-wrap__flex--qr-title {
  text-align: center;
  margin-top: 39px;
  font-weight: 600;
  line-height: 100%;
  font-size: clamp(1.1875rem, calc(0.8577261307rem + 0.0140703518 * 100vw), 2.0625rem);
}

.details-wrap {
  margin-top: 76px;
  color: #343C56;
  padding-bottom: 50px;
}

.details-wrap__title {
  font-weight: 700;
  margin-bottom: 28px;
  font-size: clamp(1.5625rem, calc(1.1620603015rem + 0.0170854271 * 100vw), 2.625rem);
}

.details-wrap__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 76px;
}

.details-wrap__list .item {
  width: calc((100% - 76px) / 2);
  border-radius: 23px;
  background-color: #fff;
  padding: 48px 32px;
  font-weight: 600;
  font-size: clamp(0.6875rem, calc(0.4283919598rem + 0.0110552764 * 100vw), 1.375rem);
}

.details-wrap__list .item-title {
  font-weight: 700;
  margin-bottom: 24px;
  font-size: clamp(1.25rem, calc(0.8966708543rem + 0.0150753769 * 100vw), 2.1875rem);
}

.details-wrap__list .item-row {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: solid 1px rgba(52, 60, 86, 0.4);
}

.details-wrap__list .item-row:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

@media (max-width: 2550px) {
  .hero .container,
  .about .container,
  .direction .container {
    min-height: 100vh;
  }
}

@media (max-width: 1600px) {
  .history-wrap__list {
    margin-right: -95px;
  }
}

@media (max-width: 1300px) {
  .header-wrap__nav {
    gap: 15px;
  }

  .header-wrap__nav ul {
    gap: 15px;
  }

  .results-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .results-wrap__content {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    text-align: center;
  }

  .results-second .results-wrap {
    margin-top: 45px;
  }

  .results-second .results-wrap__list {
    margin: 0;
  }
}

@media (max-width: 1200px) {
  .header-wrap__nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#88C0FF), to(#E6F1FF));
    background: linear-gradient(180deg, #88C0FF 0%, #E6F1FF 100%);
    max-width: inherit;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    border-radius: 0;
    z-index: 3;
    display: block;
    padding: 57px 23px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
  }

  .header-wrap__nav--active {
    opacity: 1;
    visibility: visible;
  }

  .header-wrap__nav--close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(241, 247, 255, 0.25);
    position: absolute;
    z-index: 3;
    margin-left: 11px;
    margin-top: 10px;
  }

  .header-wrap__nav .btn {
    display: none;
  }

  .header-wrap__nav ul {
    display: block;
    background-color: rgba(234, 243, 255, 0.1);
    -webkit-backdrop-filter: blur(92.9518585205px);
            backdrop-filter: blur(92.9518585205px);
    border-radius: 18px;
    padding: 30px 18px 25px 63px;
  }

  .header-wrap__nav ul li {
    margin-bottom: 15px;
  }

  .header-wrap__icon {
    min-width: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 18px;
    gap: 4px;
    background-color: rgba(234, 243, 255, 0.5019607843);
    -webkit-backdrop-filter: blur(92.9518585205px);
            backdrop-filter: blur(92.9518585205px);
    cursor: pointer;
    position: relative;
  }

  .header-wrap__icon span {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
    width: 18px;
    height: 2px;
    background-color: #F1F7FF;
  }

  .header-wrap__logo {
    background: none !important;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .header-wrap__languages {
    display: none;
  }

  .header-wrap__flex {
    position: relative;
    isolation: isolate;
    border-radius: 100px;
    padding: 5px 5px 5px 15px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .header-wrap__flex::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(234, 243, 255, 0.5019607843);
    -webkit-backdrop-filter: blur(92.9518585205px);
            backdrop-filter: blur(92.9518585205px);
    border-radius: inherit;
    z-index: -1;
  }

  .header-wrap__flex .btn-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 31px;
  }

  .hero-wrap__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px;
  }

  .hero-wrap__content--text {
    max-width: 100%;
  }

  .news-wrap__list .item {
    width: calc((100% - 20px) / 2);
  }

  .news-wrap__list .item-content__meta .btn {
    min-width: inherit;
    width: 100%;
    max-width: 211px;
  }

  .article-wrap__top--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
    width: 100%;
    max-width: 100%;
    padding: 30px;
  }

  .article-wrap__top--flex-title,
  .article-wrap__top--flex-text {
    max-width: 100%;
  }

  .direction-wrap__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .direction-wrap__flex--title,
  .direction-wrap__flex--text {
    max-width: 100%;
  }

  .reporting-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .reporting-wrap__content,
  .reporting-wrap__list {
    max-width: 100%;
  }

  .support-wrap__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .support-wrap__flex--content,
  .support-wrap__flex--list {
    max-width: 100%;
  }

  .donate-wrap__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 59px;
  }

  .donate-wrap__flex--form {
    max-width: 100%;
  }

  .donate-wrap__flex--qr {
    margin: 0;
  }

  .details-wrap__list {
    gap: 30px;
  }

  .details-wrap__list .item {
    width: calc((100% - 30px) / 2);
  }

  .history-wrap__list {
    margin-top: 40px;
    margin-right: 0;
  }

  .history-wrap__list .wrapper {
    margin-right: 0;
  }

  .history-wrap__list .item-text {
    max-width: calc(100% - 500px);
  }

  .history-wrap__list .slick-arrow {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    display: none;
  }
}

@media (max-width: 1100px) {
  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding-top: 110px;
    position: relative;
  }

  .footer-wrap__contacts--socials {
    position: absolute;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 34px;
  }

  .for svg {
    margin-bottom: -150px;
  }

  .projects {
    padding-top: 150px;
  }

  .projects-wrap__top {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .projects-wrap__top--categories {
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .team-wrap__list {
    padding: 0 15px;
  }

  .team-wrap__list .item {
    margin: 0 10px;
  }
}

@media (max-width: 1024px) {
  .article-wrap,
  .support-wrap,
  .about-wrap {
    padding-top: 150px;
  }

  .results-wrap {
    padding: 80px 0;
    gap: 40px;
  }

  .results-wrap__list {
    max-width: 700px;
  }

  .results-wrap__list .item {
    min-width: 130px;
    min-height: 130px;
    width: 130px;
    height: 130px;
    padding: 20px;
  }

  .results-wrap__list .item:nth-child(1) {
    margin-top: 100px;
  }

  .results-wrap__list .item:nth-child(2) {
    min-width: 200px;
    min-height: 200px;
    margin: 180px -20px 0;
  }

  .results-wrap__list .item:nth-child(3) {
    min-width: 320px;
    min-height: 320px;
  }

  .results-wrap__list .item:nth-child(4) {
    min-width: 175px;
    min-height: 175px;
    margin-top: 220px;
    margin-left: -100px;
  }

  .directions-wrap__list {
    gap: 15px;
  }

  .directions-wrap__list .item {
    width: calc((100% - 15px) / 2);
  }

  .for svg {
    margin-bottom: -100px;
  }

  .details-wrap__list .item {
    width: 100%;
  }

  .history-wrap__list .item-text {
    max-width: 400px;
  }

  .modal-wrap__documents .item {
    width: calc((100% - 25px) / 2);
  }
}

@media (max-width: 768px) {
  .results-wrap {
    padding: 60px 0;
    gap: 30px;
  }

  .results-wrap__list {
    max-width: 520px;
  }

  .results-wrap__list .item {
    min-width: 100px;
    min-height: 100px;
    width: 100px;
    height: 100px;
    padding: 15px;
  }

  .results-wrap__list .item:nth-child(1) {
    margin-top: 70px;
  }

  .results-wrap__list .item:nth-child(2) {
    min-width: 150px;
    min-height: 150px;
    margin: 130px -15px 0;
  }

  .results-wrap__list .item:nth-child(3) {
    min-width: 240px;
    min-height: 240px;
  }

  .results-wrap__list .item:nth-child(4) {
    min-width: 130px;
    min-height: 130px;
    margin-top: 160px;
    margin-left: -75px;
  }

  .news-wrap {
    padding-top: 140px;
  }

  .news-wrap__list .item {
    width: 100%;
  }

  .history-wrap__list .slick-dots {
    margin-top: 30px;
  }

  .history-wrap__list .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .history-wrap__list .item-text,
  .history-wrap__list .item-image {
    max-width: 100%;
  }

  .modal-wrap__project {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
  }

  .modal-wrap__project--image,
  .modal-wrap__project--content {
    max-width: 100%;
  }

  .modal-wrap__project--content-title {
    margin: 11px 0 23px;
  }

  .modal-wrap__project--content-top_close {
    position: absolute;
    right: 15px;
    top: 15px;
  }

  .page-header {
    padding-top: 130px;
    padding-bottom: 30px;
  }

  .page-header-wrap__title {
    font-size: clamp(1.5rem, calc(1.3115577889rem + 0.008040201 * 100vw), 2rem);
  }

  .page-content {
    padding-bottom: 60px;
  }

  .error-page-wrap {
    padding: 130px 0 80px;
  }

  .error-page-wrap__code {
    font-size: clamp(4.5rem, calc(3.3693467337rem + 0.048241206 * 100vw), 7.5rem);
  }

  .error-page-wrap__title {
    font-size: clamp(1.25rem, calc(1.0615577889rem + 0.008040201 * 100vw), 1.75rem);
  }

  .thankyou-wrap {
    padding: 130px 0 80px;
  }

  .thankyou-wrap__icon {
    width: 80px;
    height: 80px;
  }

  .thankyou-wrap__icon svg {
    width: 38px;
    height: 38px;
  }

  .thankyou-wrap__title {
    font-size: clamp(1.5rem, calc(1.2173366834rem + 0.0120603015 * 100vw), 2.25rem);
  }
}


@media (max-width: 1300px) and (min-width: 1001px) {
  .volunteers-wrap {
    height: 900px;
  }
  .volunteers-wrap__list {
    width: 100%;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    height: 1125px;
    margin-top: -75px;
  }
  .volunteers-wrap__list .item {
    width: 172px;
    height: 172px;
  }
  .volunteers-wrap__list .item--1 { left: 325px; top: 134px; }
  .volunteers-wrap__list .item--2 { left: 159px; top: 221px; }
  .volunteers-wrap__list .item--3 { left: 528px; top: 162px; }
  .volunteers-wrap__list .item--4 { left: 731px; top: 227px; }
  .volunteers-wrap__list .item--5 { left: 403px; top: 305px; }
  .volunteers-wrap__list .item--6 { left: 580px; top: 366px; }
  .volunteers-wrap__list .item--7 { left: 757px; top: 418px; }
  .volunteers-wrap__list .item--8 { left: 239px; top: 393px; }
  .volunteers-wrap__list .item--9 { left: 394px; top: 497px; }
  .volunteers-wrap__list .item--10 { left: 145px; top: 551px; }
  .volunteers-wrap__list .item--11 { left: 601px; top: 565px; }
  .volunteers-wrap__list .item--12 { left: 420px; top: 668px; }
  .volunteers-wrap__list .item--13 { left: 735px; top: 720px; }
  .volunteers-wrap__list .item--14 { left: 218px; top: 758px; }
  .volunteers-wrap__list .item--15 { left: 533px; top: 818px; }
  .volunteers-wrap__list .item--16 { left: 90px; top: 863px; }
  .volunteers-wrap__list .item--17 { left: 345px; top: 923px; }
  .volunteers-wrap__heart--1 { width: 73px; height: 67px; left: 215px; top: 451px; }
  .volunteers-wrap__heart--2 { width: 60px; height: 55px; left: 701px; top: 299px; }
  .volunteers-wrap__heart--3 { width: 96px; height: 88px; left: 566px; top: 626px; }
}

@media (max-width: 1000px) and (min-width: 769px) {
  .volunteers-wrap {
    height: 750px;
  }
  .volunteers-wrap__list {
    width: 100%;
    -webkit-transform: translateX(38px);
            transform: translateX(38px);
    height: 870px;
    margin-top: -60px;
  }
  .volunteers-wrap__list .item {
    width: 133px;
    height: 133px;
  }
  .volunteers-wrap__list .item--1 { left: 251px; top: 104px; }
  .volunteers-wrap__list .item--2 { left: 123px; top: 171px; }
  .volunteers-wrap__list .item--3 { left: 408px; top: 125px; }
  .volunteers-wrap__list .item--4 { left: 565px; top: 176px; }
  .volunteers-wrap__list .item--5 { left: 312px; top: 235px; }
  .volunteers-wrap__list .item--6 { left: 448px; top: 283px; }
  .volunteers-wrap__list .item--7 { left: 585px; top: 323px; }
  .volunteers-wrap__list .item--8 { left: 184px; top: 304px; }
  .volunteers-wrap__list .item--9 { left: 305px; top: 384px; }
  .volunteers-wrap__list .item--10 { left: 112px; top: 426px; }
  .volunteers-wrap__list .item--11 { left: 465px; top: 437px; }
  .volunteers-wrap__list .item--12 { left: 325px; top: 516px; }
  .volunteers-wrap__list .item--13 { left: 568px; top: 557px; }
  .volunteers-wrap__list .item--14 { left: 168px; top: 586px; }
  .volunteers-wrap__list .item--15 { left: 412px; top: 632px; }
  .volunteers-wrap__list .item--16 { left: 70px; top: 667px; }
  .volunteers-wrap__list .item--17 { left: 267px; top: 713px; }
  .volunteers-wrap__heart--1 { width: 56px; height: 52px; left: 166px; top: 349px; }
  .volunteers-wrap__heart--2 { width: 46px; height: 42px; left: 542px; top: 231px; }
  .volunteers-wrap__heart--3 { width: 74px; height: 68px; left: 437px; top: 484px; }
}

@media (max-width: 768px) and (min-width: 551px) {
  .volunteers-wrap {
    height: 700px;
  }
  .volunteers-wrap__list {
    width: 100%;
    -webkit-transform: translateX(27px);
            transform: translateX(27px);
    height: 750px;
    margin-top: -50px;
  }
  .volunteers-wrap__list .item {
    width: 115px;
    height: 115px;
  }
  .volunteers-wrap__list .item--1 { left: 217px; top: 90px; }
  .volunteers-wrap__list .item--2 { left: 106px; top: 148px; }
  .volunteers-wrap__list .item--3 { left: 352px; top: 108px; }
  .volunteers-wrap__list .item--4 { left: 487px; top: 152px; }
  .volunteers-wrap__list .item--5 { left: 269px; top: 203px; }
  .volunteers-wrap__list .item--6 { left: 387px; top: 244px; }
  .volunteers-wrap__list .item--7 { left: 505px; top: 279px; }
  .volunteers-wrap__list .item--8 { left: 159px; top: 262px; }
  .volunteers-wrap__list .item--9 { left: 263px; top: 331px; }
  .volunteers-wrap__list .item--10 { left: 97px; top: 368px; }
  .volunteers-wrap__list .item--11 { left: 401px; top: 377px; }
  .volunteers-wrap__list .item--12 { left: 280px; top: 445px; }
  .volunteers-wrap__list .item--13 { left: 490px; top: 480px; }
  .volunteers-wrap__list .item--14 { left: 145px; top: 505px; }
  .volunteers-wrap__list .item--15 { left: 355px; top: 545px; }
  .volunteers-wrap__list .item--16 { left: 60px; top: 575px; }
  .volunteers-wrap__list .item--17 { left: 230px; top: 615px; }
  .volunteers-wrap__heart--1 { width: 49px; height: 45px; left: 143px; top: 301px; }
  .volunteers-wrap__heart--2 { width: 40px; height: 37px; left: 467px; top: 199px; }
  .volunteers-wrap__heart--3 { width: 64px; height: 59px; left: 377px; top: 418px; }
}

@media (max-width: 550px) {
  .volunteers {
    background: none;
    margin-bottom: -50px;
  }

  .volunteers-wrap {
    height: auto;
    overflow: visible;
  }

  .volunteers-wrap__title {
    padding-top: 40px;
  }

  .volunteers-wrap__list {
    width: 100%;
    left: 0;
    -webkit-transform: translateX(38px);
            transform: translateX(38px);
    height: 600px;
    margin-top: -50px;
  }

  .volunteers-wrap__list .item {
    width: 146px;
    height: 146px;
  }

  .volunteers-wrap__list .item--1 {
    left: 100px;
    top: 103px;
  }

  .volunteers-wrap__list .item--2 {
    left: -42px;
    top: 177px;
  }

  .volunteers-wrap__list .item--3 {
    left: 273px;
    top: 127px;
  }

  .volunteers-wrap__list .item--4 {
    left: 166px;
    top: 248px;
  }

  .volunteers-wrap__list .item--5 {
    left: 317px;
    top: 301px;
  }

  .volunteers-wrap__list .item--6 {
    left: 26px;
    top: 324px;
  }

  .volunteers-wrap__list .item--7 {
    left: 159px;
    top: 412px;
  }

  .volunteers-wrap__list .item--8 {
    left: -54px;
    top: 459px;
  }

  .volunteers-wrap__list .item--9 {
    display: none;
  }

  .volunteers-wrap__list .item--10 {
    display: none;
  }

  .volunteers-wrap__list .item--11 {
    display: none;
  }

  .volunteers-wrap__list .item--12 {
    display: none;
  }

  .volunteers-wrap__list .item--13 {
    display: none;
  }

  .volunteers-wrap__list .item--14 {
    display: none;
  }

  .volunteers-wrap__list .item--15 {
    display: none;
  }

  .volunteers-wrap__list .item--16 {
    display: none;
  }

  .volunteers-wrap__list .item--17 {
    display: none;
  }

  .volunteers-wrap__heart--1 {
    width: 62px;
    height: 57px;
    left: 260px;
    top: 365px;
  }

  .volunteers-wrap__heart--2 {
    width: 51px;
    height: 47px;
    left: 8px;
    top: 490px;
  }

  .volunteers-wrap__heart--3 {
    display: none;
  }

  .mm {
    display: none;
  }

  .slick-arrow {
    width: 40px;
    height: 21px;
  }

  .slick-arrow svg {
    max-width: 20px;
  }

  .btn-flex {
    gap: 15px;
  }

  .btn-flex span {
    min-width: 30px;
    min-height: 30px;
  }

  .btn-flex span svg {
    max-width: 15px;
    max-height: 15px;
  }

  .header {
    top: 50px;
  }

  .header-wrap {
    gap: 5px;
  }

  .header-wrap__flex .btn-mobile {
    padding: 5px;
    min-width: 134px;
  }

  .header-wrap__logo {
    display: block;
  }

  .header-wrap__logo img {
    margin-top: -5px;
    max-width: 59px;
  }

  .hero-wrap {
    padding: 25px;
    border-radius: 15px;
  }

  .hero-wrap .btn {
    min-height: 45px;
    min-width: inherit;
    width: 100%;
    padding: 5px;
  }

  .results {
    margin-top: -20px;
    border-radius: 18px;
  }

  .results .container {
    padding: 0;
  }

  .results-second .container {
    padding: 0 15px;
  }

  .results-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 63px 0 0;
    gap: 17px;
  }

  .results-wrap__content {
    padding: 0 33px;
    text-align: center;
  }

  .results-wrap__content--title {
    font-size: clamp(1.75rem, calc(1.4673366834rem + 0.0120603015 * 100vw), 2.5rem);
    margin-bottom: 18px;
  }

  .results-wrap__content--text {
    font-size: clamp(0.75rem, calc(0.6557788945rem + 0.0040201005 * 100vw), 1rem);
  }

  .results-wrap__list {
    position: relative;
    width: 100%;
    max-width: 320px;
    aspect-ratio: 320/442;
    margin: 0 auto;
  }

  .results-wrap__list .item {
    position: absolute;
    aspect-ratio: 1;
    margin: 0;
    padding: 0;
    height: auto;
  }

  .results-wrap__list .item:nth-child(1) {
    width: 47.8125%;
    min-width: 47.8125%;
    min-height: 0;
    height: auto;
    margin: 0;
    left: 0;
    top: 0;
  }

  .results-wrap__list .item:nth-child(2) {
    width: 73.125%;
    min-width: 73.125%;
    min-height: 0;
    height: auto;
    margin: 0;
    left: 29.375%;
    top: 3.6199095023%;
  }

  .results-wrap__list .item:nth-child(3) {
    width: 60%;
    min-width: 60%;
    min-height: 0;
    height: auto;
    margin: 0;
    left: 1.875%;
    top: 30.0904977376%;
  }

  .results-wrap__list .item:nth-child(4) {
    width: 58.4375%;
    min-width: 58.4375%;
    min-height: 0;
    height: auto;
    margin: 0;
    left: 37.1875%;
    top: 57.4660633484%;
  }

  .directions-wrap__title {
    margin-bottom: 12px;
  }

  .directions-wrap__list {
    gap: 10px;
  }

  .directions-wrap__list .item {
    width: 100%;
    min-height: 165px;
  }

  .directions-wrap__list .item-title {
    padding: 13px 50px 13px 19px;
  }

  .directions-wrap__list .item-title::after {
    width: 19px;
    height: 19px;
  }

  .directions-partners {
    margin-top: 56px;
  }

  .directions-partners__title {
    font-size: clamp(1.375rem, calc(1.2336683417rem + 0.0060301508 * 100vw), 1.75rem);
  }

  .directions-partners__text {
    font-size: clamp(0.75rem, calc(0.7028894472rem + 0.0020100503 * 100vw), 0.875rem);
    margin: 12px auto 24px;
  }

  .directions-partners__list {
    display: none;
  }

  .directions-partners__slider {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    -ms-grid-rows: 53px 53px;
    grid-template-rows: 53px 53px;
    gap: 8px;
    margin-top: 0;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }

  .directions-partners__slider--list {
    display: contents;
  }

  .directions-partners__slider--list .wrapper {
    margin: 0;
  }

  .directions-partners__slider--list .wrapper .item {
    width: 100%;
    height: 100%;
    padding: 8px 12px;
    border-radius: 60px;
  }

  .directions-partners__slider--list .wrapper.large .item {
    padding: 8px 14px;
  }

  .directions-partners__slider--list .wrapper:nth-child(1) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }

  .directions-partners__slider--list .wrapper:nth-child(2) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }

  .directions-partners__slider--list .wrapper:nth-child(3) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
  }

  .directions-partners__slider--list .wrapper:nth-child(4) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }

  .directions-partners__slider--list .wrapper:nth-child(5) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }

  .directions-partners__slider--list .wrapper:nth-child(n+6) {
    display: none;
  }

  .marquee-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
}

.marquee-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  will-change: transform;
}

.directions-partners__slider--next {
    width: 40px;
    height: 40px;
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column-align: center;
        justify-self: center;
    -ms-grid-row-align: center;
        align-self: center;
  }

  .gallery {
    margin-top: -20px;
    border-radius: 18px 18px 0 0;
  }

  .gallery-wrap {
    padding-top: 23px;
  }

  .gallery-wrap__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 6px;
    width: 100%;
    height: calc((100vw - 30px) * 0.75);
  }

  .gallery-wrap__list .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6px;
  }

  .gallery-wrap__list .row img {
    border-radius: 9px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .gallery-wrap__list .row:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: calc(0.3082706767 * (100% - 12px));
  }

  .gallery-wrap__list .row:nth-child(1) .gallery-img-link:nth-child(1) img {
    height: calc((100vw - 30px) * 0.466 - 3.7px) !important;
  }

  .gallery-wrap__list .row:nth-child(1) .gallery-img-link:nth-child(2) img {
    height: calc((100vw - 30px) * 0.284 - 2.3px) !important;
  }

  .gallery-wrap__list .row:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(0.3458646617 * (100% - 12px));
  }

  .gallery-wrap__list .row:nth-child(2) img {
    height: calc((100vw - 30px) * 0.75) !important;
  }

  .gallery-wrap__list .row:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: calc(0.3458646617 * (100% - 12px));
  }

  .gallery-wrap__list .row:nth-child(3) img {
    height: calc((100vw - 30px) * 0.75) !important;
  }

  .gallery-wrap__list .row:nth-child(3) .gallery-img-link:nth-child(2) img {
    display: none;
  }

  .gallery-wrap__list .row:nth-child(n+4) {
    display: none;
  }

  .gallery-wrap__title {
    margin: 28px 0 9px;
    font-size: clamp(1.375rem, calc(1.2336683417rem + 0.0060301508 * 100vw), 1.75rem);
  }

  .gallery-wrap__text {
    margin: 0 auto 17px;
    font-size: clamp(0.75rem, calc(0.7028894472rem + 0.0020100503 * 100vw), 0.875rem);
    max-width: 280px;
  }

  .gallery-wrap .btn {
    min-height: 36px;
    min-width: inherit;
    width: calc(100% - 20px);
    max-width: 226px;
    font-size: clamp(0.75rem, calc(0.6793341709rem + 0.0030150754 * 100vw), 0.9375rem);
  }

  .form {
    padding-top: 90px;
  }

  .form-wrap {
    padding: 21px 25px;
  }

  .form-wrap input,
  .form-wrap select,
  .form-wrap textarea {
    margin-bottom: 35px;
  }

  .form-wrap .btn {
    min-width: inherit;
    min-height: 36px;
    padding: 5px;
    margin: 0 auto;
    width: 100%;
    max-width: 225px;
  }

  .for {
    padding-top: 50px;
  }

  .for svg {
    margin-bottom: -25px;
  }

  .news-wrap__list {
    margin-top: 21px;
    gap: 20px;
  }

  .news-wrap__list .item {
    border-radius: 20px;
    min-height: 308px;
  }

  .news-wrap__list .item-content {
    padding: 16px 16px 13px;
    border-radius: 20px;
  }

  .news-wrap__list .item-content__title {
    height: 27px;
    max-width: 200px;
  }

  .news-wrap__list .item-content__text {
    margin: 10px 0;
    height: 30px;
  }

  .news-wrap__list .item-content__meta .btn {
    max-width: 154px;
    min-height: 32px;
    padding: 5px;
  }

  .news-second {
    padding-bottom: 0;
  }

  .news-projects .news-wrap__list .item {
    min-height: 270px;
  }

  .news-about .news-wrap__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .news-about .news-wrap__top--nav {
    position: static;
    opacity: 1;
    visibility: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .article-wrap {
    margin-bottom: 90px;
  }

  .article-wrap__top {
    margin: 17px 0 40px;
    min-height: 361px;
    border-radius: 20px;
  }

  .article-wrap__top--flex {
    border-radius: 20px;
    padding: 15px 23px;
    gap: 11px;
  }

  .direction-wrap {
    padding: 14px 17px;
    border-radius: 20px;
  }

  .direction-wrap__flex {
    gap: 13px;
  }

  .direction-bg img {
    border-radius: 0 0 20px 20px;
  }

  .result-wrap {
    margin-top: 53px;
  }

  .result-wrap__list {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .result-wrap__list .item {
    padding-top: 35px;
    width: 172px;
    height: 172px;
    margin-bottom: -50px;
  }

  .projects-wrap__top--categories span {
    padding: 6px 17px;
  }

  .projects-wrap__top--categories .more {
    width: 27px;
    height: 27px;
  }

  .reporting-wrap {
    padding-top: 34px;
    text-align: center;
    gap: 54px;
  }

  .reporting-wrap__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px 8px;
  }

  .reporting-wrap__list span {
    padding: 4px 21px;
  }

  .reporting-wrap__list span:nth-child(4) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .support-wrap__flex {
    gap: 41px;
  }

  .support-wrap__flex--content .btn {
    display: none;
  }

  .support-wrap__flex--content-title {
    text-align: center;
    margin-bottom: 0;
  }

  .support-wrap__flex--list {
    max-width: 227px;
    margin: 0 auto;
  }

  .support-wrap__flex--list .item {
    gap: 10px;
    width: 100%;
    padding: 13px 17px;
  }

  .support-wrap__flex--list .item-title {
    margin-bottom: -10px;
    max-width: 50%;
  }

  .support-wrap__flex--list .item-arrow {
    width: 52px;
    height: 23px;
  }

  .support-wrap__flex--list .item-arrow svg {
    max-width: 20px;
  }

  .donate-wrap {
    padding: 43px 0;
  }

  .donate-wrap__title {
    text-align: center;
    margin-bottom: 21px;
  }

  .donate-wrap__flex {
    margin-top: 0;
  }

  .donate-wrap__flex--form {
    padding: 25px 13px;
  }

  .donate-wrap__flex--form-list {
    gap: 8px;
  }

  .donate-wrap__flex--form-list span {
    padding: 5px 3px;
    width: calc((100% - 24px) / 4);
  }

  .donate-wrap__flex--form-price span:nth-child(5),
  .donate-wrap__flex--form-price span:nth-child(6),
  .donate-wrap__flex--form-price span:nth-child(7) {
    width: calc((100% - 16px) / 3);
  }

  .donate-wrap__flex--form-price span:last-child {
    width: 100%;
  }

  .donate-wrap__flex--form input,
  .donate-wrap__flex--form select,
  .donate-wrap__flex--form textarea {
    font-size: 16px;
    padding: 11px 16px;
  }

  .donate-wrap__flex--form .btn {
    min-width: inherit;
    font-size: 16px;
    min-height: 40px;
    padding: 5px 14px;
  }

  .donate-wrap__flex--qr {
    max-width: 206px;
  }

  .details-wrap {
    margin-top: 52px;
    padding-bottom: 0;
  }

  .details-wrap__title {
    text-align: center;
    margin-bottom: 17px;
  }

  .details-wrap__list {
    gap: 15px;
  }

  .details-wrap__list .item {
    padding: 15px;
  }

  .details-wrap__list .item-title {
    margin-bottom: 15px;
  }

  .details-wrap__list .item-row {
    padding-bottom: 5px;
    margin-bottom: 5px;
  }

  .about-bg {
    background: url("../img/main/about-bg-mobile.jpg") center/cover no-repeat;
  }

  .about-bg img {
    display: none;
  }

  .about-wrap .bread {
    display: none;
  }

  .values {
    background: none;
    border-radius: 0;
    padding-top: 0;
  }

  .values-wrap {
    position: relative;
    height: auto;
    max-width: 100%;
    padding-top: 32px;
  }

  .values-wrap__title {
    position: static;
    text-align: center;
    margin-bottom: 28px;
    font-size: 28px;
    line-height: 1;
    white-space: normal;
  }

  .values-wrap__list {
    position: relative;
    width: 100%;
    max-width: 320px;
    aspect-ratio: 320/706;
    margin: 0 auto;
    height: auto;
    margin-top: -75px;
  }

  .values-wrap__list .item {
    padding: 0;
  }

  .values-wrap__list .item .item-title {
    margin-bottom: 4px;
  }

  .values-wrap__list .item::before {
    z-index: -1;
  }

  .values-wrap__list .item--initiative {
    left: 39.6875%;
    top: 8.6402266289%;
    width: 47.7946875%;
    height: 21.6633144476%;
  }

  .values-wrap__list .item--initiative .item-title {
    font-size: 10px;
    line-height: 1.1;
    max-width: 87px;
  }

  .values-wrap__list .item--initiative .item-text {
    font-size: 5px;
    line-height: 1.2;
    max-width: 84px;
  }

  .values-wrap__list .item--initiative::before {
    width: 73.2%;
    height: 73.2%;
    background: linear-gradient(60deg, rgba(136, 192, 255, 0) 23.98%, #88C0FF 80.36%);
  }

  .values-wrap__list .item--responsibility {
    left: 0;
    top: 17.1388101983%;
    width: 47.7946875%;
    height: 21.6633144476%;
  }

  .values-wrap__list .item--responsibility .item-title {
    font-size: 10px;
    line-height: 1.1;
    max-width: 87px;
  }

  .values-wrap__list .item--responsibility .item-text {
    font-size: 5px;
    line-height: 1.2;
    max-width: 84px;
  }

  .values-wrap__list .item--responsibility::before {
    width: 73.2%;
    height: 73.2%;
    background: linear-gradient(60deg, rgba(255, 206, 34, 0) 29.08%, #FFCE22 83.55%);
  }

  .values-wrap__list .item--collective {
    left: 28.75%;
    top: 20.821529745%;
    width: 73.7959375%;
    height: 33.4485835694%;
  }

  .values-wrap__list .item--collective .item-title {
    font-size: 14px;
    line-height: 1.21;
    max-width: 131px;
    margin-bottom: 8px;
  }

  .values-wrap__list .item--collective .item-text {
    font-size: 7px;
    line-height: 1.57;
    max-width: 127px;
  }

  .values-wrap__list .item--collective::before {
    width: 73.2%;
    height: 73.2%;
  }

  .values-wrap__list .item--cooperation {
    left: -4.375%;
    top: 34.4192634561%;
    width: 66.0365625%;
    height: 29.9315864023%;
  }

  .values-wrap__list .item--cooperation .item-title {
    font-size: 12px;
    line-height: 1.1;
    max-width: 121px;
    margin-bottom: 6px;
  }

  .values-wrap__list .item--cooperation .item-text {
    font-size: 7px;
    line-height: 1.29;
    max-width: 122px;
  }

  .values-wrap__list .item--cooperation::before {
    width: 73.2%;
    height: 73.2%;
  }

  .values-wrap__list .item--ambition {
    left: 52.8125%;
    top: 42.6345609065%;
    width: 47.7946875%;
    height: 21.6633144476%;
  }

  .values-wrap__list .item--ambition .item-title {
    font-size: 10px;
    line-height: 1.1;
    max-width: 87px;
  }

  .values-wrap__list .item--ambition .item-text {
    font-size: 5px;
    line-height: 1.2;
    max-width: 84px;
  }

  .values-wrap__list .item--ambition::before {
    width: 73.2%;
    height: 73.2%;
    background: linear-gradient(60deg, rgba(136, 192, 255, 0) 23.98%, #88C0FF 80.36%);
  }

  .values-wrap__list .item--teamwork {
    left: 6.875%;
    top: 49.5750708215%;
    width: 73.7959375%;
    height: 33.4485835694%;
  }

  .values-wrap__list .item--teamwork .item-title {
    font-size: 14px;
    line-height: 1.21;
    max-width: 110px;
    margin-bottom: 8px;
  }

  .values-wrap__list .item--teamwork .item-text {
    font-size: 7px;
    line-height: 1.57;
    max-width: 127px;
  }

  .values-wrap__list .item--teamwork::before {
    width: 73.2%;
    height: 73.2%;
    background: linear-gradient(60deg, rgba(255, 206, 34, 0) 29.08%, #FFCE22 83.55%);
  }

  .values-wrap__list .item--professionalism {
    left: 0.3125%;
    top: 68.4135977337%;
    width: 47.7946875%;
    height: 21.6633144476%;
  }

  .values-wrap__list .item--professionalism .item-title {
    font-size: 10px;
    line-height: 1.1;
    max-width: 87px;
  }

  .values-wrap__list .item--professionalism .item-text {
    font-size: 5px;
    line-height: 1.2;
    max-width: 84px;
  }

  .values-wrap__list .item--professionalism::before {
    width: 73.2%;
    height: 73.2%;
  }

  .values-wrap__list .item--creativity {
    left: 37.8125%;
    top: 70.9631728045%;
    width: 64.110625%;
    height: 29.0586402266%;
  }

  .values-wrap__list .item--creativity .item-title {
    font-size: 12px;
    line-height: 1.1;
    max-width: 116px;
    margin-bottom: 6px;
  }

  .values-wrap__list .item--creativity .item-text {
    font-size: 6px;
    line-height: 1.33;
    max-width: 113px;
  }

  .values-wrap__list .item--creativity::before {
    width: 73.2%;
    height: 73.2%;
  }

  .values-wrap__brand {
    display: none;
  }

  .history-wrap {
    padding: 37px 0;
  }

  .history-wrap__list {
    margin-top: 15px;
  }

  .history-wrap__list .item-image {
    height: inherit;
  }

  .we-wrap {
    padding: 50px 0;
    gap: 26px;
  }

  .we-wrap .item {
    width: 100%;
  }

  .we-wrap .item-title span {
    padding-left: 0;
  }

  .we-wrap .item-title img {
    display: none;
  }

  .modal-wrap {
    padding: 10px 8px;
    border-radius: 20px;
  }

  .modal-wrap__project {
    gap: 21px;
  }

  .modal-wrap__project--image {
    height: 261px;
  }

  .modal-wrap__project--image img {
    border-radius: 15px;
  }

  .modal-wrap__project--content-top_close {
    width: 34px;
    height: 34px;
    background-color: #cdd5df;
    top: 5px;
    right: 5px;
  }

  .modal-wrap__project--content-top_close svg {
    max-width: 15px;
  }

  .modal-wrap__project--content-info {
    padding: 20px;
    margin-bottom: 6px;
    border-radius: 15px;
  }

  .modal-wrap__documents {
    gap: 12px;
  }

  .modal-wrap__documents .item {
    width: 100%;
    min-height: 107px;
    padding: 20px;
    border-radius: 20px;
  }

  .modal-wrap__documents .item span {
    padding-left: 17px;
    max-width: calc(100% - 13px);
  }

  .modal-wrap__documents .item img {
    max-width: 13px;
  }

  .modal-wrap__title {
    margin-bottom: 15px;
  }

  .modal-wrap__close {
    width: 25px;
    height: 25px;
  }

  .modal-wrap__close svg {
    max-width: 11px;
  }

  .team {
    background-color: #2047D0;
    border-radius: 20px;
  }

  .team-wrap__next {
    opacity: 0;
    visibility: hidden;
    display: none;
    position: absolute;
  }

  .team-wrap .slick-dots {
    margin-top: 22px;
  }

  .team-wrap .slick-dots .slick-active button {
    background-color: #8FC4FF;
  }

  .team-wrap__list .item-name {
    font-size: 21px;
  }

  .team-wrap__list .item-role {
    font-size: 10px;
  }

  .team-wrap__title {
    margin-bottom: 28px;
  }
}
