@import "fancybox.css";
@import "owl-carousel.css";
/**

*
  Сброс CSS стилей
*
**/
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 100%;
}
html {
  -webkit-text-size-adjust: none;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  font-size: 16px;
}
@media only screen and (min-width: 1440px) {
  html {
    font-size: clamp(16px, min(100vw / 90, 100vh / 56.25), 40px);
  }
}
body.__hidden {
  overflow: hidden;
}
html,
body {
  overflow-x: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
input,
textarea,
button,
select {
  resize: none;
  border: none;
  background-color: transparent;
  outline: none;
  padding: 0;
}
img {
  border: 0;
  vertical-align: top;
}
html,
body {
  -webkit-overflow-scrolling: touch;
}
#fp-nav {
  margin-top: 0 !important;
  transition: opacity 0.25s ease;
}
#fp-nav ul li a span {
  background: transparent;
  border: 0.09375rem solid rgba(0, 0, 0, 0.35);
  box-sizing: border-box;
}
#fp-nav ul li a:hover span,
#fp-nav ul li a.active span {
  background: #ff5c00;
  border-color: #ff5c00;
}
/**
*
  Flex
*
**/
.flex_w {
  display: flex;
  flex-wrap: wrap;
}
.flex_w.__ai_fs {
  align-items: flex-start;
}
.flex_w.__ai_fe {
  align-items: flex-end;
}
.flex_w.__ai_c {
  align-items: center;
}
.flex_w.__jc_sa {
  justify-content: space-around;
}
.flex_w.__jc_sb {
  justify-content: space-between;
}
.flex_w.__jc_c {
  justify-content: center;
}
/**
*
  Функции
*
**/
/**
*
  Подключение шрифтов
*
**/
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/Inter-Tight.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/Tight.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/**
*
  Общие классы
*
**/
.show {
  display: block !important;
}
.hide,
.xs-show,
.sm-show,
.md-show {
  display: none !important;
}
.flf {
  float: left !important;
}
.flr {
  float: right !important;
}
.clear {
  display: block;
  clear: both;
}
.t_center {
  text-align: center;
}
.t_right {
  text-align: right;
}
.pos_rel {
  position: relative;
}
.ypos_ab {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.xpos_ab {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.pos_absc {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c_img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.b_img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.psevdo-item {
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
}
/**
*
  Pop Up
*
**/
.popup_block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(45, 39, 51, 0.7);
  z-index: 80;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  display: none;
  justify-content: center;
  align-items: flex-start;
  padding: 3.125rem 0;
}
.popup_block .close_field {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  cursor: pointer;
}
.popup_block .inner {
  background-color: #fff;
  padding: 1.5625rem;
}
.popup_block .wrapper {
  z-index: 51;
  background: #fff;
  padding: 1.875rem;
  position: relative;
}
.popup_block .wrapper .title {
  font: 2.625rem/2.75rem;
  margin-bottom: 1.875rem;
}
.popup_block .wrapper .field {
  width: 100%;
}
.popup_block .wrapper .field .input {
  border: 0.125rem solid #eaeff4;
  font: 0.875rem;
}
.popup_block .wrapper .logo_img {
  position: absolute;
  top: 1.25rem;
  right: 1.875rem;
}
.popup_block .wrapper .btn {
  background-color: #ee1c25;
  color: #fff;
  padding: 1rem 0;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 3.125rem;
  -moz-border-radius: 3.125rem;
  -ms-border-radius: 3.125rem;
  -o-border-radius: 3.125rem;
  border-radius: 3.125rem;
}
.popup_block .wrapper.__small {
  max-width: 23.25rem;
}
.popup_block .wrapper.__small .btn {
  width: 100%;
}
.popup_block .wrapper.__wide {
  max-width: 73.125rem;
}
.popup_block .wrapper:after {
  content: "";
  display: block;
  clear: both;
}
.popup_block .close_popup_icon {
  position: absolute;
  top: 0;
  right: -3.25rem;
  width: 1.25rem;
  height: 1.25rem;
  z-index: 1;
}
.popup_block .close_popup_icon path {
  fill: #a5adbc;
}
.popup_block.__visible {
  display: flex;
  opacity: 1;
  visibility: visible;
}
#cookie-banner {
  position: fixed;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: 9999;
  display: none;
  background: #bd4602;
  color: #fff;
  padding: 1.25rem 0.625rem;
  font-size: 1rem;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.2);
  text-align: center;
  font-family: "Inter Tight", Arial;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.0175rem;
}
#cookie-banner a {
  color: #fff;
  text-decoration: underline;
}
#cookie-accept {
  margin-left: 1.25rem;
  padding: 0.625rem 1.25rem;
  background: #fff;
  color: #ff5c00;
  text-align: center;
  font-family: "Inter Tight", Arial;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.0175rem;
  border: none;
  border-radius: 0.5625rem;
  cursor: pointer;
}
#cookie-decline {
  margin-left: 0.625rem;
  padding: 0.5rem 1.125rem;
  background: #f44336;
  color: #fff;
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
}
.standart-content {
  font-family: Arial, sans-serif;
}
.standart-content h1 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
  color: #000;
}
.standart-content h2 {
  font-size: 2rem;
  font-weight: bold;
  margin: 2rem 0 1rem 0;
  color: #000;
}
.standart-content h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 1.5rem 0 0.5rem 0;
  color: #000;
}
.standart-content h4 {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 1.25rem 0 0.5rem 0;
  color: #000;
}
.standart-content h5 {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 1rem 0 0.5rem 0;
  color: #000;
}
.standart-content h6 {
  font-size: 1rem;
  font-weight: bold;
  margin: 0.75rem 0 0.5rem 0;
  color: #000;
}
.standart-content p {
  margin-bottom: 1rem;
  line-height: 1.6;
  color: #000;
}
.standart-content img {
  max-width: 100%;
  height: auto;
  margin: 1rem 0;
  border-radius: 0.25rem;
}
.standart-content blockquote {
  border-left: 0.25rem solid #000;
  padding-left: 1rem;
  margin: 1.5rem 0;
  font-style: italic;
  background-color: #000;
  padding: 1rem;
  border-radius: 0 0.25rem 0.25rem 0;
}
.standart-content ul,
.standart-content ol {
  margin: 1rem 0 1rem 2rem;
  line-height: 1.6;
  list-style: none;
  padding: 0;
  margin-left: 0px;
}
.standart-content ul li {
  margin-bottom: 0.5rem;
  color: #000;
  position: relative;
  padding-left: 1.5rem;
}
.standart-content ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #000;
  font-weight: bold;
}
.standart-content ol {
  counter-reset: item;
}
.standart-content ol li {
  margin-bottom: 0.5rem;
  color: #000;
  position: relative;
  padding-left: 2rem;
  counter-increment: item;
}
.standart-content ol li:before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  color: #000;
  font-weight: bold;
}
.standart-content em {
  font-style: italic;
  color: #000;
}
.standart-content strong {
  font-weight: bold;
  color: #000;
}
.error-404-container {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.error-404 {
  text-align: center;
  width: 100%;
}
.error-404__code {
  font-size: 6rem;
  margin-bottom: 0.5em;
}
.error-404__title {
  font-size: 2rem;
  margin-bottom: 1em;
}
.error-404__desc {
  margin-bottom: 2em;
}
.error-404__btn {
  display: inline-block;
  margin-top: 2em;
  padding: 0.75rem 2rem;
  background: #222;
  color: #fff;
  border-radius: 0.375rem;
  text-decoration: none;
  font-size: 1.2rem;
  transition: background 0.2s;
}
.error-404__btn:hover {
  background: #444;
}
body {
  background: linear-gradient(0deg, rgba(255, 131, 62, 0.9) -285.5%, #fff 70.38%);
  color: #000;
  font-family: "Inter Tight", Arial;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 128%;
  letter-spacing: 0.02rem;
}
.container {
  width: 58.25rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin: 0 auto;
}
header .container {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  justify-content: center;
}
.header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-radius: 0.75rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.2);
  background: #fff;
  backdrop-filter: blur(0.625rem);
  padding: 0.625rem 1rem;
}
.header__logo img {
  /* width: 1.5rem; */
  height: 1.5rem;
}
.header__logo p {
  color: #000;
  text-align: center;
  font-family: Inter, Arial;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1rem;
  letter-spacing: -0.0125rem;
}
.header__menu {
  border-radius: 0.75rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.2);
  background: #fff;
  backdrop-filter: blur(0.625rem);
  padding: 0.75rem 1.25rem;
}
.header__menu ul {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.header__menu ul a {
  color: #000;
  font-family: "Inter Tight", Arial;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.header__menu ul a:hover {
  color: #ff5c00;
}
a.header__btn,
a.standart-btn,
a.contact__not-found-btn,
a.footer__btn {
  text-decoration: none;
}
.header__btn {
  cursor: pointer;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #fff;
  font-feature-settings: "dlig" on;
  font-family: "Inter Tight", Arial;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.0075rem;
  border-radius: 0.75rem;
  background: #ff5c00;
  padding: 0.75rem 1rem;
}
.header__btn svg {
  width: 1.25rem;
  height: 1.25rem;
}
.header__btn:hover {
  background-color: #e15100;
}
.standart-btn {
  cursor: pointer;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #fff;
  font-feature-settings: "dlig" on;
  font-family: "Inter Tight", Arial;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.0075rem;
  border-radius: 0.75rem;
  background: #ff5c00;
  padding: 0.75rem 1rem;
}
.standart-btn svg {
  width: 1.25rem;
  height: 1.25rem;
}
.standart-btn:hover {
  background-color: #e15100;
}
header {
  position: fixed;
  top: 1.375rem;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
}
.main {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.main .swiper-wrapper,
.main .swiper-slide {
  height: 100%;
}
.main:not(.swiper-initialized) .swiper-wrapper {
  display: block;
  width: 100%;
  transform: none !important;
}
.main:not(.swiper-initialized) .swiper-slide {
  width: 100% !important;
  margin: 0 !important;
}
.main:not(.swiper-initialized) .swiper-slide:not(:first-child) {
  display: none;
}
.main .main__slide {
  height: 100%;
  position: relative;
}
.main .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.main__img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.main__info {
  width: 41.6875rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: relative;
  align-items: center;
  z-index: 10;
}
.main__title {
  color: #fff;
  text-align: center;
  font-family: "Inter Tight", Arial;
  font-size: 3.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.main__achievement {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.2);
  background: #fff;
  box-shadow: 0 2.125rem 0.625rem 0 rgba(0, 0, 0, 0), 0 1.375rem 0.5625rem 0 rgba(0, 0, 0, 0.01), 0 0.75rem 0.4375rem 0 rgba(0, 0, 0, 0.02), 0 0.3125rem 0.3125rem 0 rgba(0, 0, 0, 0.03), 0 0.0625rem 0.1875rem 0 rgba(0, 0, 0, 0.04);
  padding: 0.875rem 1.125rem;
  color: #000;
  font-family: "Inter Tight", Arial;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  z-index: 11;
  position: absolute;
}
.main__achievement1 {
  top: 21.6%;
  right: 14.6%;
}
.main__achievement2 {
  top: 43.2%;
  right: 14.1%;
  padding: 0.875rem 0.875rem;
}
.main__achievement3 {
  top: 54.2%;
  left: 26%;
  padding: 0.875rem 0.9375rem;
}
.main__achievement4 {
  top: 31%;
  left: 21.9%;
}
.main__achievement5 {
  top: 43%;
  right: 17.9%;
}
.main__achievement6 {
  top: 48.6%;
  left: 28.6%;
}
.main__achievement7 {
  top: 20%;
  right: 13.2%;
}
.main__achievement8 {
  top: 20%;
  right: 13.2%;
}
.main__achievement8 {
  top: 43%;
  right: 16.2%;
}
.main__achievement9 {
  top: 48.9%;
  left: 26%;
}
.contact__block {
  position: absolute;
  overflow: hidden;
  cursor: pointer;
}
.contact {
  height: 100vh;
}
.contact .container {
  height: 100%;
}
.contact__price {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(0.59375rem);
  border-radius: 0px 0px 0.375rem 0px;
  height: 50%;
  width: 50%;
  color: #fff;
  text-align: right;
  font-family: "Inter Tight", Arial;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 128%;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
  padding: 0.8125rem 0.625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.contact__blocks {
  position: relative;
  height: 100%;
}
.contact .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact .container .contact__blocks {
  width: 15.5rem;
  position: relative;
  height: 15.5rem;
}
.contact__block {
  width: 15.5rem;
  height: 15.5rem;
  border-radius: 2.625rem;
  position: absolute;
  overflow: hidden;
  /* Skeleton-заглушка, пока фото ещё грузится — снимается классом
     is-loaded, который вешает inline onload у .contact__img (см.
     section-contact.php). Так же применяется и к центральной карточке. */
  background: linear-gradient(100deg, #ececec 30%, #f6f6f6 50%, #ececec 70%);
  background-size: 200% 100%;
  animation: gm-skeleton-shimmer 1.4s ease-in-out infinite;
}
.contact__block.is-loaded {
  animation: none;
  background: none;
}
@keyframes gm-skeleton-shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.contact__img {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.35s ease;
  object-fit: cover;
}
.contact__block.is-loaded .contact__img {
  opacity: 1;
}
.contact__block-center {
  position: relative;
}
.contact__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact {
  position: relative;
}
.header__menu {
  box-shadow: 0px 0.5625rem 1rem 0px rgba(0, 0, 0, 0.1);
}
.header__logo {
  box-shadow: 0px 0.5625rem 1rem 0px rgba(0, 0, 0, 0.1);
}
.contact__infowr {
  position: absolute;
  bottom: 2.125rem;
  left: 2rem;
  width: 24.75rem;
  z-index: 50;
}
.contact__search {
  display: flex;
  align-items: center;
  justify-self: flex-start;
  gap: 0.5rem;
  width: 100%;
  border-radius: 1rem;
  background: #fff;
}
.contact__search input {
  color: #000;
  text-overflow: ellipsis;
  font-family: "Inter Tight", Arial;
  font-size: 1rem;
  font-style: normal;
  padding: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
  letter-spacing: -0.02rem;
}
.contact__search input::placeholder {
  color: #999999;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.contact__search {
  padding-left: 1rem;
  margin-bottom: 1rem;
}
.contact__search button {
  cursor: pointer;
}
.contact__search button img {
  width: 1.5rem;
  height: 1.5rem;
}
.contact__search input {
  width: 92%;
  caret-color: #ff5c00;
}
.contact__infowr-banner {
  border-radius: 1rem;
  padding: 1rem;
  padding-left: 0.5rem;
  background: #fff;
  display: flex;
  gap: 0.5rem;
}
.contact__infowr-banner img {
  width: 5rem;
  height: 5rem;
  border-radius: 0.375rem;
  object-fit: cover;
}
.contact__infowr-banner p {
  color: #000;
  font-family: "Inter Tight", Arial;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  text-align: start;
  line-height: 1.25rem;
  letter-spacing: -0.02rem;
}
.contact__search input {
  padding-left: 0;
}
.contact__vars {
  border-radius: 1rem;
  background: #fff;
  padding: 1rem;
  padding-right: 0;
  margin-bottom: 1rem;
}
.contact__vars-wr {
  height: auto;
  max-height: 11.625rem;
  overflow-y: auto;
  padding-right: 1rem;
}
.contact__var {
  gap: 0.625rem;
  padding: 0.8125rem 1.25rem;
  border-radius: 1rem;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.contact__var:last-child {
  margin-bottom: 0;
}
.contact__var-name {
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  font-family: "Inter Tight", Arial;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.125rem;
  letter-spacing: -0.02rem;
}
.contact__var-sum {
  overflow: hidden;
  color: #9995a1;
  text-overflow: ellipsis;
  font-family: Inter, Arial;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.914875rem;
}
.contact__vars-wr::-webkit-scrollbar {
  width: 0.25rem;
}
.contact__vars-wr::-webkit-scrollbar-thumb {
  background-color: #ff5c00;
  border-radius: 0.5rem 0 0 0.5rem;
}
.contact__not-found {
  border-radius: 1rem;
  background: #fff;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}
.contact__not-found-text {
  color: #000;
  font-family: "Inter Tight", Arial;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
  text-align: start;
  letter-spacing: -0.02rem;
}
.contact__not-found-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  background: #ff5c00;
  color: #fff;
  font-feature-settings: "dlig" on;
  font-family: "Inter Tight", Arial;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.0075rem;
  gap: 0.5rem;
}
.contact__not-found-btn svg {
  width: 1.25rem;
  height: 1.25rem;
}
.contact__not-found-btn:hover {
  background-color: #e15100;
}
.contact__form-left,
.contact__form-right {
  width: 50%;
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0 2.125rem 0.625rem 0 rgba(0, 0, 0, 0), 0 1.375rem 0.5625rem 0 rgba(0, 0, 0, 0.01), 0 0.75rem 0.4375rem 0 rgba(0, 0, 0, 0.02), 0 0.3125rem 0.3125rem 0 rgba(0, 0, 0, 0.03), 0 0.0625rem 0.1875rem 0 rgba(0, 0, 0, 0.04);
}
.contact__form-right {
  padding: 1.5rem;
}
.contact__form-left {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
}
.contact__form-left-inner {
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 1.5rem;
  max-height: calc(100vh - 9.4375rem);
  -webkit-overflow-scrolling: touch;
}
.contact__form-left-inner::-webkit-scrollbar {
  width: 0.25rem;
}
.contact__form-left-inner::-webkit-scrollbar-thumb {
  background-color: #ff5c00;
  border-radius: 0.5rem 0 0 0.5rem;
}
.contact__form-left > .contacts__btns {
  padding: 0 1.5rem 1.5rem;
}
.contact__form {
  display: flex;
  position: relative;
  gap: 1.25rem;
  width: 100%;
}
.cont__container {
  height: 100%;
}
.contact__form-title {
  margin-bottom: 1.5rem;
  color: #000;
  font-family: "Inter Tight", Arial;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.contact__form-subtitle {
  color: #000;
  font-family: "Inter Tight", Arial;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.125rem;
  letter-spacing: 0.02rem;
}
.contact__form-head {
  margin-bottom: 1.1875rem;
}
.contact__blockks {
  display: flex;
  flex-direction: column;
}
.contact__blockk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6875rem;
}
.contact__block-left {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.contact__block-plus {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  background-color: #bfbfbf;
}
.contact__block-name {
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  font-family: "Inter Tight", Arial;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
  letter-spacing: -0.02rem;
}
.contact__block-sum {
  overflow: hidden;
  color: #9995a1;
  text-overflow: ellipsis;
  font-family: Inter, Arial;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
}
.contact__block-right {
  display: flex;
  align-items: flex-start;
  gap: 0.6875rem;
  flex-wrap: wrap;
}
.contact__right-block-top {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
.contact__right-block-top p {
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  font-family: "Inter Tight", Arial;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
  letter-spacing: -0.015rem;
}
.contact__right-arrow {
  display: flex;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  align-items: center;
  background-color: #fff;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.3125rem;
  justify-content: center;
}
.contact__blockk {
  border-radius: 1rem;
  background: #f5f5f5;
  padding: 1rem;
  margin-bottom: 0.5rem;
}
.contact__blockk:last-child {
  margin-bottom: 0;
}
.container2 {
  width: 73rem;
}
.contact__right-block {
  min-width: 7.5625rem;
  position: relative;
}
.contact__block-plus svg {
  display: none;
}
.contact__block-right {
  display: none;
}
.contact__blockk.active .contact__block-right {
  display: flex;
}
.contact__blockk.active .contact__block-plus svg {
  display: block;
}
.contact__blockk.active .contact__block-plus {
  background: #ff5c00;
}
.contact__blockks.is-error {
  outline: 0.0625rem solid #ff5c00;
  border-radius: 0.75rem;
}
.contact__input-wr.is-error {
  outline: 0.0625rem solid #ff5c00;
}
.contact__right-block.is-error .contact__right-block-top {
  outline: 0.0625rem solid #ff5c00;
  border-radius: 0.5rem;
}
.checkbox__parent.is-error .checkbox__icon {
  outline: 0.0625rem solid #ff5c00;
}
#gm-smartcaptcha-holder.is-error {
  outline: 0.0625rem solid #ff5c00;
  border-radius: 0.5rem;
  min-height: 0.25rem;
}
.contact__right-info {
  position: absolute;
  top: calc(100% + 1.125rem);
  left: -2.1875rem;
  border-radius: 1rem;
  background: #fff;
  padding: 1rem;
  width: 12.3125rem;
  max-width: 100000px;
  max-height: 13.9375rem;
  overflow-y: auto;
}
.contact__right-info-item p {
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  font-family: "Inter Tight", Arial;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 0.75rem;
  text-transform: capitalize;
}
.contact__right-info-item {
  padding: 0.9375rem;
  border-radius: 1rem;
  background: #f5f5f5;
}
.contact__right-info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.contact__right-info::-webkit-scrollbar {
  width: 0.25rem;
}
.contact__right-info::-webkit-scrollbar-thumb {
  background-color: #ff5c00;
  border-radius: 0.5rem 0 0 0.5rem;
}
.contact__right-info-item {
  cursor: pointer;
}
.contact__right-arrow svg {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.contact__right-block.active .contact__right-arrow svg {
  transform: rotate(180deg);
}
.contact__right-info-item {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.contact__right-info-item:hover,
.contact__right-info-item.active {
  background: #ff5c00;
}
.contact__right-info-item:hover p,
.contact__right-info-item.active p {
  color: #fff;
}
.contact__blockks {
  margin-bottom: 2.75rem;
}
.contact__information {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.contact__info-text {
  color: rgba(0, 0, 0, 0.52);
  font-family: "Inter Tight", Arial;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 128%;
  letter-spacing: 0.0175rem;
}
.contact__info-abs {
  display: flex;
  flex-shrink: 0;
  position: relative;
}
.contact__info-abs p:after {
  content: "";
  position: absolute;
  bottom: -0.4375rem;
  right: 0.625rem;
  width: 1rem;
  height: 1rem;
  background-image: url(../imgs/icons/tr.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.contact__info-abs svg {
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  cursor: pointer;
  flex-shrink: 0;
}
.contact__info-abs:hover svg path {
  fill: #000;
}
.contact__info-abs:hover p {
  display: block;
}
.contact__info-abs p {
  display: none;
  color: #fff;
  font-family: "Inter Tight", Arial;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 0.875rem;
  padding: 0.75rem;
  border-radius: 0.5rem;
  background: #000;
  box-shadow: 0 2.125rem 0.625rem 0 rgba(0, 0, 0, 0), 0 1.375rem 0.5625rem 0 rgba(0, 0, 0, 0.01), 0 0.75rem 0.4375rem 0 rgba(0, 0, 0, 0.02), 0 0.3125rem 0.3125rem 0 rgba(0, 0, 0, 0.03), 0 0.0625rem 0.1875rem 0 rgba(0, 0, 0, 0.04);
  position: absolute;
  bottom: 2.0625rem;
  right: -0.625rem;
  width: 17.25rem;
  max-width: 10000px;
}
.contact__left-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-radius: 0.75rem;
  border: 0.0625rem solid #000;
  padding: 0.6875rem 1rem;
}
.contact__left-bottom p {
  color: #000;
  font-feature-settings: "dlig" on;
  font-family: "Inter Tight", Arial;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.0075rem;
}
.contact__left-bottom span {
  color: #000;
  font-family: Inter, Arial;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
}
.contact__form-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.25rem;
}
.contact__form-right .contact__form-head {
  margin-bottom: 2rem;
}
.contact__input-wr {
  position: relative;
  border-radius: 0.75rem;
  background: #f5f5f5;
  width: 100%;
  padding: 0.75rem 1rem;
}
.contact__input-wr input {
  color: #000;
  caret-color: #ff5c00;
  font-family: "Inter Tight", Arial;
  width: 100%;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  width: 95%;
}
.contact__input-wr input::placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.textarea-wr {
  border-radius: 0.75rem;
  background: #f5f5f5;
  padding: 0.5rem 1rem;
  height: 6.75rem;
}
.textarea-wr textarea {
  width: 100%;
  height: 100%;
  color: #000;
  caret-color: #ff5c00;
  font-family: "Inter Tight", Arial;
  width: 95%;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
}
.textarea-wr textarea::placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.textarea-wr .cont-close {
  transform: none;
  top: 1rem;
}
.cont-inp {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.cont-close {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: none;
  cursor: pointer;
  right: 1rem;
}
.contact__input-wr.has-value .cont-close {
  display: block;
}
.contact__inputs-wr {
  display: flex;
  gap: 1rem;
  width: 100%;
}
.contact__inputs-wr .contact__input-wr {
  width: 50%;
}
.contact__form-right-bottom .checkbox__icon {
  border-radius: 0.5rem;
  border: 0.0625rem solid #000;
  background: rgba(0, 0, 0, 0.08);
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}
.contact__form-right-bottom .checkbox__parent {
  display: flex;
  position: relative;
  align-items: flex-start;
}
.contact__form-right-bottom .checkbox__parent input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  margin: 0;
  opacity: 0;
}
.contact__form-right-bottom .checkbox__icon div {
  border-radius: 0.375rem;
  background: #ff5c00;
  opacity: 0;
  width: 87%;
  height: 86%;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.contact__form-right-bottom .checkbox__parent input:checked + .checkbox__icon div {
  opacity: 1;
}
.contact__form-right-bottom .checkbox__parent {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.contact__form-right-bottom .checkbox__parent p {
  color: rgba(0, 0, 0, 0.7);
  font-family: "Inter Tight", Arial;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1rem;
}
.contact__form-right-bottom .checkbox__parent p a {
  color: rgba(0, 0, 0, 0.7);
  font-family: "Inter Tight", Arial;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 6.5%;
  text-underline-offset: 13%;
  text-underline-position: from-font;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.contact__form-right-bottom .checkbox__parent p a:hover {
  color: #ff5c00;
}
.contact__form-right-bottom {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.contact__form-right-bottom .contact__form-actions {
  display: flex;
  gap: 1rem;
  align-items: stretch;
}
.contact__form-right-bottom .contact__form-actions .contact__form-back,
.contact__form-right-bottom .contact__form-actions .contact__form-submit {
  flex: 1;
  border: none;
  border-radius: 0.75rem;
  display: flex;
  padding: 1.125rem 1rem;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  font-feature-settings: "dlig" on;
  font-family: "Inter Tight", Arial;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.0075rem;
}
.contact__form-right-bottom .contact__form-actions .contact__form-back {
  background: #f5f5f5;
  color: #000;
}
.contact__form-right-bottom .contact__form-actions .contact__form-back:hover {
  background-color: #ebebeb;
}
.contact__form-right-bottom .contact__form-actions .contact__form-submit {
  background: #ff5c00;
  color: #fff;
}
.contact__form-right-bottom .contact__form-actions .contact__form-submit:hover {
  background-color: #e15100;
}
.cont__thanks-wr {
  position: relative;
  z-index: 10;
  height: 88%;
  width: 38.375rem;
  border-radius: 1.5rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.2);
  background: #fff;
  box-shadow: 0 2.125rem 0.625rem 0 rgba(0, 0, 0, 0), 0 1.375rem 0.5625rem 0 rgba(0, 0, 0, 0.01), 0 0.75rem 0.4375rem 0 rgba(0, 0, 0, 0.02), 0 0.3125rem 0.3125rem 0 rgba(0, 0, 0, 0.03), 0 0.0625rem 0.1875rem 0 rgba(0, 0, 0, 0.04);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.25rem;
}
.cont__thanks-head {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.cont__thanks-title {
  color: #000;
  leading-trim: both;
  text-edge: cap;
  font-family: "Inter Tight", Arial;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  /* 100% */
  letter-spacing: -0.02rem;
}
.cont__thanks-text {
  color: #000;
  font-family: "Inter Tight", Arial;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.125rem;
}
.cont__thanks-btn {
  color: #fff;
  font-feature-settings: "dlig" on;
  font-family: "Inter Tight", Arial;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.0075rem;
  padding: 1.125rem;
  border-radius: 0.75rem;
  background: #ff5c00;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.cont__thanks-btn:hover {
  background-color: #e15100;
}
.simply {
  height: 100vh;
  position: relative;
}
.simply .container {
  height: 100%;
  padding-top: 8rem;
  padding-bottom: 6.25rem;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.simply__title {
  margin-bottom: 1.5rem;
  color: #000;
  text-align: center;
  font-family: "Inter Tight", Arial;
  font-size: 3.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.simply__text {
  margin-bottom: 1.5rem;
  color: rgba(0, 0, 0, 0.56);
  text-align: center;
  font-family: "Inter Tight", Arial;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 128%;
  letter-spacing: 0.02rem;
}
.simply__tabs {
  display: flex;
  position: relative;
  border-radius: 1rem;
  background: #f5f5f5;
  padding: 0.25rem;
}
.simply__tabs-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  height: calc(100% - 0.5rem);
  border-radius: 0.75rem;
  background: #ff5c00;
  pointer-events: none;
  z-index: 0;
  transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), width 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.simply__tab {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  transition: color 0.25s ease;
  color: rgba(0, 0, 0, 0.2);
  text-align: center;
  font-family: "Inter Tight", Arial;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 0.75rem;
  text-transform: capitalize;
  padding: 0.75rem 0.5rem;
  min-width: 10.125rem;
  background-color: transparent;
  border-radius: 0.75rem;
}
.simply__tab.active {
  color: #fff;
}
.simply__blocks {
  position: relative;
}
.simply__block {
  border-radius: 3rem;
  background: #fff;
  box-shadow: 0 0 1.375rem 0.875rem rgba(255, 255, 255, 0.16) inset;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.9375rem;
  overflow: hidden;
}
.simply__block-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.simply__block-title {
  color: #000;
  text-align: center;
  font-family: "Inter Tight", Arial;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 128%;
  letter-spacing: 0.02rem;
  z-index: 7;
}
.simply__block-text {
  color: rgba(0, 0, 0, 0.52);
  text-align: center;
  font-family: "Inter Tight", Arial;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 128%;
  letter-spacing: 0.02rem;
  position: relative;
  z-index: 7;
}
.simply__num {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #000;
  text-align: center;
  font-family: "Inter Tight", Arial;
  font-size: 13.0625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 128%;
  letter-spacing: 0.1878125rem;
  opacity: 0.3;
  mix-blend-mode: overlay;
}
.simply__block-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section .container {
  min-height: 100vh;
}
.simply__block-wr {
  position: absolute;
  width: 17.25rem;
  height: 17.25rem;
}
.simply__blocks {
  width: 100%;
  z-index: 10;
  height: 100%;
}
.goal {
  height: 100vh;
  position: relative;
}
.goal .container {
  width: 80.25rem;
  padding-top: 8.5rem;
  padding-bottom: 4.8125rem;
  position: relative;
  z-index: 10;
}
.goal__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.goal__title {
  color: #000;
  text-align: center;
  font-family: "Inter Tight", Arial;
  font-size: 3.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.goal__text {
  color: rgba(0, 0, 0, 0.52);
  text-align: center;
  font-family: "Inter Tight", Arial;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 128%;
  letter-spacing: 0.02rem;
}
.goal__blocks {
  --goal-blocks-gap: 3.5rem;
  overflow: hidden;
  width: 100%;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.goal__blocks:not(.is-ready) .goal__blocks-track {
  animation: none;
  transform: translate3d(0, 0, 0);
}
.goal__blocks-track {
  display: flex;
  align-items: flex-start;
  gap: var(--goal-blocks-gap);
  width: max-content;
  animation: goal-blocks-marquee var(--goal-marquee-duration, 40s) linear infinite;
  will-change: transform;
  backface-visibility: hidden;
}
.goal__blocks-group {
  display: flex;
  align-items: flex-start;
  gap: var(--goal-blocks-gap);
  flex-shrink: 0;
}
@keyframes goal-blocks-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(-1 * var(--goal-marquee-shift, 50%)), 0, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .goal__blocks-track {
    animation: none;
  }
}
.goal__head {
  margin-bottom: 3.4375rem;
}
.goal__block {
  width: auto;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.goal__sum {
  color: #000;
  text-align: center;
  font-family: "Inter Tight", Arial;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 128%;
  letter-spacing: 0.02rem;
}
.goal-line {
  width: 0.0625rem;
  height: 2rem;
  position: relative;
  margin-bottom: -0.3125rem;
}
.goal-line:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../imgs/icons/goal-line.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.goal__kv-wr {
  position: relative;
  flex-shrink: 0;
  border-radius: 1.6875rem;
  overflow: hidden;
  clip-path: inset(0 round 1.6875rem);
}
.goal__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.goal__block1 .goal__kv-wr {
  width: 7.5rem;
  height: 7.5rem;
}
.goal__block2 .goal__kv-wr {
  width: 10rem;
  height: 10rem;
}
.goal__block3 .goal__kv-wr {
  width: 13.25rem;
  height: 13.25rem;
}
.goal__block4 .goal__kv-wr {
  width: 10rem;
  height: 10rem;
}
.goal__block5 .goal__kv-wr {
  width: 13.25rem;
  height: 13.25rem;
}
.goal__block6 .goal__kv-wr {
  width: 7.5rem;
  height: 7.5rem;
}
.goal__info {
  position: absolute;
  z-index: 10;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.goal__info .goal__info-blur {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.25);
  transform-origin: center;
  filter: blur(1rem);
}
.goal__info::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
}
.goal__info span {
  position: absolute;
  z-index: 1;
  top: var(--goal-label-y, 50%);
  left: var(--goal-label-x, 25%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: "Inter Tight", Arial;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 128%;
  letter-spacing: 0.02rem;
  white-space: nowrap;
}
.goal__name {
  color: #000;
  text-align: center;
  font-family: "Inter Tight", Arial;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 128%;
  letter-spacing: 0.02rem;
  margin-top: 0.5625rem;
}
.why {
  position: relative;
  height: 100vh;
}
.why .container {
  position: relative;
  padding-bottom: 4.75rem;
  padding-top: 8rem;
  z-index: 10;
}
.why__head {
  margin-bottom: 3.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.why__title {
  color: #000;
  text-align: center;
  font-family: "Inter Tight", Arial;
  font-size: 3.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.why__text {
  color: rgba(0, 0, 0, 0.52);
  text-align: center;
  font-family: "Inter Tight", Arial;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 128%;
  letter-spacing: 0.02rem;
}
.why__blocks {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.why__block {
  border-radius: 0.75rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.12);
  background: #fff;
}
.why__block-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1875rem 2rem;
  cursor: pointer;
  gap: 0.625rem;
}
.why__block-top p {
  color: #000;
  font-family: "Inter Tight", Arial;
  font-size: 1.25rem;
  letter-spacing: 0.00625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.why__block-top svg {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  width: 2rem;
  height: 2rem;
}
.why__block.active .why__block-top svg {
  transform: rotate(180deg);
}
.why__block-content {
  padding: 0px 2rem;
  padding-bottom: 1.25rem;
  margin-top: -0.625rem;
}
.why__block-content p {
  color: rgba(0, 0, 0, 0.52);
  font-family: "Inter Tight", Arial;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 128%;
  letter-spacing: 0.02rem;
}
.simply__blocks-wr {
  height: 100%;
  width: 100%;
}
footer {
  height: 100vh;
  position: relative;
}
footer .container {
  height: 100%;
}
footer .container {
  position: relative;
  z-index: 10;
  padding-top: 7.875rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
footer .footer__bottom {
  position: relative;
  z-index: 10;
}
footer .footer__bottom .container {
  padding-bottom: 2.3125rem;
}
.footer__info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  margin: 0 auto;
}
.footer__title {
  color: #000;
  text-align: center;
  font-family: "Inter Tight", Arial;
  font-size: 3.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.footer__text {
  color: rgba(0, 0, 0, 0.52);
  text-align: center;
  font-family: "Inter Tight", Arial;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 128%;
  letter-spacing: 0.02rem;
}
.footer__bottom {
  padding-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}
.footer-cop {
  color: #000;
  font-family: "Inter Tight", Arial;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: -0.015rem;
}
.footer-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  position: relative;
  left: -1.125rem;
}
.footer__nav-link {
  color: #000;
  text-align: right;
  font-family: "Inter Tight", Arial;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: -0.015rem;
}
.footer__socials {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.footer__social {
  color: #000;
  font-family: "Inter Tight", Arial;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: -0.015rem;
}
.footer__info {
  width: 42.1875rem;
}
footer .container {
  width: 87.25rem;
}
.fp-left {
  border-radius: 0.5rem;
  background: #fff;
  padding: 0.5rem 0.3125rem;
  box-shadow: 0 2.125rem 0.625rem 0 rgba(0, 0, 0, 0), 0 1.375rem 0.5625rem 0 rgba(0, 0, 0, 0.01), 0 0.75rem 0.4375rem 0 rgba(0, 0, 0, 0.02), 0 0.3125rem 0.3125rem 0 rgba(0, 0, 0, 0.03), 0 0.0625rem 0.1875rem 0 rgba(0, 0, 0, 0.04);
}
#fp-nav ul li,
.fp-slidesNav ul li {
  width: 0.375rem;
  height: 0.375rem;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 1.5rem;
  background: rgba(0, 0, 0, 0.2);
  border: none;
}
#fp-nav ul li a:hover span,
#fp-nav ul li a.active span {
  margin: 0;
  border-radius: 1.5rem;
  background: #000;
}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 1.125rem;
  border-radius: 1.5rem;
  width: 0.375rem;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  margin: 0;
  margin-bottom: 0.1875rem;
}
#fp-nav ul li:last-child,
.fp-slidesNav ul li:last-child {
  margin-bottom: 0;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  display: none !important;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  height: auto;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
  height: 0.375rem;
  border-radius: 0.5rem;
  background: rgba(0, 0, 0, 0.2);
  width: 0.375rem;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
#fp-nav ul li a.active,
.fp-slidesNav ul li a.active {
  height: 1.125rem;
  border-radius: 1.5rem;
  background: #000;
}
.header__menu li.active a {
  color: #ff5c00 !important;
}
.header__menum-bottom li.active a {
  color: #ff5c00 !important;
}
.contact .cont__container:not(:first-child) .container {
  padding-top: 6.4375rem;
  display: flex;
  padding-bottom: 3rem;
  height: auto;
}
.cont__thanks-wr {
  align-self: stretch;
  height: auto;
}
.main .main__pagination.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  width: auto;
  top: auto;
  right: auto;
  z-index: 20;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 14.3125rem;
}
.main .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.25rem;
  margin: 0 !important;
  border-radius: 0.125rem;
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
  transition: width 0.3s ease, background 0.3s ease;
}
.main .swiper-pagination-bullet-active {
  width: 1.25rem;
  border-radius: 0.125rem;
  background: #fff;
}
.footer__item1 {
  position: absolute;
  bottom: -21rem;
  right: 12.539375rem;
}
.footer__item2 {
  position: absolute;
  bottom: -21rem;
  right: -6.21125rem;
  z-index: 2;
}
.footer__item3 {
  position: absolute;
  bottom: -21rem;
  left: -6.21125rem;
  z-index: 3;
}
.footer__item4 {
  position: absolute;
  bottom: -21rem;
  left: 12.539375rem;
  z-index: 3;
}
.footer__bottom {
  position: relative;
  z-index: 10;
}
.footer-items {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 0;
  width: 0.0625rem;
}
.footer__item {
  max-width: 100000px;
  width: 31.171875rem;
  height: 31.171875rem;
  border-radius: 3.614375rem;
  overflow: hidden;
  position: absolute;
  background: radial-gradient(60% 60% at 50% 50%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(135deg, #ffb027 0%, #ff833e 50%, #ff5100 100%);
  box-shadow: inset 0 0 0 0.225625rem rgba(255, 255, 255, 0.55);
}
.footer__item::before {
  content: "";
  position: absolute;
  inset: -6.875rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.75) 14%, rgba(255, 255, 255, 0.35) 28%, rgba(255, 255, 255, 0.08) 42%, rgba(255, 255, 255, 0) 55%), linear-gradient(to top, rgba(255, 255, 255, 0.32) 0%, rgba(255, 255, 255, 0.14) 10%, rgba(255, 255, 255, 0.03) 20%, rgba(255, 255, 255, 0) 30%);
  animation: footer__item-highlight 20s linear infinite;
}
.footer__item::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: inherit;
  filter: blur(2rem);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 100%);
}
@keyframes footer__item-highlight {
  0% {
    transform: rotate(-45deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
.footer__progressive-blur {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 26.25rem;
  z-index: 5;
  pointer-events: none;
}
.footer__progressive-blur > div {
  position: absolute;
  inset: 0;
}
.footer__progressive-blur > div:nth-child(1) {
  -webkit-backdrop-filter: blur(1.5rem);
  backdrop-filter: blur(1.5rem);
  -webkit-mask: linear-gradient(to bottom, #000 0%, #000 12.5%, transparent 25%);
  mask: linear-gradient(to bottom, #000 0%, #000 12.5%, transparent 25%);
}
.footer__progressive-blur > div:nth-child(2) {
  -webkit-backdrop-filter: blur(1.5rem);
  backdrop-filter: blur(1.5rem);
  -webkit-mask: linear-gradient(to bottom, transparent 0%, #000 12.5%, #000 25%, transparent 37.5%);
  mask: linear-gradient(to bottom, transparent 0%, #000 12.5%, #000 25%, transparent 37.5%);
}
.footer__progressive-blur > div:nth-child(3) {
  -webkit-backdrop-filter: blur(0.875rem);
  backdrop-filter: blur(0.875rem);
  -webkit-mask: linear-gradient(to bottom, transparent 12.5%, #000 25%, #000 37.5%, transparent 50%);
  mask: linear-gradient(to bottom, transparent 12.5%, #000 25%, #000 37.5%, transparent 50%);
}
.footer__progressive-blur > div:nth-child(4) {
  -webkit-backdrop-filter: blur(0.5rem);
  backdrop-filter: blur(0.5rem);
  -webkit-mask: linear-gradient(to bottom, transparent 25%, #000 37.5%, #000 50%, transparent 62.5%);
  mask: linear-gradient(to bottom, transparent 25%, #000 37.5%, #000 50%, transparent 62.5%);
}
.footer__progressive-blur > div:nth-child(5) {
  -webkit-backdrop-filter: blur(0.25rem);
  backdrop-filter: blur(0.25rem);
  -webkit-mask: linear-gradient(to bottom, transparent 37.5%, #000 50%, #000 62.5%, transparent 75%);
  mask: linear-gradient(to bottom, transparent 37.5%, #000 50%, #000 62.5%, transparent 75%);
}
.footer__progressive-blur > div:nth-child(6) {
  -webkit-backdrop-filter: blur(0.125rem);
  backdrop-filter: blur(0.125rem);
  -webkit-mask: linear-gradient(to bottom, transparent 50%, #000 62.5%, #000 75%, transparent 87.5%);
  mask: linear-gradient(to bottom, transparent 50%, #000 62.5%, #000 75%, transparent 87.5%);
}
.footer__progressive-blur > div:nth-child(7) {
  -webkit-backdrop-filter: blur(0.0625rem);
  backdrop-filter: blur(0.0625rem);
  -webkit-mask: linear-gradient(to bottom, transparent 62.5%, #000 75%, #000 87.5%, transparent 100%);
  mask: linear-gradient(to bottom, transparent 62.5%, #000 75%, #000 87.5%, transparent 100%);
}
#fp-nav.fp-left {
  left: 2rem;
}
.contact__right-info {
  box-shadow: 0 2.71275rem 0.797875rem 0 rgba(0, 0, 0, 0), 0 1.7553125rem 0.7180625rem 0 rgba(0, 0, 0, 0.01), 0 0.9574375rem 0.5585rem 0 rgba(0, 0, 0, 0.02), 0 0.3989375rem 0.3989375rem 0 rgba(0, 0, 0, 0.03), 0 0.0798125rem 0.239375rem 0 rgba(0, 0, 0, 0.04);
}
.contacts__btns {
  display: none;
}
.header-right {
  display: flex;
  gap: 0.25rem;
}
.header__menum-top {
  box-shadow: 0px 0.5625rem 1rem 0px rgba(0, 0, 0, 0.1);
}
.contact__vars {
  box-shadow: 0px 0.5625rem 1rem 0px rgba(0, 0, 0, 0.1);
}
.contact__search {
  box-shadow: 0px 0.5625rem 1rem 0px rgba(0, 0, 0, 0.1);
}
.contact__infowr-banner {
  box-shadow: 0px 0.5625rem 1rem 0px rgba(0, 0, 0, 0.1);
}
.contact__not-found {
  box-shadow: 0px 0.5625rem 1rem 0px rgba(0, 0, 0, 0.1);
}
.contact__right-info {
  z-index: 20;
}
.why__block {
  box-shadow: 0px 0.5625rem 1rem 0px rgba(0, 0, 0, 0.1);
}
.header__menum-top.active p:first-child {
  display: none;
}
.header__menum-top.active p:last-child {
  display: block !important;
}
footer {
  overflow: hidden;
}
.footer__item {
  animation: footer__item 20s linear infinite;
}
@keyframes footer__item {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(405deg);
  }
}
.header__menum-top {
  display: none;
}
.error {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.error .container {
  width: 87.25rem;
  position: relative;
  padding-top: 10rem;
  z-index: 10;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.error-link {
  color: #fff;
  font-feature-settings: "dlig" on;
  font-family: "Inter Tight", Arial;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.0075rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  border-radius: 0.75rem;
  background: #ff5c00;
  padding: 0.9375rem 1rem;
}
.error-link:hover {
  background-color: #e15100;
}
.error__title {
  color: #000;
  text-align: center;
  font-family: "Inter Tight", Arial;
  font-size: 3.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.error__text {
  color: rgba(0, 0, 0, 0.52);
  text-align: center;
  font-family: "Inter Tight", Arial;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 128%;
  letter-spacing: 0.02rem;
}
.cookie-banner-wr {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact__block-right .contact__right-block:nth-child(2n) .contact__right-info {
  left: -3.6875rem;
}
.contact__right-block-top.active .contact__right-arrow svg {
  transform: rotate(180deg);
}
.simply__block-wr1 {
  left: -2%;
  top: -6%;
  transform: scale(0.7);
}
.simply__block-wr2 {
  right: 8%;
  top: -7%;
  transform: scale(0.7);
}
.simply__block-wr3 {
  right: -18%;
  top: 18%;
  transform: scale(0.7);
}
.simply__block-wr4 {
  right: 7%;
  top: 56%;
  transform: scale(0.8);
}
.simply__block-wr5 {
  left: 2.6%;
  top: 53%;
  transform: scale(0.7);
}
.simply__block-wr6 {
  left: 31.4%;
  top: 24%;
  transform: scale(1);
}
.contact__line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 10000px;
  width: 125rem;
}
.contact_shadow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 10000px;
  height: 93%;
  background: linear-gradient(180deg, #fff 35.38%, rgba(255, 255, 255, 0.5) 69.43%, rgba(255, 255, 255, 0) 97.48%);
  z-index: 5;
  opacity: 0.8;
}
.contact .container {
  position: relative;
  z-index: 10;
}
.simply_line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 10000px;
  width: 125rem;
  bottom: -17.625rem;
}
.simply .contact_shadow {
  background: linear-gradient(180deg, #fff 35.38%, rgba(255, 255, 255, 0.5) 69.43%, rgba(255, 255, 255, 0) 97.48%);
  opacity: 1;
}
.contact__infowr {
  z-index: 30;
}
body.gm-vars-open #fp-nav {
  opacity: 0;
  pointer-events: none;
}
body {
  background: transparent;
  background-image: url("../imgs/bg/bg2svg.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.fp-watermark {
  display: none !important;
}
.cont__kv {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -19.6875rem;
  max-width: 10000px;
}
.contact {
  overflow: hidden;
}
.cont__container .footer__item {
  animation: none;
}
.contact__blockk,
.contact__var {
  cursor: pointer;
}
/* Летающие карточки лежат в .simply__blocks с z-index: 10. При равном z-index
   побеждает порядок в разметке, а .simply__blocks-wr идёт после шапки секции —
   поэтому карточки накрывали вкладки. Поднимаем всю шапку на слой выше. */
.simply__title,
.simply__text,
.simply__tabs {
  position: relative;
  z-index: 11;
}
.simply__blocks {
  height: 32.1875rem;
  max-height: 100%;
}
.cont__container .footer__item {
  transform: rotate(45deg);
}

.contact__var-sum {
  white-space: nowrap;
}

.contact__block-plus {
  flex-shrink: 0;
}

.contact__block-right {
  flex-wrap: nowrap;
}
.contact__block-sum {
  line-height: 1.2;
}
.contact__var-sum {
  flex-shrink: 0;
}

.contact__blockk.is-long-name {
  flex-wrap: wrap;
}

.contact__blockk.is-long-name .contact__block-left {
  width: 100%;
}

.contact__blockk.is-long-name .contact__block-right {
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.contact__blockk.is-long-name .contact__block-right .contact__block-sum {
  flex-grow: 1;
}

.contact__block-name {
  flex-grow: 1;
}

.contact__right-block {
  display: none;
}

.contact__blockk.active .contact__right-block {
  display: block;
}

.contact__right-arrow{flex-shrink: 0;}
.goal__blocks{
  padding: 0.5rem 0;
}
/**
*
  Адаптив
*
**/
@media only screen and (min-width: 1200px) {
  .footer__item {
    width: 34.635417vw;
    height: 34.635417vw;
    border-radius: 4.015972vw;
    box-shadow: inset 0 0 0 0.250694vw rgba(255, 255, 255, 0.55);
  }
  .footer__item::before {
    inset: -7.638889vw;
  }
  .footer__item::after {
    filter: blur(2.222222vw);
  }
  .footer__item1,
  .footer__item2,
  .footer__item3,
  .footer__item4 {
    bottom: -23.333333vw;
  }
  .footer__item1 {
    right: 13.932639vw;
  }
  .footer__item2 {
    right: -6.901389vw;
  }
  .footer__item3 {
    left: -6.901389vw;
  }
  .footer__item4 {
    left: 13.932639vw;
  }
  .footer__progressive-blur {
    height: 29.166667vw;
  }
  .footer__progressive-blur > div:nth-child(1) {
    -webkit-backdrop-filter: blur(1.666667vw);
    backdrop-filter: blur(1.666667vw);
  }
  .footer__progressive-blur > div:nth-child(2) {
    -webkit-backdrop-filter: blur(1.666667vw);
    backdrop-filter: blur(1.666667vw);
  }
  .footer__progressive-blur > div:nth-child(3) {
    -webkit-backdrop-filter: blur(0.972222vw);
    backdrop-filter: blur(0.972222vw);
  }
  .footer__progressive-blur > div:nth-child(4) {
    -webkit-backdrop-filter: blur(0.555556vw);
    backdrop-filter: blur(0.555556vw);
  }
  .footer__progressive-blur > div:nth-child(5) {
    -webkit-backdrop-filter: blur(0.277778vw);
    backdrop-filter: blur(0.277778vw);
  }
  .footer__progressive-blur > div:nth-child(6) {
    -webkit-backdrop-filter: blur(0.138889vw);
    backdrop-filter: blur(0.138889vw);
  }
  .footer__progressive-blur > div:nth-child(7) {
    -webkit-backdrop-filter: blur(0.069444vw);
    backdrop-filter: blur(0.069444vw);
  }
}
@media only screen and (max-height: 799px) and (min-width: 1199px) {
  .mx-show {
    display: block !important;
  }
  .mx-hide {
    display: none !important;
  }
  .contact .cont__container:not(:first-child) .container {
    width: 72.9375rem;
  }
  .container {
    width: 42.875rem;
  }
  .main__achievement3 {
    top: 53.4%;
    left: 27.5%;
  }
  .main__achievement1 {
    top: 27.6%;
  }
  .main__achievement2 {
    top: 55.2%;
    right: 17.1%;
    padding: 0.75rem 0.875rem;
  }
  .contact__infowr {
    bottom: 1.6875rem;
  }
  .contact__block {
    width: 12.375rem;
    height: 12.8125rem;
    border-radius: 2.1875rem;
  }
  .contact .container .contact__blocks {
    width: 13.875rem;
    position: relative;
    height: 12.625rem;
    left: 0;
  }
  .contact__price {
    font-size: 0.8125rem;
  }
  .contact__form-head {
    margin-bottom: 0.875rem;
  }
  .contact__blockks .contact__blockk:nth-child(n + 4) {
    display: none;
  }
  .contact__blockks {
    margin-bottom: 0.625rem;
  }
  .goal__title {
    font-size: 2rem;
  }
  .goal__head {
    margin-bottom: 3.0625rem;
  }
  .goal__blocks {
    --goal-blocks-gap: 2.5625rem;
  }
  .goal__kv-wr {
    border-radius: 1.25rem;
  }
  .goal__block1 .goal__kv-wr {
    width: 5.5rem;
    height: 5.5rem;
  }
  .goal__kv-wr {
    clip-path: inset(0 round 0.875rem);
  }
  .goal__block2 .goal__kv-wr {
    width: 7.375rem;
    height: 7.375rem;
  }
  .goal__block3 .goal__kv-wr {
    width: 9.75rem;
    height: 9.75rem;
  }
  .goal__block4 .goal__kv-wr {
    width: 7.375rem;
    height: 7.375rem;
  }
  .goal__block5 .goal__kv-wr {
    width: 9.75rem;
    height: 9.75rem;
  }
  .goal__block6 .goal__kv-wr {
    width: 5.5rem;
    height: 5.5rem;
  }
  .goal__info span {
    font-size: 0.6875rem;
  }
  .goal-line:after {
    height: 0.8125rem;
  }
  .goal__block {
    gap: 0.9375rem;
  }
  .goal-line:after {
    height: 1.125rem;
    background-image: url("../imgs/icons/goal-line2.svg");
  }
  .goal__name {
    font-size: 0.9375rem;
  }
  .why__title {
    font-size: 2rem;
  }
  .why__block-top {
    padding: 0.5625rem 1.25rem;
    padding-right: 0.625rem;
  }
  .why__block-top p {
    font-size: 1rem;
  }
  .why__head {
    margin-bottom: 1.75rem;
  }
  .why__block-content p {
    font-size: 0.875rem;
  }
  .why__block-content {
    padding: 0px 1.1875rem;
    padding-bottom: 1.1875rem;
    margin-top: -1rem;
  }
  .why__block-content {
    margin-top: -0.25rem;
  }
  .footer__title {
    font-size: 2rem;
  }
  .footer__item1 {
    /* bottom: -29.125rem; */
    right: 12.539375rem;
  }
  .footer__item2 {
    /* bottom: -28.6875rem; */
    right: -6.21125rem;
  }
  /* .footer__item3 {
    bottom: -28.875rem;
  }
  .footer__item4 {
    bottom: -29.125rem;
  } */
  .error .container {
    width: 100%;
  }
  .simply__title {
    font-size: 2rem;
  }
  .simply__block-wr1 {
    left: -12.4%;
    top: -19%;
    transform: scale(0.5);
  }
  .simply__block-wr2 {
    right: 11.5%;
    top: -21%;
    transform: scale(0.5);
  }
  .simply__block-wr3 {
    right: -12.6%;
    top: 5%;
    transform: scale(0.5);
  }
  .simply__block-wr4 {
    right: 11%;
    top: 48%;
    transform: scale(0.56);
  }
  .simply__block-wr5 {
    left: -8.4%;
    top: 45%;
    transform: scale(0.5);
  }
  .simply__block-wr6 {
    left: 19.4%;
    top: 12%;
    transform: scale(0.68);
  }
  .simply__blocks {
    height: 19.375rem;
    max-height: 19.375rem;
  }
}
@media only screen and (max-width: 1199px) {
  html {
    font-size: calc(100vw * 16 / 768);
  }
  .footer__nav-link::after {
    display: none !important;
  }

  .contact__form-left-inner{
    height: auto!important;
    max-height: 999999px!important;
    overflow: visible!important;
  }

  .footer-nav {
    width: 450px;
  }
  .header__menum {
    translate: none !important;
  }
  .goal__blocks {
    --goal-blocks-gap: 1.75rem;
    overflow: hidden;
    mask-image: none;
    -webkit-mask-image: none;
  }
  .footer__info {
    margin-bottom: 6.25rem;
  }
  .md-show {
    display: block !important;
  }
  .md-hide {
    display: none !important;
  }
  section,
  footer.section {
    min-height: 100svh;
    height: auto;
  }
  .main {
    height: calc(var(--fsvh, 1vh) * 100);
    min-height: 40rem;
  }
  .main .main__slide {
    height: calc(var(--fsvh, 1vh) * 100);
    min-height: 40rem;
  }
  .main .container {
    min-height: 40rem !important;
  }
  .container {
    width: 46.25rem;
  }
  .main .container {
    padding-bottom: 2rem;
  }
  .main__achievement1 {
    top: 27.4%;
    right: 7.6%;
  }
  .main__achievement3 {
    top: 59.2%;
    left: 8%;
  }
  .main__achievement2 {
    top: 53.5%;
    right: 4.7%;
  }
  .main .container {
    height: calc(var(--fsvh, 1vh) * 100);
    min-height: 40rem;
  }
  .main__achievement5 {
    top: 33%;
    right: 2.9%;
  }
  .main__achievement6 {
    top: 60.6%;
    left: 70.6%;
  }
  .main__achievement4 {
    top: 56%;
    left: 7.9%;
  }
  .main__achievement7 {
    top: 27%;
    right: 4.2%;
  }
  .main__achievement8 {
    top: 53.7%;
    right: 9.2%;
  }
  .main__achievement9 {
    top: 59.9%;
    left: 8%;
  }
  .cont__container {
    overflow: hidden;
  }
  .simply {
    overflow: hidden;
  }
  .goal {
    overflow: hidden;
  }
  footer {
    overflow: hidden;
  }
  .contact__form-left,
  .contact__form-right {
    width: 100%;
  }
  .contact__form-left,
  .contact__form-right {
    width: 100%;
    height: 100%;
  }
  .contact__form {
    flex-direction: column;
    height: auto;
  }
  .contact__form.is-step-form .contact__form-left {
    display: none;
  }
  .contact__form.is-step-companies .contact__form-right {
    display: none;
  }
  .cont__container {
    position: relative;
  }
  .cont__container > .container {
    position: relative;
    z-index: 1;
  }
  .contact__bg {
    pointer-events: none;
  }
  .contact .cont__container:not(:first-child) .container {
    padding-top: 4.5625rem;
  }
  .contact__form-left-inner {
    max-height: calc(100vh - 7.5625rem);
  }
  .contact__right-info {
    left: -3.375rem;
  }
  .contact__form-title {
    margin-bottom: 2.1875rem;
  }
  .contact__block-plus {
    width: 1.875rem;
    height: 1.875rem;
  }
  .contact__blockk {
    padding: 0.9375rem 1.5625rem;
  }
  .contact__block-left {
    gap: 0.625rem;
  }
  .contact__block-sum {
    font-size: 0.875rem;
  }
  .contact__right-arrow {
    width: 1.875rem;
    height: 1.875rem;
  }
  .contact__right-block-top p {
    font-size: 0.875rem;
  }
  .contact__right-block-top {
    gap: 0.625rem;
  }
  .contact__blockk {
    padding-right: 3.3125rem;
  }
  .contact__block-right {
    gap: 3.375rem;
  }
  .contact__right-info {
    left: -1.3125rem;
  }
  .contact__blockk {
    margin-bottom: 0.625rem;
  }
  .contact__info-text {
    font-size: 1rem;
    width: 80%;
  }
  .contact__info-abs svg {
    width: 1.5625rem;
    height: 1.5625rem;
  }
  .contact__information {
    margin-bottom: 2rem;
  }
  .contact__left-bottom p {
    font-size: 0.875rem;
  }
  .contact__left-bottom p br {
    display: none;
  }
  .contact__left-bottom span {
    font-size: 1.125rem;
  }
  .contact__left-bottom {
    padding: 0.875rem 1.25rem;
  }
  .contact__left-bottom {
    border: 0.125rem solid #000;
  }
  .contacts__btns {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
  }
  .contacts__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    border-radius: 0.9375rem;
    width: 50%;
    padding: 1.375rem;
  }
  .contacts__btn-prev {
    background: #f5f5f5;
    color: #000;
    font-feature-settings: "dlig" on;
    font-family: "Inter Tight", Arial;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.00875rem;
  }
  .contacts__btn-prev:hover {
    background: #eaeaea;
  }
  .contacts__btn-next {
    background: #ff5c00;
    color: #fff;
    font-feature-settings: "dlig" on;
    font-family: "Inter Tight", Arial;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.00875rem;
  }
  .contacts__btn-next:hover {
    background: #e15404;
  }
  .contact__form-right .contact__form-title {
    margin-bottom: 1rem;
  }
  .contact__input-wr input {
    font-size: 0.9375rem;
  }
  .textarea-wr textarea {
    font-size: 0.9375rem;
  }
  .contact__input-wr {
    padding: 1rem 1.5rem;
  }
  .cont-inp {
    gap: 1.25rem;
  }
  .contact__inputs-wr {
    gap: 1.25rem;
  }
  .goal .container {
    padding-top: 7.5625rem;
  }
  .goal__head {
    margin-bottom: 9.5625rem;
  }
  .why .container {
    padding-top: 8.3125rem;
  }
  .footer__title br {
    display: none;
  }
  .footer__info {
    width: 39.9375rem;
  }
  .footer__bottom {
    padding-left: 1.625rem;
    padding-right: 1.625rem;
    padding-bottom: 1.5rem;
  }
  .footer-nav {
    left: 0;
  }
  .footer__item1 {
    bottom: -16.75rem;
  }
  .footer__item2 {
    bottom: -17.25rem;
    right: -6.21125rem;
  }
  .footer__item3 {
    bottom: -17.375rem;
    left: -6.21125rem;
  }
  .footer__item4 {
    bottom: -18.5625rem;
  }
  .contact__form {
    align-self: stretch;
  }
  .main .main__pagination.swiper-pagination {
    bottom: 14.25rem;
  }
  .why {
    height: auto;
  }
  .simply {
    height: auto;
  }
  .contact {
    height: auto;
  }
  .goal__blocks-group {
    max-width: 100000px;
  }
  .goal__blocks {
    overflow: visible;
  }
  .goal {
    height: auto !important;
    min-height: auto !important;
  }
  .goal .container {
    height: auto !important;
    min-height: auto !important;
  }
  .contact {
    height: auto !important;
    min-height: auto !important;
  }
  .why .container {
    height: auto !important;
    min-height: auto !important;
  }
  .why {
    height: auto !important;
    min-height: auto !important;
  }
  .why .container {
    padding-top: 6.875rem;
  }
  .contact__form-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.25rem;
  }
  .error .container {
    padding-top: 8rem;
  }
  .header__menum-bottom {
    box-shadow: 0px 0.5625rem 1rem 0px rgba(0, 0, 0, 0.1);
  }
  .simply__blocks-wr {
    height: 33.25rem;
  }
  .simply__block-wr1 {
    left: -9%;
    top: 14%;
    transform: scale(0.5);
  }
  .simply__block-wr2 {
    right: 0%;
    top: -7%;
    transform: scale(0.5);
  }
  .simply__block-wr3 {
    right: -9%;
    top: 26%;
    transform: scale(0.5);
  }
  .simply__block-wr4 {
    right: 8%;
    top: 65%;
    transform: scale(0.6);
  }
  .simply__block-wr5 {
    left: -3.4%;
    top: 57%;
    transform: scale(0.5);
  }
  .simply__block-wr6 {
    left: 30.4%;
    top: 25%;
    transform: scale(0.7);
  }
  .contact_shadow {
    opacity: 1;
    height: 57%;
  }
  .contact .container {
    z-index: 10;
  }
  .contact__line {
    width: 90rem;
    top: 40%;
  }
  .simply_line {
    top: 59%;
    width: 115rem;
  }
  .container,
  .why .container {
    width: 100%;
  }
  .simply__blocks-wr {
    width: 47.9375rem;
  }
  .cont__thanks-wr {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: calc(100vw * 16 / 375);
  }
  .contact__block {
    width: 45vw;
    height: 45vw;
  }
  .contact .container .contact__blocks {
    width: 45vw;
    height: 45vw;
  }
  .contact__price {
    font-size: 2.6vw;
    padding: 0.5rem 0.4rem;
    white-space: nowrap;
  }
  .main__img {
    display: none;
  }
  .xs-show {
    display: block !important;
  }
  .xs-hide {
    display: none !important;
  }
  .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  [class*="col-"] {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  section,
  footer.section {
    min-height: 100svh;
    height: auto;
  }
  .container {
    width: 21.75rem;
  }
  .header__menu {
    display: none;
  }
  header .container {
    justify-content: space-between;
    position: relative;
  }
  .header__btn p {
    display: none;
  }
  .header__menum-top {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #000;
    font-family: "Inter Tight", Arial;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    border-radius: 0.75rem;
    border: 0.0625rem solid rgba(255, 255, 255, 0.2);
    background: #fff;
    padding: 0.875rem 1.25rem;
    backdrop-filter: blur(0.625rem);
  }
  header {
    top: 0.9375rem;
  }
  .header__menum-bottom {
    position: absolute;
    left: 0.625rem;
    right: 0.625rem;
    top: calc(100% + 1rem);
    width: auto;
    z-index: 60;
    border-radius: 1rem;
    background: #fff;
    padding: 1rem;
  }
  .header__menum-bottom ul {
    display: flex;
    flex-direction: column;
    gap: 0.5625rem;
  }
  .header__menum-bottom ul a {
    overflow: hidden;
    color: #000;
    text-align: center;
    text-overflow: ellipsis;
    font-family: "Inter Tight", Arial;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    padding: 0.875rem;
    border-radius: 0.9375rem;
    background: #f5f5f5;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main__info {
    width: 100%;
  }
  .main__title {
    font-size: 1.49375rem;
  }
  .main__title br {
    display: none;
  }
  .main .container {
    padding-bottom: 1.375rem;
  }
  .main .main__pagination.swiper-pagination {
    bottom: 10.1875rem;
  }
  .main__achievement {
    border-radius: 0.5rem;
    padding: 0.5rem 0.9375rem;
  }
  .main__achievement2 {
    top: 14.5%;
    right: 4.7%;
  }
  .main__achievement3 {
    top: 56.2%;
    left: 4%;
  }
  .main__achievement1 {
    top: 62.9%;
    right: 34.6%;
  }
  .main__achievement5 {
    top: 14%;
    right: 48.9%;
  }
  .main__achievement4 {
    top: 63%;
    left: 25.9%;
  }
  .main__achievement6 {
    top: 55.6%;
    left: 43.6%;
  }
  .main__achievement9 {
    top: 14.9%;
    left: 34%;
  }
  .main__achievement8 {
    top: 55.7%;
    right: 22.2%;
  }
  .main__achievement7 {
    top: 63%;
    right: 44.2%;
  }
  .contact__infowr {
    position: absolute;
    bottom: 2.125rem;
    left: 0.5rem;
    width: 96%;
  }
  .contact__infowr {
    bottom: 0.75rem;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 20.5rem;
  }
  .contact__infowr-banner img {
    width: 4rem;
    height: 4rem;
  }
  .contact__infowr-banner p {
    font-size: 0.875rem;
    line-height: 120%;
    letter-spacing: -0.0175rem;
  }
  .contact__search {
    margin-bottom: 0.5625rem;
  }
  .contact__search input {
    font-size: 0.875rem;
  }
  .contact__var-name {
    font-size: 0.875rem;
  }
  .contact__var-sum {
    font-size: 0.75rem;
  }
  .contact__var {
    padding: 0.8125rem 1.25rem;
  }
  .contact__vars {
    margin-bottom: 0.625rem;
  }
  .contact__vars {
    padding: 0.6875rem 1rem;
    padding-right: 0;
  }
  .contact__not-found-text {
    font-size: 0.875rem;
  }
  .contact__not-found {
    padding: 0.625rem 1rem;
  }
  .contact__not-found-text {
    line-height: 1.0625rem;
  }
  .contact .cont__container:not(:first-child) .container {
    padding-top: 2.25rem;
  }
  .contact__form-left-inner {
    max-height: calc(100vh - 5.25rem);
  }
  .contact__form-title {
    font-size: 1.5rem;
    line-height: 100%;
    margin-bottom: 1rem;
  }
  .contact__form-left,
  .contact__form-right {
    padding: 1rem;
  }
  .contact__form-left {
    padding: 0;
  }
  .contact__form-left-inner {
    padding: 1rem;
  }
  .contact__form-left > .contacts__btns {
    padding: 0 1rem 1rem;
  }
  .contact__form-title {
    margin-bottom: 1.25rem;
  }
  .contact__form-subtitle {
    font-size: 0.875rem;
  }
  .contact__blockk {
    flex-direction: column;
    align-items: flex-start;
  }
  .contact__blockk {
    padding: 0.875rem 0.875rem;
  }
  .contact__block-right {
    gap: 0.5rem;
  }
  .contact__right-block {
    min-width: auto;
    width: 48%;
  }
  .contact__blockk.active .contact__block-right {
    width: 100%;
  }
  .contact__form-head {
    margin-bottom: 0.8125rem;
  }
  .contact__block-plus {
    width: 1.5rem;
    height: 1.5rem;
  }
  .contact__block-name {
    font-size: 0.875rem;
  }
  .contact__block-sum {
    font-size: 0.8125rem;
  }
  .contact__blockk {
    gap: 1rem;
  }
  .contact__right-arrow {
    width: 1.5rem;
    height: 1.5rem;
  }
  .contact__right-block-top p {
    font-size: 0.75rem;
  }
  .contact__blockk {
    margin-bottom: 0.25rem;
  }
  /* .contact__blockks .contact__blockk:nth-child(n + 4) {
    display: none;
  } */
  .contact__block-right {
    position: relative;
  }
  .contact__block-right .contact__right-block {
    position: static;
  }
  .contact__block-right .contact__right-info {
    left: 0;
    right: 0;
    width: auto;
    max-width: none !important;
  }
  .contact__blockks {
    margin-bottom: 1rem;
  }
  .contact__info-abs svg {
    width: 1.75rem;
    height: 1.75rem;
  }
  .contact__info-text {
    font-size: 0.75rem;
    width: 82%;
    letter-spacing: 0.015rem;
  }
  .contact__info-text br {
    display: none;
  }
  .contact__information {
    margin-bottom: 0.5rem;
  }
  .contact__left-bottom p {
    font-size: 0.75rem;
  }
  .contact__left-bottom span {
    font-size: 1rem;
  }
  .contact__left-bottom {
    padding: 0.5625rem 1rem;
  }
  .contacts__btns {
    gap: 0.6875rem;
    margin-top: 0.75rem;
  }
  .contacts__btn-prev {
    padding: 0.9375rem;
  }
  .contact__info-abs p {
    right: -0.375rem;
  }
  .contacts__btn {
    border-radius: 0.875rem;
  }
  .contact__form-left,
  .contact__form-right {
    border-radius: 1rem;
  }
  .contact__form-right .contact__form-head {
    margin-bottom: 1.375rem;
  }
  .contact__input-wr {
    padding: 0.75rem 1.25rem;
  }
  .contact__input-wr input {
    font-size: 0.8125rem;
  }
  .cont-inp {
    gap: 0.75rem;
  }
  .contact__inputs-wr {
    gap: 0.75rem;
  }
  .textarea-wr textarea {
    font-size: 0.8125rem;
  }
  .contact__form-right-bottom .checkbox__icon {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 0.375rem;
  }
  .contact__form-right-bottom .checkbox__parent p {
    font-size: 0.625rem;
  }
  .contacts__btn {
    padding: 0.6875rem;
  }
  .cont__thanks-wr {
    width: 100%;
  }
  .cont__thanks-wr {
    padding: 1rem;
    border-radius: 1rem;
  }
  .cont__thanks-title {
    font-size: 1.5rem;
    line-height: 100%;
  }
  .cont__thanks-text {
    font-size: 0.875rem;
    letter-spacing: 0.0175rem;
  }
  .cont__thanks-text br {
    display: none;
  }
  .cont__thanks-head {
    gap: 1rem;
  }
  .cont__thanks-btn {
    border-radius: 0.75rem;
    font-size: 0.875rem;
    padding: 0.8125rem;
  }
  .simply__title {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 100%;
  }
  .simply .container {
    padding-top: 5rem;
  }
  .simply__text {
    font-size: 0.875rem;
  }
  .simply__text {
    margin-bottom: 0.9375rem;
  }
  .goal__title {
    font-size: 1.5rem;
  }
  .goal .container {
    padding-top: 5rem;
  }
  .goal__title br {
    display: none;
  }
  .goal__text {
    font-size: 0.9375rem;
    width: 97%;
  }
  .goal__text br {
    display: none;
  }
  .goal__head {
    gap: 0.75rem;
  }
  .goal__blocks {
    --goal-blocks-gap: 1rem;
  }
  .goal__sum {
    font-size: 0.75rem;
  }
  .goal-line {
    height: 0.9375rem;
  }
  .goal__block {
    gap: 0.75rem;
  }
  .goal-line {
    margin-bottom: 0;
  }
  .goal__info span {
    font-size: 0.5625rem;
  }
  .goal__name {
    margin-top: 0.25rem;
    font-size: 0.75rem;
  }
  .goal__block1 .goal__kv-wr {
    width: 3.75rem;
    height: 3.75rem;
  }
  .goal__block2 .goal__kv-wr {
    width: 5rem;
    height: 5rem;
  }
  .goal__block3 .goal__kv-wr {
    width: 6.625rem;
    height: 6.625rem;
  }
  .goal__block4 .goal__kv-wr {
    width: 5rem;
    height: 5rem;
  }
  .goal__block5 .goal__kv-wr {
    width: 6.625rem;
    height: 6.625rem;
  }
  .goal__block6 .goal__kv-wr {
    width: 3.75rem;
    height: 3.75rem;
  }
  .goal__kv-wr {
    border-radius: 1.125rem;
    clip-path: inset(0 round 1.125rem);
  }
  .goal__head {
    margin-bottom: 7.25rem;
  }
  .why .container {
    padding-top: 4.375rem;
  }
  .why__title {
    font-size: 1.5rem;
    line-height: 100%;
  }
  .why__head {
    margin-bottom: 2.5625rem;
    gap: 1rem;
  }
  .why__text {
    font-size: 0.875rem;
    line-height: 120%;
    letter-spacing: 0.0175rem;
  }
  .why__text br {
    display: none;
  }
  .why__block-top {
    padding: 1.0625rem 1rem;
  }
  .why__block-top p {
    font-size: 1rem;
  }
  .why__block-content p {
    font-size: 0.875rem;
  }
  .why__block-content {
    padding: 0px 1rem;
  }
  .why__block-content {
    padding: 0px 1rem;
    padding-bottom: 1rem;
    margin-top: -1rem;
  }
  .why .container {
    padding-top: 4.375rem;
    padding-bottom: 3.0625rem;
  }
  .why {
    height: auto;
  }
  .simply {
    height: auto;
  }
  .contact {
    height: auto;
  }
  .footer__title {
    font-size: 1.5rem;
  }
  footer {
    height: auto;
  }
  footer .container {
    width: 100%;
    padding-top: 4.375rem;
  }
  .footer__text {
    font-size: 0.9375rem;
  }
  .footer__text br {
    display: none;
  }
  .footer__info {
    width: 100%;
    gap: 0.875rem;
  }
  .footer__bottom {
    flex-direction: column-reverse;
    justify-self: center;
    gap: 0.875rem;
    padding-bottom: 2.25rem;
  }
  .footer-nav {
    flex-direction: column;
  }
  .footer__item1 {
    bottom: -29.625rem;
  }
  .footer__item2 {
    bottom: -30.3125rem;
    right: -5.43rem;
  }
  .footer__item3 {
    bottom: -25.5rem;
    left: -16.305rem;
  }
  .footer__item4 {
    bottom: -26.25rem;
    left: -0.93rem;
  }
  .footer__item2 {
    bottom: -26.8125rem;
    right: auto;
    left: -28.4925rem;
  }
  footer {
    height: auto !important;
    min-height: 40rem !important;
  }
  footer .container {
    height: auto !important;
    min-height: 40rem !important;
  }
  .contact .container {
    min-height: 50rem !important;
  }
  .simply {
    height: auto !important;
    min-height: 40rem !important;
  }
  .simply .container {
    height: auto !important;
    min-height: 40rem !important;
  }
  .error__title {
    font-size: 1.6875rem;
  }
  .error .container {
    padding-top: 5.8125rem;
  }
  .goal__head {
    width: 21.1875rem;
    margin: 0 auto;
    margin-bottom: 7.25rem;
  }
  .footer__info {
    width: 20.5rem;
  }
  .contact {
    min-height: 40rem !important;
  }
  .contact__block-right .contact__right-block:nth-child(2n) .contact__right-info {
    left: 0 !important;
  }
  .simply__blocks-wr {
    height: 17.0625rem;
  }
  .simply__block-wr1 {
    left: -30%;
    top: -2%;
    transform: scale(0.27);
  }
  .simply__block-wr2 {
    right: -23%;
    top: -23%;
    transform: scale(0.27);
  }
  .simply__block-wr3 {
    right: -30%;
    top: 8%;
    transform: scale(0.27);
  }
  .simply__block-wr4 {
    right: -17%;
    top: 47%;
    transform: scale(0.32);
  }
  .simply__block-wr5 {
    left: -27.4%;
    top: 41%;
    transform: scale(0.27);
  }
  .simply__block-wr6 {
    left: 8.4%;
    top: 9%;
    transform: scale(0.4);
  }
  .contact__line {
    width: 54.3125rem;
  }
  .simply_line {
    top: 64%;
    width: 56.125rem;
  }
  .container {
    width: 100%;
  }
  .simply__text br {
    display: none;
  }
  .contact__infowr {
    width: calc(100% - 1.5625rem);
  }
  .simply__blocks-wr {
    width: 20.5rem;
  }
  .goal__head {
    width: 100%;
  }
  .footer__info {
    width: 100%;
  }
  .contact__infowr-banner {
    align-items: center;
  }
}
@media only screen and (max-height: 410px) {
  .main__achievement {
    display: none !important;
  }
}

/**
 * Попап согласия на cookie (template-parts/cookie-banner.php).
 * Десктоп — плавающая карточка снизу справа; планшет/мобильный —
 * во всю ширину под шапкой (см. брейкпоинты ниже).
 */
.cookiebar {
  position: fixed;
  z-index: 200;
  right: 2rem;
  bottom: 2rem;
  width: 19.5rem;
  background: #fff;
  border-radius: 1.25rem;
  box-shadow: 0 0.5625rem 1rem rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  opacity: 0;
  transform: translateY(0.625rem);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.cookiebar--visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.cookiebar__text {
  margin: 0 0 1rem;
  color: #000;
  font-family: "Inter Tight", Arial;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
}

.cookiebar__text a {
  color: #ff5c00;
  text-decoration: underline;
}

.cookiebar__btn {
  display: block;
  width: 100%;
  background: #ff5c00;
  color: #fff;
  border: none;
  border-radius: 0.75rem;
  padding: 0.875rem 1rem;
  font-family: "Inter Tight", Arial;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  cursor: pointer;
  transition: all 0.6s;
}

.cookiebar__btn:hover {
  opacity: 0.9;
}

@media only screen and (max-width: 1199px) {
  /* Та же ширина/центрирование, что у .container (см. выше в файле) — им же
     пользуется шапка, так плашка ровно совпадает с ней по краям. */
  .cookiebar {
    left: 0;
    right: 0;
    width: 37.75rem;
    margin: 0 auto;
    top: 6rem;
    bottom: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.25rem 1.5rem;
  }

  .cookiebar__text {
    margin: 0;
    flex: 1;
  }

  .cookiebar__btn {
    width: auto;
    white-space: nowrap;
    flex-shrink: 0;
  }

  .footer__bottom{
    align-items: flex-end;
  }
  .footer-nav{
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .cookiebar {
    left: 0.75rem;
    right: 0.75rem;
    top: 5rem;
    width: auto;
    flex-direction: column;
    align-items: stretch;
    gap: 0.875rem;
    padding: 1.125rem 1.25rem;
  }

  .cookiebar__text {
    flex: none;
  }

  .cookiebar__btn {
    width: 100%;
  }
  .is-long-name .contact__block-right {
    flex-wrap: wrap;
  }
  .is-long-name .contact__block-sum {
    width: 100%;
  }
  .is-long-name.active .contact__block-sum {
    margin-bottom: 0.5rem;
  }
  .is-long-name .contact__block-left {
    align-items: center;
  }
  .footer__bottom{
    align-items: center;
  }
}
