@charset "UTF-8";
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat_litle";
  src: url("../fonts/Montserrat.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tektur";
  src: url("../fonts/Tektur.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tektur_Litle";
  src: url("../fonts/Tektur.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.btn {
  font-family: "Montserrat_litle", system-ui, sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  text-align: left;
  line-height: 130%;
  letter-spacing: 1px;
  padding: 17px 20px;
  border: 2px solid #F7C802;
  background-color: #F7C802;
  cursor: pointer;
  color: #050B10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background 0.2s;
  width: 100%;
  max-width: 388px;
  margin: 20px auto;
}
.btn svg {
  margin-top: 5px;
  width: 25px;
  height: 24px;
}
.btn:focus {
  background-color: #D1A900;
  outline: none;
}
.btn:hover {
  background-color: #FFE100;
  border: 2px solid #FFE100;
  outline: none;
}
.btn:active {
  background-color: #FFFB00;
  border-color: #D1A900;
}
.btn.inactive, .btn.is-inactive {
  background-color: #565755;
  border-color: #565755;
  color: #898A88;
  cursor: no-drop;
}
.btn:disabled, .btn[disabled] {
  color: #D1A900;
  cursor: no-drop;
}

input, textarea, select {
  padding: 0;
  border: none;
  border-bottom: 1px solid #A6A7A4;
  font-size: 16px;
  outline: none;
  background: #ffffff;
  width: 100%;
  transition: border 0.2s;
}

label {
  font-weight: 500;
  margin-bottom: 0.5rem;
  display: block;
}

.form-group {
  position: relative;
  margin-bottom: 20px;
}
.form-group.has-content .form-label {
  top: 0;
  transform: translateY(-50%);
  font-size: 12px;
  color: #A6A7A4;
  font-weight: 400;
}

.form-input {
  width: 100%;
  height: 56px;
  padding: 16px 16px 12px 0px;
  border-bottom: 1px solid #A6A7A4;
  font-size: 16px;
  background: transparent;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.form-input:focus {
  outline: none;
  border-color: #A6A7A4;
}

.form-label {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #A6A7A4;
  pointer-events: none;
  transition: all 0.3s ease;
  background: white;
  padding: 0;
}

.wpcf7-not-valid {
  border-color: #EB5757 !important;
}

.form-group.has-error .form-label {
  color: #EB5757;
}

.wpcf7-not-valid-tip {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzk0OV8yMTY5OSkiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIuODE0ODggMy40ODUxOUM0LjE5MDE0IDIuMTA5OTMgNi4wNTU0IDEuMzM3MzEgOC4wMDAzMyAxLjMzNzMxQzkuOTQ1MjUgMS4zMzczMSAxMS44MTA1IDIuMTA5OTMgMTMuMTg1OCAzLjQ4NTE5QzE0LjU2MSA0Ljg2MDQ2IDE1LjMzMzcgNi43MjU3MiAxNS4zMzM3IDguNjcwNjRDMTUuMzMzNyAxMC42MTU2IDE0LjU2MSAxMi40ODA4IDEzLjE4NTggMTMuODU2MUMxMS44MTA1IDE1LjIzMTQgOS45NDUyNSAxNi4wMDQgOC4wMDAzMyAxNi4wMDRDNi4wNTU0IDE2LjAwNCA0LjE5MDE0IDE1LjIzMTQgMi44MTQ4OCAxMy44NTYxQzEuNDM5NjEgMTIuNDgwOCAwLjY2Njk5MiAxMC42MTU2IDAuNjY2OTkyIDguNjcwNjRDMC42NjY5OTIgNi43MjU3MiAxLjQzOTYxIDQuODYwNDYgMi44MTQ4OCAzLjQ4NTE5Wk04LjAwMDMzIDIuNjcwNjRDNi40MDkwMyAyLjY3MDY0IDQuODgyOSAzLjMwMjc4IDMuNzU3NjggNC40MjhDMi42MzI0NyA1LjU1MzIyIDIuMDAwMzMgNy4wNzkzNCAyLjAwMDMzIDguNjcwNjRDMi4wMDAzMyAxMC4yNjE5IDIuNjMyNDcgMTEuNzg4MSAzLjc1NzY4IDEyLjkxMzNDNC44ODI5IDE0LjAzODUgNi40MDkwMyAxNC42NzA2IDguMDAwMzMgMTQuNjcwNkM5LjU5MTYyIDE0LjY3MDYgMTEuMTE3NyAxNC4wMzg1IDEyLjI0MyAxMi45MTMzQzEzLjM2ODIgMTEuNzg4MSAxNC4wMDAzIDEwLjI2MTkgMTQuMDAwMyA4LjY3MDY0QzE0LjAwMDMgNy4wNzkzNCAxMy4zNjgyIDUuNTUzMjIgMTIuMjQzIDQuNDI4QzExLjExNzcgMy4zMDI3OCA5LjU5MTYyIDIuNjcwNjQgOC4wMDAzMyAyLjY3MDY0Wk04LjAwMDMzIDUuMzM3MzFDOC4zNjg1MiA1LjMzNzMxIDguNjY2OTkgNS42MzU3OSA4LjY2Njk5IDYuMDAzOThWOC42NzA2NEM4LjY2Njk5IDkuMDM4ODMgOC4zNjg1MiA5LjMzNzMxIDguMDAwMzMgOS4zMzczMUM3LjYzMjEzIDkuMzM3MzEgNy4zMzM2NiA5LjAzODgzIDcuMzMzNjYgOC42NzA2NFY2LjAwMzk4QzcuMzMzNjYgNS42MzU3OSA3LjYzMjEzIDUuMzM3MzEgOC4wMDAzMyA1LjMzNzMxWk03LjMzMzY2IDExLjMzNzNDNy4zMzM2NiAxMC45NjkxIDcuNjMyMTMgMTAuNjcwNiA4LjAwMDMzIDEwLjY3MDZIOC4wMDY5OUM4LjM3NTE4IDEwLjY3MDYgOC42NzM2NiAxMC45NjkxIDguNjczNjYgMTEuMzM3M0M4LjY3MzY2IDExLjcwNTUgOC4zNzUxOCAxMi4wMDQgOC4wMDY5OSAxMi4wMDRIOC4wMDAzM0M3LjYzMjEzIDEyLjAwNCA3LjMzMzY2IDExLjcwNTUgNy4zMzM2NiAxMS4zMzczWiIgZmlsbD0iI0VCNTc1NyIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzk0OV8yMTY5OSI+CjxyZWN0IHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMC42NzA2NTQpIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  padding-left: 22px;
  background-position-y: 2px;
  font-size: 12px;
  padding-top: 2px;
  padding-bottom: 4px;
}

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

.form-input:not(:focus):not(:placeholder-shown) + .form-label {
  color: #A6A7A4;
}

.form-input:not(:focus):not(:placeholder-shown) {
  border-bottom: 1px solid #A6A7A4;
}

.wpcf7-form p {
  margin: 0;
}

input[type=tel],
input[name=your-tel] {
  font-family: "Montserrat", monospace;
  letter-spacing: 0.5px;
  min-width: 200px;
}
input[type=tel]::placeholder,
input[name=your-tel]::placeholder {
  color: #A6A7A4;
  font-style: italic;
}
input[type=tel]:focus::placeholder,
input[name=your-tel]:focus::placeholder {
  opacity: 0.7;
}
@media (min-width: 768px) {
  input[type=tel],
  input[name=your-tel] {
    min-width: 220px;
  }
}
input[type=tel].phone-valid,
input[name=your-tel].phone-valid {
  border-color: #22c55e !important;
}
input[type=tel].phone-valid:focus,
input[name=your-tel].phone-valid:focus {
  border-color: #16a34a !important;
}
input[type=tel].wpcf7-not-valid,
input[name=your-tel].wpcf7-not-valid {
  border-color: #ef4444 !important;
}

.phone-error-message {
  display: block !important;
  margin-top: 5px;
  color: #ef4444;
  font-size: 12px;
}
.phone-error-message.wpcf7-not-valid-tip {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzk0OV8yMTY5OSkiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIuODE0ODggMy40ODUxOUM0LjE5MDE0IDIuMTA5OTMgNi4wNTU0IDEuMzM3MzEgOC4wMDAzMyAxLjMzNzMxQzkuOTQ1MjUgMS4zMzczMSAxMS44MTA1IDIuMTA5OTMgMTMuMTg1OCAzLjQ4NTE5QzE0LjU2MSA0Ljg2MDQ2IDE1LjMzMzcgNi43MjU3MiAxNS4zMzM3IDguNjcwNjRDMTUuMzMzNyAxMC42MTU2IDE0LjU2MSAxMi40ODA4IDEzLjE4NTggMTMuODU2MUMxMS44MTA1IDE1LjIzMTQgOS45NDUyNSAxNi4wMDQgOC4wMDAzMyAxNi4wMDRDNi4wNTU0IDE2LjAwNCA0LjE5MDE0IDE1LjIzMTQgMi44MTQ4OCAxMy44NTYxQzEuNDM5NjEgMTIuNDgwOCAwLjY2Njk5MiAxMC42MTU2IDAuNjY2OTkyIDguNjcwNjRDMC42NjY5OTIgNi43MjU3MiAxLjQzOTYxIDQuODYwNDYgMi44MTQ4OCAzLjQ4NTE5Wk04LjAwMDMzIDIuNjcwNjRDNi40MDkwMyAyLjY3MDY0IDQuODgyOSAzLjMwMjc4IDMuNzU3NjggNC40MjhDMi42MzI0NyA1LjU1MzIyIDIuMDAwMzMgNy4wNzkzNCAyLjAwMDMzIDguNjcwNjRDMi4wMDAzMyAxMC4yNjE5IDIuNjMyNDcgMTEuNzg4MSAzLjc1NzY4IDEyLjkxMzNDNC44ODI5IDE0LjAzODUgNi40MDkwMyAxNC42NzA2IDguMDAwMzMgMTQuNjcwNkM5LjU5MTYyIDE0LjY3MDYgMTEuMTE3NyAxNC4wMzg1IDEyLjI0MyAxMi45MTMzQzEzLjM2ODIgMTEuNzg4MSAxNC4wMDAzIDEwLjI2MTkgMTQuMDAwMyA4LjY3MDY0QzE0LjAwMDMgNy4wNzkzNCAxMy4zNjgyIDUuNTUzMjIgMTIuMjQzIDQuNDI4QzExLjExNzcgMy4zMDI3OCA5LjU5MTYyIDIuNjcwNjQgOC4wMDAzMyAyLjY3MDY0Wk04LjAwMDMzIDUuMzM3MzFDOC4zNjg1MiA1LjMzNzMxIDguNjY2OTkgNS42MzU3OSA4LjY2Njk5IDYuMDAzOThWOC42NzA2NEM4LjY2Njk5IDkuMDM4ODMgOC4zNjg1MiA5LjMzNzMxIDguMDAwMzMgOS4zMzczMUM3LjYzMjEzIDkuMzM3MzEgNy4zMzM2NiA5LjAzODgzIDcuMzMzNjYgOC42NzA2NFY2LjAwMzk4QzcuMzMzNjYgNS42MzU3OSA3LjYzMjEzIDUuMzM3MzEgOC4wMDAzMyA1LjMzNzMxWk03LjMzMzY2IDExLjMzNzNDNy4zMzM2NiAxMC45NjkxIDcuNjMyMTMgMTAuNjcwNiA4LjAwMDMzIDEwLjY3MDZIOC4wMDY5OUM4LjM3NTE4IDEwLjY3MDYgOC42NzM2NiAxMC45NjkxIDguNjczNjYgMTEuMzM3M0M4LjY3MzY2IDExLjcwNTUgOC4zNzUxOCAxMi4wMDQgOC4wMDY5OSAxMi4wMDRIOC4wMDAzM0M3LjYzMjEzIDEyLjAwNCA3LjMzMzY2IDExLjcwNTUgNy4zMzM2NiAxMS4zMzczWiIgZmlsbD0iI0VCNTc1NyIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzk0OV8yMTY5OSI+CjxyZWN0IHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMC42NzA2NTQpIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  padding-left: 22px;
  background-position-y: 2px;
  padding-top: 2px;
  padding-bottom: 4px;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat_litle";
  src: url("../fonts/Montserrat.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tektur";
  src: url("../fonts/Tektur.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tektur_Litle";
  src: url("../fonts/Tektur.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
h1, h2, .h2 {
  font-family: "Tektur", system-ui, sans-serif;
}

h3, h4, h5, h6, p {
  font-family: "Montserrat", system-ui, sans-serif;
}

h1, h2, .h2, h3 {
  font-weight: 500;
}

h4, h5, h6 {
  font-weight: 600;
}

h1, h2, .h2, h3, h4, h5, h6 {
  letter-spacing: 0.01em;
  margin: 0;
}

h1 {
  font-size: 52px;
}

h2, .h2 {
  font-size: 44px;
}
@media (max-width: 576px) {
  h2, .h2 {
    font-size: 40px;
  }
}
@media (max-width: 371px) {
  h2, .h2 {
    font-size: 35px;
  }
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

p.p1 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0em;
}

p.p2 {
  font-size: 14px;
}

p.p3 {
  font-size: 12px;
}

.fw_500 {
  font-weight: 500;
}

.fw_700 {
  font-weight: 700;
}

a {
  color: #D1A900;
  text-decoration: underline;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #FFE100;
  text-decoration: none;
  outline: none;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 1100;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s;
  will-change: transform;
  padding: 10px 0;
}
@media (min-width: 1025px) {
  header {
    padding: 36px 0 0;
  }
}

.header--hidden {
  transform: translateY(-100%);
}

.header--visible {
  transform: translateY(0);
  background: #050B10;
  padding: 18px 0;
}

.header--top {
  background: transparent;
  box-shadow: none;
}

.logo, .custom-logo-link {
  z-index: 1101;
}
@media (min-width: 1025px) {
  .logo img, .custom-logo-link img {
    width: 289px;
    height: 78px;
  }
}

.header--bg {
  background: #050B10;
}

.header__container {
  max-width: calc(100% - 20px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1025px) {
  .header__container {
    max-width: calc(100% - 80px);
    margin: 0 auto;
  }
}

.desktop-menu {
  display: none;
}
@media (min-width: 1025px) {
  .desktop-menu {
    display: flex;
    flex: 1;
    justify-content: end;
    margin: 0 80px 0 auto;
  }
  .desktop-menu ul {
    display: flex;
    list-style: none;
    gap: 46px;
  }
  .desktop-menu ul li a {
    text-decoration: none;
    color: #DADDDB;
  }
  .desktop-menu ul li a:hover {
    color: #FFE100;
  }
  .desktop-menu ul li a:focus {
    color: #F7C802;
  }
  .desktop-menu ul li a.active {
    color: #F7C802;
  }
}

.burger {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: end;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  padding: 0;
  margin: -15px 0 0 auto;
  cursor: pointer;
  z-index: 1101;
}
.burger span {
  height: 3px;
  width: 32px;
  background: #ffffff;
  margin: 4px 0;
  display: block;
  border-radius: 2px;
  transition: 0.3s;
}
.burger span:nth-child(2) {
  width: 24px;
}
.burger span:nth-child(3) {
  width: 16px;
}

.burger.active span:nth-child(1) {
  transform: translateY(11px) rotate(45deg);
  width: 32px;
}
.burger.active span:nth-child(2) {
  opacity: 0;
  width: 24px;
}
.burger.active span:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
  width: 32px;
}

.header__nav {
  position: fixed;
  z-index: 1100;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  max-width: 100%;
  background: #050B10;
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0;
  overflow-y: scroll;
}

.header__nav.active {
  transform: translateX(0);
}

.header__nav ul {
  list-style: none;
  padding: 116px 0 0;
  margin: 0;
}

.header__nav li {
  margin-bottom: 38px;
  text-align: center;
}

.header__nav a {
  font-size: 22px;
  text-decoration: none;
  color: #DADDDB;
  text-align: center;
  font-weight: 300;
  font-family: "Tektur_Litle", system-ui, sans-serif;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .header__nav a {
    font-size: 40px;
  }
}
.header__nav a:focus {
  color: #F7C802;
}
.header__nav a:hover {
  color: #FFE100;
}
.header__nav a.active {
  color: #F7C802;
}

.menu-overlay {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.menu-overlay.active {
  display: block;
  opacity: 1;
}

footer {
  padding-bottom: 40px;
  background: #050B10;
}
@media (min-width: 1025px) {
  footer {
    padding: 120px 0 0;
    margin-top: -2px;
  }
}

.footer--bg {
  padding-top: 56px;
}

.footer__logo {
  font-weight: bold;
  font-size: 1.5rem;
  color: #FFFB00;
  text-decoration: none;
  margin: 0 auto;
  text-align: center;
}
.footer__logo svg {
  width: calc(100% - 20px);
}
@media (min-width: 1025px) {
  .footer__logo svg {
    width: 100%;
  }
}

.container.footer__container {
  flex-flow: column wrap;
  max-width: calc(100% - 20px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -1px;
}
@media (min-width: 1025px) {
  .container.footer__container {
    flex-flow: row nowrap;
    max-width: 1360px;
    margin: -2px auto 0;
  }
}

.footer__container__desktop {
  display: none;
}
@media (min-width: 1025px) {
  .footer__container__desktop {
    color: #A6A7A4;
    display: flex;
    gap: 140px;
    width: 54%;
  }
  .footer__container__desktop ul {
    list-style: none;
    padding: 0;
  }
  .footer__container__desktop ul li {
    margin-bottom: 20px;
  }
}
.footer__container__desktop a {
  font-size: 14px;
  color: #898A88;
  text-decoration: none;
}
.footer__container__desktop a:hover {
  color: #FFE100;
}

.footer__email a {
  text-decoration: none;
  margin-top: 20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  color: #ffffff;
  width: 100%;
  align-items: center;
}
.footer__email a .email-meta {
  display: flex;
  flex-flow: column wrap;
  gap: 4px;
}
.footer__email a .email-meta .type {
  font-size: 12px;
  color: #DADDDB;
}
.footer__email a .icon {
  transition: 0.3s;
}
.footer__email a .icon:hover svg rect {
  fill: #F7C802;
}
.footer__email a .icon:hover svg path {
  fill: #050B10;
}

@media (min-width: 1025px) {
  .footer__bottom {
    max-width: calc(100% - 40px);
    display: flex;
    flex-flow: row-reverse nowrap;
    align-items: center;
    margin: 60px auto 0;
    border-top: 1px solid #565755;
    justify-content: space-between;
  }
}
@media (min-width: 1281px) {
  .footer__bottom {
    max-width: 1360px;
  }
}

.footer__links {
  width: calc(100% - 40px);
  margin: 63px auto 24px;
  padding: 16px 0;
  border-top: 1px solid #565755;
  border-bottom: 1px solid #565755;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .footer__links {
    width: 388px;
  }
}
@media (min-width: 1025px) {
  .footer__links {
    border: none;
    width: 54%;
    margin: 0;
    gap: 170px;
    justify-content: start;
  }
}
.footer__links a {
  font-size: 12px;
  color: #898A88;
  text-decoration: none;
}
.footer__links a:hover {
  color: #FFE100;
}

.footer__copy {
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 1025px) {
  .footer__copy {
    margin-bottom: 0;
    margin-left: 0;
  }
}

.chat_block {
  width: 68px;
  height: 68px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: linear-gradient(43deg, #2A2A2A 0%, #1E1E1E 90%);
  border-radius: 50%;
  cursor: pointer;
  z-index: 1000;
  transform: translateY(120px) scale(0.8);
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.chat_block.chat-visible {
  transform: translateY(0) scale(1);
  opacity: 1;
  visibility: visible;
  transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.chat_block.chat-hidden {
  transform: translateY(120px) scale(0.8);
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.chat_block::before {
  content: "Маєте питання? ";
  position: absolute;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQwIiBoZWlnaHQ9IjQzIiB2aWV3Qm94PSIwIDAgMTQwIDQzIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMTM3IDBDMTM4LjY1NyAxLjAzMDgxZS0wNiAxNDAgMS4zNDMxNSAxNDAgM1Y0MS40MzU1QzE0MCA0Mi4zNjQ0IDEzOC44NDQgNDIuNzkxNyAxMzguMjQgNDIuMDg1OUwxMzIuMTc4IDM1SDNDMS4zNDMxNSAzNSA0LjQyOTMzZS0wOCAzMy42NTY5IDAgMzJWM0MwIDEuMzQzMTUgMS4zNDMxNSA0LjQyOTI2ZS0wOCAzIDBIMTM3WiIgZmlsbD0iIzIzMjMyMyIvPgo8L3N2Zz4K");
  top: -42px;
  width: 140px;
  right: -11px;
  color: #fff;
  height: 44px;
  background-repeat: no-repeat;
  font-size: 14px;
  padding-top: 8px;
  padding-left: 11px;
  opacity: 0;
  transform: translateY(10px) scale(0.9);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition-delay: 0.8s;
}
.chat_block.chat-visible::before {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.chat_block.active {
  width: auto;
  border-radius: 34px;
}
.chat_block.active .primary_icon {
  padding: 31px 20px;
}
.chat_block.active .primary_icon svg.show {
  display: none;
}
.chat_block.active .primary_icon svg.hidde {
  display: block;
}
.chat_block.active .hidden_icons {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.chat_block.active .hidden_icons > div {
  transform: translateX(0);
}
.chat_block .primary_icon {
  padding: 21px 20px 18.5px;
  position: relative;
  z-index: 2;
}
.chat_block .primary_icon svg.show {
  display: block;
  transition: opacity 0.3s ease;
}
.chat_block .primary_icon svg.hidde {
  display: none;
  transition: opacity 0.3s ease;
}
.chat_block .hidden_icons {
  position: absolute;
  right: 88px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  gap: 16px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  pointer-events: none;
}
.chat_block .hidden_icons > div {
  width: 48px;
  height: 48px;
  background: linear-gradient(43deg, #2A2A2A 0%, #1E1E1E 90%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: translateX(20px);
}
.chat_block .hidden_icons > div:nth-child(1) {
  transition-delay: 0.1s;
}
.chat_block .hidden_icons > div:nth-child(2) {
  transition-delay: 0.15s;
}
.chat_block .hidden_icons > div:hover {
  background: #F7C802;
  transform: scale(1.1) translateX(0);
}
.chat_block .hidden_icons > div:hover svg path {
  fill: #050B10;
}
.chat_block .hidden_icons > div a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.chat_block .hidden_icons > div a:focus {
  outline: 2px solid #F7C802;
  outline-offset: 2px;
}
.chat_block:focus-visible {
  outline: 2px solid #F7C802;
  outline-offset: 2px;
}
@media (prefers-reduced-motion: reduce) {
  .chat_block {
    transition: none;
  }
  .chat_block .primary_icon svg,
  .chat_block .hidden_icons,
  .chat_block .hidden_icons > div {
    transition: none;
  }
}

.hero-section {
  background-color: #050B10;
  background-image: url("../../assets/img/hero_bg.png");
  background-repeat: no-repeat;
  background-position: right 0 top -30px;
  padding-top: 124px;
  position: relative;
}
@media (min-width: 1025px) {
  .hero-section {
    background-image: url("../../assets/img/hero_bg_desk.png");
    background-position: right 0 top 3px;
    padding: 162px 40px 64px;
  }
}
@media (min-width: 992px) {
  .hero-section::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("../../assets/img/hero_bg_desk_2.png");
    background-repeat: no-repeat;
  }
}
.hero-section h1, .hero-section p {
  color: #ffffff;
}
.hero-section b {
  font-weight: 600;
  letter-spacing: 0.1em;
}
.hero-section p {
  margin: 24px 0;
  line-height: 150%;
}
.hero-section h1 {
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .hero-section h1 {
    font-size: 48px;
  }
}
@media (max-width: 371px) {
  .hero-section h1 {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .hero-section h1 {
    font-size: 72px;
  }
}
@media (min-width: 1025px) {
  .hero-section h1 {
    font-size: 152px;
    line-height: 1.2em;
  }
}
@media (min-width: 1281px) {
  .hero-section h1 {
    font-size: 172px;
  }
}
.hero-section h1 .hero_title_2 {
  display: flex;
  text-align: right;
  gap: 60px;
}
.hero-section h1 .hero_title_2 .desktop-timer {
  line-height: normal;
  margin-top: 20px;
}
.hero-section h1 .hero_title_2 .desktop-timer p.p1 {
  font-size: 14px;
  line-height: 1.2em;
  margin: 34px auto 12px;
  font-weight: 600;
}
.hero-section h1 .hero_title_2 .desktop-timer p.p1.benefit {
  display: flex;
  background: #565755;
  align-items: center;
  justify-content: center;
  max-width: 234px;
  margin: 15px auto;
  font-size: 12px;
  padding: 4px 8px;
  line-height: 1.3em;
  font-weight: 600;
}
@keyframes text-pulse {
  from {
    color: #ffffff;
  }
  to {
    color: #F7C802;
  }
}
.hero-section h1 .hero_title_2 .desktop-timer p.p1.benefit .arrow-icon {
  margin: 4px 8px 0;
  transform: rotate(45deg);
  width: 13px;
  height: 13px;
}
@media (min-width: 1025px) {
  .hero-section h1 .hero_title_2 .title-text {
    margin-top: -22px;
  }
}
.hero-section hr {
  border-color: #565755;
}
.hero-section__container {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: auto 20px;
}
@media (min-width: 768px) {
  .hero-section__container {
    max-width: 80vw;
    margin: 0 auto;
  }
}
@media (min-width: 1025px) {
  .hero-section__container {
    max-width: 1360px;
    margin: 0 auto;
    align-items: start;
  }
}
.hero-section__right_block {
  display: flex;
  flex-direction: column;
  width: 71%;
  margin-bottom: 40px;
}
@media (max-width: 371px) {
  .hero-section__right_block {
    width: 70%;
  }
}
@media (min-width: 1025px) {
  .hero-section__right_block {
    margin-bottom: 0;
    width: calc(80% - 20px);
  }
}
.hero-section__right_block .hero_subtitle {
  color: #DADDDB;
  max-width: 461px;
  font-size: 16px;
  line-height: 1.5em;
  margin-top: 24px;
}
@media (max-width: 576px) {
  .hero-section__right_block .hero_subtitle {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .hero-section__right_block .hero_subtitle {
    font-size: 13px;
  }
}
@media (min-width: 1025px) {
  .hero-section__right_block .hero_subtitle {
    font-size: 18px;
    margin: -73px 0 0 440px;
  }
}
.hero-section__right_block .hero_subtitle span {
  font-weight: 600;
  color: #FAFAFA;
}
.hero-section__left_block {
  display: flex;
  flex-direction: column;
  width: 23%;
  height: 280px;
  position: relative;
}
@media (max-width: 576px) {
  .hero-section__left_block {
    height: 260px;
  }
}
@media (min-width: 1025px) {
  .hero-section__left_block {
    height: 556px;
    width: calc(20% - 20px);
  }
}
.hero-section__left_block img.hi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 90% 50%;
  display: block;
  z-index: 301;
}
@media (min-width: 1025px) {
  .hero-section__left_block img.hi {
    object-fit: contain;
    z-index: 301;
  }
}
.hero-section .separator {
  height: 1px;
  background: #565755;
  position: absolute;
  width: 90%;
  z-index: 300;
  margin-top: -70px;
}
@media (max-width: 371px) {
  .hero-section .separator {
    margin-top: -94px;
  }
}
@media (min-width: 1025px) {
  .hero-section .separator {
    margin-top: 0;
    bottom: 163px;
  }
}
.hero-section__button_block {
  width: calc(100vw - 40px);
  margin: 0 auto;
}
.hero-section__timer {
  margin: 0 auto 34px;
}
.hero-section__timer.desktop-timer {
  position: relative;
  display: none;
  padding: 0 24px 34px;
}
.hero-section__timer.desktop-timer::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  background: linear-gradient(90deg, #050B10 50%, #2A2A2A 100%);
  z-index: 0;
  clip-path: polygon(44px 0, 100% 0, 100% 100%, 0 100%, 0 44px);
}
.hero-section__timer.desktop-timer .hero-timer, .hero-section__timer.desktop-timer p.p1 {
  position: relative;
  z-index: 1;
}
@media (min-width: 1025px) {
  .hero-section__timer.desktop-timer .hero-timer, .hero-section__timer.desktop-timer p.p1 {
    overflow: hidden;
    width: 322px;
  }
}
.hero-section__timer.desktop-timer .timer_icon {
  position: absolute;
  top: -40px;
  right: 8px;
}
.hero-section__timer.desktop-timer .p1 {
  text-transform: none;
  margin: 52px auto 12px;
  text-align: center;
  max-width: 260px;
  font-size: 16px;
  color: #DADDDB;
}
@media (min-width: 1025px) {
  .hero-section__timer.desktop-timer {
    margin: 35px auto 20px;
    display: block;
    position: relative;
  }
}
.hero-section__timer.mobile-timer {
  display: block;
}
.hero-section__timer.mobile-timer p.p1 {
  margin-top: 0;
  margin-bottom: 0;
  color: #DADDDB;
  font-size: 14px;
}
@media (max-width: 576px) {
  .hero-section__timer.mobile-timer p.p1 {
    font-family: Montserrat_litle;
  }
}
.hero-section__timer.mobile-timer p.p1.benefit {
  display: flex;
  background: #565755;
  align-items: center;
  justify-content: center;
  max-width: 250px;
  margin: 8px auto;
  font-size: 14px;
  padding: 4px 8px;
  line-height: 1.3em;
}
.hero-section__timer.mobile-timer p.p1.benefit .arrow-icon {
  margin: 4px 8px 0;
  transform: rotate(45deg);
  width: 13px;
  height: 13px;
}
@media (min-width: 1025px) {
  .hero-section__timer.mobile-timer {
    display: none;
  }
}
.hero-section__timer .hero-timer {
  display: flex;
  gap: 12px;
  justify-content: center;
}
.hero-section__timer .hero-timer .timer-block {
  color: #DADDDB;
  font-family: "Montserrat", system-ui, sans-serif;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  text-align: center;
  text-transform: lowercase;
  letter-spacing: 0;
}
.hero-section__timer .hero-timer .timer-block span {
  color: #FAFAFA;
  font-family: "Tektur", system-ui, sans-serif;
  font-size: 40px;
}

.heronew-section {
  background-color: #050B10;
  background-image: url("../../assets/img/hero_bg.png");
  background-repeat: no-repeat;
  background-position: right 0 top -30px;
  padding-top: 14vh;
  position: relative;
  height: 86vh;
}
@media (min-width: 1025px) {
  .heronew-section {
    background-image: url("../../assets/img/hero_bg_desk.png");
    background-position: right 0 top 3px;
    padding: 25vh 40px 15vh;
    height: 60vh;
  }
}
@media (min-width: 1200px) and (min-height: 768px) and (max-height: 1024px) {
  .heronew-section {
    padding: 20vh 40px 20vh;
    height: 60vh;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) and (min-height: 680px) and (max-height: 750px) {
  .heronew-section {
    padding: 20vh 40px 20vh;
    height: 60vh;
  }
}
@media (min-width: 1024px) and (max-width: 2200px) and (min-height: 400px) and (max-height: 700px) {
  .heronew-section {
    padding: 176px 40px 0;
    height: 700px;
  }
}
@media (min-width: 992px) {
  .heronew-section::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("../../assets/img/hero_bg_desk_2.png");
    background-repeat: no-repeat;
  }
}
.heronew-section h1, .heronew-section p {
  color: #FAFAFA;
}
.heronew-section b {
  font-weight: 600;
  letter-spacing: 0.1em;
}
.heronew-section p {
  margin: 24px 0;
  line-height: 150%;
}
.heronew-section h1 {
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .heronew-section h1 {
    font-size: 48px;
  }
}
@media (max-width: 371px) {
  .heronew-section h1 {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .heronew-section h1 {
    font-size: 72px;
  }
}
@media (min-width: 1025px) {
  .heronew-section h1 {
    font-size: 152px;
    line-height: 1em;
  }
}
@media (min-width: 1281px) {
  .heronew-section h1 {
    font-size: 160px;
  }
}
.heronew-section h1 .hero_title_2 {
  display: flex;
  text-align: right;
  gap: 60px;
}
.heronew-section h1 .hero_title_2 .desktop-timer {
  line-height: normal;
  margin-top: 20px;
}
.heronew-section h1 .hero_title_2 .desktop-timer p.p1 {
  font-size: 14px;
  line-height: 1.2em;
  margin: 34px auto 12px;
  font-weight: 600;
}
.heronew-section h1 .hero_title_2 .desktop-timer p.p1.benefit {
  display: flex;
  background: #565755;
  align-items: center;
  justify-content: center;
  max-width: 234px;
  margin: 15px auto;
  font-size: 12px;
  padding: 4px 8px;
  line-height: 1.3em;
  font-weight: 600;
}
.heronew-section h1 .hero_title_2 .desktop-timer p.p1.benefit span {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.heronew-section h1 .hero_title_2 .desktop-timer p.p1.benefit span::before {
  content: attr(data-value);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: number-roll 2s ease-out forwards;
  transform: translateY(-100%);
}
@keyframes number-roll {
  0% {
    transform: translateY(-500%);
  }
  20% {
    transform: translateY(-400%);
  }
  40% {
    transform: translateY(-300%);
  }
  60% {
    transform: translateY(-200%);
  }
  80% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes text-pulse {
  from {
    color: #ffffff;
  }
  to {
    color: #F7C802;
  }
}
.heronew-section h1 .hero_title_2 .desktop-timer p.p1.benefit .arrow-icon {
  margin: 4px 8px 0;
  transform: rotate(45deg);
  width: 13px;
  height: 13px;
}
@media (min-width: 1025px) {
  .heronew-section h1 .hero_title_2 .title-text {
    margin-top: -22px;
  }
}
.heronew-section__container {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: auto 20px;
  height: 100%;
}
@media (min-width: 768px) {
  .heronew-section__container {
    max-width: 440px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .heronew-section__container {
    margin: 0 auto;
    align-items: start;
  }
}
@media (min-width: 1023px) and (max-width: 1026px) {
  .heronew-section__container {
    max-width: 753px;
    justify-content: flex-end;
  }
}
@media (min-width: 1025px) {
  .heronew-section__container {
    max-width: 1440px;
    flex-flow: row-reverse wrap;
  }
}
.heronew-section__right_block {
  display: flex;
  flex-direction: column;
  width: 71%;
}
@media (max-width: 371px) {
  .heronew-section__right_block {
    width: 70%;
  }
}
@media (min-width: 1025px) {
  .heronew-section__right_block {
    margin-bottom: 0;
    width: calc(100% - 376px);
    margin-left: 45px;
  }
}
@media (min-width: 1200px) and (min-height: 768px) and (max-height: 1024px) {
  .heronew-section__right_block {
    width: calc(100% - 331px);
    margin-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) and (min-height: 680px) and (max-height: 750px) {
  .heronew-section__right_block {
    width: calc(100% - 295px);
    margin-left: 19px;
  }
}
@media (min-width: 760px) and (max-width: 800px) and (min-height: 760px) and (max-height: 1100px) {
  .heronew-section__right_block {
    width: calc(100% - 126px);
    margin-left: 0;
  }
}
.heronew-section__right_block .heronew_subtitle {
  color: #DADDDB;
  max-width: 461px;
  font-size: 16px;
  line-height: 1.5em;
  margin-top: 24px;
}
@media (max-width: 576px) {
  .heronew-section__right_block .heronew_subtitle {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .heronew-section__right_block .heronew_subtitle {
    font-size: 13px;
  }
}
@media (min-width: 1025px) {
  .heronew-section__right_block .heronew_subtitle {
    color: #FAFAFA;
    font-size: 20px;
    margin: 28px 0 0;
    max-width: 506px;
  }
}
@media (min-height: 768px) and (max-height: 1024px) {
  .heronew-section__right_block .heronew_subtitle {
    font-size: 18px;
  }
}
.heronew-section__right_block .heronew_subtitle span {
  font-weight: 600;
  color: #FAFAFA;
}
.heronew-section__left_block {
  display: flex;
  flex-direction: column;
  width: 23%;
  height: 280px;
  position: relative;
}
@media (max-width: 576px) {
  .heronew-section__left_block {
    width: 22%;
    height: 260px;
  }
}
@media (min-width: 1025px) {
  .heronew-section__left_block {
    height: 556px;
    width: 271px;
    margin-left: 40px;
  }
}
@media (min-width: 1200px) and (min-height: 768px) and (max-height: 1024px) {
  .heronew-section__left_block {
    width: 251px;
    margin-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) and (min-height: 680px) and (max-height: 750px) {
  .heronew-section__left_block {
    width: 245px;
    margin-left: 0;
  }
}
@media (min-width: 760px) and (max-width: 800px) and (min-height: 760px) and (max-height: 1100px) {
  .heronew-section__left_block {
    width: 90px;
    margin-left: 0;
  }
}
.heronew-section__left_block img.hi {
  width: 90px;
  height: 290px;
  display: block;
  z-index: 301;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .heronew-section__left_block img.hi {
    width: 167px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}
@media (min-width: 2000px) {
  .heronew-section__left_block img.hi {
    width: 211px;
  }
}
.heronew-section .separator {
  height: 1px;
  background: #565755;
  position: absolute;
  width: 90%;
  z-index: 300;
  margin-top: 114px;
}
@media (max-width: 371px) {
  .heronew-section .separator {
    margin-top: -94px;
  }
}
@media (min-width: 1025px) {
  .heronew-section .separator {
    display: none;
  }
}
.heronew-section__bottom {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .heronew-section__bottom {
    width: 100vw;
    overflow-x: hidden;
  }
}
@media (min-width: 1025px) {
  .heronew-section__bottom {
    display: flex;
    width: 100%;
    margin: -140px auto 0;
    justify-content: space-between;
    position: relative;
  }
}
@media (min-width: 1024px) and (max-width: 2200px) and (min-height: 400px) and (max-height: 700px) {
  .heronew-section__bottom {
    margin-top: -180px;
  }
}
.heronew-section__button_block {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .heronew-section__button_block {
    width: 478px;
    margin-left: 335px;
  }
}
@media (min-width: 760px) and (max-width: 800px) and (min-height: 760px) and (max-height: 1100px) {
  .heronew-section__button_block {
    margin-left: 0px;
    justify-content: center;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) and (min-height: 680px) and (max-height: 750px) {
  .heronew-section__button_block {
    margin-left: 297px;
  }
}
@media (min-width: 1700px) and (min-height: 1081px) {
  .heronew-section__button_block {
    margin-left: 375px;
  }
}
@media (min-width: 1024px) and (max-width: 2200px) and (min-height: 400px) and (max-height: 710px) {
  .heronew-section__button_block {
    margin-left: 378px;
  }
}
.heronew-section__button_block .btn {
  padding: 18.5px 20px;
  margin: 0;
  width: 100%;
}
@media (max-width: 576px) {
  .heronew-section__button_block .btn {
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 1025px) {
  .heronew-section__button_block .btn {
    width: 388px;
  }
}
.heronew-section__button_block .video-btn {
  height: 70px;
  width: 70px;
  position: relative;
  background: none;
  color: #ffffff;
  border: none;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  gap: 7px;
  text-transform: uppercase;
}
.heronew-section__timer {
  margin: 32px auto 34px;
  display: block;
  position: relative;
}
@media (min-width: 1025px) {
  .heronew-section__timer {
    position: absolute;
    right: 0;
    top: -210%;
    padding: 0 24px 34px;
  }
  .heronew-section__timer::before {
    display: none;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  .heronew-section__timer::before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    background: linear-gradient(90deg, #050B10 50%, #2A2A2A 100%);
    z-index: 0;
    clip-path: polygon(44px 0, 100% 0, 100% 100%, 0 100%, 0 44px);
  }
}
.heronew-section__timer .timer_icon {
  display: none;
}
@media (min-width: 1025px) {
  .heronew-section__timer .timer_icon {
    display: block;
    position: absolute;
    bottom: 27px;
    left: -35px;
  }
}
.heronew-section__timer p.p1 {
  margin-top: 0;
  margin-bottom: 0;
  color: #DADDDB;
  font-size: 14px;
  z-index: 1;
  position: relative;
  font-weight: 600;
}
@media (max-width: 576px) {
  .heronew-section__timer p.p1 {
    font-family: Montserrat_litle;
  }
}
.heronew-section__timer p.p1.benefit {
  display: flex;
  background: #565755;
  align-items: center;
  justify-content: center;
  max-width: 250px;
  margin: 8px auto;
  font-size: 12px;
  padding: 4px 8px;
  line-height: 1.3em;
  color: #FAFAFA;
}
.heronew-section__timer p.p1.benefit span {
  font-weight: 600;
  margin-right: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
  flex-flow: row nowrap;
  align-items: center;
}
.heronew-section__timer p.p1.benefit span b {
  animation: counter 5s alternate ease-in-out;
  counter-reset: num var(--num);
  font: 500 12px system-ui;
  line-height: 1.1em;
}
.heronew-section__timer p.p1.benefit span b::after {
  content: counter(num);
}
@keyframes counter {
  from {
    --num: 70;
  }
  to {
    --num: 200;
  }
}
.heronew-section__timer p.p1.benefit .arrow-icon {
  margin: 4px 8px 0;
  transform: rotate(45deg);
  width: 13px;
  height: 13px;
}
@media (min-width: 1025px) {
  .heronew-section__timer {
    padding: 29px;
  }
}
.heronew-section__timer::before {
  display: none;
}
@media (min-width: 1025px) {
  .heronew-section__timer::before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, #1E1E1E 50%, #2A2A2A 100%);
    z-index: 0;
    clip-path: polygon(44px 0, 100% 0, 100% 100%, 0 100%, 0 44px);
  }
}
.heronew-section__timer .heronew-timer {
  display: flex;
  gap: 12px;
  justify-content: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 322px;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .heronew-section__timer .heronew-timer {
    width: 405px;
  }
}
@media (min-width: 1200px) and (max-width: 1700px) and (min-height: 768px) and (max-height: 1024px) {
  .heronew-section__timer .heronew-timer {
    width: 360px;
  }
}
.heronew-section__timer .heronew-timer .timer-block {
  color: #DADDDB;
  font-family: "Montserrat", system-ui, sans-serif;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  text-align: center;
  text-transform: lowercase;
  letter-spacing: 0;
  z-index: 1;
}
.heronew-section__timer .heronew-timer .timer-block span {
  color: #FAFAFA;
  font-family: "Tektur", system-ui, sans-serif;
  font-size: 40px;
}
.heronew-section__timer .heronew-timer .timer-block:nth-child(odd) {
  width: 55px;
}

.why-section {
  background-image: url("../../assets/img/why_bg.png");
  background-repeat: no-repeat;
  background-position: left -4%;
  padding: 56px 20px;
}
@media (min-width: 1025px) {
  .why-section {
    padding: 0 40px;
    background-image: url("../../assets/img/why_bg_desk.png");
  }
}
@media (min-width: 1281px) {
  .why-section {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .why-section__container {
    max-width: 478px;
    margin: 0 auto;
  }
}
@media (min-width: 1025px) {
  .why-section__container {
    padding: 140px 0 140px;
    max-width: 1360px;
  }
}
.why-section__title {
  margin: 0 auto;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  gap: 0px;
}
@media (min-width: 768px) {
  .why-section__title {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (min-width: 1025px) {
  .why-section__title {
    max-width: 1001px;
    gap: 12px;
  }
}
.why-section__title .h2 {
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1em;
}
@media (min-width: 1025px) {
  .why-section__title .h2 {
    font-size: 72px;
    display: flex;
    gap: 20px;
  }
}
.why-section__title .title_first_block {
  text-align: start;
}
.why-section__title .title_second_block {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: end;
  align-items: center;
}
.why-section__title .title_second_block .h2:nth-child(2) {
  margin: 0 6px;
}
@media (min-width: 1025px) {
  .why-section__title .title_second_block img {
    width: 60px;
    height: 60px;
    margin-right: 15px;
  }
}
.why-section__title .title_third_block {
  padding-left: 20px;
}
.why-section__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 28px;
}
@media (min-width: 1025px) {
  .why-section__list {
    align-items: flex-start;
    flex-wrap: nowrap;
    padding-top: 72px;
  }
}
.why-section__item {
  position: relative;
  width: 100%;
  min-height: 180px;
  background: transparent;
  padding: 28px 24px 24px 24px;
  box-sizing: border-box;
  overflow: hidden;
}
@media (min-width: 768px) {
  .why-section__item {
    width: calc(100% - 70px);
    margin: 0 auto;
  }
}
@media (min-width: 1025px) {
  .why-section__item {
    width: 100%;
    min-height: 280px;
  }
}
.why-section__item__title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 18px;
  letter-spacing: 0.01em;
}
.why-section__item__content {
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 102px;
  color: #565755;
  word-spacing: 0.1em;
}
.why-section__item__image {
  position: absolute;
  bottom: 7px;
  right: 0;
  width: 117px;
  height: 117px;
  z-index: 3;
}
@media (min-width: 1025px) {
  .why-section__item__image {
    width: 130px;
    height: 130px;
    bottom: 10px;
    right: 16px;
  }
}
.why-section__item__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.why-section__item:nth-child(2) {
  background: #050B10;
  color: #ffffff;
  clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 0 100%);
}
@media (min-width: 1025px) {
  .why-section__item:nth-child(2) {
    margin-top: 79px;
  }
}
.why-section__item:nth-child(2)::before {
  top: -31px;
  right: -33px;
  border-top: none;
}
.why-section__item:nth-child(3) {
  background: #050B10;
  color: #ffffff;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 40px 100%, 0 calc(100% - 40px));
}
.why-section__item:nth-child(3)::before {
  bottom: -31px;
  left: -33px;
  border-top: none;
}
@media (min-width: 1025px) {
  .why-section__item:nth-child(4) .why-section__item__content {
    padding-right: 2%;
  }
}
.why-section__item:nth-child(4)::before {
  top: -32px;
  left: -34.5px;
  border-radius: 2px;
  transform: rotate(135deg);
}
.why-section__item:nth-child(2) .why-section__item__content, .why-section__item:nth-child(3) .why-section__item__content {
  color: #DADDDB;
}
@media (min-width: 1025px) {
  .why-section__item:nth-child(2) .why-section__item__content, .why-section__item:nth-child(3) .why-section__item__content {
    padding-right: 6%;
  }
}

.steps-section {
  background-image: url("../../assets/img/steps_bg.png");
  background-repeat: no-repeat;
  background-position: right -4%;
  padding: 56px 20px 50px;
}
@media (min-width: 1025px) {
  .steps-section {
    background-image: url("../../assets/img/steps_bg_desk.png");
    padding: 0;
  }
}
@media (min-width: 768px) {
  .steps-section__container {
    max-width: 388px;
    margin: 0 auto;
  }
}
@media (min-width: 1025px) {
  .steps-section__container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 120px 20px 100px;
  }
}
.steps-section__title {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .steps-section__title {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (min-width: 1025px) {
  .steps-section__title {
    max-width: 1000px;
  }
}
.steps-section__title .h2 {
  line-height: 1.2em;
}
@media (min-width: 1025px) {
  .steps-section__title .h2 {
    font-size: 72px;
  }
}
@media (min-width: 1025px) {
  .steps-section__title img {
    width: 60px;
    height: 60px;
  }
}
.steps-section__title .title_first_block, .steps-section__title .title_third_block {
  text-align: start;
}
.steps-section__title .title_second_block {
  display: flex;
  flex-direction: row;
  padding-left: 43px;
  justify-content: end;
}
@media (min-width: 1025px) {
  .steps-section__title .title_second_block {
    padding-left: 118px;
    align-items: center;
    gap: 12px;
  }
}
.steps-section__title .title_second_block .h2 {
  margin-left: 6px;
}
@media (min-width: 1025px) {
  .steps-section__title .title_third_block {
    display: none;
  }
}
.steps-section__items {
  display: flex;
  flex-flow: row wrap;
  gap: 8px;
  margin: 28px 0;
}
@media (min-width: 1025px) {
  .steps-section__items {
    flex-flow: row nowrap;
    margin: 72px 0;
    align-items: flex-start;
    gap: 11px;
  }
}
.steps-section__item {
  padding: 20px 20px 28px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
@media (min-width: 1025px) {
  .steps-section__item {
    width: 25%;
    height: 227px;
  }
}
.steps-section__item__title {
  font-size: 18px;
  font-weight: 600;
  display: flex;
  flex-flow: row nowrap;
  align-items: end;
  gap: 8px;
  height: 60px;
  margin-bottom: 36px;
  line-height: 150%;
  font-family: Montserrat_litle;
}
@media (min-width: 1025px) {
  .steps-section__item__title {
    font-size: 18px;
    gap: 13px;
  }
}
@media (min-width: 1281px) {
  .steps-section__item__title {
    font-size: 20px;
  }
}
.steps-section__item__title span {
  font-size: 60px;
  font-family: "Tektur", system-ui, sans-serif;
  color: #F7C802;
  font-weight: 500;
  line-height: 50px;
}
.steps-section__item__title div {
  margin-bottom: -2px;
}
@media (min-width: 1025px) {
  .steps-section__item__title div {
    margin-bottom: -6px;
  }
}
.steps-section__item__content {
  color: #565755;
}
.steps-section__item__content p {
  letter-spacing: 0em;
  line-height: 150%;
  font-weight: 400;
  word-spacing: 0em;
  font-size: 14px;
  margin-bottom: 0;
}
.steps-section__item:nth-child(2) {
  background: #050B10;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 40px 100%, 0 calc(100% - 40px));
}
@media (min-width: 1025px) {
  .steps-section__item:nth-child(2) {
    margin-top: 80px;
  }
}
.steps-section .steps-section__item:nth-child(2) .steps-section__item__title {
  color: #ffffff;
}
.steps-section .steps-section__item:nth-child(2) .steps-section__item__content {
  color: #DADDDB;
}
.steps-section__item:nth-child(2)::before {
  bottom: -31px;
  left: -33px;
  border: none;
}
.features-section {
  background-image: url("../../assets/img/feature_bg.png");
  background-repeat: no-repeat;
  background-position: right -4%;
  background-color: #050B10;
  color: #ffffff;
  padding: 56px 20px 60px;
}
@media (min-width: 1025px) {
  .features-section {
    padding: 120px 40px;
    background-image: url("../../assets/img/feature_bg_desk.png");
  }
}
@media (min-width: 1281px) {
  .features-section {
    padding: 120px 0;
  }
}
@media (min-width: 768px) {
  .features-section__container {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (min-width: 1025px) {
  .features-section__container {
    max-width: 1268px;
  }
}
.features-section__title {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .features-section__title {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (min-width: 1025px) {
  .features-section__title {
    max-width: 960px;
  }
}
.features-section__title .h2 {
  font-family: Tektur_Litle;
}
@media (min-width: 1025px) {
  .features-section__title .h2 {
    font-size: 72px;
  }
}
.features-section__title .h2 {
  line-height: 1.2em;
}
.features-section__title .title_first_block {
  text-align: start;
}
@media (min-width: 1025px) {
  .features-section__title .title_first_block {
    display: flex;
    gap: 24px;
  }
}
.features-section__title .title_first_block .desktop-only {
  display: none;
}
@media (min-width: 1025px) {
  .features-section__title .title_first_block .desktop-only {
    display: block;
  }
}
.features-section__title .title_second_block {
  text-align: end;
}
@media (min-width: 1025px) {
  .features-section__title .title_second_block {
    display: none;
  }
}
.features-section__title .title_third_block {
  display: flex;
  flex-direction: row;
  padding-left: 40px;
}
@media (min-width: 1025px) {
  .features-section__title .title_third_block {
    gap: 15px;
    flex-direction: row-reverse;
    align-items: center;
  }
  .features-section__title .title_third_block img {
    width: 60px;
    height: 60px;
  }
}
.features-section__title .title_third_block .h2 {
  margin-right: 6px;
}
.features-section__content {
  margin: 28px 0;
  display: flex;
  gap: 8px;
  flex-flow: row wrap;
}
@media (min-width: 768px) {
  .features-section__content {
    max-width: 500px;
    margin: 40px auto;
  }
}
@media (min-width: 1025px) {
  .features-section__content {
    max-width: 1262px;
    flex-flow: row nowrap;
    margin: 119px 0 90px;
    gap: 14px;
    align-items: flex-start;
  }
}
.features-section__content__item {
  padding: 20px;
  position: relative;
  height: 138px;
  justify-content: space-between;
  display: flex;
  flex-flow: column;
}
@media (min-width: 1025px) {
  .features-section__content__item {
    padding: 28px;
    height: 146px;
    justify-content: space-between;
    display: flex;
    flex-flow: column;
  }
}
.features-section__content__item__title {
  font-size: 32px;
  font-family: Montserrat_litle;
}
@media (min-width: 1025px) {
  .features-section__content__item__title {
    font-size: 42px;
  }
}
@media (min-width: 1281px) {
  .features-section__content__item__title {
    font-size: 48px;
  }
}
.features-section__content__item__title span {
  font-family: Montserrat;
  font-size: 14px;
}
@media (min-width: 1025px) {
  .features-section__content__item__title span {
    font-size: 32px;
  }
}
.features-section__content__item__content {
  display: flex;
  justify-content: end;
  font-size: 14px;
  color: #DADDDB;
  line-height: 1.5em;
}
@media (min-width: 1025px) {
  .features-section__content__item__content {
    line-height: 1.5em;
    justify-content: start;
  }
}
.features-section__content__item--first, .features-section__content__item--last {
  width: calc(90% - 40px);
}
.features-section__content__item--first {
  margin-right: auto;
  overflow: hidden;
}
.features-section__content__item--first .features-section__content__item__content {
  margin-left: 60px;
}
@media (min-width: 1025px) {
  .features-section__content__item--first .features-section__content__item__content {
    margin-left: 44px;
  }
}
.features-section__content__item--last {
  margin-left: auto;
  overflow: hidden;
}
.features-section__content__item--last .features-section__content__item__content {
  margin-left: 40px;
}
.features-section__content__item--white, .features-section__content__item--yelow {
  width: calc(50% - 44px);
  color: #050B10;
}
@media (min-width: 1025px) {
  .features-section__content__item--white, .features-section__content__item--yelow {
    width: calc(50% + 245px);
  }
  .features-section__content__item--white .features-section__content__item__title, .features-section__content__item--yelow .features-section__content__item__title {
    margin-bottom: 65px;
  }
}
.features-section__content__item--white .features-section__content__item__content, .features-section__content__item--yelow .features-section__content__item__content {
  color: #565755;
}
.features-section__content__item--white {
  background: #ffffff;
}
@media (min-width: 1025px) {
  .features-section__content__item--white {
    margin-top: -47px;
  }
}
.features-section__content__item--yelow {
  background: linear-gradient(120deg, #F7C802 0%, #FFFB00 100%);
}
.features-section__news {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 28px 20px;
  margin-top: 28px;
  background-image: url("../../assets/img/news_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
@media (max-width: 576px) {
  .features-section__news {
    background-position-x: 70%;
  }
}
@media (min-width: 1025px) {
  .features-section__news {
    margin: 70px auto 0;
    width: auto;
    background-size: cover;
    padding: 40px;
    background-image: url("../../assets/img/news_bg_desk.png");
  }
}
@media (min-width: 1281px) {
  .features-section__news {
    width: 960px;
  }
}
.features-section__news .news-meta {
  display: flex;
  flex-direction: row;
  gap: 25px;
}
.features-section__news .news-meta span {
  font-family: Montserrat_litle;
}
.features-section__news .news-meta svg {
  width: 24px;
  height: 24px;
}
@media (min-width: 1025px) {
  .features-section__news .news-meta svg {
    width: 26px;
    height: 26px;
  }
}
.features-section__news .news-content {
  margin: 35px 0 26px;
  font-size: 14px;
  color: #DADDDB;
  line-height: 150%;
  padding-right: 30px;
}
@media (min-width: 1025px) {
  .features-section__news .news-content {
    padding-right: 45%;
    width: 100%;
    font-size: 24px;
    margin: 68px 0 46px;
    line-height: 140%;
    color: #F1F1F1;
  }
}
.features-section__news .news-content span {
  font-weight: 600;
}
.features-section__news .news-author {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media (min-width: 1025px) {
  .features-section__news .news-author {
    gap: 8px;
  }
}
.features-section__news .news-author-name {
  font-weight: 600;
}
@media (min-width: 1025px) {
  .features-section__news .news-author-name {
    font-size: 20px;
  }
}
.features-section__news .news-author-position {
  color: #F7C802;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media (min-width: 1025px) {
  .features-section__news .news-label svg {
    width: 106px;
    height: 29px;
  }
}

.presentation-section {
  color: #050B10;
  padding: 56px 20px 20px;
  position: relative;
  overflow: hidden;
  background-image: url("../../assets/img/presentation_bg_desk.png");
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media (min-width: 1025px) {
  .presentation-section {
    padding: 120px 40px 100px;
    min-height: 600px;
  }
}
@media (min-width: 1281px) {
  .presentation-section {
    padding: 100px 0;
  }
}
@media (min-width: 768px) {
  .presentation-section__container {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (min-width: 1025px) {
  .presentation-section__container {
    max-width: 1360px;
    margin: 0 auto;
  }
}
@media (min-width: 1025px) {
  .presentation-section__content-wrapper {
    display: grid;
    grid-template-columns: 1fr 700px;
    gap: 31px;
    align-items: center;
  }
}
@media (min-width: 1025px) {
  .presentation-section__left {
    padding-top: 40px;
  }
}
.presentation-section__header {
  margin-bottom: 32px;
}
@media (min-width: 1025px) {
  .presentation-section__header {
    margin-bottom: 40px;
  }
}
.presentation-section__title {
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .presentation-section__title {
    max-width: 330px;
    margin: 0 auto;
  }
}
.presentation-section__title .h2 {
  font-family: Tektur_Litle;
  font-size: 44px;
  line-height: 120%;
  margin: 0;
  font-weight: 700;
  color: #050B10;
}
@media (min-width: 1025px) {
  .presentation-section__title .h2 {
    font-size: 72px;
  }
}
.presentation-section__title-first {
  margin-bottom: 8px;
}
@media (min-width: 1025px) {
  .presentation-section__title-first {
    margin-bottom: 12px;
  }
}
.presentation-section__title-with-icon {
  display: flex;
  align-items: center;
  gap: 9px;
  justify-content: end;
}
@media (min-width: 1025px) {
  .presentation-section__title-with-icon {
    gap: 24px;
    justify-content: start;
  }
}
.presentation-section__icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (min-width: 1025px) {
  .presentation-section__icon {
    width: 60px;
    height: 60px;
  }
}
.presentation-section__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.presentation-section__content {
  font-size: 16px;
  line-height: 150%;
  color: #2A2A2A;
  font-weight: 400;
}
@media (min-width: 1025px) {
  .presentation-section__content {
    font-size: 16px;
    line-height: 150%;
    color: #2A2A2A;
    font-weight: 400;
  }
}
.presentation-section__content p {
  margin-bottom: 12px;
}
.presentation-section__content p:last-child {
  margin-bottom: 0;
}
.presentation-section__content strong {
  font-weight: 600;
  color: #050B10;
}
.presentation-section__content blockquote {
  background: #EEEEEE;
  width: calc(100% - 40px);
  font-weight: 600;
  margin: 0;
  padding: 12px 20px;
}
.presentation-section__content blockquote p {
  margin: 0;
}
.presentation-section__right {
  margin-top: 40px;
}
@media (min-width: 1025px) {
  .presentation-section__right {
    margin-top: 0;
  }
}
.presentation-section__gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  max-width: 400px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .presentation-section__gallery {
    max-width: 100%;
  }
}
@media (min-width: 1025px) {
  .presentation-section__gallery {
    gap: 10px;
  }
}
.presentation-section__gallery-item {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 126px;
}
@media (min-width: 1025px) {
  .presentation-section__gallery-item {
    aspect-ratio: unset;
    height: 227px;
  }
}
.presentation-section__gallery-item:hover {
  transform: translateY(-3px);
}
.presentation-section__gallery-item:hover img {
  transform: scale(1.05);
}
.presentation-section__gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  transition: transform 0.3s ease;
}
.presentation-section__gallery-item--1, .presentation-section__gallery-item--4 {
  flex: 1 1 calc(100% - 131px);
}
@media (min-width: 1025px) {
  .presentation-section__gallery-item--1, .presentation-section__gallery-item--4 {
    flex: 1 1 calc(100% - 237px);
  }
}
.presentation-section__gallery-item--2, .presentation-section__gallery-item--3 {
  flex: 1 1 125px;
}
@media (min-width: 1025px) {
  .presentation-section__gallery-item--2, .presentation-section__gallery-item--3 {
    flex: 1 1 227px;
  }
}
.presentation-section__gallery-item--1 {
  order: 1;
}
.presentation-section__gallery-item--2 {
  order: 2;
}
.presentation-section__gallery-item--3 {
  order: 3;
}
.presentation-section__gallery-item--4 {
  order: 4;
}

.calc-section {
  background-color: #050B10;
  color: #ffffff;
  padding: 56px 20px 50px;
}
@media (min-width: 1025px) {
  .calc-section {
    background-image: url("../../assets/img/calc_bg_desk.png");
    background-repeat: no-repeat;
    background-position: left -4%;
    padding: 120px 0 120px;
  }
}
@media (min-width: 768px) {
  .calc-section__container {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (min-width: 1025px) {
  .calc-section__container {
    max-width: 960px;
    position: relative;
  }
}
@media (min-width: 1025px) {
  .calc-section__container .btn {
    position: absolute;
    right: 0;
    bottom: 30px;
    max-width: 421px;
  }
}
.calc-section__title {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .calc-section__title {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (min-width: 1025px) {
  .calc-section__title {
    max-width: 706px;
  }
}
.calc-section__title .h2 {
  line-height: 1.2em;
  font-family: Tektur_Litle;
}
@media (min-width: 1025px) {
  .calc-section__title .h2 {
    font-size: 72px;
  }
}
@media (min-width: 1025px) {
  .calc-section__title img {
    width: 60px;
    height: 60px;
  }
}
.calc-section__title .title_first_block, .calc-section__title .title_third_block {
  text-align: start;
}
@media (min-width: 1025px) {
  .calc-section__title .title_first_block, .calc-section__title .title_third_block {
    text-align: end;
  }
}
.calc-section__title .title_second_block {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: end;
}
@media (min-width: 1025px) {
  .calc-section__title .title_second_block {
    align-items: center;
    justify-content: start;
    gap: 12px;
  }
}
.calc-section__content {
  margin: 28px 0;
  position: relative;
}
@media (min-width: 1025px) {
  .calc-section__content {
    display: flex;
    flex-flow: row-reverse nowrap;
    justify-content: space-between;
    gap: 67px;
    margin-top: 72px;
  }
}
.calc-section__content img.calc-img {
  position: absolute;
  right: -10px;
  top: 35px;
  width: 149px;
  height: 149px;
}
@media (min-width: 1025px) {
  .calc-section__content img.calc-img {
    position: static;
    width: 164px;
    height: 175px;
    margin: 0 auto -96px;
    z-index: 3;
  }
}
.calc-section__content #result {
  font-size: 14px;
  margin-bottom: 60px;
  padding: 20px 15px;
  background: #2A2A2A;
  clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 0 100%);
  text-align: center;
}
@media (min-width: 1025px) {
  .calc-section__content #result {
    padding: 96px 20px 40px;
    margin-bottom: 145px;
  }
}
.calc-section__content #result span {
  font-size: 31px;
  margin: 0 3px;
  font-family: Montserrat_litle;
}
@media (min-width: 1025px) {
  .calc-section__content #result span {
    font-size: 42px;
  }
}
.calc-section__content #tokens-value, .calc-section__content #investment-value, .calc-section__content #years-value {
  color: #ffffff;
}
.calc-section__content .value-input {
  background: transparent;
  border: none;
  font-size: 28px;
  color: #ffffff;
  font-family: Montserrat_litle;
}
.calc-section__content input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  background: transparent;
  border-radius: 4px;
  outline: none;
  margin: 15px 0 22px;
  transition: background 0.3s;
  border: none;
}
.calc-section__content input[type=range]::-webkit-slider-runnable-track {
  height: 6px;
  border-radius: 4px;
  background: linear-gradient(to right, #FFE100 0%, #000000 var(--range-progress, 50%), #2A2A2A var(--range-progress, 50%), #2A2A2A 100%);
}
.calc-section__content input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTUiIGN5PSIxNSIgcj0iMTQiIGZpbGw9IiMwNTBCMTAiIHN0cm9rZT0iI0ZGRTEwMCIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxjaXJjbGUgY3g9IjE1IiBjeT0iMTUiIHI9IjgiIGZpbGw9IiNGRkUxMDAiLz4KPC9zdmc+Cg==");
  background-size: cover;
  cursor: pointer;
  transition: background 0.3s;
  position: relative;
  z-index: 2;
  margin-top: -12px;
}
.calc-section__content input[type=range]:focus::-webkit-slider-thumb {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTUiIGN5PSIxNSIgcj0iMTQiIGZpbGw9IiMwNTBCMTAiIHN0cm9rZT0iI0ZGRTEwMCIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxjaXJjbGUgY3g9IjE1IiBjeT0iMTUiIHI9IjgiIGZpbGw9IiNGRkUxMDAiLz4KPC9zdmc+Cg==");
}
.calc-section__content input[type=range]::-moz-range-thumb {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTUiIGN5PSIxNSIgcj0iMTQiIGZpbGw9IiMwNTBCMTAiIHN0cm9rZT0iI0ZGRTEwMCIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxjaXJjbGUgY3g9IjE1IiBjeT0iMTUiIHI9IjgiIGZpbGw9IiNGRkUxMDAiLz4KPC9zdmc+Cg==");
  background-size: cover;
  cursor: pointer;
  transition: background 0.3s;
}
.calc-section__content input[type=range]:focus::-moz-range-thumb {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTUiIGN5PSIxNSIgcj0iMTQiIGZpbGw9IiMwNTBCMTAiIHN0cm9rZT0iI0ZGRTEwMCIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxjaXJjbGUgY3g9IjE1IiBjeT0iMTUiIHI9IjgiIGZpbGw9IiNGRkUxMDAiLz4KPC9zdmc+Cg==");
}
.calc-section__content input[type=range]::-moz-range-progress {
  background: linear-gradient(to right, #FFE100 0%, #000000 var(--range-progress, 50%), #2A2A2A var(--range-progress, 50%), #2A2A2A 100%);
  height: 6px;
  border-radius: 4px;
}
.calc-section__content input[type=range]::-moz-range-track {
  background-color: #FFE100;
  height: 6px;
  border-radius: 4px;
}
.calc-section__content input[type=range]::-ms-thumb {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTUiIGN5PSIxNSIgcj0iMTQiIGZpbGw9IiMwNTBCMTAiIHN0cm9rZT0iI0ZGRTEwMCIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxjaXJjbGUgY3g9IjE1IiBjeT0iMTUiIHI9IjgiIGZpbGw9IiNGRkUxMDAiLz4KPC9zdmc+Cg==");
  background-size: cover;
  cursor: pointer;
  transition: background 0.3s;
}
.calc-section__content input[type=range]:focus::-ms-thumb {
  background: #FFE100;
}
.calc-section__content input[type=range]::-ms-fill-lower {
  background: #FFE100;
  border-radius: 4px;
}
.calc-section__content input[type=range]::-ms-fill-upper {
  background: #FFE100;
  border-radius: 4px;
}
.calc-section__content input[type=range]::-ms-tooltip {
  display: none;
}
.calc-section__content input[type=range]:focus {
  outline: none;
}
.calc-section__content input[type=range] {
  background: transparent !important;
}
@media (min-width: 1025px) {
  .calc-section__content .slider-blocks, .calc-section__content .calc-section__results {
    width: 50%;
  }
}
.calc-section__content .slider-blocks {
  position: relative;
}
@media (min-width: 1025px) {
  .calc-section__content .slider-blocks {
    padding: 33.5px 24px;
  }
}
.calc-section__content .slider-block {
  margin-bottom: 20px;
  z-index: 1;
  position: relative;
}
.calc-section__content .slider-title {
  font-size: 14px;
  color: #DADDDB;
  display: flex;
  flex-flow: column nowrap;
  font-weight: 400;
}
.calc-section__content .slider-title span {
  font-size: 28px;
}
.calc-section__content .slider-labels {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: #898A88;
  margin-top: -7px;
}
@media (min-width: 1025px) {
  .calc-section__results {
    position: relative;
    display: flex;
    flex-flow: column-reverse;
  }
}

.roadmap-section {
  background-image: url("../../assets/img/roadmap_bg.png");
  background-repeat: no-repeat;
  background-position: left -4%;
  padding: 56px 20px 50px;
}
@media (min-width: 1025px) {
  .roadmap-section {
    padding: 120px 20px 103px;
    background-image: url("../../assets/img/roadmap_bg_desk.png");
    background-position: right -4%;
  }
}
@media (min-width: 768px) {
  .roadmap-section__container {
    max-width: 388px;
    margin: 0 auto;
  }
}
@media (min-width: 1025px) {
  .roadmap-section__container {
    max-width: 1360px;
  }
}
.roadmap-section__title {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .roadmap-section__title {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (min-width: 1025px) {
  .roadmap-section__title {
    max-width: 700px;
  }
}
.roadmap-section__title .h2 {
  line-height: 1.2em;
}
@media (min-width: 1025px) {
  .roadmap-section__title .h2 {
    font-size: 72px;
  }
}
.roadmap-section__title .title_first_block, .roadmap-section__title .title_third_block {
  display: flex;
  flex-direction: row;
}
@media (min-width: 1025px) {
  .roadmap-section__title .title_first_block, .roadmap-section__title .title_third_block {
    align-items: center;
    gap: 12px;
  }
}
.roadmap-section__title .title_first_block .h2, .roadmap-section__title .title_third_block .h2 {
  margin-right: 6px;
}
@media (min-width: 1025px) {
  .roadmap-section__title .title_first_block img, .roadmap-section__title .title_third_block img {
    width: 60px;
    height: 60px;
  }
}
.roadmap-section__title .title_second_block {
  text-align: end;
  padding-left: 29px;
}
.roadmap-section__items {
  margin: 28px 0 0;
  display: flex;
  flex-flow: row wrap;
  gap: 8px;
}
@media (min-width: 768px) {
  .roadmap-section__items {
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1025px) {
  .roadmap-section__items {
    gap: 12px;
    flex-flow: row nowrap;
    align-items: stretch;
    margin: 72px 0;
  }
}
.roadmap-section__items__item {
  position: relative;
  padding: 28px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .roadmap-section__items__item {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .roadmap-section__items__item {
    width: 25%;
  }
}
.roadmap-section__items__item__top-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 19px;
}
@media (min-width: 768px) {
  .roadmap-section__items__item__top-block {
    flex-flow: column nowrap;
  }
}
@media (min-width: 1025px) {
  .roadmap-section__items__item__top-block {
    align-items: baseline;
  }
}
@media (min-width: 1281px) {
  .roadmap-section__items__item__top-block {
    flex-flow: row nowrap;
  }
}
.roadmap-section__items__item__top-block .left {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
@media (min-width: 1025px) {
  .roadmap-section__items__item__top-block .left {
    font-size: 16px;
  }
}
@media (min-width: 1281px) {
  .roadmap-section__items__item__top-block .left {
    font-size: 18px;
  }
}
.roadmap-section__items__item__top-block .right {
  color: #898A88;
  font-size: 14px;
}
@media (min-width: 1025px) {
  .roadmap-section__items__item__top-block .right {
    font-size: 12px;
  }
}
@media (min-width: 1281px) {
  .roadmap-section__items__item__top-block .right {
    font-size: 14px;
  }
}
.roadmap-section__items__item__title {
  font-weight: 600;
  font-size: 20px;
  padding-right: 60px;
  letter-spacing: 0.01em;
  line-height: 1.5em;
  color: #050B10;
}
@media (min-width: 1025px) {
  .roadmap-section__items__item__title {
    font-size: 20px;
    padding-right: 0;
  }
}
@media (min-width: 1281px) {
  .roadmap-section__items__item__title {
    font-size: 24px;
  }
}
.roadmap-section__items__item__list ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .roadmap-section__items__item__list ul {
    padding-left: 8px;
  }
}
@media (min-width: 1281px) {
  .roadmap-section__items__item__list ul {
    padding-left: 16px;
  }
}
.roadmap-section__items__item__list ul li {
  position: relative;
  padding-left: 32px;
  font-size: 14px;
  color: #565755;
  line-height: 1.5em;
  margin-bottom: 14px;
}
@media (min-width: 1025px) {
  .roadmap-section__items__item__list ul li {
    margin-bottom: 8px;
    padding-left: 28px;
  }
}
@media (min-width: 1281px) {
  .roadmap-section__items__item__list ul li {
    margin-bottom: 16px;
    padding-left: 32px;
  }
}
.roadmap-section__items__item__list ul li:last-child {
  margin-bottom: 0;
}
.roadmap-section__items__item__list ul li::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 2px;
  background: url('data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="8" cy="8" r="4" fill="%23F7C802"/><circle cx="8" cy="8" r="7.35607" stroke="%23F7C802" stroke-width="1.28786"/></svg>') no-repeat center center;
  background-size: 16px 16px;
}
.roadmap-section__items__item:nth-child(2), .roadmap-section__items__item:nth-child(3) {
  background-color: #050B10;
  color: #DADDDB;
}
.roadmap-section__items__item:nth-child(2) .roadmap-section__items__item__title, .roadmap-section__items__item:nth-child(3) .roadmap-section__items__item__title {
  color: #ffffff;
}
.roadmap-section__items__item:nth-child(2) li, .roadmap-section__items__item:nth-child(3) li {
  color: #DADDDB;
}
@media (min-width: 1025px) {
  .roadmap-section__items__item:nth-child(1) {
    margin-top: auto;
    height: calc(100% - 55px);
  }
}
.roadmap-section__items__item:nth-child(2) {
  clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%, 0 40px);
  border: none;
}
@media (min-width: 1025px) {
  .roadmap-section__items__item:nth-child(2) {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 40px 100%, 0 calc(100% - 40px));
  }
}
.roadmap-section__items__item:nth-child(2)::before {
  display: none;
}
.roadmap-section__items__item:nth-child(3) {
  border: none;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%);
}
@media (min-width: 1025px) {
  .roadmap-section__items__item:nth-child(3) {
    clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 0 100%);
  }
}
.roadmap-section__items__item:nth-child(3)::before {
  display: none;
}
@media (min-width: 1025px) {
  .roadmap-section__items__item:nth-child(3)::before {
    top: -31px;
    left: -33px;
    right: auto;
  }
}

.documents-section {
  background-image: url("../../assets/img/doc_bg.png");
  background-repeat: no-repeat;
  background-position: left -4%;
  background-color: #050B10;
  color: #ffffff;
  padding: 56px 20px 50px;
  overflow: hidden;
}
.documents-section__title {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .documents-section__title {
    max-width: 407px;
    margin: 0 auto 50px;
  }
}
@media (min-width: 1025px) {
  .documents-section__title {
    max-width: 100%;
    margin: 0;
  }
}
@media (min-width: 1025px) {
  .documents-section__title img {
    width: 60px;
    height: 60px;
  }
}
.documents-section__title .h2 {
  font-size: 72px;
  letter-spacing: 0.07em !important;
  line-height: 1.2em;
}
@media (min-width: 1025px) {
  .documents-section__title .h2 {
    line-height: 1.1em;
  }
}
.documents-section__title .title_first_block, .documents-section__title .title_third_block {
  text-align: start;
}
.documents-section__title .title_second_block {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
}
@media (min-width: 1025px) {
  .documents-section__title .title_second_block {
    gap: 12px;
  }
}
.documents-section__title .title_second_block .h2 {
  padding-left: 6px;
}

.documents-section__grid {
  display: flex;
  flex-direction: column;
  margin: 28px 0;
  gap: 8px;
}
@media (min-width: 768px) {
  .documents-section__grid {
    max-width: 406px;
    margin: 0 auto;
  }
}
@media (min-width: 1025px) {
  .documents-section__grid {
    max-width: 100%;
    margin: 72px auto 0;
  }
}
.documents-section__grid .documents-row {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.document-card {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: end;
  padding: 0 20px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  z-index: 1;
  width: 38%;
  height: 89px;
  cursor: pointer;
  transition: 0.3s all;
  border: 1px solid transparent;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 32px), calc(100% - 32px) 100%, 0 100%);
}
@media (min-width: 1025px) {
  .document-card {
    padding: 14px 20px 20px;
    font-family: Montserrat_litle;
    font-size: 18px;
    font-weight: 500;
  }
}
.document-card .arrow-icon {
  position: absolute;
  top: 20px;
  right: 20px;
}
.document-card--yellow {
  background: linear-gradient(120deg, #F7C802 0%, #FFFB00 100%);
  color: #050B10;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 32px), calc(100% - 32px) 100%, 0 100%);
}
.document-card--white {
  background: #ffffff;
  color: #050B10;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 32px), calc(100% - 32px) 100%, 0 100%);
}
.document-card:before {
  position: absolute;
  content: "";
  width: 44px;
  height: 44px;
  border: 1.2px solid transparent;
  right: -23px;
  bottom: -24px;
  transform: rotate(45deg);
  transition: 0.3s all;
}
.document-card:hover {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 32px), calc(100% - 32px) 100%, 0 100%);
}
.document-card:hover:before {
  border: 1.2px solid #ffffff;
}
.document-card:hover .not-hover {
  opacity: 0;
}

.documents-row:nth-child(3) {
  display: none;
}
@media (min-width: 1025px) {
  .documents-row:nth-child(3) {
    display: block;
  }
}

.team-section {
  background-image: url("../../assets/img/team_bg.png");
  background-repeat: no-repeat;
  background-position: left -4%;
  background-color: #050B10;
  color: #ffffff;
  padding: 56px 0 50px;
}
@media (min-width: 1025px) {
  .team-section {
    padding: 120px 0 20px;
    background-image: url("../../assets/img/team_bg_desk.png");
  }
}
.team-section__title {
  padding: 0 20px 28px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .team-section__title {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (min-width: 760px) and (max-width: 800px) and (min-height: 760px) and (max-height: 1100px) {
  .team-section__title {
    max-width: 350px;
  }
}
@media (min-width: 1025px) {
  .team-section__title {
    padding: 0 20px 72px;
  }
}
@media (min-width: 1025px) {
  .team-section__title .h2 {
    font-size: 72px;
    line-height: 1.2em;
  }
}
@media (min-width: 1025px) {
  .team-section__title img {
    width: 60px;
    height: 60px;
  }
}
.team-section__title .title_first_block, .team-section__title .title_third_block {
  text-align: start;
}
@media (min-width: 1025px) {
  .team-section__title .title_first_block, .team-section__title .title_third_block {
    display: flex;
    gap: 12px;
    align-items: center;
  }
}
.team-section__title .title_second_block {
  display: flex;
  flex-direction: row;
  padding-left: 77px;
  align-items: center;
}
@media (min-width: 1025px) {
  .team-section__title .title_second_block {
    padding-left: 0;
    align-items: end;
    justify-content: end;
  }
}
.team-section__title .title_second_block .h2 {
  margin-right: 6px;
}
@media (min-width: 1025px) {
  .team-section__title {
    max-width: 580px;
    margin: 0 auto;
  }
}
@media (min-width: 1025px) {
  .team-section__container {
    max-width: 1188px;
    padding-bottom: 100px;
    margin: 0 auto;
  }
}

.team-section__team_block {
  display: flex;
  overflow-x: auto;
  gap: 0;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.team-section__team_block::-webkit-scrollbar {
  display: none;
}
.team-section__team_block .team-member {
  width: 350px;
  flex: 0 0 80vw;
  padding: 0 0 0 20px;
  margin-right: 20px;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  align-items: start;
  text-align: left;
  border-bottom: 1px solid #565755;
}
@media (min-width: 1025px) {
  .team-section__team_block .team-member {
    width: 380px;
    margin-right: 0;
    padding: 0;
  }
}

.team-member__photo {
  object-fit: cover;
  margin-bottom: 14px;
  width: 100%;
  height: 380px;
  object-position: top;
}
@media (max-width: 371px) {
  .team-member__photo {
    width: 280px;
    height: 326px;
  }
}

.team-member__name {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.team-member__name__name {
  display: flex;
  flex-flow: column wrap;
  font-size: 32px;
  font-weight: 500;
}
.team-member__name__link {
  cursor: pointer;
  border-radius: 50%;
  background: #2A2A2A;
  padding: 12px 13px;
  line-height: 16px;
  transition: 0.3s;
}
.team-member__name__link img {
  width: 16px;
  height: 16px;
}
.team-member__name__link:hover {
  background: #F7C802;
}
.team-member__name__link:hover svg path {
  fill: #050B10;
}

.team-member__position {
  letter-spacing: 0.02em;
  color: #F7C802;
  font-size: 16px;
  margin: 6px 0 20px;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .team-member__position {
    padding-right: 23px;
  }
}

.team-member__description {
  font-size: 14px;
  color: #DADDDB;
  line-height: 150%;
  font-weight: 400;
  margin-bottom: 24px;
}
@media (min-width: 1025px) {
  .team-member__description {
    padding-right: 50px;
  }
}

.team-member hr {
  border-color: #565755;
}

@media (min-width: 900px) {
  .team-section__team_block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    overflow: visible;
  }
}
.news-section {
  background-image: url("../../assets/img/news_bg_2.png");
  background-repeat: no-repeat;
  background-position: right -4%;
  padding: 56px 20px 50px;
}
@media (min-width: 768px) {
  .news-section {
    background-image: none;
  }
}
@media (min-width: 1025px) {
  .news-section {
    background-image: url("../../assets/img/news_bg_2.png");
    padding: 44px 0 0;
  }
}
.news-section__title {
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .news-section__title img {
    width: 60px;
    height: 60px;
  }
}
.news-section__title .h2 {
  line-height: 1.2em;
}
@media (min-width: 1025px) {
  .news-section__title .h2 {
    line-height: 1.1em;
  }
}
.news-section__title .title_first_block, .news-section__title .title_third_block {
  text-align: start;
}
.news-section__title .title_second_block {
  display: flex;
  flex-direction: row;
  gap: 8px;
  padding-right: 26px;
  justify-content: end;
}
@media (min-width: 1025px) {
  .news-section__title .title_second_block {
    padding-right: 0;
    align-items: center;
    flex-direction: row-reverse;
    gap: 12px;
  }
}
.news-section__news-list {
  margin: 28px 0;
}
@media (min-width: 1025px) {
  .news-section__news-list {
    margin-top: 72px;
  }
}
.news-section__news-list .news-item {
  border-radius: 10px;
  padding: 18px 0;
  display: flex;
  flex-direction: column;
}
.news-section__news-list .news-item hr {
  border-color: #565755;
}
.news-section__news-list .news-item__meta {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
  color: #050B10;
  margin-bottom: 8px;
  justify-content: space-between;
}
.news-section__news-list .news-item__date {
  color: #898A88;
}
.news-section__news-list .news-item__source {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  font-family: Montserrat_litle;
  cursor: pointer;
}
.news-section__news-list .news-item__source span {
  margin-right: 4px;
  color: #898A88;
}
.news-section__news-list .news-item__source svg {
  margin-top: 5px;
  margin-left: 20px;
  width: 24px;
  height: 24px;
}
.news-section__news-list .news-item__description {
  padding-bottom: 12px;
  margin-top: 26px;
  border-bottom: 1px solid #565755;
  font-family: Montserrat_litle;
}
@media (min-width: 1025px) {
  .news-section__news-list .news-item__description {
    font-size: 18px;
  }
}
.news-section .news-section__news-load-more {
  color: #898A88;
  text-align: center;
  font-size: 14px;
}

.faq-section {
  background-image: url("../../assets/img/faq_bg.png");
  background-repeat: no-repeat;
  background-position: right -8%;
  background-size: contain;
  font-family: "Montserrat", system-ui, sans-serif;
  background-color: #050B10;
  color: #ffffff;
  padding: 56px 20px 50px;
}
@media (min-width: 1025px) {
  .faq-section {
    background-image: url("../../assets/img/faq_bg_desk.png");
    background-size: inherit;
    background-position: right 0%;
  }
}
@media (min-width: 1025px) {
  .faq-section__title {
    text-align: center;
  }
  .faq-section__title .h2 {
    font-size: 72px;
    font-family: Tektur_Litle;
  }
}
@media (min-width: 768px) {
  .faq-section__container {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (min-width: 1025px) {
  .faq-section__container {
    max-width: 960px;
    padding: 120px 0;
  }
}
.faq-section .faq-list .faq-title {
  font-size: 28px;
  margin-top: 36px;
  margin-bottom: 16px;
  color: #FAFAFA;
}
@media (min-width: 1025px) {
  .faq-section .faq-list .faq-title {
    font-family: Montserrat_litle;
  }
}
.faq-section .faq-list .faq-title.mt-1 {
  margin-top: 60px;
}
.faq-section .faq-list .faq-title:nth-child(2), .faq-section .faq-list .faq-title:nth-child(3) {
  margin-top: 60px;
}
.faq-section .faq-list .faq-item {
  border-top: 1px solid #333;
}
.faq-section .faq-list .faq-item:first-child {
  margin-top: 28px;
}
.faq-section .faq-list .faq-question {
  line-height: 150%;
  width: 100%;
  background-color: transparent;
  border: none;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  padding: 26px 65px 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  outline: none;
  position: relative;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIgMTJIMjJNMTIgMlYyMiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyLjUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-position: right;
  font-family: Montserrat;
  color: #ffffff;
  background-size: 16px;
}
@media (min-width: 1025px) {
  .faq-section .faq-list .faq-question {
    font-size: 16px;
    padding: 24px 30px 22px 0;
  }
}
.faq-section .faq-list .faq-toggle {
  position: absolute;
  right: 0;
  transition: transform 0.2s;
}
.faq-section .faq-list .faq-answer {
  display: none;
  padding: 0 0 16px 0;
  color: #DADDDB;
  line-height: 150%;
  font-size: 14px;
  font-weight: 400;
}
.faq-section .faq-list .faq-item.active .faq-answer {
  display: block;
}
.faq-section .faq-list .faq-item.active .faq-question {
  background-size: 15px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNCIgdmlld0JveD0iMCAwIDI0IDQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yIDJIMjIiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMi41IiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+Cjwvc3ZnPgo=");
}

#faq-all-questions {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
#faq-all-questions.show {
  display: block !important;
  opacity: 1;
}

.faq-category-header {
  cursor: pointer;
  user-select: none;
}
.faq-category-header .faq-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
}
.faq-category-header:hover .faq-title {
  opacity: 0.8;
}
.faq-category-header.collapsed .faq-category-arrow {
  transform: rotate(-90deg);
}

.faq-category-header-fixed {
  user-select: none;
}
.faq-category-header-fixed .faq-title {
  display: block;
}

.faq-category-arrow {
  transform: rotate(0deg);
  transition: transform 0.3s ease;
  flex-shrink: 0;
  margin-left: 10px;
}

.faq-category-content {
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.faq-category-content.collapsed {
  max-height: 0;
}
.faq-category-content.expanded {
  max-height: 2000px;
}

.partners-section {
  padding: 56px 20px 50px;
}
@media (min-width: 1025px) {
  .partners-section {
    padding: 0;
  }
}
@media (min-width: 1025px) {
  .partners-section__container {
    max-width: 960px;
    margin: 0 auto;
    padding: 56px 20px 120px;
  }
}
.partners-section__title {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .partners-section__title {
    max-width: 380px;
    margin: 0 auto;
  }
}
@media (min-width: 1025px) {
  .partners-section__title {
    max-width: 480px;
  }
}
@media (min-width: 1025px) {
  .partners-section__title img {
    width: 60px;
    height: 60px;
  }
}
.partners-section__title .h2 {
  font-family: "Tektur";
  font-weight: 500;
}
@media (min-width: 1025px) {
  .partners-section__title .h2 {
    font-size: 72px;
    line-height: 1.1em;
  }
}
.partners-section__title .title_first_block {
  display: flex;
  flex-direction: row;
}
@media (min-width: 1025px) {
  .partners-section__title .title_first_block {
    align-items: center;
    gap: 12px;
  }
}
.partners-section__title .title_first_block .h2 {
  margin-right: 6px;
}
.partners-section__title .title_second_block {
  display: flex;
  flex-direction: row;
  justify-content: end;
  padding-right: 40px;
}
.partners-section .partners-section__team_block {
  margin-top: 28px;
  display: flex;
  overflow-x: auto;
  gap: 8px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.partners-section .partners-section__team_block::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .partners-section .partners-section__team_block {
    display: flex;
    flex-flow: column nowrap;
    gap: 24px;
    padding: 0 20px;
    overflow: visible;
    justify-content: center;
    margin-top: 72px;
  }
}
@media (min-width: 992px) {
  .partners-section .partners-section__team_block {
    flex-flow: row nowrap;
  }
}
.partners-section .partners-section__team_block .partners-member {
  min-width: 80vw;
  max-width: 90vw;
  flex: 0 0 80vw;
  padding: 0;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  align-items: start;
  text-align: left;
  margin-right: 22px;
  position: relative;
  border-bottom: 1px solid #565755;
}
@media (max-width: 371px) {
  .partners-section .partners-section__team_block .partners-member {
    max-width: 300px;
    margin-right: 16px;
  }
}
@media (min-width: 768px) {
  .partners-section .partners-section__team_block .partners-member {
    min-width: 0;
    max-width: 380px;
    flex: 0 0 10vw;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .partners-section .partners-section__team_block .partners-member {
    flex: 0 0 80vw;
    margin: 0 22px 0 0;
  }
}
.partners-section .partners-section__team_block .partners-member .bage {
  font-family: Montserrat_litle;
  background: #F7C802;
  padding: 5.5px 10px;
  font-size: 10px;
  line-height: 1.2em;
  border-radius: 10px;
  position: absolute;
  right: 10px;
  top: 8px;
  font-weight: 600;
}
.partners-section .partners-section__team_block .partners-member:last-child {
  margin-right: 0;
}
@media (min-width: 768px) {
  .partners-section .partners-section__team_block .partners-member:last-child {
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .partners-section .partners-section__team_block .partners-member:last-child {
    margin-right: 0;
  }
}
.partners-section .partners-member__photo, .partners-section .partners-member__info {
  width: 100%;
}
.partners-section .top-info {
  margin: 28px 0;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 1025px) {
  .partners-section .top-info svg {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 371px) {
  .partners-section .top-info svg {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 371px) {
  .partners-section .top-info {
    font-size: 18px;
  }
}
@media (min-width: 1025px) {
  .partners-section .top-info {
    font-size: 24px;
  }
}
.partners-section .partners-member__position {
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .partners-section .partners-member__position {
    font-size: 18px;
  }
}
.partners-section .partners-member__description {
  margin: 5px 0 12px;
  font-size: 14px;
  color: #565755;
}
@media (min-width: 1025px) {
  .partners-section .partners-member__description {
    margin-top: 10px;
  }
}
.partners-section .team-member hr {
  border-color: #565755;
}

.social-section {
  background-image: url("../../assets/img/social_bg.png");
  background-repeat: no-repeat;
  background-position: left 0% top 65%;
  background-color: #050B10;
  color: #ffffff;
  padding: 0 20px 36px;
  margin-top: -1px;
}
@media (min-width: 1025px) {
  .social-section {
    background-image: url("../../assets/img/social_bg_desk.png");
    background-repeat: no-repeat;
    background-position: left -4%;
    padding: 0;
  }
}
@media (min-width: 1025px) {
  .social-section__container {
    max-width: 1180px;
    display: flex;
    flex-flow: row-reverse;
    margin: 0 auto;
    justify-content: space-between;
    padding: 100px 0;
  }
}
.social-section__form-block {
  background-color: #ffffff;
  color: #050B10;
  padding: 40px 20px;
  clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 0 100%);
}
@media (min-width: 768px) {
  .social-section__form-block {
    width: 524px;
    margin: 0 auto;
  }
}
@media (min-width: 1025px) {
  .social-section__form-block {
    padding: 56px;
    clip-path: polygon(0 0, calc(100% - 44px) 0, 100% 44px, 100% 100%, 0 100%);
  }
}
.social-section__form-block__title {
  font-family: "Tektur", system-ui, sans-serif;
  font-size: 44px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .social-section__form-block__title {
    font-size: 72px;
    line-height: 1.2em;
  }
}
.social-section__form-block__title .top {
  display: flex;
  flex-flow: row wrap;
  gap: 8px;
  align-items: center;
}
@media (min-width: 1025px) {
  .social-section__form-block__title .top {
    gap: 12px;
  }
}
@media (min-width: 1025px) {
  .social-section__form-block__title .top svg {
    width: 60px;
    height: 60px;
  }
}
.social-section__form-block__title .bottom {
  display: flex;
  flex-flow: row wrap;
  gap: 8px;
  align-items: center;
  justify-content: end;
}
@media (min-width: 768px) {
  .social-section__form-block__title .bottom {
    flex-flow: column nowrap;
    align-items: baseline;
    justify-content: start;
    width: 360px;
    margin-left: auto;
  }
}
.social-section__form-block__title .bottom .content {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
  text-transform: none;
  width: 226px;
  color: #565755;
  line-height: 1.5em;
}
.social-section__form-block form {
  width: 100%;
  margin-top: 36px;
}
@media (min-width: 1025px) {
  .social-section__form-block form {
    margin-top: 8px;
  }
}
.social-section__form-block form .btn {
  max-width: 100%;
  margin-top: 28px;
  margin-bottom: 0;
}
.social-section__title {
  text-transform: uppercase;
  margin-top: 56px;
}
@media (min-width: 768px) {
  .social-section__title {
    max-width: 388px;
    margin: 50px auto 0;
  }
}
@media (min-width: 1025px) {
  .social-section__title {
    max-width: 100%;
    line-height: 1.2em;
    margin-top: 39px;
  }
}
.social-section__title .h2 {
  font-family: "Tektur_Litle";
  font-size: 44px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.2em;
}
@media (min-width: 1025px) {
  .social-section__title .h2 {
    font-size: 72px;
  }
}
.social-section__title .title_first_block, .social-section__title .title_third_block {
  display: flex;
  flex-direction: row;
}
@media (min-width: 1025px) {
  .social-section__title .title_first_block, .social-section__title .title_third_block {
    align-items: center;
    gap: 12px;
  }
}
.social-section__title .title_first_block .h2, .social-section__title .title_third_block .h2 {
  margin-right: 6px;
}
@media (min-width: 1025px) {
  .social-section__title .title_first_block img, .social-section__title .title_third_block img {
    width: 60px;
    height: 60px;
  }
}
.social-section__title .title_second_block {
  text-align: end;
}
.social-section__items {
  margin: 28px 0;
  display: flex;
  flex-flow: column wrap;
  gap: 8px;
}
@media (min-width: 768px) {
  .social-section__items {
    max-width: 388px;
    margin: 0 auto;
  }
}
@media (min-width: 1025px) {
  .social-section__items {
    margin: 40px 0 0;
    gap: 11px;
  }
}
.social-section__items__item {
  position: relative;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .social-section__items__item {
    padding: 21px 20px;
  }
}
.social-section__items__item::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: -27px;
  width: 40px;
  height: 40px;
  border: 1px solid #565755;
  border-top-left-radius: 2px;
  z-index: 2;
  transform: rotate(-45deg);
}
.social-section__items__item .social-meta {
  display: flex;
  flex-flow: column wrap;
  gap: 4px;
}
.social-section__items__item .social-meta .type {
  font-size: 12px;
  color: #DADDDB;
}
.social-section__items__item .social-meta .name {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5em;
  font-family: Montserrat_litle;
}
@media (min-width: 1025px) {
  .social-section__items__item .social-meta .name {
    font-size: 18px;
  }
}
.social-section__items__item .social-icon {
  transition: 0.3s;
}
.social-section__items__item:hover svg rect {
  fill: #F7C802;
}
.social-section__items__item:hover svg circle {
  fill: #F7C802;
}
.social-section__items__item:hover svg path {
  fill: #050B10;
}
.social-section__items__item:nth-child(2) {
  clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%, 0 20px);
}
.social-section__items__item:nth-child(2)::before {
  top: -24px;
  left: -27px;
}
.social-section__items__item:nth-child(3) {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
}
.social-section__items__item:nth-child(3)::before {
  top: auto;
  bottom: -24px;
  left: auto;
  right: -27px;
  border: 1px solid #565755;
}
.social-section__items__item:nth-child(4) {
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
}
.social-section__items__item:nth-child(4)::before {
  top: -24px;
  left: auto;
  right: -27px;
  border: 1px solid #565755;
}

@property --num {
  syntax: "<integer>";
  initial-value: 200;
  inherits: false;
}
html {
  scroll-behavior: smooth;
}

.d-none {
  display: none !important;
}

body {
  margin: 0 auto;
  padding: 0;
  font-family: "Montserrat", system-ui, sans-serif;
  width: 100vw;
  overflow-x: hidden;
}
body.menu-open {
  overflow: hidden;
}

.container {
  margin: 0 auto;
  padding: 0 16px;
}

.error-404-container {
  height: 50vh;
}

@media (min-width: 1025px) {
  .desktop-custom {
    background-image: url("../../assets/img/custom_desk.png");
    background-repeat: no-repeat;
    background-position: left center;
  }
}

@media (min-width: 1025px) {
  .desktop-custom-child:first-child {
    display: flex;
    flex-flow: row-reverse;
    margin: 100px auto;
    align-items: center;
    justify-content: center;
    gap: 104px;
  }
}
@media (min-width: 768px) {
  .desktop-custom-child:first-child .news-section {
    max-width: 406px;
    margin: 0 auto;
  }
}
@media (min-width: 1025px) {
  .desktop-custom-child:first-child .news-section {
    margin: 0;
    max-width: 406px;
    background-image: none;
  }
}
@media (min-width: 1025px) {
  .desktop-custom-child:first-child .documents-section {
    padding: 60px 68.12px;
    max-width: 636px;
    background-image: none;
  }
}
@media (min-width: 1025px) {
  .desktop-custom-child:first-child .h2 {
    font-size: 72px;
  }
}

section.error-404.not-found {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin: 150px 0 50px;
}

.popup-overlay {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(5, 11, 16, 0.8);
}

.popup-window {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 0 100%);
  width: calc(100% - 80px);
  padding: 40px 20px;
}
@media (min-width: 1025px) {
  .popup-window {
    padding: 32px 30px;
    width: 435px;
    max-width: 500px;
    max-height: 541px;
  }
}
.popup-window .h2 {
  font-size: 40px;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .popup-window .h2 {
    font-size: 56px;
  }
}
.popup-window .h2.text-right {
  text-align: right;
}
.popup-window form {
  margin-top: 40px;
}
.popup-window .btn {
  max-width: 100%;
  margin-bottom: 0;
  margin-top: 28px;
}

.popup-close {
  position: absolute;
  top: 18px;
  right: 24px;
  background: none;
  border: none;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .popup-close {
    top: 23px;
    right: 23px;
  }
}

.desktop-only {
  display: none;
}
@media (min-width: 1025px) {
  .desktop-only {
    display: block;
  }
}

.mobile-only {
  display: block;
}
@media (min-width: 1025px) {
  .mobile-only {
    display: none;
  }
}

div#pop-result {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}
div#pop-result span {
  font-weight: 600;
}
div#pop-result .pop-bottom button {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 311px;
  height: 70px;
  border: none;
  background: #1D1D1D;
  background: linear-gradient(43deg, rgb(29, 29, 29) 0%, rgb(71, 83, 97) 90%);
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 130%;
  font-family: Montserrat_litle;
  letter-spacing: 0.03em;
  padding: 0 24px;
  border-radius: 4px;
}

.absolute-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.absolute-bg img {
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.privacy-policy main {
  padding: 110px 20px;
}
@media (min-width: 1025px) {
  .privacy-policy main {
    padding: 140px 40px;
    max-width: 1280px;
    margin: 0 auto;
  }
}
.privacy-policy main h1 {
  font-size: 38px;
}
@media (min-width: 1025px) {
  .privacy-policy main h1 {
    font-size: 52px;
  }
}
.privacy-policy main .wp-block-separator {
  margin-top: 42px;
}

/*# sourceMappingURL=style.css.map */
