@font-face {
  font-family: "icomoon";
  src: url("../font/icomoon/fonts/icomoon.ttf");
}
@font-face {
  font-family: "Benzin-Medium";
  src: url("../font/Benzin_Medium.ttf");
}
@font-face {
  font-family: "Benzin-Semibold";
  src: url("../font/Benzin_Semibold.ttf");
}
@font-face {
  font-family: "Mont";
  src: url("../font/MontRegular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Mont";
  src: url("../font/MontThin.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Mont";
  src: url("../font/MontSemiBold.ttf");
  font-weight: 600;
}
:target {
  scroll-margin-top: 143px;
}

@media screen and (max-width: 1600px) {
  :target {
    scroll-margin-top: 112px;
  }
}
@media screen and (max-width: 1180px) {
  :target {
    scroll-margin-top: 64px;
  }
}
:root {
  --font-family: "Mont", sans-serif;
  --second-family: "Benzin-Semibold", sans-serif;
  --third-family: "Benzin-Medium", sans-serif;
  --font3: "Mont Blanc-Trial", sans-serif;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
@media screen and (max-width: 767px) {
  ::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
}

::-webkit-scrollbar-track {
  background: rgba(204, 204, 204, 0);
}

::-webkit-scrollbar-thumb {
  background: #a9ff22;
  border-radius: 5px;
}

* {
  box-sizing: border-box;
}

html,
body,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth !important;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
}

ul,
li {
  list-style: none;
}

img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}

svg {
  vertical-align: middle;
  flex: none;
}

input,
textarea {
  outline: none;
}

button {
  cursor: pointer;
  outline: none;
  background: transparent;
  border: none;
}

body {
  min-width: 320px;
  position: relative;
  overflow-x: hidden;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #f6f7f8;
  background: #171717;
}
body.blur section {
  filter: blur(2px);
}
body.blur::before {
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 40;
  background: rgba(0, 0, 0, 0.4);
}

section {
  opacity: 0;
  transform: translateY(40px);
}

section.element-show {
  opacity: 1;
  transition: all 0.8s;
  transform: translateY(0%);
}

.container {
  max-width: 1540px;
  padding: 0 10px;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .container {
    max-width: 1220px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 1180px) {
  .container {
    max-width: 768px;
    padding: 0 20px;
  }
}
.button {
  font-family: var(--font-family);
  font-weight: 700;
  padding: 12px 24px;
  font-size: 20px;
  line-height: 120%;
  border-radius: 20px;
  position: relative;
  z-index: 0;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 1600px) {
  .button {
    font-size: 18px;
    line-height: 125%;
  }
}
@media screen and (max-width: 1180px) {
  .button {
    border-radius: 12px;
    font-size: 16px;
    line-height: 125%;
  }
}
@media screen and (max-width: 767px) {
  .button {
    font-size: 12px;
    line-height: 125%;
  }
}
.button:hover::before {
  opacity: 0.5;
}
.button::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 55px;
  border-radius: 100%;
  background: #a9ff22;
  filter: blur(20px);
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
}
.button_outline {
  color: #a9ff22;
  border: 2px solid #a9ff22;
}
.button_outline:hover {
  background: #a9ff22;
  color: #151415;
}
.button_fill {
  background: #a9ff22;
  color: #151415;
}

.header {
  position: sticky;
  top: 0;
  z-index: 100;
  -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
  background: linear-gradient(130deg, #171717 0%, rgba(23, 23, 23, 0) 100%);
}
.header_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 54px;
  position: relative;
  padding-top: 22px;
  padding-bottom: 22px;
}
@media screen and (max-width: 1600px) {
  .header_container {
    gap: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1180px) {
  .header_container {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.header_logo {
  flex: none;
}
.header_logo img {
  max-width: 250px;
}
@media screen and (max-width: 1600px) {
  .header_logo img {
    max-width: 178px;
  }
}
@media screen and (max-width: 767px) {
  .header_logo img {
    max-width: 150px;
  }
}
.header_menu {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1600px) {
  .header_menu {
    gap: 16px;
  }
}
@media screen and (max-width: 1180px) {
  .header_menu {
    display: none;
  }
}
.header_menu a {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #f6f7f8;
}
@media screen and (max-width: 1600px) {
  .header_menu a {
    font-size: 16px;
    line-height: 125%;
  }
}
.header_actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 1180px) {
  .header_actions {
    display: none;
  }
}
@media screen and (max-width: 1180px) {
  .header_language {
    display: none;
  }
}
.header_burger {
  display: none;
}
@media screen and (max-width: 1180px) {
  .header_burger {
    flex: none;
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 60;
  }
  .header_burger img {
    width: 38px;
    height: auto;
  }
  .header_burger.open .header_burger-close {
    display: none;
  }
  .header_burger.open .header_burger-open {
    display: block;
  }
  .header_burger-close {
    display: block;
  }
  .header_burger-open {
    display: none;
  }
}
.header_mobile {
  display: none;
}
@media screen and (max-width: 1180px) {
  .header_mobile {
    display: block;
    transform: translateY(-100%);
    transition: 0.3s;
    opacity: 0;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    height: auto;
    background: #171717;
    z-index: 50;
    border-radius: 0 0 24px 24px;
    padding: 20px;
  }
}
@media screen and (max-width: 1180px) and (max-width: 1180px) {
  .header_mobile {
    max-width: 384px;
  }
}
@media screen and (max-width: 1180px) {
  .header_mobile.open {
    transform: translateY(0%);
    opacity: 1;
  }
}
.header_mobile-menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 35px;
  margin-bottom: 32px;
}
.header_mobile-menu a {
  font-weight: 600;
  font-size: 12px;
  line-height: 133%;
  color: #f6f7f8;
}
@media screen and (max-width: 1180px) {
  .header_mobile-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.header_mobile-social {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header_mobile-social a {
  transition: 0.3s;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  background: #f6f7f8;
}
.header_mobile-social a:hover {
  background: #8000ff;
}
.header_mobile-social a:hover svg {
  color: #f6f7f8;
}
.header_mobile-social a svg {
  color: #171717;
}
.header_mobile-copyrites {
  max-width: 100px;
  font-weight: 600;
  font-size: 12px;
  line-height: 133%;
  color: #a3a8b6;
}

.language {
  position: relative;
}
.language.open .language_btn img:last-child {
  transform: rotate(180deg);
}
.language.open .language_menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 1180px) {
  .language {
    margin-bottom: 32px;
  }
}
.language_btn {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
.language_btn img {
  flex: none;
}
.language_btn img:first-child {
  width: 28px;
}
@media screen and (max-width: 767px) {
  .language_btn img:first-child {
    width: 20px;
  }
}
.language_btn img:last-child {
  width: 10px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .language_btn img:last-child {
    width: 6px;
  }
}
.language_btn span {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #f6f7f8;
}
@media screen and (max-width: 1600px) {
  .language_btn span {
    font-size: 16px;
    line-height: 125%;
  }
}
@media screen and (max-width: 767px) {
  .language_btn span {
    font-size: 12px;
    line-height: 133%;
  }
}
.language_menu {
  display: none;
  position: absolute;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  top: calc(100% + 6px);
  align-items: center;
  gap: 6px;
  background: rgba(23, 23, 23, 0.8117647059);
  padding: 6px;
  border-radius: 5px;
  cursor: pointer;
}
.language_menu a {
  display: flex;
  align-items: center;
  gap: 5px;
}
.language_menu img {
  flex: none;
}
.language_menu img:first-child {
  width: 28px;
}
@media screen and (max-width: 767px) {
  .language_menu img:first-child {
    width: 20px;
  }
}
.language_menu img:last-child {
  width: 10px;
}
@media screen and (max-width: 767px) {
  .language_menu img:last-child {
    width: 6px;
  }
}
.language_menu span {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #f6f7f8;
}
@media screen and (max-width: 767px) {
  .language_menu span {
    font-size: 12px;
    line-height: 133%;
  }
}

.thinker {
  background: url(../img/thinker_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 44px;
  border-radius: 32px;
  overflow: hidden;
  min-height: 800px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1600px) {
  .thinker {
    min-height: 660px;
    padding: 0 34px;
  }
}
@media screen and (max-width: 1180px) {
  .thinker {
    min-height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .thinker {
    background: url(../img/thinker_bg-m.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    justify-content: start;
    padding: 24px 12px;
    min-height: 520px;
  }
}
.thinker_container {
  margin-bottom: 120px;
}
@media screen and (max-width: 1180px) {
  .thinker_container {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .thinker_container {
    margin-bottom: 64px;
  }
}
.thinker .button {
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 24px;
  font-size: 24px;
  line-height: 117%;
}
@media screen and (max-width: 1600px) {
  .thinker .button {
    padding: 16px 48px;
    font-size: 18px;
    line-height: 125%;
  }
}
@media screen and (max-width: 1180px) {
  .thinker .button {
    padding: 12px 24px;
    font-size: 12px;
    line-height: 125%;
  }
}
@media screen and (max-width: 767px) {
  .thinker .button {
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 133%;
  }
}

.title {
  margin-bottom: 24px;
  max-width: 880px;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 72px;
  line-height: 100%;
}
@media screen and (max-width: 1600px) {
  .title {
    font-size: 56px;
    margin-bottom: 16px;
    max-width: 518px;
  }
}
@media screen and (max-width: 1180px) {
  .title {
    font-size: 32px;
    max-width: 296px;
  }
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
.title span {
  color: #f6f7f8;
}
.title strong {
  color: #8000ff;
}

.subtitle {
  margin-bottom: 48px;
  max-width: 665px;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #f6f7f8;
}
@media screen and (max-width: 1600px) {
  .subtitle {
    font-size: 16px;
    line-height: 125%;
    margin-bottom: 40px;
    max-width: 518px;
  }
}
@media screen and (max-width: 1180px) {
  .subtitle {
    font-size: 12px;
    line-height: 133%;
    max-width: 296px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .subtitle {
    margin-bottom: 24px;
  }
}

.ticker-wrap {
  margin-bottom: 120px;
}
@media screen and (max-width: 1180px) {
  .ticker-wrap {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .ticker-wrap {
    margin-bottom: 64px;
  }
}

.advantages {
  position: relative;
}
.advantages_income {
  position: absolute;
  right: 0;
  top: 0;
  background: #8000ff;
  border-radius: 24px 0 0 24px;
  padding: 24px;
  min-width: 616px;
}
@media screen and (max-width: 1180px) {
  .advantages_income {
    padding: 16px;
    min-width: 296px;
  }
}
@media screen and (max-width: 767px) {
  .advantages_income {
    position: static;
    border-radius: 16px;
    padding: 12px;
    margin-bottom: 4px;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}
.advantages_income strong {
  display: block;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  color: #f6f7f8;
  margin-bottom: 12px;
}
@media screen and (max-width: 1600px) {
  .advantages_income strong {
    font-size: 30px;
    line-height: 133%;
  }
}
@media screen and (max-width: 1180px) {
  .advantages_income strong {
    font-size: 18px;
    line-height: 125%;
  }
}
@media screen and (max-width: 767px) {
  .advantages_income strong {
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 8px;
  }
}
.advantages_income span {
  display: block;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #f6f7f8;
}
@media screen and (max-width: 1600px) {
  .advantages_income span {
    font-size: 18px;
    line-height: 133%;
  }
}
@media screen and (max-width: 1180px) {
  .advantages_income span {
    font-size: 12px;
    line-height: 125%;
  }
}
@media screen and (max-width: 767px) {
  .advantages_income span {
    font-size: 12px;
    line-height: 133%;
  }
}
.advantages_container {
  padding-bottom: 120px;
  border-bottom: 4px solid #1d1d1d;
  margin-bottom: 120px;
}
@media screen and (max-width: 1180px) {
  .advantages_container {
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .advantages_container {
    padding-bottom: 64px;
    margin-bottom: 64px;
  }
}
.advantages .title {
  margin-bottom: 60px;
}
@media screen and (max-width: 1180px) {
  .advantages .title {
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 767px) {
  .advantages .title {
    margin-bottom: 24px;
  }
}
.advantages_items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
}
@media screen and (max-width: 1180px) {
  .advantages_items {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .advantages_items {
    gap: 4px;
  }
}
.advantages_item {
  height: 702px;
  border-radius: 24px;
  background-color: #1d1d1d;
  transition: 0.2s;
  position: relative;
  padding: 44px;
  padding-top: 494px;
  background-size: 120%;
  background-position: top 80px center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1600px) {
  .advantages_item {
    padding: 32px;
    padding-top: 425px;
    height: 626px;
    background-size: 100%;
  }
}
@media screen and (max-width: 1180px) {
  .advantages_item {
    height: -moz-fit-content;
    height: fit-content;
    padding: 16px 95px 16px 16px;
    background-position: right bottom;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .advantages_item {
    padding: 12px;
    background-size: 50%;
  }
}
.advantages_item:nth-child(1) {
  background-image: url(../img/advantages1.png);
}
@media screen and (max-width: 1180px) {
  .advantages_item:nth-child(1) {
    background-image: url(../img/advantages_m_1.png);
  }
}
.advantages_item:nth-child(2) {
  background-image: url(../img/advantages3.png);
}
@media screen and (max-width: 1180px) {
  .advantages_item:nth-child(2) {
    background-image: url(../img/advantages_m_3.png);
  }
}
.advantages_item:nth-child(3) {
  background-image: url(../img/advantages4.png);
}
@media screen and (max-width: 1180px) {
  .advantages_item:nth-child(3) {
    background-image: url(../img/advantages_m_4.png);
  }
}
.advantages_item:nth-child(4) {
  background-image: url(../img/advantages2.png);
}
@media screen and (max-width: 1180px) {
  .advantages_item:nth-child(4) {
    background-image: url(../img/advantages_m_2.png);
  }
}
.advantages_item:hover {
  background-color: #8000ff;
}
.advantages_item-icon {
  position: absolute;
  left: 32px;
  top: 32px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #272727;
}
@media screen and (max-width: 1180px) {
  .advantages_item-icon {
    position: static;
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
  }
  .advantages_item-icon img {
    width: 20px;
    height: auto;
  }
}
.advantages_item-icon img {
  width: 24px;
  flex: none;
  height: auto;
}
.advantages_item-name {
  font-family: var(--second-family);
  font-weight: 400;
  color: #f6f7f8;
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 100%;
}
@media screen and (max-width: 1600px) {
  .advantages_item-name {
    font-size: 22px;
    line-height: 100%;
  }
}
@media screen and (max-width: 1180px) {
  .advantages_item-name {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .advantages_item-name {
    max-width: 170px;
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 8px;
    position: relative;
    z-index: 2;
  }
}
.advantages_item-desc {
  font-family: var(--font-family);
  font-weight: 600;
  color: #f6f7f8;
  font-size: 20px;
  line-height: 120%;
}
@media screen and (max-width: 1600px) {
  .advantages_item-desc {
    font-size: 16px;
    line-height: 125%;
  }
}
@media screen and (max-width: 767px) {
  .advantages_item-desc {
    max-width: 170px;
    font-size: 12px;
    line-height: 133%;
    position: relative;
    z-index: 2;
  }
}

.ddn {
  display: none;
}
@media screen and (max-width: 767px) {
  .ddn {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .mdn {
    display: none;
  }
}

.tag {
  background: #1d1d1d;
  border-radius: 100px;
  padding: 12px 24px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #a3a8b6;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1600px) {
  .tag {
    font-size: 16px;
    line-height: 125%;
  }
}
@media screen and (max-width: 1180px) {
  .tag {
    padding: 8px 16px;
  }
}
@media screen and (max-width: 767px) {
  .tag {
    font-size: 12px;
    line-height: 133%;
  }
}
.tag.black {
  background: #171717;
}
.tag.single {
  margin-bottom: 36px;
}
@media screen and (max-width: 1600px) {
  .tag.single {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1180px) {
  .tag.single {
    margin-bottom: 24px;
  }
}

.maxApprove {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 4px solid #1d1d1d;
  padding-bottom: 120px;
  margin-bottom: 120px;
  gap: 24px;
}
@media screen and (max-width: 1180px) {
  .maxApprove {
    display: flex;
    flex-direction: column;
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .maxApprove {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}
.maxApprove .title {
  margin-bottom: 24px;
}
@media screen and (max-width: 1600px) {
  .maxApprove .title {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .maxApprove .title {
    margin-bottom: 12px;
  }
}
.maxApprove .button {
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 32px;
}
.maxApprove .button span {
  font-size: 24px;
  line-height: 117%;
}
@media screen and (max-width: 1600px) {
  .maxApprove .button {
    padding: 18px 48px;
  }
  .maxApprove .button span {
    font-size: 24px;
    line-height: 117%;
  }
}
@media screen and (max-width: 1180px) {
  .maxApprove .button {
    padding: 12px 24px;
  }
  .maxApprove .button span {
    font-size: 16px;
    line-height: 125%;
  }
}
@media screen and (max-width: 767px) {
  .maxApprove .button {
    width: 100%;
    margin-bottom: 24px;
    padding: 10px;
    text-align: center;
  }
  .maxApprove .button span {
    font-size: 12px;
    line-height: 133%;
  }
}
.maxApprove_subtitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #f6f7f8;
  margin-bottom: 48px;
}
@media screen and (max-width: 1600px) {
  .maxApprove_subtitle {
    margin-bottom: 60px;
    font-size: 16px;
    line-height: 125%;
  }
}
@media screen and (max-width: 1180px) {
  .maxApprove_subtitle {
    font-size: 16px;
    line-height: 125%;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .maxApprove_subtitle {
    font-size: 12px;
    line-height: 133%;
    margin-bottom: 24px;
  }
}
.maxApprove_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media screen and (max-width: 1180px) {
  .maxApprove_tags {
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .maxApprove_tags {
    gap: 4px;
    margin-bottom: 6px;
  }
}
.maxApprove_tags-wrapper {
  flex: 1;
  display: flex;
  align-items: flex-end;
}
.maxApprove_list {
  background: #1d1d1d;
  padding: 32px 32px 61px 32px;
  border-radius: 32px;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1180px) {
  .maxApprove_list {
    border-radius: 16px;
    padding: 12px 12px 40px 12px;
  }
}
.maxApprove_list .swiper-slide {
  width: 530px !important;
  border-radius: 32px;
  overflow: hidden;
}
@media screen and (max-width: 1180px) {
  .maxApprove_list .swiper-slide {
    border-radius: 16px;
    width: 100% !important;
  }
}
.maxApprove_list .swiper-scrollbar {
  bottom: auto;
  top: calc(100% + 24px);
  height: 5px;
}
.maxApprove_list .swiper-scrollbar-drag {
  background: #a9ff22;
}
.maxApprove_list-body {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 1180px) {
  .maxApprove_list-body {
    height: 184px;
  }
}
.maxApprove .maxApprove_card {
  background-color: #272727;
  background-position: right center;
  background-size: 65%;
  background-repeat: no-repeat;
  padding: 32px 50% 32px 32px;
  width: 100%;
  height: 100%;
  flex: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1180px) {
  .maxApprove .maxApprove_card {
    padding: 18px 30% 18px 18px;
    background-size: 192px;
    background-position: right -50px bottom -50px;
  }
}
.maxApprove .maxApprove_card-flags {
  display: flex;
  align-items: center;
  gap: 12px;
}
.maxApprove .maxApprove_card-flags img {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  border: 1px solid #f6f7f8;
}
@media screen and (max-width: 1180px) {
  .maxApprove .maxApprove_card-flags img {
    width: 32px;
    height: 32px;
  }
}
.maxApprove .maxApprove_card-name {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 44px;
  line-height: 100%;
  color: #f6f7f8;
}
@media screen and (max-width: 1180px) {
  .maxApprove .maxApprove_card-name {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.maxApprove .maxApprove_card-desc {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 32px;
  line-height: 125%;
  color: #f6f7f8;
}
@media screen and (max-width: 1180px) {
  .maxApprove .maxApprove_card-desc {
    font-size: 12px;
  }
}

.profit {
  padding-bottom: 120px;
  border-bottom: 4px solid #202020;
  margin-bottom: 120px;
  display: flex;
  align-items: center;
  gap: 48px;
}
@media screen and (max-width: 1180px) {
  .profit {
    gap: 40px;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .profit {
    margin-bottom: 64px;
    padding-bottom: 0;
    border: none;
  }
}
.profit_content {
  flex: 1;
}
.profit_content .title {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .profit_content .title {
    margin-bottom: 12px;
  }
}
.profit_text {
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  color: #f6f7f8;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .profit_text {
    font-size: 12px;
    margin-bottom: 32px;
  }
}
.profit_grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.profit_item {
  background: #202020;
  border-radius: 24px;
  padding: 16px 44px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 125%;
  color: #a3a8b6;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .profit_item {
    font-size: 12px;
    line-height: 125%;
    padding: 12px 24px;
  }
}
.profit_item:hover {
  background: #a9ff22;
  color: #202020;
}
.profit_img {
  flex: 1;
}

.footer {
  background: #1d1d1d;
  border-radius: 44px;
  padding: 44px;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 1600px) {
  .footer {
    padding: 32px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 20px;
  }
}
.footer_logo {
  margin-bottom: 24px;
}
.footer_logo img {
  max-width: 250px;
}
@media screen and (max-width: 1600px) {
  .footer_logo img {
    max-width: 197px;
  }
}
@media screen and (max-width: 1180px) {
  .footer_logo img {
    max-width: 157px;
  }
}
@media screen and (max-width: 767px) {
  .footer_logo img {
    max-width: 125px;
  }
}
.footer_bottom-top {
  display: flex;
  align-items: baseline;
  gap: 113px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1180px) {
  .footer_bottom-top {
    gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .footer_bottom-top {
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
    gap: 24px;
  }
}
.footer_bottom-bottom {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer_bottom-bottom {
    flex-direction: column-reverse;
    gap: 24px;
    align-items: flex-end;
  }
  .footer_bottom-bottom .footer_social {
    align-self: flex-end;
  }
}
.footer_bottom-years {
  max-width: 367px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer_bottom-years div {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 12px;
  line-height: 125%;
  color: #a3a8b6;
}
.footer_bottom-years a {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 12px;
  line-height: 125%;
  color: #a3a8b6;
}
@media screen and (max-width: 1600px) {
  .footer_bottom-years {
    font-size: 16px;
    line-height: 125%;
    max-width: 289px;
  }
}
@media screen and (max-width: 1180px) {
  .footer_bottom-years {
    font-size: 12px;
    line-height: 125%;
    max-width: 257px;
  }
}
@media screen and (max-width: 767px) {
  .footer_bottom-years {
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 100%;
  }
}
.footer_copyright {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #a3a8b6;
  max-width: 367px;
}
@media screen and (max-width: 1600px) {
  .footer_copyright {
    font-size: 16px;
    line-height: 125%;
    max-width: 289px;
  }
}
@media screen and (max-width: 1180px) {
  .footer_copyright {
    font-size: 12px;
    line-height: 125%;
    max-width: 157px;
  }
}
@media screen and (max-width: 767px) {
  .footer_copyright {
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 100%;
    margin-bottom: 24px;
  }
}
.footer_back {
  position: absolute;
  right: 44px;
  top: 44px;
  background: #272727;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.footer_back svg {
  color: #fff;
}
.footer_back:hover {
  background: #55ff00;
}
.footer_back:hover svg {
  color: #000;
}
@media screen and (max-width: 1600px) {
  .footer_back {
    right: 32px;
    top: 32px;
    width: 48px;
    height: 48px;
  }
  .footer_back svg {
    width: 24px;
    height: auto;
  }
}
@media screen and (max-width: 1180px) {
  .footer_back {
    display: none;
  }
}
.footer_menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 90px;
}
@media screen and (max-width: 1600px) {
  .footer_menu {
    gap: 12px 80px;
  }
}
@media screen and (max-width: 1180px) {
  .footer_menu {
    gap: 12px 40px;
  }
}
.footer_menu a {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #f6f7f8;
  width: 158px;
}
@media screen and (max-width: 1600px) {
  .footer_menu a {
    font-size: 16px;
    line-height: 125%;
    width: 127px;
  }
}
@media screen and (max-width: 767px) {
  .footer_menu a {
    font-size: 12px;
    line-height: 133%;
  }
}
@media screen and (max-width: 1600px) {
  .footer_menu {
    gap: 12px 80px;
  }
}
@media screen and (max-width: 767px) {
  .footer_menu {
    gap: 12px 35px;
    margin-bottom: 24px;
  }
}
.footer_social {
  display: flex;
  align-items: center;
  gap: 12px;
  align-self: end;
}
.footer_social a {
  transition: 0.3s;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  background: #f6f7f8;
}
.footer_social a:hover {
  background: #8000ff;
}
.footer_social a:hover svg {
  color: #f6f7f8;
}
.footer_social a svg {
  color: #171717;
}
@media screen and (max-width: 767px) {
  .footer_social {
    align-self: start;
  }
}

.topics {
  padding-bottom: 120px;
  border-bottom: 4px solid #1d1d1d;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .topics {
    margin-bottom: 64px;
    border: none;
    padding-bottom: 0;
  }
}
.topics .title {
  text-align: center;
  max-width: initial;
  width: 100%;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .topics .title {
    margin-bottom: 16px;
  }
}
.topics_grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .topics_grid {
    gap: 4px;
  }
}
.topics_grid-item {
  background: #202020;
  border-radius: 24px;
  padding: 16px 44px;
  font-weight: 700;
  font-size: 18px;
  line-height: 125%;
  color: #a3a8b6;
}
@media screen and (max-width: 767px) {
  .topics_grid-item {
    font-size: 12px;
    line-height: 133%;
    border-radius: 100px;
    padding: 6px 12px;
  }
}
.topics_grid-other {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 183%;
  text-transform: uppercase;
  color: #272727;
}
@media screen and (max-width: 767px) {
  .topics_grid-other {
    font-size: 16px;
    line-height: 100%;
  }
}

.feedback {
  background: #1d1d1d;
  border-radius: 32px;
  margin-bottom: 12px;
  padding: 44px;
  position: relative;
}
.feedback.modal .feedback_modal {
  display: block;
}
@media screen and (max-width: 1600px) {
  .feedback {
    padding: 32px;
  }
}
@media screen and (max-width: 1180px) {
  .feedback {
    padding: 16px;
  }
}
@media screen and (max-width: 767px) {
  .feedback {
    padding: 12px;
  }
}
.feedback .title {
  grid-area: title;
}
.feedback .button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex: 1;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .feedback .button {
    width: 100%;
  }
}
.feedback .button img {
  width: 24px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .feedback .button img {
    width: 16px;
  }
}
.feedback .feedback_modal {
  position: absolute;
  display: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #1d1d1d;
  border-radius: 16px;
  padding: 60px 174px;
  box-shadow: 0px 0px 10px rgba(170, 255, 34, 0.1), 0px 0px 20px rgba(170, 255, 34, 0.1), 0px 0px 30px rgba(170, 255, 34, 0.1);
}
@media screen and (max-width: 1180px) {
  .feedback .feedback_modal {
    padding: 44px 153px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 767px) {
  .feedback .feedback_modal {
    padding: 44px 22px;
    width: 100%;
  }
}
.feedback .feedback_modal-close {
  position: absolute;
  right: 32px;
  top: 32px;
  background: #272727;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1180px) {
  .feedback .feedback_modal-close {
    right: 16px;
    top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .feedback .feedback_modal-close {
    right: 8px;
    top: 8px;
  }
}
.feedback .feedback_modal-tiitle {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  text-align: center;
  color: #f6f7f8;
  margin-bottom: 16px;
  margin-bottom: 44px;
}
@media screen and (max-width: 1180px) {
  .feedback .feedback_modal-tiitle {
    max-width: 100%;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .feedback .feedback_modal-tiitle {
    font-size: 16px;
    line-height: 100%;
  }
}
.feedback .feedback_modal-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.feedback .feedback_modal-links a {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #a9ff22;
}
.feedback .feedback_modal-links svg {
  position: relative;
  left: -1px;
  top: 1px;
  color: #171717;
}
.feedback .feedback_modal-subtitle {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  color: #f6f7f8;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 12px;
}
@media screen and (max-width: 1180px) {
  .feedback .feedback_modal-subtitle {
    max-width: 100%;
    font-size: 16px;
    line-height: 125%;
  }
}
@media screen and (max-width: 767px) {
  .feedback .feedback_modal-subtitle {
    font-size: 14px;
    line-height: 125%;
  }
}
.feedback_body {
  display: grid;
  grid-template-areas: "title form" "subtitle form" "social form";
  gap: 0 129px;
  grid-template-columns: 1fr 1fr;
  padding-right: 170px;
}
@media screen and (max-width: 1600px) {
  .feedback_body {
    padding-right: 0;
  }
}
@media screen and (max-width: 1180px) {
  .feedback_body {
    grid-template-areas: "title" "subtitle" "form" "social";
    gap: 0;
    grid-template-columns: 1fr;
  }
}
.feedback_subtitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #f6f7f8;
  grid-area: subtitle;
  margin-bottom: 220px;
}
@media screen and (max-width: 1600px) {
  .feedback_subtitle {
    font-size: 16px;
    line-height: 125%;
  }
}
@media screen and (max-width: 1180px) {
  .feedback_subtitle {
    margin-bottom: 32px;
  }
}
.feedback_form {
  display: flex;
  flex-direction: column;
  grid-area: form;
  margin-bottom: 0;
}
@media screen and (max-width: 1180px) {
  .feedback_form {
    margin-bottom: 32px;
  }
}
.feedback_form-name {
  background: #272727;
  border-radius: 20px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #747474;
  padding: 24px;
  border: none;
  outline: none;
  margin-bottom: 12px;
}
@media screen and (max-width: 1600px) {
  .feedback_form-name {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 125%;
  }
}
@media screen and (max-width: 1180px) {
  .feedback_form-name {
    font-size: 12px;
    line-height: 125%;
  }
}
.feedback_form-textarea {
  background: #272727;
  border-radius: 20px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #747474;
  padding: 24px;
  border: none;
  outline: none;
  margin-bottom: 60px;
  resize: none;
}
@media screen and (max-width: 1600px) {
  .feedback_form-textarea {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 125%;
  }
}
@media screen and (max-width: 1180px) {
  .feedback_form-textarea {
    font-size: 12px;
    line-height: 125%;
    margin-bottom: 12px;
  }
}
.feedback_form-actions {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 23px;
}
@media screen and (max-width: 767px) {
  .feedback_form-actions {
    gap: 12px;
    align-items: start;
  }
}
.feedback_form-oferta {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 12px;
  line-height: 160%;
  color: #747474;
}
@media screen and (max-width: 767px) {
  .feedback_form-oferta {
    font-size: 10px;
  }
}
.feedback_form-oferta a {
  font-family: var(--font-family);
  font-size: 12px;
  font-weight: 600;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #747474;
}
@media screen and (max-width: 767px) {
  .feedback_form-oferta a {
    font-size: 10px;
  }
}
.feedback_social {
  grid-area: social;
  display: flex;
  align-items: center;
  gap: 12px;
  align-items: flex-end;
  gap: 24px;
}
.feedback_social a {
  transition: 0.3s;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  background: #f6f7f8;
}
.feedback_social a:hover {
  background: #8000ff;
}
.feedback_social a:hover svg {
  color: #f6f7f8;
}
.feedback_social a svg {
  color: #171717;
}
@media screen and (max-width: 1600px) {
  .feedback_social {
    gap: 16;
  }
}
@media screen and (max-width: 1180px) {
  .feedback_social {
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .feedback_social {
    gap: 12px;
  }
}
.feedback_social a {
  width: 52px;
  height: 52px;
}
@media screen and (max-width: 1600px) {
  .feedback_social a {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 1180px) {
  .feedback_social a {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .feedback_social a {
    width: 32px;
    height: 32px;
  }
}
.feedback_social a svg {
  height: auto;
}
@media screen and (max-width: 767px) {
  .feedback_social a svg {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}
.feedback_social a:nth-child(1) svg {
  width: 33px;
}
@media screen and (max-width: 1600px) {
  .feedback_social a:nth-child(1) svg {
    width: 26px;
  }
}
@media screen and (max-width: 1180px) {
  .feedback_social a:nth-child(1) svg {
    width: 16px;
  }
}
.feedback_social a:nth-child(2) svg {
  width: 18px;
}
@media screen and (max-width: 1600px) {
  .feedback_social a:nth-child(2) svg {
    width: 14px;
  }
}
@media screen and (max-width: 1180px) {
  .feedback_social a:nth-child(2) svg {
    width: 8px;
  }
}
.feedback_social a:nth-child(3) svg {
  width: 35px;
}
@media screen and (max-width: 1600px) {
  .feedback_social a:nth-child(3) svg {
    width: 27px;
  }
}
@media screen and (max-width: 1180px) {
  .feedback_social a:nth-child(3) svg {
    width: 17px;
  }
}
.feedback_social a:nth-child(4) svg {
  width: 28px;
}
@media screen and (max-width: 1600px) {
  .feedback_social a:nth-child(4) svg {
    width: 22px;
  }
}
@media screen and (max-width: 1180px) {
  .feedback_social a:nth-child(4) svg {
    width: 14px;
  }
}

.reviews {
  border-radius: 32px;
  background-color: #1d1d1d;
  padding: 44px;
  background-image: url(../img/reviews_bg.png);
  background-position: right top 100px;
  background-size: 40%;
  background-repeat: no-repeat;
}
.reviews_container {
  margin-bottom: 120px;
  padding-bottom: 120px;
  border-bottom: 4px solid #1d1d1d;
}
@media screen and (max-width: 1180px) {
  .reviews_container {
    margin-bottom: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .reviews_container {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1600px) {
  .reviews {
    padding: 32px;
  }
}
@media screen and (max-width: 1180px) {
  .reviews {
    padding: 16px;
    background-size: 50%;
    background-position: right top;
  }
}
@media screen and (max-width: 767px) {
  .reviews {
    padding: 12px;
    background-image: none;
  }
}
.reviews .title {
  margin-bottom: 32px;
  font-size: 64px;
  line-height: 100%;
}
@media screen and (max-width: 1600px) {
  .reviews .title {
    font-size: 50px;
    line-height: 100%;
  }
}
@media screen and (max-width: 1180px) {
  .reviews .title {
    font-size: 32px;
    line-height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .reviews .title {
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 24px;
  }
}
.reviews .button {
  margin-bottom: 50px;
}
@media screen and (max-width: 1600px) {
  .reviews .button {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1180px) {
  .reviews .button {
    margin-bottom: 76px;
  }
}
@media screen and (max-width: 767px) {
  .reviews .button {
    width: 100%;
    margin-bottom: 24px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .reviews_tag {
    max-width: 179px;
  }
}
.reviews_btn {
  display: block;
  max-width: 235px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
}
.reviews_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
  overflow: auto;
}
.reviews_grid.part {
  max-height: 644px;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .reviews_grid.part {
    max-height: 508px;
  }
}
@media screen and (max-width: 1180px) {
  .reviews_grid.part {
    max-height: 472px;
  }
}
@media screen and (max-width: 767px) {
  .reviews_grid.part {
    max-height: 284px;
  }
}
@media screen and (max-width: 1600px) {
  .reviews_grid {
    padding-right: 32px;
  }
}
@media screen and (max-width: 1180px) {
  .reviews_grid {
    padding-right: 12px;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .reviews_grid {
    display: flex;
    flex-direction: column;
  }
}
.reviews_grid > div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 1180px) {
  .reviews_grid > div:last-child {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
  }
}
@media screen and (max-width: 767px) {
  .reviews_grid > div:last-child {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
}
.reviews_item {
  border-radius: 24px;
  background: #272727;
  padding: 24px;
  transition: 0.3s;
}
.reviews_item:hover {
  background: #8000ff;
}
.reviews_item:hover .reviews_item-pos {
  color: #fff;
}
@media screen and (max-width: 1600px) {
  .reviews_item {
    padding: 16px;
    border-radius: 16px;
  }
}
@media screen and (max-width: 1180px) {
  .reviews_item {
    padding: 12px;
  }
}
.reviews_item-top {
  display: flex;
  align-items: start;
  gap: 12px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1600px) {
  .reviews_item-top {
    margin-bottom: 16px;
  }
}
.reviews_item-img {
  width: 100px;
  height: 100px;
  border-radius: 24px;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .reviews_item-img {
    width: 80px;
    height: 80px;
    border-radius: 18px;
  }
}
@media screen and (max-width: 1180px) {
  .reviews_item-img {
    width: 60px;
    height: 60px;
    border-radius: 19px;
  }
}
@media screen and (max-width: 767px) {
  .reviews_item-img {
    border-radius: 16px;
    width: 50px;
    height: 50px;
  }
}
.reviews_item-name {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 28px;
  line-height: 114%;
  color: #f6f7f8;
  margin-bottom: 12px;
}
@media screen and (max-width: 1600px) {
  .reviews_item-name {
    font-size: 24px;
    line-height: 125%;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1180px) {
  .reviews_item-name {
    font-size: 18px;
    line-height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .reviews_item-name {
    font-size: 16px;
  }
}
.reviews_item-pos {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #747474;
}
@media screen and (max-width: 1600px) {
  .reviews_item-pos {
    font-size: 16px;
    line-height: 125%;
  }
}
@media screen and (max-width: 767px) {
  .reviews_item-pos {
    font-size: 12px;
  }
}
.reviews_item-text {
  font-size: 20px;
  line-height: 120%;
  color: #f6f7f8;
}
@media screen and (max-width: 1600px) {
  .reviews_item-text {
    font-size: 16px;
    line-height: 125%;
  }
}
@media screen and (max-width: 767px) {
  .reviews_item-text {
    font-size: 12px;
    line-height: 133%;
  }
}

.faq {
  margin-bottom: 120px;
}
@media screen and (max-width: 1180px) {
  .faq {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .faq {
    margin-bottom: 60px;
  }
}
.faq_top {
  display: flex;
  align-items: center;
  gap: 42px;
  margin-bottom: 35px;
}
@media screen and (max-width: 1600px) {
  .faq_top {
    gap: 40;
    margin-bottom: 24px;
  }
}
.faq_subtitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #f6f7f8;
  max-width: 255px;
}
@media screen and (max-width: 1600px) {
  .faq_subtitle {
    font-size: 18px;
    line-height: 125%;
  }
}
@media screen and (max-width: 1180px) {
  .faq_subtitle {
    font-size: 16px;
    line-height: 125%;
  }
}
@media screen and (max-width: 767px) {
  .faq_subtitle {
    font-size: 12px;
    line-height: 133%;
  }
}
.faq_btn {
  margin-top: 32px;
  display: block;
  max-width: 276px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.faq_body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .faq_body {
    gap: 4px;
  }
}
.faq_body-wrapper {
  padding: 40px;
  background: #1d1d1d;
  border-radius: 24px;
}
@media screen and (max-width: 1180px) {
  .faq_body-wrapper {
    padding: 16px 33px 16px 16px;
  }
}
@media screen and (max-width: 767px) {
  .faq_body-wrapper {
    border-radius: 16px;
    padding: 12px 28px 12px 12px;
  }
}
.faq_item {
  display: none;
  cursor: pointer;
  background: #171717;
  padding: 30px 40px;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
.faq_item.show {
  display: block;
}
@media screen and (max-width: 1600px) {
  .faq_item {
    padding: 32px;
  }
}
@media screen and (max-width: 1180px) {
  .faq_item {
    padding: 22px;
  }
}
@media screen and (max-width: 767px) {
  .faq_item {
    padding: 12px;
    border-radius: 16px;
  }
}
.faq_item:hover::before {
  opacity: 1;
}
.faq_item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(23, 23, 23, 0) 0%, #55ff00 100%);
  opacity: 0;
  transition: 0.3s ease;
  z-index: 1;
}
.faq_item.open .faq_item-text {
  visibility: visible;
  opacity: 1;
}
.faq_item.open .faq_item-header {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .faq_item.open .faq_item-header {
    margin-bottom: 16px;
  }
}
.faq_item.open .faq_item-header span {
  font-size: 24px;
  line-height: 117%;
}
@media screen and (max-width: 1600px) {
  .faq_item.open .faq_item-header span {
    font-size: 18px;
    line-height: 125%;
  }
}
@media screen and (max-width: 1180px) {
  .faq_item.open .faq_item-header span {
    font-size: 16px;
    line-height: 125%;
  }
}
@media screen and (max-width: 767px) {
  .faq_item.open .faq_item-header span {
    font-size: 12px;
    line-height: 133%;
  }
}
.faq_item.open .faq_item-arrow {
  transform: rotate(180deg);
}
.faq_item-arrow {
  width: 44px;
  height: 44px;
  border-radius: 100%;
  background-color: #272727;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  transition: 0.3s;
}
@media screen and (max-width: 1600px) {
  .faq_item-arrow {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .faq_item-arrow {
    width: 40px;
    height: 40px;
  }
}
.faq_item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 150px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .faq_item-header {
    gap: 16px;
  }
}
.faq_item-header span {
  font-size: 20px;
  line-height: 120%;
  color: #f6f7f8;
  transition: 0.3s;
}
@media screen and (max-width: 1600px) {
  .faq_item-header span {
    font-size: 16px;
    line-height: 125%;
  }
}
@media screen and (max-width: 767px) {
  .faq_item-header span {
    font-size: 12px;
    line-height: 133%;
  }
}
.faq_item-text {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: 0.3s;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1600px) {
  .faq_item-text {
    font-size: 16px;
    line-height: 125%;
  }
}
@media screen and (max-width: 1180px) {
  .faq_item-text {
    font-size: 12px;
    line-height: 125%;
  }
}
.auth {
  background: url(../img/auth.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1600px) {
  .auth {
    background-position: right center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .auth {
    padding: 20px;
    background: url(../img/auth_m.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.auth .language {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .auth .button {
    padding: 10px;
  }
}
.auth_body {
  margin-left: 200px;
  border-radius: 24px;
  background: #1d1d1d;
  padding: 32px;
  max-width: 717px;
  width: 100%;
  min-height: 636px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1600px) {
  .auth_body {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .auth_body {
    padding: 8px;
    min-height: auto;
  }
}
.auth_body.main .auth_back {
  opacity: 0;
  pointer-events: none;
}
.auth_body.main .main_form {
  display: flex;
}
.auth_body.recovery .recovery_form {
  display: flex;
}
.auth_body.recovery .auth_footer {
  flex: 1;
  align-items: end;
}
.auth_body.registration .registration_form {
  display: flex;
}
.auth_body.registration .auth_form-bottom {
  flex-direction: column-reverse;
  align-items: start;
}
.auth_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .auth_header {
    margin-bottom: 28px;
  }
}
.auth_back {
  background: #272727;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .auth_back {
    width: 24px;
    height: 24px;
  }
}
.auth_logo {
  width: 212px;
}
@media screen and (max-width: 767px) {
  .auth_logo {
    width: 93px;
  }
}
.auth .error {
  position: relative;
}
.auth .error.show span {
  display: block;
}
.auth .error span {
  display: none;
  position: absolute;
  left: 40px;
  top: calc(100% - 16px);
  font-weight: 600;
  font-size: 10px;
  line-height: 125%;
  color: #ff3d00;
  width: 100%;
}
.auth_form {
  display: none;
  flex-direction: column;
}
.auth_form input {
  background: #272727;
  border-radius: 16px;
  padding: 20px 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  color: #747474;
  margin-bottom: 16px;
  border: none;
  outline: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .auth_form input {
    padding: 12px;
    font-size: 12px;
    line-height: 133%;
  }
}
.auth_form input:last-child {
  margin-bottom: 32px;
}
.auth_form .button_fill {
  margin-bottom: 16px;
}
.auth_form input[type=checkbox] {
  display: none;
}
.auth_form input[type=checkbox]:checked ~ .auth_form-remember::before {
  border: 1px solid #a9ff22;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='9' viewBox='0 0 13 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.504 8.54633C4.784 8.82633 5.244 8.81633 5.514 8.52633L11.9911 1.54093C12.2311 1.27093 12.2111 0.860929 11.9511 0.620928C11.6911 0.380929 11.2711 0.390928 11.0311 0.660928L4.984 7.18633L1.13924 3.39114C0.889238 3.14114 0.469238 3.14114 0.219238 3.39114C-0.0307617 3.64114 -0.0307617 4.06114 0.219238 4.31114L4.504 8.54633Z' fill='%2355FF00'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: 64%;
  background-repeat: no-repeat;
}
.auth_form-remember {
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  color: #747474;
  cursor: pointer;
  position: relative;
  padding-left: 36px;
}
@media screen and (max-width: 767px) {
  .auth_form-remember {
    font-size: 12px;
    line-height: 133%;
  }
}
.auth_form-remember::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #272727;
  border-radius: 8px;
  width: 24px;
  height: 24px;
  background: #272727;
}
.auth_form-forget {
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #747474;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .auth_form-forget {
    font-size: 12px;
    line-height: 133%;
    margin-bottom: 10px;
  }
}
.auth_form-rules {
  display: block;
  max-width: 366px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  font-size: 12px;
  line-height: 125%;
  text-align: center;
  color: #747474;
}
.auth_form-rules a {
  font-weight: 600;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  font-size: 12px;
  line-height: 125%;
  text-align: center;
  color: #747474;
}
.auth_form-info {
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  color: #747474;
}
.auth_form-info ul li {
  position: relative;
  padding-left: 10px;
}
.auth_form-info ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  background: #747474;
  border-radius: 100%;
}
.auth_form-bottom {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .auth_form-bottom {
    margin-top: 16px;
    margin-bottom: 32px;
  }
}
.auth_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .auth_footer {
    flex-direction: column;
    align-items: start;
  }
}
.auth_footer-social {
  display: flex;
  align-items: center;
  gap: 12px;
}
.auth_footer-social a {
  transition: 0.3s;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  background: #f6f7f8;
}
.auth_footer-social a:hover {
  background: #8000ff;
}
.auth_footer-social a:hover svg {
  color: #f6f7f8;
}
.auth_footer-social a svg {
  color: #171717;
}
@media screen and (max-width: 767px) {
  .auth_footer-social {
    margin-bottom: 16px;
  }
}
.auth_footer-years {
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  color: #747474;
}
@media screen and (max-width: 767px) {
  .auth_footer-years {
    font-size: 12px;
    line-height: 133%;
  }
}

.start {
  background: #1d1d1d;
  border-radius: 32px;
  padding: 44px;
}
@media screen and (max-width: 1600px) {
  .start {
    padding: 32px;
  }
}
@media screen and (max-width: 1180px) {
  .start {
    padding: 16px;
  }
}
@media screen and (max-width: 767px) {
  .start {
    padding: 12px;
  }
}
.start_container {
  border-bottom: 4px solid #1d1d1d;
  padding-bottom: 120px;
  margin-bottom: 120px;
}
@media screen and (max-width: 1180px) {
  .start_container {
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .start_container {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}
.start_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 1600px) {
  .start_header {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .start_header {
    margin-bottom: 24px;
    flex-direction: column-reverse;
    align-items: start;
  }
}
.start_header-left {
  display: flex;
  align-items: unset;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .start_header-left {
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }
}
.start_title {
  max-width: 294px;
  font-size: 64px;
  line-height: 100%;
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .start_title {
    font-size: 50px;
    line-height: 100%;
    max-width: 230px;
  }
}
@media screen and (max-width: 1180px) {
  .start_title {
    font-size: 32px;
    line-height: 100%;
    max-width: 149px;
  }
}
@media screen and (max-width: 767px) {
  .start_title {
    font-size: 20px;
    line-height: 100%;
    max-width: 100%;
  }
}
.start_slogan {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
}
.start_slogan .button {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .start_slogan .button {
    display: block;
    width: 100%;
  }
}
.start_slogan-text {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #f6f7f8;
}
@media screen and (max-width: 1600px) {
  .start_slogan-text {
    font-size: 16px;
    line-height: 125%;
  }
}
@media screen and (max-width: 1180px) {
  .start_slogan-text {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .start_slogan-text {
    font-size: 12px;
    line-height: 133%;
    margin-bottom: 24px;
  }
}
.start_social {
  display: flex;
  align-items: center;
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.start_social a {
  transition: 0.3s;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  background: #f6f7f8;
}
.start_social a:hover {
  background: #8000ff;
}
.start_social a:hover svg {
  color: #f6f7f8;
}
.start_social a svg {
  color: #171717;
}
@media screen and (max-width: 1600px) {
  .start_social {
    gap: 16;
  }
}
@media screen and (max-width: 1180px) {
  .start_social {
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .start_social {
    gap: 12px;
  }
}
.start_social a {
  width: 52px;
  height: 52px;
}
@media screen and (max-width: 1600px) {
  .start_social a {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 1180px) {
  .start_social a {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .start_social a {
    width: 32px;
    height: 32px;
  }
}
.start_social a svg {
  height: auto;
}
@media screen and (max-width: 767px) {
  .start_social a svg {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}
.start_social a:nth-child(1) svg {
  width: 33px;
}
@media screen and (max-width: 1600px) {
  .start_social a:nth-child(1) svg {
    width: 26px;
  }
}
@media screen and (max-width: 1180px) {
  .start_social a:nth-child(1) svg {
    width: 16px;
  }
}
.start_social a:nth-child(2) svg {
  width: 18px;
}
@media screen and (max-width: 1600px) {
  .start_social a:nth-child(2) svg {
    width: 14px;
  }
}
@media screen and (max-width: 1180px) {
  .start_social a:nth-child(2) svg {
    width: 8px;
  }
}
.start_social a:nth-child(3) svg {
  width: 35px;
}
@media screen and (max-width: 1600px) {
  .start_social a:nth-child(3) svg {
    width: 27px;
  }
}
@media screen and (max-width: 1180px) {
  .start_social a:nth-child(3) svg {
    width: 17px;
  }
}
.start_social a:nth-child(4) svg {
  width: 28px;
}
@media screen and (max-width: 1600px) {
  .start_social a:nth-child(4) svg {
    width: 22px;
  }
}
@media screen and (max-width: 1180px) {
  .start_social a:nth-child(4) svg {
    width: 14px;
  }
}
@media screen and (max-width: 767px) {
  .start_social {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
  }
}

.start__accordion {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 1180px) {
  .start__accordion {
    flex-direction: column;
    margin: 0 auto;
    height: 694px;
  }
}
@media (max-width: 960px) {
  .start__accordion {
    flex-direction: column;
    margin: 0 auto;
    height: 694px;
  }
}
@media (max-width: 640px) {
  .start__accordion {
    width: 100%;
    flex-direction: column;
    height: 694px;
  }
}

.accordion__item {
  width: 160px;
  height: 730px;
  padding: 40px;
  border-radius: 30px;
  background: #171717;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 1600px) {
  .accordion__item {
    padding: 32px;
    height: 576px;
  }
}
@media (max-width: 1520px) {
  .accordion__item {
    padding: 30px;
    margin-left: 10px;
  }
}
@media (max-width: 1280px) {
  .accordion__item {
    border-radius: 20px;
    width: 120px;
    padding: 20px;
  }
}
@media screen and (max-width: 1180px) {
  .accordion__item {
    margin-left: 0;
    max-width: none;
    width: 100%;
    height: 80px;
    border-radius: 20px;
    padding: 20px;
  }
}
@media (max-width: 960px) {
  .accordion__item {
    margin-left: 0;
    max-width: none;
    width: 100%;
    height: 80px;
    border-radius: 20px;
    padding: 20px;
  }
}
.accordion__name {
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1280px) {
  .accordion__name {
    width: 60px;
  }
}
@media screen and (max-width: 1180px) {
  .accordion__name {
    flex-direction: row;
    align-items: center;
    padding: 0;
  }
}
@media (max-width: 960px) {
  .accordion__name {
    flex-direction: row;
    align-items: center;
    padding: 0;
  }
}
@media screen and (max-width: 1180px) {
  .accordion__name {
    width: auto;
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .accordion__name {
    gap: 12px;
  }
}
.accordion__title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  color: #f6f7f8;
  writing-mode: vertical-rl;
  transform: scale(-1, -1);
}
@media screen and (max-width: 1600px) {
  .accordion__title {
    font-size: 24px;
    line-height: 100%;
  }
}
@media screen and (max-width: 1180px) {
  .accordion__title {
    transform: none;
  }
}
@media (max-width: 960px) {
  .accordion__title {
    transform: none;
  }
}
@media screen and (max-width: 1180px) {
  .accordion__title {
    font-size: 24px;
    line-height: 100%;
    transform: none;
    writing-mode: horizontal-tb;
  }
}
@media screen and (max-width: 767px) {
  .accordion__title {
    font-size: 16px;
    line-height: 100%;
  }
}
.accordion__icon {
  width: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1600px) {
  .accordion__icon {
    width: 62px;
    height: 62px;
    border-radius: 100%;
  }
}
@media (max-width: 1280px) {
  .accordion__icon {
    width: 60px;
  }
}
@media screen and (max-width: 1180px) {
  .accordion__icon {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 960px) {
  .accordion__icon {
    width: 40px;
    height: 40px;
  }
}
.accordion__img, .accordion__text, .accordion__img-sm {
  display: none;
}
.accordion__img-sm {
  -o-object-fit: contain;
     object-fit: contain;
}
.accordion__text {
  display: block;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #f6f7f8;
  min-width: 270px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease;
  transition-delay: 1s;
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .accordion__text {
    font-size: 16px;
    line-height: 125%;
  }
}
@media screen and (max-width: 1180px) {
  .accordion__text {
    transition-delay: 0s;
  }
}

.accordion__item.item-active {
  width: 916px;
  padding: 40px;
  background: #8000ff;
  animation: accordion 1s linear;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1520px) {
  .accordion__item.item-active {
    width: 950px;
    max-width: 100%;
    padding: 30px;
  }
}
@media (max-width: 1280px) {
  .accordion__item.item-active {
    padding: 20px;
  }
}
@media screen and (max-width: 1180px) {
  .accordion__item.item-active {
    max-width: 100%;
    min-width: 0;
    height: 440px;
    position: relative;
    padding: 20px;
    animation: accordion-vertical 0.5s linear;
  }
}
@media (max-width: 960px) {
  .accordion__item.item-active {
    max-width: 100%;
    min-width: 0;
    height: 648px;
    position: relative;
    padding: 20px;
    animation: accordion-vertical 0.5s linear;
  }
}
@media screen and (max-width: 1180px) {
  .accordion__item.item-active {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .accordion__item.item-active {
    flex-direction: column-reverse;
  }
}

.accordion__item.item-active > .accordion__name {
  padding: 0;
  height: 80px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1280px) {
  .accordion__item.item-active > .accordion__name {
    height: 60px;
  }
}
@media screen and (max-width: 1180px) {
  .accordion__item.item-active > .accordion__name {
    height: auto;
  }
}
@media (max-width: 960px) {
  .accordion__item.item-active > .accordion__name {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .accordion__item.item-active > .accordion__name {
    justify-content: flex-start;
    display: grid;
    grid-template-columns: 40px auto;
  }
}
.accordion__item.item-active > .accordion__img {
  display: block;
  margin: 0 auto;
  height: 570px;
  max-width: 845px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1170px) {
  .accordion__item.item-active > .accordion__img {
    display: none;
  }
}
@media screen and (max-width: 1180px) {
  .accordion__item.item-active > .accordion__img {
    width: 100%;
    height: 80%;
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 640px) {
  .accordion__item.item-active > .accordion__img {
    width: 100%;
    left: 0%;
  }
}
@media (max-width: 480px) {
  .accordion__item.item-active > .accordion__img {
    display: none;
  }
}
.accordion__item.item-active > .accordion__img-sm {
  display: none;
}
@media (max-width: 1170px) {
  .accordion__item.item-active > .accordion__img-sm {
    display: block;
    margin: 0 auto;
    height: 600px;
  }
}
@media screen and (max-width: 1180px) {
  .accordion__item.item-active > .accordion__img-sm {
    display: none;
  }
}
@media (max-width: 960px) {
  .accordion__item.item-active > .accordion__img-sm {
    display: none;
  }
}
@media (max-width: 480px) {
  .accordion__item.item-active > .accordion__img-sm {
    display: block;
    margin-left: -20px;
    margin-bottom: -20px;
    width: calc(100% + 20px + 20px);
    height: 300px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.accordion__item.item-active > .accordion__name > .accordion__title {
  transform: none;
  writing-mode: horizontal-tb;
}
.accordion__item.item-active > .accordion__name > .accordion__text {
  visibility: visible;
  flex-grow: 1;
  opacity: 1;
}
@media (max-width: 1280px) {
  .accordion__item.item-active > .accordion__name > .accordion__text {
    width: 250px;
    bottom: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 1180px) {
  .accordion__item.item-active > .accordion__name > .accordion__text {
    bottom: 0;
    top: 15px;
    margin-left: 20px;
    min-width: 300px;
  }
}
@media (max-width: 960px) {
  .accordion__item.item-active > .accordion__name > .accordion__text {
    bottom: 0;
    top: 15px;
    margin-left: 20px;
    min-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .accordion__item.item-active > .accordion__name > .accordion__text {
    width: auto;
    margin: 0;
    padding: 0;
    position: static;
    min-width: -moz-fit-content;
    min-width: fit-content;
    grid-column-start: 1;
    grid-column-end: 3;
  }
}

@keyframes accordion {
  0% {
    width: 160px;
  }
  100% {
    width: 916px;
    background: #8000ff;
  }
}
@keyframes accordion-vertical {
  0% {
    height: 80px;
  }
  100% {
    height: 440px;
    background: #8000ff;
  }
}/*# sourceMappingURL=style.css.map */