* {
  box-sizing: border-box;
}
/* dm-sans-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/dm-sans-v17-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('../fonts/dm-sans-v17-latin-regular.ttf') format('truetype');
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* dm-sans-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/dm-sans-v17-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('../fonts/dm-sans-v17-latin-500.ttf') format('truetype');
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* dm-sans-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/dm-sans-v17-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('../fonts/dm-sans-v17-latin-600.ttf') format('truetype');
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* dm-sans-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/dm-sans-v17-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('../fonts/dm-sans-v17-latin-700.ttf') format('truetype');
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* dm-serif-display-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Serif Display';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/dm-serif-display-v17-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('../fonts/dm-serif-display-v17-latin-regular.ttf') format('truetype');
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
@media (min-width: 1441px) {
}
.sticky-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 888;
}
.navbar-toggler {
  display: none;
  width: 32px;
  height: 32px;
  outline: none;
  box-shadow: none;
  border: none;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.navbar-toggler:focus,
.navbar-toggler:focus-visible,
.navbar-toggler:focus-within {
  outline: none;
}
nav.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 5px;
  height: 44px;
  margin-top: 39px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  nav.navbar {
    height: 35px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  nav.navbar {
    height: 35px;
    margin-top: 20px;
  }
}
.nav {
  display: flex;
  flex-basis: auto;
  flex-grow: 1;
}
.navbar-left,
.navbar-right {
  width: 28%;
}
@media (max-width: 767px) {
  .navbar-left,
  .navbar-right {
    width: 54%;
  }
}
@media (max-width: 767px) {
  .container-navbar {
    padding-left: 8px!important;
  }
}
.navbar-left {
  display: flex;
  align-items: center;
  column-gap: 3px;
}
.main-nav {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  align-items: stretch;
  justify-content: center;
  column-gap: 35px;
}
.main-nav li {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.main-nav li a {
  display: flex;
  color: #fff;
}
.main-nav li a:hover {
  color: #9bca62;
  text-decoration: none;
}
.navbar-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 10px;
}
@media (max-width: 1440px) {
  .navbar-right {
    column-gap: 7px;
  }
}
.logo {
  display: flex;
  width: 122px;
}
@media (max-width: 1440px) {
  .logo {
    width: 92px;
  }
  .logo svg {
    width: 92px;
  }
}
.is-sticky .logo svg path {
  fill: #084833;
}
.is-sticky .navbar-toggler svg path {
  fill: #084833;
  stroke: #084833;
}
/* Переопределяем только акцентную часть (зелёные элементы) */
.is-sticky .logo svg path:nth-child(5),
.is-sticky .logo svg path:nth-child(6),
.is-sticky .logo svg path:nth-child(7),
.is-sticky .logo svg path:nth-child(8),
.is-sticky .logo svg path:nth-child(9),
.is-sticky .logo svg path:nth-child(10),
.is-sticky .logo svg path:nth-child(11),
.is-sticky .logo svg path:nth-child(12) {
  fill: #9BCA62;
  /* светло-зелёный акцент */
}
.get-btn {
  cursor: pointer;
  border-radius: 100em;
  background-color: #fff;
  color: #0C0C0C;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
.get-btn .real-span {
  font-family: "DM Serif Display", serif;
}
.get-btn:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}
.get-btn.get-btn-navbar {
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
  height: 44px;
}
@media (max-width: 1440px) {
  .get-btn.get-btn-navbar {
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
    height: 35px;
  }
}
.is-sticky nav.navbar {
  height: 68px;
  margin-top: 0;
}
.is-sticky .main-nav > li > a {
  color: #0C0C0C;
}
.is-sticky .main-nav > li > a:hover {
  color: #9bca62;
}
.is-sticky .main-nav > li.hilite > a {
  color: #9bca62;
}
.is-sticky .header {
  backdrop-filter: blur(40px);
  background: rgba(255, 255, 255, 0.3);
}
.is-sticky .get-btn {
  color: #fff;
  background-color: #084833;
}
.is-sticky .get-btn:hover {
  background-color: rgba(8, 72, 51, 0.8);
}
.is-sticky .top-nav-top-right .get-btn {
  color: #0C0C0C;
  background-color: #fff;
}
.lang-switcher {
  position: relative;
}
/*.lang-switcher__button {

}*/
.lang-switcher__button {
  outline: none;
  border: 1px solid;
  border-radius: 100em;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: 44px;
  font-size: 13px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}
.lang-switcher__button .lang-switcher__icon {
  display: flex;
  width: 18px;
  height: 18px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/interface/ico-globe-white.svg");
  margin-right: 10px;
}
.lang-switcher__button .lang-switcher__arrow {
  display: flex;
  width: 7.5px;
  height: 15px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/interface/ico-lang.svg");
  margin-left: 15px;
}
@media (max-width: 1440px) {
  .lang-switcher__button {
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
    height: 35px;
  }
}
.lang-switcher__button:focus,
.lang-switcher__button:focus-visible,
.lang-switcher__button:focus-within {
  outline: none;
  box-shadow: none;
}
.lang-switcher__list {
  z-index: 4;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  list-style: none;
  border: 1px solid;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-color: rgba(255, 255, 255, 0.2);
  padding-left: 0;
  margin-bottom: 0;
  left: 0;
  right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 15px;
  margin-top: 1px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity 0.16s ease-out, transform 0.16s ease-out, visibility 0.16s step-end;
}
.lang-switcher__list a,
.lang-switcher__list .lang-switcher__link--current {
  display: flex;
  color: #fff;
  font-size: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  justify-content: center;
}
.lang-switcher__list .lang-switcher__link--current {
  text-decoration: underline;
}
.lang-switcher.lang-switcher--open .lang-switcher__list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.16s ease-out, transform 0.16s ease-out, visibility 0s step-start;
}
.lang-top .lang-switcher__list {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 1px;
  transform: translateY(4px);
}
.lang-top .lang-switcher.lang-switcher--open .lang-switcher__list {
  transform: translateY(0);
}
.is-sticky .navbar-right .lang-switcher {
  display: none;
}
@media (max-width: 1200px) {
  .navbar-right,
  .navbar-left {
    width: 27%;
  }
}
@media (max-width: 1160px) {
  .navbar-toggler {
    display: flex;
    padding: 0;
  }
  .navbar-right {
    width: 60%;
  }
  .navbar-leftt {
    width: 40%;
  }
  .navbar-right .lang-switcher {
    display: none;
  }
  .nav {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    height: 100vh;
    bottom: 0;
    background-color: #084833;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .nav .main-nav {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-family: "DM Serif Display", serif;
    font-size: 20px;
    line-height: 1.5;
    row-gap: 20px;
  }
  .nav .main-nav a {
    color: #fff !important;
  }
  .nav .main-nav a:hover {
    text-underline: none;
    color: #9bca62;
  }
  .nav .main-nav li.hilite a {
    color: #9bca62 !important;
  }
  .top-nav-show.nav {
    opacity: 1;
    visibility: visible;
    position: fixed;
  }
  .top-nav-show.nav .top-nav-top,
  .top-nav-show.nav .top-nav-bot {
    display: flex;
  }
}
body.body-no-scroll {
  overflow: hidden;
  /* padding-right: 15px; */
}
.top-nav-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 19px 15px 19px 8px;
}
.top-nav-top-left {
  display: flex;
  align-items: center;
  column-gap: 3px;
}
.top-nav-close {
  width: 32px;
  height: 32px;
  outline: none;
  box-shadow: none;
  border: none;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  background: transparent url("../images/interface/ico-close.svg") no-repeat center;
  background-size: 100%;
}
.top-nav-close:focus,
.top-nav-close:focus-visible,
.top-nav-close:focus-within {
  outline: none;
}
.logo-nav {
  display: flex;
  width: 92px;
  height: 18px;
  background: transparent url("../images/logo.svg") no-repeat center;
  background-size: 100% !important;
}
.top-nav-bot {
  margin-bottom: 60px;
}
.top-nav-top,
.top-nav-bot {
  display: none;
}
.calendly-overlay {
  backdrop-filter: blur(20px);
  background-color: rgba(8, 72, 51, 0.6) !important;
}
/*

.backdrop-popup {
	position: fixed;
	top:0; left:0; right:0; bottom:0;
	display: none;
	//display: flex;
	justify-content: center;
	align-items: center;
	backdrop-filter: blur(20px);
	background: rgba(8, 72, 51, 0.6);
	z-index: 1000;
}

.popup-container {
	z-index: 1001;
	width: 100%;
	display: flex;
	justify-content: center;
}


.popup {
	//display: none;
	display: flex;
	flex-direction: column;
	max-width: 1140px;
	margin: 45px;
	//width: 100%;
	padding: 45px 55px;
	background-color: #F2F6EB;
	position: relative;

	.popup-close {
		position: absolute;
		z-index: 2;
		cursor: pointer;
		width: 30px;
		height: 30px;
		top: 10px;
		right: 10px;
		background-size: 100%;
		border: none;
		background: transparent url("../images/interface/ico-close-popup.svg") no-repeat center;
		&:focus,
		&:focus-visible,
		&:focus-within {
			outline: none;
		}
	}
	.respond-to(tablet, {
	});

	@media (max-width: 991px) {
		padding: 30px 40px;
	}
	.respond-to(mobile, {
		margin: 8px;
		padding: 22px 12px;
	});
}
.popup-header {
	margin-bottom: 40px;
	.respond-to(tablet, {
		margin-bottom: 30px;
	});
	.respond-to(mobile, {
		margin-bottom: 20px;
	});
}

.popup-subtitle {
	color: @color-link-hover;
	font-weight: 500;
	line-height: 1.5;
	font-size: 16px;
	text-align: center;
	border-bottom: 7px;
	.respond-to(tablet, {
		font-size: 14px;
		border-bottom: 3px;
	});
	.respond-to(mobile, {
		font-size: 15px;
		border-bottom: 5px;
	});
}
.popup-title {
	text-align: center;
	color: @color-link-hover;
	font-family: @font-family-header;
	letter-spacing: normal;
	line-height: 1.2;
	font-size: 40px;
	.respond-to(tablet, {
		font-size: 30px;
	});
	.respond-to(mobile, {
		font-size: 20px;
	});

}

.popup-gallery {
	margin-bottom: 30px;
	.respond-to(mobile, {
		margin-bottom: 20px;
	});
}

.popup-swiper {
	.outer-arrows {
		position: absolute;
		z-index: 2;
		bottom: 20px;
		left: 50%;
		transform: translateX(-50%);
	}
	img {
		display: flex;
	}
	.js-slider-arrow {
		background-image: url("../images/interface/ico-js-arrow_white-popup.svg");
	}
	.respond-to(mobile, {
		height: 400px;
	});
}


.popup-gallery {
	width: 100%;                 // занимает всю доступную ширину попапа
}

.popup-swiper {
	width: 100%;
	height: auto;                    // по умолчанию — адаптивная высота
	overflow: hidden;
	border-radius: 12px;

	.swiper-slide {
		width: 100% !important;
		height: 100%;
	}

	.swiper-slide img {
		width: 100%;
		height: 100%;
		object-fit: cover;             // обрезает по бокам, сохраняя пропорции
		object-position: center;       // центрирует обрезку
		display: block;
	}

	// На экранах ≤ 991px фиксируем высоту 400px
	@media (max-width: 991px) {
		height: 400px;                 // ← фиксированная высота слайдера
		max-height: 400px;

		// Убеждаемся, что родительские элементы не мешают
		.swiper-wrapper,
		.swiper-slide,
		.swiper-slide img {
			height: 400px;
		}
	}
}*/
/*
.backdrop-popup.loading::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1000;
	display: flex;
	justify-content: center;
	align-items: center;
}

.backdrop-popup.loading::after {
	content: 'Loading...';
	color: #fff;
	font-size: 18px;
}

*/
.get-backdrop-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(8, 72, 51, 0.6);
  backdrop-filter: blur(20px);
  z-index: 1000;
  overflow: hidden;
}
.backdrop-popup-loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(8, 72, 51, 0.6);
  backdrop-filter: blur(20px);
  z-index: 1001;
  overflow: hidden;
}
.backdrop-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(8, 72, 51, 0.6);
  backdrop-filter: blur(20px);
  z-index: 1000;
  overflow: hidden;
}
.get-popup-container {
  z-index: 1001;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.popup-container {
  z-index: 1001;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1140px;
  max-height: calc(100vh - 90px);
  margin: 45px;
  padding: 45px 55px;
  background-color: #F2F6EB;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.popup .popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
  width: 30px;
  height: 30px;
  background: transparent url("../images/interface/ico-close-popup.svg") no-repeat center;
  background-size: 14px;
  border: none;
  cursor: pointer;
}
.popup .popup-close:focus,
.popup .popup-close:focus-visible,
.popup .popup-close:focus-within {
  outline: none;
}
@media (max-width: 991px) {
  .popup {
    margin: 30px;
    padding: 30px 40px;
    max-height: calc(100vh - 60px);
  }
  .popup .popup-close {
    top: 10px;
    right: 10px;
  }
}
@media (max-width: 480px) {
  .popup {
    margin: 8px;
    padding: 22px 12px;
    max-height: calc(100vh - 16px);
  }
}
.contact-thankyou .popup {
  margin: 0!important;
}
.popup-overflow {
  flex: 1 1 auto;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(8, 72, 51, 0.4) transparent;
}
.popup-overflow::-webkit-scrollbar {
  width: 6px;
}
.popup-overflow::-webkit-scrollbar-track {
  background: transparent;
}
.popup-overflow::-webkit-scrollbar-thumb {
  background: rgba(8, 72, 51, 0.4);
  border-radius: 3px;
}
.popup-overflow::-webkit-scrollbar-thumb:hover {
  background: rgba(8, 72, 51, 0.6);
}
.popup-header {
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 991px) {
  .popup-header {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .popup-header {
    margin-bottom: 20px;
  }
}
.popup-subtitle {
  color: #084833;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 991px) {
  .popup-subtitle {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .popup-subtitle {
    font-size: 15px;
  }
}
.popup-title {
  color: #084833;
  font-family: "DM Serif Display", serif;
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
}
.popup-title span {
  font-family: "DM Sans", sans-serif;
}
@media (max-width: 991px) {
  .popup-title {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .popup-title {
    font-size: 20px;
  }
}
.get-book-popup {
  width: unset;
}
.get-book-popup .popup-header {
  margin-bottom: 16px;
}
.get-book-popup-text {
  text-align: center;
  margin-bottom: 40px;
}
.get-book-popup-text span {
  font-family: "DM Serif Display", serif;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .get-book-popup-text {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .get-book-popup-text {
    margin-bottom: 20px;
  }
}
.popup-form-group {
  flex-wrap: wrap;
  max-width: 505px;
  display: flex;
  column-gap: 12px;
  row-gap: 12px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .popup-form-group {
    flex-direction: column;
  }
}
.popup-form-group-top {
  display: flex;
  flex-wrap: nowrap;
  column-gap: 12px;
  row-gap: 12px;
}
@media (max-width: 767px) {
  .popup-form-group-top {
    flex-direction: column;
  }
}
.get-backdrop-popup .wpcf7-spinner {
  position: absolute;
  right: -25px;
  top: 10px;
  z-index: 2;
  margin: 0;
}
.wpcf7-not-valid-tip {
  color: #dc3232 !important;
}
.playbook-form .wpcf7-list-item {
  margin-left: 0!important;
}
.playbook-form .wpcf7-list-item-label:before {
  display: none;
}
.playbook-form .wpcf7-list-item-label:after {
  display: none;
}
.playbook-form label {
  height: 24px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  padding-left: 28px;
}
.playbook-form label::before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(8, 72, 51, 0.3);
  border-radius: 8px;
  background-color: rgba(8, 72, 51, 0.1);
  top: 50%;
  transform: translateY(-50%);
}
.playbook-form label::after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background: transparent url("../images/interface/ico-checkox-on.svg") no-repeat center;
  background-size: 100%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease;
  display: none;
}
.playbook-form label:has(.popup-checkbox:checked)::after {
  display: block;
}
@media (max-width: 767px) {
  .playbook-form label {
    height: 21px;
    font-size: 14px;
    padding-left: 26px;
  }
  .playbook-form label::before {
    width: 18px;
    height: 18px;
    border-radius: 7px;
  }
  .playbook-form label::after {
    content: '';
    width: 18px;
    height: 18px;
  }
}
.popup-form-group-left {
  flex-basis: auto;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  row-gap: 19px;
}
@media (max-width: 767px) {
  .popup-form-group-left {
    row-gap: 8px;
  }
}
.popup-form-group-right {
  flex: 0 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .popup-form-group-right {
    flex-basis: auto;
  }
}
.popup-form-label {
  height: 24px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  padding-left: 28px;
}
.popup-form-label::before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(8, 72, 51, 0.3);
  border-radius: 8px;
  background-color: rgba(8, 72, 51, 0.1);
  top: 50%;
  transform: translateY(-50%);
}
.popup-form-label::after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background: transparent url("../images/interface/ico-checkox-on.svg") no-repeat center;
  background-size: 100%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease;
  display: none;
}
.popup-form-label:has(.popup-checkbox:checked)::after {
  display: block;
}
@media (max-width: 767px) {
  .popup-form-label {
    height: 21px;
    font-size: 14px;
    padding-left: 26px;
  }
  .popup-form-label::before {
    width: 18px;
    height: 18px;
    border-radius: 7px;
  }
  .popup-form-label::after {
    content: '';
    width: 18px;
    height: 18px;
  }
}
.popup-checkbox {
  position: absolute;
  opacity: 0;
  width: 20px;
  height: 20px;
  margin: 0;
  cursor: pointer;
  left: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .popup-checkbox {
    width: 18px;
    height: 18px;
  }
}
.popup-btn-green {
  border: none;
  border-radius: 100em;
  background-color: #084833;
  color: #fff;
  display: flex;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  height: 44px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
}
.popup-btn-green .real-span {
  font-family: "DM Serif Display", serif;
}
.popup-btn-green:focus,
.popup-btn-green:focus-visible,
.popup-btn-green:focus-within {
  outline: none;
}
.popup-btn-green .hide {
  display: none;
}
@media (max-width: 767px) {
  .popup-btn-green {
    width: 100%;
    height: 46px;
    font-size: 14px;
  }
  .popup-btn-green .hide {
    display: inline;
  }
}
.popup-input {
  /* Input */
  width: 100%;
  height: 44px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 20px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: normal;
  box-sizing: border-box;
  border: 1px solid rgba(8, 72, 51, 0.3);
  border-radius: 100px;
  background: rgba(8, 72, 51, 0.1);
  transition: all 0.2s ease;
}
.popup-input::placeholder {
  color: rgba(8, 72, 51, 0.3);
}
.popup-input:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid rgba(8, 72, 51, 0.5);
}
.popup-gallery {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .popup-gallery {
    margin-bottom: 20px;
  }
}
.popup-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 12px;
}
.popup-swiper .outer-arrows {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.popup-swiper img {
  display: block;
}
.popup-swiper .js-slider-arrow {
  background-image: url("../images/interface/ico-js-arrow_white-popup.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.popup-swiper .swiper-slide {
  width: 100% !important;
  height: 100%;
}
.popup-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
@media (max-width: 991px) {
  .popup-swiper {
    height: 400px;
    max-height: 400px;
  }
  .popup-swiper .swiper-wrapper,
  .popup-swiper .swiper-slide,
  .popup-swiper .swiper-slide img {
    height: 400px;
  }
}
/* ********************************* */
body.popup-open {
  overflow: hidden;
}
/* iOS */
body.popup-open {
  position: fixed;
  width: 100%;
}
.popup-text h1,
.popup-text h2,
.popup-text h3,
.popup-text h4,
.popup-text h5 h6 {
  margin-top: 0;
  font-family: "DM Serif Display", serif;
  color: #084833;
  letter-spacing: normal;
  line-height: 120%;
  margin-bottom: 18px;
  font-weight: 400;
  font-size: 30px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .popup-text h1,
  .popup-text h2,
  .popup-text h3,
  .popup-text h4,
  .popup-text h5 h6 {
    margin-bottom: 15px;
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .popup-text h1,
  .popup-text h2,
  .popup-text h3,
  .popup-text h4,
  .popup-text h5 h6 {
    margin-bottom: 12px;
    font-size: 20px;
  }
}
.popup-title ~ .popup-excerpt {
  padding: 20px 0;
  text-align: center;
}
.popup-person {
  display: inline-flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  column-gap: 9px;
}
@media (max-width: 767px) {
  .popup-person {
    justify-content: center;
  }
}
.popup-person .popup-avatar {
  display: flex;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
}
.popup-person .popup-avatar img {
  display: flex;
  max-width: 100%;
  height: auto;
}
.swiper-button-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.section-hero {
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .section-hero {
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 767px) {
  .section-hero {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.hero {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 970px;
  border-radius: 30px;
  position: relative;
  isolation: isolate;
  /*	&:before {
		display: flex;
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: @color-common;
		opacity: 40%;
		z-index: 0;
	}*/
}
.hero .hero-new-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
  background: #f0f0f0 url("../../assets/images/content/hero-image.jpg") no-repeat center;
  background-size: cover;
}
.hero .hero-video-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.hero .hero-video-container iframe {
  filter: brightness(0.7);
}
@media (min-width: 768px) and (max-width: 1440px) {
  .hero {
    height: 760px;
    border-radius: 22.5px;
  }
}
@media (max-width: 767px) {
  .hero {
    height: 800px;
    border-radius: 20px 20px 0 0;
  }
}
.hero-empty,
.hero-bottom {
  flex: 0 0 98px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .hero-empty,
  .hero-bottom {
    flex: 0 0 71px;
  }
}
@media (max-width: 767px) {
  .hero-empty,
  .hero-bottom {
    flex: 0 0 75px;
  }
}
.hero-middle {
  color: #fff;
  flex: 1 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  box-sizing: content-box;
  padding-left: 265px;
  max-width: 780px;
  /*
	.respond-to(tablet, {
		padding-left: 210px;
		padding-right: 30px;
		max-width: 635px;
	});
	.respond-to(mobile, {
		padding-left: 28px;
		padding-right: 28px;
	});

	*/
}
@media (min-width: 768px) and (max-width: 1440px) {
  .hero-middle {
    margin-left: auto;
    margin-right: auto;
    padding-left: 28px;
    padding-right: 28px;
    max-width: 635px;
  }
}
@media (max-width: 767px) {
  .hero-middle {
    margin-left: auto;
    margin-right: auto;
    padding-left: 28px;
    padding-right: 28px;
    max-width: 635px;
  }
}
.hero-slogan {
  margin-bottom: 35px;
  font-size: 65px;
  line-height: 1.5;
}
.hero-slogan span {
  background: #fff;
  color: #000;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .hero-slogan {
    margin-bottom: 26px;
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .hero-slogan {
    font-size: 28px;
  }
}
.hero-text {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .hero-text {
    font-size: 16px;
    margin-bottom: 37px;
  }
}
@media (max-width: 767px) {
  .hero-text {
    font-size: 14px;
    margin-bottom: 32px;
  }
}
.hero-get-book {
  display: flex;
  column-gap: 13px;
  align-items: stretch;
}
@media (max-width: 767px) {
  .hero-get-book {
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    row-gap: 16px;
  }
}
.book-btn {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  line-height: 1.5;
  font-weight: 500;
  padding-left: 22px;
  padding-right: 22px;
  column-gap: 8px;
}
.book-btn:after {
  content: '';
  display: flex;
  width: 12px;
  height: 12px;
  background: transparent url("../images/interface/ico-arow_right-top.svg") center no-repeat;
  background-size: 100%;
}
.hero-bottom {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
  min-width: 0;
}
.hero-tags-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: relative;
  z-index: 1;
  touch-action: pan-x;
  cursor: grab;
  width: 100%;
  flex-shrink: 0;
  padding: 0;
}
.hero-tags-wrapper::-webkit-scrollbar {
  display: none;
}
.hero-tags-wrapper.dragging {
  cursor: grabbing;
}
.hero-tags {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 11px;
  min-width: max-content;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .hero-tags {
    column-gap: 8px;
  }
}
/*

@supports (-webkit-touch-callout: none) {
	.hero-tags-wrapper {
		overflow-x: visible;
		overflow-y: visible;
		touch-action: auto;
		cursor: default;
	}
}
*/
.hero-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 100em;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
  padding: 0 20px;
  height: 38px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .hero-tag {
    font-size: 13px;
    padding: 0 15px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .hero-tag {
    font-size: 13px;
    padding: 0 16px;
    height: 34px;
  }
}
* {
  box-sizing: border-box;
}
div {
  box-sizing: border-box;
}
body {
  font-family: "DM Sans", sans-serif;
  color: #0C0C0C;
  background: #fff;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
@media (min-width: 768px) and (max-width: 1440px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
a {
  color: #084833;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
a:hover {
  text-decoration: underline;
}
.text-header {
  font-family: "DM Serif Display", serif;
  letter-spacing: normal;
}
main {
  flex: 1 0 auto;
}
.container-big {
  padding: 0 12px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .container-big {
    padding: 0 8px;
  }
}
@media (max-width: 767px) {
  .container-big {
    padding: 0 8px;
  }
}
.container {
  width: 100%;
  max-width: 1920px;
  padding-left: 140px;
  padding-right: 140px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .container {
    max-width: 1920px;
    padding-left: 96px;
    padding-right: 96px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.brad {
  border-radius: 30px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .brad {
    border-radius: 22.5px;
  }
}
@media (max-width: 767px) {
  .brad {
    border-radius: 16px;
  }
}
.text-span span {
  border-radius: 100em;
  padding-left: 20px;
  padding-right: 20px;
  height: 70px;
  display: inline-flex;
  overflow: hidden;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .text-span span {
    padding-left: 12px;
    padding-right: 12px;
    height: 52px;
  }
}
@media (max-width: 767px) {
  .text-span span {
    padding-left: 8px;
    padding-right: 8px;
    height: 28px;
  }
}
.text-span-green span {
  color: #fff;
  background-color: #084833;
}
.text-transparent span {
  mix-blend-mode: screen;
}
.section-common {
  overflow: hidden;
  margin-left: 12px;
  margin-right: 12px;
  border-radius: 30px;
}
.section-common + .section-common {
  margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .section-common {
    border-radius: 23px;
    margin-left: 9px;
    margin-right: 9px;
  }
}
@media (max-width: 767px) {
  .section-common {
    border-radius: 20px;
    margin-left: 8px;
    margin-right: 8px;
  }
}
.inner-common {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .inner-common {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .inner-common {
    padding-top: 32px;
    padding-bottom: 43px;
  }
}
.inner-common-green {
  background-color: #F2F6EB;
}
.neutralize-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 19px;
}
@media (max-width: 1180px) {
  .neutralize-inner {
    flex-direction: column-reverse;
    row-gap: 40px;
  }
}
.neutralize-images {
  width: 100%;
  max-width: 35.5%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  column-gap: 26px;
  /*

	.respond-to(mobile, {
		max-width: 400px;
		column-gap: 10px;
		margin-left: auto;
		margin-right: auto;
	});
	*/
}
@media (min-width: 768px) and (max-width: 1440px) {
  .neutralize-images {
    column-gap: 19px;
  }
}
@media (max-width: 1180px) {
  .neutralize-images {
    max-width: 600px;
    column-gap: 10px;
    margin-left: auto;
    margin-right: auto;
  }
}
.neutralize-images img {
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .neutralize-images img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .neutralize-images img {
    width: 100%;
  }
}
.neutralize-images-left {
  width: 100%;
  max-width: calc((306/582)*100%);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  row-gap: 10px;
}
.neutralize-images-left-text {
  font-family: "DM Serif Display", serif;
  color: #084833;
  border: solid 1px rgba(12, 12, 12, 0.1);
  padding: 18px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 4px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .neutralize-images-left-text {
    padding: 14px 24px;
  }
}
@media (max-width: 1180px) {
  .neutralize-images-left-text {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .neutralize-images-left-text {
    flex-grow: 1;
    padding: 10px 14px;
  }
}
.neutralize-images-digits {
  font-size: 70px;
  line-height: 1.5;
  letter-spacing: normal;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .neutralize-images-digits {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .neutralize-images-digits {
    font-size: 32px;
  }
}
.neutralize-images-letters {
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: normal;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .neutralize-images-letters {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .neutralize-images-letters {
    font-size: 12px;
  }
}
.neutralize-images-right {
  width: 100%;
  max-width: calc((250/582)*100%);
}
.neutralize-text {
  width: 100%;
  max-width: 59.3%;
}
@media (max-width: 1180px) {
  .neutralize-text {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
}
.img-flex {
  display: flex;
  max-width: 100%;
  height: auto;
}
.section-header {
  margin-bottom: 35px;
  color: #084833;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .section-header {
    margin-bottom: 27px;
  }
}
@media (max-width: 767px) {
  .section-header {
    margin-bottom: 8px;
  }
}
.section-subtitle {
  font-size: 16px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .section-subtitle {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .section-subtitle {
    margin-bottom: 4px;
  }
}
.section-title {
  font-family: "DM Serif Display", serif;
  letter-spacing: normal;
  font-size: 50px;
  line-height: 1.2;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .section-title {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .section-title {
    font-size: 26px;
    line-height: 1.3;
  }
}
.neutralize-text .section-title {
  line-height: 1.2;
}
.neutralize-content {
  margin-bottom: 35px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .neutralize-content {
    margin-bottom: 26px;
  }
}
@media (max-width: 767px) {
  .neutralize-content {
    margin-bottom: 40px;
  }
}
.neutralize-blocks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .neutralize-blocks {
    gap: 21px;
  }
}
@media (max-width: 880px) {
  .neutralize-blocks {
    grid-template-columns: repeat(1, 1fr);
    gap: 14px;
  }
}
.neutralize-block {
  padding: 28px;
  box-sizing: border-box;
  border: 1px solid rgba(12, 12, 12, 0.1);
}
@media (min-width: 768px) and (max-width: 1440px) {
  .neutralize-block {
    padding: 21px;
  }
}
@media (max-width: 767px) {
  .neutralize-block {
    padding: 14px;
  }
}
.neutralize-block-header {
  font-family: "DM Serif Display", serif;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 17px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.2;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .neutralize-block-header {
    column-gap: 12px;
    margin-bottom: 15px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .neutralize-block-header {
    column-gap: 10px;
    margin-bottom: 12px;
    font-size: 20px;
  }
}
.neutralize-block-header:before {
  content: '';
  display: flex;
  width: 40px;
  aspect-ratio: 1;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .neutralize-block-header:before {
    width: 30px;
  }
}
@media (max-width: 767px) {
  .neutralize-block-header:before {
    width: 32px;
  }
}
.neutralize-block:nth-child(1) .neutralize-block-header:before {
  background-image: url("../images/interface/ico-neutr_scams.svg");
}
.neutralize-block:nth-child(2) .neutralize-block-header:before {
  background-image: url("../images/interface/ico-neutr_paper.svg");
}
.neutralize-block:nth-child(3) .neutralize-block-header:before {
  background-image: url("../images/interface/ico-neutr_risk.svg");
}
.neutralize-block:nth-child(4) .neutralize-block-header:before {
  background-image: url("../images/interface/ico-neutr_logistics.svg");
}
/*

.fixed-container {
	position: relative;
	overflow: visible;
	display: flex;
	flex-direction: column;
}
.section-faqs, .section-build {
	position: sticky;
	top: 5px;
	width: 100%;
}
.section-faqs {
	z-index: 1;
}
.section-build {
	z-index: 2;
}

*/
div > p {
  margin-top: 0;
}
div > p:last-of-type {
  margin-bottom: 0;
}
.fixed-container section {
  position: sticky;
  top: 0;
  width: calc(100% - 24px) !important;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .fixed-container section {
    width: calc(100% - 18px) !important;
  }
}
@media (max-width: 767px) {
  .fixed-container section {
    position: static;
    width: calc(100% - 16px) !important;
  }
}
.real-header {
  display: flex;
  justify-content: space-between;
  column-gap: 90px;
  margin-bottom: 100px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .real-header {
    margin-bottom: 72px;
    column-gap: 62px;
  }
}
@media (max-width: 991px) {
  .real-header {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .real-header {
    margin-bottom: 40px;
    column-gap: 0;
  }
}
.real-header-left {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 580px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .real-header-left {
    flex-basis: 440px;
  }
}
@media (max-width: 991px) {
  .real-header-left {
    flex-basis: auto;
  }
}
@media (max-width: 767px) {
  .real-header-left {
    flex-basis: auto;
  }
}
.real-subheading {
  color: #084833;
  font-weight: 500;
  line-height: 1.5;
  font-size: 16px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .real-subheading {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .real-subheading {
    font-size: 13px;
  }
}
.real-heading {
  color: #084833;
  font-family: "DM Serif Display", serif;
  letter-spacing: normal;
  line-height: 150%;
  font-size: 50px;
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .real-heading {
    font-size: 38px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .real-heading {
    font-size: 26px;
    margin-bottom: 6px;
  }
}
.real-real-header-text {
  font-size: 18px;
  line-height: 1.5;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .real-real-header-text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .real-real-header-text {
    font-size: 14px;
  }
}
.real-header-right {
  flex: 1 1 auto;
  border-top: solid 1px #e9efed;
  margin-top: 63px;
  padding-top: 32px;
  text-align: right;
  font-family: "DM Serif Display", serif;
  letter-spacing: normal;
  line-height: 1.5;
  font-size: 30px;
}
.real-header-right span {
  font-family: "DM Sans", sans-serif;
  letter-spacing: -0.01em;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .real-header-right {
    margin-top: 48px;
    padding-top: 23px;
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .real-header-right {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .real-header-right {
    margin-top: 16px;
    padding-top: 16px;
    font-size: 16px;
  }
}
.real-section {
  padding: 100px 0;
  background: #fff;
}
.real-grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 56px;
  align-items: stretch;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .real-grid {
    gap: 42px;
  }
}
@media (max-width: 767px) {
  .real-grid {
    gap: 20px;
  }
}
.real-grid-outer {
  width: 100%;
}
.real-grid-scroller {
  /* пусто на десктопе */
}
.real-card {
  flex: 1 1 25%;
  max-width: 300px;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .real-card {
    max-width: 225px;
  }
}
@media (max-width: 767px) {
  .real-card {
    max-width: 179px;
  }
}
.letter-part {
  width: 100%;
  aspect-ratio: 300/373;
  position: relative;
  border: 1px solid #e6edeb;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 38px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .letter-part {
    aspect-ratio: 225/280;
    margin-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .letter-part {
    aspect-ratio: 179/223;
    margin-bottom: 12px;
  }
}
.parallax-image {
  position: absolute;
  left: 0;
  width: 1930px;
  height: 1447px;
  aspect-ratio: 1930/1447;
  background: url(../images/content/nuages.jpg) 10% 0 / cover no-repeat;
  will-change: transform;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .parallax-image {
    width: calc(1930px * 0.6);
  }
}
@media (max-width: 767px) {
  .parallax-image {
    width: calc(1930px * 0.3);
  }
}
.real-card:nth-child(1) .parallax-image {
  transform: translateX(-12%);
}
.real-card:nth-child(2) .parallax-image {
  transform: translateX(-37%);
}
.real-card:nth-child(3) .parallax-image {
  transform: translateX(-62%);
}
.real-card:nth-child(4) .parallax-image {
  transform: translateX(-87%);
}
.blend-layer {
  position: absolute;
  inset: 0;
  background: #fff;
  mix-blend-mode: screen;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.letter-svg {
  height: 90%;
  max-width: 220px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .letter-svg {
    height: 64%;
  }
}
@media (max-width: 767px) {
  .letter-svg {
    height: 72%;
  }
}
.text-part {
  padding-left: 38px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .text-part {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .text-part {
    padding-left: 0;
  }
}
.real-title {
  font-family: "DM Serif Display", serif;
  color: #0C0C0C;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 1.2;
  white-space: nowrap;
  letter-spacing: normal;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .real-title {
    font-size: 22px;
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .real-title {
    font-size: 22px;
    margin-bottom: 12px;
  }
}
.real-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .real-text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .real-text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .real-grid-outer {
    /* overflow: hidden; ← УБИРАЕМ для Firefox */
  }
  .real-grid-scroller {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    cursor: grab;
    width: 100%;
  }
  .real-grid-scroller::-webkit-scrollbar {
    display: none;
  }
  .real-grid-scroller.dragging {
    cursor: grabbing;
  }
  .real-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    min-width: max-content;
    padding: 0 20px;
  }
  .container-right {
    padding-right: 0;
  }
  .container-no-p {
    padding-right: 0;
    padding-left: 0;
  }
}
/*

@media (max-width: 768px) {
	.letter-part { height: 220px; }
	.real-grid { flex-direction: column; align-items: center; }
}*/
.section-glance {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .section-glance {
    padding-bottom: 75px;
    padding-top: 75px;
  }
}
@media (max-width: 767px) {
  .section-glance {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
.glance-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 27px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .glance-grid {
    column-gap: 20px;
  }
}
@media (max-width: 1180px) {
  .glance-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .glance-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media (max-width: 479px) {
  .glance-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 14px;
  }
}
.glance-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #e7e7e7;
  padding: 28px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .glance-card {
    padding: 21px;
  }
}
@media (max-width: 767px) {
  .glance-card {
    padding: 14px;
  }
}
.glance-top {
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .glance-top {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .glance-top {
    margin-bottom: 12px;
  }
}
.glance-title {
  font-family: "DM Serif Display", serif;
  letter-spacing: normal;
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 20px;
  column-gap: 17px;
}
.glance-title:before {
  flex: 0 0 50px;
  display: flex;
  content: '';
  width: 50px;
  height: 50px;
  background-color: transparent;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .glance-title {
    font-size: 18px;
    margin-bottom: 15px;
    column-gap: 12px;
  }
  .glance-title:before {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
  }
}
@media (max-width: 767px) {
  .glance-title {
    font-size: 20px;
    margin-bottom: 12px;
    column-gap: 17px;
  }
  .glance-title:before {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
  }
}
.glance-card:nth-child(1) .glance-title:before {
  background-image: url("../images/interface/ico-glance_globe.svg");
}
.glance-card:nth-child(2) .glance-title:before {
  background-image: url("../images/interface/ico-glance_invest.svg");
}
.glance-card:nth-child(3) .glance-title:before {
  background-image: url("../images/interface/ico-glance_architect.svg");
}
.glance-card:nth-child(4) .glance-title:before {
  background-image: url("../images/interface/ico-glance_shield.svg");
}
.glance-card:nth-child(5) .glance-title:before {
  background-image: url("../images/interface/ico-glance_key.svg");
}
.glance-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .glance-text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .glance-text {
    font-size: 14px;
  }
}
.glance-arrow {
  width: 50px;
  height: 50px;
  border-radius: 20px;
  cursor: pointer;
  background: transparent url("../images/interface/ico-glance_arrow.svg") no-repeat center;
  background-size: 100%;
  transition: all 0.3s ease 0s;
}
.glance-arrow:hover {
  background-color: rgba(8, 72, 51, 0.1);
}
@media (min-width: 768px) and (max-width: 1440px) {
  .glance-arrow {
    border-radius: 15px;
    font-size: 14px;
    width: 38px;
    height: 38px;
  }
}
@media (max-width: 767px) {
  .glance-arrow {
    border-radius: 16px;
    width: 40px;
    height: 40px;
  }
}
.glance-bottom {
  display: none;
}
.section-steps {
  min-height: 1021px;
  background: url("../images/content/nuages.jpg") no-repeat center;
  background-size: cover;
  position: relative;
}
@media (max-width: 767px) {
  .section-steps .hero-slogan br {
    display: none;
  }
}
.section-steps::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(12, 12, 12, 0.4);
  pointer-events: none;
  /* чтобы не мешал кликам по содержимому */
}
.section-steps-inner {
  position: relative;
  color: #fff;
}
.container-no-padding {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1640px;
}
/* *************************** */
.steps-grid {
  display: flex;
  gap: 0;
  width: 1640px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
.step {
  flex-basis: 20%;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  position: relative;
}
.step:first-child:before {
  position: absolute;
  display: flex;
  border-radius: 50%;
  left: -7.5px;
  bottom: -8px;
  content: '';
  width: 16px;
  height: 16px;
  border: solid 1px rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
}
.step:last-child:after {
  position: absolute;
  bottom: -3px;
  left: -8px;
  content: '';
  display: inline-block;
  width: 4px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='4' height='8' viewBox='0 0 4 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.7 4L.2 1C0 .8 0 .4.2.2c.2-.2.5-.2.7 0l2.9 3.4c.2.2.2.6 0 .8L.9 7.8c-.2.2-.5.2-.7 0-.2-.2-.2-.6 0-.8l2.6-3Z' fill='%23fff' stroke-width='0'/%3E%3C/svg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.steps-grid-inner {
  counter-reset: step-counter;
  /* Сброс в 1 */
  /* Твои flex-стили для строк */
}
.step {
  counter-increment: step-counter;
  /* +1 на каждом .step */
  /* чёт/нечёт */
}
.step:nth-child(odd) {
  order: 1;
  /* Нечётные первыми (группа 1) */
}
.step:nth-child(even) {
  order: 2;
  /* Чётные после (группа 2) */
}
.step:nth-child(odd) .step-icon {
  background: transparent;
}
.step:nth-child(even) .step-icon {
  background: transparent;
}
.step:nth-child(odd):nth-child(-n+7) {
  border-bottom: solid 2px #fff;
}
/*
.step:nth-child(odd) {
	border-bottom: solid 2px #fff;
}
*/
.step-icon {
  position: relative;
}
.step-empty {
  position: relative;
  min-height: 120px;
  flex: 1 0 auto;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .step-empty {
    min-height: 110px;
  }
}
.step-empty::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2px;
  z-index: 1;
}
.step:nth-child(even) {
  order: 2;
  /* Чётные после (группа 2) */
}
.step-icon::before {
  content: counter(step-counter);
  /* Автоматический номер 1-9 */
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: normal;
  line-height: 1.5;
  background: #fff;
  color: #000;
  mix-blend-mode: screen;
  font-family: "DM Serif Display", serif;
  font-size: 22px;
  width: 30px;
  height: 30px;
  border-radius: 12px;
  margin-bottom: 14px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .step-icon::before {
    font-size: 16px;
    width: 23px;
    height: 23px;
    border-radius: 9px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .step-icon::before {
    font-size: 15px;
    width: 20px;
    height: 20px;
    border-radius: 8px;
    margin-bottom: 0;
  }
}
.step-title {
  font-family: "DM Serif Display", serif;
  letter-spacing: normal;
  line-height: 1.2;
  font-size: 24px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .step-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .step-title {
    font-size: 20px;
    margin-bottom: 0;
  }
}
.step-header {
  margin-bottom: 16px;
  margin-left: -15px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .step-header {
    margin-left: -10px;
    margin-bottom: 12px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .step-header {
    margin-bottom: 0;
  }
}
.step-desc {
  opacity: 0.7;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  max-width: 260px;
  margin-right: 20px;
  margin-left: -15px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .step-desc {
    margin-right: 20px;
    margin-left: -10px;
    font-size: 13px;
    max-width: 207px;
  }
}
@media (max-width: 767px) {
  .step-desc {
    font-size: 14px;
  }
}
.step .step-empty:after {
  position: absolute;
  display: flex;
  content: '';
  background: #fff;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  left: -4px;
}
.step:nth-child(odd) .step-empty::before {
  background: repeating-linear-gradient(to bottom, transparent 0px 10px, /* Пауза 10px */ white 10px 20px /* Штрих 2px */);
}
.step:nth-child(odd) .step-empty:after {
  bottom: -5px;
}
.step:nth-child(even) .step-header {
  order: 2;
}
.step:nth-child(even) .step-desc {
  order: 3;
}
.step:nth-child(even) .step-empty {
  order: 1;
  flex: 0 0 120px;
}
.step:nth-child(even) .step-empty::before {
  background: repeating-linear-gradient(to top, transparent 0px 10px, white 10px 20px);
}
.step:nth-child(even) .step-empty:after {
  top: -5px;
}
@media (max-width: 991px) {
  .section-steps {
    background-size: auto 1480px;
  }
  .steps-grid {
    flex-direction: column;
  }
  .step:nth-child(odd),
  .step:nth-child(even) {
    order: 0;
    /* Дефолтное значение — элементы в исходном порядке */
  }
  .step:nth-child(odd) {
    border-bottom: none!important;
  }
  .step-empty {
    display: none;
  }
  .step:last-child::after {
    display: none;
  }
  .step-desc {
    display: none;
    max-width: 100%;
    margin-right: 0;
    margin-left: 30px;
    padding-top: 10px;
    padding-bottom: 16px;
  }
  .step-header {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    column-gap: 9px;
    position: relative;
    padding-right: 40px;
  }
  .step-header:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    width: 14px;
    height: 20px;
    background: url("../images/interface/ico-arrow-step-header.svg") no-repeat center;
  }
  .step-header.toggle-active:after {
    transform: translateY(-50%) rotate(180deg);
  }
  .step-icon::before {
    margin-bottom: 0;
  }
  .step:not(:last-of-type) {
    padding-bottom: 50px;
  }
  .step::before {
    display: flex!important;
    content: '';
    height: unset!important;
    border-radius: 0;
    border: none!important;
    position: absolute;
    top: 23px!important;
    left: 10px!important;
    bottom: 0!important;
    width: 1px!important;
    z-index: 1;
    background: repeating-linear-gradient(to bottom, transparent 0px 5px, white 5px 10px);
  }
  .step:has(.toggle-active) {
    padding-bottom: 0;
  }
}
.steps-footer {
  padding-top: 120px;
}
.steps-footer .hero-get-book {
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .steps-footer {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .steps-footer {
    padding-top: 60px;
  }
  .steps-footer .hero-get-book {
    max-width: 240px;
    align-items: center;
  }
}
.section-services {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .section-services {
    padding-bottom: 75px;
    padding-top: 75px;
  }
}
@media (max-width: 767px) {
  .section-services {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
.services-container {
  display: flex;
  gap: calc((97/1640)*100%);
}
.services-left {
  width: calc((572/1640)*100%);
  box-sizing: border-box;
  margin: 43px 0;
  /*
	.respond-to(mobile, {
		width: 100%;
		margin: 30px 0;
	});
	*/
}
@media (min-width: 768px) and (max-width: 1440px) {
  .services-left {
    margin: 38px 0;
  }
}
@media (max-width: 991px) {
  .services-left {
    width: 100%;
    margin-top: 12px;
    margin-bottom: 30px;
  }
}
.services-right {
  box-sizing: border-box;
  width: calc((972/1640)*100%);
  padding: 40px 50px;
  border: 1px solid rgba(12, 12, 12, 0.1);
  /*
	.respond-to(tablet, {
	});
	.respond-to(mobile, {
		width: 100%;
	});
	*/
}
@media (max-width: 991px) {
  .services-right {
    width: 100%;
  }
}
.serv-nav-items {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
  padding-top: 45px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .serv-nav-items {
    padding-top: 33px;
    row-gap: 37.5px;
  }
}
.serv-nav-item {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  column-gap: 15px;
  line-height: 1.2;
  font-size: 30px;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.serv-nav-item:before {
  box-sizing: border-box;
  transition: all 0.3s ease 0s;
  content: '';
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  width: 50px;
  height: 50px;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  border: solid 0.75px rgba(8, 72, 51, 0.3);
}
.serv-nav-item:hover {
  color: #084833;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .serv-nav-item {
    font-size: 22px;
    column-gap: 11px;
  }
  .serv-nav-item:before {
    width: 37.5px;
    height: 37.5px;
    border-radius: 15px;
  }
}
@media (max-width: 767px) {
  .serv-nav-item {
    display: flex;
    flex-direction: column;
    font-size: 17px;
    column-gap: 10px;
  }
  .serv-nav-item:before {
    flex-shrink: 0;
    flex-grow: 0;
    width: 40px;
    height: 40px;
    border-radius: 16px;
  }
}
.serv-nav-item:nth-child(1):before {
  background-image: url("../images/interface/ico-serv_globe.svg");
}
.serv-tab:nth-child(1) .serv-nav-item:before {
  background-image: url("../images/interface/ico-serv_globe.svg");
}
.serv-nav-item:nth-child(2):before {
  background-image: url("../images/interface/ico-serv_invest.svg");
}
.serv-tab:nth-child(2) .serv-nav-item:before {
  background-image: url("../images/interface/ico-serv_invest.svg");
}
.serv-nav-item:nth-child(3):before {
  background-image: url("../images/interface/ico-serv_architect.svg");
}
.serv-tab:nth-child(3) .serv-nav-item:before {
  background-image: url("../images/interface/ico-serv_architect.svg");
}
.serv-nav-item:nth-child(4):before {
  background-image: url("../images/interface/ico-serv_shield.svg");
}
.serv-tab:nth-child(4) .serv-nav-item:before {
  background-image: url("../images/interface/ico-serv_shield.svg");
}
.serv-nav-item:nth-child(5):before {
  background-image: url("../images/interface/ico-serv_key.svg");
}
.serv-tab:nth-child(5) .serv-nav-item:before {
  background-image: url("../images/interface/ico-serv_key.svg");
}
.serv-nav-item.nav-active {
  color: #084833;
}
.serv-nav-item.nav-active:before {
  background-color: rgba(8, 72, 51, 0.1);
}
/* Desktop: ТОЛЬКО services toggle скрыты */
.serv-tab .toggle-header,
.serv-tab .toggle-child {
  display: none;
}
/* Desktop tabs */
.serv-tab-pane {
  display: none;
}
.serv-tab-pane.active {
  display: grid;
}
/* Mobile <=767px: vertical accordion - ТОЛЬКО services */
@media (max-width: 991px) {
  .services-container {
    flex-direction: column;
  }
  .services-left .serv-nav-items {
    display: none !important;
  }
  .serv-tab .toggle-header {
    display: flex !important;
    align-items: center!important;
    justify-content: flex-start !important;
    flex-direction: row!important;
    flex-wrap: nowrap!important;
    cursor: pointer;
  }
  .serv-tab .toggle-child {
    display: none !important;
  }
  .serv-tab .toggle-child.active {
    display: block !important;
  }
  .serv-tab .toggle-header.active {
    color: #084833;
  }
  .serv-nav-item.toggle-header.active {
    margin-bottom: 26px;
  }
  .serv-nav-item.toggle-header.active:before {
    background-color: rgba(8, 72, 51, 0.1);
  }
  .serv-tab-panes {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
}
.serv-header-subtitle {
  color: #084833;
  font-weight: 500;
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 5px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .serv-header-subtitle {
    font-size: 13px;
    margin-bottom: 3px;
  }
}
@media (max-width: 767px) {
  .serv-header-subtitle {
    font-size: 13px;
    margin-bottom: 3px;
  }
}
.serv-header-title {
  color: #084833;
  font-family: "DM Serif Display", serif;
  letter-spacing: normal;
  line-height: 120%;
  font-size: 50px;
  margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .serv-header-title {
    font-size: 38px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .serv-header-title {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.btn-serv {
  cursor: pointer;
  transition: all 0.3s ease 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid #084833;
  border-radius: 100em;
  color: #084833;
  height: 59px;
  column-gap: 8px;
  font-size: 18px;
  font-weight: 500;
}
.btn-serv:after {
  display: inline-flex;
  content: '';
  width: 8px;
  height: 8px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("../images/interface/ico-arrow-serv.svg");
}
.btn-serv:hover {
  background-color: rgba(8, 72, 51, 0.1);
}
@media (min-width: 768px) and (max-width: 1440px) {
  .btn-serv {
    height: 45px;
    column-gap: 7px;
    font-size: 14px;
  }
  .btn-serv:after {
    width: 6px;
    height: 6px;
  }
}
@media (max-width: 767px) {
  .btn-serv {
    height: 45px;
    column-gap: 7px;
    font-size: 14px;
  }
  .btn-serv:after {
    width: 6px;
    height: 6px;
  }
}
/* Desktop base layout: up to 1440px inclusive */
.serv-tab-pane {
  display: grid;
  grid-template-columns: 1fr auto;
  /* Text column + button column */
  gap: 0 57px;
  /* Horizontal gap between header and button = 57px */
  align-items: start;
}
.serv-header {
  grid-column: 1 / 2;
  /* Header in the first column */
}
.serv-content {
  grid-column: 1 / -1;
  /* Content spans full width */
}
.btn-serv {
  grid-column: 2 / 3;
  /* Button in the second column */
  grid-row: 1;
  /* Same row as header */
  align-self: self-start;
  /* Vertically centered with header */
  width: 255px;
  /* Button width up to 1440px */
  white-space: nowrap;
}
/* Medium screens: 768px ≤ width ≤ 1440px */
@media (min-width: 992px) and (max-width: 1440px) {
  .serv-tab-pane {
    gap: 0 42px;
    /* Horizontal gap = 42px */
  }
  .btn-serv {
    width: 197px;
    /* Button width = 197px */
  }
}
/* Mobile: ≤767px */
@media (max-width: 767px) {
  .serv-tab-pane {
    grid-template-columns: 1fr;
    /* Single column */
    gap: 0;
    /* No extra gaps */
  }
  .btn-serv {
    grid-column: 1 / -1;
    /* Full width */
    grid-row: auto;
    /* Natural order: after content */
    width: auto;
    /* Or set fixed value if needed, e.g. 100% or 300px */
    align-self: stretch;
    /* Or 'center' to center the button */
  }
}
.serv-content-top {
  margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .serv-content-top {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .serv-content-top {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.serv-content p {
  margin-top: 0;
}
.serv-content p:last-of-type {
  margin-bottom: 0;
}
.serv-content-mid {
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .serv-content-mid {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .serv-content-mid {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.serv-content-mid ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 18px;
}
.serv-content-mid ul li {
  display: flex;
  column-gap: 11px;
  align-items: flex-start;
}
.serv-content-mid ul li:before {
  content: '';
  width: 24px;
  height: 24px;
  display: inline-flex;
  margin-top: 1.5px;
  background-image: url("../images/interface/ico-bullet.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .serv-content-mid ul {
    row-gap: 13.5px;
  }
  .serv-content-mid ul li {
    column-gap: 8px;
  }
  .serv-content-mid ul li:before {
    width: 18px!important;
    height: 18px!important;
    margin-top: 1.5px;
  }
}
@media (max-width: 767px) {
  .serv-content-mid ul {
    row-gap: 12px;
  }
  .serv-content-mid ul li {
    column-gap: 8px;
  }
  .serv-content-mid ul li:before {
    flex-basis: 18px;
    flex-shrink: 0;
    width: 18px!important;
    height: 18px!important;
    margin-top: 0;
  }
}
.serv-content-mid-header {
  color: #084833;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .serv-content-mid-header {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .serv-content-mid-header {
    font-size: 14px;
    margin-bottom: 14px;
  }
}
@media (max-width: 991px) {
  .services-left .section-header {
    margin-bottom: 0;
  }
  .serv-header-subtitle {
    margin-bottom: 1px;
  }
  .services-right {
    padding: 0;
    border: none;
  }
  .serv-tab-pane {
    padding: 30px 14px;
    border: 1px solid rgba(12, 12, 12, 0.1);
    border-radius: 20px;
  }
  .serv-content-bot {
    margin-bottom: 30px;
  }
}
.section-reviews {
  background-color: #084833;
  padding-top: 70px;
  padding-bottom: 145px;
  margin-bottom: 2px;
}
.section-reviews * {
  color: #fff;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .section-reviews {
    padding-top: 52px;
    padding-bottom: 108px;
  }
}
@media (max-width: 767px) {
  .section-reviews {
    padding-top: 30px;
    padding-bottom: 90px;
  }
}
.section-slider-header {
  display: flex;
  align-items: center;
  column-gap: 40px;
}
.section-slider-header:after {
  display: flex;
  content: '';
  height: 1px;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .section-slider-header {
    column-gap: 30px;
  }
}
@media (max-width: 767px) {
  .section-slider-header:after {
    display: none;
  }
}
.outer-arrows {
  display: flex;
  column-gap: 10px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .outer-arrows {
    column-gap: 7px;
  }
}
@media (max-width: 991px) {
  .outer-arrows {
    display: none;
  }
}
.common-slider.swiper .swiper-wrapper {
  display: flex;
}
.common-slider.swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.js-slider-arrow {
  background-color: transparent;
  background-position: center;
  background-size: 100%;
  width: 40px;
  height: 40px;
  border-radius: 16px;
  border: none;
  outline: none;
  transition: background-color 0.3s ease 0s;
}
.js-slider-arrow:focus-within {
  outline: none;
}
.js-slider-arrow:focus {
  outline: none;
}
.js-slider-arrow:focus-visible {
  outline: none;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .js-slider-arrow {
    width: 30px;
    height: 30px;
    border-radius: 12px;
  }
}
.js-slider-prev {
  transform: rotate(180deg);
}
.section-reviews .section-slider-header:after {
  background-color: rgba(255, 255, 255, 0.1);
}
.section-reviews .js-slider-arrow {
  background-image: url("../images/interface/ico-js-arrow_white.svg");
}
.section-reviews .js-slider-arrow:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.slick-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.common-slide {
  min-height: 100px;
  padding: 30px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .common-slide {
    padding: 22.5px;
  }
}
@media (max-width: 767px) {
  .common-slide {
    padding: 16px 14px;
  }
}
@media (max-width: 991px) {
  .common-slide {
    padding: 16px 14px;
  }
}
.common-slide.review {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.common-slide-header {
  display: flex;
  align-items: center;
  column-gap: 22px;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .common-slide-header {
    column-gap: 16.5px;
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .common-slide-header {
    column-gap: 11px;
    margin-bottom: 14px;
  }
}
@media (max-width: 991px) {
  .common-slide-header {
    column-gap: 11px;
    margin-bottom: 14px;
  }
}
.common-slide-avatar {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  aspect-ratio: 1;
  width: 100px;
  flex-shrink: 0;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .common-slide-avatar {
    width: 75px;
  }
}
@media (max-width: 991px) {
  .common-slide-avatar {
    width: 60px;
  }
}
@media (max-width: 767px) {
  .common-slide-avatar {
    width: 60px;
  }
}
.common-slide-avatar img {
  display: flex;
  max-width: 100%;
  height: auto;
}
.common-slide-heading {
  font-family: "DM Serif Display", serif;
  letter-spacing: normal;
  line-height: 1.2;
  font-size: 30px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .common-slide-heading {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .common-slide-heading {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .common-slide-heading {
    font-size: 20px;
  }
}
.reviews .common-slide-name {
  padding-top: 16px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .reviews .common-slide-name {
    padding-top: 12px;
  }
}
@media (max-width: 767px) {
  .reviews .common-slide-name {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .reviews .common-slide-name {
    padding-top: 10px;
  }
}
/*

@media (max-width: 991px) {
	.common-slider .swiper-slide.review {
		width: 235px !important;
	}
}
*/
.common-slider.swiper .swiper-slide {
  display: flex !important;
  flex-direction: column;
  flex-shrink: 0;
  height: auto !important;
}
/* Mobile width */
@media (max-width: 991px) {
  .common-slider.swiper {
    overflow: visible;
  }
  .common-slider.swiper .swiper-slide {
    width: 235px !important;
  }
}
@media (max-width: 991px) {
  .common-slider.swiper {
    overflow: visible;
  }
  .common-slider.swiper .swiper-slide {
    width: 235px !important;
    margin-right: 14px !important;
    margin-left: 0 !important;
  }
  /* Последний слайд без margin-right */
  .common-slider.swiper .swiper-slide:last-child {
    margin-right: 0 !important;
  }
}
.section-stories {
  overflow-x: hidden;
}
.section-stories .section-slider-header:after {
  background-color: rgba(8, 72, 51, 0.1);
}
.section-stories .js-slider-arrow {
  background-image: url("../images/interface/ico-js-arrow_green.svg");
}
.section-stories .js-slider-arrow:hover {
  background-color: rgba(8, 72, 51, 0.1);
}
.common-slider.stories {
  padding-bottom: 1px;
}
.common-slide.story {
  border: 1px solid #0C0C0C1A;
}
.story {
  justify-content: space-between;
}
.story .common-slide-name {
  padding-top: 5px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .story .common-slide-name {
    padding-top: 3.75px;
  }
}
@media (max-width: 767px) {
  .story .common-slide-name {
    padding-top: 10px;
  }
}
.learn-more {
  color: #084833;
  display: flex;
  align-items: center;
  font-weight: 500;
  column-gap: 8px;
  margin-top: 26px;
  cursor: pointer;
}
.learn-more:after {
  display: inline-flex;
  content: '';
  width: 12px;
  height: 12px;
  background: transparent url("../images/interface/ico-arow_right-top--green.svg") no-repeat center;
  background-size: 100%;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .learn-more {
    font-size: 14px;
    column-gap: 6px;
    margin-top: 13px;
  }
  .learn-more:after {
    width: 9px;
    height: 9px;
  }
}
@media (max-width: 767px) {
  .learn-more {
    font-size: 14px;
    column-gap: 6px;
    margin-top: 16px;
  }
  .learn-more:after {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 991px) {
  .section-stories .container-no-p {
    padding-left: 8px;
  }
}
@media (max-width: 767px) {
  .section-stories .container-no-p {
    padding-left: 8px;
  }
}
.section-leaders {
  margin-bottom: 20px;
}
.leaders-inner {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .leaders-inner {
    row-gap: 45px;
  }
}
@media (max-width: 767px) {
  .leaders-inner {
    row-gap: 40px;
  }
}
.leaders-top {
  display: flex;
  column-gap: calc((150/1640)*100%);
}
@media (max-width: 991px) {
  .leaders-top {
    flex-direction: column;
  }
}
.leaders-left {
  box-sizing: border-box;
  width: calc((511/1640)*100%);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 40px;
}
@media (max-width: 991px) {
  .leaders-left {
    width: 100%;
  }
}
.leaders-right {
  box-sizing: border-box;
  width: calc((843/1640)*100%);
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .leaders-right {
    width: 100%;
  }
}
.leaders-success {
  font-family: "DM Serif Display", serif;
  color: #084833;
  box-sizing: border-box;
  border: 1px solid rgba(12, 12, 12, 0.1);
  padding: 22px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  column-gap: 18px;
  max-width: 270px;
}
.leaders-success .leaders-success-number {
  font-size: 70px;
  line-height: 1.5;
}
.leaders-success .leaders-success-text {
  line-height: 130%;
  font-size: 24px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .leaders-success .leaders-success-number {
    font-size: 52.5px;
    line-height: 1.5;
  }
  .leaders-success .leaders-success-text {
    font-size: 18px;
    line-height: 130%;
  }
}
@media (max-width: 767px) {
  .leaders-success {
    padding: 9px 14px;
    margin-bottom: 40px;
  }
  .leaders-success .leaders-success-number {
    font-size: 32px;
    line-height: 1.5;
  }
  .leaders-success .leaders-success-text {
    font-size: 12px;
    line-height: 130%;
  }
}
.leaders-left-bot {
  display: flex;
  /*	.respond-to(mobile, {
		//display: none;
	});*/
}
@media (max-width: 991px) {
  .leaders-left-bot {
    display: none;
  }
}
.leaders-right-bot {
  display: none;
  /*	.respond-to(mobile, {
		//display: flex;
	});*/
}
.leaders-right-bot .btn-serv {
  grid-column: unset!important;
  grid-row: unset!important;
  align-self: self-start;
  width: 255px;
}
@media (max-width: 991px) {
  .leaders-right-bot {
    display: flex;
    justify-content: center;
  }
}
.directors {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .directors {
    row-gap: 22.5px;
  }
}
@media (max-width: 767px) {
  .directors {
    row-gap: 20px;
  }
}
/*

.director {
	display: flex;

}

*/
/* ******************************************** */
/* ******************************************** */
.director {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 36px!important;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .director {
    row-gap: 27px!important;
  }
}
@media (max-width: 991px) {
}
.director-image .director-image-inner {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  padding: 10px;
  border: solid 1px rgba(12, 12, 12, 0.1);
}
.director-image .director-image-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .director-image .director-image-inner {
    padding: 7.5px;
  }
}
@media (max-width: 767px) {
  .director-image .director-image-inner {
    padding: 4.5px;
  }
}
.director-text {
  display: contents;
}
@media (min-width: 1441px) {
  .director {
    column-gap: 36px;
  }
  .director-image .director-image-inner {
    width: 220px;
    height: 220px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .director {
    column-gap: 27px;
  }
  .director-image .director-image-inner {
    width: 165px;
    height: 165px;
  }
}
@media (max-width: 991px) {
  .director {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    row-gap: 12px;
    column-gap: 12px!important;
  }
  .director-image .director-image-inner {
    width: 100px;
    height: 100px;
  }
  .director-data {
    grid-column: 2;
    grid-row: 1;
  }
  .director-description {
    grid-column: 1 / -1;
    grid-row: 2;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .director-data {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .director {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    grid-template-columns: unset;
    grid-template-rows: unset;
    row-gap: unset;
    column-gap: unset;
  }
  .director-image {
    flex-shrink: 0;
  }
  .director-image .director-image-inner {
    width: 165px;
    height: 165px;
  }
  .director-text {
    display: flex !important;
    flex-direction: column;
    flex: 1;
    gap: 0;
  }
}
@media (min-width: 1441px) {
  .director {
    gap: 36px;
  }
  .director-image .director-image-inner {
    width: 220px;
    height: 220px;
  }
}
.director-name {
  font-family: "DM Serif Display", serif;
  line-height: 1.2;
  letter-spacing: normal;
  font-size: 30px;
  margin-bottom: 5px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .director-name {
    font-size: 22px;
    margin-bottom: 4px;
  }
}
@media (max-width: 767px) {
  .director-name {
    font-size: 20px;
    margin-bottom: 6px;
  }
}
.director-position {
  color: #084833;
  margin-bottom: 14px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .director-position {
    font-size: 14px;
    margin-bottom: 10.5px;
  }
}
@media (max-width: 767px) {
  .director-position {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.leader-promises .glance-card:nth-child(1) .glance-title::before {
  background-image: url(../images/interface/ico-leader_lamp.svg) !important;
}
.leader-promises .glance-card:nth-child(2) .glance-title::before {
  background-image: url(../images/interface/ico-leader_shield.svg) !important;
}
.leader-promises .glance-card:nth-child(3) .glance-title::before {
  background-image: url(../images/interface/ico-leader_list.svg) !important;
}
.leader-promises .glance-card:nth-child(4) .glance-title::before {
  background-image: url(../images/interface/ico-leader_eye.svg) !important;
}
.leader-promises .glance-card:nth-child(5) .glance-title::before {
  background-image: url(../images/interface/ico-leader_heart.svg) !important;
}
.region {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 970px;
  position: relative;
  isolation: isolate;
  background-color: #f0f0f0;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .region {
    height: 760px;
  }
}
@media (max-width: 767px) {
  .region {
    height: 727px;
  }
}
.region-slide {
  display: flex;
  position: relative;
  background-color: #f0f0f0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
  color: #fff;
}
.region-slide p {
  margin-top: 0;
}
.region-slide p:last-of-type {
  margin-bottom: 0;
}
.region-slide:before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: '';
  background-color: rgba(12, 12, 12, 0.4);
}
@media (min-width: 768px) and (max-width: 1440px) {
  .region-slide {
    padding: 75px 0;
  }
}
@media (max-width: 767px) {
  .region-slide {
    padding: 30px 0;
  }
  .region-slide br {
    display: none!important;
  }
}
.region-slide .container-flex {
  justify-content: space-between;
  position: relative;
}
.region-bot {
  align-items: flex-end;
}
.region-bot .get-btn.get-btn-navbar {
  height: 62px;
  font-size: 20px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .region-bot .get-btn.get-btn-navbar {
    height: 48px;
    font-size: 16px;
    padding-left: 16.5px;
    padding-right: 16.5px;
  }
}
@media (max-width: 767px) {
  .region-bot .get-btn.get-btn-navbar {
    height: 46px;
    font-size: 14px;
    padding-left: 49px;
    padding-right: 49px;
  }
}
.region-bot-header {
  font-size: 50px;
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .region-bot-header {
    font-size: 38px;
    margin-bottom: 7.5px;
  }
}
@media (max-width: 767px) {
  .region-bot-header {
    font-size: 24px;
    margin-bottom: 8px;
  }
}
.region-bot-description {
  margin-bottom: 58px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .region-bot-description {
    margin-bottom: 44px;
  }
}
@media (max-width: 767px) {
  .region-bot-description {
    margin-bottom: 60px;
  }
}
.outer-arrows-container {
  position: absolute;
  z-index: 3;
  bottom: 350px;
  left: 0;
  right: 0;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .outer-arrows-container {
    bottom: 293px;
  }
}
@media (max-width: 991px) {
  .outer-arrows-container .outer-arrows {
    column-gap: 8px;
    display: flex!important;
  }
  .outer-arrows-container .outer-arrows .js-slider-arrow {
    width: 36px;
    height: 36px;
    background-size: 34px;
  }
}
@media (max-width: 767px) {
  .outer-arrows-container {
    bottom: 297px;
  }
  .outer-arrows-container .outer-arrows {
    column-gap: 8px;
    display: flex!important;
  }
  .outer-arrows-container .outer-arrows .js-slider-arrow {
    width: 36px;
    height: 36px;
    background-size: 34px;
  }
}
.region .js-slider-arrow {
  background-image: url("../images/interface/ico-js-arrow_white-popup.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.region .hero-get-book {
  align-items: center;
}
.faqs-top {
  display: flex;
  column-gap: calc((150/1640)*100%);
}
@media (max-width: 991px) {
  .faqs-top {
    flex-direction: column;
  }
}
.faqs-left {
  box-sizing: border-box;
  width: calc((511/1640)*100%);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 40px;
}
@media (max-width: 991px) {
  .faqs-left {
    width: 100%;
  }
  .faqs-left .section-title {
    margin-bottom: 40px;
  }
}
.faqs-right {
  box-sizing: border-box;
  width: calc((843/1640)*100%);
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .faqs-right {
    width: 100%;
  }
}
.faqs-left-bot {
  display: flex;
}
@media (max-width: 991px) {
  .faqs-left-bot {
    display: none;
  }
}
.faqs-right-bot {
  /*
	.btn-serv {
		width: 255px;
	}
	*/
  display: none;
}
@media (max-width: 991px) {
  .faqs-right-bot {
    display: flex;
    justify-content: center;
  }
}
.btn-green {
  display: inline-flex;
  box-sizing: border-box;
  min-width: 0;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: none;
  background-color: #084833;
  border-radius: 100em;
  font-weight: 500;
  padding-left: 22px;
  padding-right: 22px;
  height: 62px;
  column-gap: 8px;
  font-size: 20px;
  width: auto;
}
.btn-green:before {
  content: '';
  flex: 0 0 14px;
  width: 14px;
  height: 17px;
  background: transparent url("../images/interface/ico-download-white.svg") center no-repeat;
  background-size: 100%;
}
.btn-green span {
  white-space: nowrap;
  font-family: "DM Serif Display", serif;
  letter-spacing: normal;
}
.btn-green:hover {
  background-color: #396d5c;
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .btn-green {
    height: 48px;
    padding-left: 17px;
    padding-right: 17px;
    column-gap: 6px;
    font-size: 16px;
  }
  .btn-green:before {
    flex: 0 0 10.5px;
    width: 10.5px;
    height: 13.12px;
  }
}
@media (max-width: 767px) {
  .btn-green {
    height: 46px;
    padding-left: 30.5px;
    padding-right: 30.5px;
    column-gap: 6px;
    font-size: 14px;
  }
  .btn-green:before {
    flex: 0 0 10.5px;
    width: 12px;
    height: 14px;
  }
}
.faqs-btns {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .faqs-btns {
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .faqs-btns {
    gap: 16px;
  }
}
.faqs {
  display: flex;
  flex-direction: column;
  row-gap: 48px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .faqs {
    row-gap: 36px;
  }
}
@media (max-width: 991px) {
  .faqs {
    row-gap: 20px;
    margin-bottom: 40px;
  }
}
.faq p {
  margin-top: 0;
}
.faq p:last-of-type {
  margin-bottom: 0;
}
.faq .faq-header {
  font-size: 28px;
  font-weight: 400;
  line-height: 120%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  cursor: pointer;
  order: 1;
}
.faq .faq-header:before {
  order: 2;
  content: '';
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  background: transparent url("../images/interface/ico-faq-plus.svg") center no-repeat;
  background-size: 100%;
  margin-left: 20px;
  display: block;
}
.faq .faq-header:after {
  order: 2;
  content: '';
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  background: transparent url("../images/interface/ico-faq-minus.svg") center no-repeat;
  background-size: 100%;
  margin-left: 20px;
  display: none;
}
.faq .faq-child {
  color: #084833;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  display: none;
  padding-top: 16px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .faq .faq-header {
    font-size: 20px;
  }
  .faq .faq-header:before {
    flex: 0 0 22.5px;
    width: 22.5px;
    height: 22.5px;
    background-size: 22.5px;
    margin-left: 20px;
    display: block;
  }
  .faq .faq-header:after {
    flex: 0 0 22.5px;
    width: 22.5px;
    height: 22.5px;
    margin-left: 20px;
    background-size: 22.5px;
    display: none;
  }
  .faq .faq-child {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .faq .faq-header {
    font-size: 18px;
  }
  .faq .faq-header:before {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    background-size: 30px;
    margin-left: 10px;
    display: block;
  }
  .faq .faq-header:after {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    background-size: 30px;
    margin-left: 10px;
    display: none;
  }
  .faq .faq-child {
    font-size: 14px;
  }
}
.faq .faq-header.toggle-active {
  color: #084833;
}
.faq .faq-header.toggle-active:before {
  display: none;
}
.faq .faq-header.toggle-active:after {
  display: block;
}
.build {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 970px;
  border-radius: 30px;
  position: relative;
  background-color: #f0f0f0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
}
.build:before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: '';
  background-color: rgba(12, 12, 12, 0.4);
}
@media (min-width: 768px) and (max-width: 1440px) {
  .build {
    height: 727px;
    padding: 75px 0;
  }
}
@media (max-width: 767px) {
  .build {
    height: 727px;
    padding: 30px 0;
  }
}
.container-stretch {
  flex: 1;
}
.container-flex {
  display: flex;
  flex-direction: column;
}
.build-container {
  color: #fff;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.build-top,
.build-mid,
.build-bot {
  display: flex;
  flex-shrink: 1;
  flex-grow: 1;
  flex-basis: 33.3%;
}
@media (max-width: 767px) {
  .build-top,
  .build-mid,
  .build-bot {
    flex-basis: auto;
  }
}
.build-top {
  flex-direction: column;
}
.build-top .hero-slogan {
  margin-bottom: 20px;
}
.build-bot {
  align-items: flex-end;
}
.build-bot .get-btn.get-btn-navbar {
  height: 62px;
  font-size: 20px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .build-bot .get-btn.get-btn-navbar {
    height: 48px;
    font-size: 16px;
    padding-left: 16.5px;
    padding-right: 16.5px;
  }
}
@media (max-width: 767px) {
  .build-bot .get-btn.get-btn-navbar {
    height: 46px;
    font-size: 14px;
    padding-left: 49px;
    padding-right: 49px;
  }
}
.build-top-subheader {
  max-width: 920px;
}
.build-mid {
  justify-content: flex-end;
  flex-direction: column;
  max-width: 854px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .build-mid {
    justify-content: stretch;
  }
}
.build-note {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .build-note {
    margin-bottom: 10px;
  }
}
.build-note-text {
  font-family: "DM Serif Display", serif;
  letter-spacing: normal;
  line-height: 1.2;
  font-size: 30px;
  margin-bottom: 12px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .build-note-text {
    font-size: 22px;
    margin-bottom: 9px;
  }
}
@media (max-width: 767px) {
  .build-note-text {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.section-contact {
  background-color: #084833;
  padding-top: 70px;
  padding-bottom: 70px;
}
.section-contact * {
  color: #fff;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .section-contact {
    padding-top: 52px;
    padding-bottom: 52px;
  }
}
@media (max-width: 767px) {
  .section-contact {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.contact {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .contact {
    row-gap: 30px;
  }
}
@media (max-width: 767px) {
  .contact {
    row-gap: 30px;
  }
}
.contact-top {
  display: flex;
  flex-wrap: nowrap;
  column-gap: calc((150/1640)*100%);
}
@media (max-width: 1199px) {
  .contact-top {
    flex-direction: column;
    row-gap: 40px;
  }
}
.contact-left {
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: space-between;
  width: calc((510/1640)*100%);
}
@media (max-width: 1199px) {
  .contact-left {
    width: 100%;
  }
}
.contact-right {
  flex-basis: auto;
  flex-grow: 1;
}
/* ******************************************************************************************************************************************************************************* */
/* ******************************************************************************************************************************************************************************* */
/* ******************************************************************************************************************************************************************************* */
.form-group-item {
  min-width: 0;
  min-height: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 6px;
  position: relative;
}
.contact-form-container {
  display: grid;
  grid-template-columns: 1fr;
  /* Mobile по умолчанию */
  row-gap: 20px;
  overflow: hidden !important;
  position: relative !important;
}
.contact-form-label {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
}
.contact-form-input {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 8px 20px;
  background: rgba(255, 255, 255, 0.1);
  outline: none;
}
.contact-form-input:focus {
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
input[type="text"].contact-form-input,
input[type="email"].contact-form-input,
select.contact-form-input {
  border-radius: 100em;
  height: 50px;
}
.contact-form-input + .select2-container .select2-selection--single {
  box-sizing: border-box !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  padding: 8px 20px !important;
  background: rgba(255, 255, 255, 0.1) !important;
  outline: none !important;
  border-radius: 100em !important;
  height: 50px !important;
  font-size: 16px;
}
.contact-form-input + .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 40px 0 0 !important;
  color: inherit !important;
  line-height: 34px !important;
}
.contact-form-input + .select2-container .select2-selection--single .select2-selection__arrow {
  height: 34px !important;
  right: 16px !important;
  top: 50%;
  transform: translateY(-50%);
}
.contact-form-input + .select2-container .select2-selection--single .select2-selection__arrow b {
  border: none!important;
  border-top-color: rgba(255, 255, 255, 0.6) !important;
  width: 10px;
  height: 5px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='5' viewBox='0 0 10 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 4L9 1' stroke='rgba(255,255,255,0.8)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
}
.contact-form-input + .select2-container .select2-selection--single:focus,
.contact-form-input + .select2-container .select2-selection--single:hover {
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
}
.contact-form-input::placeholder {
  color: rgba(255, 255, 255, 0.3);
  opacity: 1;
}
.contact-form-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
  opacity: 1;
}
.contact-form-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
  opacity: 1;
}
.contact-form-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.contact-form-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.contact-form-input + .select2-container.select2-container--open .select2-selection__arrow b {
  transform: rotate(180deg) !important;
}
textarea.contact-form-input {
  resize: none !important;
}
.select2-dropdown {
  border: none !important;
  box-shadow: none !important;
  margin-top: 34px !important;
  background: #b5c8c2 !important;
  border-radius: 16px !important;
  z-index: 9999 !important;
  position: absolute !important;
}
.select2-dropdown .select2-results__options {
  border: none;
  max-height: 165px !important;
  overflow-y: auto !important;
  margin-top: 12px;
  margin-bottom: 12px;
  margin-left: 20px;
  margin-right: 10px;
  font-size: 16px;
  scrollbar-width: thin;
  scrollbar-color: rgba(8, 72, 51, 0.4) transparent;
}
.select2-dropdown .select2-results__options::-webkit-scrollbar {
  width: 6px;
}
.select2-dropdown .select2-results__options::-webkit-scrollbar-track {
  background: transparent;
}
.select2-dropdown .select2-results__options::-webkit-scrollbar-thumb {
  background: rgba(8, 72, 51, 0.4);
  border-radius: 3px;
}
.select2-dropdown .select2-results__options::-webkit-scrollbar-thumb:hover {
  background: rgba(8, 72, 51, 0.6);
}
.select2-dropdown .select2-results__options li.select2-results__option {
  padding: 2px 0px !important;
  margin: 0 !important;
  border-radius: 12px !important;
  background: transparent !important;
  color: rgba(8, 72, 51, 0.7) !important;
  font-weight: 500 !important;
  transition: all 0.2s ease !important;
}
.select2-dropdown .select2-results__options li.select2-results__option[aria-selected="true"] {
  color: #084833 !important;
}
@media (max-width: 767px) {
  .select2-responsive-dropdown {
    width: 100vw !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
  }
}
/* Tablet/Desktop: 3 колонки */
@media (min-width: 768px) {
  .contact-form-container {
    grid-template-columns: repeat(3, 1fr);
  }
  /* Первый ряд */
  .fg1,
  .fg2,
  .fg3 {
    grid-column: span 1;
  }
  /* Второй ряд */
  .sg1 {
    grid-column: span 1;
  }
  .span2 {
    grid-column: span 2;
  }
  /* Третий ряд */
  .span3 {
    grid-column: 1 / -1;
    /* Или span 3 */
  }
}
/* 1441px+: свои gaps */
@media (min-width: 1441px) {
  .contact-form-container {
    column-gap: 15px;
    row-gap: 36px;
  }
}
/* 768-1440: tablet gaps */
@media (min-width: 768px) and (max-width: 1440px) {
  .contact-form-container {
    column-gap: 11px;
    row-gap: 27px;
  }
}
/* ******************************************************************************************************************************************************************************* */
/* ******************************************************************************************************************************************************************************* */
/* ******************************************************************************************************************************************************************************* */
.contact-bottom {
  display: flex;
  justify-content: flex-end;
}
.contact-bottom .wpcf7-spinner {
  order: 1;
}
.contact-bottom .get-btn.get-btn-navbar {
  order: 2;
  border: none;
  color: #0C0C0C;
  height: 62px;
  font-size: 20px;
}
.contact-bottom .get-btn.get-btn-navbar:focus-within {
  outline: none;
}
.contact-bottom .get-btn.get-btn-navbar:focus {
  outline: none;
}
.contact-bottom .get-btn.get-btn-navbar:focus-visible {
  outline: none;
}
.contact-bottom .get-btn.get-btn-navbar * {
  color: #0C0C0C !important;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .contact-bottom .get-btn.get-btn-navbar {
    height: 48px;
    font-size: 16px;
    padding-left: 16.5px;
    padding-right: 16.5px;
  }
}
@media (max-width: 767px) {
  .contact-bottom {
    justify-content: center;
  }
  .contact-bottom .get-btn.get-btn-navbar {
    height: 46px;
    font-size: 14px;
    padding-left: 49px;
    padding-right: 49px;
  }
}
.popup-contact .popup-title {
  color: #084833;
}
.popup-contact .popup-header {
  margin-bottom: 16px;
}
.popup-contact .get-book-popup-text {
  color: #0C0C0C;
}
.popup-contact .get-book-popup-text span {
  color: #0C0C0C;
}
.footer {
  margin-top: 20px;
  margin-bottom: 12px;
}
.inner-common-footer {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .inner-common-footer {
    padding-top: 33px;
    padding-bottom: 33px;
  }
}
@media (max-width: 767px) {
  .inner-common-footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.footer-grid {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .footer-grid {
    row-gap: 37px;
  }
}
@media (max-width: 767px) {
  .footer-grid {
    row-gap: 20px;
  }
}
.footer-top {
  display: flex;
  justify-content: space-between;
  column-gap: calc((200/1640)*100%);
}
@media (max-width: 991px) {
  .footer-top {
    flex-direction: column;
  }
}
.footer-top-left {
  flex-shrink: 0;
  width: calc((312 / 1640) * 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .footer-top-left {
    width: 100%;
    row-gap: 24px;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .footer-top-left {
    align-items: center;
  }
}
.footer-top-right {
  width: calc((973/1640)*100%);
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .footer-top-right {
    row-gap: 40px;
  }
}
@media (max-width: 991px) {
  .footer-top-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footer-top-right {
    row-gap: 24px;
  }
}
.logo-wpml {
  display: flex;
  align-items: center;
  column-gap: 18px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .logo-wpml {
    column-gap: 13px;
  }
}
.logo-footer {
  display: flex;
  width: 122px;
  height: 24px;
  background: url("../images/logo-color.svg") no-repeat center;
  background-size: 100%;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .logo-footer {
    width: 92px;
    height: 18px;
    flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .logo-footer {
    width: 102px;
    height: 20px;
  }
}
.logo-wpml .lang-switcher__button {
  outline: none;
  padding: 0 20px;
  font-size: 13px;
  color: #084833;
  border: 1px solid rgba(8, 72, 51, 0.1);
  border-radius: 100px;
  background: rgba(8, 72, 51, 0.1);
}
.logo-wpml .lang-switcher__button .lang-switcher__icon {
  width: 18px;
  height: 18px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/interface/ico-globe.svg");
  margin-right: 10px;
}
.logo-wpml .lang-switcher__button .lang-switcher__arrow {
  display: flex;
  width: 7.5px;
  height: 15px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/interface/ico-lang_green.svg");
  margin-left: 15px;
}
@media (max-width: 1440px) {
  .logo-wpml .lang-switcher__button {
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
    height: 35px;
  }
}
.logo-wpml .lang-switcher__list {
  z-index: 4;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  list-style: none;
  border: 1px solid rgba(8, 72, 51, 0.1);
  background: rgba(8, 72, 51, 0.1);
  backdrop-filter: blur(10px);
  padding-left: 0;
  margin-bottom: 0;
  left: 0;
  right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 15px;
  margin-top: 1px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity 0.16s ease-out, transform 0.16s ease-out, visibility 0.16s step-end;
}
.logo-wpml .lang-switcher__list .lang-switcher__link--current,
.logo-wpml .lang-switcher__list a {
  display: flex;
  color: #084833;
  font-size: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  justify-content: center;
}
.footer-slogan {
  opacity: 0.5;
  white-space: nowrap;
}
.footer-download .btn-green {
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid #084833;
  border-radius: 100em;
  color: #084833;
  height: 59px;
  column-gap: 8px;
  font-size: 18px;
  font-weight: 500;
}
.footer-download .btn-green:hover {
  background-color: rgba(8, 72, 51, 0.1);
}
.footer-download .btn-green:before {
  content: '';
  flex: 0 0 14px;
  width: 14px;
  height: 17px;
  background: transparent url("../images/interface/ico-download.svg") center no-repeat;
  background-size: 100%;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .footer-download .btn-green {
    height: 45px;
    column-gap: 7px;
    font-size: 14px;
  }
  .footer-download .btn-green:after {
    width: 6px;
    height: 6px;
  }
}
@media (max-width: 767px) {
  .footer-download .btn-green {
    height: 45px;
    column-gap: 7px;
    font-size: 14px;
  }
  .footer-download .btn-green:after {
    width: 6px;
    height: 6px;
  }
}
.footer-top-right-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 15px;
}
@media (max-width: 767px) {
  .footer-top-right-top {
    justify-content: center;
  }
}
.footer-top-right-bot {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer-top-right-bot {
    flex-direction: column;
    row-gap: 24px;
  }
  .footer-top-right-bot > div {
    align-items: flex-start;
  }
}
.footer-top-right-bot-mid {
  display: none;
}
@media (max-width: 767px) {
  .footer-top-right-bot-mid {
    display: flex;
    justify-content: center;
  }
}
.footer-top-right-top-left {
  width: calc((622/973)*100%);
}
@media (max-width: 767px) {
  .footer-top-right-top-left {
    width: 100%;
  }
}
.footer-nav {
  margin: 0!important;
  padding: 0!important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
}
@media (max-width: 767px) {
  .footer-nav {
    justify-content: center;
    column-gap: 14px;
    row-gap: 4px;
    flex-wrap: wrap;
  }
}
.footer-top-right-top-right {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .footer-top-right-top-right {
    display: none;
  }
}
.footer-social {
  align-items: center;
  column-gap: 10px;
  display: flex;
}
.footer-social .footer-soc {
  display: flex;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  border: 1px solid rgba(8, 72, 51, 0.1);
  border-radius: 20px;
  background-color: rgba(8, 72, 51, 0.1);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.footer-social .footer-soc:hover {
  background-color: rgba(8, 72, 51, 0.2);
}
@media (min-width: 768px) and (max-width: 1440px) {
  .footer-social .footer-soc {
    border-radius: 15px;
    width: 37px;
    height: 37px;
  }
}
@media (max-width: 767px) {
  .footer-social .footer-soc {
    border-radius: 16px;
    width: 40px;
    height: 40px;
  }
}
.footer-social .sos-insta {
  background-image: url("../images/interface/ico-soc-insta.svg");
}
.footer-social .sos-fb {
  background-image: url("../images/interface/ico-soc-fb.svg");
}
.footer-social .sos-x {
  background-image: url("../images/interface/ico-soc-x.svg");
}
.footer-top-right-bot-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  column-gap: 20px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .footer-top-right-bot-left {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .footer-top-right-bot-left {
    row-gap: 12px;
  }
}
.footer-advantages {
  max-width: 390px;
  opacity: 0.7;
}
@media (max-width: 767px) {
  .footer-advantages {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer-top-right-bot-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 10px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .footer-top-right-bot-right {
    row-gap: 7px;
  }
}
@media (max-width: 767px) {
  .footer-top-right-bot-right {
    margin-left: auto;
    margin-right: auto;
    max-width: 270px;
  }
}
.footer-phone {
  height: 50px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  white-space: nowrap;
  border: 1px solid rgba(8, 72, 51, 0.1);
  background: rgba(8, 72, 51, 0.1);
  border-radius: 20px;
  padding-left: 62px;
  padding-right: 18px;
}
.footer-phone:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: -1px;
  top: -1px;
  width: 50px;
  height: 50px;
  border-radius: 20px;
  background: url("../images/interface/ico-phone.svg") no-repeat center;
  background-size: 100%;
  background-color: #084833;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .footer-phone {
    height: 38px;
    border-radius: 15px;
    padding-left: 46px;
    padding-right: 12px;
  }
  .footer-phone:before {
    border-radius: 15px;
    height: 38px;
    width: 38px;
    background-size: 38px;
  }
}
@media (max-width: 767px) {
  .footer-phone {
    height: 38px;
    border-radius: 15px;
    padding-left: 46px;
    padding-right: 12px;
  }
  .footer-phone:before {
    border-radius: 15px;
    height: 38px;
    width: 38px;
    background-size: 38px;
  }
}
.footer-mail {
  text-align: right;
}
@media (max-width: 767px) {
  .footer-mail {
    text-align: left;
  }
}
.footer-bot {
  display: flex;
  justify-content: space-between;
  opacity: 0.5;
  border-top: 1px solid rgba(8, 72, 51, 0.1);
  column-gap: 20px;
  padding-top: 20px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .footer-bot {
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  .footer-bot {
    flex-direction: column;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
    row-gap: 12px;
  }
}
.footer-bot-left {
  width: calc((1200/1640)*100%);
}
@media (max-width: 767px) {
  .footer-bot-left {
    width: 100%;
  }
}
.otgs-development-site-front-end,
.wpml-ls-statics-footer {
  display: none!important;
}
/*# sourceMappingURL=style.css.map */