@charset "UTF-8";
@font-face {
  font-family: FuturaDemiC;
  font-display: swap;
  src: url("../fonts/futurademic.woff2") format("woff2"), url("../fonts/futurademic.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: FuturaBookC;
  font-display: swap;
  src: url("../fonts/futurabookc.woff2") format("woff2"), url("../fonts/futurabookc.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: FuturaMediumC;
  font-display: swap;
  src: url("../fonts/futuramediumc.woff2") format("woff2"), url("../fonts/futuramediumc.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

html {
  opacity: 0;
}

body {
  color: #474747;
  line-height: 1;
  font-family: "FuturaBookC";
  font-size: 1.125rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.loaded {
  opacity: 1;
}

input,
button,
textarea {
  font-family: "FuturaBookC";
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

body {
  font-weight: 400;
}
.lock body {
  overflow: hidden;
  touch-action: none;
}

section {
  margin: 5rem 0 6.5625rem;
  padding: 1.875rem 0 0;
}
@media (max-width: 61.99875em) {
  section {
    margin: 0.9375rem 0 2.5rem;
    padding: 1.5625rem 0 0;
  }
}

.title {
  font-family: "FuturaDemiC", sans-serif;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #232323;
}
@media (min-width: 120em) {
  .title {
    font-size: 2.8125rem;
  }
}
@media (min-width: 20em) and (max-width: 120em) {
  .title {
    font-size: calc(1.875rem + 0.9375 * (((100vw - 20rem)) / ((100))));
  }
}
@media (max-width: 20em) {
  .title {
    font-size: 1.875rem;
  }
}

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

p {
  line-height: 140%;
}

.contacts-block {
  display: flex;
  align-items: center;
}
.contacts-block__item {
  font-family: "FuturaDemiC", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.15;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  position: relative;
}
.contacts-block__item::after {
  position: absolute;
  content: "";
  display: block;
  height: 2px;
  background-color: #009159;
  width: 0%;
  right: 50%;
  transform: translateX(50%);
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .contacts-block__item:hover::after {
    width: 100%;
  }
}
.contacts-block__img {
  margin-right: 0.9375rem;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 7px;
  margin: 10px 0;
}

.simplebar-scrollbar:before {
  background: #009159;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 1;
}

.wrapper {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-top: 14rem;
}
@media (max-width: 61.99875em) {
  .wrapper {
    padding-top: 3.8125rem;
  }
}
.wrapper > main {
  flex: 1 1 auto;
}

/*
(i) Стили будут применяться ко 
всем классам содержащим *__container
Например header__container, main__container и т.д.
Снипет (HTML): cnt
*/
[class*=__container] {
  max-width: 80.625rem;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

.header {
  z-index: 100;
  width: 100%;
  transition: all 0.3s ease-in-out;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  color: #232323;
}
.header ul li {
  list-style: none;
}
.header ul li::before {
  display: none;
}
.header-active {
  margin-top: -5.9375rem;
}
@media (max-width: 61.99875em) {
  .header-active {
    margin-top: 0;
  }
}
.header-active2 {
  margin-top: -9.9375rem;
}
@media (max-width: 61.99875em) {
  .header-active2 {
    margin-top: -5rem;
  }
}
@media (max-width: 61.99875em) {
  .header .contacts-block {
    justify-content: flex-end;
  }
  .header .contacts-block:not(:last-child) {
    margin-bottom: 1.375rem;
  }
  .header .button {
    margin-left: auto;
  }
}

.header-top {
  background: #071A31;
}
.header-top__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 0.9375rem;
}

.header-bottom {
  background: #F5F5F5;
}

.logo {
  position: relative;
  z-index: 3;
}
.logo__img {
  width: 8.5625rem;
  height: auto;
}
.logo__img img {
  height: 100%;
  width: 100%;
}
@media (max-width: 61.99875em) {
  .logo__img {
    width: 6rem;
  }
}

.menu-header {
  padding: 1.25rem 0.9375rem;
}
@media (max-width: 61.99875em) {
  .menu-header {
    padding: 1.25rem 0 2.5rem;
  }
}
.menu-header__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 0.75rem;
}
@media (max-width: 61.99875em) {
  .menu-header__list {
    flex-direction: column;
    align-items: flex-end;
  }
}
.menu-item {
  font-family: "FuturaMediumC", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 120%;
  letter-spacing: 0.03em;
  color: #232323;
  position: relative;
  transition: all 0.3s ease 0s;
}
.menu-item::after {
  position: absolute;
  content: "";
  display: block;
  height: 2px;
  background-color: #009159;
  width: 0%;
  right: 50%;
  transform: translateX(50%);
  transition: all 0.3s ease 0s;
}
@media (max-width: 61.99875em) {
  .menu-item {
    color: #fff;
  }
}
@media (any-hover: hover) {
  .menu-item:hover::after {
    width: 100%;
  }
}
@media (any-hover: hover) and (min-width: 61.99875em) {
  .menu-item:hover .sub-menu-catalog__list1 {
    display: block;
  }
}
.menu-item_active {
  color: #009159;
}
.menu-header__list .menu-item a {
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .menu-header__list .menu-header__link:hover {
    color: #009159;
  }
}
@media (max-width: 61.99875em) {
  .menu-header__list .menu-item a {
    display: block;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
  }
}
@media (max-width: 61.99875em) {
  .menu-header__list .menu-header__link_children:before {
    position: absolute;
    content: "";
    background: url(../img/icons/header-menu-arrow.svg) no-repeat center;
    right: -20px;
    top: 9px;
    width: 0.75rem;
    height: 0.625rem;
    transition: all 0.3s ease 0s;
  }
  .menu-header__list .menu-header__link_children-active:before {
    transform: rotate(180deg);
  }
}
@media (min-width: 61.99875em) {
  .menu-header__list .menu-item a {
    padding: 0.625rem 0;
  }
}
@media (min-width: 61.99875em) and (any-hover: hover) {
  .menu-header__list .menu-header__link:hover {
    color: #009159;
  }
}

@media (max-width: 61.99875em) {
  .menu__body {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: -100%;
    overflow: auto;
    z-index: 2;
    padding: 4.8125rem 1.0625rem;
    transition: right 0.3s ease 0s;
    background-color: #071A31;
  }
  .menu__body::before {
    content: "";
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 4.0625rem;
    right: -100%;
    top: 0;
    background-color: #071A31;
    transition: all 0.3s ease 0s;
  }
  .menu-open .menu__body {
    right: 0;
  }
  .menu-open .menu__body::before {
    right: 0;
  }
}
@media (max-width: 61.99875em) {
  .menu {
    display: flex;
    justify-content: flex-end;
  }
}

@media (max-width: 61.99875em) {
  .icon-menu {
    display: block;
    position: relative;
    width: 23px;
    height: 16px;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease 0s;
  }
  .icon-menu span, .icon-menu::after {
    content: "";
    transition: all 0.3s ease 0s;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #009159;
    border-radius: 5px;
  }
  .icon-menu::before {
    content: "";
    transition: all 0.3s ease 0s;
    left: 0px;
    position: absolute;
    width: 50%;
    height: 3px;
    background-color: #009159;
    border-radius: 5px;
  }
  .icon-menu::before {
    top: 0px;
  }
  .icon-menu::after {
    bottom: 0px;
  }
  .icon-menu span {
    top: calc(50% - 1px);
  }
  .menu-open .icon-menu {
    width: 2.25rem;
  }
  .menu-open .icon-menu span {
    transform: scale(0);
  }
  .menu-open .icon-menu::before {
    transform: rotate(-45deg);
    width: 100%;
    top: calc(50% - 2px);
  }
  .menu-open .icon-menu::after {
    transform: rotate(45deg);
    bottom: calc(50% - 1px);
    width: 100%;
  }
}

.footer {
  background: #071A31;
  padding: 4.375rem 0;
  position: relative;
}
@media (max-width: 61.99875em) {
  .footer {
    padding: 3.75rem 0;
  }
}
.footer .footer-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.875rem;
}
@media (max-width: 82.5em) {
  .footer .footer-top {
    justify-content: flex-start;
  }
}
@media (max-width: 47.99875em) {
  .footer .footer-top {
    flex-direction: column;
  }
}
@media (max-width: 29.99875em) {
  .footer .footer-top {
    gap: 0.5rem;
  }
}
@media (max-width: 61.99875em) {
  .footer .menu-header {
    padding: 1.25rem 0 0rem;
  }
}
.footer .menu-item {
  color: #fff;
}
@media (any-hover: hover) {
  .footer .menu-item:hover::after {
    width: 0%;
  }
}
@media (max-width: 29.99875em) {
  .footer .menu-item {
    font-size: 1rem;
    line-height: 130%;
  }
}
.footer .menu-header__list {
  column-gap: 3.375rem;
  justify-content: flex-start;
}
@media (max-width: 61.99875em) {
  .footer .menu-header__list {
    flex-direction: row;
  }
}
@media (max-width: 29.99875em) {
  .footer .menu-header__list {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 0.625rem;
  }
}
.footer .footer-bottom {
  font-size: 0.875rem;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: #F5F5F5;
  opacity: 0.6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5625rem;
  gap: 0.625rem;
  flex-wrap: wrap;
}
@media (max-width: 29.99875em) {
  .footer .footer-bottom {
    margin-top: 2.8125rem;
    font-size: 0.8125rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer .footer-policy {
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .footer .footer-policy:hover {
    color: #009159;
  }
}
.footer .footer-dev {
  display: flex;
  align-items: flex-end;
  gap: 0.625rem;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .footer .footer-dev:hover {
    color: #009159;
  }
}
.footer .footer-dev-img {
  width: 5.0625rem;
  height: 1.25rem;
}

.firstblock {
  width: 100%;
  position: relative;
  z-index: 2;
}
@media (min-width: 120em) {
  .firstblock {
    min-height: 34.375rem;
  }
}
@media (min-width: 29.99875em) and (max-width: 120em) {
  .firstblock {
    min-height: calc(25.9375rem + 8.4375 * (((100vw - 29.99875rem)) / ((90.00125))));
  }
}
@media (max-width: 29.99875em) {
  .firstblock {
    min-height: 25.9375rem;
  }
}
.firstblock::before {
  position: absolute;
  z-index: 2;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(98.67deg, rgba(28, 78, 153, 0.49) 8.73%, rgba(23, 78, 144, 0.21) 44.47%);
}
.firstblock__full-screen-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
  background: url(../img/main.jpg) no-repeat center/cover;
}
@media (max-width: 29.99875em) {
  .firstblock__full-screen-video {
    background: url(../img/mainMob.jpg) no-repeat center/cover;
  }
}
.firstblock .button {
  margin-top: 30px;
}
@media (max-width: 29.99875em) {
  .firstblock .button {
    max-width: 100%;
    margin-top: 0;
    top: 390px;
    position: absolute;
  }
}
@media (max-width: 29.99875em) {
  .firstblock {
    margin-bottom: 3.4375rem;
  }
}

.firstblock-info {
  max-width: 50.375rem;
  width: 100%;
  padding-top: 9.25rem;
  position: relative;
  z-index: 3;
}
@media (max-width: 29.99875em) {
  .firstblock-info {
    padding-top: 9.4375rem;
  }
}

.firstblock-title {
  color: #FFFFFF;
}
@media (max-width: 29.99875em) {
  .firstblock-title {
    font-size: 1.4375rem !important;
    line-height: 130% !important;
    max-width: 21.875rem;
  }
}

.about-page .read-more {
  display: none;
}
.about-page .read-more::before {
  transform: rotate(90deg);
}
.about-page .block-info p {
  display: block;
  overflow: visible;
}
@media (max-width: 61.99875em) {
  .about-page .block-wrapper {
    flex-direction: column;
  }
}
.about .title {
  margin-bottom: 2.5rem;
}
@media (max-width: 29.99875em) {
  .about .title {
    margin-bottom: 1.875rem;
  }
}

.block__slider {
  overflow: visible;
  margin-top: 2.375rem;
  position: relative;
  z-index: 1;
}
.block__slider p {
  margin-top: 1.375rem !important;
}
.block__slide {
  width: 100%;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.block__slide_title {
  font-family: "FuturaDemiC", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.15;
  letter-spacing: 0.03em;
  color: #232323;
  margin-left: 0.4375rem;
  position: relative;
}
.block__slide_title::before {
  position: absolute;
  z-index: -1;
  left: -0.5625rem;
  top: -0.6875rem;
  content: "";
  width: 2.9375rem;
  height: 2.9375rem;
  border-radius: 0.625rem;
  border: 5px solid #009159;
}
@media (max-width: 29.99875em) {
  .block__slide_title {
    font-size: 1.4375rem;
    line-height: 1.1739130435;
    margin-left: 0.625rem;
  }
  .block__slide_title::before {
    left: -0.625rem;
    top: -0.375rem;
  }
}
.block__slide-visible {
  opacity: 1;
}
@media (max-width: 61.99875em) {
  .block__slide {
    opacity: 1;
  }
}
@media (max-width: 61.99875em) {
  .block .swiper-pagination {
    display: block !important;
  }
}

.block-wrapper {
  display: flex;
  gap: 3.75rem;
}
@media (max-width: 82.5em) {
  .block-wrapper {
    gap: 1.875rem;
  }
}
@media (max-width: 61.99875em) {
  .block-wrapper {
    gap: 0rem;
    flex-direction: column-reverse;
  }
}
.work.text{
  margin: 30px 0px;
}
.block-wrapper-new .block-info.full {
  width: 100%;
}
.block-wrapper-new .block-info {
  width: 47%;
}
.block-wrapper-new .block-info p {
  display: flex;
  overflow: visible;
}
@media (max-width: 61.99875em) {
  .block-wrapper-new .block-info {
    width: 100%;
  }
}
.block-wrapper-new .block-img {
  width: 50%;
}
@media (min-width: 120em) {
  .block-wrapper-new .block-img {
    height: 33rem;
  }
}
@media (min-width: 61.99875em) and (max-width: 120em) {
  .block-wrapper-new .block-img {
    height: calc(20rem + 13 * (((100vw - 61.99875rem)) / ((58.00125))));
  }
}
@media (max-width: 61.99875em) {
  .block-wrapper-new .block-img {
    height: 20rem;
  }
}
@media (max-width: 61.99875em) {
  .block-wrapper-new .block-img {
    height: auto;
    margin: 1.875rem auto 0;
  }
}
@media (max-width: 47.99875em) {
  .block-wrapper-new .block-img {
    width: 100%;
  }
}
@media (max-width: 29.99875em) and (min-width: 48em) {
  .block-wrapper-new .block-img {
    height: 20rem;
  }
}
@media (max-width: 29.99875em) and (min-width: 20em) and (max-width: 48em) {
  .block-wrapper-new .block-img {
    height: calc(15.625rem + 4.375 * (((100vw - 20rem)) / ((28))));
  }
}
@media (max-width: 29.99875em) and (max-width: 20em) {
  .block-wrapper-new .block-img {
    height: 15.625rem;
  }
}
@media (max-width: 61.99875em) {
  .block-wrapper-new {
    flex-direction: column;
  }
}
.block-wrapper-btn {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 1.875rem;
  margin-top: 8.125rem;
}
.block-wrapper-btn__item {
  font-family: "FuturaDemiC", sans-serif;
  font-weight: 600;
  font-size: 1.0625rem;
  line-height: 130%;
  text-align: center;
  color: #FFFFFF;
  max-width: 11.875rem;
  width: 100%;
  height: 3.125rem;
  padding: 12px 10px;
  background: #009159;
  border-radius: 0.625rem;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .block-wrapper-btn__item:hover {
    background: #009159;
  }
}
@media (max-width: 29.99875em) {
  .block-wrapper-btn__item {
    max-width: 100%;
  }
}
.block-wrapper-btn .disabled {
  background: #34b583;
}
@media (any-hover: hover) {
  .block-wrapper-btn .disabled:hover {
    background: #34b583;
  }
}
.block-wrapper-btn-mob {
  display: none;
}
@media (max-width: 61.99875em) {
  .block-wrapper-btn-mob {
    display: block;
  }
}
@media (max-width: 82.5em) {
  .block-wrapper-btn {
    margin-top: 1.875rem;
  }
}
@media (max-width: 47.99875em) {
  .block-wrapper-btn {
    justify-content: center;
  }
}
@media (max-width: 29.99875em) {
  .block-wrapper-btn {
    gap: 1.25rem;
  }
}

.block-img {
  width: 47%;
  overflow: hidden;
  border-radius: 0.625rem;
  position: relative;
  z-index: 2;
}
@media (min-width: 120em) {
  .block-img {
    height: 34.125rem;
  }
}
@media (min-width: 61.99875em) and (max-width: 120em) {
  .block-img {
    height: calc(20rem + 14.125 * (((100vw - 61.99875rem)) / ((58.00125))));
  }
}
@media (max-width: 61.99875em) {
  .block-img {
    height: 20rem;
  }
}
.block-img svg {
  position: absolute;
  width: 3.75rem;
  height: 3.75rem;
  right: 1.875rem;
  bottom: 1.875rem;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
@media (max-width: 29.99875em) {
  .block-img svg {
    right: 1.25rem;
    bottom: 1.25rem;
  }
}
@media (any-hover: hover) {
  .block-img:hover svg {
    transform: scale(1.1) rotate(360deg);
  }
}
@media (max-width: 82.5em) {
  .block-img {
    margin-top: 1.875rem;
  }
}
@media (max-width: 61.99875em) {
  .block-img {
    width: 50%;
    height: auto;
    margin: 1.875rem auto 0;
  }
}
@media (max-width: 47.99875em) {
  .block-img {
    width: 100%;
  }
}
@media (max-width: 29.99875em) and (min-width: 48em) {
  .block-img {
    height: 20rem;
  }
}
@media (max-width: 29.99875em) and (min-width: 20em) and (max-width: 48em) {
  .block-img {
    height: calc(15.625rem + 4.375 * (((100vw - 20rem)) / ((28))));
  }
}
@media (max-width: 29.99875em) and (max-width: 20em) {
  .block-img {
    height: 15.625rem;
  }
}

.block-info {
  width: 49%;
}
.block-info p:not(:last-child) {
  padding-bottom: 10px;
}
@media (max-width: 61.99875em) {
  .block-info p:not(:last-child) {
    padding-bottom: 0px;
  }
}
@media (max-width: 29.99875em) {
  .block-info p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (max-width: 61.99875em) {
  .block-info {
    width: 100%;
  }
}

.directions-title__group {
  display: flex;
  gap: 1.875rem;
}
.directions-title__group .title {
  width: 100%;
}
.directions-title__group p {
  width: 100%;
}
@media (max-width: 61.99875em) {
  .directions-title__group {
    flex-direction: column;
  }
}
.directions-wrapper {
  width: 100%;
  min-height: 26.25rem;
  position: relative;
  margin-top: 2.5rem;
}
.directions-wrapper__container {
  max-width: 120rem;
  padding: 0;
}
@media (max-width: 47.99875em) {
  .directions-wrapper__container {
    padding: 0 0.9375rem;
  }
}
.directions__slider {
  position: relative;
  width: 100%;
  overflow: visible;
}
.directions__slider .swiper-slide-active {
  z-index: 1;
  transition: all 0.3s ease 0s;
  margin-right: 0px !important;
}
@media (max-width: 61.99875em) {
  .directions__slider .swiper-slide-active {
    margin-right: 1.875rem !important;
  }
}
.directions__slider .swiper-slide-prev {
  position: relative;
  transition: all 0.3s ease 0s;
}
.directions__slider .swiper-slide-prev::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(122.25deg, rgba(28, 78, 153, 0.49) 1.11%, rgba(23, 78, 144, 0.21) 85.21%, rgba(23, 78, 144, 0.21) 85.21%);
}
@media (max-width: 61.99875em) {
  .directions__slider .swiper-slide-prev::before {
    display: none;
  }
}
.directions__slider .swiper-slide-next {
  position: relative;
  transition: all 0.3s ease 0s;
}
.directions__slider .swiper-slide-next::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(122.25deg, rgba(28, 78, 153, 0.49) 1.11%, rgba(23, 78, 144, 0.21) 85.21%, rgba(23, 78, 144, 0.21) 85.21%);
}
@media (max-width: 61.99875em) {
  .directions__slider .swiper-slide-next::before {
    display: none;
  }
}
@media (max-width: 47.99875em) {
  .directions__slider {
    border-radius: 0.625rem;
  }
}
.directions__slide {
  display: flex;
  background: #071a31;
  max-width: 61.875rem;
  transition: all 0.3s ease 0s;
  overflow: hidden;
}
.directions__slide-img {
  max-width: 32.5rem;
  width: 100%;
  height: 26.25rem;
  transition: all 0.3s ease 0s;
}
@media (max-width: 61.99875em) {
  .directions__slide-img {
    max-width: 50%;
  }
}
@media (max-width: 47.99875em) {
  .directions__slide-img {
    max-width: 100%;
  }
}
@media (max-width: 47.99875em) and (min-width: 48.06125em) {
  .directions__slide-img {
    height: 26.25rem;
  }
}
@media (max-width: 47.99875em) and (min-width: 20em) and (max-width: 48.06125em) {
  .directions__slide-img {
    height: calc(15.625rem + 10.625 * (((100vw - 20rem)) / ((28.06125))));
  }
}
@media (max-width: 47.99875em) and (max-width: 20em) {
  .directions__slide-img {
    height: 15.625rem;
  }
}
.directions__slide-navigation p {
  color: white;
}
.directions__slide-navigation {
  padding: 1.625rem 1.875rem;
}
@media (max-width: 29.99875em) {
  .directions__slide-navigation {
    padding: 1.625rem 0.9375rem 2.1875rem;
  }
}
.directions__slide-title {
  font-family: "FuturaDemiC", sans-serif;
  font-weight: 600;
  font-size: 1.5625rem;
  line-height: 1.16;
  line-height: 29px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  margin-bottom: 2.125rem;
}
@media (max-width: 29.99875em) {
  .directions__slide-title {
    font-size: 1.4375rem;
    line-height: 1.1739130435;
  }
}
@media (max-width: 47.99875em) {
  .directions__slide {
    flex-direction: column;
    border-radius: 0.625rem;
  }
}
.directions-navigation {
  margin-bottom: 1.25rem;
  max-width: 18.75rem;
}
.directions-navigation__item:not(:last-child) {
  margin-bottom: 17px;
}
@media (max-width: 29.99875em) {
  .directions-navigation__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.directions-navigation__link {
  color: #FFFFFF;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .directions-navigation__link:hover {
    color: #009159;
  }
}
.directions .swiper-pagination {
  display: none;
}
@media (max-width: 61.99875em) {
  .directions .swiper-pagination {
    display: block !important;
  }
}

.partners__slider {
  margin-top: 2.5rem;
  overflow: visible;
}
@media (max-width: 61.99875em) {
  .partners__slider {
    margin-top: 1.875rem;
  }
}
.partners__slide {
  max-width: 11.875rem;
  height: 5rem;
  background: #F5F5F5;
  border-radius: 10px;
  padding: 0.75rem 1.875rem;
}
.partners__slide_img {
  width: 8.125rem;
  height: 3.625rem;
}
.partners__slide_img img {
  object-fit: contain;
}
@media (max-width: 61.99875em) {
  .partners .navigation {
    display: none;
  }
}
.partners .swiper-pagination {
  display: none;
}

.gallery__slider {
  margin-top: 1.875rem;
  transition: all 0.3s ease 0s;
  overflow: visible;
  min-height: 28.125rem;
  position: relative;
}
.gallery__slider .swiper-slide-active {
  z-index: 2;
  width: 39.375rem;
  height: 28.125rem;
  transition: all 0.3s ease 0s;
}
@media (max-width: 61.99875em) {
  .gallery__slider .swiper-slide-active {
    width: 36.375rem;
    height: 20rem;
  }
}
@media (max-width: 47.99875em) {
  .gallery__slider .swiper-slide-active {
    width: 100%;
  }
}
@media (max-width: 47.99875em) and (min-width: 48em) {
  .gallery__slider .swiper-slide-active {
    height: 26.25rem;
  }
}
@media (max-width: 47.99875em) and (min-width: 20em) and (max-width: 48em) {
  .gallery__slider .swiper-slide-active {
    height: calc(15.625rem + 10.625 * (((100vw - 20rem)) / ((28))));
  }
}
@media (max-width: 47.99875em) and (max-width: 20em) {
  .gallery__slider .swiper-slide-active {
    height: 15.625rem;
  }
}
.gallery__slider .swiper-slide-active img {
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .gallery__slider .swiper-slide-active img:hover {
    transform: scale(1.1);
  }
}
.gallery__slider .swiper-slide-prev {
  position: relative;
  transition: all 0.3s ease 0s;
}
.gallery__slider .swiper-slide-prev::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(122.25deg, rgba(28, 78, 153, 0.49) 1.11%, rgba(23, 78, 144, 0.21) 85.21%, rgba(23, 78, 144, 0.21) 85.21%);
}
@media (max-width: 61.99875em) {
  .gallery__slider .swiper-slide-prev::before {
    display: none;
  }
}
.gallery__slider .swiper-slide-next {
  position: relative;
  transition: all 0.3s ease 0s;
}
.gallery__slider .swiper-slide-next::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(122.25deg, rgba(28, 78, 153, 0.49) 1.11%, rgba(23, 78, 144, 0.21) 85.21%, rgba(23, 78, 144, 0.21) 85.21%);
}
@media (max-width: 61.99875em) {
  .gallery__slider .swiper-slide-next::before {
    display: none;
  }
}
@media (max-width: 61.99875em) {
  .gallery__slider {
    min-height: 20rem;
  }
}
@media (max-width: 47.99875em) and (min-width: 48em) {
  .gallery__slider {
    min-height: 26.25rem;
  }
}
@media (max-width: 47.99875em) and (min-width: 20em) and (max-width: 48em) {
  .gallery__slider {
    min-height: calc(15.625rem + 10.625 * (((100vw - 20rem)) / ((28))));
  }
}
@media (max-width: 47.99875em) and (max-width: 20em) {
  .gallery__slider {
    min-height: 15.625rem;
  }
}
.gallery__swiper {
  align-items: center;
  min-height: inherit;
}
@media (max-width: 61.99875em) {
  .gallery__swiper {
    margin-left: -3.75rem;
  }
}
@media (max-width: 47.99875em) {
  .gallery__swiper {
    margin-left: 0;
    align-items: baseline;
  }
}
.gallery__slide {
  width: 39.375rem;
  height: 25rem;
  border-radius: 0.625rem;
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.gallery__slide img {
  transition: all 0.3s ease 0s;
}
.gallery__slide-visible {
  opacity: 1;
}
@media (max-width: 61.99875em) {
  .gallery__slide {
    width: 29.3125rem;
    height: 15.625rem;
  }
}
@media (max-width: 47.99875em) {
  .gallery__slide {
    width: 100%;
    opacity: 1;
  }
}
@media (max-width: 47.99875em) and (min-width: 48em) {
  .gallery__slide {
    height: 26.25rem;
  }
}
@media (max-width: 47.99875em) and (min-width: 20em) and (max-width: 48em) {
  .gallery__slide {
    height: calc(15.625rem + 10.625 * (((100vw - 20rem)) / ((28))));
  }
}
@media (max-width: 47.99875em) and (max-width: 20em) {
  .gallery__slide {
    height: 15.625rem;
  }
}
@media (min-width: 61.99875em) {
  .gallery .navigation {
    margin-top: 0;
  }
}
.gallery .swiper-pagination {
  display: block !important;
}

.articles {
  margin-bottom: 8.125rem;
}
@media (max-width: 82.5em) {
  .articles {
    margin-bottom: 3.75rem;
  }
}
.articles .title {
  margin-bottom: 2.5rem;
}
@media (max-width: 29.99875em) {
  .articles .title {
    margin-bottom: 1.875rem;
  }
}
.articles .block-wrapper .read-more {
  display: none;
}
.articles .block-wrapper .read-more::before {
  transform: rotate(90deg);
}
.articles .block-wrapper .block-info p {
  display: block;
  overflow: visible;
}

.articles-main {
  margin-bottom: 262px;
  position: relative;
}
.articles-main::before {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: -8.375rem;
  content: "";
  width: 72.1354166667%;
  height: 25.375rem;
  background: #071a31;
  border-radius: 0px 0px 0px 0.625rem;
}
@media (max-width: 61.99875em) {
  .articles-main::before {
    bottom: -1.25rem;
  }
}
@media (max-width: 29.99875em) {
  .articles-main::before {
    display: none;
  }
}
@media (max-width: 61.99875em) {
  .articles-main {
    margin-bottom: 35px;
  }
}
@media (min-width: 61.99875em) and (any-hover: hover) {
  .articles-main .articles-wrapper-card:hover {
    margin-top: -1.25rem;
  }
}
@media (max-width: 82.5em) {
  .articles-main .articles-wrapper-card:nth-child(3) {
    display: none;
  }
}
@media (max-width: 61.99875em) {
  .articles-main .articles-wrapper-card:nth-child(2), .articles-main .articles-wrapper-card:nth-child(3) {
    display: none;
  }
}

.articles-wrapper {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.875rem;
  row-gap: 2.3125rem;
}
@media (max-width: 61.99875em) {
  .articles-wrapper {
    margin-top: 1.875rem;
    row-gap: 1.25rem;
  }
}

.articles-wrapper-card {
  max-width: 25.625rem;
  width: 100%;
  height: 27.75rem;
  border-radius: 0.625rem;
  background: #F5F5F5;
  overflow: hidden;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.articles-wrapper-card__img {
  width: 100%;
  height: 13.875rem;
}
.articles-wrapper-card__title {
  font-family: "FuturaDemiC", sans-serif;
  font-weight: 600;
  font-size: 1.5625rem;
  line-height: 1.16;
  letter-spacing: 0.03em;
  color: #232323;
}
@media (max-width: 29.99875em) {
  .articles-wrapper-card__title {
    font-size: 1.4375rem;
    line-height: 1.1739130435;
  }
}
.articles-wrapper-card__date {
  font-size: 0.875rem;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: #424242;
  opacity: 0.6;
  margin-top: 0.625rem;
}
@media (max-width: 29.99875em) {
  .articles-wrapper-card__date {
    margin-top: 0.9375rem;
  }
}
@media (max-width: 29.99875em) {
  .articles-wrapper-card {
    max-width: 100%;
  }
}
@media (any-hover: hover) {
  .articles-wrapper-card:hover .read-more::before {
    right: -1.625rem;
    transform: scale(1.1);
  }
}

.articles-wrapper-card-info {
  padding: 1.25rem;
}

.articles-read-more {
  margin-top: 1.875rem !important;
  margin-right: 0.9375rem;
  margin-left: auto;
}
@media (max-width: 29.99875em) {
  .articles-read-more {
    margin-top: 0.8125rem !important;
    margin-right: 0;
    margin-left: 0;
  }
}

.work .block-wrapper .title {
  margin-bottom: 2.5rem;
}
@media (max-width: 29.99875em) {
  .work .block-wrapper .title {
    margin-bottom: 1.875rem;
  }
}
.work .block-wrapper ul {
  padding: 0.9375rem 0 1.5625rem;
}
@media (max-width: 29.99875em) {
  .work .block-wrapper ul {
    padding: 1.375rem 0;
  }
}
.work .block-wrapper ul li {
  position: relative;
  padding-left: 1.375rem;
}
.work .block-wrapper ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #009159;
}
.work .block-wrapper ul li:not(:last-child) {
  margin-bottom: 1.0625rem;
}
.work .block-wrapper .read-more {
  display: none;
}
.work .block-wrapper .read-more::before {
  transform: rotate(90deg);
}
.work .block-wrapper .block-info p {
  display: block;
  overflow: visible;
}
.work .block-wrapper .show-active {
  overflow: hidden;
  height: 365px;
}
@media (max-width: 61.99875em) {
  .work-left-img .block-wrapper {
    flex-direction: column-reverse;
  }
}

.work-wrapper {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
}
@media (max-width: 29.99875em) {
  .work-wrapper {
    margin-top: 1.875rem;
    gap: 1.25rem;
  }
}

.work-item {
  background: #F5F5F5;
  border-radius: 0.625rem;
  padding: 2.5rem;
  max-width: 39.375rem;
  width: 100%;
  min-height: 15.9375rem;
  position: relative;
}
.work-item__title {
  font-family: "FuturaDemiC", sans-serif;
  font-weight: 600;
  font-size: 1.5625rem;
  line-height: 1.16;
  letter-spacing: 0.03em;
  color: #232323;
  margin-bottom: 0.625rem;
}
@media (max-width: 29.99875em) {
  .work-item__title {
    font-size: 1.4375rem;
    line-height: 1.1739130435;
  }
}
.work-item p {
  margin-bottom: 0.625rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 29.99875em) {
  .work-item p {
    -webkit-line-clamp: 8;
    margin-bottom: 0.375rem;
  }
}
.work-item__img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 5.625rem;
  height: 5.625rem;
}
@media (max-width: 82.5em) {
  .work-item {
    width: 48.4%;
  }
}
@media (max-width: 61.99875em) {
  .work-item {
    max-width: 100%;
    width: 100%;
  }
  .work-item:last-child {
    display: none;
  }
}
@media (max-width: 29.99875em) {
  .work-item {
    padding: 1.25rem;
    min-height: auto;
  }
}
.work-item .read-more {
  margin: 0;
}

.contacts .map {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 61.99875em) {
  .contacts .map {
    flex-direction: column;
    justify-content: center;
  }
}
.contacts .map .map-info-title {
  margin-bottom: 2.5rem;
}
@media (max-width: 29.99875em) {
  .contacts .map .map-info-title {
    margin-bottom: 1.875rem;
  }
}
.contacts .map-fone {
  max-width: 60.6770833333%;
}
@media (max-width: 61.99875em) {
  .contacts .map-fone {
    max-width: 100%;
  }
}
.contacts .map-info {
  max-width: 28.5rem;
  position: relative;
  left: 0;
  top: 0;
  box-shadow: none;
  padding: 0;
}
@media (max-width: 61.99875em) {
  .contacts .map-info {
    max-width: 100%;
    margin-bottom: 3.75rem;
  }
}
@media (max-width: 29.99875em) {
  .contacts .map-info {
    left: 50%;
  }
}
.contacts .contacts-block {
  max-width: 21.875rem;
}
@media (max-width: 61.99875em) {
  .contacts .contacts-block {
    max-width: 100%;
  }
}
.contacts .map-social {
  margin-top: 3.125rem;
}
@media (max-width: 29.99875em) {
  .contacts .map-social {
    margin-top: 1.25rem;
  }
}

.form {
  position: relative;
  z-index: 1;
  max-width: 100%;
  width: 100%;
  height: auto;
  background: #0b2a4f;
  border-radius: 0.625rem;
  display: flex;
  gap: 2.3125rem;
}
.form-info {
  max-width: 403px;
  width: 100%;
}
@media (max-width: 47.99875em) {
  .form-info {
    max-width: 100%;
  }
}
.form-title {
  color: #fff;
  margin-bottom: 1.25rem;
}
@media (max-width: 29.99875em) {
  .form-title {
    margin-bottom: 0.625rem;
  }
}
.form p {
  color: #fff;
}
.form-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.0625rem;
  width: 100%;
}
.form-wrapper-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 1.875rem;
}
@media (max-width: 47.99875em) {
  .form-wrapper-block {
    justify-content: center;
  }
}
@media (max-width: 29.99875em) {
  .form-wrapper-block {
    flex-direction: column;
    align-items: baseline;
    gap: 0rem;
  }
}
.form-wrapper-item {
  position: relative;
}
.form-wrapper-item label {
  position: absolute;
  left: 1.0625rem;
  top: 0.625rem;
  transition: top 0.5s;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 140%;
  padding: 0 3px;
}
.form-wrapper-item input:focus + label,
.form-wrapper-item input:not(:placeholder-shown) + label {
  top: -0.625rem;
  background: #0b2a4f;
  z-index: 10;
}
.form-wrapper-item ::-webkit-input-placeholder {
  opacity: 0;
}
.form-wrapper-item input:focus::-webkit-input-placeholder {
  opacity: 0;
}
@media (max-width: 29.99875em) {
  .form-wrapper-item {
    width: 100%;
  }
  .form-wrapper-item:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 47.99875em) {
  .form-wrapper {
    justify-content: center;
  }
}
@media (max-width: 29.99875em) {
  .form-checkbox {
    order: 1;
  }
}
.form .button {
  max-width: 11.875rem;
  width: 100%;
  height: 3.125rem;
}
@media (max-width: 29.99875em) {
  .form .button {
    max-width: 100%;
    order: 2;
    margin-top: 30px;
  }
}
@media (max-width: 47.99875em) {
  .form {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 29.99875em) {
  .form {
    gap: 1.25rem;
  }
}

.button {
  display: flex;
  justify-content: center;
  background: #009159;
  border-radius: 10px;
  font-family: "FuturaDemiC", sans-serif;
  font-weight: 600;
  border: none;
  font-size: 1.0625rem;
  line-height: 130%;
  padding: 0.8125rem;
  color: #fff;
  transition: all 0.3s ease 0s;
  text-align: center;
  max-width: 11.875rem;
  width: 100%;
  height: 3.125rem;
  cursor: pointer;
}
@media (any-hover: hover) {
  .button:hover {
    background: #009159;
  }
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  outline: none;
}

.input {
  outline: none;
  border: none;
  box-shadow: none;
  border-radius: 0.625rem;
  height: 2.5625rem;
  background: transparent;
  border: 2px solid #F5F5F5;
  padding: 0.75rem 1.25rem 0.75rem 1.125rem;
  max-width: 11.875rem;
  width: 100%;
  font-size: 0.9375rem;
  line-height: 140%;
  color: #fff;
  position: relative;
}
.input:focus {
  outline: none !important;
  border: 2px solid #009159;
}
.input:active {
  border: 2px solid #009159;
}
.input::placeholder {
  color: #F5F5F5;
}
@media (max-width: 29.99875em) {
  .input {
    max-width: 100%;
  }
}

.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-checkbox + .wpcf7-list-item-label {
  user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #dfff;
  font-size: 1.0625rem;
  line-height: 130%;
}
.custom-checkbox + .wpcf7-list-item-label a {
  font-family: "FuturaMediumC", sans-serif;
  display: contents;
  font-weight: 500;
  color: #009159;
}
@media (max-width: 29.99875em) {
  .custom-checkbox + .wpcf7-list-item-label {
    align-items: flex-start;
    line-height: 1.4375rem;
  }
}

.custom-checkbox + .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 2px solid #009159;
  background: transparent;
  border-radius: 0px;
  margin-right: 10px;
  background-position: center center;
}

.custom-checkbox:checked + .wpcf7-list-item-label::before {
  background: #009159 url(../img/icons/check.svg) no-repeat center center;
}

.custom-checkbox:not(:disabled):not(:checked) + label:hover::before {
  background-position: center center;
}

.custom-checkbox:not(:disabled):active + label::before {
  background: #009159;
  background-position: center center;
}

.swiper-pagination {
  font-family: "FuturaDemiC", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.15;
  color: #9E9E9E;
  position: relative;
  text-align: left;
}
@media (max-width: 29.99875em) {
  .swiper-pagination {
    font-size: 1rem;
  }
}

.swiper-pagination-current {
  font-weight: 600;
  color: #0b2a4f;
  font-size: 1.4375rem;
  line-height: 1.1739130435;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0rem;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "" !important;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "" !important;
}

.swiper-button-prev,
.swiper-button-next {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0;
}
.swiper-button-prev:focus, .swiper-button-prev:active,
.swiper-button-next:focus,
.swiper-button-next:active {
  outline: none !important;
}
@media (max-width: 61.99875em) {
  .swiper-button-prev,
.swiper-button-next {
    display: none;
  }
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  position: relative;
  top: 0;
  right: 0;
  margin-left: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  position: relative;
  top: 0;
  right: 0;
  margin-left: 22px;
}

.swiper-button-prev svg circle {
  transition: all 0.3s ease-in-out;
}

@media (any-hover: hover) {
  .swiper-button-prev svg:hover circle {
    fill: #34b583;
  }
}

.swiper-button-next svg circle {
  transition: all 0.2s ease-in-out;
}

@media (any-hover: hover) {
  .swiper-button-next svg:hover circle {
    fill: #34b583;
  }
}

.swiper-button-next.swiper-button-disabled circle,
.swiper-button-prev.swiper-button-disabled svg circle {
  fill: #34b583;
}

.navigation {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1.25rem;
  position: relative;
}
.navigation__btn {
  display: flex;
  position: relative;
}
@media (max-width: 61.99875em) {
  .navigation__btn {
    display: none;
  }
}

.popup {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 1001;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(7, 26, 49, 0.7);
  transition: all 0.3s ease-in-out;
  overflow: auto;
  margin: 0;
  padding: 30px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 29.99875em) {
  .popup {
    padding: 30px 0px;
  }
}

.popup__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-visible {
  opacity: 1;
  visibility: visible;
}

.popup__close {
  position: absolute;
  right: 0.9375rem;
  top: 0.9375rem;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  z-index: 2;
  margin: 10px;
  width: 1.4375rem;
  height: 1.4375rem;
  background: transparent;
}
.popup__close svg {
  width: 1.4375rem;
  height: 1.4375rem;
}
.popup__close svg path {
  transition: all 0.5s ease 0s;
}
@media (min-width: 61.99875em) and (any-hover: hover) {
  .popup__close:hover {
    transform: scale(1.1) rotate(360deg);
  }
  .popup__close:hover svg path {
    stroke: #009159;
  }
}

.popup__content {
  position: relative;
  z-index: 1;
  padding: 5rem;
  max-width: 90.625rem;
  width: 100%;
  min-height: auto;
  background: #0b2a4f;
  border-radius: 0.625rem;
}
.popup__content_sucsess {
  max-width: 39.375rem;
  padding: 8.125rem;
}
@media (max-width: 61.99875em) {
  .popup__content_sucsess {
    padding: 7.6875rem;
  }
}
@media (max-width: 82.5em) {
  .popup__content {
    border-radius: 0rem;
  }
}
@media (max-width: 61.99875em) {
  .popup__content {
    padding: 3.75rem 1.875rem;
  }
}
@media (max-width: 47.99875em) {
  .popup__content {
    padding: 3.75rem 0.9375rem;
  }
}

.popup-sucsess-wrapper-img {
  width: 7.5rem;
  height: 7.5rem;
  margin: 0 auto 0.625rem;
}
@media (max-width: 29.99875em) {
  .popup-sucsess-wrapper-img {
    width: 5.625rem;
    height: 5.625rem;
  }
}
.popup-sucsess-wrapper .title {
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 0.625rem;
}
.popup-sucsess-wrapper p {
  text-align: center;
  color: #FFFFFF;
}

@media (max-height: 700px) {
  .popup {
    align-items: baseline;
  }
}
.read-more {
  font-family: "FuturaMediumC", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 130%;
  letter-spacing: 0.03em;
  color: #009159;
  margin-top: 0.75rem;
  display: block;
  position: relative;
  width: max-content;
  cursor: pointer;
}
.read-more::before {
  position: absolute;
  content: "";
  right: -1rem;
  top: 0.5rem;
  width: 0.5625rem;
  height: 0.75rem;
  background: url(../img/icons/readmore.svg) no-repeat center/9px 12px;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .read-more:hover::before {
    right: -1.625rem;
    transform: scale(1.1);
  }
}

.read-more-active {
  display: block !important;
}

.show {
  height: auto;
}

.show-active {
  overflow: hidden;
  height: 453px;
}

.button-up {
  display: none;
  position: absolute;
  bottom: 7.375rem;
  z-index: 50;
  cursor: pointer;
}
@media (min-width: 120em) {
  .button-up {
    right: 13.125rem;
  }
}
@media (min-width: 106.25em) and (max-width: 120em) {
  .button-up {
    right: calc(1.875rem + 11.25 * (((100vw - 106.25rem)) / ((13.75))));
  }
}
@media (max-width: 106.25em) {
  .button-up {
    right: 1.875rem;
  }
}
@media (max-width: 106.25em) {
  .button-up {
    position: relative;
    bottom: 0rem;
    right: -43%;
    margin: 2.5rem auto 0;
    justify-content: center;
  }
}
.button-up svg rect {
  transition: all 0.3s ease-in-out;
}
.button-up svg path {
  transition: all 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .button-up:hover svg rect {
    stroke: #009159;
  }
  .button-up:hover svg path {
    fill: #009159;
  }
}

.map {
  position: relative;
}
.map-fone {
  width: 100%;
  height: 31.25rem;
  padding: 0;
  background-image: url(../img/mapFone.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (max-width: 29.99875em) {
  .map-fone {
    height: 40.625rem;
  }
}
.map-info {
  max-width: 25.5625rem;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.25);
  border-radius: 0.625rem;
  position: absolute;
  left: 19.6875rem;
  top: 5.625rem;
  padding: 1.875rem 1.875rem 2.1875rem;
}
.map-info-title {
  margin-bottom: 1.25rem;
}
@media (max-width: 29.99875em) {
  .map-info-title {
    margin-bottom: 0.625rem;
  }
}
@media (max-width: 82.5em) {
  .map-info {
    left: 0.9375rem;
  }
}
@media (max-width: 61.99875em) {
  .map-info {
    left: 0.9375rem;
  }
}
@media (max-width: 29.99875em) {
  .map-info {
    top: 3.75rem;
    max-width: 18.125rem;
    padding: 1.25rem 1.25rem 1.5625rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.map .contacts-block {
  align-items: baseline;
}
.map .contacts-block:not(:last-child) {
  margin-bottom: 12px;
}
.map .contacts-block a {
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .map .contacts-block:hover a {
    color: #009159;
  }
}
.map .contacts-block__item {
  font-family: "FuturaBookC", sans-serif;
  font-weight: 400;
  color: #474747;
  font-size: 17px;
  line-height: 140%;
}
.map .contacts-block__item:hover::after {
  width: 0;
}
.map .contacts-block__img:nth-child(1) {
  width: 1.125rem;
}
.map .contacts-block__img img {
  width: auto;
}
.map-social {
  display: flex;
  margin-top: 1.625rem;
  align-items: flex-end;
  gap: 1.25rem;
}
.map-social-title {
  font-family: "FuturaDemiC", sans-serif;
  font-weight: 600;
  font-size: 1.5625rem;
  line-height: 1.16;
  letter-spacing: 0.03em;
  color: #000000;
}
@media (max-width: 29.99875em) {
  .map-social-title {
    font-size: 1.4375rem;
    line-height: 1.1739130435;
  }
}
.map-social-group {
  display: flex;
  gap: 0.9375rem;
}
.map-social-group a {
  display: block;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .map-social-group a:hover {
    transform: scale(1.1);
  }
}
@media (max-width: 29.99875em) {
  .map-social {
    gap: 1.5625rem;
  }
}

.ui-button {
  position: relative;
  z-index: 10;
  border: 2px solid #009159;
  border-radius: 0.625rem;
  padding: 0.5rem 1.4375rem 0.5rem 1.4375rem;
  margin-top: 2.5rem;
  background: transparent;
}
@media (max-width: 61.99875em) {
  .ui-button {
    margin-top: 1.875rem;
  }
}

.ui-selectmenu-button.ui-button {
  width: max-content;
  white-space: normal;
  min-width: 12.375rem;
}
@media (max-width: 29.99875em) {
  .ui-selectmenu-button.ui-button {
    min-width: 100%;
    width: 100%;
  }
}

.ui-selectmenu-text {
  font-family: "FuturaBookC", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  color: #474747;
}

.ui-button:hover {
  border: 2px solid #009159;
  background: transparent;
  font-weight: normal;
  color: #232323;
}

.ui-menu-item {
  line-height: 1.1875;
  cursor: pointer;
}
.ui-menu-item:not(:last-child) {
  margin-bottom: 0.625rem;
}
.ui-menu-item-active {
  font-weight: 700;
  color: #009159;
}

.ui-selectmenu-menu {
  position: absolute;
  z-index: 10;
  height: auto;
  width: 300px;
  left: 0;
  top: 1.25rem;
  background: #FFFFFF;
  border-radius: 0.625rem;
  padding: 1.25rem;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.25);
}
@media (max-width: 29.99875em) {
  .ui-selectmenu-menu {
    width: 290px;
  }
}

.ui-widget.ui-widget-content {
  border: none;
  width: 100% !important;
}

.ui-menu .ui-menu-item-wrapper {
  padding: 0;
  font-family: "FuturaBookC", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  color: #474747;
}

.ui-state-active, .ui-widget-content .ui-state-active {
  border: none;
  background: transparent;
  font-weight: normal;
  color: #009159;
  margin: 0;
  transition: all 0.3s ease 0s;
}

.ui-button:focus {
  border: 2px solid #009159;
  outline: 0px solid #009159;
  background: transparent;
  font-weight: normal;
  color: #232323;
}

.ui-button:focus-visible {
  outline: 0px solid #009159;
  background: transparent;
  font-weight: normal;
  color: #232323;
}

.ui-button:active, .ui-button.ui-state-active:hover {
  border: 2px solid #009159;
  outline: 0px solid #009159;
  background: transparent;
  font-weight: normal;
  color: #232323;
}

.ui-button .ui-icon {
  background-image: url(../img/icons/readmore.svg);
  transition: all 0.3s ease 0s;
}

.ui-icon-triangle-1-s {
  background-position: 10px 4px;
  transform: rotate(90deg);
}

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
  background-image: url(../img/icons/readmore.svg);
}

.ui-state-focus .ui-icon, .ui-button:focus .ui-icon {
  background-image: url(../img/icons/readmore.svg);
}

.ui-state-hover .ui-icon, .ui-button:hover .ui-icon {
  background-image: url(../img/icons/readmore.svg);
}

.ui-state-disabled {
  display: none;
}

.callback {
  background: #0b2a4f;
  margin-top: 6.25rem;
  padding: 8.125rem 0;
}
@media (max-width: 61.99875em) {
  .callback {
    padding: 3.75rem 0;
    margin-top: 3.75rem;
  }
}

.sub-menu-catalog {
  position: relative;
}
.sub-menu-catalog::after {
  content: "";
  position: absolute;
  top: 0.5rem;
  right: -0.625rem;
  transform: translateX(100%);
  width: 0.75rem;
  height: 0.625rem;
  background: url(../img/icons/header-menu-arrow.svg) no-repeat center;
  background-size: 0.75rem 0.625rem;
  transition: all 0.3s ease 0s;
  z-index: 6;
}
@media (max-width: 61.99875em) {
  .sub-menu-catalog::after {
    display: none;
  }
}
@media (any-hover: hover) {
  .sub-menu-catalog:hover::after {
    transform: translateX(100%) rotate(180deg);
    width: 0.75rem;
    background-size: 0.75rem 0.625rem;
  }
}
@media (max-width: 61.99875em) {
  .sub-menu-catalog {
    padding-right: 20px;
  }
}
.sub-menu-catalog__list {
  display: none;
  min-width: 100%;
  max-height: 100%;
  background-color: #fff;
  position: relative;
  border-radius: 0.625rem;
  transition: all 0.3s ease 0s;
}
@media (min-width: 61.99875em) {
  .sub-menu-catalog__list {
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.25);
    padding: 1.25rem;
    position: absolute;
    background-color: #fff;
    left: -0.625rem;
    top: 1.875rem;
    min-width: 18.75rem;
    max-height: calc(100vh - 18.75rem);
  }
}
@media (max-width: 61.99875em) {
  .sub-menu-catalog__list {
    display: none;
    text-align: right;
    padding-top: 1.25rem;
    margin-right: -1.875rem;
    background-color: #071A31;
  }
}
.sub-menu-catalog__list_active {
  display: block !important;
  padding: 1.25rem 0.625rem;
}
@media (max-width: 61.99875em) {
  .sub-menu-catalog__list_active {
    padding: 0.5rem 0.5rem 0 0.5rem;
  }
}
.sub-menu-catalog__list2 {
  display: none;
  overflow-y: auto;
}
@media (min-width: 61.99875em) {
  .sub-menu-catalog__list2 {
    left: 9.375rem;
    top: 2.9375rem;
    padding: 0.9375rem 1.25rem;
  }
}
.sub-menu-catalog__list2_active {
  display: block;
  padding: 1.25rem 0.625rem;
}
.sub-menu-catalog__item {
  padding: 0.3125rem 0;
  display: block;
  font-size: 1.125rem;
  line-height: 140%;
  text-transform: none;
  color: #474747;
  transition: all 0.3s ease 0s;
}
.sub-menu-catalog__item_children .sub-menu-catalog__link_children {
  position: relative;
}
.sub-menu-catalog__item_children .sub-menu-catalog__link_children::after {
  content: "";
  position: absolute;
  top: 0.4375rem;
  right: -1.25rem;
  width: 0.75rem;
  height: 0.625rem;
  background: url(../img/icons/header-menu-arrow.svg) no-repeat center;
  background-size: 0.75rem 0.625rem;
  transition: all 0.3s ease 0s;
  z-index: 0;
  opacity: 0;
}
@media (max-width: 61.99875em) {
  .sub-menu-catalog__item_children .sub-menu-catalog__link_children::after {
    display: none;
  }
}
@media (any-hover: hover) and (min-width: 61.99875em) {
  .sub-menu-catalog__item:hover .sub-menu-catalog__list2 {
    display: block;
  }
  .sub-menu-catalog__item:hover .sub-menu-catalog__link_children::after {
    transform: rotate(180deg);
    background: url(../img/icons/header-menu-arrow.svg) no-repeat center;
    background-size: 0.75rem 0.625rem;
    opacity: 1;
  }
}
@media (max-width: 61.99875em) {
  .sub-menu-catalog__item {
    padding: 0.3125rem 0;
    font-size: 0.9375rem;
    color: #fff;
  }
}
.sub-menu-catalog__link {
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .sub-menu-catalog__link:hover {
    color: #009159;
  }
}

.breadcrumbs {
  padding: 4rem 0px 1.25rem;
}
@media (max-width: 29.99875em) {
  .breadcrumbs {
    padding: 4.8125rem 0px 1.5625rem;
  }
}
.breadcrumbs__list {
  display: flex;
}
.breadcrumbs__list-item {
  display: flex;
  white-space: nowrap;
  color: #B6B6B6;
}
.breadcrumbs__list-item:last-child {
  color: #009159;
}
.breadcrumbs__list-item:not(:last-child):after {
  content: "/";
  color: #B6B6B6;
  padding: 0 0.625rem;
}

.pagination {
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.pagination-name {
  font-family: "FuturaMediumC", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 130%;
  letter-spacing: 0.03em;
  color: #232323;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .pagination-name:hover {
    color: #009159;
  }
}
@media (max-width: 29.99875em) {
  .pagination-name {
    font-size: 1rem;
  }
}

.pagination-wrapper {
  display: flex;
  margin: 0 3.125rem;
}
@media (max-width: 29.99875em) {
  .pagination-wrapper {
    margin: 0 1.375rem;
  }
}

.pagination-arrow {
  cursor: pointer;
}
.pagination-arrow svg path {
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .pagination-arrow:hover svg path {
    fill: #009159;
  }
}

.pagination-left {
  padding-right: 0.9375rem;
}

.pagination-number {
  padding: 0 0.4375rem;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.pagination-number-active {
  color: #009159;
}
@media (any-hover: hover) {
  .pagination-number:hover {
    color: #009159;
  }
}

.pagination-right {
  padding-left: 0.9375rem;
}

.articles-number {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
}
.articles-number__name {
  margin-right: 5px;
}
.articles-number__first {
  color: #009159;
}
.articles-number__first:after {
  content: "/";
  color: #C6C6C6;
  padding: 0 0.1875rem;
}
.articles-number__last {
  color: #C6C6C6;
}
@media (max-width: 47.99875em) {
  .articles-number {
    display: none;
  }
}

.pagination-block {
  display: flex;
  align-items: baseline;
  justify-content: center;
  position: relative;
  margin-top: 2.0625rem;
}
@media (max-width: 29.99875em) {
  .pagination-block {
    margin-top: 1.5625rem;
  }
}

.articles-number-wrapper {
  display: flex;
  font-family: "FuturaMediumC", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 130%;
  letter-spacing: 0.03em;
}

.compensate-for-scrollbar {
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  .wow {
    visibility: visible !important;
    -webkit-animation-name: none !important;
    -o-animation-name: none !important;
    animation-name: none !important;
  }
}


.service {
  margin-bottom: 150px;
}

.service__title {
  text-align: center;
  margin-bottom: 40px;
}

.service__items {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  flex-wrap: wrap;
  gap: 15px;
}

.service__item {
  position: relative;
  border-radius: 40px;
  border: 1px solid #009159;
  padding: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  transition: 300ms;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  color: inherit;
  text-align: center;
}

.service__item:hover,
.service__item.active,
.service__number {
  background: #009159;
  color: #fff;
}

.service__number {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  width: 40px;
  height: 24px;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
}

@media only screen and (max-width: 1500px) {
  .service {
    margin-bottom: 120px;
  }
  .service__item {
    padding: 15px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 1200px) {
  .service {
    margin-bottom: 100px;
  }
  .service__item {
    padding: 18px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .service {
    margin-bottom: 70px;
  }
  .service__item {
    padding: 18px 20px;
  }
}

@media (max-width: 479.98px){
  .service__item {
    width: 100%;
    display: block;
    padding: 18px 20px;
  }
}