@charset "UTF-8";
body {
  color: #333333;
  background-color: #f7f8f9;
  font-family: "Rubik", sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  overflow-x: hidden;
}

p {
  line-height: 1.5;
}

.section {
  margin: 50px 0;
}
.section__slider {
  margin-bottom: 0;
}
.section__title {
  color: #195dc9;
}
.section__hr {
  margin-bottom: 2.5rem;
  margin-top: 0px;
}

h2 {
  position: relative;
  margin-bottom: 35px;
  margin-top: 15px;
}
h2:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #d6d6d6;
}

.btn {
  border-radius: 10px;
  padding: 0.5em 2em;
  white-space: nowrap;
  max-width: 250px;
  min-width: 190px;
}
.btn-big {
  width: 100%;
  padding: 0.5em;
  font-size: clamp(18px, 2vw, 22px);
}
.btn-light {
  color: #195dc9;
}
.btn-light:hover {
  background: #fff;
  color: #195dc9;
}

.list-reset,
.list-reset a {
  list-style: none;
  text-decoration: none;
  color: inherit;
  padding: 0;
}

.accent {
  color: #195dc9;
}

.counter {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2.5em;
  border-radius: 1rem;
  height: 100%;
}
.counter--accent {
  background: #195dc9;
  color: #fff;
}
.counter--accent .counter__number {
  color: #f7f8f9;
}
.counter__number {
  font-size: clamp(30px, 5vw, 64px);
  color: #195dc9;
}
.counter__text {
  font-size: clamp(18px, 3vw, 24px);
  text-align: center;
}

.cta {
  position: relative;
  background: linear-gradient(90deg, #1148a0 16.62%, #266cda 78.05%);
  color: #fff;
  padding: 4.5em 2.5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  min-height: 330px;
  gap: 20px;
}
@media (max-width: 767px) {
  .cta {
    padding: 4em 2em;
  }
}
@media (max-width: 575.98px) {
  .cta {
    padding: 3em 2em;
  }
}
.cta__text {
  flex: 1 1 500px;
}
.cta__text h2 {
  position: relative;
  font-size: 2.2rem;
  font-size: clamp(20px, 2.2vw, 40px);
}
.cta__img {
  flex-basis: 40%;
}
@media (max-width: 767px) {
  .cta__img {
    flex-basis: 100%;
  }
}
.cta__img img {
  width: 50%;
  position: absolute;
  right: -50px;
  bottom: -20px;
}
@media (max-width: 767px) {
  .cta__img img {
    width: 100%;
    position: relative;
    right: 0;
    bottom: 0;
  }
}

.title {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 35px;
}
.title:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #d6d6d6;
}
.title h2 {
  margin-bottom: 0;
}
.title h2::after {
  content: none;
}

.link-all {
  text-decoration: none;
  color: #333333;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.3s ease-in-out;
}
.link-all:hover {
  color: #195dc9 !important;
}

.design {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: inherit;
  text-decoration: none;
  font-size: 14px;
}

a.nav-link--active {
  text-decoration: underline;
}

.page-text {
  text-align: justify;
}

@media (max-width: 575.98px) {
  .comitet-card .person-item__name {
    font-size: 1rem;
    font-weight: normal;
    padding: 0;
  }
}
.comitet-card .person-item__text {
  padding: 0;
  padding-left: 10px;
}

.docs-link {
  display: inline-block;
  color: #195dc9;
  border-bottom: 1px dashed #195dc9;
}

@media (max-width: 1199.98px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 95%;
  }
}
@media (max-width: 991.98px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 100%;
  }
}
.about__img {
  height: 100%;
}

.about__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.post-pg {
  margin: 30px 0;
  text-align: center;
}

.buy-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: clamp(0.875rem, 0.7949rem + 0.2564vw, 1rem);
  z-index: 1000;
  padding: 5px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: linear-gradient(90deg, #1148a0 16.62%, #266cda 78.05%);
  color: #f7f8f9 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(5rem, 4.1987rem + 2.5641vw, 6.25rem);
  height: clamp(5rem, 4.1987rem + 2.5641vw, 6.25rem);
  min-width: 56px;
  min-height: 56px;
  text-align: center;
  opacity: 0;
  transition:
    opacity 0.3s ease-in-out,
    background 0.3s ease-in-out;
  pointer-events: none;
  text-decoration: none;
  font-size: 12px;
}

.buy-btn:hover {
  background: linear-gradient(90deg, #063277 16.62%, #266cda 78.05%);
}

.show-btn {
  opacity: 1;
  pointer-events: auto;
}

.header__contacts {
  display: flex;
  gap: 10px;
}
.header__contacts-items {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.header__contacts-items a {
  color: #333333;
  text-decoration: none;
}
.header__menu {
  background: linear-gradient(90deg, #1148a0 16.62%, #266cda 78.05%);
  color: #f7f8f9;
  border-radius: 10px;
}
.header__menu .nav-link {
  position: relative;
  color: #f7f8f9;
  transition: all 0.3s ease-in-out;
}
.header__menu .nav-link:hover {
  opacity: 0.8;
}

@media (max-width: 991.98px) {
  .header__btn {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar {
    padding: 0;
  }
}
@media (max-width: 575.98px) {
  .header__contacts-items a {
    font-size: 14px;
  }
  .header {
    background-color: #f7f8f9;
    position: sticky;
    top: 0;
    z-index: 99;
    box-shadow:
      0px 8px 19px 0px rgba(40, 102, 198, 0.02),
      0px 34px 34px 0px rgba(40, 102, 198, 0.02),
      0px 76px 45px 0px rgba(40, 102, 198, 0.01),
      0px 135px 54px 0px rgba(40, 102, 198, 0),
      0px 210px 59px 0px rgba(40, 102, 198, 0);
  }
}
@media (max-width: 350px) {
  .header__contacts-img {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link.show {
    color: #333333;
  }
}

.partner-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  background: #fff;
  border-radius: 15px;
}
.partner-item img {
  width: 80%;
  height: 120px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 575.98px) {
  .partner-item img {
    height: 80px;
  }
}

.events__section {
  padding: clamp(50px, 7vw, 7rem) 0;
  background-color: #fff;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.events-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.events-cards__item {
  flex: 1 1 300px;
}

.event-card {
  text-decoration: none;
  color: unset;
  position: relative;
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 2em;
  border-radius: 1rem;
  border: 1px solid transparent;
  max-width: 500px;
  transition: all 0.3s ease-in-out;
}
.event-card:hover {
  box-shadow:
    0px 8px 19px 0px rgba(40, 102, 198, 0.02),
    0px 34px 34px 0px rgba(40, 102, 198, 0.02),
    0px 76px 45px 0px rgba(40, 102, 198, 0.01),
    0px 135px 54px 0px rgba(40, 102, 198, 0),
    0px 210px 59px 0px rgba(40, 102, 198, 0);
  background-color: #195dc9;
  color: #fff;
}
.event-card:hover .date-number {
  color: #fff;
}
.event-card:hover .date-month {
  color: #fff;
}
.event-card:hover.event-card:hover {
  border: 1px solid #333333;
}
.event-card:hover.event-card::after {
  background-image: url(../img/icons/link-light.svg);
  border-color: #fff;
}
.event-card::after {
  content: "";
  position: absolute;
  top: 14%;
  right: 2em;
  width: 3vw;
  height: 3vw;
  max-width: 50px;
  max-height: 50px;
  min-width: 30px;
  min-height: 30px;
  background-image: url(../img/icons/link.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  border-radius: 100%;
  border: 1px solid #333333;
}

.date-number {
  color: #195dc9;
  font-size: 4rem;
  font-size: clamp(24px, 4vw, 60px);
}
.date-month {
  color: #195dc9;
  font-size: 1.5rem;
  font-size: clamp(18px, 1.5vw, 24px);
}

.event-page__item {
  flex: 1 1 200px;
}
.event-page__item::after {
  right: 20px;
  max-height: 40px;
  max-width: 40px;
}

.news-block__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  height: 600px;
}
.news-block__item {
  flex: 1 1 250px;
}
.news-card {
  position: relative;
  background-color: #fff;
  padding: 20px;
  padding-top: 190px;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  gap: 20px;
  transition: all 0.3s ease-in-out;
}
/* @media (min-width: 1199.98px) {
  .news-card {
    max-width: 32%;
  }
} */
.news-card:hover {
  box-shadow:
    0px 8px 19px 0px rgba(40, 102, 198, 0.02),
    0px 34px 34px 0px rgba(40, 102, 198, 0.02),
    0px 76px 45px 0px rgba(40, 102, 198, 0.01),
    0px 135px 54px 0px rgba(40, 102, 198, 0),
    0px 210px 59px 0px rgba(40, 102, 198, 0);
}
.news-card__img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 180px;
}
.news-card__img img {
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-card__date {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px 10px;
  background-color: #195dc9;
  color: #fff;
}
.news-card__title {
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.news-card__footer {
  display: flex;
  justify-content: space-between;
}
.news-card__cat {
  font-size: 14px;
  color: #aaa;
}
.news-card__link {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.news-main {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: minmax(0, 180px);
  gap: 10px;
}
@media (max-width: 575.98px) {
  .news-main {
    grid-auto-rows: minmax(0, 250px);
  }
}
.news-main__item {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  overflow: hidden;
}
.news-main__item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 28, 72, 0) 0%,
    rgba(0, 28, 72, 0) 45.83%,
    #012968 100%
  );
}
.news-main__item::before {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 2em;
  width: 2vw;
  height: 2vw;
  min-width: 20px;
  min-height: 20px;
  background-image: url(../img/icons/link-light.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  border-radius: 100%;
  border: 1px solid #fff;
  z-index: 1;
}
.news-main__item:first-child {
  grid-row: span 2;
}
@media (max-width: 575.98px) {
  .news-main__item:first-child {
    grid-row: span 1;
  }
}
.news-main__item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: relative;
}
.news-main__item .news-card__date {
  top: 0;
  bottom: unset;
}
.news-main__item .news-card__title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  z-index: 1;
  max-width: 80%;
}

.news-all {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
}

.news-page__img {
  position: relative;
}
.news-page__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  max-height: 300px;
  border-radius: 15px;
}
@media (max-width: 575.98px) {
  .news-page__img img {
    max-height: 200px;
  }
}
.news-page__img .news-card__date {
  top: 0;
  bottom: unset;
  border-top-left-radius: 15px;
}
.news-page__info {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.news-page__cat {
  color: #fff;
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 10px;
  background: #cfcfcf;
  transition: all 0.3s ease-in-out;
}
.news-page__cat:hover {
  background: #195dc9;
}
.news-page__cat a {
  color: inherit;
  text-decoration: none;
}
.news-page__social {
  color: #777;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.yarpp-related a {
  background-color: #f7f8f9;
}

.footer {
  padding: 50px 0;
  padding-bottom: 25px;
  background-color: #15154a;
  color: #f7f8f9;
}
.footer__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 30px;
}
.footer-info {
  flex: 1 1 35%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  min-width: 300px;
}
@media (max-width: 1199.98px) {
  .footer-info {
    flex: 1 1 300px;
  }
}
.footer-info__top {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.footer-info__top img {
  flex: 0 0 117px;
}
@media (max-width: 575.98px) {
  .footer-info__top img {
    max-width: 80px;
  }
}
.footer-info__social {
  display: block;
  align-items: center;
  gap: 10px;
}
.footer-action {
  display: flex;
  flex-direction: column;
  max-width: 280px;
}
@media (max-width: 575.98px) {
  .footer-action {
    max-width: 100%;
  }
}
.footer-action a {
  display: inline-block;
}
.footer-menu {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 60%;
  gap: 20px;
  justify-content: flex-end;
}
@media (max-width: 1199.98px) {
  .footer-menu {
    justify-content: flex-start;
  }
}
.footer-menu__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 180px;
}
@media (max-width: 575.98px) {
  .footer-menu__list {
    flex-basis: 47%;
  }
}
.footer-menu__list:last-child {
  max-width: unset;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (max-width: 575.98px) {
  .footer-menu__list:last-child {
    flex-direction: column;
  }
}
@media (max-width: 1199.98px) {
  .footer-menu__list li {
    font-size: 14px;
  }
}
.footer-menu__list li a {
  font-weight: 300;
  transition: all 0.3s ease-in-out;
}
.footer-menu__list li a:hover {
  color: #aaa;
}
.footer__copy {
  display: flex;
  justify-content: space-between;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: clamp(24px, 2vw, 34px);
}

.swiper-buttons {
  position: relative;
  max-width: 100px;
  margin-left: auto;
  height: 100px;
}
@media (max-width: 586px) {
  .swiper-buttons {
    height: 50px;
    max-width: 90px;
  }
}

.slider__text-wrapper {
  background-color: #fff;
  padding: clamp(26px, 5vw, 3em);
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.slider-title {
color: #195dc9;
    font-size: -4rem;
    font-size: clamp(29px, 3vw, 70px);
    max-width: 63%;
    line-height: 100%;
    text-transform: uppercase;
}
.slider-text {
  font-size: clamp(16px, 2vw, 24px);
}
.slider-img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.hero__swiper .swiper-slide {
  height: auto;
}
.hero__swiper .swiper-slide .row {
  height: 100%;
}

.activity {
  padding: 50px 0;
}

.activity__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

.activity__item {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-decoration: none;
  transition:
    filter 0.3s ease-in,
    transform 0.3s ease-in;
}

.activity__item:nth-child(1) {
  border-radius: 20px;
  grid-column: 1/5;
  height: 500px;
}

.activity__item:nth-child(1) .activity__date {
  font-size: clamp(1.375rem, 1.0545rem + 1.0256vw, 1.875rem);
  padding: 0.5em 1em;
}

.activity__item:nth-child(1) .activity__title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #195dc9;
  font-size: clamp(1.125rem, 0.6442rem + 1.5385vw, 1.875rem);
  text-align: center;
  color: #f9f9f9;
  padding: 1em;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
}

.activity__img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: relative;
  border-radius: 15px;
  aspect-ratio: 16/9;
}

.activity__item:nth-child(1) .activity__img {
  height: 100%;
}

.activity__item:hover {
  filter: contrast(130%);
}

.activity__date {
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px 10px;
  background-color: #195dc9;
  color: #fff;
  border-top-left-radius: 15px;
}

.activity__title {
  color: #1e1e1e;
  font-size: clamp(1rem, 0.9199rem + 0.2564vw, 1.125rem);
  font-weight: 700;
  line-height: 1.2;
  margin-top: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-transform: uppercase;
}

.activity__item:not(:nth-child(1)) .activity__title svg {
  display: none;
}

.activity-buttons {
  display: none;
}

@media (max-width: 768px) {
  .activity__wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .activity__item:nth-child(1) {
    grid-column: 1/3;
    height: 400px;
  }
}
@media (max-width: 576px) {
  .activity__wrapper {
    display: flex;
    gap: 0;
  }
  .activity__item,
  .activity__item:nth-child(1) {
    height: unset;
    border-radius: 15px !important;
  }
  .activity__date {
    font-size: 22px;
    padding: 0.5em 1em;
  }
  .activity__title,
  .activity__item:nth-child(1) .activity__title {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #195dc9;
    font-size: 16px;
    text-align: center;
    color: #f9f9f9;
    padding: 1em;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    margin-top: 0;
  }
  .activity__title svg {
    display: block !important;
    height: 30px;
    width: 30px;
    flex-shrink: 0;
  }
  .activity__img,
  .activity__item:nth-child(1) .activity__img {
    height: 100%;
    aspect-ratio: 16/9;
    border-radius: 0;
  }
  .activity-buttons {
    display: block;
    position: relative;
    margin-left: auto;
    height: 50px;
    max-width: 90px;
  }
}
@media (max-width: 991.98px) {
  .header__menu {
    background: #f7f8f9;
    color: #333333;
  }
  .header__menu .nav-link {
    color: #333333;
  }
  .navbar-nav {
    align-items: flex-end;
  }
  header .nav-item,
  .dropdown-menu {
    text-align: right;
  }
}
@media (max-width: 320px) {
  .navbar-collapse {
    padding-top: 30px;
  }
}
.aside {
  background-color: #fff;
  border-radius: 30px;
  padding: 40px 30px;
  position: sticky;
  top: 0;
}
@media (max-width: 991.98px) {
  .aside {
    background-color: transparent;
    padding: 0;
    margin-bottom: 30px;
  }
}
.aside-btn {
  max-width: 100%;
  min-width: 100%;
}
@media (max-width: 991.98px) {
  .aside-btn {
    display: none;
  }
}
.aside-menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 991.98px) {
  .aside-menu {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    font-size: 14px;
  }
}
.aside-menu .nav-link {
  transition: all 0.3s ease-in-out;
}
.aside-menu .nav-link:hover {
  color: #195dc9;
}

@media (max-width: 991.98px) {
  .cat {
    font-size: clamp(20px, 2vw, 24px);
    color: #aaa;
    text-align: center;
  }
}

.content {
  padding: clamp(30px, 4vw, 40px);
  background-color: #fff;
  border-radius: 30px;
}
@media (max-width: 575.98px) {
  .content {
    padding: 30px 20px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 321px) {
  .content {
    padding: 20px;
  }
}
.content .section__title {
  color: #333333;
}
.content .section__hr {
  margin-bottom: 1.5rem;
}
.content-img {
  max-height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.page__title {
  margin-bottom: 30px;
}

.person__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}
@media (max-width: 360px) {
  .person__grid {
    grid-template-columns: 1fr;
  }
}
.person-item {
  display: flex;
  gap: 10px;
  background: #f7f8f9;
  text-decoration: none;
  color: inherit;
  border-radius: 10px;
  min-height: 160px;
  transition: all 0.3s ease-in-out;
}
.person-item:hover {
  box-shadow:
    0px 8px 19px 0px rgba(40, 102, 198, 0.02),
    0px 34px 34px 0px rgba(40, 102, 198, 0.02),
    0px 76px 45px 0px rgba(40, 102, 198, 0.01),
    0px 135px 54px 0px rgba(40, 102, 198, 0),
    0px 210px 59px 0px rgba(40, 102, 198, 0);
}
.person-item img {
  flex: 1 1 120px;
  max-width: 160px;
  border-radius: 10px 0px 0px 10px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 100%;
}
@media (max-width: 575.98px) {
  .person-item img {
    max-width: 120px;
  }
}
@media (max-width: 360px) {
  .person-item img {
    max-width: 70px;
  }
}
.person-item__text {
  flex: 1 1 230px;
  padding: 25px 14px;
}
.person-item__name {
  color: #333333;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 5px;
}
.person-item__position {
  color: #aaa;
  font-size: 14px;
  line-height: 1.3;
}

.single-person {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.single-person__img {
  overflow: hidden;
  border-radius: 20px;
  flex: 0 1 300px;
}
@media (max-width: 575.98px) {
  .single-person__img {
    flex: 1 1 100%;
  }
}
.single-person__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.single-person__info {
  flex: 10 1 300px;
}
.single-person__dscr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
  color: #aaa;
}
.single-person__small-text {
  text-align: justify;
}
.single-person__small-text p:last-child {
  margin-bottom: 0;
}
.single-person__contacts {
  display: flex;
  gap: 10px;
}
.single-person__name {
  margin-bottom: 10px;
}

.card-horizontal {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  text-decoration: none;
  color: inherit;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.card-horizontal:hover {
  box-shadow:
    0px 8px 19px 0px rgba(40, 102, 198, 0.02),
    0px 34px 34px 0px rgba(40, 102, 198, 0.02),
    0px 76px 45px 0px rgba(40, 102, 198, 0.01),
    0px 135px 54px 0px rgba(40, 102, 198, 0),
    0px 210px 59px 0px rgba(40, 102, 198, 0);
}
.card-horizontal__img {
  flex: 0 1 260px;
}
@media (max-width: 575.98px) {
  .card-horizontal__img {
    flex-basis: 100%;
  }
}
.card-horizontal__img img {
  border-radius: 10px;
  max-height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 575.98px) {
  .card-horizontal__img img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 200px;
    width: 100%;
  }
}
.card-horizontal__text {
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.card-horizontal__desr {
  color: #aaa;
  font-size: 0.9rem;
  line-height: 1.3;
}
.card-horizontal .news-card__date {
  top: 0;
  bottom: unset;
  border-radius: 10px 0px 0px 0px;
}
.card-horizontal__link {
  display: flex;
  gap: 10px;
  color: #195dc9;
}

.card-number {
  position: relative;
  padding: 2em;
  min-height: 200px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-radius: 15px;
  background: #f7f8f9;
  text-align: center;
}
@media (max-width: 575.98px) {
  .card-number {
    min-height: 150px;
  }
}
.card-number__num {
  position: absolute;
  top: -40px;
  color: #195dc9;
  font-size: clamp(50px, 7vw, 70px);
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 575.98px) {
  .card-number__num {
    top: -20px;
  }
}
.card-number__text {
  margin-top: 0.5rem;
  font-size: 14px;
}

.card-text {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  padding: 20px 15px;
  background: #f5f5f5;
  color: #195dc9;
  height: 100%;
  text-align: center;
  font-size: 14px;
  min-height: 120px;
}
.card-text__accent {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  background: linear-gradient(90deg, #1148a0 16.62%, #266cda 78.05%);
  color: #fff;
  height: 100%;
  min-height: 240px;
}
@media (max-width: 575.98px) {
  .card-text__accent {
    min-height: 180px;
  }
}

.oppo-img {
  max-height: 250px;
  min-height: 250px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 350px;
}
@media (max-width: 575.98px) {
  .oppo-img {
    max-width: 100%;
  }
}
.oppo-row {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.oppo-row > div:nth-child(2n) {
  flex-direction: row-reverse;
}
.oppo-central-img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.contacts-page__item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  text-decoration: none;
  color: inherit;
  font-size: 1.2rem;
}

.contact-card {
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  background: #f7f8f9;
  padding: 20px 30px;
  height: 100%;
}
.contact-card__city {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
.contact-card__info {
  display: flex;
}
.contact-card__agent {
  flex-basis: 60px;
}

.form input:not([type="submit"]) {
  background-color: #f7f8f9;
  border: none;
}
.form input:not([type="submit"])[type="file"] {
  border: 1px solid #195dc9;
  color: #195dc9;
}
.form input:not([type="submit"])[type="checkbox"] {
  border: 1px solid #195dc9;
}
.form textarea {
  background-color: #f7f8f9;
  border: none;
  width: 100%;
  border-radius: 5px;
}

.wpcf7-list-item {
  margin-left: 0;
}

.video-review {
  position: relative;
  width: 400px;
  height: 225px;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .video-review {
    width: 300px;
    height: 168px;
  }
}
.video-review__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition:
    transform 0.3s ease-in,
    filter 0.3s ease-in;
  filter: grayscale(40%);
}
.video-review__item {
  position: relative;
}
.video-review__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 64px;
  height: 64px;
  /* background: url("/wp-content/uploads/2024/12/playbt3-2.png"); */
  background-repeat: no-repeat;
  background-size: contain;
}

.video-review:hover .video-review__img {
  transform: scale(105%);
  filter: grayscale(0%);
}

.video-reviews__title {
  font-size: clamp(1rem, 1.2128rem + 1.2766vw, 1.6rem);
  text-align: center;
  margin-top: 80px;
}

.subscribe-popup {
  position: fixed;
  left: 20px; 
  transition: bottom 0.5s ease-in-out; 
  bottom: -500px;
  text-align: center;
  background: linear-gradient(90deg, #1148a0 16.62%, #266cda 78.05%);
  background-position: center bottom;
  background-size: contain;
  color: #ffffff;
  padding: 50px 50px 20px;
  box-shadow: 0 16px 32px 0 rgba(0, 97, 193, 0.4);
  border-radius: 18px;
  z-index: 9999;
  max-width: 485px;
}
@media (max-width: 575.98px) {
  .subscribe-popup {
    max-width: 90%;
  }
}
.subscribe-popup.show {
  bottom: 20px;
}
.subscribe-popup.hide {
  left: -500px;
}
.subscribe-popup__input {
  background-color: transparent;
}
.subscribe-popup__img {
  position: absolute;
  top: -30px;
  left: 43%;
  right: auto;
  margin: auto;
}
.subscribe-popup__title {
  margin: 0;
}
.subscribe-popup__apperence {
  font-size: 10px;
  margin-bottom: 0;
}
.subscribe-popup__text {
  margin-bottom: 0;
  padding-bottom: 0;
}
.subscribe-popup__form {
  margin-top: 20px;
}
.subscribe-popup .b-unisender-form {
  background-color: transparent;
  color: #ffffff;
}
.subscribe-popup
  .b-unisender-form
  .b-unisender-field[data-unisender-field-name="email"] {
  color: #ffffff;
}
.subscribe-popup
  .b-unisender-form
  .b-unisender-form__footer
  .b-unisender-form__button-box {
  justify-content: center;
}
.subscribe-popup .b-unisender-form .b-unisender-form__submit-button {
  color: #185dc9;
  background-color: #ffffff;
}
.subscribe-popup .b-unisender-form a {
  color: #ffffff;
}
.subscribe-popup
  .b-unisender-form
  .b-unisender-field[data-unisender-field-name="email"]
  .b-unisender-field__input,
.subscribe-popup
  .b-unisender-form
  .b-unisender-checkbox[data-unisender-field-name="email"]
  .b-unisender-checkbox__input {
  background-color: transparent;
  color: #ffffff;
  border-radius: 5px;
  border-color: #e6e6e6;
}
.subscribe-popup .b-unisender-form__main,
.subscribe-popup .b-unisender-form__footer {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.subscribe-popup .b-unisender-form .b-unisender-form__policy {
  font-size: 11px;
}

.subscribe-popup__close {
  display: inline-block; 
  width: 20px; 
  height: 20px; 
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'><path d='M0.57785 19.0493C0.6417 19.1132 0.717523 19.1639 0.800984 19.1985C0.884445 19.2331 0.973908 19.2509 1.06426 19.2509C1.1546 19.2509 1.24407 19.2331 1.32753 19.1985C1.41099 19.1639 1.48681 19.1132 1.55066 19.0493L10 10.5999L18.4528 19.0493C18.5819 19.1783 18.7568 19.2508 18.9393 19.2508C19.1217 19.2508 19.2967 19.1783 19.4257 19.0493C19.5547 18.9203 19.6271 18.7453 19.6271 18.5629C19.6271 18.3804 19.5547 18.2055 19.4257 18.0765L10.9729 9.6271L19.4222 1.17429C19.5512 1.04529 19.6237 0.87032 19.6237 0.687882C19.6237 0.505445 19.5512 0.330479 19.4222 0.201476C19.2932 0.072473 19.1183 0 18.9358 0C18.7534 0 18.5784 0.072473 18.4494 0.201476L10 8.65429L1.54722 0.204914C1.4157 0.092283 1.24653 0.0334288 1.0735 0.0401121C0.900473 0.0467954 0.73634 0.118524 0.6139 0.240964C0.49146 0.363404 0.419731 0.527537 0.413048 0.700564C0.406365 0.873592 0.465219 1.04277 0.57785 1.17429L9.02722 9.6271L0.57785 18.0799C0.449802 18.2087 0.37793 18.383 0.37793 18.5646C0.37793 18.7462 0.449802 18.9205 0.57785 19.0493Z' fill='white'/></svg>");
  background-size: contain; 
  background-repeat: no-repeat; 
  cursor: pointer; 
  position: absolute;
  right: 20px;
  top: 20px;
} 
