

/* Start:/local/templates/invest/components/bitrix/menu/nav/style.css?1768555682335*/
.nav__items {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 32px;
  margin: 0;
  padding: 0;
}
.nav__link {
  font-weight: 600;
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.1;
  color: #4A4A4A;
  text-decoration: none;
  text-wrap: nowrap;
}
.nav__link--selected {
  color: #1500C9;
}
/* End */


/* Start:/local/templates/invest/styles.css?17685556822346*/
.article-detail .container {
  background-color: white;
  max-width: 1644px;
  width: 100%;
  padding: 60px;
  margin-bottom: 100px;
  border-radius: 20px;
}
.article-detail .title {
  position: relative;
  padding-bottom: 13px;
}
.article-detail h1, .article-detail h3:nth-child(1) {
  margin-top: 0;
}
.article-detail .title::after {
  background: var(--dividers);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 3px;
}
.article-detail img {
  border-radius: 10px;
  background-image: url(/local/templates/invest/images/icon/plug.webp);
  background-size: contain;
  background-color: #E1E1E1;
}
.article-detail__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-left: 40px;
}
.article-detail__info {
  width: 100%;
}
.article-detail__row, .article-detail__row-first {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.article-detail__row img, .article-detail__row-first img {
  max-width: 762px;
  width: 100%;
  aspect-ratio: 19/12;
}
.article-detail .article-detail__img-main {
  max-width: 760px;
  width: 100%;
  aspect-ratio: 19/12;
  height: -moz-fit-content;
  height: fit-content;
}
.article-detail h3,
.article-detail h4 {
  margin-top: 70px;
  margin-bottom: 40px;
}
.article-detail h3:nth(1) {
  margin: 0 0 40px;
}
.article-detail p:not(:nth-child(1)) {
  margin-bottom: 20px;
}

@media (max-width: 1000px) {
  .article-detail .container {
    padding: 40px 30px;
  }
  .article-detail h3, .article-detail h4 {
    margin-top: 60px;
    margin-bottom: 20px;
  }
  .article-detail p {
    margin: 0 0 30px;
  }
  .article-detail .container {
    width: 100%;
    padding: 40px 30px;
  }
  .article-detail__img-main {
    max-width: 378px;
  }
}
@media (max-width: 768px) {
  .article-detail .container {
    padding-inline: 20px 18px;
  }
  .article-detail__row-first {
    flex-direction: column;
    gap: 0;
  }
  .article-detail__list {
    padding-left: 30px;
  }
  .article-detail .article-detail__img-main {
    max-width: 378px;
    margin-inline: auto;
    width: 100%;
    aspect-ratio: 19/12;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media (max-width: 390px) {
  .article-detail .container {
    padding-inline: 16px;
  }
  .article-detail h3, .article-detail h4 {
    margin-top: 40px;
  }
  .article-detail__list {
    padding-left: 20px;
  }
}
/* End */


/* Start:/local/templates/invest/template_styles.css?176855550321896*/
@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Montserrat";
  src: url("/local/templates/invest/fonts/Montserrat-Bold.woff2") format("woff2"), url("/local/templates/invest/fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/local/templates/invest/fonts/Montserrat-SemiBold.woff2") format("woff2"), url("/local/templates/invest/fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/local/templates/invest/fonts/Montserrat-Medium.woff2") format("woff2"), url("/local/templates/invest/fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/local/templates/invest/fonts/Montserrat-Regular.woff2") format("woff2"), url("/local/templates/invest/fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/local/templates/invest/fonts/Inter-SemiBold.woff2") format("woff2"), url("/local/templates/invest/fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/local/templates/invest/fonts/Inter-Medium.woff2") format("woff2"), url("/local/templates/invest/fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* Шрифты */
@font-face {
  font-family: "Montserrat";
  font-weight: 300;
  font-style: normal;
  src: url("/local/templates/invest/fonts/montserrat-v26-cyrillic_cyrillic-ext_latin-300") format("woff2"), url("/local/templates/invest/fonts/montserrat-v26-cyrillic_cyrillic-ext_latin-300") format("woff");
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --light-gray: rgba(241, 241, 241, 1);
  --gray: rgba(122, 122, 122, 1);
  --black: rgba(0, 0, 0, 1);
  --white: rgba(255, 255, 255, 1);
  --blue: rgba(21, 0, 201, 1);
  --light-blue: rgba(67, 75, 226, 1);
  --dividers: rgba(205, 205, 205, 1);
}

body {
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  font-size: clamp(16px, 4vw, 24px);
  margin: 0;
  padding: 0;
}

html {
  overflow: scroll;
  overflow-x: hidden;
}

.container {
  max-width: 1684px;
  width: 100%;
  padding-inline: 20px;
  margin: 0 auto;
}

.logo {
  display: flex;
  align-items: center;
  gap: 26px;
  text-decoration: none;
}
.logo__text {
  font-weight: 600;
  font-size: clamp(22px, 2.5vw, 32px);
  color: #1500C9;
  margin: 0;
}

.slider__row {
  display: flex;
}

h1 {
  font-size: 50px;
  font-weight: 600;
}

h2 {
  font-size: 48px;
  font-weight: 600;
  margin: 0 0 40px 0;
}

h2.title {
  position: relative;
  padding-bottom: 13px;
}

h2.title::after {
  background: var(--dividers);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 3px;
}

h3 {
  font-size: 36px;
  font-weight: 600;
}

h4 {
  font-size: 26px;
  font-weight: 600;
}

p {
  font-size: 20px;
  font-weight: 400;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font-size: 20px;
  cursor: pointer;
}

body {
  background-color: rgb(244, 244, 244);
}

.pulse:hover {
  animation: pulse 1s infinite;
  /* анимация пульсации при наведении на ссылку */
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.custom-buttons {
  display: flex;
  gap: 18px;
  margin-left: auto;
}

.custom-button-prev,
.custom-button-next {
  cursor: pointer;
  width: 63px;
  height: 63px;
}
.custom-button-prev:is(.swiper-button-disabled) svg,
.custom-button-next:is(.swiper-button-disabled) svg {
  fill: #1200A7;
}
.custom-button-prev:is(.swiper-button-disabled) svg path,
.custom-button-next:is(.swiper-button-disabled) svg path {
  stroke: #fff;
}
.custom-button-prev:is(.swiper-button-disabled) svg rect,
.custom-button-next:is(.swiper-button-disabled) svg rect {
  stroke: #1200A7;
}
@media (max-width: 576px) {
  .custom-button-prev,
  .custom-button-next {
    width: 50px;
    height: 50px;
  }
  .custom-button-prev svg,
  .custom-button-next svg {
    width: 50px;
    height: 50px;
  }
}

.custom-button-next {
  transform: rotate(180deg);
}

.no-scroll {
  height: 100vh;
  overflow: hidden;
  /* Отключаем прокрутку на фоне */
}

@media (max-width: 1000px) {
  .container {
    max-width: 940px;
    padding: 0 20px;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 26px;
  }
  p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 768px;
  }
  h1 {
    font-size: 30px;
  }
  h2.title::after {
    width: 170px;
  }
}
@media (max-width: 390px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 20px;
  }
  p {
    font-size: 14px;
  }
}
.header {
  position: sticky;
  top: -71px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 10;
}
.header *:not(.container) {
  padding: 0;
  margin: 0;
}
.header-top {
  background-color: rgb(241, 241, 241);
  width: 100%;
}
.header-top__social {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.header-top__social .social {
  scale: 0.8;
}
.header-top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 14px;
}
.header-top .phone {
  font-size: 20px;
  font-weight: 600;
}
.header-top .phone::before {
  display: block;
  content: url(/local/templates/invest/images/icon/header-phone.svg);
  width: 21px;
  height: 29px;
  top: 50%;
  left: 0;
}
.header-top .container .header-top__address {
  font-size: clamp(14px, 3vw, 18px);
  font-weight: 500;
  align-items: center;
  display: flex;
}
.header-top .container .header-top__address::before {
  display: block;
  content: url(/local/templates/invest/images/icon/header-location.svg);
  width: 21px;
  height: 29px;
  top: 50%;
  left: 0;
}
.header-top p, .header-top a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-top img {
  -o-object-fit: none;
  object-fit: none;
  width: 24px;
  height: 24px;
}
.header .header_container {
  padding-block: 20px;
}
.header_container .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.header_container .logo {
  color: #1500C9;
  width: 30%;
}
.header_container .logo__img {
  width: 100%;
}
.header_container .logo.active:hover {
  color: black;
}
.header .burger {
  display: none;
}
.header .nav__list {
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: 1156px;
  width: 100%;
  list-style-type: none;
}
.header .nav__list a:hover {
  color: var(--light-blue);
}
.header .nav__item-close {
  display: none;
  top: 60px;
  right: 30px;
}
.header .nav__item-close .closeBurger {
  width: 40px;
  height: 40px;
}
.header .nav__item-logo {
  display: none;
}

/* popap */
.popap {
  background-color: rgba(31, 33, 37, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
}
.popap.active {
  display: flex;
}
.popap .popap-form {
  position: relative;
  background-color: white;
  padding: 40px;
  border-radius: 20px;
}
.popap .popap-form .img-popap {
  position: absolute;
  top: -36px;
  left: -52px;
}
.popap .popap-form .close-popap {
  position: absolute;
  top: 30px;
  right: 30px;
}
.popap .popap-form h3 {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  margin-inline: auto;
  margin-bottom: 60px;
}
.popap .popap-form .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  max-width: 679px;
  width: 100%;
  margin-inline: auto;
}
.popap .popap-form .content .validation {
  position: relative;
  width: 100%;
}
.popap .validation--necessarily label::after {
  content: "*";
  color: rgb(218, 20, 20);
}
.popap .popap-form .content .validation label {
  background-image: linear-gradient(45deg, #fff, #fff);
  background-repeat: no-repeat;
  background-position-y: 10px;
  background-size: 100% 1px;
  color: rgb(147, 151, 182);
  position: absolute;
  font-size: 16px;
  top: -10px;
  left: 20px;
  padding-inline: 4px;
}
.popap .popap-form .content .row {
  display: flex;
  width: 100%;
  gap: 20px;
}
.popap .popap-form .content input, .popap .popap-form .content textarea {
  font-size: 18px;
  padding: 14.5px 16px;
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgb(147, 151, 182);
  outline: none;
}
.popap .popap-form .content input:focus-visible, .popap .popap-form .content input:hover, .popap .popap-form .content textarea:focus-visible, .popap .popap-form .content textarea:hover {
  border-color: var(--light-blue);
}
.popap .popap-form .content textarea {
  height: 152px;
  resize: none;
}
.popap .popap-form .content input::-moz-placeholder, .popap .popap-form .content textarea::-moz-placeholder {
  color: var(--gray);
}
.popap .popap-form .content input::placeholder, .popap .popap-form .content textarea::placeholder {
  color: var(--gray);
}
.popap .validation.error input {
  border-color: rgb(226, 67, 67);
}
.popap .validation.error input::-moz-placeholder {
  color: rgb(226, 67, 67);
}
.popap .validation.error input::placeholder {
  color: rgb(226, 67, 67);
}
.popap-form .conditions {
  color: var(--gray);
  font-size: 14px;
  text-align: center;
  margin: 0;
}
.popap .button {
  color: white;
  position: relative;
  font-weight: 500;
  text-align: center;
  max-width: 377px;
  width: 100%;
  height: 80px;
  padding: 7px;
  border: unset;
  border-radius: 100px;
  border: unset;
  background: linear-gradient(93.05deg, rgba(31, 33, 37, 0.7) 7.56%, rgba(116, 123, 139, 0.7) 92.95%);
}
.popap .button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100px;
  z-index: 0;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background: linear-gradient(92.72deg, #373B42 14.4%, #6A6D75 88.04%);
}
.popap .button span {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: radial-gradient(67.52% 92.86% at 49.86% 92.86%, #1F2125 0%, #42464E 100%);
  border-radius: 100px;
}
.popap .button:hover {
  background: radial-gradient(67.52% 92.86% at 49.86% 92.86%, rgba(21, 0, 201, 0.7) 0%, rgba(104, 86, 255, 0.7) 100%);
}
.popap .button:hover::after {
  background: linear-gradient(92.72deg, #5F50E7 14.4%, #9186F7 88.04%);
}
.popap .button:hover span {
  background: radial-gradient(67.52% 92.86% at 49.86% 92.86%, #2514B5 0%, #6E5FEE 100%);
}
.popap .button:active {
  background: radial-gradient(67.52% 92.86% at 49.86% 92.86%, rgba(21, 0, 201, 0.7) 0%, rgba(104, 86, 255, 0.7) 100%);
}
.popap .button:active::after {
  background: linear-gradient(92.72deg, #5F50E7 14.4%, #9186F7 88.04%);
}
.popap .button:active span {
  background: radial-gradient(67.52% 92.86% at 49.86% 92.86%, #6E5FEE 0%, #2514B5 100%);
}

@media (max-width: 1000px) {
  .header-top .phone {
    font-size: 16px;
  }
  .header .header_container {
    padding-block: 14px;
  }
  .header .logo__img {
    height: 40px;
  }
  .header .burger {
    display: block;
    width: 40px;
    height: 40px;
    border: unset;
    background-color: unset;
  }
  .header .nav {
    background-color: rgba(31, 33, 37, 0.4);
    display: none;
    justify-content: end;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100vh;
  }
  .header .nav.active {
    display: flex;
  }
  .header .nav__wrapper {
    position: relative;
    background-color: white;
    justify-content: unset;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    gap: 50px;
    padding: 70px 120px;
    border-radius: 0 0 20px 20px;
  }
  .header .nav__list {
    flex-direction: column;
  }
  .header .nav__item-close {
    display: block;
    position: absolute;
  }
  .header .nav__item-logo {
    display: block;
    margin-bottom: 50px;
  }
  .header .nav__item-logo .logo-svg {
    color: #1500C9;
    height: 40px;
  }
}
@media (max-width: 768px) {
  .header .logo {
    max-width: 291px;
    width: 58%;
  }
  .header .logo__img {
    height: auto;
  }
  .header .logo__img-burger {
    height: 28px;
  }
  .popap-form {
    margin-inline: 30px;
  }
}
@media (max-width: 609px) {
  .popap .img-popap {
    width: 162px;
    height: 120px;
  }
}
@media (max-width: 500px) {
  .header .logo {
    max-width: 200px;
  }
  .header-top .phone {
    font-size: 14px;
  }
  .header .nav__item-close {
    top: 48px;
    right: 20px;
  }
  .header .nav__wrapper {
    padding: 100px 16px 70px;
    width: 100%;
  }
  .popap .popap-form {
    width: 100%;
    padding: 20px;
    margin-inline: 16px;
  }
  .popap .popap-form .close-popap {
    top: 10px;
    right: 10px;
  }
  .popap .popap-form h3 {
    font-size: 22px;
    margin-bottom: 40px;
  }
  .popap .popap-form .content {
    gap: 10px;
  }
  .popap .popap-form .content .validation label {
    background-position-y: 0.5rem;
    font-size: 14px;
    top: -0.5rem;
  }
  .popap .popap-form .content input, .popap .popap-form .content textarea {
    font-size: 16px;
  }
  .popap .popap-form .content textarea {
    margin-bottom: 20px;
  }
  .popap .popap-form .content .row {
    flex-direction: column;
    gap: 10px;
  }
  .popap .popap-form .button {
    font-size: 16px;
    height: 67px;
    margin-bottom: 30px;
  }
  .popap .popap-form .conditions {
    font-size: 12px;
  }
  .popap .img-popap {
    top: -25px;
    left: -38px;
    width: 112px;
    height: 90px;
  }
}
.footer {
  padding-block: 40px;
  background-color: rgb(31, 33, 37);
}
.footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .logo-svg {
  color: white;
  max-width: 100%;
  margin: 0 0 86px 0;
}
.footer .footer__menu {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin: 0 0 40px 0;
  width: 100%;
}
.footer .nav__list {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 88%;
}
.footer .nav__list a {
  color: white;
  font-size: 20px;
}
.footer hr {
  border-bottom: 1px solid rgb(56, 59, 66);
  margin: 0 0 40px 0;
  width: 100%;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  color: rgb(122, 122, 122);
  font-size: 14px;
  margin: 0;
  width: 100%;
}

.social {
  display: flex;
  margin: 0;
  gap: 17px;
}
.social__link {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  -o-object-fit: none;
  object-fit: none;
  border-radius: 50%;
  background-color: rgb(122, 122, 122);
}

@media (max-width: 1100px) {
  .footer .logo {
    height: 40px;
    margin-bottom: 60px;
  }
  .footer .footer__menu {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 40px;
    width: -moz-fit-content;
    width: fit-content;
  }
  .footer .nav__list {
    flex-direction: column;
  }
}
@media (max-width: 390px) {
  .footer {
    padding-block: 30px;
  }
  .footer .container {
    align-items: baseline;
    padding-inline: 16px;
  }
  .footer .container hr {
    margin-bottom: 30px;
  }
  .footer .footer__menu {
    max-height: none;
    margin-bottom: 30px;
  }
  .footer .footer__bottom {
    flex-wrap: wrap;
    gap: 10px;
  }
}
/* End */
/* /local/templates/invest/components/bitrix/menu/nav/style.css?1768555682335 */
/* /local/templates/invest/styles.css?17685556822346 */
/* /local/templates/invest/template_styles.css?176855550321896 */
