@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  line-height: 1;
  text-rendering: optimizeSpeed;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button,
input,
select,
textarea {
  all: unset;
}

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

img {
  max-width: 100%;
  display: block;
}

body,
html {
  font-family: "Montserrat", sans-serif;
  font-size: 62.5%;
  font-size: 62.5%;
}
@media (max-width: 1410px) {
  body,
  html {
    font-size: 59.5%;
  }
}
@media (max-width: 1350px) {
  body,
  html {
    font-size: 56.5%;
  }
}
@media (max-width: 1290px) {
  body,
  html {
    font-size: 53.5%;
  }
}
@media (max-width: 1230px) {
  body,
  html {
    font-size: 50.5%;
  }
}
@media (max-width: 1170px) {
  body,
  html {
    font-size: 47.5%;
  }
}
@media (max-width: 1110px) {
  body,
  html {
    font-size: 44.5%;
  }
}
@media (max-width: 1050px) {
  body,
  html {
    font-size: 41.5%;
  }
}
@media (max-width: 780px) {
  body,
  html {
    font-size: 36%;
  }
}
@media (max-width: 768px) {
  body,
  html {
    font-size: 62.5%;
  }
}
@media (max-width: 748px) {
  body,
  html {
    font-size: 61%;
  }
}
@media (max-width: 728px) {
  body,
  html {
    font-size: 59.5%;
  }
}
@media (max-width: 708px) {
  body,
  html {
    font-size: 58%;
  }
}
@media (max-width: 688px) {
  body,
  html {
    font-size: 56.5%;
  }
}
@media (max-width: 668px) {
  body,
  html {
    font-size: 55%;
  }
}
@media (max-width: 648px) {
  body,
  html {
    font-size: 53.5%;
  }
}
@media (max-width: 628px) {
  body,
  html {
    font-size: 52%;
  }
}
@media (max-width: 608px) {
  body,
  html {
    font-size: 50.5%;
  }
}
@media (max-width: 588px) {
  body,
  html {
    font-size: 49%;
  }
}
@media (max-width: 568px) {
  body,
  html {
    font-size: 47.5%;
  }
}
@media (max-width: 548px) {
  body,
  html {
    font-size: 46%;
  }
}
@media (max-width: 528px) {
  body,
  html {
    font-size: 44.5%;
  }
}
@media (max-width: 520px) {
  body,
  html {
    font-size: 62.5%;
  }
}
@media (max-width: 425px) {
  body,
  html {
    font-size: 58%;
  }
}
@media (max-width: 375px) {
  body,
  html {
    font-size: 55%;
  }
}
@media (max-width: 360px) {
  body,
  html {
    font-size: 52.5%;
  }
}
@media (max-width: 320px) {
  body,
  html {
    font-size: 50%;
  }
}

h2 {
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 120%;
  letter-spacing: normal;
  color: #1b3a7f;
}

.container {
  max-width: 120rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .container {
    max-width: 100%;
    margin: 0 2.4rem;
  }
}
@media (max-width: 520px) {
  .container {
    margin: 0 1.6rem;
  }
}

.btn {
  cursor: pointer;
  font-size: 1.8rem;
  padding: 1.8rem;
  border: 0.1rem solid #ffffff;
  transition: 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
}
.btn:hover {
  background-color: #1b3a7f;
  border-color: #1b3a7f;
}
.btn.small {
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.85rem 1.2rem;
  border: 0.1rem solid #ffffff;
  transition: 0.3s ease;
}
.btn.small:hover {
  background-color: #1b3a7f;
  border-color: #1b3a7f;
}
.btn.small.orange {
  background-color: #f6f8ff;
  color: #fa4811;
}
.btn.small.orange:hover {
  color: #ffffff;
  background-color: #fa4811;
  border-color: #fa4811;
}

.no-scroll {
  overflow: hidden;
}

.link-with-underline {
  position: relative;
  text-decoration: none;
  color: inherit;
}

.link-with-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  width: 0;
  height: 0.15rem;
  background-color: currentColor;
  transition: width 0.3s ease;
}

.link-with-underline:hover::after {
  width: 100%;
}

.header {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  color: #ffffff;
  z-index: 100;
  /* === СТИЛИ ДЛЯ ПОИСКА === */
  /* Контейнер поиска (фон) */
  /* Белое окно поиска */
  /* Поле ввода */
  /* Область с результатами */
  /* Один результат */
  /* Футер с ссылкой "Все результаты" */
  /* Подсказка про Enter */
  /* Нет результатов */
  /* Активное состояние иконки поиска */
}
.header__mobile {
  display: none;
  transition: 0.3s ease;
  flex-direction: column;
  height: 1.6rem;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 520px) {
  .header__mobile {
    display: flex;
  }
}
.header__mobile span {
  content: "";
  background-color: #ffffff;
  display: block;
  width: 1.6rem;
  height: 0.2rem;
  transition: 0.3s ease;
}
.header__mobile.active {
  justify-content: center;
}
.header__mobile.active span {
  position: absolute;
}
.header__mobile.active span:nth-child(2) {
  display: none;
}
.header__mobile.active span:nth-child(1) {
  top: 0.7rem;
  transform: rotate(45deg);
}
.header__mobile.active span:nth-child(3) {
  bottom: 0.7rem;
  transform: rotate(-45deg);
}
.header.blue {
  position: sticky;
  background-color: #1b3a7f;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.header.scrolled {
  background-color: #1b3a7f;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.header.scrolled .btn:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1b3a7f;
}
.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1b3a7f;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  z-index: -1;
}
.header.scrolled::before {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
.header .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
  position: relative;
}
.header > .container {
  padding: 2rem 0;
}
.header__logo {
  z-index: 2;
}
.header__logo img {
  width: 12.9rem;
}
@media (max-width: 768px) {
  .header__logo img {
    width: 10.8rem;
  }
}
@media (max-width: 520px) {
  .header__logo img {
    width: 23.3rem;
    height: 2rem;
    margin: 0.8rem 0;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
.header__logo .white-logo {
  opacity: 1;
  position: relative;
}
.header__logo .black-logo {
  opacity: 0;
  position: absolute;
}
.header__menu {
  z-index: 2;
}
@media (max-width: 520px) {
  .header__menu {
    display: none;
  }
}
.header__menu nav ul {
  display: flex;
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .header__menu nav ul {
    gap: 2rem;
  }
}
.header__menu nav ul a {
  white-space: nowrap;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1;
  text-transform: uppercase;
  transition: 0.3s ease;
}
.header__menu nav ul a.active {
  color: #fa4811;
}
@media (max-width: 768px) {
  .header__menu nav ul a {
    font-size: 1.2rem;
  }
}
.header__links {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  z-index: 2;
}
@media (max-width: 768px) {
  .header__links {
    gap: 2rem;
  }
}
.header__links a {
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1;
}
@media (max-width: 520px) {
  .header__links a:nth-child(2) {
    display: none;
  }
}
.header__links svg {
  width: 2.4rem;
  height: 2.4rem;
  fill: #ffffff;
}
@media (max-width: 768px) {
  .header__links svg {
    width: 2rem;
    height: 2rem;
  }
}
.header__links-icons {
  margin: 0 1.6rem;
  display: flex;
  gap: 3.2rem;
}
.header__links-icons .close {
  display: none;
}
@media (max-width: 768px) {
  .header__links-icons {
    margin: 0;
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .header__links > a {
    display: none;
  }
  .header__links .btn {
    display: none;
  }
}
.header.more {
  background-color: #fff;
}
.header.more .white-logo {
  opacity: 0;
  position: absolute;
}
.header.more .black-logo {
  opacity: 1;
  position: relative;
}
.header.more .header__menu a {
  color: #1b3a7f;
}
.header.more .header__menu a:hover {
  color: #fa4811;
}
.header.more .header__menu a[href="#services"] {
  color: #fa4811;
}
.header.more .header__links a {
  color: #1b3a7f;
}
.header.more .header__links a:hover {
  color: #fa4811;
}
.header.more .header__links-icons a {
  display: none;
}
.header.more .header__links-icons .close {
  cursor: pointer;
  display: block;
  margin-left: 5.6rem;
}
.header.more .header__links .btn {
  color: #1b3a7f;
  border-color: #1b3a7f;
}
.header.more .header__links .btn:hover {
  color: #ffffff;
}
.header.more > .container {
  background-color: #fff;
  max-width: 122rem;
  z-index: 2;
  position: relative;
}
.header__more {
	  background-color: #ffffff;
  width: 100%;
  height: 100vh;
  opacity: 1;
  position: absolute;
  top: -100vh;
  left: 0;
  z-index: 1;
  transition: 0.3s ease;
  display: flex;
  align-items: flex-start;
  overflow: auto;
  padding: 8rem 0 5rem 0;
  opacity: 0;
  visibility: hidden;
}
.header__more .container {
  height: auto;
  row-gap: 4rem;
  -moz-column-gap: 3.2rem;
       column-gap: 3.2rem;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .header__more .container {
    row-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
.header__more.active {
  visibility: visible;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  color: #1d1f20;
}
@media (max-width: 768px) {
  .header__more.active {
    overflow: scroll;
    align-items: flex-start;
  }
}
.header__more-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 37.8rem;
}
.header__more-item a {
  transition: 0.3s ease;
}
.header__more-item a:hover {
  color: #fa4811;
}
@media (max-width: 768px) {
  .header__more-item {
    width: 47%;
    gap: 1rem;
  }
}
.header__more-item-title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: normal;
  color: #1b3a7f;
}
@media (max-width: 768px) {
  .header__more-item-title {
    font-size: 1.8rem;
  }
}
.header__more-item ul {
  display: flex;
  flex-direction: column;
}
.header__more-item ul li a {
  display: block;
  padding: 0.8rem 0;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 150%;
  letter-spacing: normal;
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  .header__more-item ul li a {
    font-size: 1.6rem;
  }
}
.header__more-item ul li a:hover {
  color: #fa4811;
}
.header__more-item ul li a.new {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.header__more-item ul li a.new:before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background-size: cover;
  background-image: url("/wp-content/themes/paritet/content/icons/new-badges2.svg");
}
.header .header__search-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: flex-start;
  padding-top: 100px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.header .header__search-container.active {
  display: flex;
  opacity: 1;
}
.header .header__search-box {
  width: 90%;
  max-width: 700px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  transform: translateY(-20px);
  transition: transform 0.4s ease;
}
.header .header__search-container.active .header__search-box {
  transform: translateY(0);
}
.header .header__search-input-wrapper {
  display: flex;
  align-items: center;
  padding: 20px 25px;
  border-bottom: 1px solid #eee;
  position: relative;
}
.header .header__search-icon {
  width: 22px;
  height: 22px;
  fill: #1b3a7f;
  margin-right: 15px;
  flex-shrink: 0;
}
.header .header__search-input {
  border: none;
  outline: none;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  color: #333;
  width: 100%;
  padding: 8px 0;
  background: transparent;
}
.header .header__search-input::-moz-placeholder {
  color: #999;
}
.header .header__search-input::placeholder {
  color: #999;
}
.header .header__search-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  margin-left: 15px;
  flex-shrink: 0;
}
.header .header__search-close .icon {
  width: 20px;
  height: 20px;
  fill: #666;
}
.header .header__search-close:hover .icon {
  fill: #1b3a7f;
}
.header .header__search-results {
  max-height: 450px;
  overflow-y: auto;
}
.header .header__search-loader {
  padding: 30px;
  text-align: center;
  color: #666;
  font-size: 16px;
}
.header .header__search-results-list {
  padding: 0;
}
.header .header__search-result-item {
  display: block;
  padding: 16px 25px;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #f5f5f5;
  transition: background-color 0.2s ease;
}
.header .header__search-result-item:hover {
  background-color: #f8f9fa;
}
.header .header__search-result-title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
  color: #1b3a7f;
}
.header .header__search-result-excerpt {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.header .header__search-result-type {
  display: inline-block;
  font-size: 12px;
  color: #888;
  margin-top: 8px;
  padding: 2px 8px;
  background: #eee;
  border-radius: 3px;
}
.header .header__search-footer {
  padding: 20px 25px;
  border-top: 1px solid #eee;
  text-align: center;
}
.header .header__search-all-link {
  display: inline-block;
  color: #1b3a7f;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  padding: 8px 20px;
  border: 2px solid #1b3a7f;
  border-radius: 6px;
  transition: all 0.3s ease;
}
.header .header__search-all-link:hover {
  background-color: #1b3a7f;
  color: white;
}
.header .header__search-more-hint {
  padding: 15px 25px !important;
  color: #666 !important;
  font-size: 14px !important;
  border-top: 1px solid #eee !important;
  background: #f9f9f9 !important;
}
.header .header__search-no-results {
  padding: 30px 25px;
  text-align: center;
  color: #666;
  font-style: italic;
  font-size: 1.4rem;
}
.header .header__links-icons a.active[href*="#search"] .icon {
  fill: #1b3a7f;
}

.header__mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 320px;
  height: 100vh;
  background-color: #ffffff;
  z-index: 101;
  transition: right 0.3s ease;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
@media (max-width: 520px) {
  .header__mobile-menu {
    max-width: 100%;
  }
}
.header__mobile-menu.active {
  right: 0;
}
.header__mobile-menu-header {
  background-color: #1b3a7f;
  padding: 1.6rem;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
}
.header__mobile-menu-header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__mobile-menu-header-close {
  width: 1.6rem;
  height: 1.6rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__mobile-menu-header-close svg {
  width: 100%;
  height: 100%;
  fill: #ffffff;
}
.header__mobile-menu-header-close svg path {
  fill: #ffffff;
}
.header__mobile-menu-header-contacts {
  display: flex;
  align-items: center;
  gap: 4rem;
}
.header__mobile-menu-header-contacts a {
  font-weight: 500;
  font-size: 1.8rem;
  color: #ffffff;
  white-space: nowrap;
}
.header__mobile-menu-header-contacts a:hover {
  color: #fa4811;
}
.header__mobile-menu-header-contacts a.btn {
  font-size: 1.4rem;
  padding: 1.4rem;
  transition: 0.3s ease;
}
.header__mobile-menu-header-contacts a.btn:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1b3a7f;
}
.header__mobile-menu-cta {
  background-color: #f6f8ff;
  padding: 2.5rem 1.6rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header__mobile-menu-cta-icon {
  width: 3.2rem;
  height: 3.2rem;
  min-width: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__mobile-menu-cta-icon svg {
  width: 100%;
  height: 100%;
  fill: #fa4811;
}
.header__mobile-menu-cta-text {
  flex: 1;
}
.header__mobile-menu-cta-text-title {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 150%;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #1b3a7f;
}
.header__mobile-menu-cta-text-subtitle {
  font-size: 1.2rem;
  color: #fa4811;
  font-weight: 600;
  margin-top: 0.2rem;
}
.header__mobile-menu-cta-button {
  background-color: #fa4811;
  color: #ffffff;
  border: none;
  border-radius: 0.4rem;
  padding: 0.6rem 1.2rem;
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.3s ease;
}
.header__mobile-menu-cta-button:hover {
  background-color: #e03e0f;
}
.header__mobile-menu-content {
  flex: 1;
  background-color: #ffffff;
  padding: 1.6rem;
}
.header__mobile-menu-content nav ul {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.header__mobile-menu-content nav ul li:last-child {
  border-bottom: none;
}
.header__mobile-menu-content nav ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.6rem 0;
  font-weight: 500;
  font-size: 2rem;
  line-height: 120%;
  letter-spacing: 0%;
  color: #1b3a7f;
  transition: color 0.3s ease;
}
.header__mobile-menu-content nav ul li a.active {
  color: #fa4811;
}
.header__mobile-menu-content nav ul li a:hover {
  color: #fa4811;
}
.header__mobile-menu-content nav ul li a .menu-arrow {
  width: 1.6rem;
  height: 1.6rem;
  transform: rotate(-90deg);
}
.header__mobile-menu-content nav ul li a .menu-arrow svg {
  width: 100%;
  height: 100%;
  fill: #1b3a7f;
}

.header__more-mobile {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 320px;
  height: 100vh;
  background-color: #ffffff;
  z-index: 102;
  transition: right 0.3s ease;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
@media (max-width: 520px) {
  .header__more-mobile {
    max-width: 100%;
  }
}
.header__more-mobile.active {
  right: 0;
}
.header__more-mobile-header {
  background-color: #1b3a7f;
  padding: 2rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header__more-mobile-header-back {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.4rem;
  height: 1.4rem;
  cursor: pointer;
}
.header__more-mobile-header-back svg {
  width: 100%;
  height: 100%;
  fill: #ffffff;
  transform: rotate(180deg);
}
.header__more-mobile-header-title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #ffffff;
}
.header__more-mobile-header-close {
  width: 1.6rem;
  height: 1.6rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
.header__more-mobile-header-close svg {
  width: 100%;
  height: 100%;
  fill: #ffffff;
}
.header__more-mobile-content {
  flex: 1;
  background-color: #ffffff;
  padding: 2rem;
  overflow-y: auto;
}
.header__more-mobile-content .header__more-item {
  width: 100%;
  margin-bottom: 2rem;
}
.header__more-mobile-content .header__more-item-title {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  color: #1b3a7f;
  padding: 1rem 0;
}
.header__more-mobile-content .header__more-item-title:hover {
  color: #fa4811;
}
.header__more-mobile-content .header__more-item ul {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.header__more-mobile-content .header__more-item ul li:last-child {
  border-bottom: none;
}
.header__more-mobile-content .header__more-item ul li a {
  display: flex;
  align-items: center;
  padding: 1.2rem 0;
  font-size: 1.6rem;
  color: #1d1f20;
}
.header__more-mobile-content .header__more-item ul li a:hover {
  color: #fa4811;
}
.header__more-mobile-content .header__more-item ul li a.new {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.header__more-mobile-content .header__more-item ul li a.new:before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-size: cover;
  background-image: url("/wp-content/themes/paritet/content/icons/new-badges2.svg");
}

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.header__mobile {
  display: none;
  transition: 0.3s ease;
  flex-direction: column;
  height: 1.6rem;
  width: 2rem;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  margin-right: 1rem;
  cursor: pointer;
}
@media (max-width: 520px) {
  .header__mobile {
    display: flex;
  }
}
.header__mobile span {
  content: "";
  background-color: #ffffff;
  display: block;
  width: 100%;
  height: 0.2rem;
  transition: 0.3s ease;
}
.header__mobile.active {
  justify-content: center;
}
.header__mobile.active span {
  position: absolute;
}
.header__mobile.active span:nth-child(2) {
  display: none;
}
.header__mobile.active span:nth-child(1) {
  top: 0.7rem;
  transform: rotate(45deg);
}
.header__mobile.active span:nth-child(3) {
  bottom: 0.7rem;
  transform: rotate(-45deg);
}

.home-first-screen {
  position: relative;
  overflow: hidden;
  height: 100vh;
  color: #ffffff;
  /* Стили для вертикального свайпера */
}
.home-first-screen svg {
  width: 30rem;
}
@media (max-width: 768px) {
  .home-first-screen svg {
    width: 26.1rem;
  }
}
@media (max-width: 520px) {
  .home-first-screen svg {
    width: 20.9rem;
  }
}
.home-first-screen .container {
  height: 100%;
  position: relative;
  z-index: 2;
  margin-top: 20rem;
  margin-bottom: 8rem;
}
@media (max-width: 520px) {
  .home-first-screen .container {
    margin-top: 14rem;
  }
}
.home-first-screen img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: transform 0.1s ease-out;
  transform-origin: center;
  will-change: transform;
}
@media (max-width: 520px) {
  .home-first-screen img {
    left: auto;
    right: 0;
  }
}
.home-first-screen p {
  font-size: 2rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: normal;
}
@media (max-width: 768px) {
  .home-first-screen p {
    font-size: 2.4rem;
  }
}
@media (max-width: 520px) {
  .home-first-screen p {
    font-size: 1.8rem;
  }
}
.home-first-screen .btn {
  margin-top: 5.6rem;
}
.home-first-screen .btn.orange {
  margin-top: 0.8rem;
}
.home-first-screen__banner {
  background-color: #ffffff;
  padding: 1.6rem 2.4rem;
  max-width: 52.4rem;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 10rem;
}
@media (max-width: 520px) {
  .home-first-screen__banner {
    margin-top: 5rem;
  }
}
.home-first-screen__banner p {
  width: 42.6rem;
  color: #1b3a7f;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .home-first-screen__banner p {
    width: 100%;
    padding-right: 2rem;
  }
}
.home-first-screen .vertical-swiper {
  width: 100%;
  height: 8rem;
}
@media (max-width: 768px) {
  .home-first-screen .vertical-swiper {
    height: 10rem;
  }
}
.home-first-screen .vertical-swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.home-first-screen .vertical-swiper .swiper-slide-active {
  opacity: 1;
}
.home-first-screen .vertical-pagination {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  width: auto !important;
}
.home-first-screen .vertical-pagination .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  border: 0.1rem solid #dddddd;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
  margin: 0 !important;
  transition: all 0.3s ease;
}
.home-first-screen .vertical-pagination .swiper-pagination-bullet-active {
  background-color: #fa4811;
  border-color: #fa4811;
}

.banner-square {
  display: flex;
  flex-wrap: wrap;
}
.banner-square__item {
  width: 50%;
  display: flex;
}
@media (max-width: 520px) {
  .banner-square__item {
    width: 100%;
  }
}
.banner-square__item-content {
  max-width: 60rem;
  margin-left: auto;
  padding: 8rem 12rem 8rem 0;
}
@media (max-width: 768px) {
  .banner-square__item-content {
    width: 100%;
    padding: 7.2rem 2.4rem 7.2rem 2.4rem;
  }
}
@media (max-width: 520px) {
  .banner-square__item-content {
    padding: 5.6rem 1.6rem;
  }
}
.banner-square__item:nth-child(2n) .banner-square__item-content {
  max-width: 60rem;
  margin-right: auto;
  margin-left: 0;
  padding: 8rem 0 8rem 12rem;
}
@media (max-width: 768px) {
  .banner-square__item:nth-child(2n) .banner-square__item-content {
    width: 100%;
    padding: 5.6rem 1.6rem;
  }
}
.banner-square__item:nth-child(4) .banner-square__item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 520px) {
  .banner-square__item:nth-child(4) .banner-square__item-content {
    gap: 5rem;
  }
}
.banner-square__item-title {
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 3.2rem;
}
@media (max-width: 768px) {
  .banner-square__item-title {
    font-size: 3.2rem;
    margin-bottom: 2.8rem;
  }
}
.banner-square__item p,
.banner-square__item ul,
.banner-square__item ol {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: normal;
  height: 18rem;
}
@media (max-width: 768px) {
  .banner-square__item p,
  .banner-square__item ul,
  .banner-square__item ol {
    height: 18.4rem;
    font-size: 1.7rem;
  }
}
@media (max-width: 520px) {
  .banner-square__item p,
  .banner-square__item ul,
  .banner-square__item ol {
    height: auto;
  }
}
.banner-square__item ul,
.banner-square__item ol {
  list-style: disc;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding-left: 1.6rem;
  height: auto;
}
.banner-square__item ul li::marker,
.banner-square__item ol li::marker {
  color: #fa4811;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .banner-square__item ul,
  .banner-square__item ol {
    gap: 2rem;
  }
}
@media (max-width: 520px) {
  .banner-square__item ul,
  .banner-square__item ol {
    gap: 1.2rem;
  }
}
.banner-square__item-link {
  cursor: pointer;
  margin-top: 3.2rem;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 100%;
  letter-spacing: 0.1rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  transition: 0.3s ease;
  position: relative;
}
@media (max-width: 768px) {
  .banner-square__item-link {
    margin-top: 2.8rem;
  }
}
.banner-square__item-link:after {
  z-index: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2rem;
  border-radius: 100%;
  border: 0.1rem solid #fa4811;
}
.banner-square__item-link:hover {
  color: #fa4811;
  padding-left: 1.2rem;
}
.banner-square__item-link svg {
  z-index: 1;
  background-color: #fa4811;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  padding: 0.4rem 0.7rem;
}
.banner-square__item .btn {
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 520px) {
  .banner-square__item .btn {
    margin: 0 auto;
  }
}
.banner-square__item .btn:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1b3a7f;
}
.banner-square__item:nth-child(1) {
  color: #ffffff;
  background-color: #1b3a7f;
}
.banner-square__item:nth-child(3) {
  background-color: #f6f8ff;
}
.banner-square__item:nth-child(4) {
  color: #ffffff;
  background-color: #324b5e;
}

.facts-galery {
  margin: 8rem 0;
}
.facts-galery .container {
  display: flex;
  gap: 1.6rem;
}
.facts-galery__item {
  position: relative;
  width: 39.3rem;
  height: 30rem;
}
.facts-galery__item:nth-child(1) {
  padding: 4.6rem 3.5rem 0 0;
  color: #ffffff;
}
.facts-galery__item:nth-child(1) p:first-child {
  font-weight: 600;
  font-size: 2rem;
  line-height: 150%;
  text-align: right;
}
.facts-galery__item:nth-child(1) p {
  z-index: 1;
  position: relative;
  margin: 0;
  font-weight: 700;
  font-size: 6.4rem;
  line-height: 120%;
  text-align: right;
}
.facts-galery__item:nth-child(2) {
  padding: 4.6rem 0 0 3.5rem;
  color: #ffffff;
}
.facts-galery__item:nth-child(2) p:first-child {
  color: #fa4811;
  font-weight: 700;
  font-size: 7.6rem;
  line-height: 120%;
}
.facts-galery__item:nth-child(2) p {
  z-index: 1;
  position: relative;
  margin: 0;
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 150%;
  letter-spacing: normal;
  max-width: 20.8rem;
}
.facts-galery__item:nth-child(3) {
  padding: 3.5rem 3.5rem 0 0;
  color: #ffffff;
}
.facts-galery__item:nth-child(3) p:first-child {
  margin-left: auto;
  text-align: right;
  color: #1b3a7f;
  font-weight: 700;
  font-size: 7.6rem;
  line-height: 120%;
}
.facts-galery__item:nth-child(3) p {
  z-index: 1;
  position: relative;
  margin: 0;
  margin-left: auto;
  text-align: right;
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 150%;
  letter-spacing: normal;
  max-width: 20rem;
}
.facts-galery__item img {
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.facts-galery__swiper {
  display: none;
  overflow: hidden;
  width: 100%;
  padding: 0 2.4rem;
  position: relative;
}

@media (max-width: 768px) {
  .facts-galery .container {
    display: none;
  }
  .facts-galery__swiper {
    display: block;
    padding-bottom: 4rem;
  }
  .facts-galery__slide {
    position: relative;
    width: 39.3rem;
    height: 30rem;
  }
  .facts-galery__slide:nth-child(1) {
    padding: 4.6rem 3.5rem 0 0;
    color: #ffffff;
  }
  .facts-galery__slide:nth-child(1) p:first-child {
    font-weight: 600;
    font-size: 2rem;
    line-height: 150%;
    text-align: right;
  }
  .facts-galery__slide:nth-child(1) p {
    font-weight: 700;
    font-size: 6.4rem;
    line-height: 120%;
    text-align: right;
  }
  .facts-galery__slide:nth-child(2) {
    padding: 4.6rem 0 0 3.5rem;
    color: #ffffff;
  }
  .facts-galery__slide:nth-child(2) p:first-child {
    color: #fa4811;
    font-weight: 700;
    font-size: 7.6rem;
    line-height: 120%;
  }
  .facts-galery__slide:nth-child(2) p {
    font-weight: 800;
    font-size: 1.6rem;
    line-height: 150%;
    letter-spacing: normal;
    max-width: 20.8rem;
  }
  .facts-galery__slide:nth-child(3) {
    padding: 3.5rem 3.5rem 0 0;
    color: #ffffff;
  }
  .facts-galery__slide:nth-child(3) p:first-child {
    margin-left: auto;
    text-align: right;
    color: #1b3a7f;
    font-weight: 700;
    font-size: 7.6rem;
    line-height: 120%;
  }
  .facts-galery__slide:nth-child(3) p {
    margin-left: auto;
    text-align: right;
    font-weight: 800;
    font-size: 1.6rem;
    line-height: 150%;
    letter-spacing: normal;
    max-width: 20rem;
  }
  .facts-galery__slide img {
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
  }
  .facts-galery__pagination {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 1.2rem;
    margin-top: 2rem;
  }
  .facts-galery__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 1px;
    background: #dddddd;
    border: 1px solid #dddddd;
    opacity: 1;
    transition: all 0.3s ease;
  }
  .facts-galery__pagination .swiper-pagination-bullet-active {
    background: #fa4811;
    border-color: #fa4811;
  }
}
@media (min-width: 769px) {
  .facts-galery__swiper {
    display: none;
  }
  .facts-galery .container {
    display: flex;
  }
  .facts-galery__pagination {
    display: none !important;
  }
}
.news {
  margin: 8rem 0;
}
@media (max-width: 768px) {
  .news {
    margin: 7.2rem 0;
  }
}
.news h2 {
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .news h2 {
    margin-bottom: 3.2rem;
  }
}
.news .container {
  display: flex;
  flex-direction: column;
}
.news__list {
  display: flex;
  gap: 3.2rem;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .news__list {
    gap: 1.6rem;
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 520px) {
  .news__list {
    flex-wrap: wrap;
    gap: 3.2rem;
  }
}
.news__list-left {
  display: flex;
  gap: 3.2rem;
}
.news__list-left img {
  width: 37.8rem;
  height: 28rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .news__list-left img {
    width: 100%;
    height: auto;
  }
}
.news__list-left-item {
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.0784313725);
  background: #ffffff;
  max-width: 37.8rem;
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  .news__list-left-item {
    max-width: 34rem;
  }
  .news__list-left-item:nth-child(1) {
    display: none;
  }
}
@media (max-width: 520px) {
  .news__list-left-item {
    max-width: 100%;
  }
}
.news__list-left-item:hover {
  transform: scale(1.02);
}
.news__list-left-item:hover p:nth-child(1) {
  color: #fa4811;
}
.news__list-left-item-content {
  padding: 2.4rem 1.6rem 4rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.news__list-left-item-content p:nth-child(1) {
  font-size: 2rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: normal;
  color: #1b3a7f;
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  .news__list-left-item-content p:nth-child(1) {
    font-size: 1.8rem;
  }
}
.news__list-left-item-content p:nth-child(2) {
  color: #1d1f20;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 150%;
  letter-spacing: normal;
}
.news__list-left-item-content p:nth-child(3) {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 150%;
  letter-spacing: normal;
  color: #4d5256;
}
.news__list-right {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  max-width: 37.8rem;
}
@media (max-width: 768px) {
  .news__list-right {
    max-width: 34rem;
  }
}
@media (max-width: 520px) {
  .news__list-right {
    max-width: 100%;
  }
}
.news__list-right-item {
  display: block;
  cursor: pointer;
}
.news__list-right-item p {
  transition: 0.3s ease;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 150%;
  letter-spacing: normal;
  color: #4d5256;
}
.news__list-right-item p:first-child {
  color: #1b3a7f;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 150%;
  letter-spacing: normal;
  margin-bottom: 1.6rem;
}
.news__list-right-item:hover p:first-child {
  color: #fa4811;
}
.news__list-right-item:first-child {
  background: #f6f8ff;
  padding: 1.6rem;
}
.news .btn {
  margin: 0 auto;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 100%;
  letter-spacing: 0.1rem;
  text-align: center;
  text-transform: uppercase;
  border: 0.15rem solid #1b3a7f;
  color: #1b3a7f;
}
@media (max-width: 768px) {
  .news .btn {
    font-size: 1.7rem;
  }
}
.news .btn:hover {
  border: 0.15rem solid #1b3a7f;
  background-color: #1b3a7f;
  color: #fff;
}

.contact-us {
  margin: 8rem 0;
}
.contact-us .container {
  padding: 4rem 0;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  background-color: #324b5e;
  color: #ffffff;
}
@media (max-width: 768px) {
  .contact-us .container {
    background: #1b3a7f;
  }
}
@media (max-width: 520px) {
  .contact-us .container {
    padding: 4rem 2rem;
  }
}
.contact-us p:first-child {
  font-weight: 500;
  font-style: Medium;
  font-size: 2.4rem;
  line-height: 120%;
  letter-spacing: normal;
  text-align: center;
}
.contact-us p {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 150%;
  letter-spacing: normal;
  text-align: center;
}
.contact-us__icon {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.4rem 1rem;
  border-radius: 100%;
  border: 0.15rem solid #ffffff;
}
.contact-us__icon svg {
  width: 2.77rem;
  height: 1.95rem;
}

.online-services {
  margin: 8rem 0;
}
@media (max-width: 950px) {
  .online-services {
    margin: 8rem 2rem;
  }
}
@media (max-width: 768px) {
  .online-services {
    margin: 7.2rem 0;
  }
}
.online-services .container {
  display: flex;
  gap: 3.2rem;
  max-width: 140.8rem;
}
@media (max-width: 768px) {
  .online-services .container {
    max-width: 100%;
    margin: 0 2.4rem;
    display: none;
  }
}
.online-services__swiper {
  overflow: hidden;
  position: relative;
  display: none;
}
@media (max-width: 768px) {
  .online-services__swiper {
    display: block;
    padding: 0 2.4rem 4rem 2.4rem;
  }
}
.online-services__slide {
  width: 44.8rem;
  height: 54.8rem;
  position: relative;
  display: flex;
  flex-direction: column;
  color: #ffffff;
  padding: 6.4rem 3.2rem 3.2rem 3.2rem;
}
.online-services__slide p:first-child {
  font-weight: 600;
  font-size: 4.8rem;
  line-height: 120%;
  letter-spacing: normal;
  margin-bottom: 3.2rem;
}
@media (max-width: 520px) {
  .online-services__slide p:first-child {
    font-size: 2.8rem;
  }
}
.online-services__slide p {
  font-weight: 400;
  font-size: 2rem;
  line-height: 150%;
  letter-spacing: normal;
}
@media (max-width: 520px) {
  .online-services__slide p {
    font-size: 1.8rem;
  }
}
.online-services__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.online-services__slide .btn {
  color: #ffffff;
  margin-top: auto;
}
.online-services__item {
  width: 44.8rem;
  height: 54.8rem;
  position: relative;
  display: flex;
  flex-direction: column;
  color: #ffffff;
  padding: 6.4rem 3.2rem 3.2rem 3.2rem;
}
.online-services__item p:first-child {
  font-weight: 600;
  font-size: 4.8rem;
  line-height: 120%;
  letter-spacing: normal;
  margin-bottom: 3.2rem;
}
.online-services__item p {
  font-weight: 400;
  font-size: 2rem;
  line-height: 150%;
  letter-spacing: normal;
  z-index: 1;
}
.online-services__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.online-services__item .btn {
  color: #ffffff;
  margin-top: auto;
  z-index: 1;
}
.online-services__item:nth-child(2), .online-services__item:nth-child(3) {
  padding: 0;
  overflow: hidden;
}
.online-services__item:nth-child(2):hover .online-services__item-content ul, .online-services__item:nth-child(3):hover .online-services__item-content ul {
  max-height: 20rem;
  opacity: 1;
}
.online-services__item:nth-child(2) .online-services__item-img, .online-services__item:nth-child(3) .online-services__item-img {
  position: relative;
  height: 38.8rem;
  width: 100%;
}
.online-services__item:nth-child(2) .online-services__item-img img, .online-services__item:nth-child(3) .online-services__item-img img {
  top: 0;
  height: 38.8rem;
}
.online-services__item:nth-child(2) .online-services__item-img p, .online-services__item:nth-child(3) .online-services__item-img p {
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 120%;
  letter-spacing: normal;
  position: absolute;
  top: 3.1rem;
  right: 4rem;
}
.online-services__item:nth-child(2) .online-services__item-content, .online-services__item:nth-child(3) .online-services__item-content {
  padding: 3.2rem;
  background-color: #324b5e;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  z-index: 1;
}
@media (max-width: 520px) {
  .online-services__item:nth-child(2) .online-services__item-content, .online-services__item:nth-child(3) .online-services__item-content {
    padding: 1rem;
  }
}
.online-services__item:nth-child(2) .online-services__item-content-title, .online-services__item:nth-child(3) .online-services__item-content-title {
  font-weight: 500;
  font-style: Medium;
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: normal;
}
.online-services__item:nth-child(2) .online-services__item-content ul, .online-services__item:nth-child(3) .online-services__item-content ul {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 150%;
  letter-spacing: normal;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.4s ease;
  transition-delay: 0.1s;
}
@media (max-width: 520px) {
  .online-services__item:nth-child(2) .online-services__item-content ul, .online-services__item:nth-child(3) .online-services__item-content ul {
    font-size: 1.2rem;
  }
}
.online-services__item:nth-child(2) .online-services__item-content ul li, .online-services__item:nth-child(3) .online-services__item-content ul li {
  display: flex;
  align-items: center;
  gap: 2rem;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media (max-width: 520px) {
  .online-services__item:nth-child(2) .online-services__item-content ul li, .online-services__item:nth-child(3) .online-services__item-content ul li {
    gap: 1rem;
  }
}
.online-services__item:nth-child(2) .online-services__item-content ul li:nth-child(1), .online-services__item:nth-child(3) .online-services__item-content ul li:nth-child(1) {
  transition-delay: 0.2s;
}
.online-services__item:nth-child(2) .online-services__item-content ul li:nth-child(2), .online-services__item:nth-child(3) .online-services__item-content ul li:nth-child(2) {
  transition-delay: 0.25s;
}
.online-services__item:nth-child(2) .online-services__item-content ul li:nth-child(3), .online-services__item:nth-child(3) .online-services__item-content ul li:nth-child(3) {
  transition-delay: 0.3s;
}
.online-services__item:nth-child(2) .online-services__item-content ul li:nth-child(4), .online-services__item:nth-child(3) .online-services__item-content ul li:nth-child(4) {
  transition-delay: 0.35s;
}
.online-services__item:nth-child(2) .online-services__item-content ul li:nth-child(5), .online-services__item:nth-child(3) .online-services__item-content ul li:nth-child(5) {
  transition-delay: 0.4s;
}
.online-services__item:nth-child(2) .online-services__item-content ul li::before, .online-services__item:nth-child(3) .online-services__item-content ul li::before {
  content: "";
  display: block;
  background-color: #fa4811;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
}
.online-services__item:nth-child(2) .online-services__item-content-link, .online-services__item:nth-child(3) .online-services__item-content-link {
  cursor: pointer;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 100%;
  letter-spacing: 0.1rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  transition: 0.3s ease;
  position: relative;
}
.online-services__item:nth-child(2) .online-services__item-content-link:after, .online-services__item:nth-child(3) .online-services__item-content-link:after {
  z-index: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2rem;
  border-radius: 100%;
  border: 0.1rem solid #fa4811;
}
.online-services__item:nth-child(2) .online-services__item-content-link:hover, .online-services__item:nth-child(3) .online-services__item-content-link:hover {
  color: #fa4811;
  padding-left: 1.2rem;
}
.online-services__item:nth-child(2) .online-services__item-content-link svg, .online-services__item:nth-child(3) .online-services__item-content-link svg {
  z-index: 1;
  background-color: #fa4811;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  padding: 0.4rem 0.7rem;
}
.online-services__item:nth-child(2):hover .online-services__item-content ul li, .online-services__item:nth-child(3):hover .online-services__item-content ul li {
  opacity: 1;
  transform: translateY(0);
}
.online-services__item:nth-child(3) .online-services__item-img p {
  right: auto;
  left: 3rem;
}
.online-services__item:nth-child(3) .online-services__item-content {
  background-color: #1b3a7f;
}
.online-services .online-services__slide:nth-child(2),
.online-services .online-services__slide:nth-child(3) {
  padding: 0;
  overflow: hidden;
  height: 54.8rem;
}
.online-services .online-services__slide:nth-child(2) .online-services__item-img,
.online-services .online-services__slide:nth-child(3) .online-services__item-img {
  position: relative;
  height: 38.8rem;
  width: 100%;
}
.online-services .online-services__slide:nth-child(2) .online-services__item-img img,
.online-services .online-services__slide:nth-child(3) .online-services__item-img img {
  top: 0;
  height: 38.8rem;
}
.online-services .online-services__slide:nth-child(2) .online-services__item-img p,
.online-services .online-services__slide:nth-child(3) .online-services__item-img p {
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 120%;
  letter-spacing: normal;
  position: absolute;
  top: 3.1rem;
  right: 4rem;
}
.online-services .online-services__slide:nth-child(2) .online-services__item-content,
.online-services .online-services__slide:nth-child(3) .online-services__item-content {
  padding: 3.2rem;
  background-color: #324b5e;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  height: auto;
}
@media (max-width: 520px) {
  .online-services .online-services__slide:nth-child(2) .online-services__item-content,
  .online-services .online-services__slide:nth-child(3) .online-services__item-content {
    gap: 2rem;
    padding: 1.6rem;
  }
}
.online-services .online-services__slide:nth-child(2) .online-services__item-content-title,
.online-services .online-services__slide:nth-child(3) .online-services__item-content-title {
  font-weight: 500;
  font-style: Medium;
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: normal;
  cursor: pointer;
  position: relative;
  padding-right: 3rem;
}
.online-services .online-services__slide:nth-child(2) .online-services__item-content-title::after,
.online-services .online-services__slide:nth-child(3) .online-services__item-content-title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.online-services .online-services__slide:nth-child(2) .online-services__item-content.content-open .online-services__item-content-title::after,
.online-services .online-services__slide:nth-child(3) .online-services__item-content.content-open .online-services__item-content-title::after {
  transform: translateY(-50%) rotate(180deg);
}
.online-services .online-services__slide:nth-child(2) .online-services__item-content.content-open ul,
.online-services .online-services__slide:nth-child(3) .online-services__item-content.content-open ul {
  max-height: 30rem;
  opacity: 1;
}
.online-services .online-services__slide:nth-child(2) .online-services__item-content.content-open ul li,
.online-services .online-services__slide:nth-child(3) .online-services__item-content.content-open ul li {
  opacity: 1;
  transform: translateY(0);
}
.online-services .online-services__slide:nth-child(2) .online-services__item-content ul,
.online-services .online-services__slide:nth-child(3) .online-services__item-content ul {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 150%;
  letter-spacing: normal;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.4s ease;
  transition-delay: 0.1s;
}
@media (max-width: 520px) {
  .online-services .online-services__slide:nth-child(2) .online-services__item-content ul,
  .online-services .online-services__slide:nth-child(3) .online-services__item-content ul {
    font-size: 1.4rem;
  }
}
.online-services .online-services__slide:nth-child(2) .online-services__item-content ul li,
.online-services .online-services__slide:nth-child(3) .online-services__item-content ul li {
  display: flex;
  align-items: center;
  gap: 2rem;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media (max-width: 520px) {
  .online-services .online-services__slide:nth-child(2) .online-services__item-content ul li,
  .online-services .online-services__slide:nth-child(3) .online-services__item-content ul li {
    gap: 1rem;
  }
}
.online-services .online-services__slide:nth-child(2) .online-services__item-content ul li:nth-child(1),
.online-services .online-services__slide:nth-child(3) .online-services__item-content ul li:nth-child(1) {
  transition-delay: 0.2s;
}
.online-services .online-services__slide:nth-child(2) .online-services__item-content ul li:nth-child(2),
.online-services .online-services__slide:nth-child(3) .online-services__item-content ul li:nth-child(2) {
  transition-delay: 0.25s;
}
.online-services .online-services__slide:nth-child(2) .online-services__item-content ul li:nth-child(3),
.online-services .online-services__slide:nth-child(3) .online-services__item-content ul li:nth-child(3) {
  transition-delay: 0.3s;
}
.online-services .online-services__slide:nth-child(2) .online-services__item-content ul li:nth-child(4),
.online-services .online-services__slide:nth-child(3) .online-services__item-content ul li:nth-child(4) {
  transition-delay: 0.35s;
}
.online-services .online-services__slide:nth-child(2) .online-services__item-content ul li:nth-child(5),
.online-services .online-services__slide:nth-child(3) .online-services__item-content ul li:nth-child(5) {
  transition-delay: 0.4s;
}
.online-services .online-services__slide:nth-child(2) .online-services__item-content ul li::before,
.online-services .online-services__slide:nth-child(3) .online-services__item-content ul li::before {
  content: "";
  display: block;
  background-color: #fa4811;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
}
.online-services .online-services__slide:nth-child(2) .online-services__item-content-link,
.online-services .online-services__slide:nth-child(3) .online-services__item-content-link {
  cursor: pointer;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 100%;
  letter-spacing: 0.1rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  transition: 0.3s ease;
}
.online-services .online-services__slide:nth-child(2) .online-services__item-content-link:hover,
.online-services .online-services__slide:nth-child(3) .online-services__item-content-link:hover {
  color: #fa4811;
}
.online-services .online-services__slide:nth-child(2) .online-services__item-content-link svg,
.online-services .online-services__slide:nth-child(3) .online-services__item-content-link svg {
  background-color: #fa4811;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  padding: 0.4rem 0.7rem;
}
.online-services .online-services__slide:nth-child(3) .online-services__item-img p {
  right: auto;
  left: 3rem;
}
.online-services .online-services__slide:nth-child(3) .online-services__item-content {
  background-color: #1b3a7f;
}
.online-services__pagination {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 2rem;
}
.online-services__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 1px;
  background: #dddddd;
  border: 1px solid #dddddd;
  opacity: 1;
  transition: all 0.3s ease;
}
.online-services__pagination .swiper-pagination-bullet-active {
  background: #fa4811;
  border-color: #fa4811;
}
@media (min-width: 769px) {
  .online-services__swiper {
    display: none !important;
  }
  .online-services .container {
    display: flex !important;
  }
  .online-services__pagination {
    display: none !important;
  }
  .online-services .online-services__item-content-title {
    cursor: default !important;
    padding-right: 0 !important;
  }
  .online-services .online-services__item-content-title::after {
    display: none !important;
  }
}

.projects {
  margin: 8rem 0;
}
@media (max-width: 950px) {
  .projects {
    margin: 8rem 2rem;
  }
}
@media (max-width: 768px) {
  .projects {
    margin: 7.2rem 0;
  }
}
.projects .container {
  max-width: 140.8rem;
}
@media (max-width: 768px) {
  .projects .container {
    max-width: 100%;
    margin: 0 0.8rem;
  }
}
.projects__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.6rem;
  margin-bottom: 4rem;
}
.projects__title svg {
  width: 17.7rem;
  height: 6rem;
}
.projects__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
.projects__list-item {
  width: 33.33%;
  padding: 1.6rem 1.6rem 3.2rem;
  transition: 0.3s ease;
  cursor: pointer;
}
@media (max-width: 768px) {
  .projects__list-item {
    width: 50%;
  }
  .projects__list-item:nth-child(3) {
    display: none;
  }
}
@media (max-width: 520px) {
  .projects__list-item {
    width: 100%;
  }
}
.projects__list-item-img {
  overflow: hidden;
}
.projects__list-item:hover {
  box-shadow: 0 0.6rem 1.6rem 0 rgba(0, 0, 0, 0.1215686275);
}
.projects__list-item:hover img {
  transform: scale(1.1);
}
.projects__list-item:hover .projects__list-item-link {
  color: #fa4811;
}
.projects__list-item:hover p.projects__list-item-title {
  color: #fa4811;
}
.projects__list-item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 30.7rem;
  transition: 0.3s ease;
}
.projects__list-item p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 150%;
  letter-spacing: normal;
  height: 6.3rem;
  margin-bottom: 3.2rem;
  letter-spacing: -0.01rem;
  color: #1d1f20;
  transition: 0.3s ease;
}
.projects__list-item p.projects__list-item-title {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 120%;
  letter-spacing: normal;
  color: #1b3a7f;
  margin-top: 3.2rem;
  margin-bottom: 2rem;
  height: 5.8rem;
}
@media (max-width: 768px) {
  .projects__list-item p.projects__list-item-title {
    font-size: 2rem;
    height: 4.8rem;
  }
}
.projects__list-item:hover .projects__list-item-link {
  color: #fa4811;
  padding-left: 1.2rem;
}
.projects__list-item-link {
  cursor: pointer;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 100%;
  letter-spacing: 0.1rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  transition: 0.3s ease;
  position: relative;
}
.projects__list-item-link:after {
  z-index: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2rem;
  border-radius: 100%;
  border: 0.1rem solid #fa4811;
}
.projects__list-item-link svg {
  z-index: 1;
  background-color: #fa4811;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  padding: 0.4rem 0.7rem;
}
.projects .btn {
  display: block;
  margin: 0 auto;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 100%;
  letter-spacing: 0.1rem;
  text-align: center;
  text-transform: uppercase;
  border: 0.15rem solid #1b3a7f;
  color: #1b3a7f;
}
.projects .btn:hover {
  border: 0.15rem solid #1b3a7f;
  background-color: #1b3a7f;
  color: #fff;
}

.footer {
  background: #1b3a7f;
  padding: 8rem 0 0;
  color: #ffffff;
}
@media (max-width: 768px) {
  .footer {
    padding: 7.2rem 0 0;
  }
}
.footer a {
  width: -moz-fit-content;
  width: fit-content;
}
.footer .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer .container {
    flex-wrap: wrap;
    row-gap: 3.2rem;
  }
}
.footer__logo {
  width: 15.8rem;
  height: 2.4rem;
}
.footer__item {
  width: 28.2rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .footer__item {
    width: 33.8rem;
    gap: 2rem;
  }
}
@media (max-width: 520px) {
  .footer__item {
    width: 100%;
    gap: 2rem;
  }
}
.footer__item p,
.footer__item a {
  display: block;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 150%;
  letter-spacing: normal;
}
.footer__item-icons {
  display: flex;
  gap: 2rem;
}
.footer__item-icons svg {
  width: 3.2rem;
  height: 3.2rem;
}
.footer__item-title {
  font-weight: 500;
  font-style: Medium;
  font-size: 2.4rem;
  line-height: 120%;
  letter-spacing: normal;
}
@media (max-width: 768px) {
  .footer__item-title {
    font-size: 2rem;
  }
}
.footer__item ul {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .footer__item ul {
    gap: 2rem;
  }
}
.footer__item .btn {
  border-color: #ffffff;
  color: #ffffff;
}
.footer__item .btn:hover {
  color: #1b3a7f;
  background-color: #ffffff;
  border-color: #ffffff;
}
.footer__bottom {
  background: #141f3f;
  display: flex;
  justify-content: space-between;
  padding: 2.55rem 0;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 150%;
  letter-spacing: normal;
  margin-top: 8rem;
}
.footer__bottom .container {
  width: 100%;
}

.page-top {
  position: relative;
}
.page-top .container {
  z-index: 1;
  position: relative;
  color: #fff;
  padding-top: 15.2rem;
  padding-bottom: 7.7rem;
}
.page-top .container h1 {
  font-weight: 600;
  font-size: 5.6rem;
  line-height: 120%;
  letter-spacing: normal;
}
@media (max-width: 768px) {
  .page-top .container h1 {
    font-size: 4.8rem;
  }
}
@media (max-width: 480px) {
  .page-top .container h1 {
    font-size: 3rem;
  }
}
.page-top .container p {
  font-weight: 400;
  font-size: 2rem;
  line-height: 150%;
  letter-spacing: normal;
  margin-top: 2.4rem;
  margin-bottom: 5.6rem;
  max-width: 74.4rem;
}
@media (max-width: 768px) {
  .page-top .container p {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .page-top .container p {
    font-size: 1.6rem;
  }
}
.page-top .container .btn {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
@media (max-width: 520px) {
  .page-top .container .btn {
    font-size: 1.4rem;
    padding: 1.4rem;
  }
}
.page-top .container .btn svg {
  width: 3rem;
  height: 3rem;
}
.page-top img {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.breadcrumbs {
  margin-top: 1.2rem;
}
.breadcrumbs .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
}
.breadcrumbs__item {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 150%;
  letter-spacing: normal;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #1b3a7f;
  transition: 0.3s ease;
}
.breadcrumbs__item:first-child svg {
  width: 1.4rem;
  height: 1.4rem;
}
.breadcrumbs__item:last-child {
  color: #fa4811;
}
.breadcrumbs__item:hover {
  color: #fa4811;
}
.breadcrumbs .delimetr svg {
  width: 0.54rem;
  height: 1.2rem;
}
.breadcrumbs .delimetr svg path {
  fill: #1b3a7f !important;
  stroke: #1b3a7f !important;
}

.services {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
@media (max-width: 520px) {
  .services {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.services .container {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .services .container {
    justify-content: space-between;
  }
}
@media (max-width: 480px) {
  .services .container {
    gap: 2rem;
  }
}
.services__item {
  padding: 4rem;
  box-shadow: 0 0.2rem 0.6rem 0 rgba(0, 0, 0, 0.0784313725);
  background: #ffffff;
  max-width: 38.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 48rem;
  overflow: hidden;
  position: relative;
  flex: 1 1 38.4rem;
}
@media (max-width: 768px) {
  .services__item {
    max-width: 48%;
    flex: 1 1 48%;
    padding: 3rem;
    height: 44rem;
  }
  .services__item.need-cosultation {
    max-width: 100%;
    flex: 1 1 100%;
  }
}
@media (max-width: 480px) {
  .services__item {
    max-width: 100%;
    flex: 1 1 100%;
    padding: 2rem;
    height: auto;
    gap: 2.4rem;
  }
}
.services__item.need-cosultation {
  background: #f6f8ff;
  align-items: center;
  text-align: center;
  gap: 2.4rem;
  justify-content: center;
  flex: 2 1 66%;
  max-width: 66%;
}
.services__item.need-cosultation .services__item-content {
  height: auto;
}
.services__item.need-cosultation .btn {
  color: #1b3a7f;
  border-color: #1b3a7f;
}
.services__item.need-cosultation .btn:hover {
  color: #fff;
}
@media (max-width: 1024px) {
  .services__item.need-cosultation {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.services__item > svg {
  width: 5.5rem;
  height: 3.2rem;
}
.services__item-price {
  font-family: Montserrat;
  font-weight: 300;
  font-style: Light;
  font-size: 3rem;
  line-height: 100%;
  letter-spacing: normal;
  color: #1b3a7f;
}
.services__item-title {
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 120%;
  letter-spacing: normal;
  color: #1b3a7f;
}
.services__item-title.type-2 {
  font-weight: 500;
  font-size: 2.4rem;
}
@media (max-width: 580px) {
  .services__item-title.type-2 {
    max-width: 90%;
  }
}
.services__item-subtitle {
  width: 19rem;
  position: absolute;
  top: 2.2rem;
  right: -5.2rem;
  transform: rotate(45deg);
  font-family: Montserrat;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 100%;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #1b3a7f;
  padding: 1.5rem 0;
}
.services__item-content {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 150%;
  letter-spacing: normal;
  height: 20rem;
  margin-bottom: 0.8rem;
}
.services__item-content.type-2 {
  min-height: 15rem;
  height: auto;
}
@media (max-width: 768px) {
  .services__item-content {
    height: 16rem;
  }
}
@media (max-width: 480px) {
  .services__item-content {
    height: auto;
  }
}
.services__item-link {
  cursor: pointer;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 100%;
  letter-spacing: 0.1rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  transition: 0.3s ease;
  position: relative;
}
.services__item-link.type-2 {
  padding: 1.4rem;
  color: #ffffff;
  background-color: #fa4811;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 100%;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
}
.services__item-link.type-2 svg {
  display: none;
}
.services__item-link.type-2:hover {
  color: #ffffff;
  padding-left: 1.4rem;
}
.services__item-link.type-2:after {
  display: none;
}
.services__item-link:after {
  z-index: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2rem;
  border-radius: 100%;
  border: 0.1rem solid #fa4811;
}
.services__item-link:hover {
  color: #fa4811;
  padding-left: 1.2rem;
}
.services__item-link svg {
  z-index: 1;
  background-color: #fa4811;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  padding: 0.4rem 0.7rem;
}

.banner-vertical h2 {
  color: #ffffff;
  font-weight: 600;
  font-size: 4.8rem;
  line-height: 120%;
  letter-spacing: normal;
  max-width: 60%;
}
@media (max-width: 768px) {
  .banner-vertical h2 {
    font-size: 3.2rem;
    max-width: 100%;
  }
}
.banner-vertical .btn {
  font-size: 1.8rem;
  padding: 1.8rem 3.5rem;
}
@media (max-width: 768px) {
  .banner-vertical .btn {
    font-size: 1.6rem;
  }
}
.banner-vertical__top {
  background-color: #141f3f;
}
.banner-vertical__top .container {
  display: flex;
  padding: 12rem 0;
  color: #ffffff;
}
@media (max-width: 768px) {
  .banner-vertical__top .container {
    padding: 6rem 0;
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }
}
.banner-vertical__top-right, .banner-vertical__top-left {
  width: 50%;
}
@media (max-width: 768px) {
  .banner-vertical__top-right, .banner-vertical__top-left {
    width: 100%;
  }
}
.banner-vertical__top-right {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.banner-vertical__top h2 {
  margin-bottom: 5.2rem;
}
@media (max-width: 768px) {
  .banner-vertical__top h2 {
    margin-bottom: 3rem;
  }
}
.banner-vertical__top .btn {
  color: #ffffff;
}
.banner-vertical__top .btn:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #141f3f;
}
.banner-vertical__top p {
  font-weight: 400;
  font-size: 2rem;
  line-height: 150%;
  letter-spacing: normal;
}
@media (max-width: 768px) {
  .banner-vertical__top p {
    font-size: 1.6rem;
  }
}
.banner-vertical__bottom {
  position: relative;
}
.banner-vertical__bottom .container {
  padding: 42rem 0 7rem;
  z-index: 2;
  position: relative;
  color: #ffffff;
}
@media (max-width: 768px) {
  .banner-vertical__bottom .container {
    padding: 30rem 0 4rem;
  }
}
@media (max-width: 480px) {
  .banner-vertical__bottom .container {
    padding: 24rem 0 4rem;
  }
}
.banner-vertical__bottom h2 {
  margin-bottom: 4rem;
}
.banner-vertical__bottom img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-vertical a {
  display: block;
}

.faq {
  padding: 8rem 0;
}
.faq h2 {
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .faq h2 {
    font-size: 3.2rem;
  }
}
.faq__list {
  display: flex;
  flex-direction: column;
}
.faq__list-item {
  display: flex;
  flex-direction: column;
  border-top: 0.1rem solid #dddddd;
  overflow: hidden;
}
.faq__list-item:last-child {
  border-bottom: 0.1rem solid #dddddd;
}
.faq__list-item.active .faq__list-top p {
  color: #fa4811;
}
.faq__list-item.active .plus-minus span {
  width: 2.6rem;
  height: 0.2rem;
  background-color: #4d5256;
}
.faq__list-item.active .plus-minus span:nth-child(1) {
  transform: rotate(0deg);
}
.faq__list-item.active .plus-minus span:nth-child(2) {
  transform: rotate(0deg);
}
.faq__list-item.active .faq__list-answer {
  max-height: 100rem !important;
  opacity: 1;
  visibility: visible;
  padding: 0 1.6rem 3.2rem;
}
@media (max-width: 480px) {
  .faq__list-item.active .faq__list-answer {
    padding: 0 0 3.2rem;
  }
}
.faq__list-top {
  padding: 2.4rem 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 480px) {
  .faq__list-top {
    padding: 2.4rem 0;
  }
}
.faq__list-top p {
  max-width: 90%;
  font-weight: 500;
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: normal;
  color: #1d1f20;
  margin: 0;
}
@media (max-width: 768px) {
  .faq__list-top p {
    font-size: 1.8rem;
  }
}
.faq__list-top .plus-minus {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 2.8rem;
  height: 2.8rem;
  transition: transform 0.3s ease;
}
.faq__list-top .plus-minus span {
  position: absolute;
  display: block;
  width: 2.8rem;
  height: 0.2rem;
  border-radius: 3rem;
  background-color: #fa4811;
  transition: all 0.3s ease;
}
.faq__list-top .plus-minus span:nth-child(1) {
  transform: rotate(0deg);
}
.faq__list-top .plus-minus span:nth-child(2) {
  transform: rotate(90deg);
}
.faq__list-answer {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  padding: 0 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  transition: all 0.4s ease;
  overflow: hidden;
}
@media (max-width: 480px) {
  .faq__list-answer {
    padding: 0;
  }
}
.faq__list-answer-list {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}
.faq__list-answer p {
  color: #1d1f20;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 150%;
  letter-spacing: normal;
  margin: 0;
}
@media (max-width: 768px) {
  .faq__list-answer p {
    font-size: 1.6rem;
  }
}
.faq__list-answer .btn {
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 100%;
  letter-spacing: 0.03rem;
  text-transform: none;
  display: block;
  padding: 1.2rem 1.6rem;
  color: #292c2e;
  border-color: #292c2e;
  text-decoration: none;
  transition: all 0.3s ease;
}
.faq__list-answer .btn:hover {
  color: #fff;
  background-color: #1b3a7f;
  border-color: #1b3a7f;
}

.article {
  margin: 8rem 0;
}
@media (max-width: 520px) {
  .article {
    margin: 4rem 0;
  }
}
.article .container {
  display: flex;
  gap: 6.4rem;
}
@media (max-width: 768px) {
  .article .container {
    flex-direction: column;
  }
}
.article .article__left img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.article h3 {
  font-weight: 500;
  font-size: 2.4rem;
  color: #1b3a7f;
  line-height: 120%;
  letter-spacing: normal;
}
@media (max-width: 480px) {
  .article h3 {
    font-size: 1.8rem;
  }
}
.article a {
  display: block;
}
.article-top {
  background: #f6f8ff;
  padding: 1.2rem 2.4rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 150%;
  letter-spacing: normal;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .article-top {
    padding: 1.2rem 1rem;
    font-size: 1.4rem;
  }
}
.article-top__shared {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.article-top__shared a {
  display: flex;
}
@media (max-width: 480px) {
  .article-top__shared {
    gap: 1.4rem;
  }
}
.article-top__shared svg {
  width: 2.8rem;
  height: 2.8rem;
}
.article__right {
  max-width: 37.8rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media (max-width: 768px) {
  .article__right {
    max-width: 100%;
  }
}
.article__right-call {
  padding: 4.8rem 4rem 5.6rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  align-items: center;
  text-align: center;
  background: #ffffff;
  box-shadow: 0 0.2rem 0.6rem 0 rgba(0, 0, 0, 0.0784313725);
}
@media (max-width: 520px) {
  .article__right-call {
    padding: 4rem 1rem;
  }
}
.article__right-call-title {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 120%;
  letter-spacing: normal;
  text-align: center;
  color: #1b3a7f;
}
.article__right-call a {
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 120%;
  letter-spacing: normal;
  text-align: center;
  color: #fa4811;
}
.article__right-call p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 150%;
  letter-spacing: normal;
  text-align: center;
  color: #1b3a7f;
}
.article__left {
  max-width: 75.8rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 520px) {
  .article__left {
    gap: 2rem;
  }
}
.article h1 {
  font-weight: 600;
  font-size: 4.8rem;
  line-height: 120%;
  letter-spacing: normal;
  color: #1b3a7f;
}
@media (max-width: 520px) {
  .article h1 {
    font-size: 3rem;
  }
}
.article h2 {
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 120%;
  letter-spacing: normal;
  color: #1b3a7f;
}
@media (max-width: 520px) {
  .article h2 {
    font-size: 2.4rem;
  }
}
.article .text_bold h2,
.article .text h2,
.article .list h2,
.article .list_number h2 {
  margin-bottom: 2.4rem;
}
.article .title-text {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media (max-width: 520px) {
  .article .title-text {
    gap: 1.4rem;
  }
}
.article .title-text__item {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.article .title-text__item > p {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 150%;
  letter-spacing: normal;
  color: #4d5256;
}
.article .title-text__item-content {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 150%;
  letter-spacing: normal;
  color: #1d1f20;
  padding: 1rem 0;
}
@media (max-width: 520px) {
  .article .title-text__item-content {
    padding: 0 0 1rem;
  }
}
.article .text_bold {
  color: #1d1f20;
  font-weight: 500;
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: normal;
}
@media (max-width: 520px) {
  .article .text_bold {
    font-size: 1.6rem;
  }
}
.article .text {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 150%;
  letter-spacing: normal;
  color: #1d1f20;
}
@media (max-width: 520px) {
  .article .text {
    font-size: 1.4rem;
  }
}
.article .citat {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 150%;
  letter-spacing: normal;
  padding-left: 3.6rem;
  padding-right: 1.6rem;
  position: relative;
}
@media (max-width: 520px) {
  .article .citat {
    font-size: 1.6rem;
    padding-left: 2rem;
  }
}
.article .citat:before {
  background-color: #fa4811;
  content: "";
  position: absolute;
  display: block;
  width: 0.4rem;
  height: 100%;
  left: 1.6rem;
  top: 0;
}
@media (max-width: 520px) {
  .article .citat:before {
    left: 1rem;
    width: 0.2rem;
  }
}
.article .list {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 150%;
  letter-spacing: normal;
}
@media (max-width: 520px) {
  .article .list {
    font-size: 1.6rem;
  }
}
.article .list strong {
  font-weight: 600;
}
.article .list ul {
  list-style: disc;
  padding-left: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media (max-width: 520px) {
  .article .list ul {
    padding-left: 1.4rem;
  }
}
.article .list ul li::marker {
  color: #fa4811;
  font-size: 2.2rem;
}
.article .list ul li {
  padding-left: 1.4rem;
}
.article .list_number {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 150%;
  letter-spacing: normal;
}
@media (max-width: 520px) {
  .article .list_number {
    font-size: 1.6rem;
  }
}
.article .list_number strong {
  font-weight: 600;
}
.article .list_number ul {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.article .list_number ul li {
  display: flex;
  gap: 1rem;
}
.article .list_number ul li p {
  max-width: 73rem;
}
.article .list_number span {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 100%;
  letter-spacing: normal;
  color: #fa4811;
  display: block;
  width: 2rem;
}
.article .table__head {
  background-color: #f6f8ff;
  padding: 2.2rem 0 2.2rem 1.6rem;
  border-top: 0.1rem solid #dddddd;
  border-bottom: 0.1rem solid #dddddd;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 100%;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #4d5256;
}
.article .table__head div:nth-child(1) {
  width: 70%;
}
@media (max-width: 520px) {
  .article .table__head div:nth-child(1) {
    width: 50%;
  }
}
.article .table__head div:nth-child(2) {
  width: 20%;
  text-align: center;
}
@media (max-width: 520px) {
  .article .table__head div:nth-child(2) {
    width: 30%;
  }
}
.article .table__head div:nth-child(3) {
  width: 10%;
  text-align: center;
}
@media (max-width: 520px) {
  .article .table__head div:nth-child(3) {
    width: 20%;
  }
}
.article .table__head svg {
  width: 2rem;
  height: 2rem;
}
.article .table__body {
  display: flex;
  flex-direction: column;
}
.article .table__body-item {
  padding: 2.2rem 0 2.2rem 1.6rem;
  border-top: 0.1rem solid #dddddd;
  border-bottom: 0.1rem solid #dddddd;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 150%;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #292c2e;
  margin-top: -0.1rem;
}
.article .table__body-item div:nth-child(1) {
  width: 70%;
}
@media (max-width: 520px) {
  .article .table__body-item div:nth-child(1) {
    width: 50%;
  }
}
.article .table__body-item div:nth-child(2) {
  width: 20%;
  text-align: center;
}
@media (max-width: 520px) {
  .article .table__body-item div:nth-child(2) {
    width: 30%;
  }
}
.article .table__body-item div:nth-child(3) {
  width: 10%;
  text-align: center;
}
@media (max-width: 520px) {
  .article .table__body-item div:nth-child(3) {
    width: 20%;
  }
}
.article .table__body-item svg {
  width: 2rem;
  height: 2rem;
}
.article .article__right-blue {
  background-color: #1b3a7f;
  color: #ffffff;
  padding: 4.8rem 4rem;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.article .article__right-blue-title {
  font-weight: 500;
  font-style: Medium;
  font-size: 2.4rem;
  line-height: 120%;
  letter-spacing: normal;
}
.article .article__right-blue p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 150%;
  letter-spacing: normal;
}
.article .article__right-blue .btn {
  font-size: 1.4rem;
  padding: 1.4rem;
}
.article .article__right-blue .btn:hover {
  color: #1b3a7f;
  background-color: #ffffff;
  border-color: #ffffff;
}
.article .article__right-white {
  background: #ffffff;
  padding: 4.8rem 4rem;
  box-shadow: 0 0.2rem 0.6rem 0 rgba(0, 0, 0, 0.0784313725);
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.article .article__right-white-title {
  font-weight: 500;
  font-style: Medium;
  font-size: 2.4rem;
  line-height: 120%;
  letter-spacing: normal;
  text-align: center;
  color: #1b3a7f;
}
.article .article__right-white P {
  color: #1d1f20;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 150%;
  text-align: center;
  letter-spacing: normal;
}
.article .article__right-white .btn {
  background: #fa4811;
  border-color: #fa4811;
  font-size: 1.4rem;
  padding: 1.4rem;
  color: #ffffff;
  margin: 0 auto;
  font-weight: 600;
}
.article .article__right-white .btn:hover {
  color: #fa4811;
  background-color: #ffffff;
  border-color: #fa4811;
}
.article .themes-title {
  margin-bottom: 1.6rem;
  color: #4d5256;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 150%;
  letter-spacing: normal;
}
.article .themes__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.article .themes__list-item {
  background: #ffffff;
  color: #1d1f20;
  border: 0.1rem solid #4d5256;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 100%;
  letter-spacing: 0.02rem;
  padding: 1.16rem 1.6rem;
  transition: 0.3s ease;
}
.article .themes__list-item:hover {
  background: #1b3a7f;
  color: #ffffff;
  border: 0.1rem solid #1b3a7f;
}
.article .news__list-left-item img {
  width: 37.8rem;
  height: 28rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .article .news__list-left-item img {
    width: 100%;
    height: auto;
  }
}
.article .article__fon {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}

.acf-fc-popup a,
.acf-tooltip {
  font-size: 1.6rem;
}

.about {
  padding: 8rem 0 0;
  margin: 0 0 8rem;
  position: relative;
}
@media (max-width: 520px) {
  .about {
    padding: 4rem 0 0;
    margin: 0 0 4rem;
  }
}
.about h2 {
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 120%;
  letter-spacing: normal;
  color: #1b3a7f;
  margin-bottom: 3.2rem;
}
@media (max-width: 520px) {
  .about h2 {
    margin-bottom: 2rem;
    font-size: 2.8rem;
  }
}
.about p {
  font-weight: 400;
  font-size: 2rem;
  line-height: 150%;
  letter-spacing: normal;
  color: #1d1f20;
}
@media (max-width: 768px) {
  .about p {
    font-size: 1.6rem;
  }
}
.about span {
  display: block;
  font-weight: 600;
  font-size: 5.6rem;
  line-height: 120%;
  letter-spacing: normal;
  color: #1d1f20;
  margin-bottom: 0.8rem;
}
.about__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 520px) {
  .about__item {
    flex-direction: column;
    gap: 2rem;
  }
}
.about__item-right {
  max-width: 25rem;
  width: 100%;
  text-align: center;
}
.about__item-left {
  max-width: 83.6rem;
  width: 100%;
}
.about__item:nth-child(2n) {
  flex-direction: row-reverse;
}
@media (max-width: 520px) {
  .about__item:nth-child(2n) {
    flex-direction: column;
    gap: 2rem;
  }
}
.about .container {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
@media (max-width: 768px) {
  .about .container {
    gap: 6rem;
  }
}
@media (max-width: 520px) {
  .about .container {
    gap: 4rem;
  }
}
.about__fon {
  position: absolute;
  top: -8rem;
  right: 0;
  width: 100%;
  z-index: -1;
}

.submenu {
  margin: 8rem 0;
}
@media (max-width: 520px) {
  .submenu {
    margin: 4rem 0;
  }
}
.submenu .container {
  display: flex;
  flex-wrap: wrap;
  gap: 3.2rem;
}
@media (max-width: 520px) {
  .submenu .container {
    gap: 2rem;
  }
}
.submenu__item {
  max-width: 58.4rem;
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .submenu__item {
    max-width: 47.5%;
  }
}
@media (max-width: 520px) {
  .submenu__item {
    max-width: 100%;
  }
}
.submenu__item a {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 2.4rem 2.4rem 8.5rem 2.4rem;
  font-weight: 500;
  font-style: Medium;
  font-size: 2.4rem;
  line-height: 120%;
  letter-spacing: normal;
  color: #141f3f;
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  .submenu__item a {
    font-size: 1.8rem;
  }
}
.submenu__item a:hover {
  color: #fa4811;
}
.submenu__item svg {
  width: 1.1rem;
  height: 2.4rem;
}
.submenu__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.history {
  margin: 8rem 0;
}
@media (max-width: 520px) {
  .history {
    margin: 4rem 0;
  }
}
.history .container {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 520px) {
  .history .container {
    gap: 2rem;
  }
}
.history__item {
  color: #1d1f20;
  display: flex;
  justify-content: space-between;
  padding: 1.6rem 0;
}
.history__item-title {
  font-weight: 600;
  font-size: 5.6rem;
  line-height: 120%;
  letter-spacing: normal;
  max-width: 30rem;
}
@media (max-width: 768px) {
  .history__item-title {
    font-size: 3.2rem;
  }
}
@media (max-width: 520px) {
  .history__item-title {
    font-size: 2.8rem;
  }
}
.history__item-text {
  font-weight: 400;
  font-size: 2rem;
  line-height: 150%;
  letter-spacing: normal;
  max-width: 90rem;
}
@media (max-width: 768px) {
  .history__item-text {
    font-size: 1.6rem;
    max-width: 60rem;
  }
}
@media (max-width: 520px) {
  .history__item-text {
    max-width: 80%;
    font-size: 1.4rem;
  }
}

.map {
  margin: 8rem 0;
}
@media (max-width: 520px) {
  .map {
    margin: 4rem 0;
  }
}
.map h2 {
  margin-bottom: 2.4rem;
}
@media (max-width: 520px) {
  .map h2 {
    margin-bottom: 2rem;
  }
}
.map a h2 {
  transition: 0.3s ease;
}
.map a h2:hover {
  color: #fa4811;
}
.map .container {
  display: flex;
  flex-direction: column;
  gap: 16rem;
}
@media (max-width: 768px) {
  .map .container {
    gap: 8rem;
  }
}
@media (max-width: 768px) {
  .map .container {
    gap: 4rem;
  }
}
.map p {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 150%;
  letter-spacing: normal;
  color: #1d1f20;
}
@media (max-width: 768px) {
  .map p {
    font-size: 1.6rem;
  }
}
.map li {
  display: flex;
  padding: 1rem 0;
  gap: 1.6rem;
}
.map ul {
  display: flex;
  flex-direction: column;
}
.map__item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .map__item {
    gap: 3rem;
  }
}
.map__left {
  max-width: 76.8rem;
}
.map__right {
  max-width: 37.8rem;
  width: 100%;
}
.map__right iframe,
.map__right div {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .map__right {
    max-width: 100%;
    height: 40rem;
  }
}
@media (max-width: 520px) {
  .map__right {
    max-width: 100%;
    height: 30rem;
  }
}
.map__left-list {
  margin-top: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.map__left-list-item {
  display: flex;
}
@media (max-width: 520px) {
  .map__left-list-item {
    flex-direction: column;
  }
}
.map__left-list-item-color {
  width: 2.4rem;
  height: 2.4rem;
}
.map__left-list-item > p {
  padding: 1rem 0;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 150%;
  letter-spacing: normal;
  color: #1d1f20;
}
@media (max-width: 768px) {
  .map__left-list-item > p {
    font-size: 1.6rem;
  }
}
@media (max-width: 520px) {
  .map__left-list-item > p {
    padding: 0;
  }
}
.map__left-list-item > p:first-child {
  max-width: 24rem;
  width: 100%;
  font-weight: 600;
}
@media (max-width: 520px) {
  .map__left-list-item > p:first-child {
    padding: 0 0 1rem;
  }
}

.section-table {
  margin: 8rem 0;
}
@media (max-width: 520px) {
  .section-table {
    margin: 4rem 0;
  }
}
.section-table .container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (max-width: 520px) {
  .section-table .container {
    gap: 2rem;
  }
}

.table-grid {
  --columns: 1;
  display: grid;
  width: 100%;
  overflow-x: auto;
  gap: 0;
  grid-template-columns: repeat(var(--columns), minmax(150px, 1fr));
}
.table-grid .table-cell {
  background: white;
  padding: 2rem 1.6rem;
  text-align: left;
  border-bottom: 0.1rem solid #dddddd;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 150%;
  letter-spacing: normal;
  color: #1d1f20;
  min-height: 6rem;
  display: flex;
  align-items: center;
}
.table-grid .table-cell .btn {
  color: #fff;
  background-color: #1b3a7f;
  padding: 1.4rem;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.4rem;
  text-decoration: none !important;
  display: block;
}
.table-grid .table-cell p {
  margin: 0;
  padding: 0;
}
.table-grid .table-cell ul,
.table-grid .table-cell ol {
  margin: 0.5rem 0;
  padding-left: 2rem;
}
.table-grid .table-cell a {
  display: block;
  color: #1d1f20;
  text-decoration: underline;
}
.table-grid .table-cell a:hover {
  text-decoration: none;
}
.table-grid .table-header {
  border-bottom: 0.1rem solid #dddddd;
  border-top: 0.1rem solid #dddddd;
  padding: 2.5rem 1.6rem;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 100%;
  letter-spacing: normal;
  text-transform: uppercase;
  background: #f6f8ff;
  color: #4d5256;
  display: flex;
  align-items: center;
}

@media (min-width: 769px) {
  .table-grid:not(.has-scroll) {
    overflow-x: visible;
  }
  .table-grid::-webkit-scrollbar {
    height: 0.8rem;
  }
  .table-grid::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0.4rem;
  }
  .table-grid::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0.4rem;
  }
  .table-grid::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
}
@media (max-width: 768px) {
  .table-grid {
    display: block;
    background: none;
    overflow-x: visible;
  }
  .table-grid .table-header {
    display: none;
  }
  .table-grid .table-cell[data-column="0"] {
    background: #f6f8ff;
  }
  .table-grid .table-cell {
    display: block;
    border-bottom: 0.1rem solid #ddd;
    position: relative;
    padding: 1.5rem 1rem 1.5rem 50%;
    min-height: auto;
  }
  .table-grid .table-cell::before {
    content: attr(data-label) ": ";
    position: absolute;
    left: 1rem;
    top: 1.5rem;
    font-weight: 500;
    font-size: 1.4rem;
    width: 45%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #4d5256;
  }
}
@media (max-width: 480px) {
  .table-grid .table-cell {
    padding: 1.2rem 1rem 1.2rem 41%;
  }
  .table-grid .table-cell::before {
    width: 40%;
    left: 1rem;
    top: 1.2rem;
    font-size: 1.3rem;
  }
}
.block-editor-block-list__block .table-grid {
  min-height: 200px;
}
.block-editor-block-list__block .table-grid .table-header {
  background: #f0f0f0;
}
.block-editor-block-list__block .table-grid .table-cell {
  border: 1px dashed #ddd;
  min-height: 60px;
}

.acf-block-preview .table-grid {
  pointer-events: none;
}

.blog {
  margin: 4rem 0 8rem;
}
.blog .news__list-left {
  flex-wrap: wrap;
  row-gap: 6.4rem;
  max-width: 78.8rem;
}
@media (max-width: 768px) {
  .blog .news__list-left {
    row-gap: 3rem;
  }
}
.blog .news__list {
  margin: 8rem 0 0;
}
@media (max-width: 768px) {
  .blog .news__list {
    margin: 4rem 0 0;
  }
}
.blog .news__list-right-item {
  width: 100%;
}
.blog .news__list {
  transition: grid-template-columns 0.3s ease, gap 0.3s ease;
}
.blog .news__list-left, .blog .news__list-right {
  transition: max-width 0.3s ease, opacity 0.3s ease;
}
.blog .news__list-left[style*="display: none"], .blog .news__list-right[style*="display: none"] {
  display: none !important;
}
@media (max-width: 768px) {
  .blog .news__list {
    grid-template-columns: 1fr !important;
    gap: 3rem !important;
  }
  .blog .news__list-left, .blog .news__list-right {
    max-width: 100% !important;
  }
}
@media (max-width: 768px) {
  .blog .news__list-left-item:nth-child(1) {
    display: block;
  }
}

.blog__text {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 150%;
  letter-spacing: normal;
  color: #4d5256;
}

.blog__category {
  margin-bottom: 2.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.blog__category-item {
  border: 0.1rem solid #4d5256;
  padding: 1.15rem 1.6rem;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 100%;
  letter-spacing: 0.2rem;
  color: #1d1f20;
  cursor: pointer;
  transition: 0.3s ease;
}
.blog__category-item:hover {
  background-color: #4d5256;
  color: #ffffff;
}
.blog__category-item.active {
  background-color: #4d5256;
  color: #ffffff;
}

.search-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-bottom: 2.4rem;
}

.search-input {
  width: -webkit-fill-available;
  max-width: -webkit-fill-available;
  border: 0.1rem solid #4d5256;
  padding: 0.8rem 1.6rem 0.8rem 4.4rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 150%;
  letter-spacing: normal;
  color: #4d5256;
  background-color: white;
  outline: none;
  transition: all 0.3s ease;
}
.search-input:focus {
  border-color: #4d5256;
  box-shadow: 0 0 0 0.2rem rgba(0, 102, 204, 0.1);
}
.search-input::-moz-placeholder {
  color: #4d5256;
  opacity: 0.7;
}
.search-input::placeholder {
  color: #4d5256;
  opacity: 0.7;
}
.search-input::-webkit-search-decoration, .search-input::-webkit-search-cancel-button, .search-input::-webkit-search-results-button, .search-input::-webkit-search-results-decoration {
  display: none;
  -webkit-appearance: none;
          appearance: none;
}
.search-input[type=search] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.search-icon {
  position: absolute;
  left: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 2rem;
  height: 2rem;
}

.blog__load-more {
  margin-top: 6rem;
  text-align: center;
}
@media (max-width: 768px) {
  .blog__load-more {
    margin-top: 4rem;
  }
}
.blog__load-more-btn {
  background: #4d5256;
  color: white;
  border: none;
  padding: 1.5rem 3rem;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 150%;
  letter-spacing: 0.1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 0.4rem;
}
.blog__load-more-btn:hover {
  background: #3a3d40;
  transform: translateY(-0.2rem);
}
.blog__load-more-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.blog__loader {
  margin-top: 2rem;
  text-align: center;
}
.blog__loader .spinner {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  border: 0.3rem solid #f3f3f3;
  border-top: 0.3rem solid #4d5256;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.error-404 > .container {
  height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4rem;
}
@media (max-width: 480px) {
  .error-404 > .container {
    align-items: center;
    text-align: center;
  }
}
.error-404_links {
  display: flex;
  gap: 2.4rem;
}
@media (max-width: 480px) {
  .error-404_links {
    gap: 1.8rem;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .error-404 {
    gap: 2rem;
  }
}
.error-404 h1 {
  font-weight: 600;
  font-size: 4.8rem;
  line-height: 120%;
  letter-spacing: normal;
  color: #1b3a7f;
}
@media (max-width: 480px) {
  .error-404 h1 {
    font-size: 3rem;
  }
}
.error-404 p {
  font-weight: 400;
  font-size: 2rem;
  line-height: 150%;
  letter-spacing: normal;
  color: #1d1f20;
  max-width: 82.5rem;
}
@media (max-width: 480px) {
  .error-404 p {
    font-size: 1.6rem;
  }
}
.error-404 .btn {
  display: block;
  border-color: #1b3a7f;
  color: #1b3a7f;
  transition: 0.3s ease;
  padding: 1.8rem 3rem;
  font-size: 1.8rem;
  border: 0.15rem solid #1b3a7f;
}
@media (max-width: 480px) {
  .error-404 .btn {
    font-size: 1.6rem;
    padding: 1rem 1.5rem;
  }
}
.error-404 .btn:hover {
  background-color: #1b3a7f;
  color: #fff;
}

.search-results {
  display: flex;
  gap: 4rem;
  flex-direction: column;
}
@media (max-width: 480px) {
  .search-results {
    gap: 3rem;
  }
}

.search-result-content {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media (max-width: 480px) {
  .search-result-content {
    gap: 1.6rem;
  }
}

.search-result-title {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 120%;
  letter-spacing: normal;
  color: #1b3a7f;
}
@media (max-width: 480px) {
  .search-result-title {
    font-size: 2rem;
  }
}

.search-result-excerpt {
  font-weight: 400;
  line-height: 150%;
  letter-spacing: normal;
  font-size: 1.8rem;
  color: #292c2e;
}
@media (max-width: 480px) {
  .search-result-excerpt {
    font-size: 1.6rem;
  }
}

.search-result-meta {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 150%;
  letter-spacing: normal;
  color: #4d5256;
}

.blog__sections {
  margin: 3rem 0;
}

.blog__section-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.4rem 1.6rem;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  text-decoration: none;
  color: #333;
  transition: background 0.3s ease;
  margin-top: -1px;
}

.blog__section-item:hover {
  background: #f8f8f8;
}

.blog__section-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: 0%;
}

.blog__section-arrow {
  flex-shrink: 0;
  margin-left: 1rem;
}

@media (max-width: 768px) {
  .blog__section-item {
    padding: 1.8rem 1.2rem;
  }
  .blog__section-title {
    font-size: 1.6rem;
  }
}
strong {
  font-weight: 600;
}

.pagination-wrapper {
  font-size: 1.4rem;
}

.registration {
  position: relative;
  padding: 8rem 0;
  background-color: #324b5e;
  color: #ffffff;
  overflow: hidden;
}
@media (max-width: 768px) {
  .registration {
    padding: 4rem 0;
    display: flex;
    flex-direction: column-reverse;
    gap: 3rem;
  }
}
.registration h2 {
  font-size: 4.8rem;
  color: #ffffff;
}
@media (max-width: 768px) {
  .registration h2 {
    font-size: 3rem;
  }
}
.registration p {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 150%;
  letter-spacing: normal;
  min-height: 18rem;
}
@media (max-width: 768px) {
  .registration p {
    font-size: 1.6rem;
    min-height: auto;
  }
}
.registration__content {
  max-width: 48rem;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media (max-width: 768px) {
  .registration__content {
    gap: 2rem;
  }
}
.registration img {
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .registration img {
    position: relative;
    padding: 0 2rem;
  }
}
@media (max-width: 520px) {
  .registration img {
    padding: 0 1.6rem;
  }
}

.header__notification {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 1.4rem;
  line-height: 150%;
  padding: 1rem 0;
  z-index: 10000;
}
.header__notification svg {
  position: absolute;
  top: 1rem;
  right: 2rem;
}
@media (max-width: 768px) {
  .header__notification p {
    font-size: 1.2rem;
    max-width: 85%;
  }
}

.additionally {
  position: relative;
  margin: 4rem 0;
  padding: 4rem 0;
}
@media (max-width: 768px) {
  .additionally {
    margin: 2rem 0;
    padding: 2rem 0;
  }
}
.additionally h2 {
  text-align: center;
  margin-bottom: 8rem;
}
@media (max-width: 768px) {
  .additionally h2 {
    font-size: 3rem;
  }
}
@media (max-width: 580px) {
  .additionally h2 {
    margin-bottom: 4rem;
  }
}
.additionally__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 3.2rem;
  justify-content: space-between;
}
.additionally__list-item {
  max-width: 37.8rem;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .additionally__list-item {
    max-width: 45%;
  }
}
.additionally__list-item p:first-child {
  color: #1b3a7f;
  margin-bottom: 1.2rem;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 120%;
  letter-spacing: normal;
}
@media (max-width: 768px) {
  .additionally__list-item p:first-child {
    font-size: 1.8rem;
  }
}
.additionally__list-item p:last-child {
  color: #1d1f20;
  font-family: Montserrat;
  font-weight: 300;
  font-size: 3rem;
  line-height: 100%;
  letter-spacing: normal;
}
@media (max-width: 768px) {
  .additionally__list-item p:last-child {
    font-size: 2.4rem;
  }
}

.video {
  padding: 8rem 0;
}
@media (max-width: 768px) {
  .video {
    padding: 4rem 0;
  }
}
.video video,
.video iframe {
  max-width: 60rem;
  width: 100%;
  min-height: 40rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .video video,
  .video iframe {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 60rem;
  }
}
@media (max-width: 580px) {
  .video video,
  .video iframe {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 30rem;
  }
}
.video .container {
  display: flex;
  gap: 6.4rem;
}
@media (max-width: 768px) {
  .video .container {
    flex-direction: column;
    gap: 5rem;
  }
}
@media (max-width: 768px) {
  .video .container {
    flex-direction: column;
    gap: 3rem;
  }
}
.video__content {
  display: flex;
  flex-direction: column;
  gap: 5.2rem;
}
@media (max-width: 580px) {
  .video__content {
    gap: 3rem;
  }
}
.video__content h3 {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 120%;
  letter-spacing: normal;
  color: #1b3a7f;
}
@media (max-width: 768px) {
  .video__content h3 {
    max-width: 80%;
  }
}
@media (max-width: 580px) {
  .video__content h3 {
    max-width: 100%;
    font-size: 2.8rem;
  }
}
.video__content-text {
  max-width: 48rem;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 150%;
  letter-spacing: normal;
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  color: #1d1f20;
}
@media (max-width: 580px) {
  .video__content-text {
    font-size: 1.6rem;
    gap: 1rem;
    max-width: 100%;
  }
}
.video .btn {
  color: #1b3a7f;
  border: 0.15rem solid #1b3a7f;
  font-weight: 600;
  transition: 0.3s ease;
}
.video .btn:hover {
  color: #ffffff;
}

.article__right-documents {
  background-color: #f6f8ff;
  padding: 4.8rem 4rem;
}
.article__right-documents-title {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 2.4rem;
  line-height: 120%;
  letter-spacing: normal;
  margin-bottom: 1.6rem;
  color: #1b3a7f;
}
@media (max-width: 580px) {
  .article__right-documents-title {
    font-size: 2rem;
  }
}
.article__right-documents-list {
  display: flex;
  flex-direction: column;
}
.article__right-documents-list-item,
.article__right-documents-list a {
  padding: 1.6rem 0;
  display: flex;
  gap: 1.6rem;
}
.article__right-documents-list-item:hover p,
.article__right-documents-list a:hover p {
  color: #1b3a7f;
}
.article__right-documents-list svg {
  width: 2rem;
  height: 2rem;
}
.article__right-documents-list p {
  max-width: 26.2rem;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 150%;
  letter-spacing: normal;
  color: #1d1f20;
  transition: 0.3s ease;
}
@media (max-width: 580px) {
  .article__right-documents-list p {
    font-size: 1.4rem;
  }
}

h1.pir-title{
font-weight: 600;
font-size: 4.8rem;
line-height: 120%;
letter-spacing: normal;
	color: #1B3A7F;
	margin-top: 8rem;
}
.term-description{
font-weight: 400;
font-size: 1.8rem;
line-height: 150%;
letter-spacing: normal;
	color: #1D1F20;
	margin-top: 4rem;
}
.pir-search{
	margin-top: 8rem;
	margin-bottom: 0!important;
}
.disclosure-card .article__left{
	gap:0!important;
}
.disclosure-card{
/* 	padding:0!important; */
}
.pir-table{
	margin-top: 0!important;
}
.pir_ajax_table{
	display:contents!important;
}
@media (max-width: 789px) {
  h1.pir-title {
    font-size: 3rem;
	  margin-top: 4rem;
  }
}
@media (max-width: 580px) {
	.pir-search{
	margin-top: 2rem;
}
	.pir-table{
		margin-top:0;
	}
	.term-description{
font-weight: 400;
font-size: 1.4rem;
line-height: 150%;
letter-spacing: normal;
	color: #1D1F20;
	margin-top: 2rem;
}
  h1.pir-title {
    font-size: 2.4rem;
	  margin-top: 4rem;
  }
}
.pir-content__title{
	margin-top:4rem;
}
h2.pir-content__title{
    font-weight: 500;
	font-size: 2.4rem;
}
.load-more-btn{
	margin: 5rem auto 0;	
	border: 0.15rem solid #1B3A7F;
	transition: 0.3s ease;
}
.load-more-btn:hover{
	background:#1B3A7F;
	color:#fff;
}
.table-calc__tab-mob{
	display:flex;
	flex-direction:column;
}

.disclosure-card .article__right {
    max-width: 37.8rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
    position: sticky;
    top: 14rem;
    height: 100%;
}
@media(max-width:580px){
.pir-table .container{
	margin:0;
}
	.pir-table .container .pir-table__table {
    max-width: 100%;
    overflow: auto;
    box-sizing: border-box;
    width: 100%;
    display: block;
}
	
.pir-table__table tbody tr, .pir-table__table thead tr  {
    width: max-content;
    display: flex;
}
	.pir-table__table thead tr td:first-child{
    padding: 2rem;
    font-style: normal;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 2rem;
    vertical-align: top;
    max-width: 100%;
    width: 24rem!important;
}
	    .pir-table__table thead tr td, .pir-table__table tbody tr td {
        max-width: 100%;
        width: 16rem;
    }
	.pir-table__table tbody tr td:first-child  {
    padding: 2rem;
    font-style: normal;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 2rem;
    vertical-align: top;
    max-width: 100%;
    width: 24rem;
}
}

button, input, select, textarea{
	    box-sizing: border-box;
}

/* Стили попапа */
.consultation-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    font-family: 'Montserrat', sans-serif;
}

.consultation-popup.active {
    display: block;
}

.popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(20, 31, 63, 0.9);
    backdrop-filter: blur(0.5rem);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.consultation-popup.active .popup-overlay {
    opacity: 1;
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    width: 90%;
    max-width: 80rem;
    background: #141F3F;
    border-radius: 0;
    padding: 6rem;
    color: white;
    box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.consultation-popup.active .popup-content {
    opacity: 1;
    transform: translate(-50%, -50%);
}

.popup-close {
    position: absolute;
    top: 1.5rem;
    right: 2rem;
    font-size: 3rem;
    color: white;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    opacity: 0.7;
    transition: all 0.3s ease;
    z-index: 10;
}

.popup-close:hover {
    opacity: 1;
    transform: rotate(90deg);
}

.popup-title {
    font-size: 4.8rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: white;
    text-align: center;
    animation: slideDown 0.5s ease;
}

.popup-subtitle {
    font-size: 1.8rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 3rem;
    text-align: center;
    line-height: 1.5;
    animation: slideDown 0.5s ease 0.1s both;
}

.form-step {
    display: none;
}

.form-step.active {
    display: block;
    animation: fadeIn 0.5s ease;
}

.form-group {
    margin-bottom: 2rem;
    animation: slideRight 0.5s ease;
    animation-fill-mode: both;
}

.form-group:nth-child(1) { animation-delay: 0.1s; }
.form-group:nth-child(2) { animation-delay: 0.2s; }
.form-group:nth-child(3) { animation-delay: 0.3s; }

.form-group label {
    display: block;
    margin-bottom: 0.8rem;
    font-size: 1.8rem;
    color: white;
    font-weight: 500;
}

.required {
    color: #ff6b6b;
    margin-left: 0.2rem;
}

.form-input {
    width: 100%;
    padding: 1.2rem 1.5rem;
    background: rgba(255, 255, 255, 1);
    color: #000;
    font-size: 1.8rem;
    transition: all 0.3s;
    border: 0.15rem solid transparent;
    transform: scale(1);
}

.form-input:focus {
    outline: none;
    background: rgba(255, 255, 255, 1);
    border-color: #000;
    transform: scale(1.02);
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
}

.form-input::placeholder {
    color: rgba(0, 0, 0, 0.5);
    transition: opacity 0.3s;
}

.form-input:focus::placeholder {
    opacity: 0.7;
}

.form-input.error {
    border-color: #ff6b6b;
    animation: shake 0.3s ease-in-out;
}

textarea.form-input {
    resize: vertical;
    min-height: 10rem;
}

.form-footer {
    margin-top: 3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    animation: slideUp 0.5s ease 0.4s both;
}

/* Красивые стили для чекбокса */
.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 1.2rem;
    cursor: pointer;
    margin-bottom: 2rem;
    position: relative;
}

/* Скрываем стандартный чекбокс */
.checkbox-label input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

/* Создаем кастомный чекбокс */
.checkbox-label .checkbox-custom {
    position: relative;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background: rgba(255, 255, 255, 0.1);
    border: 0.15rem solid white;
    border-radius: 0.4rem;
    flex-shrink: 0;
    margin-top: 0.2rem;
    transition: all 0.2s ease;
}

/* Стили при наведении */
.checkbox-label:hover .checkbox-custom {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
}

/* Стили при фокусе */
.checkbox-label input[type="checkbox"]:focus + .checkbox-custom {
    box-shadow: 0 0 0 0.3rem rgba(255, 255, 255, 0.3);
}

/* Стили для отмеченного чекбокса */
.checkbox-label input[type="checkbox"]:checked + .checkbox-custom {
    background: white;
    border-color: white;
}

/* Галочка */
.checkbox-label .checkbox-custom::after {
    content: '';
    position: absolute;
    left: 0.6rem;
    top: 0.2rem;
    width: 0.6rem;
    height: 1rem;
    border: solid #141F3F;
    border-width: 0 0.2rem 0.2rem 0;
    transform: rotate(45deg) scale(0);
    opacity: 0;
    transition: all 0.2s ease;
}

/* Показываем галочку когда чекбокс отмечен */
.checkbox-label input[type="checkbox"]:checked + .checkbox-custom::after {
    transform: rotate(45deg) scale(1);
    opacity: 1;
}

/* Стили для текста */
.checkbox-text {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
    flex: 1;
    transition: color 0.2s ease;
}

/* Затемнение текста при наведении */
.checkbox-label:hover .checkbox-text {
    color: white;
}

/* Анимация при клике */
.checkbox-label input[type="checkbox"]:checked + .checkbox-custom {
    animation: checkbox-pop 0.3s ease;
}

@keyframes checkbox-pop {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

/* Стили для ошибки */
.checkbox-label.error .checkbox-custom {
    border-color: #ff6b6b;
    background: rgba(255, 107, 107, 0.1);
}

.checkbox-label.error .checkbox-text {
    color: #ff6b6b;
}

.popup-btn {
    width: fit-content;
    padding: 1.8rem 3.8rem;
    background: transparent;
    color: white;
    border: 0.15rem solid white;
    font-size: 1.8rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 1rem;
    position: relative;
    overflow: hidden;
}

.popup-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.popup-btn:hover::before {
    width: 30rem;
    height: 30rem;
}

.popup-btn:hover {
    background: white;
    color: #141F3F;
    transform: translateY(-0.2rem);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}

.popup-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}

.popup-btn:disabled::before {
    display: none;
}

.popup-btn:hover:disabled {
    background: transparent;
    color: white;
    box-shadow: none;
}

.back-btn {
    margin-top: 1rem;
    background: transparent;
}

.back-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    color: white;
}

.sms-info {
    text-align: center;
    margin-bottom: 0.5rem;
    color: white;
    font-size: 1.6rem;
    font-weight: 500;
    animation: pulse 2s infinite;
}

.sms-info-small {
    text-align: center;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.2rem;
}

/* Стили для 6-значного кода */
.code-input-container {
    margin-bottom: 2rem;
    animation: fadeIn 0.5s ease;
}

.code-label {
    display: block;
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
    color: white;
    font-weight: 500;
    text-align: center;
}

.code-inputs {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 1rem;
}

.code-input {
    width: 5rem;
    height: 6rem;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.1);
    border: 0.15rem solid white;
    border-radius: 0.8rem;
    color: white;
    transition: all 0.3s;
}

.code-input:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.2);
    border-color: #4a90e2;
    box-shadow: 0 0 1rem rgba(74, 144, 226, 0.3);
    transform: scale(1.1);
}

.code-input.error {
    border-color: #ff6b6b;
    animation: shake 0.3s ease-in-out;
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-0.5rem); }
    75% { transform: translateX(0.5rem); }
}

.timer-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    max-width: fit-content;
    margin: 0 auto 3rem;
    border-radius: 0.5rem;
}

#timer {
    font-size: 2rem;
    font-weight: 600;
    color: white;
    font-family: monospace;
}

.resend-btn {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    font-size: 1.4rem;
    transition: color 0.3s;
    padding: 0.5rem 1rem;
    position: relative;
}

.resend-btn:not(:disabled):hover {
    color: white;
}

.resend-btn:not(:disabled):hover::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 1rem;
    right: 1rem;
    height: 0.1rem;
    background: white;
    animation: slideWidth 0.3s ease;
}

@keyframes slideWidth {
    from { width: 0; }
    to { width: calc(100% - 2rem); }
}

.resend-btn:disabled {
    cursor: not-allowed;
    opacity: 0.4;
}

.success-message {
    text-align: center;
    padding: 2rem 0;
    animation: scaleIn 0.5s ease;
}

.success-icon {
    margin-bottom: 2rem;
    animation: rotateIn 0.6s ease;
}

@keyframes rotateIn {
    from {
        transform: rotate(-180deg) scale(0);
        opacity: 0;
    }
    to {
        transform: rotate(0) scale(1);
        opacity: 1;
    }
}

.success-message h3 {
    font-size: 2.4rem;
    margin-bottom: 1rem;
    animation: slideDown 0.5s ease 0.2s both;
}

.success-message p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 3rem;
    animation: slideDown 0.5s ease 0.3s both;
}

.close-success {
    max-width: 20rem;
    margin: 0 auto;
    animation: slideUp 0.5s ease 0.4s both;
}

/* Стили для телефона */
.iti {
    width: 100%;
}

.iti__flag {
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/img/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/img/flags@2x.png");
    }
}

.iti__selected-flag {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0.8rem 0 0 0.8rem;
}

.iti__country-list {
    background: #1a264f;
    border: 0.1rem solid rgba(255, 255, 255, 0.2);
}

.iti__country.iti__highlight {
    background: rgba(255, 255, 255, 0.1);
}

.iti__country-name {
    color: white;
}

.iti__dial-code {
    color: rgba(255, 255, 255, 0.6);
}

/* Анимации */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-2rem);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(2rem);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideRight {
    from {
        opacity: 0;
        transform: translateX(-2rem);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 1;
    }
}

/* Адаптивность */
@media (max-width: 768px) {
    .popup-content {
        width: 95%;
        padding: 3rem 2rem;
    }
    
    .popup-title {
        font-size: 2rem;
    }
    
    .popup-subtitle {
        font-size: 1.3rem;
    }
    
    .form-input {
        padding: 1rem 1.2rem;
        font-size: 1.6rem;
    }
    
    .popup-btn {
        padding: 1.2rem;
        font-size: 1.6rem;
    }
    
    .code-inputs {
        gap: 0.5rem;
    }
    
    .code-input {
        width: 4rem;
        height: 5rem;
        font-size: 2rem;
    }
    
    .checkbox-label {
        gap: 1rem;
    }
    
    .checkbox-label .checkbox-custom {
        width: 1.8rem;
        height: 1.8rem;
    }
    
    .checkbox-label .checkbox-custom::after {
        left: 0.5rem;
        top: 0.1rem;
        width: 0.5rem;
        height: 0.9rem;
    }
    
    .checkbox-text {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .code-input {
        width: 3.5rem;
        height: 4.5rem;
        font-size: 1.8rem;
    }
    
    .timer-block {
        padding: 1rem;
    }
    
    #timer {
        font-size: 1.8rem;
    }
    
    .resend-btn {
        font-size: 1.2rem;
    }
}
.disclosure-card.article{
	margin:0!important;
}
/*# sourceMappingURL=style.css.map */