.socials {
  display: flex;
  align-items: center;
  gap: 10px;
}
.socials--color .socials__link {
  background-color: #294670;
  color: #ffffff;
}
.socials--end {
  align-self: flex-end;
}
.socials--mobile {
  display: none;
}
.socials--size .socials__link {
  width: 40px;
  height: 40px;
  font-size: 20px;
}
.socials__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 5px;
  font-size: 22px;
  color: #294670;
  background-color: #e0eff9;
  transition: color 0.38s ease-in-out;
}
@media screen and (min-width: 993px) {
  .socials__link:hover {
    color: #d42d24;
  }
}

@media (max-width: 992px) {
  .socials {
    gap: 16px;
  }
  .socials__link {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .socials {
    display: none;
  }
  .socials--mobile {
    display: flex;
    align-self: flex-start;
  }
}
@media (max-width: 576px) {
  .socials--end {
    display: flex;
    align-self: flex-start;
  }
}
.link {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 993px) {
  .link:hover .link__text {
    color: #d42d24;
  }
}
.link__icon {
  color: #294670;
  font-size: clamp(1.375rem, 0.637vw + 0.967rem, 1.5rem);
  transition: color 0.38s ease-in-out;
}
.link__text {
  color: #1d2b40;
  font-size: clamp(1.125rem, 0.637vw + 0.717rem, 1.25rem);
  line-height: clamp(1.375rem, 0.637vw + 0.967rem, 1.5rem);
  font-weight: 900;
  transition: color 0.38s ease-in-out;
}
.link--header .link__icon {
  font-size: clamp(1.125rem, 1.911vw + -0.098rem, 1.5rem);
}
.link--header .link__text {
  font-size: clamp(1rem, 1.274vw + 0.185rem, 1.25rem);
}
.link--footer .link__icon {
  font-size: clamp(1.25rem, 0.637vw + 0.842rem, 1.375rem);
}
.link--footer .link__text {
  color: #ffffff;
  font-size: clamp(0.813rem, 1.592vw + -0.207rem, 1.125rem);
  line-height: 28px;
}
.link--sizeMin .link__icon {
  font-size: 22px;
}
.link--sizeMin .link__text {
  font-size: 18px;
  line-height: 28px;
}
.link--mobile {
  display: none;
}

@media (max-width: 992px) {
  .link:last-of-type {
    margin-bottom: 4px;
  }
  .link--header:last-of-type,
  .link--mobile:last-of-type {
    margin-bottom: 0px;
  }
  .link--size .link__text {
    font-size: 16px;
    line-height: 16px;
  }
  .link__icon {
    font-size: 24px;
  }
  .link__text {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .link--footer .link__icon {
    font-size: 22px;
  }
  .link--footer .link__text {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 576px) {
  .link--header {
    display: none;
  }
  .link--mobile {
    display: flex;
  }
  .link--mobile .link__icon {
    font-size: 24px;
  }
  .link--mobile .link__text {
    font-size: 20px;
  }
}
.modal {
  display: none;
  background-color: #ffffff;
  padding: clamp(1.875rem, 3.185vw + -0.163rem, 2.5rem);
  width: clamp(31.25rem, 31.847vw + 10.868rem, 37.5rem);
}
.modal__container--center {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.modal__wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: clamp(1.875rem, 3.185vw + -0.163rem, 2.5rem);
}
.modal__text {
  color: #8e95a0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.fancybox__backdrop {
  background: rgba(29, 43, 64, 0.8);
}

.fancybox__content > .f-button.is-close-btn {
  width: 32px;
  height: 32px;
  top: -43px;
  right: -43px;
  opacity: 1;
}

.f-button svg {
  width: 26px;
  height: 26px;
  fill: #ffffff;
}

@media (max-width: 768px) {
  .is-compact .fancybox__content > .f-button.is-close-btn {
    top: -43px;
  }
  .f-button {
    background: transparent;
  }
}
.footer {
  --container-width: 1306px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(16px, 1fr) [right-start center-start] minmax(
      0,
      var(--container-width)
    ) [left-end center-end] minmax(16px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
  background-color: #1d2b40;
}
@media (max-width: 992px) {
  .footer {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .footer {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .footer {
    --container-width: 100%;
  }
}
.footer__container {
  grid-area: center;
  padding-top: clamp(1.875rem, 3.185vw + -0.163rem, 2.5rem);
  padding-bottom: 16px;
  grid-area: center;
}
.footer__wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: clamp(1.875rem, 8.917vw + -3.832rem, 3.625rem);
}
.footer__info {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 3.185vw + -0.788rem, 1.875rem);
  width: 15%;
}
.footer__logo {
  display: block;
  width: clamp(7.5rem, 4.459vw + 4.646rem, 8.375rem);
  height: clamp(6.25rem, 6.369vw + 2.174rem, 7.5rem);
}
.footer__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer__text {
  font-size: clamp(0.688rem, 0.955vw + 0.076rem, 0.875rem);
  line-height: clamp(1rem, 0.637vw + 0.592rem, 1.125rem);
  color: #8e95a0;
  font-weight: 500;
}
.footer__text--link {
  transition: color 0.38s ease-in-out;
}
.footer__text--link:hover {
  color: #ffffff;
}
.footer__text--width {
  width: 30%;
}
.footer__list {
  width: 15%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__list-link {
  color: #8e95a0;
  font-size: clamp(0.875rem, 0.637vw + 0.467rem, 1rem);
  line-height: clamp(1.125rem, 1.911vw + -0.098rem, 1.5rem);
  transition: color 0.38s ease-in-out;
}
@media screen and (min-width: 993px) {
  .footer__list-link:hover:hover {
    color: #ffffff;
  }
}
.footer__contacts {
  width: 24%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer__contacts--width {
  width: 15%;
}
.footer__contacts-box {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.footer__contacts-item {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5px;
  row-gap: 10px;
}
.footer__contacts-name {
  color: #8e95a0;
  font-size: 14px;
  line-height: 20px;
}
.footer__contacts-val {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
}
.footer__mail {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 993px) {
  .footer__mail:hover .footer__mail-text {
    color: #ffffff;
  }
}
.footer__mail-icon {
  font-size: 16px;
  color: #ffffff;
}
.footer__mail-text {
  color: #8e95a0;
  font-size: 14px;
  line-height: 20px;
  transition: color 0.38s ease-in-out;
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__bottom-box {
  width: 72%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__develop {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (min-width: 993px) {
  .footer__develop:hover .footer__text--link {
    color: #ffffff;
  }
}
.footer__develop img {
  width: 54px;
  height: 42px;
  object-fit: contain;
}

@media (max-width: 992px) {
  .footer__contacts {
    width: 25%;
  }
  .footer__contacts--width {
    width: 22%;
  }
  .footer__info {
    width: 25%;
  }
  .footer__list-link {
    font-size: 16px;
  }
  .footer__text {
    font-size: 12px;
  }
  .footer__bottom {
    flex-wrap: wrap;
    gap: 30px;
  }
  .footer__bottom-box {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .footer__wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
  .footer__info {
    width: 100%;
    flex-direction: row;
    align-items: center;
  }
  .footer__info .footer__text {
    width: 45%;
  }
  .footer__list {
    width: 40%;
  }
  .footer__contacts {
    width: 50%;
  }
  .footer__bottom-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .footer__text--width {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .footer__logo {
    width: 82px;
    height: 72px;
  }
  .footer__contacts {
    width: 100%;
    gap: 10px;
  }
  .footer__contacts-box {
    margin-bottom: 20px;
  }
  .footer__contacts-box {
    width: 100%;
    gap: 10px;
  }
  .footer__develop img {
    width: 46px;
    height: 36px;
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

input,
textarea {
  outline: none;
  background-color: transparent;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Lato", system-ui;
  font-weight: 400;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  font-variant-numeric: lining-nums;
}

.section {
  margin-bottom: clamp(4.375rem, 22.293vw + -9.893rem, 8.75rem);
}

.swiper {
  user-select: none;
}
.headerTop {
  --container-width: 1306px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(16px, 1fr) [right-start center-start] minmax(
      0,
      var(--container-width)
    ) [left-end center-end] minmax(16px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #e0eff9;
}
@media (max-width: 992px) {
  .headerTop {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .headerTop {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .headerTop {
    --container-width: 100%;
  }
}
.headerTop__container {
  grid-area: center;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 60px;
}
.headerTop__link {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 993px) {
  .headerTop__link:hover .headerTop__text {
    color: #d42d24;
  }
}
.headerTop__link-icon {
  font-size: 16px;
  color: #294670;
}
.headerTop__text {
  color: #294670;
  font-size: 14px;
  line-height: 20px;
  transition: color 0.38s ease-in-out;
}

@media (max-width: 992px) {
  .headerTop {
    display: none;
  }
  .headerTop--mobile {
    display: block;
    background-color: transparent;
  }
  .headerTop--mobile .headerTop__container {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
  }
}
.dropdown {
  overflow-y: auto;
  position: absolute;
  top: clamp(3.813rem, 5.096vw + 0.551rem, 4.813rem);
  left: 0px;
  min-width: clamp(46.625rem, 74.522vw + -1.069rem, 61.25rem);
  display: flex;
  z-index: -3;
  visibility: hidden;
  opacity: 0;
  transition: all 0.38s ease-in-out;
}
.dropdown::-webkit-scrollbar {
  width: 5px;
}
.dropdown::-webkit-scrollbar-track {
  background: transparent;
}
.dropdown::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.dropdown--open {
  visibility: visible;
  opacity: 1;
  z-index: 3;
}
.dropdown__categories {
  background-color: #294670;
  width: 38%;
}
.dropdown__categories-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: clamp(0.625rem, 0.955vw + 0.014rem, 0.813rem)
    clamp(0.938rem, 1.592vw + -0.082rem, 1.25rem);
}
.dropdown__categories-item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0%;
  width: 4px;
  background-color: #d42d24;
  transition: height 0.38s ease-in-out;
}
@media screen and (min-width: 993px) {
  .dropdown__categories-item:hover:after {
    height: 100%;
  }
}
.dropdown__categories-text {
  color: #ffffff;
  font-size: clamp(0.875rem, 0.637vw + 0.467rem, 1rem);
  line-height: clamp(1.375rem, 0.637vw + 0.967rem, 1.5rem);
}
.dropdown__categories-icon {
  transform: rotate(-90deg);
  font-size: clamp(0.875rem, 0.637vw + 0.467rem, 1rem);
  color: #8e95a0;
}
.dropdown__details {
  width: 63%;
  position: relative;
}
.dropdown__details-title {
  color: #000000;
  font-size: clamp(1rem, 0.637vw + 0.592rem, 1.125rem);
  font-weight: 900;
  line-height: clamp(1.625rem, 0.637vw + 1.217rem, 1.75rem);
  margin-bottom: 15px;
}
.dropdown__details-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 15px;
  column-gap: 30px;
}
.dropdown__details-item {
  padding: clamp(1.25rem, 3.185vw + -0.788rem, 1.875rem);
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -3;
  visibility: hidden;
  opacity: 0;
  transition: all 0.38s ease-in-out;
}
.dropdown__details-item--open {
  visibility: visible;
  opacity: 1;
  z-index: 3;
}
.dropdown__details-text {
  color: #000000;
  font-size: clamp(0.875rem, 0.637vw + 0.467rem, 1rem);
  line-height: clamp(1.375rem, 0.637vw + 0.967rem, 1.5rem);
}
.dropdown__back {
  display: none;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}
.dropdown__back-text {
  color: #8e95a0;
  font-size: 14px;
  line-height: 20px;
}
.dropdown__back-icon {
  transform: rotate(90deg);
  color: #8e95a0;
  font-size: 16px;
}

@media (max-width: 992px) {
  .dropdown {
    background-color: #ffffff;
    position: fixed;
    left: -100%;
    top: 0px;
    width: 100%;
    height: 100vh;
    padding-bottom: 30px;
    padding-top: 125px;
    z-index: 9;
    overflow: auto;
    opacity: 1;
  }
  .dropdown--open {
    left: 0;
  }
  .dropdown__categories-item {
    padding-left: 0px;
    padding-right: 0;
  }
  .dropdown__categories-text {
    color: #1d2b40;
    font-size: 16px;
    line-height: 24px;
  }
  .dropdown__details,
  .dropdown__categories {
    background-color: #ffffff;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .dropdown__back {
    display: flex;
  }
  .dropdown__details-item {
    position: fixed;
    left: -100%;
    top: 0px;
    width: 100%;
    height: 100vh;
    padding-bottom: 30px;
    padding-top: 125px;
    z-index: 9;
    overflow: auto;
    opacity: 1;
    visibility: visible;
  }
  .dropdown__details-item--open {
    left: 0;
  }
  .dropdown__details-title {
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
  }
  .dropdown__details-text {
    font-size: 16px;
    line-height: 24px;
  }
  .dropdown__details-wrapper {
    row-gap: 20px;
    column-gap: 16px;
  }
}
@media (max-width: 576px) {
  .dropdown__details-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 164px;
  }
}
.nav {
  display: flex;
  align-items: center;
  gap: clamp(0.625rem, 4.777vw + -2.432rem, 1.563rem);
}
.nav__item--catalog {
  position: relative;
  cursor: pointer;
  background-color: #294670;
  padding: clamp(0.313rem, 1.592vw + -0.707rem, 0.625rem)
    clamp(0.313rem, 4.777vw + -2.745rem, 1.25rem);
  display: flex;
  align-items: center;
  gap: clamp(0.188rem, 0.637vw + -0.22rem, 0.313rem);
  border-radius: 200px;
}
.nav__item--catalog .nav__link {
  line-height: clamp(1.125rem, 1.911vw + -0.098rem, 1.5rem);
  color: #ffffff;
}
@media screen and (min-width: 993px) {
  .nav__item--catalog:hover .nav__link {
    color: #ffffff;
  }
}
.nav__link {
  color: #8e95a0;
  font-size: clamp(0.875rem, 0.637vw + 0.467rem, 1rem);
  line-height: clamp(1.125rem, 0.637vw + 0.717rem, 1.25rem);
  transition: color 0.38s ease-in-out;
}
@media screen and (min-width: 993px) {
  .nav__link:hover {
    color: #1d2b40;
  }
}
.nav__icon {
  font-size: clamp(0.875rem, 0.637vw + 0.467rem, 1rem);
  color: #ffffff;
  transition: color 0.38s ease-in-out;
}

@media (max-width: 992px) {
  .nav {
    display: none;
  }
  .nav--mobile {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
  .nav--mobile .nav__item--catalog {
    padding: 10px 20px;
  }
  .nav--mobile .nav__link {
    font-size: 16px;
    line-height: 24px;
  }
  .nav--mobile .nav__icon {
    transform: rotate(-90deg);
  }
}
@media (max-width: 576px) {
  .nav--mobile .nav__item {
    width: 100%;
  }
  .nav--mobile .nav__item--catalog {
    justify-content: space-between;
  }
}
.burger {
  display: none;
  position: relative;
  width: 33px;
  height: 25px;
}
.burger::before,
.burger::after {
  content: "";
  background: #294670;
  border-radius: 5px;
  position: absolute;
  width: 100%;
  height: 4px;
  right: 0;
  top: 10px;
  transition: 0.38s ease-in-out;
}
.burger::after {
  top: 20px;
}
.burger::before {
  width: 100%;
}
.burger span {
  content: "";
  background: #294670;
  border-radius: 5px;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  transition: 0.38s ease-in-out;
}
.burger--open::before {
  opacity: 0;
}
.burger--open::after {
  width: 100%;
  transform: rotate(-45deg) translate(5px, -10px);
}
.burger--open span {
  width: 100%;
  transform: rotate(45deg) translate(4px, 9px);
}

@media (max-width: 992px) {
  .burger {
    display: block;
  }
}
.headerBottom {
  --container-width: 1306px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(16px, 1fr) [right-start center-start] minmax(
      0,
      var(--container-width)
    ) [left-end center-end] minmax(16px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .headerBottom {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .headerBottom {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .headerBottom {
    --container-width: 100%;
  }
}
.headerBottom__container {
  padding-top: clamp(0.938rem, 0.637vw + 0.53rem, 1.063rem);
  padding-bottom: clamp(0.938rem, 0.637vw + 0.53rem, 1.063rem);
  grid-area: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(0.625rem, 6.369vw + -3.451rem, 1.875rem);
}
.headerBottom__logo {
  width: 21%;
  display: flex;
  align-items: center;
  gap: clamp(0.625rem, 1.592vw + -0.394rem, 0.938rem);
}
.headerBottom__logo-text {
  color: #8e95a0;
  font-size: clamp(0.75rem, 0.637vw + 0.342rem, 0.875rem);
  line-height: clamp(1rem, 0.637vw + 0.592rem, 1.125rem);
  text-align: left;
}
.headerBottom__logo img {
  width: clamp(3.938rem, 7.006vw + -0.547rem, 5.313rem);
  height: clamp(3.5rem, 6.369vw + -0.576rem, 4.75rem);
  object-fit: contain;
}

@media (max-width: 992px) {
  .headerBottom__logo {
    gap: 16px;
  }
}
@media (max-width: 576px) {
  .headerBottom__container {
    gap: 10px;
  }
  .headerBottom__logo {
    width: 69%;
  }
}
.menu {
  --container-width: 1306px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(16px, 1fr) [right-start center-start] minmax(
      0,
      var(--container-width)
    ) [left-end center-end] minmax(16px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
  background-color: #fff;
  position: fixed;
  left: -100%;
  top: 0px;
  width: 100%;
  height: 100vh;
  padding-bottom: 30px;
  padding-top: 125px;
  z-index: 9;
  transition: 0.38s ease-in-out;
  overflow: auto;
}
@media (max-width: 992px) {
  .menu {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .menu {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .menu {
    --container-width: 100%;
  }
}
.menu--open {
  left: 0;
}
.menu__container {
  grid-area: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.menu__container-box {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.menu__actions {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 30px;
  padding-top: 30px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.menu__actions-icon {
  font-size: 32px;
  color: #7a7a7a;
}
.menu__actions-text {
  color: #7a7a7a;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

@media (max-width: 768px) {
  .menu__container {
    grid-area: full;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.header--border {
  border-bottom: 1px solid #e8eaec;
}

@media (max-width: 992px) {
  .header {
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    z-index: 10;
  }
}
.title {
  text-transform: uppercase;
  color: #1d2b40;
  font-size: clamp(2rem, 5.096vw + -1.261rem, 3rem);
  font-weight: 900;
  line-height: clamp(2.125rem, 5.096vw + -1.136rem, 3.125rem);
}
.title--mb {
  margin-bottom: clamp(1.875rem, 3.185vw + -0.163rem, 2.5rem);
}
.title--mb70 {
  margin-bottom: clamp(1.875rem, 12.739vw + -6.278rem, 4.375rem);
}
.input {
  width: 100%;
  padding: 13px 10px 13px 10px;
  border-radius: 5px;
  border: 1px solid #cfd6dc;
  font-family: "Lato";
  font-size: clamp(0.938rem, 0.318vw + 0.734rem, 1rem);
  font-weight: 400;
  line-height: 24px;
}
.input--size {
  width: calc(50% - 5px);
}
.input--checkbox {
  padding: 0;
  appearance: none;
  border-radius: 3px;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.38s ease-in-out;
  background-color: #ffffff;
  border: 1px solid #d42d24;
}
.input--checkbox::before {
  font-size: 7px;
  color: #ffffff;
}
.input--checkbox:checked {
  background-color: #d42d24;
}
.input--checkboxSize {
  width: 20px;
  height: 20px;
}
.input--radio {
  padding: 0;
  appearance: none;
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #cfd6dc;
}
.input--radio:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #d42d24;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.38s ease-in-out;
}
.input--radio:checked:before {
  opacity: 1;
}
.input--textarea {
  resize: none;
  height: clamp(8.125rem, 6.369vw + 4.049rem, 9.375rem);
}
.input--textarea::-webkit-scrollbar {
  width: 10px;
}
.input--textarea::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 5px;
}
.input--textarea::-webkit-scrollbar-thumb {
  background-color: #d42d24;
  border-radius: 5px;
  border: 3px solid #ffffff;
}

@media (max-width: 992px) {
  .input {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .input--size {
    width: 100%;
  }
}
.btn {
  display: block;
  position: relative;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: clamp(1.25rem, 4.459vw + -1.604rem, 2.125rem);
  padding-right: clamp(1.25rem, 4.459vw + -1.604rem, 2.125rem);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  background-color: #d42d24;
  border: 1px solid #d42d24;
  border-radius: 5px;
  color: #ffffff;
  text-align: center;
  width: fit-content;
  z-index: 1;
  transition: all 0.38s ease-in-out;
}
@media screen and (min-width: 993px) {
  .btn:hover {
    background-color: #ffffff;
    color: #d42d24;
  }
}
.btn--center {
  margin: 0 auto;
}
.btn--full {
  width: 100%;
}
.btn--error {
  min-width: 200px;
}
.btn--mt {
  margin-top: clamp(0.625rem, 9.554vw + -5.49rem, 2.5rem);
}

@media (max-width: 576px) {
  .btn {
    width: 100%;
  }
}
.form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.form__wrapper {
  display: flex;
  gap: 10px;
  margin-bottom: clamp(0.625rem, 6.369vw + -3.451rem, 1.875rem);
}
.form__text {
  width: 90%;
  font-size: clamp(0.75rem, 0.637vw + 0.342rem, 0.875rem);
  line-height: clamp(1.125rem, 0.637vw + 0.717rem, 1.25rem);
  color: #8e95a0;
}
.form__text a {
  position: relative;
  transition: color 0.38s ease-in-out;
}
.form__text a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #8e95a0;
  transition: 0.38s ease-in-out;
}
@media screen and (min-width: 993px) {
  .form__text a:hover {
    color: #d42d24;
  }
  .form__text a:hover::after {
    background-color: #d42d24;
  }
}
.breadcrumb {
  padding-top: 30px;
  padding-bottom: 30px;
  --container-width: 1306px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(16px, 1fr) [right-start center-start] minmax(
      0,
      var(--container-width)
    ) [left-end center-end] minmax(16px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .breadcrumb {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .breadcrumb {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .breadcrumb {
    --container-width: 100%;
  }
}
.breadcrumb__wrapper {
  grid-area: center;
}
.breadcrumb__wrapper span {
  position: relative;
}
.breadcrumb__wrapper span:first-child {
  display: flex;
  align-items: center;
}
.breadcrumb__wrapper span span:first-child a {
  padding-left: 0;
}
.breadcrumb > span > span:not(:first-child) {
  margin-left: 20px;
}
.breadcrumb a,
.breadcrumb_last {
  font-size: 14px;
  line-height: 20px;
  color: #8e95a0;
  text-align: left;
  transition: color 0.38s ease-in-out;
  position: relative;
  padding-left: 45px;
}
.breadcrumb a::before,
.breadcrumb_last::before {
  content: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.13291 12.5L5.5 11.8431L9.23418 7.99999L5.5 4.15693L6.13291 3.5L10.5 7.99999L6.13291 12.5Z" fill="%238E95A0"/></svg>');
  padding-right: 15px;
  padding-left: 15px;
  font-size: 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.breadcrumb_last {
  max-width: 32ch;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb span:first-child > a::before {
  display: none;
}
@media (max-width: 992px) {
  .breadcrumb {
    padding-top: 125px;
  }
}
@media (max-width: 576px) {
  .breadcrumb__wrapper span:first-child {
    flex-wrap: wrap;
  }
  .breadcrumb a,
  .breadcrumb_last {
    padding-left: 17px;
  }
  .breadcrumb a::before,
  .breadcrumb_last::before {
    padding-left: 0;
  }
  .breadcrumb_last {
    max-width: 16ch;
  }
}
.contacts {
  --container-width: 1306px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(16px, 1fr) [right-start center-start] minmax(
      0,
      var(--container-width)
    ) [left-end center-end] minmax(16px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .contacts {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .contacts {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .contacts {
    --container-width: 100%;
  }
}
.contacts__container {
  grid-area: center;
}
.contacts__card {
  background-color: #f1f8fd;
  padding: clamp(1.875rem, 3.185vw + -0.163rem, 2.5rem);
}
.contacts__card-wrapper {
  display: flex;
  gap: clamp(1.875rem, 6.369vw + -2.201rem, 3.125rem);
}
.contacts__info {
  width: 48%;
}
.contacts__title {
  color: #1d2b40;
  margin-bottom: clamp(0.625rem, 3.185vw + -1.413rem, 1.25rem);
  font-size: clamp(1rem, 0.637vw + 0.592rem, 1.125rem);
  font-weight: 900;
  line-height: clamp(1.25rem, 2.548vw + -0.381rem, 1.75rem);
}
.contacts__adres {
  margin-bottom: clamp(1.25rem, 3.185vw + -0.788rem, 1.875rem);
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.contacts__adres:last-child {
  margin-bottom: 0;
}
.contacts__name {
  color: #8e95a0;
  font-size: 14px;
  line-height: 20px;
}
.contacts__val {
  color: #1d2b40;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.contacts__list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: clamp(1.25rem, 3.185vw + -0.788rem, 1.875rem);
}
.contacts__list:last-child {
  margin-bottom: 0;
}
.contacts__list-item {
  display: flex;
  gap: 10px;
}
.contacts__list-item .contacts__name {
  width: 15%;
}
.contacts__links {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: clamp(1.875rem, 3.185vw + -0.163rem, 2.5rem);
}
.contacts__links-numbers {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contacts__numbers {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: clamp(1.875rem, 14.331vw + -7.297rem, 4.688rem);
  row-gap: 5px;
}

@media (max-width: 992px) {
  .contacts__card-wrapper {
    flex-direction: column;
  }
  .contacts__info,
  .contacts__links {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .contacts__list-item {
    flex-direction: column;
    gap: 5px;
  }
  .contacts__list-item .contacts__name {
    width: 100%;
  }
}
.subtitle {
  color: #8e95a0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.slider {
  width: 55%;
  position: relative;
}
.slider__container {
  width: 90%;
}
.slider__slide {
  height: clamp(28.75rem, 44.586vw + 0.215rem, 37.5rem);
}
.slider__slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.slider__pagination {
  z-index: 2;
}
.slider__pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 13px;
}
.slider__pagination.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 5px;
}
.slider__pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #a2d1ee;
}
.slider__pagination .swiper-pagination-bullet-active {
  background-color: #294670;
}
.slider__btn {
  border-radius: 50%;
  width: clamp(2.188rem, 1.592vw + 1.168rem, 2.5rem);
  height: clamp(2.188rem, 1.592vw + 1.168rem, 2.5rem);
  background-color: #294670;
  z-index: 2;
}
.slider__btn::after {
  color: #ffffff;
  font-size: 15px;
}
.slider__btnPrev {
  left: -15px;
}
.slider__btnNext {
  right: -15px;
}

@media (max-width: 992px) {
  .slider {
    width: 100%;
  }
  .slider__slide {
    height: 322px;
  }
  .slider__btn {
    display: none;
  }
}
.about {
  --container-width: 1306px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(16px, 1fr) [right-start center-start] minmax(
      0,
      var(--container-width)
    ) [left-end center-end] minmax(16px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .about {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .about {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .about {
    --container-width: 100%;
  }
}
.about__container {
  grid-area: center;
  display: flex;
  position: relative;
  gap: clamp(1.875rem, 14.331vw + -7.297rem, 4.688rem);
}
.about__container::after,
.about__container:before {
  content: "";
  position: absolute;
  top: 0;
  width: clamp(1.5rem, 2.548vw + -0.131rem, 2rem);
  height: clamp(1.5rem, 2.548vw + -0.131rem, 2rem);
  left: -1px;
  border-left: 1px solid #8e95a0;
  border-top: 1px solid #8e95a0;
}
.about__container::after {
  top: auto;
  bottom: 0;
  transform: rotate(-90deg);
}
.about__info {
  width: 45%;
  position: relative;
  padding: clamp(1.875rem, 12.102vw + -5.87rem, 4.25rem);
  padding-right: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about__info p {
  color: #8e95a0;
  font-size: clamp(1rem, 0.637vw + 0.592rem, 1.125rem);
  line-height: clamp(1.5rem, 1.274vw + 0.685rem, 1.75rem);
}
.about__info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: clamp(0.313rem, 4.777vw + -2.745rem, 1.25rem);
}
.about__card {
  width: clamp(31.25rem, 44.586vw + 2.715rem, 40rem);
  height: clamp(33.125rem, 35.032vw + 10.705rem, 40rem);
  position: relative;
  display: flex;
  align-items: flex-end;
}
.about__card--height {
  background: linear-gradient(
    180deg,
    rgba(41, 70, 112, 0) 47.73%,
    #294670 100%
  );
  height: clamp(28.75rem, 44.586vw + 0.215rem, 37.5rem);
}
.about__card-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.about__card-box {
  width: 75%;
  padding: clamp(1.25rem, 3.185vw + -0.788rem, 1.875rem);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.about__card-title {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.about__card-text {
  color: #ffffff;
  font-size: clamp(1rem, 0.637vw + 0.592rem, 1.125rem);
  line-height: clamp(1.5rem, 1.274vw + 0.685rem, 1.75rem);
}

@media (max-width: 992px) {
  .about__container {
    flex-direction: column;
  }
  .about__container::after {
    top: 0;
    bottom: auto;
    left: auto;
    right: -1px;
    transform: rotate(90deg);
  }
  .about__info {
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .about__info .title {
    text-align: center;
  }
  .about__info .subtitle {
    text-align: center;
  }
  .about__info-wrapper {
    text-align: center;
  }
  .about__card {
    width: 100%;
    height: 343px;
  }
  .about__card--height {
    height: 322px;
  }
  .about__card-box {
    width: 100%;
  }
}
.certificates {
  --container-width: 1306px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(16px, 1fr) [right-start center-start] minmax(
      0,
      var(--container-width)
    ) [left-end center-end] minmax(16px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .certificates {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .certificates {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .certificates {
    --container-width: 100%;
  }
}
.certificates__container {
  grid-area: center;
}
.certificates__wrapper {
  position: relative;
}
.certificates__title {
  margin-bottom: clamp(1.875rem, 3.185vw + -0.163rem, 2.5rem);
  font-size: clamp(1.625rem, 1.911vw + 0.402rem, 2rem);
  font-weight: 700;
  line-height: clamp(1.625rem, 3.822vw + -0.821rem, 2.375rem);
  text-align: left;
  text-transform: uppercase;
  color: #1d2b40;
}
.certificates__slider-img {
  object-fit: contain;
  width: 100%;
  height: clamp(24.063rem, 15.924vw + 13.871rem, 27.188rem);
  border: 1px solid #cfd6dc;
}
.certificates__slider-title {
  font-size: 16px;
  font-weight: 900;
  line-height: 24px;
  color: #1d2b40;
}
.certificates__link {
  outline: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.certificates__btn {
  border-radius: 50%;
  width: clamp(1.875rem, 3.185vw + -0.163rem, 2.5rem);
  height: clamp(1.875rem, 3.185vw + -0.163rem, 2.5rem);
  background-color: #294670;
}
.certificates__btn:after {
  font-size: 12px;
  color: #ffffff;
}
.certificates__btnPrev {
  left: -60px;
}
.certificates__btnNext {
  right: -60px;
}

@media (max-width: 1460px) {
  .certificates__btnPrev {
    left: -20px;
  }
  .certificates__btnNext {
    right: -20px;
  }
}
@media (max-width: 1380px) {
  .certificates__btnPrev {
    left: -10px;
  }
  .certificates__btnNext {
    right: -10px;
  }
}
@media (max-width: 992px) {
  .certificates__btn {
    display: none;
  }
}
.doc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f1f8fd;
  gap: 15px;
  padding: 15px;
  border-radius: 5px;
}
@media screen and (min-width: 993px) {
  .doc:hover .doc__arrow {
    margin-bottom: 15px;
  }
}
.doc__wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}
.doc__icon {
  font-size: clamp(2rem, 1.274vw + 1.185rem, 2.25rem);
  color: #294670;
}
.doc__title {
  color: #294670;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.doc__arrow {
  width: clamp(1.625rem, 1.274vw + 0.81rem, 1.875rem);
  height: clamp(1.625rem, 1.274vw + 0.81rem, 1.875rem);
  object-fit: contain;
  transition: all 0.38s ease-in-out;
}

@media (max-width: 576px) {
  .doc__icon {
    font-size: 22px;
  }
  .doc__arrow {
    width: 20px;
    height: 20px;
  }
}
.documents {
  --container-width: 1306px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(16px, 1fr) [right-start center-start] minmax(
      0,
      var(--container-width)
    ) [left-end center-end] minmax(16px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .documents {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .documents {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .documents {
    --container-width: 100%;
  }
}
.documents__container {
  grid-area: center;
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 6.369vw + -2.826rem, 2.5rem);
}
.documents__title {
  font-size: clamp(1.625rem, 1.911vw + 0.402rem, 2rem);
  font-weight: 700;
  line-height: clamp(1.625rem, 3.822vw + -0.821rem, 2.375rem);
  color: #1d2b40;
  text-transform: uppercase;
}
.documents__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1rem, 3.185vw + -1.038rem, 1.625rem);
}

@media (max-width: 992px) {
  .documents__cards {
    grid-template-columns: 1fr;
  }
}
.error {
  --container-width: 1306px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(16px, 1fr) [right-start center-start] minmax(
      0,
      var(--container-width)
    ) [left-end center-end] minmax(16px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
  height: 50vh;
  padding-top: clamp(2.5rem, 12.739vw + -5.653rem, 5rem);
  margin-bottom: clamp(5rem, 29.936vw + -14.159rem, 10.875rem);
}
@media (max-width: 992px) {
  .error {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .error {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .error {
    --container-width: 100%;
  }
}
.error__container {
  grid-area: center;
  display: flex;
  justify-content: space-between;
}
.error__info {
  width: 50%;
  position: relative;
}
.error__title {
  font-size: clamp(3rem, 7.643vw + -1.892rem, 4.5rem);
  font-weight: 700;
  line-height: clamp(3.75rem, 6.369vw + -0.326rem, 5rem);
  margin-bottom: 20px;
  color: #1d2b40;
}
.error__subtitle {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #1d2b40;
  margin-bottom: 10px;
}
.error__text {
  width: 80%;
  margin-bottom: clamp(1.25rem, 6.369vw + -2.826rem, 2.5rem);
  color: #8e95a0;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: clamp(1.875rem, 9.554vw + -4.24rem, 3.75rem);
}
.error__num {
  color: #e0eff9;
  font-size: clamp(16.875rem, 15.924vw + 6.684rem, 20rem);
  font-weight: 900;
  line-height: clamp(16.875rem, 15.924vw + 6.684rem, 20rem);
  letter-spacing: -0.02em;
}
.error__icon {
  max-height: 306px;
  width: 49%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.error__icon::after,
.error__icon:before {
  content: "";
  position: absolute;
  top: 0;
  width: 32px;
  height: 32px;
  left: -1px;
  border-left: 1px solid #8e95a0;
  border-top: 1px solid #8e95a0;
}
.error__icon::after {
  left: auto;
  right: -1px;
  top: auto;
  bottom: 0;
  transform: scale(-1);
}

@media (max-width: 992px) {
  .error {
    padding-top: 135px;
    height: auto;
  }
  .error__num {
    font-size: 130px;
  }
}
@media (max-width: 768px) {
  .error {
    padding-top: 110px;
  }
  .error__container {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px;
  }
  .error__info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .error__icon {
    width: 100%;
  }
  .error__num {
    font-size: 180px;
  }
}
.card__photo {
  object-fit: cover;
  width: 100%;
  height: clamp(12.5rem, 25.478vw + -3.806rem, 17.5rem);
}
.card__wrapper {
  position: relative;
  border: 1px solid #e8eaec;
  border-top: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: clamp(22.5rem, 7.962vw + 17.404rem, 24.063rem);
}
.card__wrapper--height {
  min-height: 255px;
}
.card__wrapper::after,
.card__wrapper:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 24px;
  height: 24px;
  left: -1px;
  transform: scale(1, -1);
  border-left: 1px solid #8e95a0;
  border-top: 1px solid #8e95a0;
  transition: all 0.38s ease-in-out;
}
.card__wrapper::after {
  left: auto;
  right: -1px;
  transform: scale(-1, -1);
}
.card__date {
  color: #8e95a0;
  font-size: 14px;
  line-height: 20px;
}
.card__title {
  color: #1d2b40;
  font-size: clamp(1rem, 0.637vw + 0.592rem, 1.125rem);
  font-weight: 900;
  line-height: clamp(1.5rem, 1.274vw + 0.685rem, 1.75rem);
}
.card__text {
  color: #8e95a0;
  font-size: clamp(0.875rem, 0.637vw + 0.467rem, 1rem);
  line-height: clamp(1.25rem, 1.274vw + 0.435rem, 1.5rem);
  -webkit-line-clamp: 10;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 992px) {
  .card__wrapper {
    min-height: 340px;
  }
}
@media (max-width: 768px) {
  .card__wrapper {
    min-height: 425px;
  }
  .card__text {
    -webkit-line-clamp: 10;
  }
}
@media (max-width: 576px) {
  .card__photo {
    height: 280px;
  }
  .card__wrapper {
    min-height: 355px;
  }
}
.news {
  --container-width: 1306px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(16px, 1fr) [right-start center-start] minmax(
      0,
      var(--container-width)
    ) [left-end center-end] minmax(16px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .news {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .news {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .news {
    --container-width: 100%;
  }
}
.news__container {
  grid-area: center;
}
.news__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1rem, 3.185vw + -1.038rem, 1.625rem);
  margin-bottom: clamp(1.875rem, 3.185vw + -0.163rem, 2.5rem);
}

@media (max-width: 576px) {
  .news__wrapper {
    grid-template-columns: 1fr;
  }
}
.description {
  --container-width: 1306px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(16px, 1fr) [right-start center-start] minmax(
      0,
      var(--container-width)
    ) [left-end center-end] minmax(16px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .description {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .description {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .description {
    --container-width: 100%;
  }
}
.description__container {
  grid-area: center;
  display: flex;
  flex-direction: column;
  gap: clamp(0.938rem, 1.592vw + -0.082rem, 1.25rem);
  color: #8e95a0;
  font-size: 18px;
  line-height: 28px;
}
.description__container h2,
.description__container h3 {
  font-size: clamp(1.625rem, 1.911vw + 0.402rem, 2rem);
  font-weight: 700;
  line-height: clamp(1.625rem, 3.822vw + -0.821rem, 2.375rem);
  text-transform: uppercase;
  color: #1d2b40;
}
.description__container ul li {
  position: relative;
  padding-left: clamp(0.938rem, 1.592vw + -0.082rem, 1.25rem);
  margin-bottom: 4px;
}
.description__container ul li::before {
  content: "";
  border-radius: 50%;
  background-color: #8e95a0;
  width: 2px;
  height: 2px;
  position: absolute;
  left: clamp(0.438rem, 0.955vw + -0.174rem, 0.625rem);
  top: 50%;
  transform: translateY(-50%);
}
.product {
  position: relative;
  border: 1px solid #e8eaec;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.product::after,
.product:before {
  content: "";
  position: absolute;
  top: 0;
  width: 24px;
  height: 24px;
  left: -1px;
  border-left: 1px solid #8e95a0;
  border-top: 1px solid #8e95a0;
  transition: all 0.38s ease-in-out;
}
.product::after {
  left: auto;
  top: auto;
  bottom: 0;
  right: -1px;
  transform: scale(-1);
}
@media screen and (min-width: 993px) {
  .product:hover::after,
  .product:hover::before {
    width: 55px;
    height: 55px;
  }
  .product:hover .product__text {
    color: #1d2b40;
  }
}
.product__photo {
  object-fit: contain;
  width: 100%;
  height: clamp(9.375rem, 22.293vw + -4.893rem, 13.75rem);
}
.product__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: 20px;
  padding-top: 0;
}
.product__title {
  color: #1d2b40;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}
.product__text {
  color: #8e95a0;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.38s ease-in-out;
}
.product__text span {
  font-size: 16px;
  transform: rotate(-90deg);
}

@media (max-width: 576px) {
  .product {
    gap: 0;
  }
  .product__photo {
    height: 220px;
  }
}
.pages {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}
.pages--mb {
  margin-bottom: clamp(2.5rem, 12.739vw + -5.653rem, 5rem);
}
.pages__arrow {
  color: #1d2b40;
  font-size: 24px;
  transform: rotate(90deg);
  transition: color 0.38s ease-in-out;
}
.pages__arrow:last-child {
  transform: rotate(-90deg);
}
@media screen and (min-width: 993px) {
  .pages__arrow:hover {
    color: #d42d24;
  }
}
.pages__number {
  display: flex;
  align-items: center;
  gap: 5px;
}
.pages__number-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  color: #1d2b40;
  font-size: 14px;
  line-height: 20px;
  transition: all 0.38s ease-in-out;
}
@media screen and (min-width: 993px) {
  .pages__number-item:hover {
    color: #d42d24;
  }
}
.pages__number-item--active {
  pointer-events: none;
  background-color: #d42d24;
  color: #ffffff;
}
.catalog {
  --container-width: 1306px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(16px, 1fr) [right-start center-start] minmax(
      0,
      var(--container-width)
    ) [left-end center-end] minmax(16px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .catalog {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .catalog {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .catalog {
    --container-width: 100%;
  }
}
.catalog__container {
  grid-area: center;
}
.catalog__wrapper {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 1.274vw + 0.185rem, 1.25rem);
  margin-bottom: clamp(1.875rem, 3.185vw + -0.163rem, 2.5rem);
}
.catalog__cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: clamp(1rem, 3.185vw + -1.038rem, 1.625rem);
  margin-bottom: clamp(1.875rem, 3.185vw + -0.163rem, 2.5rem);
}
.catalog__cards--col4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media (max-width: 992px) {
  .catalog__cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .catalog__cards {
    grid-template-columns: 1fr;
  }
}
.table {
  --container-width: 1306px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(16px, 1fr) [right-start center-start] minmax(
      0,
      var(--container-width)
    ) [left-end center-end] minmax(16px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .table {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .table {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .table {
    --container-width: 100%;
  }
}
.table__container {
  grid-area: center;
}
.table__title {
  font-size: clamp(1.625rem, 1.911vw + 0.402rem, 2rem);
  font-weight: 700;
  line-height: clamp(1.625rem, 3.822vw + -0.821rem, 2.375rem);
  text-transform: uppercase;
  color: #1d2b40;
  margin-bottom: clamp(0.938rem, 1.592vw + -0.082rem, 1.25rem);
}
.table__wrapper {
  width: 100%;
  overflow: auto;
}
.table__wrapper::-webkit-scrollbar {
  width: 13px;
}
.table__wrapper::-webkit-scrollbar-track {
  background: #ffffff;
}
.table__wrapper::-webkit-scrollbar-thumb {
  background-color: #e0eff9;
  border-radius: 10px;
  border: 6px solid #ffffff;
}
.table table {
  min-width: 900px;
  width: 100%;
  text-align: left;
}
.table table thead {
  background-color: #f1f8fd;
}
.table table thead tr:first-child th {
  width: 50%;
}
.table table thead tr:last-child th {
  width: 25%;
}
.table table th,
.table table td {
  border: 1px solid #e8eaec;
  padding: 14px;
  font-size: clamp(1rem, 0.637vw + 0.592rem, 1.125rem);
  line-height: clamp(1.5rem, 1.274vw + 0.685rem, 1.75rem);
  color: #8e95a0;
}
.table table th {
  font-weight: 400;
  color: #1d2b40;
}
.advantages {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: clamp(1.875rem, 3.822vw + -0.571rem, 2.625rem)
    clamp(0rem, 3.185vw + -2.038rem, 0.625rem);
  gap: clamp(1rem, 1.274vw + 0.185rem, 1.25rem);
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.advantages::after,
.advantages:before {
  content: "";
  position: absolute;
  top: 0;
  width: 24px;
  height: 24px;
  left: -1px;
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
}
.advantages::after {
  left: auto;
  right: -1px;
  transform: rotate(90deg);
}
.advantages__icon {
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d42d24;
  width: clamp(3.125rem, 3.185vw + 1.087rem, 3.75rem);
  height: clamp(3.125rem, 3.185vw + 1.087rem, 3.75rem);
}
.advantages__icon-svg {
  width: clamp(1.875rem, 1.911vw + 0.652rem, 2.25rem);
  height: clamp(1.875rem, 1.911vw + 0.652rem, 2.25rem);
}
.advantages__title {
  width: 85%;
  color: #ffffff;
  font-size: clamp(0.563rem, 1.592vw + -0.457rem, 0.875rem);
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .advantages {
    width: 33%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .advantages__title {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .advantages {
    width: 100%;
    padding: 16px;
    flex-direction: row;
    text-align: left;
  }
  .advantages:not(:first-child)::after,
  .advantages:not(:first-child)::before {
    content: none;
  }
  .advantages:last-child::after,
  .advantages:last-child::before {
    content: "";
    bottom: 0;
    top: auto;
    transform: scale(-1);
  }
  .advantages:last-child:before {
    transform: rotate(-90deg);
  }
}
.hero {
  --container-width: 1306px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(16px, 1fr) [right-start center-start] minmax(
      0,
      var(--container-width)
    ) [left-end center-end] minmax(16px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
  position: relative;
  height: 85vh;
  background: linear-gradient(
      0deg,
      rgba(29, 43, 64, 0.6),
      rgba(29, 43, 64, 0.6)
    ),
    linear-gradient(180deg, rgba(41, 70, 112, 0) 47.73%, #294670 100%);
  padding-top: clamp(1.875rem, 9.554vw + -4.24rem, 3.75rem);
}
@media (max-width: 992px) {
  .hero {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .hero {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .hero {
    --container-width: 100%;
  }
}
.hero__container {
  grid-area: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: clamp(1rem, 1.274vw + 0.185rem, 1.25rem);
  border-top: 1px solid rgba(255, 255, 255, 0.1490196078);
}
.hero__container-top {
  width: 80%;
}
.hero__container-bottom {
  display: flex;
}
.hero__video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
}
.hero__title {
  color: #ffffff;
  font-size: clamp(3.25rem, 6.369vw + -0.826rem, 4.5rem);
  font-weight: 700;
  line-height: clamp(3.438rem, 7.962vw + -1.658rem, 5rem);
  letter-spacing: -0.02em;
  margin-bottom: clamp(1.875rem, 9.554vw + -4.24rem, 3.75rem);
}

@media (max-width: 992px) {
  .hero {
    height: 90vh;
    padding-top: 135px;
  }
  .hero__title {
    font-size: 40px;
    line-height: 48px;
  }
  .hero__container-bottom {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .hero {
    height: auto;
    min-height: 100vh;
    padding-top: 110px;
    padding-bottom: 30px;
  }
  .hero__container-top {
    width: 100%;
    margin-bottom: 78px;
  }
}
.choices__inner {
  width: 100%;
  padding: 13px 10px 13px 10px !important;
  background-color: #ffffff;
  border: 1px solid #cfd6dc;
  border-radius: 5px;
}
.choices__item {
  white-space: break-spaces;
  font-family: "Lato";
  font-size: clamp(0.938rem, 0.318vw + 0.734rem, 1rem);
  font-weight: 400;
  line-height: 24px;
  color: #1d2b40;
}
.choices__list--dropdown,
.choices__list[aria-expanded] {
  width: 100% !important;
  background-color: #ffffff;
  padding: 0px;
  max-height: 245px;
  overflow-y: auto;
  margin-top: 10px;
  border: 1px solid #cfd6dc;
  border-radius: 5px;
}
.choices__list--dropdown::-webkit-scrollbar,
.choices__list[aria-expanded]::-webkit-scrollbar {
  width: 10px;
}
.choices__list--dropdown::-webkit-scrollbar-track,
.choices__list[aria-expanded]::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 5px;
}
.choices__list--dropdown::-webkit-scrollbar-thumb,
.choices__list[aria-expanded]::-webkit-scrollbar-thumb {
  background-color: #d42d24;
  border-radius: 5px;
  border: 3px solid #ffffff;
}
.choices__list--dropdown .choices__list--dropdown,
.choices__list--dropdown .choices__list[aria-expanded],
.choices__list[aria-expanded] .choices__list--dropdown,
.choices__list[aria-expanded] .choices__list[aria-expanded] {
  border: 1px solid #e6e6e6;
}
.choices__list--dropdown
  .choices__list--dropdown
  .choices__item--selectable.is-highlighted,
.choices__list--dropdown
  .choices__list[aria-expanded]
  .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded]
  .choices__list--dropdown
  .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded]
  .choices__list[aria-expanded]
  .choices__item--selectable.is-highlighted {
  background: transparent;
}
.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  padding: 15px 16px;
}
.choices__list--single {
  padding: 0;
}
.choices[data-type*="select-one"]::after {
  content: "\e900";
  font-family: "icomoon" !important;
  right: 10px;
  transform: translateY(-50%);
  border: none;
  width: auto;
  height: auto;
  font-size: 16px;
  margin-top: 0;
  transition: all 0.38s ease-in-out;
}
.choices[data-type*="select-one"].is-open::after {
  margin-top: 0;
  transform: rotate(-180deg) translateY(50%);
}
.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #f1f8fd;
}

.is-focused .choices__inner,
.is-open .choices__inner,
.choices__list--dropdown,
.is-open .choices__list[aria-expanded] {
  border: 1px solid #cfd6dc;
  border-radius: 5px;
}

@media (max-width: 992px) {
  .choices__item {
    font-size: 16px;
  }
}
.questionnaire {
  --container-width: 1306px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(16px, 1fr) [right-start center-start] minmax(
      0,
      var(--container-width)
    ) [left-end center-end] minmax(16px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .questionnaire {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .questionnaire {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .questionnaire {
    --container-width: 100%;
  }
}
.questionnaire__container {
  grid-area: center;
}
.questionnaire__wrapper {
  width: 65%;
  display: flex;
  flex-direction: column;
  gap: clamp(0.625rem, 3.185vw + -1.413rem, 1.25rem);
  font-size: clamp(1rem, 0.637vw + 0.592rem, 1.125rem);
  line-height: clamp(1.375rem, 1.911vw + 0.152rem, 1.75rem);
  color: #8e95a0;
  margin-bottom: clamp(1.875rem, 3.185vw + -0.163rem, 2.5rem);
}
.questionnaire__wrapper a {
  color: #294670;
}
.questionnaire__form {
  display: flex;
  flex-direction: column;
  gap: clamp(1.875rem, 3.185vw + -0.163rem, 2.5rem);
}
.questionnaire__form-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.questionnaire__form-title {
  color: #1d2b40;
  font-size: 18px;
  font-weight: 900;
  line-height: 28px;
}
.questionnaire__form-inputs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: clamp(1rem, 3.185vw + -1.038rem, 1.625rem);
}
.questionnaire__form-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 6px;
}
.questionnaire__form-wrapper--full {
  grid-column: span 3;
}
.questionnaire__form-label {
  font-size: clamp(0.75rem, 1.274vw + -0.065rem, 1rem);
  line-height: 24px;
  color: #8e95a0;
}
.questionnaire__form-label--blueDark {
  color: #1d2b40;
}
.questionnaire__form-label--politic {
  font-size: 14px;
  line-height: 20px;
}
.questionnaire__form-label--politic a {
  position: relative;
  transition: color 0.38s ease-in-out;
}
.questionnaire__form-label--politic a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #8e95a0;
  transition: 0.38s ease-in-out;
}
@media screen and (min-width: 993px) {
  .questionnaire__form-label--politic a:hover {
    color: #d42d24;
  }
  .questionnaire__form-label--politic a:hover::after {
    background-color: #d42d24;
  }
}
.questionnaire__form-checkboxs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: clamp(1.25rem, 3.185vw + -0.788rem, 1.875rem);
  row-gap: 8px;
  margin-top: 10px;
}
.questionnaire__form-checkboxs--radios {
  margin-top: 13px;
  width: 35%;
  grid-template-columns: 1fr 1fr;
}
.questionnaire__form-radiosItem {
  display: flex;
  gap: 10px;
  align-items: center;
}

@media (max-width: 992px) {
  .questionnaire__wrapper {
    width: 100%;
  }
  .questionnaire__form-inputs {
    grid-template-columns: 1fr 1fr;
  }
  .questionnaire__form-wrapper--full {
    grid-column: span 2;
  }
  .questionnaire__form-label {
    font-size: 16px;
  }
  .questionnaire__form-label--politic {
    font-size: 14px;
  }
  .questionnaire__form-checkboxs {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .questionnaire__form-inputs {
    grid-template-columns: 1fr;
  }
  .questionnaire__form-wrapper--full {
    grid-column: span 1;
  }
  .questionnaire__form-label--politic {
    width: 90%;
  }
  .questionnaire__form-checkboxs {
    grid-template-columns: 1fr;
  }
  .questionnaire__form-checkboxs--radios {
    grid-template-columns: 1fr 1fr;
  }
}
.geography {
  --container-width: 1306px;
  display: grid;
  grid-template-columns: [full-start left-start] minmax(16px, 1fr) [right-start center-start] minmax(
      0,
      var(--container-width)
    ) [left-end center-end] minmax(16px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .geography {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .geography {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .geography {
    --container-width: 100%;
  }
}
.geography__container {
  grid-area: right;
}
.geography__wrapper {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 1.274vw + 0.185rem, 1.25rem);
  margin-bottom: clamp(1.875rem, 9.554vw + -4.24rem, 3.75rem);
}
.geography__text {
  color: #8e95a0;
  font-size: clamp(1rem, 0.637vw + 0.592rem, 1.125rem);
  line-height: clamp(1.5rem, 1.274vw + 0.685rem, 1.75rem);
}
.geography__content {
  display: flex;
  align-items: flex-start;
}
.geography__cities {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 10px;
}
.geography__cities-item {
  color: #294670;
  font-size: clamp(1rem, 0.637vw + 0.592rem, 1.125rem);
  line-height: clamp(1.5rem, 1.274vw + 0.685rem, 1.75rem);
}
.geography__map {
  width: clamp(38.625rem, 120.382vw + -38.42rem, 62.25rem);
  position: relative;
  height: clamp(30rem, 20.064vw + 17.159rem, 33.938rem);
}
.geography__map img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: contain;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.geography__map-local {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  position: absolute;
  min-width: 70px;
  max-width: 70px;
}
.geography__map-local:hover .geography__map-city {
  opacity: 1;
}
/*.geography__map-local:first-of-type {*/
/*  top: clamp(18.125rem, 18.79vw + 6.1rem, 21.813rem);*/
/*  left: clamp(0rem, 3.185vw + -2.038rem, 0.625rem);*/
/*}*/
/*.geography__map-local:nth-of-type(2) {*/
/*  top: clamp(19.688rem, 20.382vw + 6.643rem, 23.688rem);*/
/*  left: clamp(0.938rem, 16.879vw + -9.865rem, 4.25rem);*/
/*}*/
/*.geography__map-local:nth-of-type(3) {*/
/*  top: clamp(20.625rem, 18.471vw + 8.803rem, 24.25rem);*/
/*  left: clamp(2.5rem, 25.159vw + -13.602rem, 7.438rem);*/
/*}*/
/*.geography__map-local:nth-of-type(4) {*/
/*  top: clamp(19.375rem, 23.567vw + 4.292rem, 24rem);*/
/*  left: clamp(6.25rem, 36.624vw + -17.189rem, 13.438rem);*/
/*}*/
/*.geography__map-local:nth-of-type(5) {*/
/*  top: clamp(17.188rem, 17.197vw + 6.181rem, 20.563rem);*/
/*  right: clamp(0.5rem, 13.694vw + -8.264rem, 3.188rem);*/
/*}*/
/*.geography__map-local:nth-of-type(6) {*/
/*  top: clamp(21.875rem, 31.529vw + 1.697rem, 28.063rem);*/
/*  left: clamp(1.375rem, 16.561vw + -9.224rem, 4.625rem);*/
/*}*/
/*.geography__map-local:nth-of-type(7) {*/
/*  top: clamp(22.375rem, 32.166vw + 1.789rem, 28.688rem);*/
/*  left: clamp(0.938rem, 15.287vw + -8.846rem, 3.938rem);*/
/*}*/
/*.geography__map-local:nth-of-type(8) {*/
/*  top: clamp(21.563rem, 31.21vw + 1.588rem, 27.688rem);*/
/*  left: clamp(9.688rem, 38.854vw + -15.179rem, 17.313rem);*/
/*}*/
/*.geography__map-local:nth-of-type(9) {*/
/*  top: clamp(20rem, 27.707vw + 2.268rem, 25.438rem);*/
/*  right: clamp(5.938rem, 30.573vw + -13.629rem, 11.938rem);*/
/*}*/
/*.geography__map-local:nth-of-type(10) {*/
/*  top: clamp(23.5rem, 39.49vw + -1.774rem, 31.25rem);*/
/*  left: clamp(12.188rem, 47.452vw + -18.182rem, 21.5rem);*/
/*}*/
/*.geography__map-local:nth-of-type(11) {*/
/*  top: clamp(22.625rem, 33.758vw + 1.02rem, 29.25rem);*/
/*  right: clamp(6.375rem, 27.707vw + -11.357rem, 11.813rem);*/
/*}*/
.geography__map-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(1.563rem, 1.592vw + 0.543rem, 1.875rem);
  height: clamp(1.563rem, 1.592vw + 0.543rem, 1.875rem);
}
.geography__map-circle {
  width: 8px;
  height: 8px;
  background-color: #4182cf;
  border-radius: 50%;
  z-index: 2;
}
.geography__map-blur {
  position: absolute;
  width: 100%;
  height: 100%;
  filter: blur(10px);
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(162, 209, 238, 0.7) 0%,
    rgba(162, 209, 238, 0.7) 100%
  );
  border-radius: 50%;
  z-index: 1;
}
.geography__map-city {
  z-index: 3;
  text-align: center;
  color: #294670;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  opacity: 0;
  transition: opacity 0.38s ease-in-out;
}

@media (max-width: 992px) {
  .geography__content {
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .geography__container {
    grid-area: center;
    overflow: hidden;
  }
  .geography__map {
    width: 598px;
    height: 330px;
  }
  /*.geography__map-local:first-of-type {*/
  /*  left: -10px;*/
  /*  top: 213px;*/
  /*}*/
  /*.geography__map-local:nth-of-type(2) {*/
  /*  top: 235px;*/
  /*}*/
  /*.geography__map-local:nth-of-type(3) {*/
  /*  top: 245px;*/
  /*  left: 50px;*/
  /*}*/
  /*.geography__map-local:nth-of-type(4) {*/
  /*  top: 230px;*/
  /*}*/
  /*.geography__map-local:nth-of-type(5) {*/
  /*  top: 195px;*/
  /*}*/
  /*.geography__map-local:nth-of-type(6) {*/
  /*  top: 270px;*/
  /*}*/
  /*.geography__map-local:nth-of-type(7) {*/
  /*  top: 278px;*/
  /*}*/
  /*.geography__map-local:nth-of-type(8) {*/
  /*  top: 275px;*/
  /*}*/
  /*.geography__map-local:nth-of-type(9) {*/
  /*  top: 240px;*/
  /*}*/
  /*.geography__map-local:nth-of-type(10) {*/
  /*  top: 306px;*/
  /*}*/
  /*.geography__map-local:nth-of-type(11) {*/
  /*  top: 282px;*/
  /*}*/
}
@media (max-width: 576px) {
  .geography__container {
    grid-area: full;
  }
  .geography__wrapper,
  .geography__cities {
    padding-left: 16px;
    padding-right: 16px;
  }
  .geography__content {
    gap: 20px;
  }
  .geography__map {
    width: 702px;
    height: 409px;
    margin-left: 16px;
  }
  .geography__map-wrapper {
    width: 20px;
    height: 20px;
  }
  .geography__map-circle {
    width: 5px;
    height: 5px;
  }
  /*.geography__map-local:first-of-type {*/
  /*  left: -14px;*/
  /*  top: 262px;*/
  /*}*/
  /*.geography__map-local:nth-of-type(2) {*/
  /*  top: 283px;*/
  /*  left: 25px;*/
  /*}*/
  /*.geography__map-local:nth-of-type(3) {*/
  /*  top: 290px;*/
  /*  left: 65px;*/
  /*}*/
  /*.geography__map-local:nth-of-type(4) {*/
  /*  top: 285px;*/
  /*  left: 135px;*/
  /*}*/
  /*.geography__map-local:nth-of-type(5) {*/
  /*  display: none;*/
  /*}*/
  /*.geography__map-local:nth-of-type(6) {*/
  /*  top: 333px;*/
  /*  left: 30px;*/
  /*}*/
  /*.geography__map-local:nth-of-type(7) {*/
  /*  top: 340px;*/
  /*  left: 25px;*/
  /*}*/
  /*.geography__map-local:nth-of-type(8) {*/
  /*  top: 330px;*/
  /*  left: 180px;*/
  /*}*/
  /*.geography__map-local:nth-of-type(9) {*/
  /*  display: none;*/
  /*}*/
  /*.geography__map-local:nth-of-type(10) {*/
  /*  top: 370px;*/
  /*  left: 227px;*/
  /*}*/
  /*.geography__map-local:nth-of-type(11) {*/
  /*  display: none;*/
  /*}*/
}
