@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Manrope-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Manrope-Semibold.woff2") format("woff2");
}
@font-face {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/OpenSans-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Manrope-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Manrope-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/OpenSans-ExtraBold.woff2") format("woff2");
}
/*********************  preloader  *******************/
/********************  VARS  *****************/
/**********************  MEDIA  *******************/
/*************************** BODY **************************/
html,
body {
  height: 100%;
}

body {
  font-family: "OpenSans", sans-serif;
  font-size: 1.125em;
  line-height: 1.22222;
  width: 100%;
  min-width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #013662;
  background-color: #fff;
  font-weight: 400;
}
@media all and (max-width: 575px) {
  body {
    font-size: 1em;
  }
}

header,
footer {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

ul {
  list-style: none;
  margin: 0;
}

p {
  font-style: normal;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  margin: 0;
}

.heading {
  margin-bottom: 40px;
}
.heading h2,
.heading h1 {
  font-family: "Manrope", sans-serif;
  font-size: 45px;
  line-height: 53px;
  font-weight: 700;
  text-transform: uppercase;
}
@media all and (max-width: 575px) {
  .heading h2,
  .heading h1 {
    font-size: 30px;
    line-height: 120%;
  }
}
.heading p {
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  line-height: 108%;
  color: #0a73b3;
  font-weight: 700;
  margin-top: 30px;
}
@media all and (max-width: 575px) {
  .heading p {
    margin-top: 20px;
  }
}
.heading.page__heading {
  border-bottom: 1px solid #0a73b3;
  padding-bottom: 20px;
}
.heading.page__heading p {
  font-size: 18px;
  line-height: 114%;
  font-weight: 400;
  margin-top: 15px;
  color: #0a73b3;
}
.heading.page__heading-page {
  border-bottom: none;
  padding-bottom: 0;
}

.btn {
  font-family: "Manrope", sans-serif;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #013662;
  padding: 9px 26px;
  font-size: 24px;
  line-height: 27px;
  font-weight: 700;
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
  border-radius: 10px;
  min-width: 150px;
}
@media all and (max-width: 575px) {
  .btn {
    font-size: 18px;
    padding: 10px 30px;
  }
}
.btn:hover {
  color: #fff;
  background-color: #002544;
}
.btn img {
  margin-right: 22px;
}
.btn.btn-submit {
  background-color: #b58f63;
  color: #f5f1e6;
  border: none;
  font-size: 18px;
  font-weight: 600;
}

a {
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  text-decoration: none;
}

button {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
button:active, button:focus {
  outline: none;
}

button:disabled,
button[disabled] {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
  pointer-events: all !important;
}
button:disabled:hover,
button[disabled]:hover {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
  pointer-events: all !important;
}

*:focus {
  outline: none;
}

* {
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

.center {
  text-align: center;
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

input,
textarea {
  outline: none !important;
  border-radius: 0;
}

input.wpcf7-submit {
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

details summary::-webkit-details-marker {
  display: none;
}

details > summary {
  list-style: none;
}

/*****************  ARROW UP  **************/
.bg__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

/********************  MODAL  **********************/
.modal {
  max-width: 694px;
  width: 100%;
  color: #013662;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-image: -webkit-image-set(url("../img/24.webp") type("image/webp") 1x, url("../img/24.png") type("image/png") 1x);
  background-image: image-set(url("../img/24.webp") type("image/webp") 1x, url("../img/24.png") type("image/png") 1x);
}
.modal a {
  outline: none !important;
}
.modal .modal__heading {
  max-width: 456px;
  width: 100%;
  margin: 0 auto;
}
.modal .modal__heading h2 {
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  line-height: 116%;
  margin-bottom: 15px;
}
.modal .modal__heading p {
  font-size: 20px;
  line-height: 116%;
  margin-bottom: 25px;
}
@media all and (max-width: 575px) {
  .modal .modal__heading p {
    font-size: 16px;
  }
}
.modal .modal__heading a {
  font-family: "Manrope", sans-serif;
  font-size: 37px;
  line-height: 116%;
  margin-bottom: 20px;
  font-weight: 700;
  display: inline-block;
  color: #013662;
}
@media all and (max-width: 575px) {
  .modal .modal__heading a {
    font-size: 24px;
    margin-bottom: 6px;
  }
}
.modal .form__inner form {
  max-width: 388px;
  width: 100%;
  margin: 0 auto;
}
.modal .form__inner .form__item {
  margin-bottom: 10px;
}
.modal .form__inner .form__item input, .modal .form__inner .form__item textarea {
  width: 100%;
  height: 45px;
  padding-left: 60px;
  padding-right: 10px;
  border: 1px solid #b58f63;
  border-radius: 10px;
  background-color: #fff;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
  background-size: 24px;
  background-position: 26px 50%;
  background-repeat: no-repeat;
}
.modal .form__inner .form__item textarea  {
    height: 120px;
    resize: none;
    padding-top: 10px;
    padding-left: 20px;
}
.modal .form__inner .form__item input::-webkit-input-placeholder, .modal .form__inner .form__item textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
.modal .form__inner .form__item input::-moz-placeholder, .modal .form__inner .form__item textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
.modal .form__inner .form__item input::-ms-placeholder, .modal .form__inner .form__item textarea::-ms-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
.modal .form__inner .form__item input::-webkit-input-placeholder, .modal .form__inner .form__item textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
.modal .form__inner .form__item input::-moz-placeholder, .modal .form__inner .form__item textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
.modal .form__inner .form__item input:-ms-input-placeholder, .modal .form__inner .form__item textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
.modal .form__inner .form__item input::-ms-input-placeholder, .modal .form__inner .form__item textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
.modal .form__inner .form__item input::placeholder, .modal .form__inner .form__item textarea::placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
.modal .form__inner .form__item input.name {
  background-image: url("../img/icon_35.svg");
}
.modal .form__inner .form__item input.phone {
  background-image: url("../img/icon_36.svg");
}
.modal .form__inner .form__submit {
  padding-top: 14px;
  margin-bottom: 20px;
  position: relative;
}
.modal .form__inner .form__policy .policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  margin: 5px auto 20px auto;
}
.modal .form__inner .form__policy .policy .text p {
  color: #000;
  font-size: 12px;
  line-height: 15px;
}
.modal .form__inner .form__policy .policy .text p a {
  text-decoration: underline;
  color: #000;
}
.modal .form__inner .form__policy .policy .checkbox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  position: relative;
  border: 1px solid #b58f63;
  width: 24px;
  height: 24px;
  border-radius: 5px;
}
.modal .form__inner .form__policy .policy .checkbox span.wpcf7-form-control-wrap {
  margin-bottom: 0;
  height: auto;
}
.modal .form__inner .form__policy .policy .checkbox span.wpcf7-form-control-wrap:before {
  display: none;
}
.modal .form__inner .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input {
  position: absolute;
  opacity: 0;
  top: 0px;
  bottom: 0;
  left: 0px;
  right: 0;
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: block;
  z-index: 1000;
}
.modal .form__inner .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input:checked ~ .wpcf7-list-item-label {
  background-color: #fff;
}
.modal .form__inner .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input:checked ~ .wpcf7-list-item-label:after {
  display: block;
}
.modal .form__inner .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item span.wpcf7-list-item-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 0 !important;
  color: transparent;
}
.modal .form__inner .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item span.wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 5px;
  margin: auto;
  width: 8px;
  height: 10px;
  border: solid #b58f63;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*********************  HEADER  ************************/
header {
  min-height: 145px;
  position: relative;
  z-index: 999;
}
@media all and (max-width: 991px) {
  header {
    min-height: inherit;
  }
}
header .header__top {
  color: #fff;
  background-color: #013662;
  padding-top: 13px;
  padding-bottom: 13px;
}
@media all and (max-width: 991px) {
  header .header__top {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
header .header__top .header__logo .logo__inner img {
  width: 280px;
  height: auto;
}
@media all and (max-width: 991px) {
  header .header__top .header__logo .logo__inner img {
    width: 200px;
  }
}
@media all and (max-width: 991px) {
  header .header__top .header__address {
    display: none;
  }
}
header .header__top .header__address .address__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .header__top .header__address .address__inner p {
  font-family: "Manrope", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 16px;
}
@media all and (max-width: 1199px) {
  header .header__top .header__address .address__inner p {
    font-size: 14px;
  }
}
header .header__top .header__address .address__inner p img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
}
header .header__top .header__contacts .contacts__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media all and (max-width: 991px) {
  header .header__top .header__contacts .contacts__inner {
    display: none;
  }
}
header .header__top .header__contacts .contacts__inner .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 11px;
}
header .header__top .header__contacts .contacts__inner ul {
  border-left: 1px solid #f4d350;
  padding-left: 11px;
}
header .header__top .header__contacts .contacts__inner ul li:not(:last-child) {
  margin-bottom: 4px;
}
header .header__top .header__contacts .contacts__inner ul li a {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  color: #f4d350;
}
@media all and (max-width: 1199px) {
  header .header__top .header__contacts .contacts__inner ul li a {
    font-size: 14px;
  }
}
header .header__top .header__contacts .header_burger {
  position: relative;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media all and (max-width: 991px) {
  header .header__top .header__contacts .header_burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
header .header__top .header__contacts .header_burger .burger_button {
  position: relative;
  top: 2px;
  width: 30px;
  height: 30px;
  display: block;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 20;
}
header .header__top .header__contacts .header_burger .burger_button span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
header .header__top .header__contacts .header_burger .burger_button span:nth-child(1) {
  top: 4px;
}
header .header__top .header__contacts .header_burger .burger_button span:nth-child(2) {
  top: 12px;
}
header .header__top .header__contacts .header_burger .burger_button span:nth-child(3) {
  top: 20px;
}
header .header__top .header__contacts .header_burger .burger_button.open span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
header .header__top .header__contacts .header_burger .burger_button.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
header .header__top .header__contacts .header_burger .burger_button.open span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
header .header__top .header__contacts .header_burger .menu_toggle {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #013662;
  margin: 0;
  overflow: auto;
  color: #fff;
  z-index: 11;
  padding-top: 40px;
  top: 70px;
  padding-bottom: 70px;
  -webkit-transform: translateY(70px);
      -ms-transform: translateY(70px);
          transform: translateY(70px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
header .header__top .header__contacts .header_burger .menu_toggle.slide {
  -webkit-transform: translateY(70px);
      -ms-transform: translateY(70px);
          transform: translateY(70px);
}
header .header__top .header__contacts .header_burger .menu_toggle.menuopen {
  -webkit-transform: translateX(0%) !important;
      -ms-transform: translateX(0%) !important;
          transform: translateX(0%) !important;
}
header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner {
  width: 100%;
  margin: 0 auto;
  max-width: 690px;
}
@media all and (max-width: 767px) {
  header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner {
    max-width: 510px;
  }
}
@media all and (max-width: 575px) {
  header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner .mobile-menu {
  margin-bottom: 20px;
}
header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner .mobile-menu li {
  display: block;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner .mobile-menu li.current-menu-item > a {
  text-decoration: underline;
}
header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner .mobile-menu li a {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  display: inline-block;
  padding-top: 12px;
  padding-bottom: 12px;
}
header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner .mobile-menu li a:hover {
  text-decoration: underline;
}
header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner .mobile-menu li.menu-item-has-children {
  padding-right: 50px;
}
header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner .mobile-menu li.menu-item-has-children:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 1.5px;
  width: 24px;
  height: 12px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/icon_4_1.svg");
}
header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner .mobile-menu li.menu-item-has-children.open:after {
  content: "";
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner .mobile-menu li.menu-item-has-children > ul.sub-menu {
  margin-right: -50px;
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner .mobile-menu li.menu-item-has-children > ul.sub-menu li:nth-last-child(1) {
  border-bottom: none;
}
header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner .mobile-menu li.menu-item-has-children > ul.sub-menu li.menu__title {
  border-bottom: none;
  padding-top: 10px;
}
header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner .mobile-menu li.menu-item-has-children > ul.sub-menu li.menu__title a {
  text-transform: uppercase;
  color: #fff;
  text-decoration: underline;
  display: block;
}
header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner .mobile-menu li.menu-item-has-children > ul.sub-menu li.menu__title a:after {
  display: none;
}
header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner .mobile-menu li.menu-item-has-children > ul.sub-menu li a {
  padding-left: 20px;
  text-transform: none;
}
header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner .mobile-menu li.menu-item-has-children > ul.sub-menu li > ul.sub-menu li {
  padding-left: 20px;
}
header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner .contacts__inner {
  display: block;
}
header .header__top .header__contacts .header_burger .menu_toggle .toggle__inner .contacts__inner ul {
  padding-left: 0;
  border-left: none;
}
header .header__menu {
  border-bottom: 2px solid #013662;
  background-color: #fff;
}
@media all and (max-width: 991px) {
  header .header__menu {
    display: none;
  }
}
header .header__menu.menu__fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.06);
  border-bottom: none;
}
header .header__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .header__menu ul li {
  position: relative;
}
header .header__menu ul li.current-menu-item > a {
  color: #0a73b3;
  font-weight: 800;
}
header .header__menu ul li a {
  color: #013662;
  text-transform: uppercase;
  font-weight: 600;
  padding: 11px 0;
  display: inline-block;
}
header .header__menu ul li.menu-item-has-children {
  position: relative;
  padding-right: 8px;
}
header .header__menu ul li.menu-item-has-children:before {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/icon_4.svg");
  width: 24px;
  height: 12px;
  top: 0;
  bottom: 0;
  right: -20px;
  margin: auto;
}
header .header__menu ul li.menu-item-has-children:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
header .header__menu ul li.menu-item-has-children ul.sub-menu {
  position: absolute;
  top: 42px;
  left: 0;
  padding: 10px 0;
  width: 290px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  display: block;
  background-color: #fff;
  z-index: 10;
  -webkit-box-shadow: 0px 0px 23px 0px rgba(82, 82, 82, 0.18);
          box-shadow: 0px 0px 23px 0px rgba(82, 82, 82, 0.18);
}
@media all and (max-width: 991px) {
  header .header__menu ul li.menu-item-has-children ul.sub-menu {
    width: 180px;
  }
}
header .header__menu ul li.menu-item-has-children ul.sub-menu li {
  padding: 3px 15px 3px 15px;
  margin-right: 0;
}
header .header__menu ul li.menu-item-has-children ul.sub-menu li:after {
  left: 16px;
}
header .header__menu ul li.menu-item-has-children ul.sub-menu li:before {
  right: 8px;
  top: 13px;
  bottom: auto;
}
@media all and (max-width: 991px) {
  header .header__menu ul li.menu-item-has-children ul.sub-menu li:before {
    right: 6px;
  }
}
header .header__menu ul li.menu-item-has-children ul.sub-menu li.current-menu-item a {
  text-decoration: underline;
}
header .header__menu ul li.menu-item-has-children ul.sub-menu li a {
  padding: 5px 0;
  line-height: 20px;
  display: block;
  font-size: 16px;
}
@media all and (max-width: 991px) {
  header .header__menu ul li.menu-item-has-children ul.sub-menu li a {
    font-size: 14px;
    line-height: 18px;
  }
}
header .header__menu ul li.menu-item-has-children ul.sub-menu li a:hover {
  text-decoration: underline;
}
header .header__menu ul li.menu-item-has-children ul.sub-menu ul.sub-menu {
  left: 198px;
  top: -5px;
}

/***************************  mainblock  **************************/
#mainblock {
  position: relative;
  overflow: hidden;
  padding-top: 45px;
  margin-bottom: 80px;
  z-index: 2;
}
@media all and (max-width: 991px) {
  #mainblock {
    margin-bottom: 60px;
  }
}
#mainblock .mainblock__content {
  margin-bottom: 77px;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 991px) {
  #mainblock .mainblock__content {
    margin-bottom: 50px;
  }
}
#mainblock .mainblock__content:after {
  position: absolute;
  content: "";
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/2.png");
  width: 770px;
  height: 770px;
  bottom: -230px;
  left: -300px;
  z-index: -1;
}
@media all and (max-width: 1600px) {
  #mainblock .mainblock__content:after {
    left: -450px;
  }
}
@media all and (max-width: 1199px) {
  #mainblock .mainblock__content:after {
    display: none;
  }
}
#mainblock .mainblock__content .content__inner h1 {
  font-family: "Manrope", sans-serif;
  font-size: 43px;
  line-height: 51px;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 14px;
}
@media all and (max-width: 1600px) {
  #mainblock .mainblock__content .content__inner h1 {
    font-size: 34px;
  }
}
#mainblock .mainblock__content .content__inner p {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media all and (max-width: 575px) {
  #mainblock .mainblock__content .content__inner p {
    font-size: 20px;
  }
}
#mainblock .mainblock__content .content__inner ul {
  max-width: 590px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
}
@media all and (max-width: 1199px) {
  #mainblock .mainblock__content .content__inner ul {
    margin-left: 0;
    margin-right: auto;
  }
}
#mainblock .mainblock__content .content__inner ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
}
@media all and (max-width: 575px) {
  #mainblock .mainblock__content .content__inner ul li {
    font-size: 16px;
    line-height: 120%;
  }
}
#mainblock .mainblock__content .content__inner ul li:not(:last-child) {
  margin-bottom: 10px;
}
#mainblock .mainblock__content .content__inner ul li:nth-child(2), #mainblock .mainblock__content .content__inner ul li:nth-child(3) {
  margin-left: 40px;
}
@media all and (max-width: 1199px) {
  #mainblock .mainblock__content .content__inner ul li:nth-child(2), #mainblock .mainblock__content .content__inner ul li:nth-child(3) {
    margin-left: 0;
  }
}
#mainblock .mainblock__content .content__inner ul li img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 30px;
}
@media all and (max-width: 575px) {
  #mainblock .mainblock__content .content__inner ul li img {
    width: 70px;
    height: 70px;
    margin-right: 20px;
  }
}
#mainblock .mainblock__video {
  margin-bottom: 77px;
}
@media all and (max-width: 991px) {
  #mainblock .mainblock__video {
    margin-bottom: 50px;
  }
}
#mainblock .mainblock__video .video__inner {
  max-width: 473px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
}
@media all and (max-width: 991px) {
  #mainblock .mainblock__video .video__inner {
    max-width: none;
  }
}
#mainblock .mainblock__video .video__inner .video {
  display: block;
  width: 100%;
  height: 378px;
  border-radius: 10px;
  margin-bottom: 26px;
  overflow: hidden;
}
@media all and (max-width: 575px) {
  #mainblock .mainblock__video .video__inner .video {
    height: 320px;
  }
}
#mainblock .mainblock__video .video__inner .video img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
#mainblock .mainblock__video .video__inner ul li {
  font-family: "Manrope", sans-serif;
  border-radius: 10px;
  padding: 17px 18px;
  color: #fff;
  background-color: #013662;
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
#mainblock .mainblock__video .video__inner ul li a {
    color: #fff;
}
@media all and (max-width: 1199px) {
  #mainblock .mainblock__video .video__inner ul li {
    font-size: 15px;
  }
}
#mainblock .mainblock__video .video__inner ul li:not(:last-child) {
  margin-bottom: 15px;
}
#mainblock .mainblock__video .video__inner ul li:last-child {
  background-color: #0a73b3;
}
#mainblock .mainblock__video .video__inner ul li div {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#mainblock .mainblock__video .video__inner ul li img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 34px;
}
@media all and (max-width: 1600px) {
  #mainblock .mainblock__video .video__inner ul li img {
    margin-right: 20px;
  }
}
@media all and (max-width: 575px) {
  #mainblock .mainblock__video .video__inner ul li img {
    margin-right: 10px;
  }
}
#mainblock .mainblock__video .video__inner ul li a:not(.callback) {
  color: #fff;
  font-size: 22px;
  white-space: nowrap;
  font-weight: 600;
}
@media all and (max-width: 1199px) {
  #mainblock .mainblock__video .video__inner ul li a {
    font-size: 15px!important;
  }
}

/***************************  about  *************************/
#about {
  padding-bottom: 160px;
  overflow: hidden;
}
@media all and (max-width: 1600px) {
  #about {
    padding-bottom: 100px;
  }
}
@media all and (max-width: 1199px) {
  #about {
    padding-bottom: 60px;
  }
}
#about .content {
  max-width: 630px;
  width: 100%;
}
@media all and (max-width: 1199px) {
  #about .content {
    margin-bottom: 40px;
  }
}
#about .text_1 {
  margin-bottom: 40px;
}
@media all and (max-width: 1199px) {
  #about .text_1 {
    margin-bottom: 30px;
  }
}
#about .text_1 p {
  font-weight: 600;
}
#about .text_2 {
  margin-bottom: 56px;
}
@media all and (max-width: 1199px) {
  #about .text_2 {
    margin-bottom: 30px;
  }
}
#about .text_2 h3 {
  font-size: 24px;
  line-height: 114%;
  color: #0a73b3;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#about .wrapper {
  position: relative;
}
#about .wrapper .image {
  position: absolute;
  top: -40px;
  right: -240px;
}
@media all and (max-width: 1600px) {
  #about .wrapper .image {
    top: 70px;
    right: -200px;
  }
}
@media all and (max-width: 1199px) {
  #about .wrapper .image {
    position: relative;
    top: 0;
    right: 0;
    text-align: center;
  }
}
@media all and (max-width: 1600px) {
  #about .wrapper .image img {
    max-width: 1200px;
  }
}
@media all and (max-width: 1199px) {
  #about .wrapper .image img {
    width: 440px;
    height: 440px;
    border-radius: 50%;
    -webkit-box-shadow: 15px 25px 65px rgba(10, 115, 179, 0.4);
            box-shadow: 15px 25px 65px rgba(10, 115, 179, 0.4);
  }
}
@media all and (max-width: 575px) {
  #about .wrapper .image img {
    width: 300px;
    height: 300px;
  }
}

/**************************  services  ************************/
#services {
  margin-bottom: 100px;
}
@media all and (max-width: 1600px) {
  #services {
    margin-bottom: 55px;
  }
}
#services .service__more .item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 247px;
  background-color: #013662;
  color: #fff;
  border-radius: 10px;
  padding: 10px;
}
#services .service__more .item__inner:hover {
  background-color: #0a73b3;
}
#services .service__more .item__inner h3 {
  font-family: "Manrope", sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 114%;
  font-weight: 800;
}

.service__item {
  margin-bottom: 45px;
}
@media all and (max-width: 575px) {
  .service__item {
    margin-bottom: 35px;
  }
}
.service__item .item__inner {
  display: block;
  color: #0a73b3;
}
.service__item .item__inner:hover {
  color: #013662;
}
.service__item .item__inner:hover h3::after {
  -webkit-transform: translate(3px, -3px);
      -ms-transform: translate(3px, -3px);
          transform: translate(3px, -3px);
}
.service__item .item__inner .service__image {
  height: 247px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 13px;
}
.service__item .item__inner .service__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.service__item .item__inner h3 {
  font-family: "Manrope", sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 114%;
  font-weight: 700;
  color: inherit;
  padding-left: 65px;
  position: relative;
}
@media all and (max-width: 1600px) {
  .service__item .item__inner h3 {
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  .service__item .item__inner h3 {
    padding-left: 50px;
    min-height: 36px;
  }
}
.service__item .item__inner h3:after {
  position: absolute;
  content: "";
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/icon_14.svg");
  width: 46px;
  height: 46px;
  top: 0;
  left: 0;
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
}
@media all and (max-width: 767px) {
  .service__item .item__inner h3:after {
    width: 36px;
    height: 36px;
  }
}

/*************************  howwework  ***********************/
#howwework {
  padding-bottom: 150px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media all and (max-width: 1600px) {
  #howwework {
    padding-bottom: 90px;
  }
}
#howwework:before {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/icon_16.png");
  width: 613px;
  height: 829px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}
#howwework:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/icon_16.png");
  width: 613px;
  height: 829px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
#howwework .box {
  position: relative;
}
@media all and (max-width: 1199px) {
  #howwework .box:not(:last-child) {
    margin-bottom: 50px;
  }
}
#howwework .box:not(:last-child):after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/icon_15.svg");
  width: 69px;
  height: 24px;
  top: 0;
  bottom: 0;
  right: -15px;
  margin: auto;
  z-index: 2;
}
@media all and (max-width: 1600px) {
  #howwework .box:not(:last-child):after {
    right: 0;
  }
}
@media all and (max-width: 1199px) {
  #howwework .box:not(:last-child):after {
    left: 0;
    bottom: -36px;
    top: auto;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
#howwework .box:nth-child(3)::after {
  display: none;
}
@media all and (max-width: 1199px) {
  #howwework .box:nth-child(3)::after {
    display: block;
  }
}
#howwework .box .box__inner {
  width: 420px;
  height: 420px;
  background: #ffffff;
  -webkit-box-shadow: 15px 25px 65px rgba(10, 115, 179, 0.4);
          box-shadow: 15px 25px 65px rgba(10, 115, 179, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
@media all and (max-width: 1600px) {
  #howwework .box .box__inner {
    width: 300px;
    height: 300px;
  }
}
@media all and (max-width: 1199px) {
  #howwework .box .box__inner {
    margin: 0 auto;
  }
}
#howwework .box .box__inner .number {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 75px;
  line-height: 114%;
  color: #0a73b3;
  margin-bottom: 38px;
}
@media all and (max-width: 1600px) {
  #howwework .box .box__inner .number {
    margin-bottom: 30px;
    font-size: 65px;
  }
}
#howwework .box .box__inner p {
  font-weight: 800;
  font-size: 24px;
  line-height: 114%;
  text-transform: uppercase;
}
@media all and (max-width: 1600px) {
  #howwework .box .box__inner p {
    font-size: 18px;
  }
}

/**************************  trust  *********************/
#trust {
  margin-bottom: 130px;
}
@media all and (max-width: 1600px) {
  #trust {
    margin-bottom: 80px;
  }
}
@media all and (max-width: 575px) {
  #trust {
    margin-bottom: 40px;
  }
}
#trust .box {
  margin-bottom: 20px;
}
#trust .box .box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background-color: #013662;
  color: #fff;
  border-radius: 10px;
  padding: 40px 0 25px 48px;
}
@media all and (max-width: 575px) {
  #trust .box .box__inner {
    padding: 30px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#trust .box .box__inner .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#trust .box .box__inner .content h5 {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 114%;
  text-transform: uppercase;
  margin-bottom: 28px;
}
#trust .box .box__inner .content p {
  font-weight: 600;
}
#trust .box .box__inner .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 175px;
}
@media all and (max-width: 575px) {
  #trust .box .box__inner .icon {
    width: auto;
    margin-top: 16px;
  }
}
/******************************  consultation  ************************/
#consultation {
  color: #fff;
  background-color: #0a73b3;
  margin-bottom: 150px;
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: hidden;
}
@media all and (max-width: 1600px) {
  #consultation {
    margin-bottom: 100px;
  }
}
@media all and (max-width: 767px) {
  #consultation {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media all and (max-width: 575px) {
  #consultation {
    margin-bottom: 60px;
  }
}
#consultation .heading {
  max-width: 756px;
  width: 100%;
}
#consultation .wrapper {
  position: relative;
  z-index: 2;
}
#consultation .wrapper .image {
  position: absolute;
  top: -244px;
  right: -200px;
  z-index: -1;
}
@media all and (max-width: 1600px) {
  #consultation .wrapper .image {
    top: -100px;
    right: -240px;
  }
}
@media all and (max-width: 1199px) {
  #consultation .wrapper .image {
    display: none;
  }
}
@media all and (max-width: 1600px) {
  #consultation .wrapper .image img {
    max-width: 800px;
  }
}
#consultation .content {
  max-width: 740px;
  width: 100%;
}
@media all and (max-width: 1199px) {
  #consultation .content {
    max-width: none;
  }
}
#consultation .content h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 23px;
  line-height: 114%;
  text-transform: uppercase;
  margin-bottom: 19px;
  letter-spacing: -0.03em;
}
#consultation .content .phones__wrapper {
  border: 1px solid #013662;
  border-radius: 10px;
  padding: 18.3px 20px;
  margin-bottom: 24px;
}
@media all and (max-width: 767px) {
  #consultation .content .phones__wrapper {
    max-width: 355px;
    width: 100%;
    margin: 0 auto 24px auto;
  }
}
#consultation .content .phones__wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 767px) {
  #consultation .content .phones__wrapper ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#consultation .content .phones__wrapper ul li {
  position: relative;
}
@media all and (max-width: 767px) {
  #consultation .content .phones__wrapper ul li:not(:last-child) {
    margin-bottom: 8px;
  }
}
#consultation .content .phones__wrapper ul li:not(:last-child):after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: -30px;
  width: 1px;
  height: 23px;
  background-color: #fff;
}
@media all and (max-width: 767px) {
  #consultation .content .phones__wrapper ul li:not(:last-child):after {
    display: none;
  }
}
#consultation .content .phones__wrapper ul li a {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  line-height: 110%;
  font-weight: 700;
  color: #fff;
}
#consultation .content .phones__wrapper ul li a:hover {
  color: #013662;
}
#consultation .content .email__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  margin-bottom: 26px;
}
@media all and (max-width: 767px) {
  #consultation .content .email__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#consultation .content .email__wrapper h3 {
  margin-bottom: 0;
}
#consultation .content .email__wrapper .email {
  border: 1px solid #013662;
  border-radius: 10px;
  padding: 16.5px 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 355px;
  width: 100%;
}
#consultation .content .email__wrapper .email img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 38px;
}
#consultation .content .email__wrapper .email a {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  line-height: 110%;
  font-weight: 700;
  color: #fff;
}
#consultation .content .email__wrapper .email a:hover {
  color: #013662;
}

/************************  documents  *************************/
#documents {
  margin-bottom: 150px;
}
@media all and (max-width: 1600px) {
  #documents {
    margin-bottom: 100px;
  }
}
@media all and (max-width: 575px) {
  #documents {
    margin-bottom: 60px;
  }
}
#documents .heading {
  max-width: 970px;
  width: 100%;
}
#documents .text__left {
  margin-bottom: 50px;
}
@media all and (max-width: 991px) {
  #documents .text__left {
    margin-bottom: 30px;
  }
}
#documents .text__left .text__inner p {
  font-weight: 600;
}
#documents .text__right {
  margin-bottom: 50px;
}
@media all and (max-width: 991px) {
  #documents .text__right {
    margin-bottom: 40px;
  }
}
#documents .text__right .right__inner {
  padding-left: 60px;
  position: relative;
  margin-left: 30px;
}
@media all and (max-width: 991px) {
  #documents .text__right .right__inner {
    margin-left: 0;
  }
}
#documents .text__right .right__inner:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/icon_20.svg");
  width: 46px;
  height: 46px;
  top: 0;
  left: 0;
}
#documents .text__right .right__inner p {
  text-transform: uppercase;
  color: #0a73b3;
  font-weight: 700;
}
#documents .wrapper {
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
}
#documents .wrapper .swiper__nav {
  height: 47px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#documents .wrapper .swiper__nav .swiper-button {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  top: 0;
  bottom: 0;
  position: absolute;
  cursor: pointer;
  margin: auto;
  z-index: 100;
  width: 47px;
  height: 47px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/arrow.svg");
}
#documents .wrapper .swiper__nav .swiper-button:after {
  display: none !important;
}
#documents .wrapper .swiper__nav .swiper-button.swiper-button-prev {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  left: 0;
}
#documents .wrapper .swiper__nav .swiper-button.swiper-button-next {
  right: 0;
}
#documents .wrapper .slide__inner a {
  display: block;
  border-radius: 10px;
  border: 3px solid #0a73b3;
  height: 456px;
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 1600px) {
  #documents .wrapper .slide__inner a {
    height: 370px;
  }
}
@media all and (max-width: 767px) {
  #documents .wrapper .slide__inner a {
    max-width: 260px;
    width: 100%;
    margin: 0 auto;
  }
}
#documents .wrapper .slide__inner a:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/icon_19.svg");
  width: 52px;
  height: 52px;
  bottom: 14px;
  right: 14px;
}
#documents .wrapper .slide__inner a img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

/*************************  contacts  *********************/
#contacts {
  padding-bottom: 68px;
  background-size: cover;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-image: url("../img/21.jpg");
}
@media all and (max-width: 1600px) {
  #contacts {
    background-size: contain;
  }
}
@media all and (max-width: 1199px) {
  #contacts .contacts__map {
    margin-bottom: 40px;
  }
}
#contacts .contacts__map .map__inner .phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 36px;
}
@media all and (max-width: 1199px) {
  #contacts .contacts__map .map__inner .phones {
    margin-bottom: 20px;
  }
}
#contacts .contacts__map .map__inner .phones img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8px;
}
@media all and (max-width: 767px) {
  #contacts .contacts__map .map__inner .phones img {
    display: none;
  }
}
#contacts .contacts__map .map__inner .phones ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  width: 100%;
}
@media all and (max-width: 767px) {
  #contacts .contacts__map .map__inner .phones ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#contacts .contacts__map .map__inner .phones ul li {
  position: relative;
}
@media all and (max-width: 767px) {
  #contacts .contacts__map .map__inner .phones ul li:not(:last-child) {
    margin-bottom: 8px;
  }
}
#contacts .contacts__map .map__inner .phones ul li:not(:last-child):after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: -30px;
  width: 1px;
  height: 23px;
  background-color: #013662;
}
@media all and (max-width: 767px) {
  #contacts .contacts__map .map__inner .phones ul li:not(:last-child):after {
    display: none;
  }
}
#contacts .contacts__map .map__inner .phones ul li a {
  font-family: "Manrope", sans-serif;
  font-size: 23px;
  line-height: 110%;
  font-weight: 700;
  color: #013662;
}
@media all and (max-width: 1600px) {
  #contacts .contacts__map .map__inner .phones ul li a {
    font-size: 18px;
  }
}
#contacts .contacts__map .map__inner .phones ul li a:hover {
  color: #0a73b3;
}
#contacts .contacts__map .map__inner .map {
  height: 445px;
  border-radius: 10px;
  overflow: hidden;
  border: 3px solid #0a73b3;
}
@media all and (max-width: 575px) {
  #contacts .contacts__map .map__inner .map {
    height: 370px;
  }
}
#contacts .contacts__map .map__inner .map iframe {
  width: 100%;
  height: 100%;
}
#contacts .contacts__address .address__inner p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 23px;
  line-height: 116%;
  font-weight: 600;
  margin-bottom: 25px;
  letter-spacing: -0.02em;
}
@media all and (max-width: 1600px) {
  #contacts .contacts__address .address__inner p {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 1199px) {
  #contacts .contacts__address .address__inner p {
    margin-bottom: 20px;
  }
}
#contacts .contacts__address .address__inner p img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 14px;
}
#contacts .contacts__address .address__inner .address {
  height: 445px;
  border-radius: 10px;
  overflow: hidden;
  border: 3px solid #0a73b3;
}
@media all and (max-width: 575px) {
  #contacts .contacts__address .address__inner .address {
    height: 370px;
  }
}
#contacts .contacts__address .address__inner .address img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

/**************************  footer  ************************/
#footer {
  background-color: #013662;
  color: #fff;
  padding-top: 28px;
}
@media all and (max-width: 991px) {
  #footer {
    text-align: center;
  }
}
#footer .footer__item {
  margin-bottom: 30px;
}
#footer .footer__logo .logo__inner .logo {
  margin-bottom: 22px;
}
#footer .footer__logo .logo__inner .logo img {
  width: 280px;
  height: auto;
}
#footer .footer__logo .logo__inner .share h5 {
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  margin-bottom: 8px;
}
#footer .footer__menu .menu__inner h4 {
  font-family: "Manrope", sans-serif;
  font-size: 22px;
  line-height: 114%;
  font-weight: 600;
  margin-bottom: 24px;
}
#footer .footer__menu .menu__inner ul li:not(:last-child) {
  margin-bottom: 17px;
}
#footer .footer__menu .menu__inner ul li.current-menu-item a {
  text-decoration: underline;
}
#footer .footer__menu .menu__inner ul li a {
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-left: 20px;
}
#footer .footer__menu .menu__inner ul li a:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/icon_23.svg");
  width: 8px;
  height: 14px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#footer .footer__menu .menu__inner ul li a:hover {
  text-decoration: underline;
}
#footer .footer__contacts .contacts__inner .contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 27px;
}
@media all and (max-width: 991px) {
  #footer .footer__contacts .contacts__inner .contacts {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#footer .footer__contacts .contacts__inner .contacts .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 11px;
}
#footer .footer__contacts .contacts__inner .contacts ul {
  border-left: 1px solid #f4d350;
  padding-left: 11px;
}
#footer .footer__contacts .contacts__inner .contacts ul li:not(:last-child) {
  margin-bottom: 4px;
}
#footer .footer__contacts .contacts__inner .contacts ul li a {
  display: inline-block;
  font-size: 24px;
  line-height: 110%;
  font-weight: 600;
  color: #f4d350;
  letter-spacing: -0.02em;
}
#footer .footer__contacts .contacts__inner .worktime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.02em;
  font-size: 16px;
  font-weight: 600;
}
@media all and (max-width: 991px) {
  #footer .footer__contacts .contacts__inner .worktime {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: left;
  }
}
#footer .footer__contacts .contacts__inner .worktime img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 36px;
}
@media all and (max-width: 575px) {
  #footer .footer__contacts .contacts__inner .worktime img {
    margin-right: 20px;
  }
}
#footer .footer__copyright p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

/****************************  breadcrumbs  ****************************/
#breadcrumbs {
  padding-top: 32px;
  margin-bottom: 50px;
}
@media all and (max-width: 1600px) {
  #breadcrumbs {
    margin-bottom: 40px;
  }
}
#breadcrumbs .breadcrumbs {
  color: #0a73b3;
  font-size: 14px;
  line-height: 114%;
  font-weight: 600;
}
#breadcrumbs .breadcrumbs span {
  color: #013662;
  display: inline-block;
}
#breadcrumbs .breadcrumbs span a {
  color: #0a73b3;
  display: inline-block;
}
#breadcrumbs .breadcrumbs span a span {
  color: inherit;
}

article img {
  /*width: auto;*/
  /*height: auto; */
  /*height: 100%; */
  border-radius: 10px;
  border: 3px solid #0a73b3;
}

article img.centered,
article .aligncenter,
article div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

article img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}

article img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}

article .alignright {
  float: right;
}

article .alignleft {
  float: left;
}

article h2,
article h3,
article h4,
article h5,
article h6 {
  font-weight: 700;
  margin-bottom: 0.625em;
}

article h2 {
  font-size: 32px;
  line-height: 38px;
}

article h3 {
  font-size: 26px;
  line-height: 34px;
}

article h4 {
  font-size: 22px;
}

article h5 {
  font-size: 18px;
}

article h6 {
  font-size: 16px;
}

article p {
  margin-bottom: 0.625em;
}

article a {
  color: #00a8d2;
}

@media all and (max-width: 575px) {
  article :where(.wp-block-columns.is-layout-flex) {
    gap: 1em;
  }
}

article ul {
  margin-bottom: 0.625em;
  padding-top: 15px;
  padding-bottom: 15px;
}
article ul li {
  position: relative;
  padding-left: 58px;
}
@media all and (max-width: 575px) {
  article ul li {
    padding-left: 48px;
  }
}
article ul li:not(:last-child) {
  margin-bottom: 19px;
}
article ul li:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/icon_24.svg");
  width: 37px;
  height: 31px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

article ul ul {
  margin-bottom: 0;
}

article ol li {
  margin-bottom: 4px;
}

article ol {
  margin-bottom: 0.625em;
  padding-left: 15px;
}

/************************************************
     Tables
   ************************************************/
article table,
article .wp-block-table {
  overflow-x: auto;
  width: 100%;
  text-align: left;
  margin: 0px 0px 33px 0;
  padding: 0px;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  border: 3px solid rgba(0, 0, 0, 0.12);
  border-spacing: 0;
  border-radius: 4px;
}

article table p,
article table form,
article table ul,
article table li {
  margin: 6px 0px;
  padding: 0px;
}

article table thead,
article table tfoot,
article table.wp-block-table thead,
article table.wp-block-table tfoot {
  border: 1px solid #dddddd;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

article table tbody tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.04);
}

article table th,
article table.wp-block-table th {
  font-size: 1.1rem;
  text-transform: uppercase;
  margin: 0px;
  padding: 12px;
  border-top: 1px solid #dddddd;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media all and (max-width: 575px) {
  article table th,
  article table td {
    min-width: 180px;
  }
}
article table td,
article table.wp-block-table td {
  padding: 12px;
  margin: 0px;
  border-top: 1px solid #dddddd;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article table.wp-block-table.is-style-stripes {
  border-collapse: collapse;
}

article table.wp-block-table.is-style-stripes td {
  border: 1px solid #dddddd;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

article .block_1 {
  min-height: 360px;
  position: relative;
  z-index: 2;
  padding: 25px 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: center;
  margin-bottom: 30px;
}
article .block_1 .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
article .block_1 .image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
article .block_1 .text {
  background-color: #0a73b3;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  padding: 13px 40px;
}
@media all and (max-width: 575px) {
  article .block_1 .text {
    padding: 13px 24px;
  }
}
article .block_2 {
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 6px 6px 35px rgba(10, 115, 179, 0.45);
          box-shadow: 6px 6px 35px rgba(10, 115, 179, 0.45);
  border-radius: 10px;
  overflow: hidden;
  padding: 40px 92px 24px 118px;
  margin-bottom: 30px;
}
@media all and (max-width: 575px) {
  article .block_2 {
    padding: 20px 20px 10px 60px;
  }
}
article .block_2:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/icon_20.svg");
  width: 46px;
  height: 46px;
  top: 44px;
  left: 58px;
}
@media all and (max-width: 575px) {
  article .block_2:after {
    width: 30px;
    height: 30px;
    top: 24px;
    left: 16px;
  }
}
article .block_2 p strong {
  font-weight: 600;
}
article .block_3 {
  padding-top: 10px;
  padding-bottom: 10px;
}
article .block_3 .box {
  margin-bottom: 20px;
}
article .block_3 .box .box__inner {
  background-color: #0a73b3;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 14px 24px 14px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 1199px) {
  article .block_3 .box .box__inner {
    padding: 14px;
  }
}
article .block_3 .box .box__inner img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 0;
  border: none;
  margin-right: 50px;
}
@media all and (max-width: 1600px) {
  article .block_3 .box .box__inner img {
    margin-right: 30px;
  }
}
@media all and (max-width: 1199px) {
  article .block_3 .box .box__inner img {
    margin-right: 20px;
  }
}
article .block_4 {
  margin-bottom: 30px;
  position: relative;
}
article .block_4:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/icon_26.svg");
  width: 38px;
  height: 38px;
  top: 0;
  left: 0;
}
article .block_4 .text {
  margin-left: 65px;
  padding-left: 31px;
  border-left: 3px solid #013662;
}
@media all and (max-width: 575px) {
  article .block_4 .text {
    margin-left: 50px;
    padding-left: 20px;
  }
}
article .block_4 strong {
  font-weight: 600;
}
article .block_5 {
  margin-bottom: 30px;
  padding: 40px 118px 40px 98px;
  background-color: #ffffff;
  -webkit-box-shadow: 6px 6px 35px rgba(10, 115, 179, 0.45);
          box-shadow: 6px 6px 35px rgba(10, 115, 179, 0.45);
  border-radius: 10px;
}
@media all and (max-width: 1600px) {
  article .block_5 {
    padding: 40px 70px;
  }
}
@media all and (max-width: 767px) {
  article .block_5 {
    padding: 20px 24px;
  }
}

/**************************  page  ************************/
#page {
  margin-bottom: 50px;
}
#page.page-news {
  overflow: hidden;
  z-index: 2;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 50px;
}
#page.page-news:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/23.png");
  top: 0;
  right: 0;
  width: 1133px;
  height: 1311px;
  z-index: -1;
}
@media all and (max-width: 1199px) {
  #page.page-news:after {
    display: none;
  }
}
#page .page__license .license__big {
  margin-bottom: 44px;
}
#page .page__license .license__big .big__inner {
  border-right: 5px solid #0a73b3;
  margin-right: 34px;
  padding-right: 60px;
}
@media all and (max-width: 991px) {
  #page .page__license .license__big .big__inner {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
}
#page .page__license .license__big .big__inner .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
}
#page .page__license .license__big .big__inner a {
  display: block;
  border: 2px solid #0a73b3;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
#page .page__license .license__big .big__inner a:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/icon_19.svg");
  width: 33px;
  height: 33px;
  bottom: 14px;
  right: 14px;
}
#page .page__license .license__big .big__inner a img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
#page .page__license .license__list {
  margin-bottom: 44px;
}
#page .page__license .license__list .list__inner h3 {
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  line-height: 110%;
  font-weight: 800;
  margin-bottom: 30px;
}
#page .page__license .license__list .list__inner .wrapper {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 8px;
}
#page .page__license .license__list .list__inner .wrapper a {
  display: block;
  height: 102px;
  border: 1px solid #0a73b3;
  border-radius: 6px;
  overflow: hidden;
}
@media all and (max-width: 1600px) {
  #page .page__license .license__list .list__inner .wrapper a {
    height: 80px;
  }
}
@media all and (max-width: 575px) {
  #page .page__license .license__list .list__inner .wrapper a {
    height: 50px;
  }
}
#page .page__license .license__list .list__inner .wrapper a img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
#page .page__license .license__link .link__inner a {
  font-size: 24px;
  line-height: 110%;
  font-weight: 700;
  color: #0a73b3;
  display: inline-block;
  position: relative;
  padding-left: 44px;
  text-decoration: underline;
}
@media all and (max-width: 575px) {
  #page .page__license .license__link .link__inner a {
    font-size: 20px;
  }
}
#page .page__license .license__link .link__inner a:hover {
  color: #013662;
}
#page .page__license .license__link .link__inner a:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/icon_29.svg");
  width: 32px;
  height: 32px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#page .page__contacts .box__item {
  margin-bottom: 20px;
}
#page .page__contacts .box__item:nth-child(2) .item__inner {
  padding-bottom: 80px;
}
#page .page__contacts .box__item:nth-child(2) .item__inner a {
  font-size: 32px;
  font-weight: 800;
}
@media all and (max-width: 1600px) {
  #page .page__contacts .box__item:nth-child(2) .item__inner a {
    font-size: 28px;
  }
}
#page .page__contacts .box__item .item__inner {
  position: relative;
  background-color: #013662;
  border-radius: 10px;
  padding: 30px 50px 40px 30px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 327px;
  z-index: 2;
}
#page .page__contacts .box__item .item__inner .icon {
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
#page .page__contacts .box__item .item__inner h5 {
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  line-height: 120%;
  font-weight: 700;
  margin-bottom: 10px;
}
#page .page__contacts .box__item .item__inner ul li:not(:last-child) {
  margin-bottom: 15px;
}
#page .page__contacts .box__item .item__inner a {
  font-family: "Manrope", sans-serif;
  color: #fff;
}
#page .page__contacts .box__item .item__inner a:hover {
  color: #0a73b3;
}
#page .page__contacts .box__item .item__inner a,
#page .page__contacts .box__item .item__inner p {
  font-size: 28px;
  line-height: 112%;
  font-weight: 700;
}
@media all and (max-width: 1600px) {
  #page .page__contacts .box__item .item__inner a,
  #page .page__contacts .box__item .item__inner p {
    font-size: 24px;
  }
}
#page .page__contacts .box__image .image__inner img {
  border: 3px solid #0a73b3;
  border-radius: 10px;
}
#page .page__news .post {
  margin-bottom: 28px;
}
#page .page__news .post .post__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
}
#page .page__news .post .post__inner:hover .post__image {
  opacity: 0.8;
}
#page .page__news .post .post__inner:hover .post__details h5 {
  text-decoration: underline;
}
#page .page__news .post .post__inner .post__image {
  height: 247px;
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
}
#page .page__news .post .post__inner .post__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
#page .page__news .post .post__inner .post__details {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #013662;
  padding: 12px 30px;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page .page__news .post .post__inner .post__details h5 {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  line-height: 122%;
  color: inherit;
}
#page .page__news .news__links {
  margin-bottom: 90px;
}
@media all and (max-width: 1600px) {
  #page .page__news .news__links {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 575px) {
  #page .page__news .news__links {
    margin-bottom: 40px;
  }
}
#page .page__news .news__links.news__links-last {
    margin-bottom: 0;
}
#page .page__news .news__links .link__item {
  margin-bottom: 20px;
}
#page .page__news .news__links .link__item .item__inner {
  font-family: "Manrope", sans-serif;
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 20px rgba(10, 115, 179, 0.66);
          box-shadow: 4px 4px 20px rgba(10, 115, 179, 0.66);
  border-radius: 10px;
  color: #013662;
  font-size: 24px;
  line-height: 120%;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 46px;
  padding: 34.5px 20px;
  text-transform: uppercase;
}
@media all and (max-width: 1600px) {
  #page .page__news .news__links .link__item .item__inner {
    gap: 30px;
  }
}
@media all and (max-width: 1199px) {
  #page .page__news .news__links .link__item .item__inner {
    font-size: 20px;
    gap: 20px;
  }
}
@media all and (max-width: 575px) {
  #page .page__news .news__links .link__item .item__inner {
    padding: 20px;
  }
}
#page .page__news .news__links .link__item .item__inner:hover {
  color: #0a73b3;
}
#page .page__news .news__links .link__item .item__inner img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#page .page__news .news__links .link__item-more {
  margin-bottom: 20px;
}
#page .page__news .news__links .link__item-more .item__inner {
  font-family: "Manrope", sans-serif;
  background-color: #0a73b3;
  border-radius: 10px;
  color: #fff;
  font-size: 24px;
  line-height: 120%;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 56px;
  padding: 34.5px 20px;
  text-transform: uppercase;
}
@media all and (max-width: 1600px) {
  #page .page__news .news__links .link__item-more .item__inner {
    gap: 30px;
  }
}
@media all and (max-width: 1199px) {
  #page .page__news .news__links .link__item-more .item__inner {
    font-size: 20px;
    gap: 20px;
  }
}
@media all and (max-width: 575px) {
  #page .page__news .news__links .link__item-more .item__inner {
    padding: 20px;
  }
}
#page .page__news .news__links .link__item-more .item__inner:hover {
  background-color: #013662;
  color: #fff;
}
#page .page__news .news__links .link__item-more .item__inner img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/*****************************  page-about  ****************************/
#page-about {
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}
#page-about .top__image {
  position: absolute;
  top: -240px;
  right: 5%;
  z-index: 1;
}
@media all and (max-width: 1600px) {
  #page-about .top__image {
    top: -160px;
  }
}
@media all and (max-width: 1199px) {
  #page-about .top__image {
    display: none;
  }
}
@media all and (max-width: 1600px) {
  #page-about .top__image img {
    max-width: 700px;
  }
}
#page-about .about__text {
  margin-bottom: 45px;
}
#page-about .about__text h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 114%;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#page-about .about__text p {
  font-weight: 600;
  color: #0a73b3;
  max-width: 575px;
  width: 100%;
}
#page-about .employee__item {
  margin-bottom: 30px;
  position: relative;
  z-index: 3;
}
@media all and (max-width: 575px) {
  #page-about .employee__item {
    margin-bottom: 20px;
  }
}
#page-about .employee__item .item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 575px) {
  #page-about .employee__item .item__inner {
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
  }
}
#page-about .employee__item .item__inner .employee__photo {
  border: 2px solid #0a73b3;
  border-radius: 10px 10px 0 0;
  height: 399px;
  overflow: hidden;
}
@media all and (max-width: 575px) {
  #page-about .employee__item .item__inner .employee__photo {
    height: 250px;
  }
}
#page-about .employee__item .item__inner .employee__photo img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
#page-about .employee__item .item__inner .employee__details {
  color: #fff;
  background-color: #013662;
  padding: 35px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-radius: 0 0 10px 10px;
}
@media all and (max-width: 575px) {
  #page-about .employee__item .item__inner .employee__details {
    padding: 20px;
  }
}
#page-about .employee__item .item__inner .employee__details h5 {
  font-size: 18px;
  line-height: 114%;
  text-transform: uppercase;
  margin-bottom: 24px;
}
#page-about .employee__item .item__inner .employee__details ul {
  list-style-type: disc;
  padding-left: 16px;
}
#page-about .employee__item .item__inner .employee__details ul li {
  font-size: 16px;
  line-height: 110%;
}
#page-about .employee__item .item__inner .employee__details ul li:not(:last-child) {
  margin-bottom: 2px;
}

.article__links {
  border-bottom: 1px solid #0a73b3;
  padding: 24px 0;
  margin-top: 5px;
  margin-bottom: 44px;
}
.article__links .article__nav {
  text-align: center;
}
.article__links a {
  color: #013662;
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding-right: 56px;
}
.article__links a:hover {
  color: #0a73b3;
}
.article__links a:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/icon_27.svg");
  width: 41px;
  height: 16px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.article__bottom .share {
  margin-bottom: 20px;
}
@media all and (max-width: 991px) {
  .article__bottom .share {
    margin-bottom: 30px;
  }
}
.article__bottom .share h5 {
  font-size: 18px;
  line-height: 120%;
  font-weight: 600;
  margin-bottom: 10px;
}
.article__bottom .service__link {
  text-align: right;
  margin-bottom: 20px;
}
@media all and (max-width: 991px) {
  .article__bottom .service__link {
    margin-bottom: 0;
  }
}
.article__bottom .service__link a {
  font-family: "Manrope", sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 38px;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 110%;
  font-weight: 700;
  border-radius: 10px;
  background-color: #0a73b3;
  padding: 10px 39px 10px 75px;
}
@media all and (max-width: 991px) {
  .article__bottom .service__link a {
    width: 100%;
    padding: 16px 30px;
  }
}
.article__bottom .service__link a:hover {
  background-color: #013662;
}
.article__bottom .service__link a img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media all and (max-width: 991px) {
  .article__bottom .service__link a img {
    display: none;
  }
}

/*****************  contact form 7 style  *****************/
.wpcf7-validation-errors {
  display: none !important;
}

.wpcf7-form .wpcf7-response-output {
  font-size: 13px;
  line-height: 17px;
  margin: 3px auto 10px auto !important;
}

select.wpcf7-not-valid,
input[type=text].wpcf7-not-valid,
input[type=date].wpcf7-not-valid,
input[type=email].wpcf7-not-valid,
input[type=tel].wpcf7-not-valid,
textarea.wpcf7-not-valid,
#block-7 input[type=text].wpcf7-not-valid,
#block-7 input[type=tel].wpcf7-not-valid,
#block-15 input[type=tel].wpcf7-not-valid,
#block-15 input[type=text].wpcf7-not-valid {
  border: 2px solid #ec3c06 !important;
  position: relative;
}

body span.wpcf7-not-valid-tip {
  display: none !important;
  color: #ec3c06;
  border: none;
  background: none;
}

body span.wpcf7-not-valid-tip-no-ajax {
  display: inline-block;
  font-size: 18px;
  margin: 0 0 0 10px;
}

body div.wpcf7-validation-errors {
  background: #ffe2e2;
  border: 2px solid #ff8a8a;
  color: #ec3c06;
  font-size: 18px;
  text-align: center;
  position: relative;
  z-index: 12000;
}

.contact-inner-form .wpcf7-response-output {
  width: 95%;
}

body div.wpcf7-response-output {
  padding: 6px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 3px;
}

body .wpcf7-mail-sent-ng {
  background: #fff2e2;
  border: 1px solid #ffbc8a;
  color: #e17731;
}

body .wpcf7-mail-sent-ok {
  border: 1px solid transparent;
  color: #ff5805;
  text-align: center;
}

.news__list {
    list-style-type: disc;
    padding-left: 17px;
}

.news__list li {
    margin-bottom: 6px;
}

.news__list a {
    text-decoration: underline;
}


.wp-lightbox-overlay.zoom.active .lightbox-image-container img {
  width: var(--wp--lightbox-image-width) !important;
  height: var(--wp--lightbox-image-height) !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
}