@charset "UTF-8";
ul,
ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
:root {
  --black-text: #000;
  --green-text: #2bf2ad;
  --red-text: #e6352d;
  --bg-black: #0b0d1e;
  --bg-light-black: #12152b;
  --bg-grey: #f2f4f7;
  --link-color: #1681ff;
  --mo-border-radius-xxl: 1.5rem;
  --white-text: #ffffff;
  --orange: #faa619;
  --main-color: #141880;
}
body {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 400;
  color: var(--black-text);
  background-color: #fff;
}
.table > thead {
  vertical-align: middle;
}
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.box-bg {
  background-color: var(--black);
  border-radius: 50px;
}
.page-indent {
  padding-top: 128px;
}
.img-radius {
  border-radius: 8px;
}
a {
  color: var(--black-text);
  transition: opacity 0.25s ease;
}
video {
  max-width: 100%;
  border-radius: 8px;
  overflow: hidden;
  filter: drop-shadow(0px 0px 32px rgba(0, 0, 0, 0.16));
}
.fix-scroll {
  overflow: hidden;
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.link {
  font-size: 15px;
  font-weight: 500;
  color: white;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
}
.link:before {
  position: absolute;
  top: 1.7em;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  content: "";
  transition: width 0.3s ease;
}
.link:hover:before {
  width: 0;
}
.link:hover {
  opacity: 0.7;
}
/*===== FONTS =====*/

@font-face {
  font-family: Montserrat;
  src: url("fonts/Montserrat/Montserrat-Light.woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url("fonts/Montserrat/Montserrat-Regular.woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url("fonts/Montserrat/Montserrat-Medium.woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url("fonts/Montserrat/Montserrat-SemiBold.woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url("fonts/Montserrat/Montserrat-Bold.woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/*===== FONTS =====*/
html,
body {
  height: 100%;
  line-height: 1.2 !important;
}
img {
  display: inline-block;
}
section {
  margin: 50px 0;
}
h3 {
  font-size: 36px;
  font-weight: 700;
  color: var(--main-color);
  margin-bottom: 25px;
  margin-top: 60px;
}
h4 {
  font-size: 22px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 25px;
}
p {
  font-size: 22px;
  margin: 20px 0;
}
.italic {
  font-style: italic;
}
footer {
  margin-top: auto;
  position: relative;
}
.header {
  position: relative;
  width: 100%;
  z-index: 100;
  padding: 25px 0;
}
.header .nav li a {
  font-size: 22px;
  font-weight: 900;
  color: var(--main-color);
  position: relative;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.header .nav li a:hover {
  color: var(--orange);
}
.header .nav li a.js-click-toggle-page.active {
  color: rgba(255, 255, 255, 0.4);
}
.header .nav li a.js-click-toggle-page.active:before {
  display: none;
}
.header__action_text {
  font-size: 13px;
  margin-left: 15px;
}
.desk-nav li {
  padding-right: 30px;
}
.logo img {
  width: 243px;
}
.lang-border {
  border-left: 1px solid #000;
}
.lang {
  color: var(--black-text);
  font-size: 27px !important;
}
.logo-main {
  width: 340px;
  height: 100px;
  display: block;
}
.header .hamburger__line,
.header .hamburger__line:before,
.header .hamburger__line:after {
  background-color: #111;
}
.nav-mobile__button,
.nav-mobile-button {
  outline: none;
  border: none;
  background: transparent;
}
.m-50 {
  margin: 50px 0;
}
p {
  font-size: 22px;
}
.header-desk-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-desk-nav-block {
  display: flex;
  margin: 0 5px;
}
.logo-mob img {
  max-width: 250px;
}
@media (max-width: 1399px) {
  .header .nav li a {
    font-size: 16px;
  }
  .lang {
    font-size: 15px !important;
  }
  .logo-main {
    width: 250px;
    height: 65px;
  }
  .desk-nav li {
    padding-right: 20px;
  }
}
@media (max-width: 1199px) {
  .nav-mobile__inner .lang {
    color: var(--white-text);
  }
  .nav-mobile__inner .lang-border {
    border-left: 1px solid #fff;
  }
  .header {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .logo-main {
    width: 170px;
  }
  .header {
    top: 0;
  }
}
.footer {
  position: relative;
  background: var(--main-color);
  padding: 30px 0;
  margin-top: 80px;
}
.footer .footer__container {
  position: relative;
}
.footer .footer__container .footer-in {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer .footer__container .footer-in .footer__block {
  position: relative;
}
.footer .footer__container .footer-in .footer__block .footer-menu-list {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 80px;
  padding-left: 20px;
}
.footer
  .footer__container
  .footer-in
  .footer__block
  .footer-menu-list
  .footer-menu-link {
  display: block;
  text-decoration: none;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}
.footer .footer__container .footer-in .footer__block .footer-logo-contact {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 60px;
}
.footer
  .footer__container
  .footer-in
  .footer__block
  .footer-logo-contact
  .footer-contact {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  font-size: 14px;
  color: #fff;
}
.footer
  .footer__container
  .footer-in
  .footer__block
  .footer-logo-contact
  .footer-contact
  .footer-contact__title {
  font-weight: bold;
  margin-bottom: 10px;
}
.footer
  .footer__container
  .footer-in
  .footer__block
  .footer-logo-contact
  .footer-contact
  .footer-contact__text {
  display: block;
  text-decoration: none;
  color: #fff;
}
.footer .footer__container .footer-in .footer__block .footer__dev {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  top: 25px;
}
.footer
  .footer__container
  .footer-in
  .footer__block
  .footer__dev
  .footer__dev-block {
  position: relative;
}
.footer
  .footer__container
  .footer-in
  .footer__block
  .footer__dev
  .footer__dev-block
  .dev-link {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}
.footer
  .footer__container
  .footer-in
  .footer__block
  .footer__dev
  .footer__dev-block
  .footer__dev-social-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-start;
  gap: 25px;
  flex-wrap: wrap;
  max-width: 250px;
}
.footer
  .footer__container
  .footer-in
  .footer__block
  .footer__dev
  .footer__dev-block
  .footer__dev-social-wrapper
  .footer__dev-social-link {
  display: inline-block;
  text-decoration: none;
}
.footer
  .footer__container
  .footer-in
  .footer__block
  .footer__dev
  .footer__dev-block
  .footer__dev-social-wrapper
  .footer__dev-social-link:hover
  .icon-hover {
  display: block;
}
.footer
  .footer__container
  .footer-in
  .footer__block
  .footer__dev
  .footer__dev-block
  .footer__dev-social-wrapper
  .footer__dev-social-link:hover
  .icon-norm {
  display: none;
}
.footer
  .footer__container
  .footer-in
  .footer__block
  .footer__dev
  .footer__dev-block
  .footer__dev-social-wrapper
  .footer__dev-social-link
  .icon-hover {
  display: none;
}
@media (max-width: 1399px) {
  .footer .footer__container .footer-in {
    flex-direction: column;
    gap: 50px;
  }
  .footer .footer__container .footer-in .footer__block .footer__dev {
    justify-content: space-between;
    top: 0;
  }
  .footer .footer__container .footer-in .footer__block {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .footer .footer__container .footer-in .footer__block .footer-menu-list {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .footer .footer__container .footer-in .footer__block .footer-logo-contact {
    flex-direction: column;
  }
  .footer
    .footer__container
    .footer-in
    .footer__block
    .footer-logo-contact
    .footer-contact {
    flex-wrap: wrap;
  }
}
.hamburger {
  cursor: pointer;
}
.active > .hamburger .hamburger__line {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.active > .hamburger .hamburger__line::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.active > .hamburger .hamburger__line::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease,
    transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger__box {
  width: 28px;
  height: 24px;
  position: relative;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hamburger__line,
.hamburger__line:before,
.hamburger__line:after {
  width: 28px;
  height: 2px;
  border-radius: 10px;
  background-color: white;
  position: absolute;
  transition-property: transform, width;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger__line:before {
  top: -8px;
  content: "";
  display: block;
}
.hamburger__line:after {
  bottom: -8px;
  content: "";
  display: block;
}
.nav-mobile__inner {
  padding: 64px 32px;
  height: 100%;
}
.nav-mobile {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 110;
  top: 0px;
  left: -100%;
  background: var(--main-color);
  overflow-y: auto;
  visibility: hidden;
  transition: all 0.5s ease;
}
.nav-mobile .mobile-lang {
  width: 166px;
  margin: 0 auto;
  margin-top: 75px;
}
.nav-mobile.active {
  transform: translateX(100%);
  visibility: visible;
}
.nav-mobile li {
  margin-bottom: 32px;
  margin-top: 32px;
  text-align: center;
}
.nav-mobile li a {
  font-size: 30px;
  line-height: 1.3;
  color: white;
  font-weight: 900;
}
.nav-mobile li a:hover {
  color: white;
  opacity: 1;
}
.nav-mobile__button {
  position: absolute;
  top: 65px;
  right: 30px;
}
.nav-mobile__link {
  font-size: 36px;
  line-height: 1.2;
  cursor: pointer;
  color: #111;
  font-weight: 500;
}
.nav-mobile__link svg {
  width: 35px;
  height: 35px;
  margin-left: 4px;
  display: inline-block;
  vertical-align: middle;
  transition: transform 0.15s ease;
}
.slider-wrapper {
  position: relative;
}
.slider-wrapper img {
  min-height: 400px;
}
.slider-wrapper .slider-in {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.slider-wrapper .slider-in .slider__text {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 45px;
}
.slider-wrapper--main {
  margin: 0 !important;
}
.slider-in--flex-start {
  align-items: flex-start !important;
}
.slider__text-top {
  margin-top: 140px;
}
.slider-wrapper--contact {
  position: relative;
  margin: 0 !important;
}
.slider-wrapper--contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3215686275);
}
@media (max-width: 767px) {
  .slider-wrapper .slider-in .slider__text {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .slider-wrapper .slider-in .slider__text br {
    /* display: none; */
  }
  .slider-wrapper img {
    min-height: 300px;
    object-fit: cover;
  }
}
.main-content {
  position: relative;
  margin-top: 60px;
}
.main-content ul {
  font-size: 22px;
}
.main-content ul li {
  position: relative;
  padding-left: 20px;
}
.main-content ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 5px;
  background: #000;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.main-content a {
  color: var(--main-color);
  text-decoration: underline;
  font-weight: 700;
}
.main-content .main-content-in {
  position: relative;
  max-width: 875px;
}
.main-content .main-content-in .simple-text {
  font-size: 22px;
  margin: 20px 0;
}
.main-content .main-content-in .main-sevices-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 22px;
  color: #fff;
  margin: 25px 0;
}
.main-content .main-content-in .main-sevices-wrapper .main-sevices-block {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: var(--main-color);
  border-radius: 15px;
  padding: 25px;
  gap: 30px;
}
.main-content
  .main-content-in
  .main-sevices-wrapper
  .main-sevices-block
  .main-sevices-block__img
  img {
  display: inline-block;
  width: 56px;
  min-width: 56px;
  height: 56px;
}
.main-content .main-content-in .column-gray {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 22px;
}
.main-content .main-content-in .column-gray .column-gray-block {
  position: relative;
  background: #e3ebf6;
  border-radius: 15px;
  padding: 25px;
}
.main-content
  .main-content-in
  .column-gray
  .column-gray-block
  .column-gray-block__title {
  font-weight: 700;
}
.map-wrapper {
  position: relative;
  margin: 50px 0;
}
.map-wrapper .map-in {
  position: relative;
}
.map-wrapper .map-in .map-text {
  position: absolute;
  bottom: 140px;
  left: 0;
  font-size: 22px;
  max-width: 335px;
}
.table-section {
  position: relative;
}
.table-section .table-section__in {
  position: relative;
}
.contact-row {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  font-size: 22px;
  margin-top: 40px;
}
.contact-row .contact-content-title {
  font-weight: bold;
  color: var(--main-color);
  margin-bottom: 10px;
}
.contact-content {
  margin-bottom: 20px;
}
.contact-content:last-child {
  margin: 0;
}
.vacancies-search {
  position: relative;
  padding: 50px 0;
  background: #e3ebf6;
  margin-top: 100px;
  margin-bottom: -80px;
  font-size: 22px;
}
.vacancies-search .vacancies-search__in .vacancies-search__row {
  border-radius: 15px;
  padding: 20px;
  background: #fff;
  max-width: 835px;
  margin-bottom: 20px;
}
.vacancies-search .vacancies-search__in .vacancies-search__row:last-child {
  margin-top: 0;
}
.vacancies-search
  .vacancies-search__in
  .vacancies-search__row
  .vacancies-search__row-title {
  margin-bottom: 15px;
  font-weight: 700;
}
.vacancies-search
  .vacancies-search__in
  .vacancies-search__row
  .vacancies-search__row-list {
  list-style: none;
}
.vacancies-search
  .vacancies-search__in
  .vacancies-search__row
  .vacancies-search__row-list
  li {
  position: relative;
  padding-left: 30px;
}
.vacancies-search
  .vacancies-search__in
  .vacancies-search__row
  .vacancies-search__row-list
  li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 10px;
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 50%;
}
.vacancies-search .vacancies-search__row-text {
  max-width: 850px;
  margin-top: 40px;
}
.form-contact .form-label {
  display: block;
  font-size: 22px;
}
.form-contact input,
.form-contact select,
.form-contact textarea {
  outline: none;
  border: 1px solid #898989;
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  font-size: 22px;
}
.btn-submit {
  outline: none;
  width: 100%;
  background: var(--orange);
  color: #fff;
  font-weight: 900;
  font-size: 22px;
  text-transform: uppercase;
}
.btn-submit:hover {
  opacity: 0.7;
}
.contact-map {
  position: relative;
  border-radius: 12px;
  background: #e3eefc;
  padding: 25px;
  margin-top: 50px;
}
.contact-map__title {
  font-size: 22px;
  color: var(--main-color);
  font-weight: 700;
}
.contact-map__text {
  margin: 20px 0;
  font-size: 22px;
}
.contact-map__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 991px) {
  .map-wrapper .map-in .map-text {
    bottom: 78px;
    font-size: 14px;
    max-width: 225px;
  }
}
@media (max-width: 767px) {
  .contact-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 575px) {
  .map-wrapper .map-in .map-text {
    position: relative;
    width: 100%;
    bottom: auto;
    left: auto;
    max-width: 100%;
    font-size: 22px;
    margin-top: 30px;
  }
}
table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 14px;
  text-align: left;
}
th,
td {
  padding: 10px;
}
th {
  color: var(--main-color);
  text-align: center;
  border: none;
}
tr:nth-child(odd) {
  background-color: #e3eefc;
}
tr:hover {
  background-color: #ddd;
}
.section-header {
  background-color: #b3c8f3;
  font-weight: bold;
  text-align: left;
}
.category-header {
  background-color: #b3c8f3;
  font-weight: bold;
}
.main-header {
  background: transparent !important;
}
.section-header--first {
  background: #b3c8f3 !important;
  border-top: 3px solid var(--main-color);
  border-bottom: 1px solid #fff;
}
.services-page-in {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.services-page__block {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  transition: 250ms;
  border-radius: 10px;
  background: #e3ebf6;
  padding: 30px;
  grid-gap: 60px;
  max-width: 900px;
}
.services-page__block-img {
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
.services-page__block-img img {
  max-height: 270px;
  width: 100%;
  object-fit: cover;
  display: block;
}
.services-page__block-text {
  font-size: 24px;
  color: var(--main-color);
  font-weight: 700;
}
.services-page__block:hover {
  background: #c0d1e8;
}
.services-content {
  position: relative;
}
.services-content-in {
  position: relative;
  background: #e3ebf6;
  border-radius: 10px;
  font-size: 22px;
  padding: 30px;
}
.services-content-in ul li {
  margin: 20px 0;
  padding-left: 30px;
  position: relative;
}
.services-content-in ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 50%;
}
.services-title {
  font-weight: 700;
  color: var(--main-color);
}
@media (max-width: 991px) {
  .services-page__block {
    grid-gap: 30px;
  }
  .services-page__block-text {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .services-page__block {
    grid-template-columns: repeat(1, 1fr);
  }
}
.map-wrapper {
  background: #e3ebf6;
  padding: 50px 0;
}
#image-map {
  position: relative;
  margin: 50px auto;
  max-width: 1050px;
}
#image-map img {
  width: 100%;
  height: auto;
}
.pin {
  display: block; /* Чтобы точки были видимы */
  position: absolute; /* Для размещения точек по координатам left и top */
  width: 17px;
  height: 17px;
  background: #faa619;
  border: 4px solid #141880;
  border-radius: 50%;
  cursor: pointer;
}
.tooltip-up,
.tooltip-down {
  position: absolute;
  background: #faa619;
  border: 4px solid #141880;
  width: 17px;
  height: 17px;
  border-radius: 50%;
}
.tooltip-down {
  background-position: 0 -37px;
}
.tooltip {
  display: none;
  width: 240px;
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 999;
  margin-left: -119px;
  padding: 10px;
  background: var(--main-color);
  color: #fff;
  border-radius: 8px;
  margin-top: 17px;
}
.tooltip::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-bottom: 10px solid var(--main-color);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.tooltip-down .tooltip {
  bottom: 12px;
  top: auto;
}
.tooltip-down .tooltip::after {
  bottom: -10px;
  top: auto;
  border-bottom: 0;
  border-top: 10px solid var(--main-color);
}
.tooltip h2 {
  font-size: 12px;
}
.tooltip ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
}
.pin-down-1 {
  left: 14px;
  top: 314px;
}
.pin-down-2 {
  left: 86px;
  top: 210px;
}
.pin-down-3 {
  left: 149px;
  top: 296px;
}
.pin-down-4 {
  left: 238px;
  top: 141px;
}
.pin-down-5 {
  left: 265px;
  top: 246px;
}
.pin-down-6 {
  left: 221px;
  top: 364px;
}
.pin-down-7 {
  left: 233px;
  top: 337px;
}
.pin-down-8 {
  left: 402px;
  top: 187px;
}
.pin-down-9 {
  left: 492px;
  top: 168px;
}
.pin-down-10 {
  left: 566px;
  top: 231px;
}
.pin-down-11 {
  left: 573px;
  top: 467px;
}
.pin-down-12 {
  left: 611px;
  top: 501px;
}
.pin-down-13 {
  left: 657px;
  top: 399px;
}
.pin-down-14 {
  left: 712px;
  top: 406px;
}
.pin-down-15 {
  left: 719px;
  top: 124px;
}
.pin-down-16 {
  left: 765px;
  top: 408px;
}
.pin-down-17 {
  left: 887px;
  top: 301px;
}
.big-svg-img--dots {
  display: none;
}
@media (max-width: 1199px) {
  .pin-down-1 {
    left: 19px;
    top: 292px;
  }
  .pin-down-2 {
    left: 86px;
    top: 198px;
  }
  .pin-down-3 {
    left: 143px;
    top: 275px;
  }
  .pin-down-4 {
    left: 224px;
    top: 135px;
  }
  .pin-down-5 {
    left: 247px;
    top: 228px;
  }
  .pin-down-6 {
    left: 206px;
    top: 335px;
  }
  .pin-down-7 {
    left: 218px;
    top: 311px;
  }
  .pin-down-8 {
    left: 370px;
    top: 176px;
  }
  .pin-down-9 {
    left: 452px;
    top: 158px;
  }
  .pin-down-10 {
    left: 519px;
    top: 216px;
  }
  .pin-down-11 {
    left: 524px;
    top: 427px;
  }
  .pin-down-12 {
    left: 560px;
    top: 460px;
  }
  .pin-down-13 {
    left: 600px;
    top: 368px;
  }
  .pin-down-14 {
    left: 629px;
    top: 398px;
  }
  .pin-down-15 {
    left: 654px;
    top: 120px;
  }
  .pin-down-16 {
    left: 697px;
    top: 374px;
  }
  .pin-down-17 {
    left: 806px;
    top: 279px;
  }
}
@media (max-width: 991px) {
  .pin {
    width: 10px;
    height: 10px;
    border: 2px solid #141880;
  }
  .pin-down-1 {
    left: 11px;
    top: 225px;
  }
  .pin-down-2 {
    left: 61px;
    top: 153px;
  }
  .pin-down-3 {
    left: 104px;
    top: 214px;
  }
  .pin-down-4 {
    left: 168px;
    top: 104px;
  }
  .pin-down-5 {
    left: 187px;
    top: 178px;
  }
  .pin-down-6 {
    left: 155px;
    top: 260px;
  }
  .pin-down-7 {
    left: 163px;
    top: 241px;
  }
  .pin-down-8 {
    left: 282px;
    top: 137px;
  }
  .pin-down-9 {
    left: 345px;
    top: 122px;
  }
  .pin-down-10 {
    left: 397px;
    top: 167px;
  }
  .pin-down-11 {
    left: 402px;
    top: 333px;
  }
  .pin-down-12 {
    left: 431px;
    top: 357px;
  }
  .pin-down-13 {
    left: 460px;
    top: 285px;
  }
  .pin-down-14 {
    left: 484px;
    top: 309px;
  }
  .pin-down-15 {
    left: 504px;
    top: 93px;
  }
  .pin-down-16 {
    left: 537px;
    top: 291px;
  }
  .pin-down-17 {
    left: 621px;
    top: 217px;
  }
}
@media (max-width: 767px) {
  .tooltip {
    display: block !important;
    position: relative;
    top: auto;
    left: auto;
    margin: 0;
    width: 100%;
    margin-top: 20px;
  }
  .pin {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    border: 0;
  }
  .tooltip::after {
    display: none;
  }
  .map-text b {
    white-space: nowrap;
  }
  .map-wrapper .map-in .map-text {
    position: relative;
    max-width: 100%;
    bottom: auto;
  }

  .in_table {
    overflow: auto;
    width: 100%;
  }

  .big-svg-img--no-dots {
    display: none;
  }
  .big-svg-img--dots {
    display: block;
  }
}
.news-wrapper {
  position: relative;
}
.news-in {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
}
.news-in .news-in__block {
  position: relative;
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 22px;
}
.news-in .news-in__block .news-in__block-img {
  border-radius: 14px;
  overflow: hidden;
}
.news-in .news-in__block .news-in__block-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  max-height: 300px;
}
.news-in .news-in__block .news-in__block-date {
  margin-top: 20px;
  margin-bottom: 15px;
}
.news-in .news-in__block .news-in__block-text span {
  color: var(--main-color);
  font-weight: bold;
}
@media (max-width: 767px) {
  .news-in {
    grid-template-columns: repeat(1, 1fr);
  }
}
.anticorruption {
  position: relative;
  background: #e3ebf6;
  padding: 50px 0;
  margin-bottom: -80px;
}
.anticorruption h3 {
  margin-top: 0;
}
.anticorruption .anticorruption__in {
  position: relative;
}
.anticorruption .anticorruption__in .anticorruption__row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  color: #000;
  margin-bottom: 25px;
}
.anticorruption .anticorruption__in .anticorruption__row:last-child {
  margin-bottom: 0;
}
.anticorruption
  .anticorruption__in
  .anticorruption__row
  .anticorruption__row-img {
  display: inline-block;
  margin-right: 15px;
}
.anticorruption
  .anticorruption__in
  .anticorruption__row
  .anticorruption__row-text {
  font-weight: 700;
  max-width: 450px;
}
.anticorruption__row-contact {
  background: #141880;
  display: inline-block;
  padding: 25px 50px;
  border-radius: 20px;
  margin-top: 50px;
}
.anticorruption__row-contact .anticorruption__row-contact-number {
  font-size: 52px;
  font-weight: 700;
  color: #faa619;
  text-decoration: none;
  display: block;
}
.anticorruption__row-contact .anticorruption__row-contact-text {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}
.anticorruption__row-contact .anticorruption__row-contact-link {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .anticorruption__row-contact {
    padding: 25px 25px;
    margin: 50px auto;
    display: block;
  }
}

@media (max-width: 767px) {
  .anticorruption
    .anticorruption__in
    .anticorruption__row
    .anticorruption__row-text {
    font-weight: 700;
    max-width: 300px;
  }
  .anticorruption__row-contact .anticorruption__row-contact-number {
    font-size: 40px;
    text-align: center;
  }
  .anticorruption__row-contact .anticorruption__row-contact-text {
    font-size: 20px;
    width: 214px;
    text-align: center;
    margin: auto;
  }
  .anticorruption__row-contact .anticorruption__row-contact-link {
    text-align: center;
  }

  .main-content .main-content-in .main-sevices-wrapper {
    font-size: 16px;
  }
}

.lang.active {
  color: #faa619;
}
section.contact-wrapper {
  margin-top: 0;
}
.contact-content-in .contact-row {
  margin-top: 0;
}

path.color {
  fill: #0030e6;
}
.footer-logo-img img.img-fluid {
  max-width: 311px;
  max-height: 80px;
}
div#responseMessage {
  font-weight: 700;
  color: var(--main-color);
  text-align: center;
}

.form-block .simple-text {
  font-size: 22px;
  margin: 20px 0;
}

.form-block a {
  color: var(--main-color);
  font-weight: bold;
}

.footer__dev-social-link img {
  max-width: 65px;
}
