@charset "UTF-8";
@font-face {
  font-display: swap;
  font-family: "Brutal Type";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/BrutalType.woff2") format("woff2"), url("../fonts/BrutalType.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Brutal Type";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/BrutalType-Medium.woff2") format("woff2"), url("../fonts/BrutalType-Medium.woff") format("woff");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border-radius: 0;
  text-decoration: none;
  list-style: none;
  font-feature-settings: "pnum" on, "lnum" on, "liga" off, "kern" off;
}

button,
label,
img,
header,
svg {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

select,
input,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
}

select,
button,
input[type=submit] {
  cursor: pointer;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}

*:focus {
  outline: transparent;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

b, strong {
  font: inherit;
  color: inherit;
  font-weight: 700;
}

table {
  border-collapse: collapse;
}

body {
  font-family: "Brutal Type", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: rgba(252, 252, 252, 0.7);
}
@media (max-width: 440px) {
  body {
    font-size: 15px;
  }
}

p {
  transition: color 0.4s;
}

h1, .h1 {
  color: #FCFCFC;
  font-size: 68px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -4.76px;
  transition: color 0.4s;
}
@media (max-width: 1280px) {
  h1, .h1 {
    font-size: 56px;
  }
}
@media (min-width: 1025px) and (max-height: 860px) {
  h1, .h1 {
    font-size: 56px;
  }
}
@media (max-width: 1024px) {
  h1, .h1 {
    font-size: 48px;
  }
}
@media (max-width: 385px) {
  h1, .h1 {
    font-size: 44px;
  }
}
@media (max-width: 350px) {
  h1, .h1 {
    font-size: 40px;
  }
}
h1 b, .h1 b {
  font: inherit;
  color: #DB5940;
}

h2, .h2 {
  color: #FCFCFC;
  font-size: 56px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -3.92px;
  transition: color 0.4s;
}
@media (max-width: 1280px) {
  h2, .h2 {
    font-size: 48px;
  }
}
@media (min-width: 1025px) and (max-height: 860px) {
  h2, .h2 {
    font-size: 48px;
  }
}
@media (max-width: 1024px) {
  h2, .h2 {
    font-size: 40px;
  }
}
h2 b, .h2 b {
  font: inherit;
  color: #DB5940;
}

html {
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #0C0B0B;
  transition: background 0.4s;
}
body footer {
  margin-top: auto;
}
body.is-unscrollable, body.is-unscrollable-2 {
  overflow: hidden;
}

.container {
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .container {
    max-width: 500px !important;
    width: calc(100% - 32px);
  }
}

section {
  padding: 80px 0;
}
@media (max-width: 1024px) {
  section {
    padding: 40px 0;
  }
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 24px;
  border-radius: 6px;
  background: #DB5940;
  color: #FCFCFC;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: -0.14px;
  transition: 0.4s;
}
@media not all and (pointer: coarse) {
  .btn:hover {
    background: #C94E37;
  }
}
.btn:active {
  background: #C94E37;
}
.btn svg {
  display: block;
  width: 14px;
  height: 14px;
}
.btn svg * {
  transition: 0.4s;
}

.section-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
@media (min-width: 1025px) and (max-height: 860px) {
  .section-title {
    gap: 12px;
  }
}
@media (max-width: 1024px) {
  .section-title {
    gap: 12px;
  }
}
.section-title--center {
  align-items: center;
  text-align: center;
}
.section-title .btn {
  margin-top: 16px;
}
.section-title .tag {
  color: #DB5940;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.7px;
  padding: 12px 20px;
  border-radius: 40px;
  background: rgba(219, 89, 64, 0.07);
}
.section-title .tag.anim {
  opacity: 0;
  transition: opacity 1s 0.2s, background 0.4s, color 0.4s;
}
.section-title .tag.anim.animated {
  opacity: 1;
}

.fieldset {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.input-box {
  position: relative;
  width: 100%;
}
.input-box input,
.input-box textarea {
  display: block;
  width: 100%;
  padding: 23px 40px 4px 12px;
  background: #FFF;
  border: 1px solid #ECEAE6;
  border-radius: 8px;
  font-size: 16px;
  line-height: 21px;
  color: #121212;
  transition: 0.4s;
}
.input-box input:focus,
.input-box textarea:focus {
  border-color: #DB5940;
}
.input-box input.filed + label, .input-box input:focus + label,
.input-box textarea.filed + label,
.input-box textarea:focus + label {
  transform: translate(0, calc(-50% - 11px)) scale(0.7);
}
.input-box input.filed ~ .prefix, .input-box input:focus ~ .prefix,
.input-box textarea.filed ~ .prefix,
.input-box textarea:focus ~ .prefix {
  opacity: 1;
}
.input-box textarea {
  height: 120px;
  resize: none;
}
.input-box label {
  position: absolute;
  left: 12px;
  top: 25px;
  transform: translate(0, -50%);
  transition: 0.4s;
  transform-origin: left center;
  pointer-events: none;
  padding: 2.1px 0;
  color: rgba(18, 18, 18, 0.6);
  font-size: 16px;
}
.input-box--prefix input {
  padding-left: 49px;
}
.input-box .error-text {
  color: #DB1818;
  opacity: 0;
  transition: 0.3s;
  font-size: 12px;
  line-height: 1;
  padding: 3px 8px;
  position: absolute;
  left: 0;
  top: 100%;
}
.input-box:before {
  content: "";
  position: absolute;
  z-index: 2;
  right: 16px;
  top: 50%;
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  background-image: url("../img/ico_valid.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: 0.3s;
}
.input-box.valid:before {
  opacity: 1;
}
.input-box.invalid input {
  border-color: #DB1818;
}
.input-box.invalid label {
  color: #DB1818 !important;
}
.input-box.invalid .error-text {
  opacity: 1;
}
.input-box.invalid:before {
  background-image: url("../img/ico_invalid.svg");
  opacity: 1;
}

[data-animation=text] {
  visibility: hidden;
}

.word {
  display: inline-block;
  opacity: 0;
  filter: blur(8px);
  transform: translateY(16px);
  transition: opacity 0.6s ease, filter 0.6s ease, transform 0.6s ease;
  will-change: transform;
}

.word.visible {
  opacity: 1;
  filter: blur(0px);
  transform: none;
}

.header {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 12px;
  width: 100%;
  transition: background 0.4s, opacity 0.85s, transform 0.85s;
}
.header.is-fixed .container {
  background: #161616;
}
.header.anim {
  opacity: 0;
  transform: translateY(-32px);
}
.header.anim.animated {
  opacity: 1;
  transform: translateY(0px);
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1224px;
  padding: 20px 32px;
  border-radius: 8px;
  gap: 24px;
  transition: background 0.4s;
}
@media (max-width: 1024px) {
  .header .container {
    gap: 16px;
    padding: 12px;
    width: calc(100% - 16px);
  }
}
@media (max-width: 390px) {
  .header .container {
    gap: 8px;
  }
}
.header__logo {
  height: 38px;
}
@media (max-width: 1024px) {
  .header__logo {
    margin-right: auto;
    height: 32px;
  }
}
@media (max-width: 390px) {
  .header__logo {
    height: 30px;
  }
}
.header__logo img, .header__logo svg {
  display: block;
  height: 100%;
  width: auto;
}
.header__logo img *, .header__logo svg * {
  transition: 0.4s;
}
.header__menu {
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .header__menu {
    display: none;
  }
}
.header__menu ul {
  display: flex;
  gap: 16px;
}
.header__menu a {
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.42px;
  color: inherit;
  transition: color 0.4s;
  display: block;
  padding: 8px;
}
@media not all and (pointer: coarse) {
  .header__menu a:hover {
    color: #FCFCFC;
  }
}
.header__menu a:active {
  color: #FCFCFC;
}
.header__theme-switcher {
  border-radius: 99px;
  background: #222;
  padding: 4px;
  display: flex;
  cursor: pointer;
  position: relative;
  transition: 0.4s;
}
@media (max-width: 1024px) {
  .header__theme-switcher {
    padding: 3px;
  }
}
.header__theme-switcher:before {
  content: "";
  position: absolute;
  top: 4px;
  right: 4px;
  transition: 0.4s;
  width: 30px;
  height: 30px;
  border-radius: 99px;
  background: #FFF;
  z-index: 1;
  box-shadow: 0 3.333px 6.667px 0 rgba(39, 39, 39, 0.1);
}
@media (max-width: 1024px) {
  .header__theme-switcher:before {
    top: 3px;
    right: 3px;
    width: 26px;
    height: 26px;
  }
}
.header__theme-switcher-btn {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 99px;
  transition: 0.4s;
}
@media (max-width: 1024px) {
  .header__theme-switcher-btn {
    width: 26px;
    height: 26px;
  }
}
.header__theme-switcher-btn svg {
  display: block;
}
@media (max-width: 1024px) {
  .header__theme-switcher-btn svg {
    zoom: 26/30;
  }
}
.header__theme-switcher-btn svg * {
  transition: 0.4s;
}
.header__btn {
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .header__btn {
    padding: 12px 20px;
    font-size: 14px;
  }
}
@media (max-width: 390px) {
  .header__btn {
    padding: 12px 16px;
  }
}

.footer {
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .footer {
    padding: 40px 0 0;
  }
}
.footer.anim {
  opacity: 0;
  transition: 1s 0.2s;
  transform: translateY(24px);
}
.footer.anim.animated {
  opacity: 1;
  transform: translateY(0);
}
.footer .container {
  background: linear-gradient(#44251F, rgba(255, 255, 255, 0.01));
  padding: 1px;
  border-radius: 14px;
  max-width: 1440px;
  transition: background 0.4s 0.4s;
}
@media (max-width: 1024px) {
  .footer .container {
    width: 100%;
    padding: 1px 0 0;
  }
}
.footer .window {
  background: #161616;
  border-radius: 13px;
  padding: 48px;
  display: flex;
  flex-direction: column;
  gap: 150px;
  transition: background 0.4s;
}
@media (max-width: 1024px) {
  .footer .window {
    gap: 72px;
    padding: 24px;
  }
}
.footer__left {
  width: calc(50% - 20px);
}
@media (max-width: 1024px) {
  .footer__left {
    width: 100%;
  }
}
.footer__left svg * {
  transition: fill 0.4s;
}
.footer__right {
  width: calc(50% - 20px);
  min-width: 560px;
}
@media (max-width: 1100px) {
  .footer__right {
    min-width: unset;
  }
}
@media (max-width: 1024px) {
  .footer__right {
    width: 100%;
  }
}
.footer__row {
  display: flex;
  gap: 40px;
}
@media (max-width: 1024px) {
  .footer__row {
    flex-direction: column;
  }
}
.footer__row:first-child .footer__left {
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: space-between;
  align-items: flex-start;
}
.footer__row:first-child .footer__left p {
  font-size: 16px;
  letter-spacing: -0.32px;
  max-width: 290px;
  color: rgba(252, 252, 252, 0.6);
}
.footer__row:first-child .footer__right {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.footer__row:first-child .footer__right .box {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer__row:first-child .footer__right .box p {
  color: rgba(252, 252, 252, 0.4);
  font-size: 14px;
}
.footer__row:first-child .footer__right .box ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__row:first-child .footer__right .box a {
  color: #FCFCFC;
  font-size: 16px;
  letter-spacing: -0.32px;
  transition: 0.4s;
}
@media not all and (pointer: coarse) {
  .footer__row:first-child .footer__right .box a:hover {
    color: #DB5940;
  }
}
.footer__row:first-child .footer__right .box a:active {
  color: #DB5940;
}
@media (max-width: 1100px) {
  .footer__row:first-child .footer__right .btn {
    display: none;
  }
}
.footer__row:last-child {
  align-items: flex-end;
}
@media (max-width: 1024px) {
  .footer__row:last-child {
    flex-direction: column-reverse;
  }
}
.footer__row:last-child .footer__left p {
  color: rgba(252, 252, 252, 0.4);
  font-size: 16px;
  letter-spacing: -0.32px;
}
@media (max-width: 1024px) {
  .footer__row:last-child .footer__left p {
    text-align: center;
  }
}
.footer__row:last-child .footer__right {
  position: relative;
  padding-top: 32px;
}
.footer__row:last-child .footer__right:before {
  content: "";
  width: 48px;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to right, #DB5940, transparent);
}
.footer__row:last-child .footer__right p {
  color: rgba(252, 252, 252, 0.4);
  font-size: 13px;
  letter-spacing: -0.39px;
}
@media (max-width: 1024px) {
  .footer__row:last-child .footer__right p {
    font-size: 16px;
  }
}

.graditent_top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
  overflow: hidden;
  isolation: isolate;
  pointer-events: none;
}
.graditent_top:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0;
  transform: translate(-50%, -75%);
  width: 200vw;
  height: 200vw;
  border-radius: 99999px;
  background: radial-gradient(#DB5940, transparent, transparent);
  filter: blur(5px);
  opacity: 0.3;
}

main {
  overflow: hidden;
}

.b1 {
  padding: 120px 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.b1 .container {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 1024px) {
  .b1 .section-title {
    max-width: 360px;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .b1 .section-title h1 b {
    display: block;
  }
}
@media (max-width: 1024px) {
  .b1 .section-title .btn {
    padding: 20px 32px;
  }
}
.b1__cards {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 600px;
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  touch-action: none;
}
@media (max-width: 1024px) {
  .b1__cards {
    touch-action: pan-y;
  }
}
.b1__cards:active {
  cursor: grabbing;
}
.b1__cards:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: calc(100% + 20px);
  height: 60%;
  transform: translateX(-50%);
  box-sizing: border-box;
  border-radius: 16px;
  border-top: none;
  backdrop-filter: blur(17px);
  background: linear-gradient(transparent, #DB5940);
  opacity: 0.3;
}
.b1__cards:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;
  width: calc(100% + 18px);
  height: 60%;
  transform: translateX(-50%);
  box-sizing: border-box;
  border-radius: 16px;
  background: #0C0B0B;
  transition: background 0.4s;
}
.b1__card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 10px;
  background: #161616;
  padding: 40px 32px 32px;
  will-change: transform;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  transition: background 0.4s;
}
@media (max-width: 1024px) {
  .b1__card {
    padding: 32px 24px;
    gap: 16px;
  }
}
.b1__card__title {
  color: #FCFCFC;
  font-size: 24px;
  line-height: 115%;
  letter-spacing: -0.48px;
  padding-right: 44px;
}
@media (max-width: 1024px) {
  .b1__card__title {
    font-size: 20px;
    letter-spacing: -0.4px;
  }
}
.b1__card-deco {
  position: absolute;
  right: 32px;
  top: 40px;
}
@media (max-width: 1024px) {
  .b1__card-deco {
    display: none;
  }
}
.b1__card-deco * {
  transition: fill 0.4s;
}
.b1__card-description {
  color: #FCFCFC;
  font-size: 16px;
  letter-spacing: -0.32px;
  max-width: 310px;
}
.b1__card-description b {
  font-weight: 500;
}
.b1__card-bottom {
  display: flex;
  align-items: center;
  gap: 24px;
  border-radius: 10px;
  background: #272626;
  padding: 12px;
  width: 100%;
  transition: background 0.4s;
}
@media (max-width: 1024px) {
  .b1__card-bottom {
    margin-top: 8px;
    padding: 16px;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.b1__card-bottom .icon {
  border-radius: 16px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b1__card-bottom .operation {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.32px;
  transition: color 0.4s;
}
@media (max-width: 1024px) {
  .b1__card-bottom .operation {
    font-size: 14px;
    gap: 8px;
  }
}
.b1__card-bottom .operation .icon {
  transition: background 0.4s;
  background: #3A3A3A;
}
.b1__card-bottom .flex12 {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 1024px) {
  .b1__card-bottom .flex12 > svg {
    margin: 0 -4px;
  }
}
.b1__card-bottom .item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #FCFCFC;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.32px;
  transition: color 0.4s;
}
@media (max-width: 1024px) {
  .b1__card-bottom .item {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .b1__card-bottom .item .icon {
    width: 24px;
    height: 24px;
  }
}
.b1__card-bottom .item .icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.b1__card-bottom .btn {
  margin-left: auto;
}
@media (max-width: 1024px) {
  .b1__card-bottom .btn {
    width: 100%;
  }
}
.b1.anim .section-title .btn {
  opacity: 0;
  transition: all 0.4s, opacity 1s 0.3s;
}
.b1.anim .b1__cards {
  opacity: 0;
  transition: all 0.4s, opacity 1s 0.4s;
}
.b1.anim.animated .section-title .btn {
  opacity: 1;
}
.b1.anim.animated .b1__cards {
  opacity: 1;
}

.b2 .container {
  display: flex;
  flex-direction: column;
  gap: 72px;
}
@media (min-width: 1025px) and (max-height: 860px) {
  .b2 .container {
    gap: 48px;
  }
}
@media (max-width: 1024px) {
  .b2 .container {
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  .b2 .section-title h2 br {
    display: none;
  }
}
@media (max-width: 1024px) {
  .b2 .section-title h2 b {
    display: block;
  }
}
.b2 .section-title p {
  max-width: 450px;
}
.b2 .tabs {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
}
@media (max-width: 1024px) {
  .b2 .tabs {
    flex-direction: column;
  }
}
.b2 .tabs__header {
  width: 350px;
  padding: 10px;
  border-radius: 16px;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.12) 0%, transparent 80%);
  position: relative;
}
.b2 .tabs__header:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: #0C0B0B;
  border-radius: 14px;
  transition: background 0.4s;
}
@media (max-width: 1024px) {
  .b2 .tabs__header {
    padding: 0;
    width: 100%;
    background: transparent;
    border-radius: 0;
  }
  .b2 .tabs__header:before {
    display: none;
  }
}
.b2 .tabs__header .window {
  border-radius: 10px;
  background: #161616;
  padding: 8px;
  position: relative;
  z-index: 2;
  height: 100%;
  transition: background 0.4s;
}
@media (max-width: 1024px) {
  .b2 .tabs__header .window {
    background: transparent;
    border-radius: 0;
    padding: 10px 24px 10px 24px;
    display: flex;
    gap: 8px;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    overflow: auto;
  }
}
.b2 .tabs__header .highlighter {
  border-radius: 8px;
  background: rgba(219, 89, 64, 0.1);
  position: absolute;
  left: 8px;
  top: 8px;
  transition: 0.8s;
  z-index: 0;
}
@media (max-width: 1024px) {
  .b2 .tabs__header .highlighter {
    display: none;
  }
}
.b2 .tabs__header .tabs__item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 16px;
  cursor: pointer;
  z-index: 2;
  position: relative;
}
@media (max-width: 1024px) {
  .b2 .tabs__header .tabs__item {
    gap: 12px;
    padding: 4px 20px 4px 4px;
    border-radius: 40px;
  }
}
@media not all and (pointer: coarse) {
  .b2 .tabs__header .tabs__item:hover .icon {
    background: rgba(219, 89, 64, 0.3);
  }
}
.b2 .tabs__header .tabs__item:active .icon {
  background: rgba(219, 89, 64, 0.3);
}
@media (max-width: 1024px) {
  .b2 .tabs__header .tabs__item.is-active {
    background: rgba(35, 35, 35, 0.6);
  }
}
.b2 .tabs__header .tabs__item.is-active .icon {
  background: #DB5940;
}
.b2 .tabs__header .tabs__item.is-active .icon svg * {
  fill: #FCFCFC;
}
.b2 .tabs__header .tabs__item .icon {
  width: 48px;
  height: 48px;
  background: #232323;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.4s;
}
@media (max-width: 1024px) {
  .b2 .tabs__header .tabs__item .icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 99px;
  }
}
.b2 .tabs__header .tabs__item .icon svg {
  display: block;
}
@media (max-width: 1024px) {
  .b2 .tabs__header .tabs__item .icon svg {
    width: 16px;
    height: auto;
  }
}
.b2 .tabs__header .tabs__item .icon svg * {
  fill: #B8B8B8;
  transition: fill 0.4s;
}
.b2 .tabs__header .tabs__item .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.b2 .tabs__header .tabs__item .text p {
  color: #FCFCFC;
  line-height: 115%;
  letter-spacing: -0.36px;
}
.b2 .tabs__header .tabs__item .text span {
  font-size: 14px;
  letter-spacing: -0.28px;
}
@media (max-width: 1024px) {
  .b2 .tabs__header .tabs__item .text span {
    display: none;
  }
}
.b2 .tabs__body {
  width: calc(100% - 350px);
  padding: 10px;
  border-radius: 16px;
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0.12) 0%, transparent 80%);
  position: relative;
}
.b2 .tabs__body:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: #0C0B0B;
  border-radius: 14px;
  transition: background 0.4s;
}
@media (max-width: 1024px) {
  .b2 .tabs__body {
    width: 100%;
    padding: 0;
    background: transparent;
    border-radius: 0;
  }
  .b2 .tabs__body:before {
    display: none;
  }
}
.b2 .tabs__body .window {
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition: height 0.4s, background 0.4s;
  border-radius: 10px;
  background: #161616;
  width: 100%;
}
@media (min-width: 1025px) {
  .b2 .tabs__body .window {
    min-height: 100%;
  }
}
@media (max-width: 1024px) {
  .b2 .tabs__body .window {
    background: transparent;
    border-radius: 0;
  }
}
.b2 .tabs__body .tabs__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.8s;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
}
@media (max-width: 1024px) {
  .b2 .tabs__body .tabs__item {
    padding: 32px 16px;
  }
  .b2 .tabs__body .tabs__item:nth-child(4) .list {
    max-width: 300px;
  }
}
.b2 .tabs__body .tabs__item.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.b2 .tabs__body .tabs__item .icon {
  margin-bottom: auto;
}
.b2 .tabs__body .tabs__item .icon * {
  fill: #FCFCFC;
  transition: fill 0.4s;
}
.b2 .tabs__body .tabs__item .text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.b2 .tabs__body .tabs__item .text h3 {
  color: #FCFCFC;
  font-size: 32px;
  font-weight: 500;
  line-height: 115%;
  letter-spacing: -1.6px;
  transition: color 0.4s;
}
@media (max-width: 1024px) {
  .b2 .tabs__body .tabs__item .text h3 {
    font-size: 24px;
  }
}
@media (max-width: 380px) {
  .b2 .tabs__body .tabs__item .text h3 {
    font-size: 22px;
  }
}
@media (max-width: 350px) {
  .b2 .tabs__body .tabs__item .text h3 {
    font-size: 20px;
  }
}
.b2 .tabs__body .tabs__item .text p {
  font-size: 16px;
  letter-spacing: -0.32px;
}
.b2 .tabs__body .tabs__item .list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.b2 .tabs__body .tabs__item .list__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 4px 20px 4px 4px;
  height: 40px;
  border-radius: 40px;
  background: rgba(35, 35, 35, 0.5);
  transition: background 0.4s, color 0.4s;
  color: #FCFCFC;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.28px;
  white-space: nowrap;
}
.b2 .tabs__body .tabs__item .list__item img {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 99px;
}
.b2 .tabs__body .tabs__item .list__item--pl {
  padding-left: 20px;
}
.b2 .tabs__body .tabs__item .list__item--g8 {
  gap: 8px;
  padding-right: 4px;
}
.b2 .tabs.anim {
  opacity: 0;
  transition: 1s;
}
.b2 .tabs.anim.animated {
  opacity: 1;
}

.b3 .container {
  max-width: 1400px;
  position: relative;
}
.b3 .container:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -24px;
  width: calc(100% - 48px);
  height: 24px;
  border-radius: 20px 20px 0 0;
  opacity: 0.7;
  background: #232323;
  transition: opacity 1s 0.2s, background 0.4s;
}
@media (max-width: 1024px) {
  .b3 .container:before {
    top: -12px;
    height: 12px;
    border-radius: 12px 12px 0 0;
  }
}
.b3 .container:after {
  content: "";
  position: absolute;
  z-index: -2;
  left: 50%;
  transform: translateX(-50%);
  top: -48px;
  width: calc(100% - 96px);
  height: 48px;
  border-radius: 20px 20px 0 0;
  opacity: 0.4;
  background: #232323;
  transition: opacity 1s 0.4s, background 0.4s;
}
@media (max-width: 1024px) {
  .b3 .container:after {
    height: 24px;
    top: -24px;
    border-radius: 12px 12px 0 0;
  }
}
.b3 .window {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 70px;
  border-radius: 24px;
  background: linear-gradient(180deg, #161616 0%, rgba(36, 36, 36, 0) 100%);
  padding: 80px;
}
@media (min-width: 1025px) and (max-height: 860px) {
  .b3 .window {
    padding: 72px;
    gap: 48px;
  }
}
@media (max-width: 1024px) {
  .b3 .window {
    padding: 64px 16px;
    gap: 50px;
  }
}
@media (max-width: 390px) {
  .b3 .section-title h2 {
    font-size: 36px;
  }
}
@media (max-width: 350px) {
  .b3 .section-title h2 {
    font-size: 32px;
  }
}
.b3__slider {
  position: relative;
  transition: height 0.4s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  touch-action: pan-y;
  width: 100%;
}
.b3__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(32px);
  pointer-events: none;
  transition: opacity 1s, transform 1s;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
@media (min-width: 1025px) and (max-height: 860px) {
  .b3__slide {
    gap: 48px;
  }
}
@media (max-width: 1024px) {
  .b3__slide {
    gap: 50px;
  }
}
.b3__slide.is-leaving {
  opacity: 0;
  transform: translateY(-32px);
}
.b3__slide.is-active {
  position: relative;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.b3__slide-team {
  display: flex;
  gap: 60px;
  width: 100%;
  justify-content: center;
}
@media (max-width: 1024px) {
  .b3__slide-team {
    gap: 16px;
  }
}
.b3__slide-team-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
  width: 220px;
}
@media (max-width: 1024px) {
  .b3__slide-team-item {
    width: calc(33.333% - 10.6666666667px);
  }
}
.b3__slide-team-item:nth-child(1) .img {
  background: linear-gradient(30deg, rgba(219, 89, 64, 0.7) 0%, rgba(219, 89, 64, 0) 80%);
}
.b3__slide-team-item:nth-child(2) .img {
  background: linear-gradient(190deg, rgba(219, 89, 64, 0.7) 0%, rgba(219, 89, 64, 0) 80%);
}
.b3__slide-team-item:nth-child(3) .img {
  background: linear-gradient(300deg, rgba(219, 89, 64, 0.7) 0%, rgba(219, 89, 64, 0) 80%);
}
.b3__slide-team-item .img {
  width: 220px;
  padding: 100% 0 0 0;
  border-radius: 999px;
  position: relative;
}
.b3__slide-team-item .img:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 999px;
  background: #111111;
  transition: background 0.4s;
}
@media (max-width: 1024px) {
  .b3__slide-team-item .img {
    width: 100%;
    height: unset;
  }
}
.b3__slide-team-item .img img {
  display: block;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 99px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media (max-width: 1024px) {
  .b3__slide-team-item .img img {
    width: calc(100% - 12px);
    height: calc(100% - 12px);
  }
}
.b3__slide-team-item .text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.b3__slide-team-item .text p {
  color: #FCFCFC;
  font-size: 22px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -1px;
  white-space: nowrap;
  transition: color 0.4s;
}
@media (max-width: 1024px) {
  .b3__slide-team-item .text p {
    font-size: 16px;
  }
}
.b3__slide-team-item .text span {
  color: rgba(252, 252, 252, 0.3);
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -1px;
  white-space: nowrap;
  transition: color 0.4s;
}
@media (max-width: 1024px) {
  .b3__slide-team-item .text span {
    font-size: 13px;
  }
}
.b3__slide-take {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  text-align: center;
}
@media (min-width: 1025px) and (max-height: 860px) {
  .b3__slide-take {
    gap: 16px;
  }
}
.b3__slide-take p {
  color: #FCFCFC;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: -2.11px;
  transition: color 0.4s;
}
@media screen and (max-width: 1024px) {
  .b3__slide-take p {
    font-size: 28px;
  }
}
.b3.anim .window {
  opacity: 0;
  transition: 1s;
}
.b3.anim:not(.animated) .container:before {
  opacity: 0;
  transform: translate(-50%, 12px);
}
.b3.anim:not(.animated) .container:after {
  opacity: 0;
  transform: translate(-50%, 12px);
}
.b3.anim.animated .window {
  opacity: 1;
}

.b4 .section-title {
  padding: 0 72px;
}
@media (max-width: 1024px) {
  .b4 .section-title {
    padding: 0;
    text-align: center;
    align-items: center;
  }
}
@media (max-width: 380px) {
  .b4 .section-title h2 {
    font-size: 36px;
  }
}
@media (max-width: 350px) {
  .b4 .section-title h2 {
    font-size: 32px;
  }
}
@media (max-width: 380px) {
  .b4 .section-title p {
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  .b4 .section-title p {
    font-size: 13px;
  }
}
.b4 .container {
  display: flex;
  flex-direction: column;
  gap: 100px;
  max-width: 1262px;
}
@media (min-width: 1025px) and (max-height: 860px) {
  .b4 .container {
    gap: 60px;
  }
}
@media (max-width: 1024px) {
  .b4 .container {
    gap: 60px;
  }
}
.b4__list {
  display: flex;
  gap: 16px;
}
@media (max-width: 1024px) {
  .b4__list {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    overflow: auto;
    padding: 12px 16px;
  }
}
.b4__item {
  border-radius: 6px;
  background: #161616;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}
@media not all and (pointer: coarse) {
  .b4__item:hover svg .h {
    stroke: #DB5940;
  }
  .b4__item:hover span {
    color: rgba(252, 252, 252, 0.7);
  }
}
.b4__item:active svg .h {
  stroke: #DB5940;
}
.b4__item:active span {
  color: rgba(252, 252, 252, 0.7);
}
@media (max-width: 1024px) {
  .b4__item {
    width: 380px;
    min-width: 380px;
  }
}
@media (max-width: 440px) {
  .b4__item {
    width: 320px;
    min-width: 320px;
  }
}
.b4__item p {
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.72px;
}
@media (min-width: 1025px) and (max-width: 1150px) {
  .b4__item p {
    font-size: 20px;
  }
}
@media (max-width: 440px) {
  .b4__item p {
    font-size: 20px;
  }
}
.b4__item svg {
  display: block;
  height: 254px;
  width: 100%;
}
@media (max-width: 440px) {
  .b4__item svg {
    height: 180px;
  }
}
.b4__item svg .h {
  transition: 0.4s;
}
.b4__item span {
  color: rgba(252, 252, 252, 0.5);
  font-size: 16px;
  letter-spacing: -0.32px;
  transition: 0.4s;
}
@media (min-width: 105px) and (max-width: 1300px) {
  .b4__item span br {
    display: none;
  }
}
@media (max-width: 440px) {
  .b4__item span {
    font-size: 14px;
  }
}
.b4 .anim .b4__item {
  opacity: 0;
  transition: 1s;
  transform: translateY(24px);
}
.b4 .anim .b4__item:nth-child(2) {
  transition-delay: 0.15s;
}
.b4 .anim .b4__item:nth-child(3) {
  transition-delay: 0.3s;
}
.b4 .anim.animated .b4__item {
  opacity: 1;
  transform: translateY(0);
}

.b5 .container {
  display: flex;
  align-items: center;
  gap: 80px;
  max-width: 1200px;
}
@media (max-width: 1250px) {
  .b5 .container {
    gap: 44px;
  }
}
@media (max-width: 1024px) {
  .b5 .container {
    flex-direction: column;
  }
}
.b5 .section-title {
  width: 350px;
}
@media (max-width: 1250px) {
  .b5 .section-title {
    width: 300px;
  }
}
@media (max-width: 1024px) {
  .b5 .section-title {
    width: 100%;
    text-align: center;
    align-items: center;
  }
}
.b5 .section-title h2 b {
  display: block;
}
.b5 .section-title p {
  letter-spacing: -0.36px;
}
@media (min-width: 1025px) and (max-width: 1250px) {
  .b5 .section-title p br {
    display: none;
  }
}
.b5__list {
  width: calc(100% - 80px - 350px);
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1250px) {
  .b5__list {
    width: calc(100% - 300px - 44px);
  }
}
@media (max-width: 1024px) {
  .b5__list {
    width: 100%;
    flex-direction: column;
    gap: 24px;
  }
}
.b5__list.anim .b5__item {
  opacity: 0;
  transition: opacity 1s 0.2s, background 0.4s;
  transform: translateX(24px);
}
.b5__list.anim .b5__item:nth-child(2) {
  transition-delay: 0.15s;
}
.b5__list.anim.animated .b5__item {
  opacity: 1;
  transform: translateY(0);
}
.b5__item {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 40px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .b5__item {
    gap: 32px;
  }
}
.b5__item--base {
  background: #161616;
  width: calc(46% - 8px);
}
@media (max-width: 1250px) {
  .b5__item--base {
    width: calc(50% - 8px);
  }
}
@media (max-width: 1024px) {
  .b5__item--base {
    width: 100%;
  }
}
.b5__item--base .btn {
  border: 1px solid #DB5940;
}
.b5__item--base .btn:not(:hover):not(:active) {
  border: 1px solid rgba(229, 229, 229, 0.2);
  background: transparent;
}
.b5__item--primary {
  width: calc(54% - 8px);
  position: relative;
  background: #DB5940;
}
@media (max-width: 1250px) {
  .b5__item--primary {
    width: calc(50% - 8px);
  }
}
@media (max-width: 1024px) {
  .b5__item--primary {
    width: 100%;
  }
}
.b5__item--primary:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 180%;
  width: 100%;
  transform: translate(40%, 50%);
  border-radius: 999px;
  background: radial-gradient(#F6A819, #F8CB90);
  filter: blur(6px);
}
.b5__item--primary:after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  backdrop-filter: blur(90px);
  border-radius: 10px;
}
.b5__item--primary * {
  position: relative;
  z-index: 3;
}
.b5__item--primary .btn {
  border: 1px solid #DB5940;
}
.b5__item--primary .btn svg * {
  stroke: white;
  transition: 0.4s;
}
.b5__item--primary .btn:not(:hover):not(:active) {
  border: 1px solid white;
  background: white;
  color: #161616;
}
.b5__item--primary .btn:not(:hover):not(:active) svg * {
  stroke: #161616;
}
.b5__item .top {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.b5__item .top h3 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.96px;
  color: rgba(252, 252, 252, 0.8);
  transition: color 0.4s;
}
.b5__item .top p {
  color: rgba(252, 252, 252, 0.5);
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.32px;
}
.b5__item .list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.b5__item .list p {
  color: rgba(252, 252, 252, 0.5);
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.32px;
}
.b5__item .list ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.b5__item .list li {
  display: block;
  padding-left: 32px;
  color: #FCFCFC;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.32px;
  position: relative;
  transition: color 0.4s;
}
.b5__item .list li:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  transform: translate(-50%, -75%) rotate(-45deg);
  height: 6px;
  width: 13px;
  background: linear-gradient(#fff, #fff) left/1px 100% no-repeat, linear-gradient(to right, #fff, rgba(255, 255, 255, 0.3)) bottom/100% 1px no-repeat; /* нижня — градієнт */
}

.b6 {
  position: relative;
  z-index: 3;
}
.b6 svg * {
  transition: fill 0.4s;
}
.b6 .container {
  max-width: 615px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 58px;
}
@media (max-width: 1024px) {
  .b6 .container {
    gap: 40px;
  }
}
@media (max-width: 360px) {
  .b6 .section-title h2 {
    font-size: 36px;
  }
}
.b6 .form {
  position: relative;
  width: 100%;
}
.b6 .form input {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.32px;
  padding: 22px 60px 22px 24px;
  border-radius: 99px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  background: #FCFCFC;
  width: 100%;
  color: #1E1C1C;
}
.b6 .form input::-moz-placeholder {
  color: #1E1C1C;
}
.b6 .form input::placeholder {
  color: #1E1C1C;
}
.b6 .form button {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  display: flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  border-radius: 55px;
  background: #DB5940;
  border: none;
}
@media not all and (pointer: coarse) {
  .b6 .form button:hover {
    background: #C94E37;
  }
}
.b6 .form button:active {
  background: #C94E37;
}
.b6 .anim {
  opacity: 0;
  transition: 1s;
  transform: translateY(24px);
}
.b6 .anim.animated {
  opacity: 1;
  transform: translateY(0);
}

.b7 {
  position: relative;
}
@media (min-width: 1025px) {
  .b7:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    min-width: 1500px;
    height: 1700px;
    background-image: url(../img/blob.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: blur(6px);
    transition: opacity 0.4s;
  }
  .b7:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    min-width: 1500px;
    height: 1700px;
    background-image: url(../img/blob_l.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: blur(6px);
    transition: opacity 0.4s;
  }
}
.b7 .container {
  border-radius: 10px;
  background: rgba(22, 22, 22, 0.2);
  max-width: 1290px;
  position: relative;
  z-index: 3;
  padding: 16px;
  transition: background 0.4s;
}
@media (max-width: 1024px) {
  .b7 .container {
    padding: 0;
    border-radius: 0;
    background: transparent;
  }
}
.b7 .window {
  border-radius: 10px;
  background: #161616;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px;
  transition: background 0.4s;
}
@media (min-width: 1025px) and (max-height: 860px) {
  .b7 .window {
    padding: 72px;
  }
}
@media (max-width: 1024px) {
  .b7 .window {
    padding: 0;
    flex-direction: column;
    gap: 40px;
    border-radius: 0;
    background: transparent;
  }
}
@media (min-width: 1025px) {
  .b7 .section-title {
    min-width: 400px;
  }
}
@media (max-width: 1024px) {
  .b7 .section-title {
    width: 100%;
  }
}
.b7 .section-title h2 b {
  display: block;
}
.b7 .acc {
  max-width: 616px;
  background: rgba(22, 22, 22, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  transition: background 0.4s, border-color 0.4s;
}
.b7 .acc__box {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: border-color 0.4s;
}
.b7 .acc__box:last-child {
  border-bottom: none;
}
.b7 .acc__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #FCFCFC;
  font-size: 16px;
  letter-spacing: -0.32px;
  padding: 16px 24px;
  cursor: pointer;
  transition: 0.4s;
}
.b7 .acc__title.open {
  padding-bottom: 12px;
}
.b7 .acc__title.open .arrow:after {
  transform: translate(-50%, -50%);
}
.b7 .acc__title .arrow {
  width: 32px;
  min-width: 32px;
  height: 32px;
  position: relative;
}
.b7 .acc__title .arrow:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 1px;
  background: #A3A3A3;
  transition: 0.4s;
}
.b7 .acc__title .arrow:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  width: 16px;
  height: 1px;
  background: #A3A3A3;
  transition: 0.4s;
}
.b7 .acc__body {
  transition: 0.4s;
  overflow: hidden;
  height: 0;
}
.b7 .acc__body p {
  padding: 0 24px 16px;
  color: rgba(252, 252, 252, 0.5);
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.28px;
  transition: color 0.4s;
}
.b7.anim .container {
  opacity: 0;
  transform: translateY(24px);
  transition: 1s;
}
.b7.anim:before {
  opacity: 0;
}
.b7.anim:after {
  opacity: 0;
}
.b7.anim.animated .container {
  opacity: 1;
  transform: translateY(0px);
}
.b7.anim.animated:before {
  opacity: 1;
}

.b8 {
  position: relative;
  z-index: 3;
}
.b8 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 52px;
}
@media (max-width: 1024px) {
  .b8 .container {
    gap: 40px;
  }
}
.b8 .section-title .tag {
  color: #FCFCFC;
  background: rgba(255, 255, 255, 0.07);
}
.b8 .section-title p {
  max-width: 450px;
}
.b8__list {
  display: flex;
  gap: 24px;
}
@media (max-width: 1024px) {
  .b8__list {
    gap: 16px;
    width: 100%;
  }
}
.b8__list.anim .box {
  opacity: 0;
  transition: 1s;
  transform: translateY(24px);
}
.b8__list.anim .box:nth-child(2) {
  transition-delay: 0.15s;
}
.b8__list.anim .box:nth-child(3) {
  transition-delay: 0.3s;
}
.b8__list.anim .box:nth-child(4) {
  transition-delay: 0.45s;
}
.b8__list.anim.animated .box {
  opacity: 1;
  transform: translateY(0);
}
.b8 .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .b8 .box {
    width: 100%;
  }
}
@media not all and (pointer: coarse) {
  .b8 .box:hover .image img {
    opacity: 0.9;
  }
}
.b8 .box .image {
  padding: 5px;
  border-radius: 99px;
  position: relative;
  background: linear-gradient(to top, rgba(219, 89, 64, 0.6), transparent 90%);
}
@media (max-width: 1024px) {
  .b8 .box .image {
    padding: 0 0 100% 0;
    width: 100%;
  }
}
.b8 .box .image:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 3px);
  height: calc(100% - 3px);
  background: #0C0B0B;
  border-radius: 999px;
  transition: background 0.4s;
}
@media (max-width: 1024px) {
  .b8 .box .image:before {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
  }
}
.b8 .box .image img {
  display: block;
  background: #232121;
  border-radius: 99px;
  width: 90px;
  height: 90px;
  padding: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 2;
  transition: background 0.4s, opacity 0.4s;
}
.b8 .box .image img:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
@media (max-width: 1024px) {
  .b8 .box .image img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    padding: 16px;
  }
}
.b8 .box p {
  color: #FCFCFC;
  text-align: center;
  font-size: 15px;
  letter-spacing: -0.3px;
}
@media (max-width: 1024px) {
  .b8 .box p {
    font-size: 14px;
  }
}

.b9 {
  padding: 120px 0 60px;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.b9 .container {
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: center;
  max-width: 1370px;
  width: calc(100% - 40px);
}
.b9__main {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  width: 100%;
  position: relative;
}
.b9__main.anim {
  opacity: 0;
  transition: 1s;
}
.b9__main.anim.animated {
  opacity: 1;
}
.b9__toggle {
  padding: 6px;
  display: flex;
  gap: 6px;
  border-radius: 40px;
  border: 1px solid #2C2D2E;
  transition: border-color 0.4s;
}
.b9__toggle-item {
  min-width: 140px;
  height: 40px;
  padding: 5px 5px 5px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #FAFAFA;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.39px;
  text-transform: uppercase;
  border-radius: 99px;
  transition: 0.4s;
  cursor: pointer;
}
.b9__toggle-item:first-child {
  padding: 5px;
}
.b9__toggle-item.is-active {
  background: #DB5940;
  color: #FAFAFA;
}
.b9__toggle-item span {
  color: #292828;
  font: inherit;
  border-radius: 20px;
  background: #FAFAFA;
  padding: 7px 8px;
  height: 30px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.4s;
}
.b9__list {
  width: 100%;
}
@media (max-width: 1100px) {
  .b9__list {
    padding: 0 16px 4px 16px;
    width: 100vw;
    position: relative;
    left: 0;
    overflow: auto;
  }
}
.b9__list .window {
  width: 100%;
  display: flex;
  border-radius: 8px;
  border: 1px solid #2C2D2E;
  transition: border-color 0.4s;
}
@media (max-width: 1100px) {
  .b9__list .window {
    width: -moz-max-content;
    width: max-content;
  }
}
.b9 .box {
  border-right: 1px solid #2C2D2E;
  padding: 40px 32px;
  width: 25%;
  display: flex;
  flex-direction: column;
  gap: 32px;
  transition: border-color 0.4s;
}
@media (max-width: 1320px) {
  .b9 .box {
    padding: 32px 20px;
  }
}
@media (max-width: 1100px) {
  .b9 .box {
    width: 300px;
    min-width: 300px;
    gap: 24px;
  }
}
.b9 .box:last-child {
  border-right: none;
}
.b9 .box__top {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.b9 .box__top > p {
  color: #FAFAFA;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.6px;
}
.b9 .box__top-price {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.b9 .box__top-price span {
  color: #FAFAFA;
  font-size: var(--font-size-title-h4, 32px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: var(--font-letter-spacing-title-h3, -0.7px);
  transition: color 0.4s;
}
.b9 .box__top-price p {
  color: var(--text-secondary, #868686);
  font-size: var(--font-size-body-medium, 16px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: var(--font-letter-spacing-body-medium, -0.6px);
}
.b9 .box ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1240px) {
  .b9 .box ul {
    gap: 10px;
  }
}
.b9 .box li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.b9 .box li svg {
  width: 20px;
  min-width: 20px;
  height: 20px;
}
.b9 .box li p {
  color: #FAFAFA;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.6px;
}
@media (max-width: 1240px) {
  .b9 .box li p {
    font-size: 14px;
  }
}
.b9 .box li p:nth-child(2) {
  width: 100%;
}
.b9 .box li p:nth-child(3) {
  white-space: nowrap;
}
.b9__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 4px;
}
.b9__bottom p {
  color: rgba(250, 250, 250, 0.5);
  font-size: 16px;
  letter-spacing: -0.32px;
  transition: color 0.4s;
}
.b9__bottom span {
  color: #FAFAFA;
  font-size: 16px;
  letter-spacing: -0.32px;
  transition: color 0.4s;
}

.b10 {
  padding: 150px 0 60px;
  overflow-x: clip;
}
@media (max-width: 1024px) {
  .b10 {
    padding: 120px 0 40px;
  }
}
.b10 .container {
  display: flex;
  flex-direction: column;
  gap: 44px;
  align-items: center;
}
@media (max-width: 1024px) {
  .b10 .container {
    align-items: stretch;
  }
}
.b10 .section-title {
  max-width: 700px;
}
@media (max-width: 1024px) {
  .b10 .section-title {
    align-items: flex-start;
    text-align: left;
    width: 100%;
  }
}
.b10__main {
  width: 100%;
  max-width: 1200px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  line-height: 1.44;
  overflow-wrap: break-word;
  word-break: break-word;
}
.b10__main h2, .b10__main .h2 {
  font-size: 48px;
}
@media (max-width: 1024px) {
  .b10__main h2, .b10__main .h2 {
    font-size: 32px;
  }
}
.b10__main h3, .b10__main h4, .b10__main h5, .b10__main h6 {
  color: #FCFCFC;
  font-weight: 500;
  font-size: 24px;
}
@media (max-width: 1024px) {
  .b10__main h3, .b10__main h4, .b10__main h5, .b10__main h6 {
    font-size: 20px;
  }
}
.b10__main h1, .b10__main h2, .b10__main h3, .b10__main h4, .b10__main h5, .b10__main h6 {
  margin-top: 12px;
}
.b10__main h1:first-child, .b10__main h2:first-child, .b10__main h3:first-child, .b10__main h4:first-child, .b10__main h5:first-child, .b10__main h6:first-child {
  margin-top: 0;
}
.b10__main h1 + img, .b10__main h1 + h1, .b10__main h1 + h2, .b10__main h1 + h3, .b10__main h1 + h4, .b10__main h1 + h5, .b10__main h1 + h6, .b10__main h2 + img, .b10__main h2 + h1, .b10__main h2 + h2, .b10__main h2 + h3, .b10__main h2 + h4, .b10__main h2 + h5, .b10__main h2 + h6, .b10__main h3 + img, .b10__main h3 + h1, .b10__main h3 + h2, .b10__main h3 + h3, .b10__main h3 + h4, .b10__main h3 + h5, .b10__main h3 + h6, .b10__main h4 + img, .b10__main h4 + h1, .b10__main h4 + h2, .b10__main h4 + h3, .b10__main h4 + h4, .b10__main h4 + h5, .b10__main h4 + h6, .b10__main h5 + img, .b10__main h5 + h1, .b10__main h5 + h2, .b10__main h5 + h3, .b10__main h5 + h4, .b10__main h5 + h5, .b10__main h5 + h6, .b10__main h6 + img, .b10__main h6 + h1, .b10__main h6 + h2, .b10__main h6 + h3, .b10__main h6 + h4, .b10__main h6 + h5, .b10__main h6 + h6 {
  margin-top: 0;
}
.b10__main img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 12px 0;
}
.b10__main img:first-child {
  margin-top: 0;
}
.b10__main img:last-child {
  margin-bottom: 0;
}
.b10__main img + img, .b10__main img + h1, .b10__main img + h2, .b10__main img + h3, .b10__main img + h4, .b10__main img + h5, .b10__main img + h6 {
  margin-top: 0;
}
.b10__main a:not(.btn) {
  text-decoration: underline;
  color: inherit;
  transition: 0.4s;
}
@media not all and (pointer: coarse) {
  .b10__main a:not(.btn):hover {
    color: #DB5940;
  }
}
.b10__main a:not(.btn):active {
  color: #DB5940;
}
.b10__main ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-left: 24px;
}
.b10__main ul li {
  list-style: disc;
}
.b10__main ol {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-left: 24px;
}
.b10__main ol li {
  list-style: decimal;
}
.b10__main blockquote {
  padding: 20px 0 20px 20px;
  border-left: 2px solid #DB5940;
}
.b10__main .b10__table-wrap {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 12px 0;
}
.b10__main table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.4;
}
.b10__main table th,
.b10__main table td {
  padding: 12px 16px;
  text-align: left;
  vertical-align: top;
  border: 1px solid rgba(219, 89, 64, 0.15);
  overflow-wrap: anywhere;
  word-break: break-word;
}
.b10__main table th {
  font-weight: 500;
  color: #FCFCFC;
}
@media (max-width: 1024px) {
  .b10__main table {
    min-width: 0;
    table-layout: fixed;
    font-size: 12px;
  }
  .b10__main table th,
  .b10__main table td {
    padding: 8px 10px;
  }
}
.b10__main iframe {
  display: block;
  width: 100%;
  height: calc((100vw - 128px - 15px - 424px - 152px) / 16 * 9);
  border-radius: 12px;
  margin: 12px 0;
}
@media screen and (max-width: 1250px) {
  .b10__main iframe {
    height: calc((100vw - 128px - 15px) / 16 * 9);
  }
}
@media screen and (max-width: 1024px) {
  .b10__main iframe {
    border-radius: 20px;
    height: 281.25px;
  }
}
@media screen and (max-width: 540px) {
  .b10__main iframe {
    height: calc((100vw - 32px) / 16 * 9);
  }
}

body.theme-light {
  background: #F5F5F5;
  color: rgba(29, 27, 27, 0.7);
}
body.theme-light h1 {
  color: #1D1B1B;
}
body.theme-light h2 {
  color: #1D1B1B;
}
body.theme-light .graditent_top:before {
  opacity: 0.4;
}
body.theme-light .header.is-fixed .container {
  background: #FFFFFF;
}
body.theme-light .header__logo svg * {
  fill: #1D1B1B;
}
@media not all and (pointer: coarse) {
  body.theme-light .header__menu a:hover {
    color: #1D1B1B;
  }
}
body.theme-light .header__menu a:active {
  color: #1D1B1B;
}
body.theme-light .header__theme-switcher {
  background: #EAEAEA;
}
body.theme-light .header__theme-switcher:before {
  transform: translateX(-100%);
}
body.theme-light .header__theme-switcher-btn[data-theme=light] .svg-stroke {
  stroke: #1C274C;
}
body.theme-light .header__theme-switcher-btn[data-theme=dark] {
  opacity: 0.3;
}
body.theme-light .b1__cards:after {
  background: #F5F5F5;
}
body.theme-light .b1__card {
  background: #FFFFFF;
}
body.theme-light .b1__card::after {
  background: #FFFFFF;
}
body.theme-light .b1__card--mid {
  background: #FAFAFA;
}
body.theme-light .b1__card--mid::after {
  background: #FAFAFA;
}
body.theme-light .b1__card--back {
  background: #F8F8F8;
}
body.theme-light .b1__card--back::after {
  background: #F8F8F8;
}
body.theme-light .b1__card__title {
  color: #1D1B1B;
}
body.theme-light .b1__card-deco svg * {
  fill: #1D1B1B;
}
body.theme-light .b1__card-description {
  color: #1D1B1B;
}
body.theme-light .b1__card-bottom {
  background: #F7F7F7;
}
body.theme-light .b1__card-bottom .operation {
  color: rgba(29, 27, 27, 0.5);
}
body.theme-light .b1__card-bottom .operation .icon {
  background: rgba(229, 229, 229, 0.7);
}
body.theme-light .b1__card-bottom .item {
  color: #1D1B1B;
}
body.theme-light .b2 .tabs__header {
  background: linear-gradient(120deg, rgba(0, 0, 0, 0.08) 0%, transparent 80%);
}
body.theme-light .b2 .tabs__header:before {
  background: #F5F5F5;
}
@media (max-width: 1024px) {
  body.theme-light .b2 .tabs__header {
    background: transparent;
  }
}
body.theme-light .b2 .tabs__header .window {
  background: #fff;
}
@media (max-width: 1024px) {
  body.theme-light .b2 .tabs__header .window {
    background: transparent;
  }
}
body.theme-light .b2 .tabs__header .highlighter {
  background: rgba(219, 89, 64, 0.05);
}
@media (max-width: 1024px) {
  body.theme-light .b2 .tabs__header .tabs__item.is-active {
    background: rgba(231, 231, 231, 0.6);
  }
}
body.theme-light .b2 .tabs__header .tabs__item.is-active .icon {
  background: #DB5940;
}
body.theme-light .b2 .tabs__header .tabs__item.is-active .icon svg * {
  fill: #FCFCFC;
}
@media not all and (pointer: coarse) {
  body.theme-light .b2 .tabs__header .tabs__item:hover .icon {
    background: #DB5940;
  }
  body.theme-light .b2 .tabs__header .tabs__item:hover .icon svg * {
    fill: #FCFCFC;
  }
}
body.theme-light .b2 .tabs__header .tabs__item:active .icon {
  background: #DB5940;
}
body.theme-light .b2 .tabs__header .tabs__item:active .icon svg * {
  fill: #FCFCFC;
}
body.theme-light .b2 .tabs__header .tabs__item .icon {
  background: rgba(235, 235, 235, 0.7);
}
body.theme-light .b2 .tabs__header .tabs__item .icon svg * {
  fill: #B8B8B8;
}
body.theme-light .b2 .tabs__header .tabs__item .text p {
  color: #1D1B1B;
}
body.theme-light .b2 .tabs__body {
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0.08) 0%, transparent 80%);
}
body.theme-light .b2 .tabs__body:before {
  background: #F5F5F5;
}
@media (max-width: 1024px) {
  body.theme-light .b2 .tabs__body {
    background: transparent;
  }
}
body.theme-light .b2 .tabs__body .window {
  background: #fff;
}
@media (max-width: 1024px) {
  body.theme-light .b2 .tabs__body .window {
    background: transparent;
  }
}
body.theme-light .b2 .tabs__body .tabs__item .icon * {
  fill: #1D1B1B;
}
body.theme-light .b2 .tabs__body .tabs__item .text h3 {
  color: #1D1B1B;
}
body.theme-light .b2 .tabs__body .tabs__item .list__item {
  background: rgba(231, 231, 231, 0.3);
  color: #1D1B1B;
}
body.theme-light .b3 .container:before {
  background: #FFF;
}
body.theme-light .b3 .container:after {
  background: #FFF;
}
body.theme-light .b3 .window {
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}
body.theme-light .b3__slide-team-item:nth-child(1) .img {
  background: linear-gradient(30deg, rgba(219, 89, 64, 0.4) 0%, rgba(219, 89, 64, 0) 80%);
}
body.theme-light .b3__slide-team-item:nth-child(2) .img {
  background: linear-gradient(190deg, rgba(219, 89, 64, 0.4) 0%, rgba(219, 89, 64, 0) 80%);
}
body.theme-light .b3__slide-team-item:nth-child(3) .img {
  background: linear-gradient(300deg, rgba(219, 89, 64, 0.4) 0%, rgba(219, 89, 64, 0) 80%);
}
body.theme-light .b3__slide-team-item .img:before {
  background: #FFF;
}
body.theme-light .b3__slide-team-item .text p {
  color: #1D1B1B;
}
body.theme-light .b3__slide-team-item .text span {
  color: rgba(29, 27, 27, 0.3);
}
body.theme-light .b3__slide-take svg * {
  fill: #E7E7E7;
}
body.theme-light .b3__slide-take p {
  color: #1D1B1B;
}
body.theme-light .b4__item {
  background: #fff;
}
body.theme-light .b4__item svg * {
  stroke: #E8E9ED;
}
@media not all and (pointer: coarse) {
  body.theme-light .b4__item:hover span {
    color: rgba(29, 27, 27, 0.7);
  }
}
body.theme-light .b4__item:active span {
  color: rgba(29, 27, 27, 0.7);
}
body.theme-light .b4__item span {
  color: rgba(29, 27, 27, 0.5);
}
body.theme-light .b5__item--base {
  background: #FFF;
}
body.theme-light .b5__item--base .top h3 {
  color: rgba(29, 27, 27, 0.8);
}
body.theme-light .b5__item--base .top p {
  color: rgba(29, 27, 27, 0.5);
}
body.theme-light .b5__item--base .list p {
  color: rgba(29, 27, 27, 0.5);
}
body.theme-light .b5__item--base .list li {
  color: #1D1B1B;
}
body.theme-light .b5__item--base .list li:before {
  background: linear-gradient(#B6B6B6, #B6B6B6) left/1px 100% no-repeat, linear-gradient(to right, #B6B6B6, rgba(182, 182, 182, 0.3)) bottom/100% 1px no-repeat; /* нижня — градієнт */
}
body.theme-light .b5__item--base .btn {
  border: 1px solid #DB5940;
}
body.theme-light .b5__item--base .btn:not(:hover):not(:active) {
  border: 1px solid #E5E5E5;
  color: #1D1B1B;
}
body.theme-light .b5__item--base .btn:not(:hover):not(:active) svg * {
  stroke: #1D1B1B;
}
body.theme-light .b6 .container > svg * {
  fill: #1D1B1B;
}
body.theme-light .b6 .form input {
  background: #fff;
  color: #1D1B1B;
}
body.theme-light .b6 .form input::-moz-placeholder {
  color: #1D1B1B;
}
body.theme-light .b6 .form input::placeholder {
  color: #1D1B1B;
}
@media (min-width: 1025px) {
  body.theme-light .b7:after {
    opacity: 1;
  }
  body.theme-light .b7:before {
    opacity: 0 !important;
  }
}
body.theme-light .b7 .container {
  background: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1024px) {
  body.theme-light .b7 .container {
    background: transparent;
  }
}
body.theme-light .b7 .window {
  background: linear-gradient(90deg, rgba(252, 252, 252, 0) -1.31%, rgba(252, 252, 252, 0.8) 46.8%);
}
@media (max-width: 1024px) {
  body.theme-light .b7 .window {
    background: transparent;
  }
}
body.theme-light .b7 .acc {
  border-radius: 10px;
  border: 1px solid #F0F0F0;
  opacity: 0.9;
  background: rgba(252, 252, 252, 0.9);
}
body.theme-light .b7 .acc__box {
  border-bottom: 1px solid #F0F0F0;
}
body.theme-light .b7 .acc__title {
  color: #343232;
}
body.theme-light .b7 .acc__title .arrow:before {
  background: #A3A3A3;
}
body.theme-light .b7 .acc__title .arrow:after {
  background: #A3A3A3;
}
body.theme-light .b7 .acc__body p {
  color: rgba(52, 50, 50, 0.5);
}
body.theme-light .b8 .section-title .tag {
  color: #1D1B1B;
  background: rgba(255, 255, 255, 0.37);
}
body.theme-light .b8 .box .image {
  background: linear-gradient(to top, rgba(219, 89, 64, 0.4), transparent 80%);
}
body.theme-light .b8 .box .image:before {
  background: #F5F5F5;
}
body.theme-light .b8 .box .image img {
  background: #fff;
}
body.theme-light .b8 .box .image img:nth-child(2) {
  opacity: 1;
}
body.theme-light .b8 .box p {
  color: #1D1B1B;
}
body.theme-light .b9__toggle {
  border-color: #E1E1E1;
}
body.theme-light .b9__toggle-item:not(.is-active) {
  color: #292828;
}
body.theme-light .b9__toggle-item:not(.is-active) span {
  background: #E5E5E5;
}
body.theme-light .b9__main .window {
  border-color: #E1E1E1;
}
body.theme-light .b9__main .box {
  border-color: #E1E1E1;
}
body.theme-light .b9__main .box__top > p {
  color: #292828;
}
body.theme-light .b9__main .box__top-price span {
  color: #292828;
}
body.theme-light .b9__main .box__top-price p {
  color: #868686;
}
body.theme-light .b9__main .box ul li p {
  color: #292828;
}
body.theme-light .b9__main .box ul li svg path[stroke="#FAFAFA"] {
  stroke: #292828;
}
body.theme-light .b9__bottom p {
  color: rgba(41, 40, 40, 0.5);
}
body.theme-light .b9__bottom span {
  color: #292828;
}
body.theme-light .b10 .section-title .tag {
  color: #1D1B1B;
  background: rgba(255, 255, 255, 0.37);
}
body.theme-light .b10__main h3,
body.theme-light .b10__main h4,
body.theme-light .b10__main h5,
body.theme-light .b10__main h6 {
  color: #1D1B1B;
}
body.theme-light .b10__main table th {
  color: #1D1B1B;
}
body.theme-light .b10__main table th,
body.theme-light .b10__main table td {
  border-color: rgba(29, 27, 27, 0.12);
}
body.theme-light .footer .container {
  background: linear-gradient(rgba(255, 99, 69, 0.2), rgba(255, 255, 255, 0.01));
}
body.theme-light .footer .window {
  background: #FCFCFC;
}
body.theme-light .footer__row:first-child .footer__left svg * {
  fill: #343232;
}
body.theme-light .footer__row:first-child .footer__left p {
  color: rgba(52, 50, 50, 0.6);
}
body.theme-light .footer__row:first-child .footer__right .box p {
  color: rgba(52, 50, 50, 0.4);
}
body.theme-light .footer__row:first-child .footer__right .box a {
  color: #343232;
}
@media not all and (pointer: coarse) {
  body.theme-light .footer__row:first-child .footer__right .box a:hover {
    color: #DB5940;
  }
}
body.theme-light .footer__row:first-child .footer__right .box a:active {
  color: #DB5940;
}
body.theme-light .footer__row:last-child .footer__left p {
  color: rgba(52, 50, 50, 0.4);
}
body.theme-light .footer__row:last-child .footer__right p {
  color: rgba(52, 50, 50, 0.4);
}/*# sourceMappingURL=main.css.map */
