html {
  scroll-behavior: smooth;
  scroll-padding-top: 64px;
}

body {
  &._fixed {
    position: fixed;
    width: 100%;
  }
}

* {
  box-sizing: border-box;
}

body,
h1,
h2,
h3 {
  margin: 0;
  line-height: 1;
}

p {
  margin: 0;
  line-height: 1.5;
}

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

img {
  display: block;
  width: 100%;
}

ul,
ol {
  padding: 0;
  list-style-type: none;
  margin: 0;
  line-height: 1.5;
}

button,
input,
select,
textarea {
  display: block;
  border: none;
  background: none;
  font-size: inherit;
  color: inherit;
  font-family: inherit;
  padding: 0;
  margin: 0;
  outline: none;
  font-weight: inherit;
  line-height: inherit;
}

select {
  appearance: none;
}

button,
[role="button"],
[data-fancybox] {
  cursor: pointer;
}

button:disabled {
  cursor: default;
  opacity: 0.4;
  pointer-events: none;
}

input,
textarea {
  width: 100%;

  &[hidden] {
    display: none;
  }
  &::placeholder {
    color: inherit;
  }
}

.limiter {
  max-width: 1470px;
  margin-inline: auto;
  padding-inline: 16px;
  width: 100%;
}

@font-face {
  font-family: "tiktok";
  src: url("./TikTok_Sans/static/TikTokSans_24pt_SemiExpanded-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "tiktok";
  src: url("./TikTok_Sans/static/TikTokSans_24pt_SemiExpanded-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "tiktok";
  src: url("./TikTok_Sans/static/TikTokSans_24pt_SemiExpanded-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "tiktok";
  src: url("./TikTok_Sans/static/TikTokSans_24pt_SemiExpanded-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: tiktok;
}

u {
  text-decoration: none;
  color: #fe8402;
}

.header {
  background: #fff;
  padding: 24px;
  color: #343434;
  position: relative;

  &::after {
    content: "";
    width: 100%;
    height: 39px;
    position: absolute;
    top: 100%;
    left: 0;
    background: linear-gradient(0deg, #ffffff 0%, #d9d9d9 100%);
    z-index: -1;
  }
}
.header__limiter {
  display: flex;
  align-items: center;
  gap: 32px;
}
.header__logo {
  max-width: 241px;
}
.header__nav {
  display: flex;
  gap: 36px;
  margin-inline: 24px auto;
  align-self: stretch;
}
.header__nav-link {
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  display: flex;
  align-items: center;

  &:hover {
    color: #fe8402;
  }

  &._sublinks {
    position: relative;
    gap: 8px;
    &::after {
      content: "";
      clip-path: polygon(10% 25%, 0% 35%, 50% 85%, 100% 35%, 90% 25%, 50% 65%);
      width: 8px;
      aspect-ratio: 1;
      background-color: #343434;
      flex-shrink: 0;
    }

    &:hover {
      &::after {
        background-color: #fe8402;
      }
    }
  }
}
.header__nav-link._sublinks:hover .header__sublinks {
  opacity: 1;
  pointer-events: all;
}

.have_third:hover .third_sublinks
{
  opacity: 1;
  pointer-events: all;
}

.have_third {
	text-align:left;
	position: relative;
}

.header__sublinks {
  position: absolute;
  top: 100%;
  left: -24px;
  background: #fff;
  padding: 24px 0px;
  border-radius: 0 0 12px 12px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 183px;
  z-index: 2;

  opacity: 0;
  pointer-events: none;
}

 .third_sublinks {
  position: absolute;
    top: 0%;
    left: 180px;
    background: #fff;
        padding: 0px 0px 24px;
    border-radius: 0 0 12px 12px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 250px;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
	 white-space: nowrap; 
 }

.header__sublink {
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-align: left;
  color: #343434;
 padding: 0px 24px;
  &:hover {
    color: #fe8402;
  }
}
.header__phone-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.header__phone {
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
}
.header__phone-subtitle {
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #fe8402;
}
.header__button {
  border-radius: 16px;
  border-width: 2px;
  padding: 12px 16px;
  border: 2px solid #343434;
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}
.header__soc {
  display: flex;
  gap: 10px;

  display: none !important;
}
.header__soc-link {
  width: 45px;
  aspect-ratio: 1;
  border-radius: 12px;
  background: center/cover no-repeat;

  &._vk {
    background-image: url(./images/vk.png);
  }
  &._tg {
    background-image: url(./images/tg.png);
  }
}
.header__burger-wrapper {
  display: flex;
  gap: 8px;
  margin-left: auto;

  display: none;
}
.header__phone-icon {
  width: 32px;
  aspect-ratio: 1;
  background: center/cover no-repeat url(./images/phone-icon.png);
}
.header__burger-icon {
  width: 32px;
  aspect-ratio: 1;
  background: center/cover no-repeat url(./images/burger-icon.png);
}
@media (width < 1590px) {
  .header__button {
    display: none;
  }
}
@media (width < 1220px) {
  .header__phone-wrapper {
    display: none;
  }
  .header__nav,
  .header__soc {
    display: none;
  }
  .header__burger-wrapper {
    display: flex;
  }
  .header {
    padding: 16px;
    gap: 16px;
  }
  .header__logo {
    max-width: 131px;
  }
}

.mobile-menu {
  opacity: 0;
  pointer-events: none;
  padding: 16px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100dvh;
  box-sizing: border-box;
  background: #fff;
  display: flex;
  flex-direction: column;
  z-index: 5;

  &._active {
    opacity: 1;
    pointer-events: all;
  }
}
.mobile-menu__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-menu__logo {
  max-width: 131px;
}
.mobile-menu__close-icon {
  width: 32px;
  aspect-ratio: 1;
  background: center/cover no-repeat url(./images/close-icon.png);
}
.mobile-menu__nav {
  margin-block: 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.mobile-menu__nav-link {
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -2%;
  vertical-align: middle;
  color: #343434;
}
.mobile-menu__nav-text {
  display: flex;
  justify-content: space-between;
  &::after {
    content: "";
    clip-path: polygon(25% 10%, 35% 0%, 85% 50%, 35% 100%, 25% 90%, 65% 50%);
    height: 8px;
    aspect-ratio: 1;
    background-color: #343434;
    flex-shrink: 0;
  }
}
.mobile-menu__sublinks {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 24px;
}
.mobile-menu__sublink {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -2%;
  vertical-align: middle;
}
.mobile-menu__phone-wrapper {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mobile-menu__phone {
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -2%;
  vertical-align: middle;
}
.mobile-menu__phone-subtitle {
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -2%;
  vertical-align: middle;
  color: #fe8402;
}
.mobile-menu__button {
  margin-top: 24px;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  border-radius: 8px;
  padding: 10px;
  width: 100%;
  max-width: 500px;
  border: 1px solid #343434;
}
.mobile-menu__soc {
  display: flex;
  gap: 10px;
  margin-top: 24px;

  display: none !important;
}
.mobile-menu__soc-link {
  width: 45px;
  aspect-ratio: 1;
  border-radius: 12px;
  background: center/cover no-repeat;

  &._vk {
    background-image: url(./images/vk.png);
  }
  &._tg {
    background-image: url(./images/tg.png);
  }
}
.hero__top {
  background: bottom/contain no-repeat url(./images/hero_back.png);
  padding: calc(56px + 45px) 56px 56px;
  min-height: 542px;
  border-radius: 32px;
}
.hero__title {
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #f2f3f5;
  max-width: 718px;
}
.hero__subtitle {
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #f2f3f5;
  margin-top: 32px;
  max-width: 544px;
}
.hero__button {
  max-width: 477px;
  width: 100%;
  border-radius: 16px;
  padding-top: 16px;
  padding-right: 48px;
  padding-bottom: 16px;
  padding-left: 48px;
  background: #fe8402;
  color: #ffffff;
  font-weight: 500;
  font-style: Medium;
  font-size: 28px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  margin-top: 45px;
}
.hero__bottom {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 400px), 1fr));
  gap: 32px;
}
.hero__item {
  border-radius: 32px;
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  vertical-align: middle;
  padding: 32px;
  color: #ffffff;
  background: center/cover no-repeat;
  aspect-ratio: 469/233;

  &:nth-child(1) {
    background-image: url(./images/hero1.png);
  }
  &:nth-child(2) {
    background-image: url(./images/hero2.png);
  }
  &:nth-child(3) {
    background-image: url(./images/hero3.png);
  }
}
@media (width < 1480px) {
  .hero__top {
    background-size: cover;
    display: flex;
    flex-direction: column;
  }
}
@media (width < 1120px) {
  .hero__title {
    font-size: 18px;
    max-width: 500px;
  }
  .hero__subtitle {
    font-size: 16px;
    margin-top: 16px;
    max-width: 500px;
  }
  .hero__button {
    padding: 10px;
    font-size: 18px;
    margin-top: auto;
    max-width: 500px;
  }
}
@media (width < 768px) {
  .hero {
    margin-top: 16px;
  }
  .hero__top {
    background: center/cover no-repeat url(./images/hero_back_mob.png);
    padding: 24px;
    min-height: 440px;
    border-radius: 16px;
  }
  .hero__bottom {
    margin-top: 32px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .hero__item {
    border-radius: 16px;
    font-size: 18px;
    padding: 24px;
    width: 100%;
    max-height: 120px;
  }
}

.howwork {
  margin-top: calc(64px + 49px);
}
.howwork__wrapper {
  background: center/contain no-repeat url(./images/howwork.png);
  max-width: 1838px;
  margin-inline: auto;
}
.howwork__limiter {
  padding-block: 80px;
}
.howwork__title {
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  color: #ffffff;
}
.howwork__grid {
  margin-top: 72px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(250px, 100%), 1fr));
}
.howwork__item {
  position: relative;
  padding-bottom: 24px;
  &::after {
    content: "";
    width: calc(100% - 64px - 18px - 18px);
    height: 1px;
    background-image: linear-gradient(to right, #fe8402 70%, transparent 0%);
    background-size: 15px 1px;
    background-repeat: repeat-x;
    position: absolute;
    top: 32px;
    left: calc(64px + 18px);
  }

  &:last-child::after {
    display: none;
  }
}
.howwork__item-digit {
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #fe8402;
  background: radial-gradient(107.97% 111.72% at 50% 0%, rgba(52, 52, 52, 0) 0%, rgba(66, 54, 42, 0.44) 56.16%, #fe8402 100%);
  width: 64px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
}
.howwork__item-title {
  display: block;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  margin-top: 32px;
  color: #fe8402;
  width: 90%;
}
.howwork__item-text {
  margin-top: 31px;
  display: block;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #ffffff;
  width: 90%;
}
@media (width < 1600px) {
  .howwork__wrapper {
    background-size: cover;
  }
}
@media (width < 768px) {
  .howwork {
    margin-top: 32px;
  }
  .howwork__wrapper {
    margin-inline: 16px;
    border-radius: 16px;
  }
  .howwork__limiter {
    padding-block: 24px;
  }
  .howwork__title {
    font-size: 24px;
  }
  .howwork__grid {
    margin-top: 24px;
    grid-template-columns: 1fr;
  }
  .howwork__item {
    display: grid;
    column-gap: 16px;
    grid-template-areas: "a b" "a c";
    justify-content: flex-start;

    &::after {
      width: 1px;
      height: calc(100% - 32px - 12px);
      background-image: linear-gradient(to bottom, #fe8402 70%, transparent 0%);
      background-size: 1px 10px;
      background-repeat: repeat-y;
      top: calc(32px + 8px);
      left: 16px;
    }

    &:last-child::after {
      display: none;
    }
  }
  .howwork__item-digit {
    font-size: 9px;
    line-height: 1;
    width: 32px;
    border-radius: 12px;
    grid-area: a;
  }
  .howwork__item-title {
    font-size: 16px;
    margin-top: 0;
    width: 100%;
    grid-area: b;
  }
  .howwork__item-text {
    grid-area: c;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1;
    width: 100%;
    font-weight: 400;
  }
}

.types {
  margin-top: calc(64px + 49px);
}
.types__title {
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #343434;
}
.types__subtitle {
  margin-top: 24px;
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #585858;
}
.types__grid {
  margin-top: 56px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px 47px;
}
.types__item {
  padding: 32px;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 265px;
  background-position: 55% bottom;

  &:nth-child(1) {
    background-image: url(./images/types1.png);
  }
  &:nth-child(2) {
    background-image: url(./images/types2.png);
    color: #fff;
    .types__item-text::after {
      background-image: url(./images/types-arrow_white.png);
    }
  }
  &:nth-child(3) {
    background-image: url(./images/types3.png);
    color: #fff;
    .types__item-text::after {
      background-image: url(./images/types-arrow_white.png);
    }
  }
  &:nth-child(4) {
    background-image: url(./images/types4.png);
  }
  &:nth-child(5) {
    background-image: url(./images/types5.png);
  }
  &:nth-child(6) {
    background-image: url(./images/types6.png);
    color: #fff;
    .types__item-text::after {
      background-image: url(./images/types-arrow_white.png);
    }
  }
}
.types__item-title {
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0%;
  vertical-align: middle;
}
.types__item-text {
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;

  display: flex;
  gap: 12px;
  align-items: center;

  &::after {
    content: "";
    width: 15px;
    height: 15px;
    background: center/cover no-repeat url(./images/types-arrow.png);
  }

  &._no {
    display: block;
    &::after {
      display: none;
    }
  }
}
.types__form {
  margin-top: 47px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: center/contain no-repeat url(./images/types-form.png);
  min-height: 284px;
  padding-inline: 48px;
}
.types__form-left {
  max-width: 645px;
  display: flex;
  flex-direction: column;
  color: #fff;
}
.types__form-title {
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  line-height: 32px;
  letter-spacing: 0%;
}
.types__form-text {
  margin-top: 32px;
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0%;
}
.types__form-right {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  max-width: 443px;
}
.types__input {
  border: 1px solid #ffffff;
  width: calc((100% - 16px) / 2);
  border-radius: 8px;
  padding: 16px;
  color: #fff;
}
.types__form-button {
  width: 100%;
  border-radius: 8px;
  padding-top: 16px;
  padding-right: 24px;
  padding-bottom: 16px;
  padding-left: 24px;
  background: #ffffff;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -2%;
  vertical-align: middle;
  color: #343434;
}
.types__checkbox {
  width: 100%;
  color: #fff;
}
.mikcheckbox {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5em;
  position: relative;
  --mikwidth: 20px;
}
.mikcheckbox__input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.mikcheckbox__input:checked ~ .mikcheckbox__indicator {
  opacity: 1;
}
.mikcheckbox__input:checked ~ .mikcheckbox__indicator::after {
  opacity: 1;
}
.mikcheckbox__indicator {
  border-width: 1px;
  border-style: solid;
  border-color: currentColor;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  opacity: 0.6;
  position: relative;
  transition: all 0.3s;
  width: var(--mikwidth);
  height: var(--mikwidth);
  flex-shrink: 0;
}
.mikcheckbox__indicator::after {
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: currentColor;
  content: "";
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
  transform: rotate(45deg);
  left: calc(var(--mikwidth) / 4);
  top: calc(var(--mikwidth) / 11);
  height: calc(var(--mikwidth) / 2);
  width: calc(var(--mikwidth) / 4);
}
.mikcheckbox__text {
  line-height: 1;
  font-size: 14px;
  color: var(--color-text200);

  a {
    color: var(--color-accent);
  }
}
@media (width < 1290px) {
  .types__form {
    margin-top: 16px;
    padding: 16px;
    background-size: cover;
    min-height: 340px;
  }
  .types__form-title {
    font-size: 18px;
    line-height: 1;
  }
  .types__form-text {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1;
  }
  .types__form-right {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .types__input {
    width: 100%;
    padding: 12px;
  }
  .types__form-button {
    padding: 12px;
    font-size: 16px;
    line-height: 1;
  }
  .mikcheckbox {
    --mikwidth: 16px;
  }
}
@media (width < 1080px) {
  .types__grid {
    margin-top: 16px;
    gap: 16px;
  }
  .types__item {
    padding: 16px;
    border-radius: 16px;
    min-height: 180px;
  }
  .types__item-title {
    font-size: 16px;
    line-height: 1;
  }
  .types__item-text {
    font-size: 10px;
    gap: 6px;
    line-height: 1;

    &::after {
      width: 8px;
      height: 8px;
    }
  }
}
@media (width < 768px) {
  .types {
    margin-top: 32px;
  }
  .types__title {
    font-size: 18px;
    text-align: center;
  }
  .types__subtitle {
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
  }
  .types__grid {
    grid-template-columns: 1fr;
  }
  .types__item {
    min-height: 100px;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .types__form {
    background: center/cover no-repeat url(./images/types-form-mob.png);
    flex-direction: column;
    align-items: flex-start;
    border-radius: 16px;
    gap: 16px;
  }
  .types__form-left {
    max-width: 156px;
  }
  .mikcheckbox__text {
    font-size: 10px;
  }
}

.stocks {
  margin-top: calc(64px + 49px);
}
.stocks__title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.stocks__title {
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #343434;
}
.stocks__button {
  font-weight: 500;
  font-style: Medium;
  font-size: 28px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  max-width: 469px;
  width: 100%;
  border-radius: 16px;
  padding: 16px;
  background: #fe8402;
}
.stocks__subtitle {
  margin-top: 8px;
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #343434;
}
.stocks__grid {
  margin-top: 56px;
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-areas: "a b c" "a d e";
  gap: 32px;
}
.stocks__item {
  padding: 40px;
  border-radius: 32px;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 299px;
  color: #fff;
  display: flex;
  flex-direction: column;

  &:nth-child(1) {
    background-image: url(./images/stocks1.png);
    grid-area: a;
    .stocks__item-title {
      color: #e63d20;
    }
  }
  &:nth-child(2) {
    background-image: url(./images/stocks2.png);
    grid-area: b;
    .stocks__item-title {
      color: #e63d20;
    }
  }
  &:nth-child(3) {
    background-image: url(./images/stocks3.png);
    grid-area: c;
    color: #343434;
  }
  &:nth-child(4) {
    background-image: url(./images/stocks4.png);
    grid-area: d;
  }
  &:nth-child(5) {
    background-image: url(./images/stocks5.png);
    grid-area: e;
    .stocks__item-title {
      color: #fe8402;
    }
  }
}
.stocks__item-title {
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  vertical-align: middle;
}
.stocks__item-text {
  font-family: TikTok Sans 24pt SemiExpanded;
  font-weight: 500;
  font-style: Medium;
  font-size: 32px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-top: 24px;
}
@media (width < 1200px) {
  .stocks__grid {
    grid-template-areas: "a b" "a c" "d e";
  }
}
@media (width < 1000px) {
  .stocks {
    margin-top: 32px;
  }
  .stocks__title-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .stocks__title {
    font-size: 18px;
  }
  .stocks__button {
    font-size: 18px;
    padding: 10px;
  }
  .stocks__subtitle {
    font-size: 16px;
    text-align: center;
  }
  .stocks__grid {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
    gap: 16px;
  }
  .stocks__item {
    padding: 16px;
    min-height: 150px;
    border-radius: 16px;
    background-position: center 28%;

    &:nth-child(1) {
      min-height: 308px;
    }
  }
  .stocks__item-title {
    font-size: 32px;
  }
  .stocks__item-text {
    font-size: 16px;
    margin-top: 16px;
  }
}

.whywe {
  margin-top: 64px;
}
.whywe__wrapper {
  background: center/cover no-repeat url(./images/whywe.png);
  margin-inline: auto;
  max-width: 1851px;
  border-radius: 64px;
}
.whywe__limiter {
  padding-block: 64px;
}
.whywe__title {
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  vertical-align: middle;
}
.whywe__text {
  margin-top: 16px;
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  vertical-align: middle;
}
.whywe__grid {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(350px, 100%), 1fr));
  gap: 32px;
}
.whywe__item {
  padding: 32px;
  border-radius: 32px;
  background: radial-gradient(52.88% 93.58% at 18.98% 29.81%, #343434 22.3%, #090909 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
  color: #fff;
}
.whywe__icon {
  width: 76px;
  aspect-ratio: 1;
}
.whywe__item-title {
  margin-top: 32px;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}
.whywe__item-text {
  margin-top: 8px;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}
@media (width < 768px) {
  .whywe {
    margin-top: 32px;
  }
  .whywe__wrapper {
    margin-inline: 8px;
    border-radius: 24px;
    background: none;
  }
  .whywe__limiter {
    padding-block: 8px;
    padding-inline: 0;
  }
  .whywe__title {
    font-size: 18px;
    text-align: center;
  }
  .whywe__text {
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
  }
  .whywe__grid {
    margin-top: 24px;
    grid-template-columns: 1fr;
    gap: 16px;
    background: center/cover no-repeat url(./images/whywe.png);
    border-radius: 24px;
    padding: 8px;
  }
  .whywe__item {
    padding: 16px;
    border-radius: 16px;
  }
  .whywe__icon {
    width: 32px;
  }
  .whywe__item-title {
    margin-top: 16px;
    font-size: 16px;
  }
  .whywe__item-text {
    margin-top: 16px;
    font-size: 10px;
  }
}

.quot {
  background: center/cover no-repeat url(./images/quot.png);
  padding-block: 65px;
}
.quot__limiter {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 33px;
}
.quot__title {
  font-weight: 700;
  font-style: Bold;
  font-size: 47px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  vertical-align: middle;
}
.quot__right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.quot__text {
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  color: #585858;
}
.quot__button {
  margin-top: 24px;
  opacity: 1;
  border-radius: 16px;
  border: 2px solid #343434;
  padding: 16px;
  font-weight: 500;
  font-style: Medium;
  font-size: 28px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}
@media (width < 768px) {
  .quot {
    padding-block: 16px;
    border-radius: 24px;
    margin-inline: 8px;
  }
  .quot__limiter {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .quot__title {
    font-size: 18px;
    text-align: center;
  }
  .quot__right {
    text-align: center;
    gap: 16px;
  }
  .quot__text {
    font-size: 16px;
  }
  .quot__button {
    margin-top: 8px;
    border: 1px solid #343434;
    padding: 10px;
    font-size: 18px;
  }
}

.reviews {
  margin-top: 64px;
}
.reviews__title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reviews__title {
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  vertical-align: middle;
}
.arrows {
  display: flex;
  gap: 10px;
}
.arrow {
  width: 46px;
  aspect-ratio: 1;
  background: center/cover no-repeat url(./images/arrow.png);

  &._right {
    rotate: 180deg;
  }
}
.reviews__splide {
  margin-top: 53px;
}
@media (width < 768px) {
  .reviews {
    margin-top: 32px;
  }
  .reviews__arrows {
    display: none;
  }
  .reviews__title {
    font-size: 18px;
    text-align: center;
  }
  .reviews__splide {
    margin-top: 24px;
  }
  .reviews .splide__pagination {
    position: relative;
    bottom: 0;
    justify-content: flex-start;
    margin-top: 16px;
    padding: 0;

    & .splide__pagination__page.is-active {
      background: #21201f;
      transform: none;
    }
  }
}

.map {
  margin-top: calc(64px + 49px);
  height: 706px;
  position: relative;
}
.map__container {
  max-width: 1856px;
  margin-inline: auto;
  position: absolute;
  left: 0;
  right: 0;
  transform: translateX();
  height: 100%;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
}
.map__limiter {
  position: relative;
  z-index: 1;
  padding-block: 52px;
}
.map__data {
  background: #ffffff;
  box-shadow: 0px 13px 14.8px 0px #0000002e;
  border-radius: 19px;
  max-width: 376px;
}
.map__top {
  padding: 24px 24px 16px;
}
.map__title {
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 22.31px;
  letter-spacing: 0%;
  color: #343434;
}
.map__form {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.map__input {
  font-weight: 400;
  font-size: 12px;
  line-height: 15.94px;
  letter-spacing: 0%;
  vertical-align: middle;
  width: 100%;
  border-radius: 6.37px;
  border: 1px solid #343434;
  padding: 12.75px;
}
.map__button {
  font-weight: 500;
  font-style: Medium;
  font-size: 15.94px;
  line-height: 15.94px;
  letter-spacing: -2%;
  vertical-align: middle;
  color: #ffffff;
  width: 100%;
  opacity: 1;
  border-radius: 6.37px;
  gap: 7.97px;
  padding-top: 19.12px;
  padding-right: 25.5px;
  padding-bottom: 19.12px;
  padding-left: 25.5px;
  background: #fe8402;
}
.map__checkbox {
  --mikwidth: 16px;
  & .mikcheckbox__text {
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    line-height: 1;
    letter-spacing: -2%;
    vertical-align: middle;
  }
  & .mikcheckbox__indicator::after {
    left: 5px;
    top: 1px;
  }
}
.map__contacts {
  background: #343434;
  padding: 26px;
  border-radius: 19px;
  color: #fff;

  display: flex;
  flex-direction: column;
  gap: 16px;
}
.map__contacts-title {
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 22.31px;
  letter-spacing: 0%;
}
.map__contacts-text {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;

  &._phones {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
}
@media (width < 768px) {
  .map {
    margin-top: 32px;
    height: auto;
  }
  .map__container {
    position: relative;
    margin-inline: 16px;
    height: 309px;
    border-radius: 16px;
    width: calc(100% - 32px);

    & iframe {
      height: 309px;
    }
  }
  .map__limiter {
    padding-block: 0;
    margin-top: 16px;
  }
  .map__data {
    border-radius: 16px;
    max-width: 500px;
  }
  .map__top {
    padding: 16px;
  }
  .map__title {
    font-size: 18px;
    line-height: 1;
  }
  .map__form {
    margin-top: 16px;
  }
  .map__input {
    font-size: 16px;
    line-height: 1;
  }
  .map__button {
    font-size: 16px;
    padding: 12px;
  }
  .map__contacts {
    padding: 16px;
    border-radius: 16px;
    gap: 10px;
  }
  .map__contacts-title {
    font-size: 18px;
    line-height: 1;
  }
  .map__contacts-text {
    font-size: 14px;
  }
}

.footer {
  margin-top: 64px;
  background: #f2f6f7;
  padding-block: 64px;
}
.footer__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}
.footer__logo {
  max-width: 214px;
}
.footer__nav {
  display: flex;
  flex-direction: column;
  gap: 23px;
  max-width: 121px;
}
.footer__nav-link {
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -2%;
  text-align: center;
  vertical-align: middle;
  color: #343434;
  text-align: left;
}
.footer__middle {
  max-width: 624px;
}
.footer__middle-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 42px;
}
.footer__phones {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -2%;
  vertical-align: middle;
  color: #343434;
}
.footer__address {
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -2%;
  vertical-align: middle;
  color: #343434;
  max-width: 321px;
}
.footer__text {
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -2%;
  vertical-align: middle;
  color: #343434;
  margin-top: 9px;
  max-width: 536px;
}
.footer__button {
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -2%;
  vertical-align: middle;
  color: #eeeeee;
  border-radius: 12px;
  gap: 10px;
  padding: 16px;
  max-width: 250px;
  background: #fe8402;
}
.footer__bottom {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 100px;
}
.footer__copy {
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -2%;
  text-align: center;
  vertical-align: middle;
  color: #343434;
}
@media (width < 768px) {
  .footer {
    margin-top: 16px;
    padding-block: 16px;
  }
  .footer__top {
    flex-direction: column;
  }
  .footer__logo {
    max-width: 135px;
  }
  .footer__nav {
    gap: 16px;
    max-width: none;
  }
  .footer__nav-link {
    font-size: 14px;
    line-height: 1;
  }
  .footer__middle-top {
    flex-direction: column;
    margin-bottom: 24px;
    gap: 24px;
  }
  .footer__phones {
    gap: 16px;
    font-size: 14px;
  }
  .footer__address {
    font-size: 14px;
  }
  .footer__text {
    font-size: 14px;
    margin-top: 16px;
  }
  .footer__button {
    width: 100%;
    font-size: 18px;
    line-height: 1;
    padding: 10px;
    max-width: none;
  }
  .footer__bottom {
    margin-top: 24px;
    flex-direction: column;
  }
  .footer__copy {
    font-size: 14px;
    line-height: 1;
    text-align: left;
  }
}

.pogruzchiki {
  color: #fff;
  margin-top: 64px;
}
.pogruzchiki__banner {
  border-radius: 32px;
  padding: 56px;
  min-height: 497px;
  display: flex;
  flex-direction: column;
}
._pogruzchiki {
  background: center/cover no-repeat url(./images/pogruzchiki.png);
}
.pogruzchiki__title {
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  vertical-align: middle;
  max-width: 691px;
}
.pogruzchiki__subtitle {
  margin-top: 40px;
  font-weight: 700;
  font-size: 24px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #f2f3f5;
}
.pogruzchiki__text {
  margin-top: 8px;
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #fe8402;
}
.pogruzchiki__button {
  margin-top: auto;
  border-radius: 16px;
  padding: 16px;
  background: #fe8402;
  width: 100%;
  max-width: 477px;
  font-weight: 500;
  font-style: Medium;
  font-size: 28px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}
@media (width < 768px) {
  .pogruzchiki {
    margin-top: 16px;
  }
  .pogruzchiki__banner {
    border-radius: 16px;
    padding: 24px;
    min-height: 440px;
  }
  ._pogruzchiki {
    background: center/cover no-repeat url(./images/pogruzchiki-mob.png);
  }
  .pogruzchiki__title {
    font-size: 18px;
  }
  .pogruzchiki__subtitle {
    margin-top: 16px;
    font-size: 16px;
  }
  .pogruzchiki__text {
    font-size: 16px;
  }
  .pogruzchiki__button {
    border-radius: 8px;
    padding: 10px;
    font-size: 18px;
  }
}

.services {
  margin-top: calc(64px + 49px);
}
.services__title {
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #fe8402;
}
.services__subtitle {
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-top: 24px;
  color: #585858;
}
.serveces__container {
  margin-top: 64px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 31px;
}
.services__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(310px, 100%), 1fr));
  grid-auto-rows: 1fr;
  gap: 32px;
  flex-grow: 1;
}
.services__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.services__item-image {
  max-height: 173px;
  object-fit: contain;
}
.services__item-text {
  margin-top: 28px;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  color: #343434;
  text-align: center;
}
.services__ad {
  width: 344px;
  border-radius: 32px;
  background: center/cover no-repeat url(./images/services-ad.png);
  display: flex;
  flex-direction: column;
  padding: 32px;
  color: #fff;
  flex-shrink: 0;
  min-height: 707px;
}
.services__ad-title {
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0%;
}
.services__ad-text {
  margin-top: 10px;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;

  &:nth-of-type(2) {
    color: #fe8402;
  }
}
.services__ad-button {
  margin-top: auto;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -2%;
  vertical-align: middle;
  color: #eee;
  width: 100%;
  border-radius: 8px;
  padding: 16px;
  background: #fe8402;
}
@media (width < 768px) {
  .services {
    margin-top: 32px;
  }
  .services__title {
    font-size: 18px;
    text-align: center;
  }
  .services__subtitle {
    font-size: 16px;
    margin-top: 16px;
    text-align: center;
  }
  .serveces__container {
    margin-top: 46px;
    flex-direction: column;
    align-items: center;
  }
  .services__grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .services__item-image {
    max-height: 68px;
  }
  .services__item-text {
    margin-top: 7px;
    font-size: 12px;
    line-height: 1.2;
  }
  .services__ad {
    width: 100%;
    border-radius: 16px;
    background: center/cover no-repeat url(./images/services-ad-mob.png);
    padding: 24px;
    flex-shrink: 1;
    min-height: 375px;
  }
  .services__ad-title {
    font-size: 18px;
    width: 50%;
  }
  .services__ad-text {
    font-size: 12px;
    width: 50%;
  }
  .services__ad-button {
    font-size: 16px;
    line-height: 1;
    border-radius: 8px;
    padding: 12px;
  }
}

.wysiwyg {
  margin-top: calc(64px + 49px);
  color: #585858;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0%;

  h2 {
    font-weight: 700;
    font-style: Bold;
    font-size: 48px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #000000;
    margin-bottom: 1em;
  }

  h3 {
    font-weight: 700;
    font-style: Bold;
    font-size: 28px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    vertical-align: middle;
    margin-block: 1em;
    color: #000000;
  }

  p,
  ul {
    margin-top: 1em;
    line-height: 1.2;
  }

  ul {
    list-style-type: disc;
    padding-left: 1em;
  }
}
@media (width < 768px) {
  .wysiwyg {
    margin-top: 32px;
    font-size: 16px;

    h2 {
      font-size: 18px;
      text-align: center;
    }

    h3 {
      font-size: 16px;
    }
  }
}

.brands {
  margin-top: calc(64px + 49px);
}
.brands__title {
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  vertical-align: middle;
}
.brands__grid {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));
  gap: 32px;
}
.brands__item {
  aspect-ratio: 269/183;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #585858;
  background: #fbfbfb;
}
@media (width < 768px) {
  .brands {
    margin-top: 32px;
  }
  .brands__title {
    font-size: 18px;
    text-align: center;
  }
  .brands__grid {
    margin-top: 24px;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .brands__item {
    aspect-ratio: 136/72;
    font-size: 16px;
  }
}

.personal {
  margin-top: calc(64px + 49px);
  color: #fff;
}
.personal__container {
  background: center/cover no-repeat url(./images/personal.png);
  min-height: 570px;
  max-width: 1861px;
  margin-inline: auto;
  padding-block: 56px;
  border-radius: 64px;

  display: flex;
  align-items: center;
}
.personal__data {
  max-width: 845px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.personal__title {
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -2%;
  vertical-align: middle;
}
.personal__text {
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -2%;
  vertical-align: middle;
}
.personal__form {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 16px;
}
.personal__input {
  flex-grow: 1;
  border-radius: 8px;
  padding: 16px;
  border: 1px solid #ffffff;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -2%;
  vertical-align: middle;
  width: 30%;
}
.personal__button {
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -2%;
  vertical-align: middle;
  border-radius: 8px;
  padding: 16px;
  background: #fe8402;
  flex-grow: 1;
  width: 30%;
  color: #343434;
}
@media (width < 1200px) {
  .personal__container {
    margin-inline: 16px;
    border-radius: 16px;
  }
}
@media (width < 768px) {
  .personal {
    margin-top: 32px;
  }
  .personal__container {
    background: bottom/cover no-repeat url(./images/personal-mob.png);
    min-height: 630px;
    padding-block: 24px;
    align-items: flex-start;
  }
  .personal__data {
    gap: 16px;
  }
  .personal__title {
    font-size: 18px;
  }
  .personal__text {
    font-size: 12px;
  }
  .personal__form {
    flex-direction: column;
    gap: 12px;
  }
  .personal__input {
    padding: 12px;
    line-height: 1;
    width: 100%;
  }
  .personal__button {
    font-size: 16px;
    line-height: 1;
    padding: 12px;
    width: 100%;
  }
}

._stroytech {
  background: center/cover no-repeat url(./images/stroytech.png);
}
@media (width < 768px) {
  ._stroytech {
    background: center/cover no-repeat url(./images/stroytech-mob.png);
  }
}
._gidravl {
  background: center/cover no-repeat url(./images/gidravl.png);
}
@media (width < 768px) {
  ._gidravl {
    background: center/cover no-repeat url(./images/gidravl-mob.png);
  }
}
._shtabler {
  background: center/cover no-repeat url(./images/shtabler.png);
}
@media (width < 768px) {
  ._shtabler {
    background: center/cover no-repeat url(./images/shtabler-mob.png);
  }
}
._disel {
  background: center/cover no-repeat url(./images/disel.png);
}
@media (width < 768px) {
  ._disel {
    background: center/cover no-repeat url(./images/disel-mob.png);
  }
}
._stocks {
  background: center/cover no-repeat url(./images/stocks.png);
}
@media (width < 768px) {
  ._stocks {
    background: center/cover no-repeat url(./images/stocks-mob.png);
  }
}
.personal__container_stocks {
  background: right/cover no-repeat url(./images/personal-stocks.png);
  min-height: 546px;
}
@media (width < 768px) {
  .personal__container_stocks {
    background: center/cover no-repeat url(./images/personal-stocks-mob.png);
    min-height: 649px;
  }
}

.personal__container_about {
  background: center/cover no-repeat url(./images/personal-about.png);
  min-height: 546px;
}
@media (width < 768px) {
  .personal__container_about {
    background: center/cover no-repeat url(./images/personal-about-mob.png);
    min-height: 594px;
  }
}

.abouthero {
  margin-top: 64px;
}
.abouthero__banner {
  padding: 56px;
  border-radius: 32px;
  background: center/cover no-repeat url(./images/abouthero.png);
}
.abouthero__data {
  max-width: 718px;
  color: #fff;
}
.abouthero__title {
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  vertical-align: middle;
}
.abouthero__subtitle {
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -2%;
  vertical-align: middle;
  margin-top: 32px;
}
.abouthero__buttons {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.abouthero__button {
  font-weight: 500;
  font-style: Medium;
  font-size: 28px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  padding: 16px;
  border-radius: 16px;
  color: #fe8402;
  border: 2px solid #fe8402;

  &._filled {
    color: #fff;
    background-color: #fe8402;
  }
}
@media (width < 768px) {
  .abouthero {
    margin-top: 16px;
  }
  .abouthero__banner {
    padding: 24px;
    border-radius: 16px;
    background: center/cover no-repeat url(./images/abouthero-mob.png);
    min-height: 440px;
    display: grid;
  }
  .abouthero__data {
    display: flex;
    flex-direction: column;
  }
  .abouthero__title {
    font-size: 18px;
  }
  .abouthero__subtitle {
    font-size: 16px;
    line-height: 1;
    margin-top: 16px;
  }
  .abouthero__buttons {
    margin-top: auto;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .abouthero__button {
    font-size: 18px;
    padding: 10px;
    border-radius: 8px;
  }
}

.about {
  margin-top: calc(64px + 49px);
  color: #343434;
}
.about__title {
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #fe8402;
}
.about__subtitle {
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-top: 12px;
}
.about__text {
  margin-top: 24px;
  font-weight: 400;
  font-style: Regular;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: -2%;
  vertical-align: middle;
}
.about__clients {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(320px, 100%), 1fr));
  gap: 32px;
  margin-top: 48px;
}
.about__client {
  padding: 48px;
  border-radius: 32px;
  background: linear-gradient(180deg, #ffdcb7 0%, #fe8402 100%);
}
.about__client-image {
  width: 76px;
  aspect-ratio: 1;
}
.about__client-text {
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -2%;
  vertical-align: bottom;
  color: #fff;
  margin-top: 24px;
}
.about__disposal {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(390px, 100%), 1fr));
  gap: 32px;
}
.about__disp {
  padding: 48px;
  border-radius: 32px;

  &:nth-of-type(1) {
    background: linear-gradient(180deg, #e63d20 0%, #fe5202 89.63%);
  }
  &:nth-of-type(2) {
    background: radial-gradient(52.88% 93.58% at 18.98% 29.81%, #343434 22.3%, #090909 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
  }
  &:nth-of-type(3) {
    background: linear-gradient(180deg, #ffbb73 0%, #fe8402 89.63%);
  }
}
.about__disp-image {
  width: 76px;
  aspect-ratio: 1;
}
.about__disp-text {
  margin-top: 24px;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -2%;
  vertical-align: bottom;
  color: #fff;
}
.about__button {
  margin-top: 48px;
  font-weight: 500;
  font-style: Medium;
  font-size: 28px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  margin-inline: auto;
  width: 100%;
  max-width: 469px;
  padding: 16px;
  background-color: #fe8402;
  border-radius: 16px;
  color: #fff;
}
@media (width < 768px) {
  .about {
    margin-top: 32px;
  }
  .about__title {
    font-size: 18px;
    text-align: center;
  }
  .about__subtitle {
    font-size: 16px;
    text-align: center;
  }
  .about__text {
    font-size: 16px;
  }
  .about__clients {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 24px;
  }
  .about__client {
    padding: 16px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .about__client-image {
    width: 32px;
  }
  .about__client-text {
    font-size: 18px;
    line-height: 1;
    margin-top: 0;
  }
  .about__disposal {
    margin-top: 24px;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .about__disp {
    padding: 16px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .about__disp-image {
    width: 32px;
    aspect-ratio: 1;
  }
  .about__disp-text {
    margin-top: 0;
    font-size: 18px;
    line-height: 1;
  }
  .about__button {
    display: none;
  }
}

.facts__item {
  min-height: 265px;
  display: flex;
  flex-direction: column;
  border-radius: 32px;
  padding: 32px;

  &:nth-of-type(2n + 1) {
    background: radial-gradient(52.88% 93.58% at 18.98% 29.81%, #343434 22.3%, #090909 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    & .facts__item-title {
      background: linear-gradient(98.87deg, rgba(52, 52, 52, 0) -46.81%, #fe8402 82.8%);
      background-clip: text;
      color: transparent;
    }
  }
  &:nth-of-type(2n) {
    background: radial-gradient(52.88% 93.58% at 18.98% 29.81%, #ffa443 22.3%, #fe8402 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    & .facts__item-title {
      background: linear-gradient(98.87deg, rgba(207, 97, 0, 0) -46.81%, #c53e00 82.8%);
      background-clip: text;
      color: transparent;
    }
  }

  &:nth-of-type(4),
  &:nth-of-type(6) {
    .facts__item-title {
      font-weight: 700;
      font-style: Bold;
      font-size: 72px;
      line-height: 100%;
      letter-spacing: -5%;
      vertical-align: middle;
    }
  }
}
.facts__item-title {
  font-weight: 700;
  font-style: Bold;
  font-size: 116.56px;
  line-height: 100%;
  letter-spacing: -12%;
  vertical-align: middle;
  text-shadow: 0px 0px 10.6px 0px #fe840242 inset;
  text-transform: uppercase;
}
.facts__item-subtitle {
  background: linear-gradient(102.95deg, rgba(255, 255, 255, 0) -75.66%, #ffffff 88.97%);
  background-clip: text;
  color: transparent;
  font-weight: 700;
  font-style: Bold;
  font-size: 36.81px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}
.facts__item-text {
  margin-top: auto;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #fff;
}
@media (width < 768px) {
  .facts__item {
    min-height: 210px;
    border-radius: 16px;
    padding: 18px;

    &:nth-of-type(4),
    &:nth-of-type(6) {
      .facts__item-title {
        font-size: 43px;
      }
    }
  }
  .facts__item-title {
    font-size: 77px;
  }
  .facts__item-subtitle {
    font-size: 28px;
  }
}

.ourvalues {
  margin-top: calc(64px + 49px);
}
.ourvalues__title {
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  vertical-align: middle;
}
.ourvalues__subtitle {
  margin-top: 16px;
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #585858;
}
.ourvalues__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(430px, 100%), 1fr));
  margin-top: 56px;
  gap: 32px;
}
.ourvalues__item {
  border-radius: 32px;
  padding: 48px;

  &:nth-of-type(1) {
    background: linear-gradient(180deg, #ffbb73 0%, #fe8402 89.63%);

    & .ourvalues__item-title {
      background: linear-gradient(98.87deg, rgba(207, 97, 0, 0) -46.81%, #c53e00 82.8%);
      background-clip: text;
    }
  }
  &:nth-of-type(2) {
    background: radial-gradient(52.88% 93.58% at 18.98% 29.81%, #343434 22.3%, #090909 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    & .ourvalues__item-title {
      background: linear-gradient(98.87deg, rgba(254, 132, 2, 0) -46.81%, #fe8402 82.8%);
      background-clip: text;
    }
  }
  &:nth-of-type(3) {
    background: linear-gradient(180deg, #e63d20 0%, #fe5202 89.63%);
    & .ourvalues__item-title {
      background: linear-gradient(98.87deg, rgba(10, 10, 10, 0) -46.81%, #0a0a0a 82.8%);
      background-clip: text;
    }
  }
}
.ourvalues__item-title {
  color: transparent;
  font-weight: 900;
  font-style: Black;
  font-size: 32px;
  line-height: 24px;
  letter-spacing: -2%;
  vertical-align: bottom;
  text-transform: uppercase;
}
.ourvalues__item-text {
  color: #ffffff;
  margin-top: 40px;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -2%;
}
@media (width < 768px) {
  .ourvalues {
    margin-top: 32px;
  }
  .ourvalues__title {
    font-size: 18px;
    text-align: center;
  }
  .ourvalues__subtitle {
    margin-top: 4px;
    font-size: 16px;
    text-align: center;
  }
  .ourvalues__grid {
    grid-template-columns: 1fr;
    margin-top: 24px;
    gap: 16px;
  }
  .ourvalues__item {
    border-radius: 16px;
    padding: 16px 30px;
  }
  .ourvalues__item-title {
    font-size: 18px;
    line-height: 1;
  }
  .ourvalues__item-text {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1;
  }
}

.specs {
  margin-top: calc(64px + 49px);
}
.specs__title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.specs__title {
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  vertical-align: middle;
}
.specs__subtitle {
  margin-top: 24px;
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #585858;
}
.specs__splide {
  margin-top: 56px;
}
.specs__slide {
  background: linear-gradient(180deg, #ffffff 0%, #eeeeee 100%);
  border-radius: 32px;
  overflow: hidden;
}
.specs__slide-image {
  aspect-ratio: 344/274;
}
.specs__slide-wrapper {
  padding: 24px 30px;
}
.specs__slide-title {
  color: #343434;
  font-weight: 700;
  font-style: Bold;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0%;
  vertical-align: middle;
}
.specs__slide-subtitle {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000;
  margin-top: 16px;
}
.specs__slide-list {
  padding-left: 1em;
  list-style-type: disc;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.specs__button {
  font-weight: 500;
  font-style: Medium;
  font-size: 28px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  padding: 16px;
  margin-inline: auto;
  width: 100%;
  max-width: 720px;
  margin-top: 56px;
  border-radius: 16px;
  background: #fe8402;
}
@media (width < 768px) {
  .specs {
    margin-top: 32px;
  }
  .specs__arrows {
    display: none;
  }
  .specs__title {
    font-size: 18px;
  }
  .specs__subtitle {
    margin-top: 8px;
    font-size: 16px;
  }
  .specs__splide {
    margin-top: 24px;
  }
  .specs__slide {
    border-radius: 16px;
  }
  .specs__slide-image {
    aspect-ratio: 230/183;
  }
  .specs__slide-wrapper {
    padding: 16px 20px;
  }
  .specs__slide-title {
    font-size: 18px;
  }
  .specs__slide-subtitle {
    font-size: 10px;
    line-height: 1;
    margin-top: 10px;
  }
  .specs__slide-list {
    font-size: 10px;
    line-height: 1.2;
    margin-top: 10px;
  }
  .specs__button {
    font-size: 18px;
    padding: 10px;
    margin-top: 24px;
    border-radius: 8px;
  }
  .specs .splide__pagination {
    position: relative;
    bottom: 0;
    justify-content: flex-start;
    margin-top: 16px;
    padding: 0;

    & .splide__pagination__page.is-active {
      background: #21201f;
      transform: none;
    }
  }
}

.clients {
  margin-top: calc(64px + 49px);
}
.clients__title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.clients__title {
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  vertical-align: middle;
}
.clients__subtitle {
  margin-top: 16px;
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #585858;
}
.clients__splide {
  margin-top: 56px;
}
.clients__slide {
  background: #fafafa;
  border-radius: 32px;
  aspect-ratio: 300/185;
}
@media (width < 768px) {
  .clients {
    margin-top: 32px;
  }
  .clients__arrows {
    display: none;
  }
  .clients__title-wrapper {
    justify-content: center;
  }
  .clients__title {
    text-align: center;
    font-size: 18px;
  }
  .clients__subtitle {
    font-size: 16px;
    text-align: center;
  }
  .clients__splide {
    margin-top: 24px;
  }
  .clients__slide {
    aspect-ratio: 204/126;
    border-radius: 16px;
  }
  .clients .splide__pagination {
    position: relative;
    bottom: 0;
    justify-content: flex-start;
    margin-top: 16px;
    padding: 0;

    & .splide__pagination__page.is-active {
      background: #21201f;
      transform: none;
    }
  }
}

.popup {
  position: fixed;
  inset: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000b2;
  backdrop-filter: blur(18.600000381469727px);

  display: none;

  &._active {
    display: flex;
  }
}
.popup__modal {
  background: linear-gradient(128.68deg, #e63d20 27.77%, #fe8402 117.19%);
  padding: 56px;
  position: relative;
  width: 100%;
  max-width: 751px;
  border-radius: 32px;
  color: #fff;

  &._dvs {
    background: linear-gradient(128.68deg, #343434 27.77%, #ff0000 117.19%);
  }
  &._shini {
    background: #fe5100;
  }
  &._pogr {
    background: linear-gradient(180deg, #343434 0%, #000000 46.54%);
  }
}
.popup__close {
  width: 16px;
  aspect-ratio: 1;
  background: center/cover no-repeat url(./images/close.png);
  position: absolute;
  top: 24px;
  right: 24px;

  &._mini {
    display: none;
  }
}
.popup__title {
  font-weight: 700;
  font-style: Bold;
  font-size: 37px;
  line-height: 1;
  letter-spacing: 0%;
  vertical-align: middle;

  &._dvs {
    color: #e63d20;
  }

  &._pogr {
    width: 60%;
  }
}
.popup__subtitle {
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-top: 12px;

  &._shini {
    width: 74%;
  }

  &._pogr {
    width: 60%;
  }
}
.popup__subsubtitle {
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-top: 24px;

  &._dvs {
    color: #e63d20;
  }
}
.popup__form {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 24px;

  &._mini {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;

    & .popup__button,
    & .popup__checkbox {
      grid-column: 1/3;
    }
  }
}
.popup__input {
  border: 1px solid #ffffff;
  padding: 20px 16px;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0%;
  vertical-align: middle;
  border-radius: 8px;
}
.popup__button {
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -2%;
  vertical-align: middle;
  color: #343434;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
}

.select-wrapper {
  position: relative;
  width: 100%;
}
.custom-select {
  width: 100%;
  appearance: none;
  outline: none;

  option {
    background-color: rgba(255, 255, 255, 0.2);
    color: #333;
  }
}
.select-arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.7);
  pointer-events: none;
  font-size: 14px;
  background: center/contain no-repeat url(./images/sublink-arrow-white.png);
  width: 17px;
  height: 8px;
}
@media (width < 768px) {
  .popup__modal {
    height: 100%;
    padding: 56px 16px 16px;
    border-radius: 0;

    overflow-y: auto;
    overflow-x: hidden;
  }
  .popup__close {
    top: 16px;
    right: 16px;
  }
  .popup__title {
    font-size: 18px;
  }
  .popup__subtitle {
    font-size: 16px;
    margin-top: 8px;

    &._dvs {
      width: 53%;
    }

    &._shini {
      width: 71%;
      &:nth-of-type(3),
      &:nth-of-type(4) {
        display: none;
      }
    }

    &._pogr {
      &:nth-of-type(3) {
        display: none;
      }
      &:nth-of-type(4) {
        margin-top: 2em;
      }
    }
  }
  .popup__subsubtitle {
    font-size: 16px;
    margin-top: 16px;
  }
  .popup__form {
    margin-top: 24px;
    gap: 12px;

    &._mini {
      grid-template-columns: 1fr;

      & .popup__button,
      & .popup__checkbox {
        grid-column: 1/2;
      }
    }
  }
  .popup__input {
    padding: 12px 16px;
    font-size: 16px;
    line-height: 1.3;
  }
  .popup__button {
    font-size: 16px;
    line-height: 1;
    padding: 12px;
  }
  .select-arrow {
    width: 8px;
    height: 4px;
  }
}

.popup-dvs {
  border: 1px solid #ffffff1a;
  border-radius: 16px;
  padding: 24px;
  margin-top: 32px;

  &._shini {
    border-color: #343434;
  }
  &._pogr {
    border-color: #fbb613;
  }
}
.popup-dvs__title {
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  vertical-align: middle;
}
.popup-dvs__list {
  margin-top: 20px;
  padding-left: 1em;
  list-style-type: disc;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0%;
  vertical-align: bottom;
}
.popup__back {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0%;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 14px;
  &::before {
    content: "";
    width: 8px;
    height: 8px;
    background: center/contain no-repeat url(./images/types-arrow_white.png);
    rotate: 180deg;
  }
}
.popup__image {
  position: absolute;
  top: -36px;
  right: -59px;
  width: 383px;

  &._shini {
    top: -60px;
    right: -122px;
    width: 453px;
  }

  &._pogr {
    top: 0;
    right: 0;
  }
}
@media (width < 768px) {
  .popup-dvs {
    margin-top: 16px;
  }
  .popup-dvs__title {
    font-size: 16px;
  }
  .popup-dvs__list {
    font-size: 16px;
    margin-top: 16px;
  }
  .popup__back {
    display: none;
  }
  .popup__close._mini {
    display: block;
  }
  .popup__image {
    position: absolute;
    top: 75px;
    right: -59px;
    width: 213px;

    &._shini {
      top: 69px;
      right: -50px;
      width: 183px;
    }

    &._pogr {
      top: 40px;
    }
  }
}

.center {
	text-align:center;
}
.clear-table {
	width:100%;
}

.first-table {
  width: 100%;
  border-collapse: collapse; 
  margin: 10px 0px;
}

.first-table th,
.first-table td {
  border: 2px solid #343434;
  padding: 10px; 
  text-align: left; 
}

.first-table thead td {
text-align: center;
    vertical-align: baseline;
}
.first-table p {
margin-top: 0em;
}

@media (max-width: 768px) {
  .first-table {
      display: block;
    width: 100%;
    overflow-x: auto;
  }
}

.ol-cifri {
	list-style-type: decimal;
	margin-left: 25px;
	margin-top: 25px;
}
.ol-cifri-marg li {
	margin-top: 25px;
	list-style-type: decimal;
	margin-left: 25px;
}

.marg-h2 {
	margin-block: 1em;
}

.faq details {
  display: block;
  margin-bottom: 0.5rem;
  border: 2px solid #ff8c00;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary::-moz-list-bullet {
  list-style-type: none;
}
.faq summary::marker {
  display: none;
}

.faq summary {
  padding: 1rem 1.5rem;
  font-size: 1.2em;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
}

.faq summary::after {
  content: "+";
  font-size: 1.4em;
  font-weight: bold;
  color: #ff8c00;
}

.faq details[open] > summary::after {
  content: "–";
}

/* Плавная анимация контента */
.faq details summary ~ * {
  padding: 0 1.5rem;
  margin: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.faq details:not([open]) summary ~ * {
  max-height: 0;
  padding: 0 1.5rem;
  opacity: 0;
}

.faq details[open] summary ~ * {
  max-height: 500px;
  padding: 0 1.5rem 1.5rem 1.5rem;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.like-h3 {
	        font-weight: 700;
        font-size: 28px;
        line-height: 110%;
        letter-spacing: 0%;
        vertical-align: middle;
        margin-block: 1em;
        color: rgb(0, 0, 0);
}

.ulmarg{
	margin-left: 25px !important;
}
