/*!*****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \*****************************************************************************************************************************************/
@charset "UTF-8";
/*
Theme Name: New Pointer theme
Author: cursor: pointer ;
Version: 2.0.1
*/
@font-face {
  font-display: swap;
  font-family: "Montserrat400";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/pointer-theme/src/fonts/Montserrat-Regular.woff2") format("woff2"), url("/wp-content/themes/pointer-theme/src/fonts/Montserrat-Regular.woff") format("woff"), url("/wp-content/themes/pointer-theme/src/fonts/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat500";
  font-style: normal;
  font-weight: 500;
  src: url("/wp-content/themes/pointer-theme/src/fonts/Montserrat-Medium.woff2") format("woff2"), url("/wp-content/themes/pointer-theme/src/fonts/Montserrat-Medium.woff") format("woff"), url("/wp-content/themes/pointer-theme/src/fonts/Montserrat-Medium.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat600";
  font-style: normal;
  font-weight: 600;
  src: url("/wp-content/themes/pointer-theme/src/fonts/Montserrat-SemiBold.woff2") format("woff2"), url("/wp-content/themes/pointer-theme/src/fonts/Montserrat-SemiBold.woff") format("woff"), url("/wp-content/themes/pointer-theme/src/fonts/Montserrat-SemiBold.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat700";
  font-style: normal;
  font-weight: 700;
  src: url("/wp-content/themes/pointer-theme/src/fonts/Montserrat-Bold.woff2") format("woff2"), url("/wp-content/themes/pointer-theme/src/fonts/Montserrat-Bold.woff") format("woff"), url("/wp-content/themes/pointer-theme/src/fonts/Montserrat-Bold.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat800";
  font-style: normal;
  font-weight: 800;
  src: url("/wp-content/themes/pointer-theme/src/fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("/wp-content/themes/pointer-theme/src/fonts/Montserrat-ExtraBold.woff") format("woff"), url("/wp-content/themes/pointer-theme/src/fonts/Montserrat-ExtraBold.ttf") format("truetype");
}
html {
  font-size: 1.389vw;
}
@media (max-width: 541px) {
  html {
    font-size: 4.267vw;
  }
}

.container {
  max-width: 72rem;
  padding: 0 4.1rem 0 4.1rem;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 541px) {
  .container {
    padding: 0 1rem 0 1rem;
    max-width: 23.438rem;
  }
}
.container--main {
  /* padding: 0 1.6rem 0 1.6rem; */
  position: relative;
  z-index: 2;
}
@media (max-width: 541px) {
  .container--main {
    padding: 0 1rem 0 1rem;
  }
}
.container--slider {
  padding: 0 0 0 1.6rem;
}
@media (max-width: 541px) {
  .container--slider {
    padding: 0 0 0 1rem;
  }
}

body {
  margin: 0;
  font-size: 1rem;
  font-family: "Montserrat500", sans-serif;
  position: relative;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
@media (max-width: 541px) {
  body {
    background-image: none;
  }
}
body.modal-open, body.popup-open, body.preloader-open {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
body.burger-open {
  overflow: hidden;
  max-height: 100vh;
  width: 100%;
}
body.dimmed {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar {
  width: 0.25rem;
}

::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background-color: #10314D;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}

.yoast-breadcrumbs > span {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  font-size: 16px;
  letter-spacing: -0.01rem;
  color: #ffffff;
  font-weight: 500;

}

.button {
  position: relative;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  max-width: 15.6rem;
  justify-content: space-between;
  align-items: center;
  padding: 0.4rem 0 0.4rem 0.4rem;
  font-size: 0.8rem;
  transition: all 0.3s ease-in-out;
  border-left: 0.15rem solid transparent;
  border-image: linear-gradient(180deg, #10314d 0%, #27567d 100%);
  border-image-slice: 1;
  cursor: pointer;
  letter-spacing: -0.01rem;
  line-height: 100%;
}
@media (max-width: 541px) {
  .button {
    max-width: 100%;
    width: 100%;
    border: none;
    justify-content: center;
    background-color: #10314D;
    color: #ffffff;
    padding: 1rem 0 1rem 0rem;
    font-size: 1rem;
  }
}
.button::before, .button::after {
  content: "";
  position: absolute;
  height: 0.05rem;
  background-color: #E4E4E4;
  width: 0;
  transition: width 0.4s ease;
}
@media (max-width: 541px) {
  .button::before, .button::after {
    content: none;
  }
}
.button::before {
  top: 0;
  left: 0;
}
.button::after {
  bottom: 0;
  right: 0;
}
.button:hover::before {
  width: 100%;
  transition: width 0.4s ease;
}
.button:hover::after {
  width: 100%;
  transition: width 0.4s ease;
}
.button svg {
  height: 1rem;
  width: 1rem;
  padding: 0.19rem;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 541px) {
  .button svg {
    display: none;
  }
}
.button svg path {
  stroke: #262626;
  height: 0.7rem;
  width: 0.7rem;
}
@media (max-width: 541px) {
  .button:hover, .button:focus {
    border: 0.05rem solid #10314D;
    background-color: #ffffff;
    color: #262626;
  }
}
.button:hover svg, .button:focus svg {
  transform: rotate(45deg);
}
.button--white {
  border-left: 0.15rem solid #ffffff;
  border-image: none;
  color: #ffffff;
}
.button--blue {
  border-left: 3px solid #163C5A;
  border-image: none;
  color: #070707;
  margin-right: 84px;
}
.application__button svg {
	margin-left: 84px;
}
@media (max-width: 541px) {
  .button--white {
    background-color: #ffffff;
    color: #262626;
    padding: 1rem 0 1rem 0rem;
    font-size: 1rem;
  }
}
.button--white svg {
  height: 1rem;
  width: 1rem;
  padding: 0.19rem;
  transition: all 0.3s ease-in-out;
}
.button--white svg path {
  stroke: #ffffff;
  height: 0.7rem;
  width: 0.7rem;
}

.header__button {
  height: 2rem;
  margin-top: 10px;
  padding: 12px 26px;
  border-radius: 2px;
  /* background-color: #10314D; */
  background-color: #fff;
  color: #10314D;
  line-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  border: 0.05rem solid transparent;
  cursor: pointer;
}

@media (max-width: 541px) {
	.header__button {
  width: 90%;
   background-color: #10314D; 
  color: #fff;

}
}

.header--scrolled .header__button, .header--scrolled .header__button svg path, body.page-id-12 .header__button, body.page-id-12 .header__button svg path, body.page-id-3 .header__button, body.page-id-3 .header__button svg path{
	background-color: #10314D;
	color: #fff;
	stroke: #fff;
}
.header--scrolled .header__button:hover, .header--scrolled .header__button:hover svg path, body.page-id-12 .header__button:hover, body.page-id-12 .header__button:hover svg path, body.page-id-3 .header__button:hover, body.page-id-3 .header__button:hover svg path {
	background-color: #fff;
	color: #10314D;
	stroke: #10314D;
}
@media (max-width: 541px) {
  .header__button {
    width: 100%;
    border-radius: 0;
    font-size: 1rem;
    padding: 1rem 0;
    height: 3rem;
  }
}
.header__button svg {
  height: 6px;
  width: 6px;
  margin-bottom: 0.3rem;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 541px) {
  .header__button svg {
    display: none;
  }
}
.header__button svg path {
  stroke: #10314D;
  transition: all 0.3s ease-in-out;

}
.header__button:hover, .header__button:focus {
  color: #ffffff;
  background-color: #10314D;
  border: 0.05rem solid #000000;
}
@media (max-width: 541px) {
  .header__button:hover, .header__button:focus {
    border: 0.05rem solid #10314D;
    background-color: #ffffff;
    color: #262626;
  }
}

.header__button:hover path, .header__button:focus path {
  stroke: #ffffff;
}
.main__icon {
  width: 3.6rem;
  height: 3.6rem;
}
.main__icon svg path {
  stroke: #262626;
}
.main__icon--white svg path {
  stroke: #ffffff;
}

.icon svg {
  width: 1.7rem;
  height: 1.7rem;
  fill: #262626;
  display: none;
}
@media (max-width: 541px) {
  .icon svg {
    width: 2.125rem;
    height: 2.125rem;
  }
}
.icon--white svg {
  fill: #ffffff;
}

.icon--blue svg {
  fill: #163C5A;
}

.branch__icon svg {
  width: 4.5rem;
  height: 1.2rem;
  fill: #262626;
  display: none;
}
@media (max-width: 541px) {
  .branch__icon svg {
    width: 5.625rem;
    height: 1.5rem;
  }
}
.branch__icon--white svg {
  fill: #ffffff;
}

.name {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 0.7rem;
  color: #262626;
  margin-right: 20px;
  margin-bottom: 10px;
  letter-spacing: -0.04rem;
}
.name span {
  opacity: 0.2;
}
.name--white {
  color: #ffffff;
}
@media (max-width: 541px) {
  .name {
    display: none;
  }
}

.main__title {
  font-size: 2.3rem;
  line-height: 115%;
  letter-spacing: -0.15rem;
}
.main__title--white {
  color: #ffffff;
}
@media (max-width: 541px) {
  .main__title {
    font-size: 1.6rem;
    letter-spacing: -0.1rem;
    line-height: 105%;
  }
}

.section__title {
  font-family: "Montserrat500", sans-serif;
  font-size: 2.05rem;
  line-height: 105%;
  letter-spacing: -0.06rem;
  color: #ffffff;
}
@media (max-width: 541px) {
  .section__title {
    font-size: 1.375rem;
    letter-spacing: -0.04rem;
  }
}
.section__title--black {
  color: #262626;
}
.section__title--blue {
	color: #163C5A;
	font-size: 42px;
}

.page__title {
  font-family: "Montserrat500", sans-serif;
  font-size: 48px;
  font-weight: 600;
  color: #fff;
  line-height: 95%;
  /* letter-spacing: -0.1rem; */
  padding: 1.25rem 0;
}
@media (max-width: 541px) {
  .page__title {
    font-size: 2.313rem;
    letter-spacing: -0.07rem;
  }
}
.page__title--white {
  color: #ffffff;
}

.burger {
  display: none;
}
@media (max-width: 541px) {
  .burger {
    display: flex;
    position: relative;
    z-index: 50;
    align-items: center;
    width: 1.45rem;
    justify-content: flex-end;
    height: 0.7rem;
    margin-right: 0.25rem;
    cursor: pointer;
  }
}
@media (max-width: 541px) {
  .burger {
    width: 1.7rem;
    height: 23px;
  }
}
.header--scrolled .burger span, .header--scrolled .burger::before, .header--scrolled .burger::after, body.page-id-12 .burger span, body.page-id-12 .burger::before, body.page-id-12 .burger::after, body.page-id-3 .burger span, body.page-id-3 .burger::before, body.page-id-3 .burger::after{
	 background-color: #181818;
}
.burger span {
  height: 0.1rem;
  width: 100%;
  transform: scale(1);
  background-color: #fff;
}

.burger::before, .burger::after {
  content: "";
  position: absolute;
  height: 0.1rem;
  width: 100%;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

.burger::before {
  top: 0;
}

.burger::after {
  bottom: 0;
}

.burger.active span {
  transform: scale(0);
}

.burger.active::before {
  top: 50%;
  transform: rotate(-45deg) translate(0, -50%);
   background-color: #070707;
}

.burger.active::after {
  bottom: 50%;
  transform: rotate(45deg) translate(0, 50%);
  background-color: #070707;
}

@keyframes burgerAnimation {
  from {
    opasity: 0;
  }
  to {
    opasity: 1;
  }
}
body.page-id-14 .burger span {
  background-color: #ffffff;
}
body.page-id-14 .burger::before, body.page-id-14 .burger::after {
  background-color: #ffffff;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 50;
  transition: all 1s ease-in-out;
   background-color: rgba(144, 144, 144, 0.02); /* #909090 з 40% прозорістю */
  backdrop-filter: blur(5px); /* розмиття фону */
  -webkit-backdrop-filter: blur(5px); /* підтримка для Safari */
  height: 5.25rem;
  border-bottom: 1px solid #DADADA;
}
.header.header--scrolled {
	 background-color: #ffffff;
}
@media (max-width: 541px) {
  .header {
    max-width: 23.438rem;
  }
}
.header--hidden {
  opacity: 0;
  transform: translateY(-140%);
}
.header--scrolled .header__logo {
  /* background-color: #10314D; */
}
.header__wrapper {
  padding: 0 1.6rem;
  display: flex;
  width: 100%;
  font-size: 0.7rem;
  height: 100%;
}
@media (max-width: 541px) {
  .header__wrapper {
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
    font-size: 1.375rem;
  }
}
.header__content {
  width: 100%;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  height: 3.9rem;
}
@media (max-width: 541px) {
  .header__content {
    opacity: 0;
    position: fixed;
    width: 100%;
    top: -200%;
    left: 0;
    z-index: 50;
    overflow: auto;
    padding: 0 0;
    transition: all 0.7s ease;
    flex-direction: column;
  }
}
.header__content.open {
  display: flex;
  background: white;
  height: auto;
  opacity: 1;
  z-index: 1;
  top: 0;
  height: 100vh;
  padding-bottom: 1rem;
  width: 23.438rem;
  height: calc(100vh - 3.7rem);
}
.header__nav {
  display: flex;
  gap: 2.133rem;
  /* margin-left: 2.9rem; */
      flex: 1 1 50%;
    justify-content: flex-end;
  margin-top: 1.6rem;
  letter-spacing: -0.01rem;
}
@media (max-width: 541px) {
  .header__nav {
    margin-top: 7rem;
	 position: absolute;
    left: 20px;
  }
}
.header__logo {
  min-width: 5.35rem;
  height: 5.35rem;
  padding: 0.95rem 0.65rem;
  /* background-color: #10314D;
  border-radius: 0 0 0.5rem 0.5rem; */
}
@media (max-width: 541px) {
  .header__logo {
    min-width: 4.625rem;
    height: 4.625rem;
    z-index: 51;
  }
}
.header__logo img {
  width: 4.05rem;
  height: 3.45rem;
  object-fit: contain;
}
@media (max-width: 541px) {
  .header__logo img {
    width: 3.51rem;
    height: 2.889rem;
  }
}
.header__menu-wrapper {
  display: flex;
  gap: 1.6rem;
  align-items: flex-start;
}
@media (max-width: 541px) {
  .header__menu-wrapper {
    flex-direction: column;
    gap: 1rem;
	         padding-left: 20px;
        padding-right: 10px;
  }
}
.header__menu-wrapper ul {
  display: flex;
  gap: inherit;
}
@media (max-width: 541px) {
  .header__menu-wrapper ul {
    flex-direction: column;
  }
}
.header__menu-wrapper li {
  list-style: none;
  transition: all 0.3s ease-in-out;
  font-family: "Montserrat500", sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
  line-height: 100%;
  border-bottom: 0.05rem solid transparent;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.header__menu-wrapper li:hover, .header__menu-wrapper li:focus {
  border-bottom: 0.05rem solid #ffffff;
}
.header--scrolled li, .header--scrolled .header__phone, body.page-id-12 .header li, body.page-id-12 .header .header__phone, body.page-id-3 .header li, body.page-id-3 .header .header__phone{
	color: #181818;
}
.header--scrolled li:hover, .header--scrolled .header__menu-wrapper li:focus,  body.page-id-12 .header li:hover,  body.page-id-12 .header .header__menu-wrapper li:focus, body.page-id-3 .header li:hover,  body.page-id-3 .header .header__menu-wrapper li:focus {
	border-bottom: 0.05rem solid #181818;
}
.header__submenu-wrapper {
  opacity: 0;
  height: fit-content;
  background: transparent;
  padding: 6.6rem 1.6rem 1.6rem 9.8rem;
  position: fixed;
  top: -500%;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.5s;
  z-index: -1;
  background-color: #ffffff;
  transition: all 1s ease;
  color: #262626;
}
@media (max-width: 541px) {
  .header__submenu-wrapper {
    padding: 0;
  }
}
.header__submenu-wrapper li {
  cursor: pointer;
}
.header__submenu-wrapper li:hover, .header__submenu-wrapper li:focus {
  border-bottom: 0.05rem solid transparent;
}
.header__submenu-wrapper.visible {
  opacity: 1;
  top: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 541px) {
  .header__submenu-wrapper.visible {
    position: static;
    top: 0;
    padding: 0.7rem 0;
    z-index: 1;
  }
}
.header__submenu-content {
  display: flex;
  justify-content: space-between;
}
.header__submenu-links {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header__submenu-link:not(:last-child) {
  margin-bottom: 1.3rem;
  color: #070707
}
.header__submenu-link:nth-child(5) {
  margin-bottom: 1.3rem;
  color: #070707
}
.header__menu-wrapper.all-black .menu-item a,
.header__menu-wrapper.all-black .header__sub-button {
  color: #070707 !important;
}
@media (max-width: 541px) {
  .header__submenu-link:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.header__submenu-link a {
  display: flex;
  gap: 2.3rem;
}
@media (max-width: 541px) {
  .header__submenu-link a {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.header__submenu-link:hover .header__submenu-iso, .header__submenu-link:focus .header__submenu-iso {
  border-bottom: 0.05rem solid #262626;
}
.header__submenu-description {
  font-size: 0.55rem;
  max-width: 15rem;
  line-height: 100%;
  opacity: 0.4 !important;
}
@media (max-width: 541px) {
  .header__submenu-description {
    font-size: 0.875rem;
    max-width: fit-content;
    width: 100%;
  }
}
.header__submenu-iso {
  font-size: 0.7rem;
  line-height: 120%;
  border-bottom: 0.05rem solid transparent;
  width: fit-content;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
}
@media (max-width: 541px) {
  .header__submenu-iso {
    font-size: 1rem;
  }
}
.header__submenu-iso:hover, .header__submenu-iso:focus {
  border-bottom: 0.05rem solid #262626;
}
.header__submenu-right {
  display: flex;
  flex-direction: column;
  width: 56.8%;
}
@media (max-width: 541px) {
  .header__submenu-right {
    display: none;
  }
}
.header__submenu-info {
  display: flex;
  justify-content: space-between;
  margin-top: 0.2rem;
}
.header__submenu-close {
  cursor: pointer;
  position: absolute;
  top: 94%;
  right: 2.3%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.header__submenu-close svg {
  width: 0.9rem;
  height: 0.9rem;
  stroke: #262626;
  fill: #262626;
}
.header__submenu-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 2.4rem;
}
.header__submenu-button {
  max-width: 15.6rem;
  margin-right: 1.9rem;
  transition: all 0.3s ease-in-out;
}
.header__submenu-title {
  font-size: 2.05rem;
  line-height: 95%;
  max-width: 17.35rem;
  letter-spacing: -0.05rem;
}
.header__submenu-image img {
  height: 100%;
}
.header__contacts {
  display: flex;
  gap: 2rem;
  margin-top: 0.95rem;
  align-items: center;
   flex: 1 1 50%;
    justify-content: flex-end;
}
@media (max-width: 541px) {
  .header__contacts {
	margin-bottom: 50px;
	width: 100%;
    flex-direction: column;
    gap: 10px;
    margin-top: 0;
    align-items: center;
    padding: 0 1rem;
    margin-top: 2rem;
  }
}
.header__phone {
  margin-top: 0.65rem;
  font-family: "Montserrat", sans-serif;
  line-height: 100%;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  border-bottom: 0.05rem solid transparent;
  transition: all 0.3s ease-in-out;
  
}
@media (max-width: 541px) {
  .header__phone {
    margin-top: 0;
    text-align: center;
	 color: #181818;
  }
}
.header__phone:hover, .header__phone:focus {
  border-bottom: 0.05rem solid #ffffff;
}

header.container--main {
  padding: 0;
}

@media (max-width: 541px) {
  #menu-header-right li:nth-last-child(-n+2) {
    /* display: none; */
  }
}

.footer {
  padding-top: 120px;
  padding-bottom: 1.429rem;
  font-size: 0.7rem;
  letter-spacing: -0.03rem;
  border-bottom: 0.2rem solid;
  border-image: linear-gradient(to right, #0ea5f9 50%, #F1E922 50%) 1;
}
@media (max-width: 541px) {
  .footer {
    padding-top: 3rem;
    padding-bottom: 2.2rem;
    font-size: 1rem;
  }
}
.footer__wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 541px) {
  .footer__wrapper {
    flex-direction: column;
  }
}
.footer__information {
  padding: 0.1rem;
  letter-spacing: -0.01rem;
  color: #070707;
  font-size: 16px;
}
.footer__information svg {
  height: 0.7rem;
  width: 0.7rem;
  transition: all 0.3s ease-in-out;
  margin-right: 1.9rem;
  stroke: #10314D;
}
@media (max-width: 541px) {
  .footer__information svg {
    height: 0.9rem;
    width: 0.9rem;
    margin-right: 1rem;
  }
}
.footer__information svg path {
  stroke: #262626;
}
.footer__address-text {
  display: flex;
  line-height: 100%;
  margin-bottom: 6rem;
  cursor: pointer;
}
@media (max-width: 541px) {
  .footer__address-text {
    margin-bottom: 2rem;
  }
}
.footer__address-text a {
  max-width: 15.95rem;
}
@media (max-width: 541px) {
  .footer__address-text a {
    min-width: 17.95rem;
  }
}
.footer__address-text:hover svg, .footer__address-text:focus svg {
  transform: rotate(45deg);
}
.footer__contacts {
  width: fit-content;
}
.footer__contacts:hover svg, .footer__contacts:focus svg {
  transform: rotate(45deg);
}
.footer__phone {
  display: flex;
  line-height: 100%;
  cursor: pointer;
  margin-bottom: 0.25rem;
}
.footer__mail {
  margin-left: 2.85rem;
  line-height: 100%;
}
@media (max-width: 541px) {
  .footer__mail {
    margin-left: 2rem;
  }
}
.footer__menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  letter-spacing: -0.015rem;
}
@media (max-width: 541px) {
  .footer__menu {
    margin: 2.7rem 3rem 0 2.2rem;
    width: 72.5%;
  }
}
.footer__menu-inner {
  display: flex;
  gap: 2.8rem;
  justify-content: space-between;
}
@media (max-width: 541px) {
  .footer__menu-inner {
    gap: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer__menu-inner li {
  list-style: none;
  border-bottom: 0.05rem solid transparent;
  letter-spacing: 100%;
  transition: all 0.3s ease-in-out;
  color: #070707;
  font-size: 16px;
}
@media (max-width: 541px) {
  .footer__menu-inner li:not(:last-child) {
    margin-bottom: 0.8rem;
    letter-spacing: -0.07rem;
  }
}
.footer__menu-inner li:hover, .footer__menu-inner li:focus {
  border-bottom: 0.05rem solid #262626;
}
.footer__main-menu ul {
  display: flex;
  column-gap: 2.8rem;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (max-width: 541px) {
  .footer__main-menu ul {
    column-gap: 5rem;
    flex-direction: column;
  }
}
.footer__sub-button {
  position: relative;
  cursor: pointer;
}
.footer__submenu-wrapper {
  opacity: 0;
  height: fit-content;
  background: transparent;
  position: absolute;
  top: 1.2rem;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.5s;
  overflow-y: scroll;
  background-color: #ffffff;
  transition: all 1s ease;
  width: fit-content;
  max-height: 7rem;
  padding-right: 1rem;
  white-space: nowrap;
}
@media (max-width: 541px) {
  .footer__submenu-wrapper {
    width: 100%;
    top: 1.4rem;
  }
}
.footer__submenu-wrapper li {
  margin-bottom: 0.5rem;
}
.footer__submenu-wrapper li:hover, .footer__submenu-wrapper li:focus {
  border-bottom: 0.05rem solid #262626;
}
@media (max-width: 541px) {
  .footer__submenu-wrapper li span {
    white-space: break-spaces;
    word-break: break-all;
  }
}
.footer__last {
  display: flex;
  line-height: 100%;
  justify-content: space-between;
  padding-bottom: 0.2rem;
  letter-spacing: -0.01rem;
}
@media (max-width: 541px) {
  .footer__last {
    flex-direction: column;
    gap: 1rem;
    margin-top: 2.7rem;
    padding-bottom: 0;
  }
}
.footer__last a {
  transition: all 0.3s ease-in-out;
  opacity: 0.4;
  cursor: pointer;
}
.footer__last a:hover, .footer__last a:focus {
  opacity: 1;
}
.footer__last p {
  opacity: 0.4;
}

.about {
  padding-block: 120px;
}
@media (max-width: 541px) {
  .about {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.about__wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 541px) {
  .about__wrapper {
    display: block;
  }
}
.about__main {
  /* margin-top: 7.8rem; */
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  gap: 16.4rem;
  position: relative;
  min-height: 37.2rem;
}
@media (max-width: 541px) {
  .about__main {
    flex-direction: column;
    gap: 0;
    margin-top: 0;
    min-height: auto;
  }
}
.about__contact-button {
  min-width: 15.6rem;
  margin-top: 1rem;
}
@media (max-width: 541px) {
  .about__contact-button {
    margin-top: 0;
  }
}
.about__icon {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -ms-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform-origin: center;
}
@media (max-width: 541px) {
  .about__icon {
    bottom: 3rem;
  }
}
.about__preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 1.55rem;
  width: 100%;
  overflow: hidden;
}
.about__preloader-list {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -ms-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
}
.about__preloader span {
  color: white;
  font-family: "Montserrat600", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3rem;
  text-align: center;
  padding: 0.2rem 0;
}
.about__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 50;
  max-width: none;
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -ms-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  background-color: white;
  padding: 0;
}
@media (max-width: 541px) {
  .about__image {
    height: 100vh;
  }
}
.about__image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 49;
  background-color: black;
  transition: all 0.6s ease-in-out !important;
  -webkit-transition: all 0.6s ease-in-out !important;
  -moz-transition: all 0.6s ease-in-out !important;
  -ms-transition: all 0.6s ease-in-out !important;
  -o-transition: all 0.6s ease-in-out !important;
}
.about__image.show:after {
  opacity: 0;
  z-index: -1;
}
.about__image.padding {
  padding: 2rem;
}
@media (max-width: 541px) {
  .about__image.padding {
    padding: 0;
    top: 2.875rem;
    bottom: 2.875rem;
  }
}
.about__image.position {
  padding: 0;
  right: 1.6rem;
  top: 15.95rem;
  z-index: -10;
  width: 34.35rem;
  height: 37.2rem;
  display: none;
}
@media (max-width: 541px) {
  .about__image.position {
    position: static;
    width: 21.438rem;
    height: 23.188rem;
  }
}
.about__image video {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.about__image img {
  height: 100%;
}
.about__heading {
  position: absolute;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
  order: 1;
  bottom: 84%;
  padding-left: 0.4rem;
}
@media (max-width: 541px) {
  .about__heading {
    position: static;
    order: 0;
    flex-direction: column;
    padding-left: 0;
  }
}
.about__tagline {
  font-size: 0.8rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  font-family: "Montserrat500", sans-serif;
  margin-bottom: 0.8rem;
}
@media (max-width: 541px) {
  .about__tagline {
    margin-bottom: 1rem;
    font-size: 0.875rem;
    letter-spacing: -0.02rem;
    width: 85%;
  }
}
.about__title {
  line-height: 115%;
  font-family: "Montserrat500", sans-serif;
  width: 75%;
}
@media (max-width: 541px) {
  .about__title {
    width: 100%;
    margin-bottom: 3rem;
    letter-spacing: -0.07rem;
  }
}
.about__heading-icon {
  margin-top: 1.6rem;
}
@media (max-width: 541px) {
  .about__heading-icon {
    margin-top: 2rem;
    margin-bottom: 0.7rem;
  }
}
.about__name {
  margin-bottom: 0;
}
.about__information {
  display: flex;
  position: relative;
  /* justify-content: space-between; */
  
  gap: 60px;
}
@media (max-width: 541px) {
  .about__information {
    flex-direction: column;
    gap: 0;
    padding-top: 0;
  }
}
.about__information-left {
  display: flex;
  /* flex-direction: column-reverse;
  justify-content: space-between; */
}
@media (max-width: 541px) {
  .about__information-left {
    justify-content: initial;
    flex-direction: column;
  }
}
.about__information-right {
  display: flex;
  max-width: 34.35rem;
  flex-direction: column;
  position: relative;
}
.about__information-name {
  font-size: 0.8rem;
}
@media (max-width: 541px) {
  .about__information-name {
    margin-top: 0.7rem;
  }
}
.about__information-image {
  max-width: 550px;
}
@media (max-width: 541px) {
  .about__information-image {
    width: 100%;
  }
}
.about__information-icon {
  position: absolute;
  right: 0;
  bottom: 70px;
}
@media (max-width: 541px) {
  .about__information-icon {
    position: static;
    margin-top: 2rem;
  }
}
.about__information-button {
  max-width: 15.6rem;
  letter-spacing: -0.04rem;
}
@media (max-width: 541px) {
  .about__information-button {
    max-width: 100%;
  }
}
.about__information-text {
  font-size: 34px;
  line-height: 105%;
  font-family: "Montserrat500", sans-serif;
  letter-spacing: -0.06rem;
}
@media (max-width: 541px) {
  .about__information-text {
    margin-top: 25px;
    font-size: 22px;
  }
}
.about__information-text span {
  opacity: 0.2;
}
.about__information-subtext {
 line-height: 100%;
    margin-top: 18px;
    margin-bottom: 60px;
    font-size: 23px;
    letter-spacing: -0.02rem;
}
.about__information-icon.icon.mob, .name-about-hero {
	display: none;
}
@media (max-width: 541px) {
  .about__information-subtext {
    margin-bottom: 40px;
    margin-top: 16px;
	 font-size: 16px;
  }
  .about__information-icon.icon.des {
	display: none;
}
.about__information-icon.icon.mob {
	display: block;
}
 .name-about-hero {
	display: flex;
	column-gap: 5px;
	color: #070707 ;
	font-size: 14px;
	margin-top: 16px;
}
.name-about-hero_span {
	color: #a1a1a1;
}
}

.mission {
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
  background-repeat: no-repeat;
  border-bottom: 0.2rem solid;
  border-image: linear-gradient(to right, #0ea5f9 50%, #F1E922 50%) 1;
  color: #ffffff;
  font-family: "Montserrat500", sans-serif;
  padding: 1.2rem 0 0 0;
  position: relative;
}
@media (max-width: 541px) {
  .mission {
    min-height: none;
    background-size: cover;
    padding: 0 ;
    background-attachment: initial;
  }
}
.mission::before {
  content: "";
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  height: 0.05rem;
  top: 3.2rem;
}
@media (max-width: 541px) {
  .mission::before {
    top: 2.8rem;
  }
}
.mission__wrapper {
  display: flex;
  min-height: 659px;
  max-height: 660px;
}
.mission__content {
  display: flex;
}
@media (max-width: 541px) {
   .mission__content {
    justify-content: center;
    flex-direction: column;
	  margin-bottom: 130px;
  }
}
.mission__tagline {
  font-size: 18px;
  line-height: 100%;
  position: absolute;
}
@media (max-width: 541px) {
  .mission__tagline {
    top: 0.9rem;
    font-size: 0.875rem;
    letter-spacing: -0.02rem;
  }
}
.mission__title {
  margin-top: 96px;
  width: 94%;
  font-size: 34px;
  line-height: 115%;
}
@media (max-width: 541px) {
  .mission__title {
    width: 100%;
    margin-bottom: 1rem;
    font-size: 1.375rem;
    line-height: 105%;
    margin-top: 18.6rem;
  }
  body {
	overflow-x: hidden;
  }
}
.mission__description {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 60px;
  width: 100%;
}
.mission__text {
  color: #f2f2f2;
  line-height: 120%;
  width: 84.5%;
  letter-spacing: -0.02rem;
  font-size: 24px;
}
@media (max-width: 541px) {
  .mission__text {
    width: 100%;
  }
}

.stages {
	margin-block: 120px;
 
}
@media (max-width: 541px) {
  .stages {
    padding:0;
	 margin-block: 60px;
  }
}
.stages__wrapper {
  display: flex;
}
.stages__heading {
  display: flex;
  align-items: centet;
  justify-content: space-between;
  margin-bottom: 80px;
  margin-right: 1.6rem;
}
@media (max-width: 541px) {
  .stages__heading {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-bottom: 4.1rem;
  }
}
.stages__title {
  width: 48%;
  font-size: 48px;
  color: #070707;
  font-weight: 500;
}
@media (max-width: 541px) {
  .stages__title {
    width: 100%;
    margin-bottom: 1rem;
    order: 1;
    letter-spacing: -0.07rem;
    line-height: 101%;
    font-size: 2.313rem;
  }
}
.stages__text {
  line-height: 120%;
  font-family: "Montserrat500", sans-serif;
  margin-right: 10.2rem;
  width: 34.5%;
  letter-spacing: -0.023rem;
  margin-left: 17.5rem;
  margin-bottom: 0.2rem;
}
@media (max-width: 541px) {
  .stages__text {
    margin-right: 0;
    width: 100%;
    margin-left: 0;
  }
}
.stages__icon {
  width: 0.7rem;
  height: 0.7rem;
  transform: rotate(90deg);
  transform-origin: bottom;
  margin-bottom: 1rem;
  margin-right: 0.3rem;
}
@media (max-width: 541px) {
  .stages__icon {
    order: 1;
    width: 0.9rem;
    height: 0.9rem;
    transform-origin: initial;
  }
}
.stages__icon path {
  stroke: #262626;
}
.stages__slider {
  overflow: hidden;
  cursor: grab;
}
.stages__slider-wrapper {
  max-width: 66.9rem;
}
@media (max-width: 541px) {
  .stages__slider-wrapper {
    max-width: 22.42rem;
  }
}
.stages__slide {
  border-right: 0.05rem solid #262626;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  min-height: 13.525rem;
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
  padding-left: 0.45rem;
  padding-right: 0.45rem;
}
@media (max-width: 541px) {
  .stages__slide {
    padding-right: 0.1rem;
    min-height: 16.906rem;
  }
}
.stages__stage-title {
  letter-spacing: -0.1rem;
  font-size: 32px;
}
.stages__description {
  font-size: 18px;
  line-height: 108%;
  letter-spacing: -0.015rem;
  padding-right: 0.01rem;
}
.stages__pagination-inner {
  display: none;
  gap: 0.55rem;
  margin-bottom: 1.2rem;
}
.stages__pagination {
  position: static;
  text-align: start;
  font-size: 16px;
  line-height: 120%;
  font-family: "Montserrat500", sans-serif;
  letter-spacing: -0.15rem;
}
.stages__progress-circle {
  transform: rotate(-90deg);
  width: 1.05rem;
  height: 1.05rem;
}
.stages__progress-circle-back, .stages__progress-circle-front {
  stroke: #262626;
  opacity: 0.3;
  stroke-linecap: round;
}
.stages__progress-circle-front {
  transition: stroke-dashoffset 0.3s;
  stroke: #262626;
  opacity: 1;
}

.swiper-slide-active {
  opacity: 1;
}

.iso {
  /* padding-top: 8.15rem; */
  border-bottom: 1px solid #BABABA;
}
@media (max-width: 541px) {
  .iso {
    /* padding-top: 6.625rem; */
  }
}
.iso__breadcrumps {
  
}
@media (max-width: 541px) {
  .iso__breadcrumps {
    position: static;
    margin-bottom: 20px;
  }
  .iso__breadcrumps span {
    /* justify-content: center; */
  }
}
.iso__title {
  text-align: left;
  line-height: 95%;
  font-size: 48px;
}
.iso__subtitle {
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  text-align: left;
  color: #ffffff;
}
@media (max-width: 541px) {
	.iso__title {
		font-size: 26px;
	}
  .iso__subtitle {
    margin: 1rem 0 1.5rem 0;
    font-size: 16px;
    letter-spacing: -0.02rem;
  }
}
.iso__image {
  margin: 0 4.15rem 0 4.15rem;
  height: 27.35rem;
  overflow: hidden;
}
.iso__image img {
  height: 100%;
}
@media (max-width: 541px) {
  .iso__image {
    margin: 0;
    height: 10.063rem;
  }
}
.iso__accordion {
  padding-top: 80px;
}
.iso__content {
  border-bottom: 0.067rem solid #262626;
  padding-block: 38px;
}
@media (max-width: 541px) {
	.iso__content {
  padding-block: 24px;
}
}
.iso__content.active .iso__content-paragraph {
  max-height: 500rem;
  padding-bottom: 1.6rem;
  font-size: 16px;
}
.iso__content.active .iso__content-title {
  padding-bottom: 38px;
}
.iso__content.active .iso__content-title svg {
  transform: rotate(180deg);
}
.iso__content-title {
  color: #262626;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  font-size: 32px;
  font-family: "Montserrat500", sans-serif;
  line-height: 105%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  letter-spacing: -0.02rem;
  cursor: pointer;
 
}


@media (max-width: 541px) {
  .iso__content-title {
    font-size: 18px;
    gap: 1.5rem;
  }
}
.iso__content-title svg {
  min-width: 0.95rem;
  height: 0.95rem;
  transition: all 0.3s ease-in-out;
}
.iso__content-title svg path {
  stroke: #262626;
}
.iso__content-paragraph {
  max-height: 0;
  height: 100%;
  overflow: hidden;
  transition: all 1s ease-in-out;
  line-height: 120%;
  padding-left: 31.9rem;
  font-size: 16px;
}


.cert-nextblock {
	margin-block: 80px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cert-nextblock__left {

}
.cert-nextblock__left h3 {
	font-size: 42px;
	font-weight: 500;
	/* padding-top: 32px; */
}
@media (max-width: 541px) {
	.cert-nextblock__left h3 {
		font-size: 32px;
		margin-top: 20px;
		margin-bottom: 40px;
	}
}
.cert-nextblock__right {
	max-width: 710px;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
.branch__icon.cert-blue svg {
	fill: #163C5A;
}
.cert-item {
	flex: 1 0 345px;
	border: 1px solid #163C5A;
	border-radius: 20px;
	background: #FCFCFC;
	padding: 20px;
	color: #163C5A;
	text-align: center;
}
.cert-item h4 {
	font-size: 28px;
	font-weight: 600;
}
.cert-subtitle {
	font-size: 16px;
	color: #5C5C5C;
	padding-top: 20px;
	padding-bottom: 45px;
}
.cert-more {
	color: #163C5A;
	font-weight: 600;
	font-size: 16px;
	display: inline-block;
	width: 100%;
	padding-block: 14px;
		border: 1px solid #163C5A;
		border-radius: 30px;
		transition: 0.3s ease-in-out;
}
.cert-more:hover {
	color: #ffffff;
	background: #163C5A;
}

@media (max-width: 541px) {
  .iso__content-paragraph {
    padding-left: 0;
  }
  .cert-item h4 {
	font-size: 22px;
}
.cert-item {
	flex: 1 0 100%;
}
}
.iso__content-paragraph p:not(:last-child) {
  margin-bottom: 1rem;
}

.post__content {
  padding-top: 8.15rem;
  padding-bottom: 7.2rem;
}
@media (max-width: 541px) {
  .post__content {
    padding-top: 6.625rem;
    padding-bottom: 5rem;
  }
}
.post__breadcrumps {
  margin-bottom: 2.8rem;
}
@media (max-width: 541px) {
  .post__breadcrumps {
    margin-bottom: 1.5rem;
  }
}
.post__title {
  text-align: center;
  margin-bottom: 1.6rem;
}
@media (max-width: 541px) {
  .post__title {
    margin-bottom: 1.5rem;
  }
}
.post__date {
  margin-top: 1.6rem;
  margin-bottom: 3.6rem;
  font-size: 0.8rem;
}
@media (max-width: 541px) {
  .post__date {
    margin-top: 1.5rem;
    margin-bottom: 5rem;
  }
}
@media (max-width: 541px) {
  .post__image {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.post__image img {
  height: 27.35rem;
}
@media (max-width: 541px) {
  .post__image img {
    height: 10.063rem;
  }
}
@media (max-width: 541px) {
  .post__text {
    font-size: 1rem;
  }
}
.post__text strong {
  line-height: 120%;
  font-family: "Montserrat700", sans-serif;
  margin-bottom: 1.6rem;
}
.post__text img {
  margin: 6rem 0;
  height: 27.35rem;
}
@media (max-width: 541px) {
  .post__text img {
    height: 10.063rem;
    margin: 5rem 0;
    transform: scaleX(1.09);
  }
}
.post__text p {
  margin-bottom: 1.6rem;
}
.post__text h3 {
  font-family: "Montserrat700", sans-serif;
  line-height: 120%;
  margin-top: 4rem;
  margin-bottom: 0.8rem;
}
.post__text li {
  margin-left: 1rem;
  line-height: 120%;
}

.about-us {
  padding-top: 5.26rem;
}
@media (max-width: 541px) {
  .about-us {
    padding-top: 7rem;
  }
}
.about-us__description p {
  font-size: 16px;
}
.about-us__breadcrumps nav > span {
  display: flex;
  gap: 0.4rem;
  font-size: 0.8rem;
}
@media (max-width: 541px) {
  .about-us__breadcrumps {
    position: absolute;
    top: 6.4rem;
    transform: translate(82%, 22%);
  }
}
.about-us__top {
  display: flex;
}
@media (max-width: 541px) {
  .about-us__top {
    flex-direction: column-reverse;
    margin-bottom: 60px;
	 row-gap: 30px;
  }
  .about-us__top.block-three {
	margin-bottom: 60px;
  }
}
.about-us__top-image {
  width: 50%;
  max-width: 36rem;
}
@media (max-width: 541px) {
  .about-us__top-image {
    width: 100%;
    padding: 0 1rem;
  }
}
.about-us__top-image img {
  height: 100%;
}
.about-us__top-text {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 67px 60px 67px;
  max-width: 720px;
  justify-content: space-between;
}

@media (max-width: 541px) {
  .about-us__top-text {
    width: 100%;
    padding: 0 1rem 0rem 1rem;
  }
}
.about-us__top-heading {
  /* margin: 67px 0; */
}
@media (max-width: 541px) {
  .about-us__top-heading {
    margin-top: 20px;
    /* margin-bottom: 4.5rem; */
  }
}
.about-us__heading-title {
  font-size: 42px;
  padding: 0;
  color: #070707;
      line-height: 1.1;
}
@media (max-width: 541px) {
  .about-us__heading-title {
    font-size: 31px;
  }
}
.about-us__heading-text {
  font-size: 18px;
  line-height: 100%;
  color: #070707;
  margin-bottom: 20px;
}
@media (max-width: 541px) {
  .about-us__heading-text {
   letter-spacing: -0.037rem;
        font-size: 16px;
        margin-bottom: 16px;
  }
}

.about-us__description-icon {
  margin-block: 40px;
}
.p_about-us {
	margin-top: 20px;
}
@media (max-width: 541px) {
  .about-us__description-icon {
    /* margin-bottom: 0.8rem; */
  }
}
.about-us__description-paragraph {
  line-height: 100%;
  letter-spacing: -0.02rem;
}
@media (max-width: 541px) {
  .about-us__description-paragraph {
    line-height: 107%;
  }
}
.about-us__mission {
  display: flex;
  flex-direction: row-reverse;

}
@media (max-width: 541px) {
  .about-us__mission {
    flex-direction: column-reverse;
        margin-bottom: 60px;
		  row-gap: 30px;
  }
}
.about-us__mission-image {
  width: 50%;
  max-width: 31.9rem;
}
@media (max-width: 541px) {
  .about-us__mission-image {
    width: 100%;
  }
}
.about-us__mission-image img {
  height: 100%;
}
.about-us__mission-heading {
  width: 90%;
}
.flower-svg {
	width: 73px;
	height: 34px;
	display: none;
}
.about-us__mission-title {
	font-size: 42px;
	margin-top: 40px;
}
@media (max-width: 541px) {
  .about-us__mission-heading {
    width: 100%;
    
  }
}
.about-us__mission-text {
  width: 50%;
  padding-top: 107px;
  padding-right: 112px;
  padding-bottom: 107px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 40px;
}
.about-us__mission-list {
	list-style: none;
	display: flex;
    flex-direction: column;
    gap: 15px;
}

.about-us__mission-item {
	font-size: 22px;
	color: #070707;
}
.about-us__mission-item::before {
	  content: " ";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' fill='none' viewBox='0 0 19 19'%3E%3Cpath stroke='%23262626' stroke-width='1.6' d='M3.8 3.8h11.4m0 0v11.4m0-11.4L3.8 15.2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  transform: rotate(90deg);
  margin-right: 20px;
  transition: 0.3s ease-in-out;
  transform-origin: center;
}
@media (max-width: 541px) {
	.about-us__mission-title {
    font-size: 32px;
    margin-top: 20px;
}
.about-us__mission-item {
	font-size: 16px;
	letter-spacing: -0.08rem;
}
  .about-us__mission-text {
    padding-top: 0;
    width: 100%;
    padding-right: 0;
	 padding-bottom: 0;
	 gap: 20px;
  }
}
.about-us__mission-paragraph {
  letter-spacing: -0.02rem;
  line-height: 100%;
}
.about-us__mission-block-name {
  font-size: 0.8rem;
  margin-bottom: 0.8rem;
  line-height: 100%;
}
@media (max-width: 541px) {
  .about-us__mission-block-name {
    margin-bottom: 1rem;
  }
}
.about-us__bottom {
  background: linear-gradient(147deg, #10314d 0%, #27567d 100%), #d9d9d9;
  padding-top: 80px;
  margin-top: 60px;
}
.about-us__top-text.three-block {
	padding-block: 120px;
	padding-left: 60px;
}
@media (max-width: 541px) {
	.about-us__top-text.three-block {
	padding: 0 20px;
}
.about-us__top-text.three-block .about-us__heading-title {
	margin-bottom: 20px;
}
  .about-us__bottom {
    padding-top: 0;
  }
}
.about-us__quote {
  display: flex;
}
@media (max-width: 541px) {
  .about-us__quote {
    flex-direction: column-reverse;
	 margin-bottom: 60px;
  }
}
.about-us__quote-image {
  width: 50%;
}
@media (max-width: 541px) {
  .about-us__quote-image {
    width: 100%;
  }
}
.about-us__quote-image img {
  height: 100%;
}
@media (max-width: 541px) {
  .about-us__quote-icon {
    /* display: none; */
	 margin-bottom: 40px;;
  }
}
.about-us__quote-text {
  width: 50%;
  padding-left: 60px;
  padding-bottom: 106px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #ffffff;
}
@media (max-width: 541px) {
  .about-us__quote-text {
    width: 100%;
    padding-top: 40px;
    padding-left: 0;
    padding-bottom: 0;
	 padding-bottom: 40px;
  }
}
.about-us__quote-title {
  line-height: 105%;
  margin-top: 0.5rem;
  width: 89%;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  font-size: 38px;
  font-weight: 500;
}
@media (max-width: 541px) {
  .about-us__quote-title {
    padding-bottom: 40px;
    margin-top: 0;
    gap: 0;
    width: 100%;
	 font-size: 26px;
  }
}
.about-us__quote-title svg {
  width: 0.75rem;
  height: 0.65rem;
  margin-bottom: 2.2rem;
}
@media (max-width: 541px) {
  .about-us__quote-title svg {
    margin-bottom: 1.7rem;
  }
}
.about-us__quote-title svg path {
  stroke: #ffffff;
}
.about-us__quote-owner {
  letter-spacing: -0.02rem;
}
.about-us__quote-owner p:last-child {
  font-size: 16px;
  line-height: 100%;
  opacity: 0.5;
}
@media (max-width: 541px) {
  .about-us__quote-owner p:last-child {
    font-size: 0.875rem;
  }
}
.about-us__quote-owner p:first-child {
  padding-bottom: 0.3rem;
  font-size: 18px;
}
.about-us__principle {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 541px) {
  .about-us__principle {
    flex-direction: column-reverse;
	 padding-bottom: 40px;
  }
}
.about-us__principle-text {
  width: 50%;
  padding: 2.8rem 2.7rem 2.8rem 4.1rem;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  gap: 60px;
}
@media (max-width: 541px) {
  .about-us__principle-text {
    width: 100%;
    padding: 0rem 1rem 5rem 40px;
	 margin-bottom: 0px;
	 gap: 0;
  }
}
.about-us__principle-title {
  display: flex;
  flex-direction: column-reverse;
  gap: 40px;
  font-size: 35px;
  margin-bottom: 20px;
  line-height: 105%;
}
@media (max-width: 541px) {
  .about-us__principle-title {
    flex-direction: column-reverse;
    gap: 40px;
	 font-size: 28px;
    margin-bottom: 20px;
    width: 71%;
  }
}
.about-us__principle-parahraph {
  line-height: 120%;
  font-size: 16px;
  width: 101%;
  letter-spacing: -0.02rem;
}
@media (max-width: 541px) {
  .about-us__advantages-list {
    margin-top: 4.5rem;
  }
  .about-us__principle-parahraph {
	line-height: 150%;
	font-weight: 500;;
  }
}
.about-us__advantages-item {
  display: flex;
  column-gap: 3.45rem;
}
@media (max-width: 541px) {
  .about-us__advantages-item {
    flex-direction: column;
  }
}
.about-us__advantages-item:not(:last-child) {
  margin-bottom: 1.6rem;
}
@media (max-width: 541px) {
  .about-us__advantages-item:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.about-us__advantages-name {
  line-height: 120%;
  font-size: 24px;
  min-width: 8.05rem;
}
@media (max-width: 541px) {
  .about-us__advantages-name {
    margin-bottom: 14px;
	 font-size: 20px;
  }
}
.about-us__advantages-description {
  font-size: 16px;
  line-height: 100%;
  width: 100%;
  color: #8FA1B3;
  letter-spacing: -0.01rem;
}
@media (max-width: 541px) {
  .about-us__advantages-description {
    font-size: 0.875rem;
  }
}
.about-us__principle-image {
  width: 50%;
}
@media (max-width: 541px) {
  .about-us__principle-image {
    width: 100%;
  }
}
.about-us__principle-image img {
  height: 100%;
}

.career {
  /* padding-top: 8.15rem; */
  margin-bottom: 80px;
}
@media (max-width: 541px) {
  .career {
    /* padding-top: 6.625rem; */
  }
}
.career__breadcrumps {
 
}
.career__wrapper {
	padding: 13.18rem 1rem 7.94rem;
}
@media (max-width: 541px) {
  .career__breadcrumps {
    position: static;
    margin-bottom: 1.5rem;
  }
  .career__breadcrumps span {
    
  }
}
.career__title {
  /* text-align: center; */
  line-height: 95%;
}
.career__subtitle {
  font-size: 20px;
  color: #ffffff;
  line-height: 100%;
  /* text-align: center; */
  /* margin: 1.2rem 0 3.6rem 0; */
  letter-spacing: -0.02rem;
}
@media (max-width: 541px) {
  .career__subtitle {
    margin: 1rem 0 1.5rem 0;
    font-size: 0.875rem;
    letter-spacing: -0.02rem;
  }
}
.career__accordion {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 541px) {
  .career__accordion {
    padding-top: 3.5rem;
    padding-bottom: 5rem;
  }
  .career__wrapper {
	padding: 143px 0;
  }
}
.career__image {
  position: relative;
  max-height: 25rem;
  overflow: hidden;
}
@media (max-width: 541px) {
  .career__image {
    max-height: 10.063rem;
    margin: 0 -1rem;
  }
}
.career__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: auto;
}
.career__content {
  border-top: 0.1rem solid #262626;

}
.career__content:nth-child(1) {
	border-top: 0;
}
@media (max-width: 541px) {
  .career__content {
    border-top: none;
  }
}
.career__content.active .career__content-paragraph {
  max-height: 500rem;
  padding-bottom: 1.5rem;
}
.career__content.active .career__content-title {
  padding-bottom: 1.6rem;
}
@media (max-width: 541px) {
  .career__content.active .career__content-title {
    padding-bottom: 1.5rem;
  }
}
.career__content.active .career__content-title svg {
  transform: rotate(180deg);
}
.career__content:last-child {
  border-bottom: 0.1rem solid #262626;
}
@media (max-width: 541px) {
  .career__content:not(:first-child) {
    border-top: 0.1rem solid #262626;
  }
}
.career__content-title {
  color: #262626;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  font-size: 32px;
  font-family: "Montserrat500", sans-serif;
  line-height: 105%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  letter-spacing: -0.045rem;
  cursor: pointer;
  padding-block: 38px;
}
@media (max-width: 541px) {
  .career__content-title {
    font-size: 1.125rem;
    padding-top: 1.5rem;
    line-height: 90%;
  }
}
.career__content-title svg {
  width: 0.95rem;
  height: 0.95rem;
  transition: all 0.3s ease-in-out;
}
.career__content-title svg path {
  stroke: #262626;
}
.career__content-paragraph {
  max-height: 0;
  height: 100%;
  overflow: hidden;
  transition: all 1s ease-in-out;
  line-height: 120%;
  padding-left: 31.9rem;
}
@media (max-width: 541px) {
  .career__content-paragraph {
    padding-left: 0;
  }
}
.career__content-paragraph h3 {
  font-family: "Montserrat700", sans-serif;
  line-height: 120%;
  margin-bottom: 0.8rem;
  letter-spacing: -0.03rem;
}
.career__content-paragraph ul {
  margin-bottom: 2.4rem;
  padding-left: 1.4rem;
}
@media (max-width: 541px) {
  .career__content-paragraph ul {
    margin-bottom: 1.5rem;
  }
}
.career__content-paragraph li {
  line-height: 120%;
  letter-spacing: -0.02rem;
}
.career__content-paragraph p {
  margin-bottom: 2.4rem;
  letter-spacing: -0.018rem;
}
.career__button {
  margin-left: 15.8rem;
  width: 100%;
  box-sizing: border-box;
  line-height: 100%;
}
@media (max-width: 541px) {
  .career__button {
    margin-left: 0;
  }
}
.career__internship {
  background: linear-gradient(147deg, #10314d 0%, #27567d 100%), #d9d9d9;
  display: flex;
  position: relative;
  justify-content: space-between;
  padding-block: 60px;
}
@media (max-width: 541px) {
  .career__internship {
    flex-direction: column;
	 padding-block: 0;
  }
}
.career__internship-text {
  width: 50%;
  padding: 150px 104px 150px 4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 541px) {
  .career__internship-text {
    width: 100%;
    padding: 60px 20px;
    gap: 40px;
  }
}
.career__internship-title {
  font-size: 35px;
  font-weight: 500;
}
@media (max-width: 541px) {
  .career__internship-title {
    font-size: 1.8rem;
    top: 3%;
  }
}
.career__internship-description {
  color: #ffffff;
  max-width: 25.55rem;
  letter-spacing: -0.02rem;
  font-size: 16px;
}
.career__internship-description p {
  margin-top: 1.3rem;
}
.career__internship-description p::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
}
.career__internship-description svg {
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 0.5rem;
}
.career__internship-description svg path {
  stroke: #ffffff;
}
.career__internship-image {
  width: 50%;
}
@media (max-width: 541px) {
  .career__internship-image {
    width: 100%;
  }
}
.career__internship-button {
  width: 15.1rem;
}
@media (max-width: 541px) {
  .career__internship-button {
    width: 100%;
  }
}

.contacts {
  /* padding-top: 8.15rem; */
}
@media (max-width: 541px) {
  .contacts {
    /* padding-top: 6.625rem; */
  }
}
.contacts__breadcrumps {
  /* position: absolute;
  top: 14.5rem; */
}
@media (max-width: 541px) {
  .contacts__breadcrumps {
    position: static;
    margin-bottom: 20px;
  }
  .contacts__breadcrumps span {
    justify-content: left;
  }
}
.contacts__title {
  text-align: left;
  line-height: 95%;
}
.contacts__subtitle {
  /* margin-top: 1.2rem;
  margin-bottom: 3.6rem; */
  text-align: left;
  line-height: 100%;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 541px) {
  .contacts__subtitle {
    margin: 1rem 0 1.5rem 0;
    font-size: 0.875rem;
    letter-spacing: -0.02rem;
  }
}
.contacts__image {
  position: relative;
  max-height: 25rem;
  overflow: hidden;
}
@media (max-width: 541px) {
  .contacts__image {
    max-height: 10.063rem;
    margin: 0 -1rem;
  }
}
.contacts__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: auto;
}
.contacts__quote {
  display: flex;
  background-color: #ffffff;
  opacity: 0.9;
  padding: 0.4rem 2.1rem 0.4rem 0.4rem;
  border-radius: 50rem;
  max-width: 18.35rem;
  font-size: 0.7rem;
  gap: 0.8rem;
  position: absolute;
  bottom: 1.15rem;
  left: 1.8rem;
}
@media (max-width: 541px) {
  .contacts__quote {
    display: none;
  }
}
.contacts__quote-phrase {
  margin-bottom: 0.9rem;
  line-height: 100%;
  letter-spacing: -0.03rem;
}
.contacts__quote-name {
  margin-bottom: 0.3rem;
  line-height: 100%;
  letter-spacing: -0.03rem;
}
.contacts__quote-job {
  font-size: 0.55rem;
  line-height: 100%;
  opacity: 0.2;
  letter-spacing: -0.03rem;
}
.contacts__quote-image {
  min-width: 3.85rem;
  border-radius: 50%;
  height: 3.85rem;
  overflow: hidden;
  object-fit: cover;
  display: flex;
}
.contacts__contact-form {
  display: flex;
  justify-content: space-between;
  padding-top: 6rem;
}
@media (max-width: 541px) {
  .contacts__contact-form {
    flex-direction: column;
    padding-top: 3rem;
  }
}
.contacts__text {
  letter-spacing: -0.02rem;
}
.contacts__text p {
  margin-bottom: 1.2rem;
}
.contacts__text p strong {
  font-family: "Montserrat700", sans-serif;
}
.contacts__text a {
  display: inline-block;
}
@media (max-width: 541px) {
  .contacts__text {
    margin-bottom: 3rem;
  }
}
.contacts__form-inner {
  width: 50%;
}
@media (max-width: 541px) {
  .contacts__form-inner {
    width: 100%;
  }
}
.contacts__address {
  padding-top: 8.3rem;
  padding-bottom: 2.8rem;
  display: flex;
  flex-wrap: wrap;
  row-gap: 2rem;
}
@media (max-width: 541px) {
  .contacts__address {
    padding-top: 5rem;
    padding-bottom: 5rem;
    flex-direction: column;
  }
}
.contacts__block {
  border-left: 0.1rem solid #262626;
  padding-left: 0.4rem;
  padding-right: 15.9rem;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 8.4rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 541px) {
  .contacts__block {
    padding-right: 0;
    width: 100%;
  }
}
.contacts__address-type {
  letter-spacing: -0.03rem;
  font-size: 0.8rem;
  line-height: 120%;
}
@media (max-width: 541px) {
  .contacts__address-type {
    font-size: 0.875rem;
  }
}
.contacts__address-text {
  letter-spacing: -0.02rem;
  transition: all 0.3s ease-in-out;
}
.contacts__address-text:hover, .contacts__address-text:focus {
  transform: scale(1.05);
}
.contacts__map {
  height: 29.65rem;
}
@media (max-width: 541px) {
  .contacts__map {
    height: 44.875rem;
  }
}

.news__banner {
  background: linear-gradient(147deg, #10314d 0%, #27567d 100%), #d9d9d9;
  padding: 8.15rem 1.6rem 2.4rem 4.1rem;
}
@media (max-width: 541px) {
  .news__banner {
    padding: 6.5rem 1rem 2rem 1rem;
  }
}
.news__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 541px) {
  .news__heading {
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 1rem;
  }
}
.news__breadcrumps {
  margin-bottom: 6.7rem;
  color: #ffffff;
}
@media (max-width: 541px) {
  .news__breadcrumps {
    margin-bottom: 6.9rem;
  }
}
.news__title {
  line-height: 91%;
  font-size: 4.3rem;
}
.news__popular {
  margin-top: 4.4rem;
  margin-bottom: 4.4rem;
  display: flex;
  gap: 1.55rem;
}
@media (max-width: 541px) {
  .news__popular {
    flex-direction: column;
    margin-top: 7.5rem;
    margin-bottom: 3rem;
    position: relative;
    gap: 1rem;
    transition: all 0.3s ease-in-out;
  }
}
.news__popular:hover .news__popular-image img, .news__popular:focus .news__popular-image img {
  transform: scale(1.05);
}
.news__popular:hover svg, .news__popular:focus svg {
  transform: rotate(45deg);
}
.news__popular-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
}
@media (max-width: 541px) {
  .news__popular-text {
    width: 100%;
  }
}
.news__popular-image {
  width: 50%;
  overflow: hidden;
}
@media (max-width: 541px) {
  .news__popular-image {
    width: 100%;
  }
}
.news__popular-image img {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.news__popular-category {
  background-color: #11324e;
  width: fit-content;
  border-radius: 6rem;
  padding: 0.25rem 0.65rem;
  color: #ffffff;
  font-size: 0.8rem;
  line-height: 100%;
  letter-spacing: -0.01rem;
}
@media (max-width: 541px) {
  .news__popular-category {
    position: absolute;
    top: -2rem;
    font-size: 0.875rem;
    padding: 0.25rem 0.7rem;
  }
}
.news__popular-title {
  margin-top: 1.1rem;
}
@media (max-width: 541px) {
  .news__popular-title {
    margin-top: 0;
    margin-bottom: 3.563rem;
  }
}
.news__popular-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news__popular-bottom svg {
  display: none;
  width: 0.65rem;
  height: 0.65rem;
  transition: all 0.3s ease-in-out;
  opacity: 1 !important;
}
.news__popular-bottom svg path {
  stroke: #262626;
}
@media (max-width: 541px) {
  .news__popular-bottom svg {
    display: block;
  }
}
.news__popular-date {
  font-size: 0.8rem;
  line-height: 100%;
  opacity: 0.3;
}
@media (max-width: 541px) {
  .news__popular-date {
    display: flex;
    font-size: 1rem;
  }
}
.news__another {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 4.4rem;
}
@media (max-width: 541px) {
  .news__another {
    row-gap: 3rem;
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.news__nothing {
  font-size: 2.5rem;
  width: 100%;
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (max-width: 541px) {
  .news__nothing {
    font-size: 1.8rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.news__another-block {
  max-width: 14.8rem;
  min-height: 17.7rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 541px) {
  .news__another-block {
    max-width: 100%;
    min-height: 23.75rem;
  }
}
.news__another-block:hover .news__another-image img, .news__another-block:focus .news__another-image img {
  transform: scale(1.05);
}
.news__another-block:hover svg, .news__another-block:focus svg {
  transform: rotate(45deg);
}
.news__another-image {
  height: 11rem;
  overflow: hidden;
  min-width: 14.8rem;
}
@media (max-width: 541px) {
  .news__another-image {
    height: 15.188rem;
  }
}
.news__another-image img {
  max-height: 11rem;
  transition: all 0.3s ease-in-out;
  height: 100%;
}
@media (max-width: 541px) {
  .news__another-image img {
    max-height: 15.188rem;
    height: 100%;
  }
}
.news__another-title {
  font-size: 0.8rem;
  line-height: 120%;
  margin-top: 0.6rem;
}
@media (max-width: 541px) {
  .news__another-title {
    font-size: 1.375rem;
    line-height: 105%;
    letter-spacing: -0.03rem;
    margin-top: 1rem;
  }
}
.news__another-information {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news__another-information svg {
  width: 0.65rem;
  height: 0.65rem;
  transition: all 0.3s ease-in-out;
}
.news__another-information svg path {
  stroke: #262626;
}
.news__another-date {
  font-size: 0.8rem;
  line-height: 120%;
  opacity: 0.3;
}
.news__pagination {
  display: flex;
  margin: 0 auto;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 5.2rem;
  margin-bottom: 6rem;
  gap: 0.6rem;
  font-size: 0.9rem;
  line-height: 120%;
}
@media (max-width: 541px) {
  .news__pagination {
    margin-top: 5rem;
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
  }
}
.news__pagination span.page-numbers.current {
  border-radius: 50%;
  background-color: #262626;
  color: #ffffff;
  width: 1.35rem;
  height: 1.35rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 541px) {
  .news__pagination span.page-numbers.current {
    width: 1.688rem;
    height: 1.688rem;
  }
}
.news__pagination a.page-numbers {
  border-radius: 50%;
  border: 0.05rem solid transparent;
  transition: all 0.3s ease-in-out;
  width: 1.35rem;
  height: 1.35rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news__pagination a.page-numbers:hover, .news__pagination a.page-numbers:focus {
  border: 0.05rem solid #262626;
}

.next.disabled {
  /* Ваши стили для неактивной кнопки "Next" */
  pointer-events: none; /* Отключаем кликабельность */
  opacity: 0.5; /* Меняем прозрачность */
}

body.page-id-14 .header {
  background-color: transparent;
}
body.page-id-14 .header__content {
  color: #ffffff;
}
body.page-id-14 .header__content li:hover, body.page-id-14 .header__content li:focus {
  border-bottom: 0.05rem solid #ffffff;
}
body.page-id-14 .header__phone:hover, body.page-id-14 .header__phone:focus {
  border-bottom: 0.05rem solid #ffffff;
}
body.page-id-14 .header__logo {
  background-color: #ffffff;
}
body.page-id-14 .header__button {
  background-color: #ffffff;
  color: #262626;
}
body.page-id-14 .header__button svg path {
  stroke: #262626;
}
body.page-id-14 .header__submenu-wrapper {
  color: #262626;
}
body.page-id-14 .header--scrolled {
  background-color: #ffffff !important;
}
body.page-id-14 .header--scrolled .header__logo {
  background-color: #10314D;
  transition: all 0.3s ease-in-out;
}
body.page-id-14 .header--scrolled .header__content {
  color: #262626;
  transition: all 0.3s ease-in-out;
}
body.page-id-14 .header--scrolled .header__button {
  background-color: #10314D;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
body.page-id-14 .header--scrolled .header__button svg path {
  stroke: #ffffff;
}
body.page-id-14 .header--scrolled .header__button:hover, body.page-id-14 .header--scrolled .header__button:focus {
  color: #262626;
  background-color: #ffffff;
  border: 0.05rem solid #10314D;
}
body.page-id-14 .header--scrolled .menu-item:hover, body.page-id-14 .header--scrolled .menu-item:focus,
body.page-id-14 .header--scrolled .header__sub-button .header__phone:hover,
body.page-id-14 .header--scrolled .header__sub-button .header__phone:focus {
  border-bottom: 0.05rem solid #262626;
}
body.page-id-14 .header.black .header__wrapper, body.page-id-14 .header.main-header .header__wrapper {
  background-color: #ffffff;
}
body.page-id-14 .header.black .header__content, body.page-id-14 .header.main-header .header__content {
  color: #262626;
}
body.page-id-14 .header.black .menu-item:hover, body.page-id-14 .header.black .menu-item:focus,
body.page-id-14 .header.black .header__sub-button:hover,
body.page-id-14 .header.black .header__sub-button:focus,
body.page-id-14 .header.black .header__phone:hover,
body.page-id-14 .header.black .header__phone:focus, body.page-id-14 .header.main-header .menu-item:hover, body.page-id-14 .header.main-header .menu-item:focus,
body.page-id-14 .header.main-header .header__sub-button:hover,
body.page-id-14 .header.main-header .header__sub-button:focus,
body.page-id-14 .header.main-header .header__phone:hover,
body.page-id-14 .header.main-header .header__phone:focus {
  border-bottom: 0.05rem solid #262626;
}
body.page-id-14 .header.black .header__logo, body.page-id-14 .header.main-header .header__logo {
  background-color: #10314D;
}
body.page-id-14 .header.black .header__button, body.page-id-14 .header.main-header .header__button {
  background-color: #10314D;
  color: #ffffff;
}
body.page-id-14 .header.black .header__button svg path, body.page-id-14 .header.main-header .header__button svg path {
  stroke: #ffffff;
}
body.page-id-14 .header.black .header__button:hover, body.page-id-14 .header.black .header__button:focus, body.page-id-14 .header.main-header .header__button:hover, body.page-id-14 .header.main-header .header__button:focus {
  color: #262626;
  background-color: #ffffff;
  border: 0.05rem solid #10314D;
}
body.page-id-14 .header.black .burger span, body.page-id-14 .header.main-header .burger span {
  background-color: #262626;
}
body.page-id-14 .header.black .burger::before, body.page-id-14 .header.black .burger::after, body.page-id-14 .header.main-header .burger::before, body.page-id-14 .header.main-header .burger::after {
  background-color: #262626;
}

.tech {
  max-width: 75%;
  margin: 0 auto;
}
@media (max-width: 541px) {
  .tech {
    max-width: 100%;
  }
}
.tech .contacts__wrapper {
  position: relative;
}
.tech .page__title {
  margin-bottom: 3rem;
  padding-top: 3rem;
  font-size: 2.5rem;
}
@media (max-width: 541px) {
  .tech .page__title {
    padding-top: 2rem;
    font-size: 1.8rem;
  }
}
.tech .contacts__breadcrumps {
  top: 0;
}
.tech .text h2 {
  font-size: 2rem;
  margin-bottom: 0.35rem;
}
@media (max-width: 541px) {
  .tech .text h2 {
    font-size: 1.6rem;
  }
}
.tech .text h3 {
  font-size: 1.6rem;
  margin-bottom: 0.35rem;
}
@media (max-width: 541px) {
  .tech .text h3 {
    font-size: 1.4rem;
  }
}
.tech .text h4 {
  font-size: 1.4rem;
  margin-bottom: 0.35rem;
}
@media (max-width: 541px) {
  .tech .text h4 {
    font-size: 1.2rem;
  }
}
.tech .text h5 {
  font-size: 1.2rem;
  margin-bottom: 0.35rem;
}
@media (max-width: 541px) {
  .tech .text h5 {
    font-size: 1rem;
  }
}
.tech .text h6 {
  font-size: 1rem;
  margin-bottom: 0.35rem;
}
@media (max-width: 541px) {
  .tech .text h6 {
    font-size: 0.8rem;
  }
}
.tech .text ul,
.tech .text ol {
  padding-left: 1rem;
}

.docs {
  /* padding-top: 8.15rem; */
}
@media (max-width: 541px) {
  .docs {
   
  }
}
.docs__breadcrumps {
 
}

@media (max-width: 541px) {
  .docs__breadcrumps {
    position: static;
    margin-bottom: 1.5rem;
  }
  .docs__breadcrumps span {
    
  }
}
.docs__title {
  /* text-align: center; */
  line-height: 95%;
}
.docs__subtitle {
  font-size: 0.8rem;
  line-height: 100%;
  text-align: center;
  margin: 1.2rem 0 3.6rem 0;
  letter-spacing: -0.02rem;
}
@media (max-width: 541px) {
  .docs__subtitle {
    margin: 1rem 0 1.5rem 0;
    font-size: 0.875rem;
    letter-spacing: -0.02rem;
  }
}
.docs__image {
  position: relative;
  max-height: 25rem;
  overflow: hidden;
}
@media (max-width: 541px) {
  .docs__image {
    max-height: 10.063rem;
    margin: 0 -1rem;
  }
}
.docs__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: auto;
}
.docs__content {
  display: flex;
    flex-wrap: wrap;
    /* grid-template-columns: repeat(2, 1fr); */
    padding: 80px 0;
    column-gap: 0;
    row-gap: 2.5rem;
    justify-content: center;
}
@media (max-width: 541px) {
  .docs__content {
    padding: 1.6rem 0;
    grid-template-columns: 1fr;
  }
}
.docs__item {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  padding: 0 1.5rem;
}
.docs__item:hover .docs__item-show:after {
  transform: rotate(45deg);
}
.docs__item-title {
  margin-bottom: 1.2rem;
  text-align: left;
  font-size: 32px;
  text-transform: uppercase;
}
@media (max-width: 541px) {
  .docs__item-title {
    font-size: 1.2rem;
  }
}
.docs__item-show {
  display: flex;
  font-size: 18px;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5rem;
}
.docs__item-show:after {
  content: " ";
  transition: 0.15s ease-in-out;
  position: relative;
  transform-origin: center;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' fill='none'%3E%3Cpath stroke='%23262626' stroke-width='1.6' d='M3.8 3.8h11.4m0 0v11.4m0-11.4L3.8 15.2'/%3E%3C/svg%3E");
}

.join-us {
  display: flex;
  width: 100%;
  max-height: 500px;
}
@media (max-width: 541px) {
  .join-us {
    height: 100%;
	 max-height: none;
    flex-direction: column-reverse;
  }
}
.join-us__content {
  padding: 60px 0px 113px 60px;
  display: flex;
  flex-direction: column;
  width: 50%;
}
@media (max-width: 541px) {
  .join-us__content {
    width: 100%;
    padding: 60px 1rem 40px 1rem;
  }
}
.join-us__video {
  width: 50%;
  min-width: 50%;
}
@media (max-width: 541px) {
  .join-us__video {
    width: 100%;
    height: auto;
  }
}
.join-us__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.join-us__main {
  margin-top: 115px;

}
@media (max-width: 541px) {
  .join-us__main {
    margin-top: 0.8rem;
    margin-bottom: 0;
  }
}
.join-us__title {
  line-height: 95%;
  padding: 0;
  font-weight: 500;
  color: #070707;
  font-size: 48px;
}
@media (max-width: 541px) {
  .join-us__title {
    font-size: 1.8rem;
  }
}
.join-us__text {
  font-size: 18px;
  line-height: 97%;
  margin-bottom: 10px;
  letter-spacing: -0.01rem;
}
@media (max-width: 541px) {
  .join-us__text {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
.join-us__button {
  margin-top: 68px;
  font-size: 18px;
}
@media (max-width: 541px) {
  .join-us__button {
    margin-left: 0;
    width: 100%;
  }
}

.application {
  /* background: linear-gradient(147deg, #10314d 0%, #27567d 100%), #d9d9d9; */
  padding-top: 80px;
  position: relative;
}
@media (max-width: 541px) {
  .application {
    padding-top: 5rem;
  }
}
.application__heading {
  max-width: 45.7rem;
  text-align: center;
  letter-spacing: -0.054rem;
  margin: 0 auto;
}
.application__title {
  margin-top: 40px;
  margin-bottom: 60px;
}
@media (max-width: 541px) {
  .application__title {
	 margin-top: 20px;
    margin-bottom: 40px;
	 font-size: 24px;
  }
}
.application__button {
  max-width: 15.1rem;
 display: block;
 margin: 0 auto;
  width: 100%;
}
@media (max-width: 541px) {
  .application__button {
    margin-left: 0;
    max-width: 100%;
    margin-bottom: 2rem;
	 display: flex;
	 gap: 20px;
	 justify-content: center;
	 border-left: 0 !important;
	 color: #ffffff;
  }
  .application__button svg {
	margin-left: 0;
  }
  .application .button svg {
	display: block;
  }
  .application__button svg path {
	stroke: #ffffff;
  }
  .header__menu-wrapper li {
	color: #070707;
  }
  #menu-footer-right {
	margin-top: 20px;
  }
}
.application footer {
  color: #070707;
}
.application footer li:hover, .application footer li:focus {
  border-bottom: 0.05rem solid #070707;
}
.application footer svg path {
  stroke: #163C5A;;
}

.other {
  margin-bottom: 7.2rem;
}
.other__main-title {
  margin-bottom: 1.6rem;
  line-height: 105%;
}
.other__posts {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 541px) {
  .other__posts {
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 3rem;
  }
}
.other__block {
  max-width: 14.8rem;
  min-height: 17.7rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 541px) {
  .other__block {
    max-width: 100%;
    min-height: 23.75rem;
  }
}
.other__block:hover .news__another-image, .other__block:focus .news__another-image {
  transform: scale(1.05);
}
.other__block:hover svg, .other__block:focus svg {
  transform: rotate(45deg);
}
.other__image {
  height: 11rem;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  min-width: 14.8rem;
}
@media (max-width: 541px) {
  .other__image {
    height: 15.188rem;
  }
}
.other__image img {
  max-height: 11rem;
}
@media (max-width: 541px) {
  .other__image img {
    max-height: 15.188rem;
    height: 100%;
  }
}
.other__title {
  font-size: 0.8rem;
  line-height: 120%;
  margin-top: 0.6rem;
}
@media (max-width: 541px) {
  .other__title {
    font-size: 1.375rem;
    line-height: 105%;
    letter-spacing: -0.03rem;
    margin-top: 1rem;
  }
}
.other__information {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.other__information svg {
  width: 0.65rem;
  height: 0.65rem;
  transition: all 0.3s ease-in-out;
}
.other__information svg path {
  stroke: #262626;
}
.other__date {
  font-size: 0.8rem;
  line-height: 120%;
  opacity: 0.3;
}

.form {
  width: 100%;
  letter-spacing: -0.02rem;
}
.form__name, .form__contacts {
  display: flex;
  border-bottom: 0.05rem solid #262626;
  line-height: 100%;
  margin-bottom: 2rem;
  transition: all 0.3s ease-in-out;
}
.form__name:hover, .form__name:focus, .form__contacts:hover, .form__contacts:focus {
  border-bottom: 0.1rem solid #262626;
}
@media (max-width: 541px) {
  .form__name:hover, .form__name:focus, .form__contacts:hover, .form__contacts:focus {
    border-bottom: none;
  }
}
@media (max-width: 541px) {
  .form__name, .form__contacts {
    flex-direction: column;
    border-bottom: none;
    margin-bottom: 0;
  }
}
.form__input {
  margin-bottom: 1rem;
  width: 50%;
  line-height: 100%;
}
@media (max-width: 541px) {
  .form__input {
    border-bottom: 0.05rem solid #262626;
    transition: all 0.3s ease-in-out;
    width: 100%;
    font-size: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
  }
  .form__input:hover, .form__input:focus {
    border-bottom: 0.1rem solid #262626;
  }
}
.form__input label {
  display: flex;
  gap: 0.5rem;
  letter-spacing: -0.03rem;
}
.form__input-text {
  letter-spacing: -0.03rem;
  margin-bottom: 1.6rem;
}
@media (max-width: 541px) {
  .form__input-text {
    font-size: 1rem;
    margin-bottom: 3rem;
  }
}
.form input {
  border: none;
  padding: 0;
  text-align: left;
  font-family: "Montserrat500", sans-serif;
  font-size: 0.8rem;
  letter-spacing: -0.05rem;
}
@media (max-width: 541px) {
  .form input {
    font-size: 1rem;
  }
}
.form input[type=text] {
  max-width: 11.5rem;
  font-family: "Montserrat500", sans-serif;
  font-size: 0.8rem;
  letter-spacing: -0.05rem;
}
@media (max-width: 541px) {
  .form input[type=text] {
    font-size: 1rem;
  }
}
.form input[type=tel] {
  max-width: 11.5rem;
  font-family: "Montserrat500", sans-serif;
  font-size: 0.8rem;
  letter-spacing: -0.05rem;
}
@media (max-width: 541px) {
  .form input[type=tel] {
    font-size: 1rem;
  }
}
.form textarea {
  border: none;
  border-bottom: 0.05rem solid #262626;
  width: 100%;
  height: 5.85rem;
  resize: none;
  font-family: "Montserrat500", sans-serif;
  font-size: 0.8rem;
  letter-spacing: -0.05rem;
  transition: all 0.3s ease-in-out;
}
.form textarea:hover, .form textarea:focus {
  border-bottom: 0.1rem solid #262626;
}
@media (max-width: 541px) {
  .form textarea {
    font-size: 1rem;
  }
}
.form__submit input[type=submit] {
  letter-spacing: -0.05rem;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  cursor: pointer;
}
@media (max-width: 541px) {
  .form__submit input[type=submit] {
    font-size: 1rem;
  }
}

.wpcf7-not-valid-tip {
  position: absolute;
  font-size: 0.6rem;
}

.wpcf7 input[type=email] {
  font-family: "Montserrat500", sans-serif;
  letter-spacing: -0.05rem;
  max-width: 15.95rem !important;
}
@media (max-width: 541px) {
  .wpcf7 input[type=email] {
    font-size: 1rem;
  }
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-response-output {
  display: none;
}

.b24-form .b24-form-header {
  display: none;
}
.b24-form .b24-form-btn-block {
  position: relative;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  max-width: 15.6rem;
  justify-content: space-between;
  align-items: center;
  padding: 0.4rem 0 0.4rem 0.4rem;
  font-size: 0.8rem;
  transition: all 0.3s ease-in-out;
  border-left: 0.15rem solid transparent;
  border-image: linear-gradient(180deg, #10314d 0%, #27567d 100%);
  border-image-slice: 1;
  cursor: pointer;
  letter-spacing: -0.01rem;
  line-height: 100%;
}
.b24-form .b24-form-btn-block:after {
  content: " ";
  width: 1rem;
  height: 1rem;
  display: inline-block;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' fill='none' viewBox='0 0 19 19'%3E%3Cpath stroke='%23262626' stroke-width='1.6' d='M3.8 3.8h11.4m0 0v11.4m0-11.4L3.8 15.2'/%3E%3C/svg%3E");
  transition: 0.3s ease-in-out;
  transform-origin: center;
}
.b24-form .b24-form-btn-block:active:after, .b24-form .b24-form-btn-block:focus:after {
  transform: rotate(45deg);
}
.b24-form .b24-form-btn-block:hover:after {
  transform: rotate(45deg);
}
.b24-form .b24-form-field {
  display: block;
  border-bottom: 0.05rem solid #262626;
  line-height: 100%;
  margin-bottom: 2rem;
  transition: all 0.3s ease-in-out;
}
.b24-form .b24-form-control-container {
  width: 100%;
  margin-bottom: 0;
}
.b24-form .b24-form-control-container input, .b24-form .b24-form-control-container textarea {
  padding: 0 !important;
  border: none !important;
  background-color: white;
  font-family: "Montserrat500", sans-serif !important;
  font-size: 0.8rem !important;
  letter-spacing: -0.05rem !important;
}
.b24-form .b24-form-control-container input::placeholder, .b24-form .b24-form-control-container textarea::placeholder {
  font-family: "Montserrat500", sans-serif !important;
  font-size: 0.8rem !important;
  letter-spacing: -0.05rem !important;
}
.b24-form .b24-form-control-container textarea {
  border: none;
  border-bottom: 0.05rem solid #262626;
  width: 100%;
  height: 5.85rem;
  resize: none;
  font-family: "Montserrat500", sans-serif;
  font-size: 0.8rem;
  letter-spacing: -0.05rem;
  transition: all 0.3s ease-in-out;
  padding-top: 1.5rem !important;
}
.b24-form .b24-form-control-container textarea:hover, .b24-form .b24-form-control-container textarea:focus {
  border-bottom: 0.1rem solid #262626;
}
@media (max-width: 541px) {
  .b24-form .b24-form-control-container textarea {
    font-size: 1rem;
  }
}
.b24-form .b24-form-control-label {
  font-family: "Montserrat500", sans-serif !important;
  font-size: 0.8rem !important;
  letter-spacing: -0.05rem !important;
  padding-left: 0 !important;
  top: 0 !important;
  transform: none !important;
  padding-bottom: 0.15rem !important;
}
.b24-form .b24-form-btn {
  border: none;
  box-shadow: none;
  outline: none;
  letter-spacing: -0.05rem;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  cursor: pointer;
  font-family: "Montserrat500", sans-serif;
  min-height: auto;
}
.b24-form .b24-form-padding-side {
  padding: 0;
}
.b24-form .b24-form-wrapper.b24-form-border-bottom {
  border-bottom: none;
  box-shadow: none;
  width: 100%;
  max-width: none;
}
.b24-form input {
  border: none;
  padding: 0;
  text-align: left;
  font-family: "Montserrat500", sans-serif;
  font-size: 0.8rem;
  letter-spacing: -0.05rem;
}
@media (max-width: 541px) {
  .b24-form input {
    font-size: 1rem;
  }
}
.b24-form input[type=text] {
  max-width: 11.5rem;
  font-family: "Montserrat500", sans-serif;
  font-size: 0.8rem;
  letter-spacing: -0.05rem;
}
@media (max-width: 541px) {
  .b24-form input[type=text] {
    font-size: 1rem;
  }
}
.b24-form input[type=tel] {
  max-width: 11.5rem;
  font-family: "Montserrat500", sans-serif;
  font-size: 0.8rem;
  letter-spacing: -0.05rem;
}
@media (max-width: 541px) {
  .b24-form input[type=tel] {
    font-size: 1rem;
  }
}
.b24-form input[type=submit] {
  letter-spacing: -0.05rem;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  cursor: pointer;
}
@media (max-width: 541px) {
  .b24-form input[type=submit] {
    font-size: 1rem;
  }
}
.b24-form .b24-form-control-alert {
  margin-bottom: 2rem !important;
}
.b24-form .b24-form-control-alert-message {
  font-size: 0.6rem !important;
  color: #dc3232 !important;
  background: transparent !important;
  position: absolute !important;
  left: 0 !important;
  padding: 0 !important;
}
.b24-form .b24-form-control-alert-message:after, .b24-form .b24-form-control-alert-message:before {
  content: none !important;
}
.b24-form .b24-form-control-not-empty + .b24-form-control-label {
  transform: translateY(-0.5rem) !important;
}
.b24-form .b24-form-success {
  background-color: white !important;
  position: absolute !important;
  top: -1rem !important;
  left: -1rem !important;
}
.b24-form .b24-form-sign {
  display: none;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 1s ease-in-out;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: auto;
  display: flex;
}
@media (max-width: 541px) {
  .popup {
    left: 0;
    width: 100%;
  }
}
.popup--show {
  opacity: 1;
  height: 100vh;
  z-index: 999;
}
@media (max-width: 541px) {
  .popup--show {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.popup__wrapper {
  background-color: #ffffff;
  position: relative;
  width: 35rem;
  padding: 1.55rem;
  height: fit-content;
}
@media (max-width: 541px) {
  .popup__wrapper {
    min-height: 100vh;
    padding: 1.55rem;
  }
}
.popup__title {
  text-align: center;
  margin-bottom: 2.4rem;
  line-height: 120%;
}
@media (max-width: 541px) {
  .popup__title {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.popup__close-button {
  position: absolute;
  right: 3%;
  top: 3%;
  cursor: pointer;
}
@media (max-width: 541px) {
  .popup__close-button {
    right: 6%;
    top: 14%;
  }
}
.popup__close-button svg {
  width: 0.75rem;
  height: 0.75rem;
  stroke: #262626;
  fill: #262626;
}
@media (max-width: 541px) {
  .popup__close-button svg {
    width: 1.4rem;
    height: 1.4rem;
  }
}

.activities {
  height: calc(100vh - var(--offset));
  position: relative;
}
.activities .container {
  width: 100%;
}
.activities__wrapper {
  display: flex;
  flex-direction: column;
}
@media (max-width: 541px) {
  .activities__right {
    height: 19rem;
  }
}
@media (max-width: 541px) {
  .activities__left {
    height: calc(100vh - 19rem) !important;
  }
}
.activities__left, .activities__right {
  width: 50%;
  min-width: 50%;
}
@media (max-width: 541px) {
  .activities__left, .activities__right {
    width: 100%;
  }
}
.activities__name {
  position: absolute;
  bottom: 1.6rem;
  left: 1.2rem;
  z-index: 5;
}
.activities__left {
  padding: 1.6rem 1.2rem 1.6rem 4.1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  position: relative;
}
@media (max-width: 541px) {
  .activities__left {
    padding: 1rem 1rem 1rem 1rem;
    flex-direction: column;
    align-items: normal;
    justify-content: center;
  }
}
.activities__bottom {
  position: absolute;
  bottom: 1.2rem;
  left: 4.1rem;
  right: 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 541px) {
  .activities__bottom {
    position: static;
  }
}
.activities__text {
  color: #ffffff;
  line-height: 120%;
  letter-spacing: -0.05rem;
  max-width: 25.55rem;
  font-size: 18px;
}
@media (max-width: 541px) {
  .activities__text {
    margin-bottom: 3rem;
  }
}
.activities__text svg {
  width: 0.75rem;
  height: 0.75rem;
}
.activities__text svg path {
  stroke: #ffffff;
}
.activities .content--sticky {
  display: flex;
  flex-direction: row;
  padding: 0;
  background: linear-gradient(147deg, #10314d 0%, #27567d 100%), #d9d9d9;
  width: 100%;
  position: sticky;
  top: 0;
  --offset: 0px;
  top: var(--offset);
  height: calc(100vh - var(--offset));
}
@media (max-width: 541px) {
  .activities .content--sticky {
    flex-direction: column-reverse;
    --offset: none;
    top: 0;
  }
}
.activities .content-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 15.6rem;
  padding-bottom: 1.6rem;
}
.activities .content_right {
  max-width: 36rem;
}
.activities__title {
  position: absolute;
  top: 3.5%;
  left: 10%;
  text-align: left;
  font-weight: 500;
}
@media (max-width: 541px) {
  .activities__title {
    width: 100%;
    transform: translate(0, 0);
    text-align: start;
    position: relative;
    margin-bottom: 2rem;
	 margin-left: -40px;
  }
}
.activities__button {
  width: 15.6rem;
}
@media (max-width: 541px) {
  .activities__button {
    width: 100%;
  }
}
.activities__image {
  height: 100%;
}
.activities__image img {
  height: 100%;
}
.activities__pagination {
  font-family: "Montserrat500", sans-serif;
  font-size: 3.4rem;
  line-height: 95%;
  color: #ffffff;
  letter-spacing: -0.5rem;
  left: -9%;
  bottom: 4%;
  z-index: 0;
}
@media (max-width: 541px) {
  .activities__pagination {
    display: none;
  }
}
.activities__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 5px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.activities__progress {
  height: 100%;
  background-color: #ffffff;
  width: 0%;
}



/******NEW DESIGN**********/
.bg-hero {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2); /* #000000 з прозорістю 20% */
    z-index: 1;
}

/* Щоб вміст був поверх затемнення */
.bg-hero > *:not(.bg-overlay) {
    position: relative;
    z-index: 2;
}


.hero-padding {
	padding: 13.18rem 1rem 7.94rem;
}
.header__submenu-links li {
	text-decoration: none;
	border-bottom: 0 !important;
}
.iso__wrapper {
    padding: 13.18rem 1rem 7.94rem;
}

.container.banner-wrapper .about__contact-button {
		background: #fff;
		font-size: 16px;
		border: transparent;
		color: #163C5A;
		font-weight: 600;
		min-width: auto;
		padding-block: 14px;
		gap: 20px;
	}
	.container.banner-wrapper .button {
		justify-content: center;
		max-width: 240px;
	}
	.banner {
    position: relative;
    height: calc(100vh + 1rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}
.banner__video {
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: -1;
}
.container.banner-wrapper {
	margin: 0 0 !important;
	    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.banner-wrapper {
	padding: 10.18rem 4rem 7.94rem;
	color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	 flex-direction: column;
	 row-gap: 25px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
     justify-content: space-around; 
    margin-bottom: 2rem;
    height: 100%;
    position: relative;
}
.banner-subtitle {
	display: flex;
	column-gap: 20px;
	font-size: 18px;
	font-weight: 600;
	align-items: center;
}
.banner-subtitle .icon svg {
	width: 35px;
	height: 35px;
}
.about__title.main__title {
	width: 60%;
	font-weight: 500;
	font-size: 48px;
}

@media (max-width: 541px) {
	.banner-wrapper {
		padding: 230px 20px;
	}
	.banner-subtitle {
		flex-direction: column;
		font-size: 14px;
		align-items: flex-start;
		row-gap: 20px;
	}
	.about__title.main__title {
		font-size: 25px;
		width: 100%;
		margin-bottom: 40px;
	}
	.container.banner-wrapper .button {
		width: 100%;
		max-width: none;
	}
	.container.banner-wrapper .button svg {
		display: block;
	}
}
.mission {
  position: relative;
  overflow: hidden;
  color: #fff;
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 0;
}

.mission__content-layer {
  position: relative;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4); /* Темне напівпрозоре тло */

}

.mission__blur-header {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.2);
}

.mission__top-caption {
  font-size: 18px;
  font-weight: 500;
  padding-block: 30px;
}

.mission__top-line {
  width: 100%;
  height: 2px;
  background-color: #fff;
  opacity: 0.6;
}

.mission__name span {
  margin-right: 10px;
      margin-bottom: 20px;

}

.mission__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 30px;
}

.mission__text {
  font-size: 18px;
  line-height: 1.7;
}

@media (max-width: 541px) {
	.hero-padding {
    padding: 143px 20px;
}
.mission__title  {
	font-size: 20px;
}
}


.application__icon {
	display: none;
}
.contacts.tech .container {
	padding-top: 200px;
}
.contacts.tech .contacts__breadcrumps {
	display: none;
}
.contacts.tech .contacts__breadcrumps span {
	margin-bottom: 20px;
	color: #070707 ;
}
.contacts.tech .text {
	/* margin-top: -75px; */
}
.contacts.tech p {
	font-size: 20px;
	margin-top: 20px;
}
@media (max-width: 541px) {
	.contacts.tech .container {
	padding-top: 125px;
}
	.contacts.tech p {
	font-size: 16px;
	margin-top: 10px;
}
}
.join-us__icon {
	display: none;
}

.join-us__video img {
	max-height: 500px;
}