@charset "UTF-8";
p {
  display: block;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

a {
  color: inherit;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  min-width: 320px;
  position: relative;
  overflow-x: hidden;
  color: #000;
}

body {
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  font-family: "Jost";
  -ms-text-size-abjust: 100%;
  -moz-text-size-abjust: 100%;
  -webkit-text-size-abjust: 100%;
}

body.lock {
  overflow: hidden;
}

@media (max-width: 767.98px) {
  body.lock {
    width: 100%;
    position: fixed;
    overflow: hidden;
  }
}
imput,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

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

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}

@media (max-width: 750px) {
  .container {
    max-width: 750px;
  }
}
@media (max-width: 767.98px) {
  .container {
    max-width: none;
    padding: 0 10px;
  }
}
body {
  position: relative;
  max-width: 100vw;
  margin: 0 auto;
  padding: 0;
}

div {
  box-sizing: border-box;
}

.container {
  width: 1324px;
  padding: 0px 12px;
  max-width: 100%;
  margin: 0 auto;
}

section {
  display: flex;
  justify-content: center;
}

.header__base {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__base i {
  font-size: 24px;
  color: #fff;
  display: none;
}

.header {
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  z-index: 100;
  font-weight: 300;
  display: flex;
  justify-content: center;
  font-size: 18px;
  background-color: white;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
}
.header img {
  height: 44px;
}
.header__menu {
  display: flex;
  font-family: "Jost";
}

.menu {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 3.75rem;
  gap: 0.5rem;
  -moz-column-gap: calc(8px + 80 * (100vw - 430px) / 894);
       column-gap: calc(8px + 80 * (100vw - 430px) / 894);
}
.menu__item {
  transition: all 0.2s linear;
}
.menu__item:hover {
  color: #d5112f;
}

.main {
  margin-top: 7rem;
}

.intro {
  padding-bottom: 5rem;
}

.swiper {
  width: 100%;
  height: 40rem;
  overflow: hidden;
  border-radius: 1.5rem;
}

/* Пагинация */
.swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 5px !important;
  position: absolute;
  bottom: 9rem !important;
  width: 100%;
}

.swiper-pagination-bar {
  width: 4rem !important;
  height: 5px !important;
  background-color: #505050 !important;
  overflow: hidden;
  position: relative;
  border-radius: 1.5rem !important;
}

.swiper-pagination-bar .progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: white;
  width: 0%;
}

.swiper-pagination-bullet-active .progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #b0263c;
  width: 0%;
  transition: width 10s linear;
}

.slide {
  width: 100%;
  height: 100%;
  z-index: 2;
  position: relative;
  font-family: "Jost";
}
.slide__title {
  color: white;
  font-size: calc(28px + 32 * (100vw - 430px) / 894);
  font-weight: 400;
  line-height: 100%;
  text-align: center;
  margin-bottom: 0;
  margin-top: 10rem;
  text-transform: uppercase;
}
.slide__title span {
  text-transform: none;
  display: block;
  text-align: center;
  font-size: calc(40 + 35 * (100vw - 430px) / 894);
}
.slide__button {
  background-color: #b0263c;
  font-weight: 400;
  font-family: inherit;
  font-size: 1.75rem;
  color: white;
  border-radius: 1rem;
  padding: 0.6rem 6rem;
  outline: none;
  border: none;
  transition: all 0.2s linear;
  max-width: 20rem;
}
.slide__button:hover {
  transform: scale(1.02);
  background-color: #6b1725;
}
.slide .slide__info {
  display: flex;
  flex-direction: column;
  position: absolute;
  align-items: center;
  gap: 3.5rem;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 6;
}
.slide .slide__bg {
  position: relative;
  height: 100%;
  width: 100%;
}
.slide .slide__bg img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.slide .slide__bg .bg1 {
  opacity: 0.2;
  z-index: 5;
}

.swiper-slide {
  background-color: #010101;
  position: relative;
}

.intro__bottom {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: calc(12px + 0 * (100vw - 430px) / 894);
  position: relative;
  z-index: 4;
  max-width: 90%;
  margin: -5.5rem auto 0;
  padding: 1rem;
}

.infograph {
  font-family: "Jost";
  min-width: 16rem;
  border: 1px solid #c1c1c1;
  border-radius: 1.25rem;
  background-color: #fbfbfb;
  padding-top: 3rem;
  padding-bottom: 3rem;
  flex: 1 1 25%;
}
.infograph__title {
  color: #172983;
  font-size: 1.75rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.66rem;
  color: #172983;
  text-transform: uppercase;
}
.infograph__text {
  color: #172983;
  font-size: 1.75rem;
  font-weight: 300;
  color: #1c1c1c;
  text-align: center;
}

.services {
  padding-bottom: 5rem;
}
.services__list {
  margin-top: 3.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  justify-content: space-between;
}

.service {
  flex: 1 1 23.5%;
  min-height: 18.5rem;
  border-radius: 1.25rem;
  background-color: #fbfbfb;
  border: 1px solid #c1c1c1;
  font-family: "JOST";
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
}
.service__image {
  background-color: #e7e3e4;
  width: 100%;
  height: 50%;
  position: relative;
  border-radius: 1.25rem 1.25rem 0 0;
}
.service__image img {
  transition: all 0.3s ease;
  max-width: 14rem;
}
.service:hover {
  transform: scale(1.02);
}
.service__box {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.75rem;
  height: 50%;
}
.service .service__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 85%;
  color: #1c1c1c;
  font-weight: 400;
}
.service .service__title {
  font-weight: 600;
}
.service__bg {
  position: absolute;
  bottom: 0;
  pointer-events: none;
  right: 0rem;
}

.title {
  color: #1c1c1c;
  margin-bottom: 3.75rem;
  font-size: calc(24px + 32 * (100vw - 430px) / 894);
  font-family: "Jost";
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: center;
}
.title span {
  font-size: calc(24px + 32 * (100vw - 430px) / 894);
  font-size: 1.375rem;
  font-weight: 300;
  text-transform: uppercase;
  white-space: nowrap;
}

.faq {
  padding-bottom: 5rem;
}

.faq-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3.5rem;
  gap: 1.02rem;
}

.faq-item {
  background-color: #e7e3e4;
  border-radius: 1rem;
  overflow: hidden;
  font-family: "jost";
  position: relative;
  padding: 2rem 2.5rem 1.625rem 2rem;
  transition: all 0.3s ease;
  width: 100%;
  line-height: 95.4%;
  transition: all 0.2s linear;
}

.faq-item.active {
  background-color: rgba(160, 80, 80, 0.1960784314);
  max-height: 100%;
}

.faq-item:hover {
  background-color: rgba(160, 80, 80, 0.2784313725);
}

.faq-header {
  font-family: "jost";
  color: #1c1c1c;
  font-weight: 300;
  font-size: calc(18px + 10 * (100vw - 430px) / 894);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  gap: 0.25rem;
}
.faq-header span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-header span {
  font-size: 24px;
  transform: rotate(0);
  transition: transform 0.3s ease;
}

.faq-item.active span {
  transform: rotate(180deg); /* Меняем символ на "+" -> "-" */
  display: block;
}

.faq-content {
  font-family: "jost";
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 150%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease; /* Плавное раскрытие */
}

.faq-content p {
  margin: 10px 0; /* Отступы для текста */
}

.contacts-container {
  padding-bottom: 3rem;
}

.contacts__body {
  display: flex;
  justify-content: space-between;
  font-family: "Jost";
  width: 100%;
  gap: 1.25rem;
}

.checkbox-element {
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 1.1rem;
  gap: 1rem;
  cursor: pointer;
}
.checkbox-element a {
  color: #172983;
  font-weight: 600;
}
.checkbox-element input {
  width: 1.5rem;
  height: 1.5rem;
}

.left__text {
  font-size: 1rem;
  font-weight: 300;
  line-height: 150%;
  color: #666666;
  max-width: 30rem;
}
.left .left__info {
  display: flex;
  gap: 2.2rem;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.left .left__contacts {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.left .left__contacts a {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #1c1c1c;
  font-family: "jost";
  font-weight: 300;
  line-height: 100%;
  transition: all 0.2s linear;
  font-size: calc(18px + 10 * (100vw - 430px) / 894);
}
.left .left__contacts a:hover {
  color: #d5112f;
}
.left .left__map iframe {
  border-radius: 1.25rem;
  overflow: hidden;
  width: calc(377px + 263 * (100vw - 430px) / 894);
  border: 1px solid #c1c1c1;
}

.right {
  flex: 1 1 50%;
}

.form {
  font-family: "jost";
  width: 100%;
  background-color: #e7e3e4;
  border-radius: 1.25rem;
  padding: 1.625rem 1.25rem 1.25rem 1.25rem;
}
.form .form__element {
  width: 100%;
}
.form .form__body {
  gap: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.form .form__body textarea {
  max-height: 6.25rem;
}
.form__title {
  margin-bottom: 1.875rem;
  font-size: 1.75rem;
  line-height: 100%;
  font-weight: 300;
  text-align: center;
}
.form__input {
  padding: 1.1rem 1.5rem;
  border-radius: 1rem;
  background-color: #fbfbfb;
  border: none;
  width: 100%;
  outline: none;
  transition: all 0.2s linear;
}
.form__input input::-moz-placeholder, .form__input textarea::-moz-placeholder {
  color: #c1c1c1;
  font-size: 1.4rem;
  font-weight: 300;
}
.form__input input::placeholder,
.form__input textarea::placeholder {
  color: #c1c1c1;
  font-size: 1.4rem;
  font-weight: 300;
}
.form__input:hover, .form__input:focus {
  outline: 2px solid rgba(160, 80, 83, 0.5254901961);
}
.form__button {
  border-radius: 1rem;
  width: 100%;
  border: none;
  background-color: #b0263c;
  color: white;
  padding: 0.5rem;
  font-size: 1.75rem;
  font-weight: 300;
  transition: all 0.2s linear;
}
.form__button:hover {
  background-color: #631623;
  transform: scale(1.02);
}

#question {
  resize: none;
  width: 100%;
  height: 10rem;
}

.footer {
  padding-top: 3.5rem;
  padding-bottom: 2.1rem;
  color: white;
  font-family: "jost";
}
.footer__container {
  display: flex;
  flex-direction: column;
  gap: 4.25rem;
}
.footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__top .footer__logo {
  width: 12.5rem;
}
.footer__top .footer__license {
  text-align: right;
  font-weight: 500;
  font-size: 1.1rem;
  color: #141414;
}
.footer__top .footer__license a {
  color: #102647;
  margin-top: 0.8rem;
  display: inline-flex;
  text-decoration: underline;
}
.footer__bottom {
  font-weight: 300;
  font-size: 1.1rem;
  color: #141414;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding: 30px;
}

@media screen and (max-width: 1259) {
  .intro__bottom {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 992px) {
  .intro__bottom {
    max-width: 100% !important;
    overflow: scroll;
  }
  .contacts__body {
    flex-direction: column;
  }
  iframe {
    width: 100% !important;
    height: calc(180px + 220 * (100vw - 430px) / 894);
  }
  .mission__item {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 768px) {
  .information .block {
    min-height: 14rem !important;
  }
  .information .block__image {
    height: 48% !important;
  }
  .slide__stat {
    padding: 2rem 1rem !important;
  }
  .service {
    flex: 1 1 48%;
  }
  .faq-header {
    line-height: 120%;
  }
  .mission__list {
    gap: 2rem !important;
  }
  .mission__item {
    flex-basis: 100% !important;
    flex-direction: column-reverse !important;
    gap: 1rem !important;
  }
}
@media screen and (max-width: 556px) {
  .about-slide.slide__title {
    margin-top: 3rem !important;
  }
  .work .block__image {
    height: 30% !important;
  }
}
@media screen and (max-width: 480px) {
  .service {
    flex: 1 1 100%;
  }
  .service .service__info {
    flex-direction: row;
    gap: 0.3rem;
  }
  .footer__top {
    gap: 1.5rem;
    flex-direction: column;
    align-items: start;
  }
  .footer__top .footer__license {
    text-align: left;
    gap: 0.5rem;
  }
  .title span {
    display: none;
  }
}
.block-wrapper {
  flex: 1 1 23.5%;
  display: flex;
  flex-direction: column;
}
.block-wrapper .button {
  margin-top: 1.25rem;
  background-color: #b0263c;
  font-weight: 400;
  font-family: inherit;
  font-size: calc(18px + 10 * (100vw - 430px) / 894) !important;
  color: white;
  border-radius: 1rem;
  padding: 0.6rem 6rem;
  outline: none;
  border: none;
  transition: all 0.2s linear;
}
.block-wrapper .button:hover {
  transform: scale(1.02);
  background-color: #6b1725;
}

.block {
  height: 100%;
  min-height: 18.5rem;
  border-radius: 1.25rem;
  background-color: #fbfbfb;
  border: 1px solid #c1c1c1;
  font-family: "JOST";
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
}
.block__image {
  background-color: #e7e3e4;
  width: 100%;
  height: 60%;
  position: relative;
  border-radius: 1.25rem 1.25rem 0 0;
}
.block__image img {
  transition: all 0.3s ease;
}
.block:hover {
  transform: scale(1.02);
}
.block__box {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  height: 40%;
  padding: 1rem;
}
.block__info {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  line-height: 85%;
  color: #1c1c1c;
  font-weight: 400;
  text-align: center;
  gap: 0.4rem;
}
.block__title {
  font-weight: 600;
}
.block__bg {
  position: absolute;
  bottom: 0;
  pointer-events: none;
  right: 0rem;
}

.funds {
  padding-bottom: 5rem;
}
.funds__list {
  margin-top: 3.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  justify-content: space-between;
  row-gap: 3.5rem;
}
.funds .block-wrapper {
  flex: 1 1 28%;
}

.information {
  padding-bottom: 5rem;
}
.information .block__image img {
  height: 130%;
}
.information__list {
  margin-top: 3.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  justify-content: space-between;
  row-gap: 3.5rem;
}
.information__list .block__box {
  padding-left: 2rem;
  justify-content: start;
}

.work {
  padding-bottom: 5rem;
}
.work__list {
  margin-top: 3.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  justify-content: space-between;
}
.work__list .block__box {
  padding-left: 2rem;
  justify-content: start;
}

.work .block {
  min-height: 20rem;
}
.work .block-wrapper {
  flex-basis: 49%;
}
.work .block__image {
  height: 50%;
}
.work .block__image img {
  height: 120%;
}
.work .block__box {
  height: 50%;
}
.work .block__info {
  justify-content: start;
}
.work .block__text {
  font-weight: 300;
  font-size: 1.3rem;
  text-align: start;
}
.work .block__title {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.button-extra {
  background-color: #b0263c;
  font-weight: 400;
  font-family: inherit;
  font-size: calc(18px + 18 * (100vw - 430px) / 894) !important;
  color: white;
  border-radius: 1rem;
  padding: 0.6rem 6rem;
  outline: none;
  border: none;
  transition: all 0.2s linear;
  width: 100%;
  margin-top: 2rem;
}
.button-extra:hover {
  transform: scale(1.02);
  background-color: #6b1725;
}

.write {
  font-family: "Jost";
}
.write__text {
  font-weight: 300;
  font-size: 1.5rem;
  font-family: "Jost";
}
.write__text b {
  font-weight: 500;
}
.write__text span {
  display: block;
  margin-bottom: 2rem;
}
.write__sign {
  font-weight: 300;
  font-size: 2rem;
  font-style: italic;
  text-align: end;
  font-family: "Jost";
}

.mission .title {
  display: flex;
  align-items: start;
}
.mission .title em {
  font-size: 3.5rem;
  align-items: start;
  font-weight: 300;
  font-style: normal;
}
.mission .title em b {
  display: inline;
  font-weight: 400;
}
.mission .title span {
  padding-top: 1rem;
}
.mission__list {
  display: flex;
  gap: 1.25rem;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mission__item {
  font-family: "Jost";
  font-size: calc(18px + 6 * (100vw - 430px) / 894);
  font-weight: 300;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  flex: 1 1 31%;
}
.mission .infograph {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.07);
}
.mission__item:nth-child(2) {
  flex-direction: column-reverse;
}

.team img {
  border-radius: 1.25rem;
  overflow: hidden;
  max-height: 20rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 3.5rem;
}

.slide__statistic {
  display: flex;
  font-size: calc(18px + 6 * (100vw - 430px) / 894);
  color: #fbfbfb;
  font-family: "jost";
  font-weight: 300;
  gap: 1.25rem;
  padding: 1rem;
  flex-wrap: wrap;
}

.slide__stat {
  background-color: rgba(255, 255, 255, 0.1254901961);
  border: 1px solid #fbfbfb;
  flex: 1 1 48%;
  overflow: hidden;
  border-radius: 1.25rem;
  max-width: 34rem;
  padding: 3rem 2rem;
  text-align: center;
}
.slide__stat b {
  font-weight: 500;
}

.title-mt {
  margin-top: calc(100px + 100 * (100vw - 430px) / 894);
}

.title-fs em {
  font-size: calc(24px + 32 * (100vw - 430px) / 894) !important;
}

.mpc {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 500px !important;
  max-width: 90% !important;
  margin-bottom: 100px;
}

h3.siteindev {
  font-size: 25px;
  color: #fff;
  font-family: "Jost";
  margin-top: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}

.rinf {
  font-size: 14px;
  color: #fff;
  font-family: "Jost";
  margin-top: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}

img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.arrow-animation {
  animation: updown 2s infinite ease-in-out;
  margin-top: 10px;
  cursor: pointer;
}

@keyframes updown {
  0%, 100% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(5px);
  }
}
html {
  scroll-behavior: smooth !important;
}

body {
  height: 200vh;
}

.cookies-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #102647;
  color: white;
  padding: 20px;
  display: none;
  z-index: 1000;
}
.cookies-banner.active {
  display: block;
}
.cookies-banner .cookies-content {
  max-width: 1200px;
  margin: 0 auto;
}
.cookies-banner .cookies-buttons {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  justify-content: center;
  text-align: center;
}
.cookies-banner .cookies-button {
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  border: none;
}
.cookies-banner .cookies-button.accept {
  background: #4CAF50;
  color: white;
}
.cookies-banner .cookies-button.more {
  background: transparent;
  border: 1px solid white;
  color: white;
}
.cookies-banner .cookies-details {
  display: none;
  margin-top: 10px;
  font-size: 14px;
}
.cookies-banner .cookies-details.active {
  display: block;
}/*# sourceMappingURL=style.css.map */