@import url(/lander/land_assets/images/icon/icon.css);
.ai-links {
  gap: 20px;
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 50px 0;
  flex-direction: column;
}
.ai-links a {
  font-size: 20px;
  color: #121316;
  text-decoration: underline;
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
iframe,
ol,
ul,
li,
form,
label,
i,
footer,
header,
menu,
nav,
a,
table,
thead,
tbody,
tfoot,
tr,
th,
td,
video,
canvas,
section,
applet,
object,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
ins,
kbd,
hgroup,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
dl,
dt,
dd,
fieldset,
legend,
article,
aside,
details,
embed,
figure,
figcaption,
output,
section,
summary,
time,
mark,
audio,
center,
ruby {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
label {
  display: block;
}
html {
  scroll-behavior: smooth;
}
ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
strong {
  font-weight: 600;
}
* {
  outline: none;
  box-sizing: border-box;
}
input::-webkit-innes-spin-button,
input::-webkit-outes-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
a {
  display: inline-block;
  text-decoration: none;
  font: inherit;
}
button {
  cursor: pointer;
  position: relative;
      -webkit-appearance: none;
  appearance: none;
}
input,
button,
select,
textarea {
  display: inline-block;
  padding: 0;
  border: 0;
  font: inherit;
}
img {
  max-width: 100%;
  max-height: 100%;
}
html,
body {
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
  font-family: "Inter", sans-serif;
}
.G-flex {
  display: flex;
}
.G-inline-flex {
  display: inline-flex;
}
.G-center {
  justify-content: center;
  align-items: center;
  display: flex;
}
.G-column-center {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.G-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.G-justify-center {
  justify-content: center;
  display: flex;
}
.G-justify-between {
  justify-content: space-between;
  display: flex;
}
.G-justify-around {
  justify-content: space-around;
  display: flex;
}
.G-justify-end {
  justify-content: flex-end;
  display: flex;
}
.G-justify-start {
  justify-content: flex-start;
  display: flex;
}
.G-align-center {
  align-items: center;
  display: flex;
}
.G-align-start {
  align-items: flex-start;
  display: flex;
}
.G-align-end {
  align-items: flex-end;
  display: flex;
}
.G-flex-column {
  flex-direction: column;
  display: flex;
}
.G-flex-wrap {
  flex-wrap: wrap;
  display: flex;
}

/* GENERAL STYLE  START*/

.l-block-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #28282b;
}
.l-block-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #76767c;
}

.k-section-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  color: #f8f8f8;
}
.k-section-sub-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #b0b0b5;
  margin-top: 12px;
  text-align: center;
}

.k-header-body {
  justify-content: space-between;
  gap: 20px;
  border: 1px solid #e8e8e8;
  background: #18181c;
  border: 1px solid #23232b;
  border-radius: 12px;
  padding: 11px 12px 11px 24px;
}
.k-header-logo {
  display: flex;
}
.k-btn-register {
  padding: 14px 20px 14px 21px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  border-radius: 6px;
  background: #f8f8f8;
  color: #1a1a20;
  transition: 0.3s;
}
.k-btn-register i {
  font-size: 20px;
  background: #1a1a20;
  transition: 0.3s;
}
.k-btn-register:hover {
  background: #1a1a20;
  color: #f8f8f8;
}
.k-btn-register:hover i {
  background: #1a1a20;
  background: #f8f8f8;
}

.e-arrow-link {
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  padding: 9px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #28282b;
  display: flex;
  gap: 3px;
  align-items: center;
  max-width: max-content;
  transition: 0.3s;
}

.e-arrow-link i {
  background: #28282b;
  font-size: 16px;
  transform: rotate(45deg);
  transition: 0.3s;
}
.e-arrow-link:hover {
  background: #386fde;
  color: #ffffff;
}
.e-arrow-link:hover i {
  background: #ffffff;
}
.e-section {
  margin-top: 120px;
}
.e-section-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  color: #28282b;
}

.m-block-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #000000;
}
.m-block-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #76767c;
}

.e-section-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #797b89;
  margin-top: 16px;
}
.e-block-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #000000;
}
.e-block-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #797b89;
}

.e-container {
  max-width: 1128px;
  width: 100%;
  padding: 0 14px;
  margin: 0 auto;
}
.e-section {
  margin-top: 100px;
}

.d-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  top: 20px;
  z-index: 10;
}
.e-header-logo {
  max-width: 113px;
  display: flex;
}

.d-header-info {
  border-radius: 12px;
  border: 1px solid #e8e8e8;
  background: #fcfcfc;
  padding: 12px 12px 12px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.d-header-body {
  justify-content: space-between;
  gap: 20px;
  background: #fcfcfc;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 11px 12px 11px 24px;
}

.v-container {
  max-width: 1428px;
  width: 100%;
  padding: 0 14px;
  margin: 0 auto;
}


.small-container {
  max-width: 1188px;
  width: 100%;
  padding: 0 14px;
  margin: 0 auto;
}
.g-small-container {
  max-width: 822px;
  width: 100%;
  padding: 0 14px;
  margin: 0 auto;
}

.animate-item {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.animate-item.visible {
  opacity: 1;
  transform: translateY(0);
}

.g-big-container {
  max-width: 1228px;
  width: 100%;
  padding: 0 14px;
  margin: 0 auto;
}
.g-section {
  margin-top: 100px;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}
main {
  flex: 1 1 auto;
}
.container {
  max-width: 1228px;
  width: 100%;
  padding: 0 14px;
  margin: 0 auto;
}
.container-big {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.text-wrap {
  display: block;
}
.desktop-text-wrap {
  display: block;
}
.mobile-block {
  display: none;
}

.btn-white {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 6px 20px 6px 6px;
  background: #ffffff;
  border-radius: 6px;

  transition: 0.3s;
}
.btn-white-icon {
  flex: 0 0 40px;
  border-radius: 4px;
  background: #202020;
  width: 40px;
  height: 40px;
  transition: 0.3s;
}
.btn-white-icon i {
  font-size: 24px;
  background: #ffffff;
  transition: 0.3s;
}
.btn-white span {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #202020;
  transition: 0.3s;
}
.btn-white:hover {
  background: #202020;
}
.btn-white:hover span {
  color: #ffffff;
}
.btn-white:hover .btn-white-icon {
  background: #ffffff;
}
.btn-white:hover .btn-white-icon i {
  background: #202020;
}
.btn-black {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 6px 20px 6px 6px;
  background: #202020;
  transition: 0.3s;
  border-radius: 6px;
}
.btn-black-icon {
  flex: 0 0 40px;
  border-radius: 4px;
  background: #ffffff;
  width: 40px;
  height: 40px;
  transition: 0.3s;
}
.btn-black-icon i {
  font-size: 24px;
  background: #202020;
  transition: 0.3s;
}
.btn-black span {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #ffffff;
  transition: 0.3s;
}
.btn-black:hover {
  background: #e5e3ec33;
}
.btn-black:hover span {
  color: #202020;
}
.btn-black:hover .btn-black-icon {
  background: #202020;
}
.btn-black:hover .btn-black-icon i {
  background: #ffffff;
}

.big-btn-black {
  padding: 14px 20px 14px 21px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  border-radius: 6px;
  background: #28282b;
  color: #fbfbfb;
  transition: 0.3s;
}
.big-btn-black i {
  font-size: 20px;
  background: #fbfbfb;
}
.big-btn-black:hover {
  background: #386fde;
}

.section {
  padding: 90px 0;
}
.section-titles h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
  text-align: center;
  color: #202020;
}
.section-titles p {
  margin-top: 12px;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #202020;
  opacity: 0.7;
}
.block-cnt {
  margin-top: 40px;
}
.m-block-cnt {
  margin-top: 40px;
}
.block-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
  color: #202020;
}
.block-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #202020;
}

.c-block-cnt {
  margin-top: 40px;
}
header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 20px;
  z-index: 10;
}
.header-body {
  background: #202020;
  border-radius: 8px;
  padding: 12px 12px 12px 20px;
  justify-content: space-between;
}
.header-logo {
  max-width: 119px;
  width: 100%;
}
.g-header-body {
  background: #202020;
  border-radius: 8px;
  padding: 10px 10px 10px 20px;
  justify-content: space-between;
  background: #202020;
}
.btn-login {
  padding: 11.5px 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #ffffff;
  background: #e5e3ec33;
  border-radius: 6px;
  border: 1px solid #e5e3ec33;
  transition: 0.3s;
}
.btn-register {
  padding: 11.5px 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #202020;
  background: #ffffff;
  border-radius: 6px;
  transition: 0.3s;
}
.header-actons {
  gap: 10px;
}
.btn-login:hover {
  background: #ffffff;
  color: #202020;
}
.btn-register:hover {
  color: #ffffff;
  background: #202020;
}
.c-header-body {
  background: #202020;
  border-radius: 8px;
  padding: 12px 12px 12px 20px;
  justify-content: space-between;
  background: #202020;
}

.c-section {
  padding: 80px 0;
}
.c-section-clue {
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #ffffff;
  margin-bottom: 16px;
  display: block;
}

.c-section-titles {
  position: relative;
  z-index: 2;
}
.c-section-titles h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 110%;
  text-align: center;
  color: #dce8ff;
}
.c-section-titles p {
  margin-top: 24px;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #dce8ff;
  opacity: 0.7;
}
.block-cnt {
  margin-top: 40px;
}
.c-block-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
  color: #dce8ff;
}
.c-block-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #dce8ff;
  opacity: 0.7;
}
.h-container-big {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.h-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

.h-section-title {
  font-weight: 600;
  font-size: 48px;
  line-height: 110%;
  text-align: center;
  color: #121316;
}
.h-section-sub-title {
  margin-top: 16px;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #121316;
}
.h-block-cnt {
  margin-top: 48px;
}
.h-block-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
  color: #121316;
  transition: 0.3s;
}
.h-block-text {
  font-weight: 400;
  font-size: 16px;
  color: #121316;
  line-height: 130%;
  margin-top: 8px;
  transition: 0.3s;
}

.h-header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 19px;
  z-index: 10;
}
.h-header-body {
  background: #202020;
  border-radius: 8px;
  padding: 12px 12px 12px 20px;
  justify-content: space-between;
}

.j-section-title {
  font-weight: 600;
  font-size: 48px;
  line-height: 110%;
  text-align: center;
  color: #202020;
}
.j-section-sub-title {
  margin-top: 12px;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #202020;
  opacity: 0.7;
}
.text-blue {
  color: #005ff9;
}

.j-block-cnt {
  margin-top: 40px;
}
.j-block-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
  color: #202020;
  transition: 0.3s;
}
.j-block-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  margin-top: 8px;
  color: #202020;
  transition: 0.3s;
}

.j-header-body {
  background: #202020;
  border-radius: 8px;
  padding: 10px 10px 10px 20px;
  justify-content: space-between;
}

.d-section {
  margin-top: 100px;
}
.d-block-cnt {
  margin-top: 32px;
}
.text-primary {
  color: #386fde;
}
.btn-primary {
  padding: 14px 21px;
  background: #386fde;
  gap: 8px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #fbfbfb;
  transition: 0.4s;
  max-width: max-content;
}
.btn-primary i {
  background: #fbfbfb;
  font-size: 20px;
}

.btn-primary:hover {
  background: #28282b;
}

.d-section-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  color: #000000;
}
.submenu {
  display: none;
}

.d-header-logo {
  max-width: 93px;
  display: flex;
}

.d-btn-register {
  padding: 14px 20px 14px 21px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  border-radius: 6px;
  background: #28282b;
  color: #fbfbfb;
  transition: 0.3s;
}
.d-btn-register i {
  font-size: 20px;
  background: #fbfbfb;
}

.d-btn-register:hover {
  background: #386fde;
}

/* GENERAL STYLE  END*/

.f-search-box {
  width: 100%;
}
.f-search-box.active label {
  border: 1px solid #386fde;
}
.f-search-box label {
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #e8e8e8;
  padding: 13px 18px;
  background: #f6f6f6;
  border-radius: 200px;
  gap: 14px;
  transition: 0.3s;
  cursor: pointer;
}
.f-search-box label i {
  font-size: 21px;
  background: #000000;
  flex: 0 0 21px;
  transition: 0.3s;
  cursor: pointer;
}
.f-search-box label i:hover {
  background: #386fde;
}
.f-search-box label input {
  background: #f6f6f6;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  width: 100%;
}
.f-search-box label input::placeholder {
  background: #f6f6f6;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #b0b0b5;
}

.f-container {
  max-width: 1051px;
  width: 100%;
  padding: 0 14px;
  margin: 0 auto;
}

.f-header {
  position: fixed;
  left: 0;
  top: 14px;
  width: 100%;
  z-index: 10;
  display: none;
}

.f-header-body {
  background: #fcfcfc;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 11px 12px 11px 16px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

/* ===============================Стили для лэндинга Runway START============================== */

.b-header-body{
      background: #202020;
    border-radius: 8px;
    padding: 12px 12px 12px 20px;
    justify-content: space-between;
}
.b-hero-section {
  position: relative;
  z-index: 2;
  min-height: 780px;
  max-width: 1428px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 60px 0;
}
.b-hero-video {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 14px;
}
.b-hero-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 0 20px 20px;
}
.b-hero-titles {
  margin-top: auto;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: center;
}
.b-hero-title {
  font-weight: 500;
  font-size: 80px;
  line-height: 80px;
  text-align: center;
  color: #ffffff;
}
.b-hero-title span {
  font-style: italic;
}
.b-partners-text {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 90px 20px;
}
.b-partners-text p {
  font-weight: 500;
  font-size: 44px;
  line-height: 120%;
  text-align: center;
  color: #202020;
}
.b-partners-items {
  position: relative;
  z-index: 2;
  padding: 100px 0;
  overflow: hidden;
}
.b-partners-track {
  gap: 80px;
}
.b-partners-right-blur {
  position: absolute;
  top: 0;
  right: -100px;
  z-index: 1;
}
.b-partners-left-blur {
  position: absolute;
  top: 0;
  left: -100px;
  z-index: 1;
}
.b-partner-item {
  display: flex;
  min-width: max-content;
}
.b-partner-item img {
  display: flex;
}
.b-instruments-body {
  position: relative;
  z-index: 2;
}
.b-instruments-categories {
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.b-instruments-categories button {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  padding: 8px 16px;
  border-radius: 6px;
  transition: 0.3s;
  background: transparent;
  opacity: 0.7;
  color: #202020;

}
.b-instruments-categories button:hover {
  background: #f1f1f1;
  color: #202020;
  opacity: 1;
}
.b-instruments-categories button.active {
  background: #f1f1f1;
  color: #202020;
  opacity: 1;
}
.b-instruments-wrapper {
  margin-top: 32px;
  width: 100%;
}
.b-instrument-item {
  width: 100%;
  gap: 21px;
  display: flex;
}
.b-instrument-texts-item {
  padding: 24px 0 0;
  height: max-content;
  max-width: 386px;
  width: 100%;
}
.b-instrument-text-titles {
  gap: 12px;
  margin-bottom: 24px;
}
.b-instrument-item-categories {
  flex-wrap: wrap;
  gap: 12px;
  display: flex;
}
.b-instrument-item-categories button {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  padding: 8px 16px;
  border-radius: 6px;
  transition: 0.3s;
  background: transparent;
  border: 1px solid #f1f1f1;
  color: #202020;
}
.b-instrument-item-categories button:hover {
  background: #f1f1f1;
  color: #202020;
  opacity: 1;
}
.b-instrument-item-categories button.active {
  background: #f1f1f1;
  color: #202020;
  opacity: 1;
}
.b-instrument-img-item {
  max-width: 793px;
  width: 100%;
}
.b-instrument-img-item picture {
  display: flex;
  width: 100%;
  height: 100%;
}
.b-instrument-img-item picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.b-instrument-img {
  max-width: 793px;
  width: 100%;
}
.b-instrument-img picture {
  display: flex;
  width: 100%;
  height: 100%;
}
.b-instrument-img picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.b-after-before {
  margin-top: 12px;
  justify-content: center;
  display: flex;
}
.b-after-before span {
  max-width: 396px;
  width: 100%;
  text-align: center;
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #202020;
}
.b-instrument-tag--one {
  background: #ffffff;
  border: 1px solid #f1f1f1;
  padding: 12px;
  border-radius: 8px;
}
.b-instrument-tag--one-img {
  max-width: 80px;
  width: 100%;
}
.b-instrument-tag--one-img img {
  border-radius: 6px;
}
.b-instrument-tag--one-texts {
  margin-top: 15px;
  gap: 8px;
}
.b-instrument-tag--one-texts p {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #202020;
}
.b-instrument-tag--one-icon {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  background: #ededed;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-instrument-tag--one-icon i {
  font-size: 12px;
  background: #202020;
}
.b-instruments-tag--two {
  gap: 32px;
  position: relative;
  z-index: 2;
}


.b-tag-small-img{
    position: absolute;
  top: 44px;
  left: 44px;
  display: flex;
  max-width: 48px;
  width: 100%;
}

.b-instruments-tag--two-categories p {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 12px;
}
.b-instruments-mobile-blur {
  display: none;
}
.b-work-tags {
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.b-work-tags div {
  padding: 8px 16px;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #202020;
  border: 1px solid #f1f1f1;
  border-radius: 6px;
}
.b-work-titles {
  margin-top: 40px;
}
.b-work-titles h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  color: #202020;
  text-align: start;
}
.b-work-swiper-block {
  margin-top: 28px;
}
.b-work-slide {
  height: max-content;
}
.b-work-slide-texts p {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #202020;
  margin-top: 16px;
}
.b-work-slide-texts h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  color: #202020;
  margin-top: 8px;
}
.b-work-slide-texts a {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
  color: #202020;
  transition: 0.4s;
  margin-top: 24px;
}
.b-work-slide-texts a:hover {
  opacity: 0.7;
}
.b-picture-container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.b-picture-body {
  width: 100%;
}
.b-picture-body picture {
  width: 100%;
}
.b-picture-body img {
  width: 100%;
  object-fit: cover;
}
.b-possibilities-swiper-block {
  margin-top: 28px;
}
.b-possibilities-slide-img img {
  width: 100%;
  height: 152px;
  object-fit: cover;
  border-radius: 6px;
}
.b-possibilities-slide {
  padding: 20px;
  background: #ffffff;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  min-height: 447px;
}
.b-possibilities-icon-bg {
  max-width: 48px;
  width: 100%;
  height: 48px;
  background: #ffffff;
  box-shadow: 0px 0px 12px 0px #292a2d14;
  border-radius: 6px;
}
.b-possibilities-icon-bg i {
  font-size: 24px;
  background: #202020;
}
.b-possibilities-slide-texts {
  margin-top: 60px;
}
.b-possibilities-slide-texts {
  gap: 10px;
  margin-bottom: 16px;
}
.b-possibilities-pagination {
  position: initial;
}
.b-possibilities-pagination span {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #202020;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.b-possibilities-pagination span b {
  opacity: 0.5;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #202020;
}
.b-possibilities-navigation {
  justify-content: center;
  gap: 32px;
  align-items: center;
  max-width: 175px;
  margin: 28px auto 0;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.b-possibilities-navigate-arrow {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0 !important;
  border-radius: 4px;
  transition: 0.4s;
}
.b-possibilities-navigate-arrow i {
  background: #202020;
  font-size: 12px;
}
.b-possibilities-navigate-arrow:hover {
  background: black;
}
.b-possibilities-navigate-arrow:hover i {
  background: white;
}
.b-possibilities-navigate-prev {
  transform: rotate(180deg);
}
.b-trust-btn {
  margin: 32px auto 0;
  max-width: max-content;
    border: 1px solid transparent

}
.b-trust-btn:hover {
  border: 1px solid #202020;
  
}



.b-trust-section {
  padding: 90px 10px;
}
.b-trust-image {
  max-width: 1440px;
  width: 100%;
  margin: 32px auto 0;
}
.b-news-items {
  gap: 21px;
  display: flex;
  flex-wrap: wrap;
}
.b-news-item {
  flex: 1 1 32%;
  gap: 16px;
}
.b-news-item-texts .block-text {
  opacity: 0.7;
  margin-top: 8px;
}
.b-news-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.b-footer {
  background: #202020;
}
.footer-body {
  padding: 60px 0 120px 0;
}
.footer-logo {
  max-width: 280px;
  width: 100%;
}
.footer-body p {
  margin-top: 24px;
  color: #ffffff;
  opacity: 0.4;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
}

/* ===============================Стили для лэндинга Runway END============================== */

/* ===============================Стили для лэндинга REMINI START============================== */

.c-hero-section {
  position: relative;
  z-index: 2;
  min-height: 780px;
}
.c-hero-blur {
  position: absolute;
  top: 0;
  right: 0;
}
.c-hero-body {
  padding: 227px 0 0;
  position: relative;
  z-index: 2;
}
.c-hero-body h1 {
  font-weight: 500;
  font-size: 80px;
  line-height: 80px;
  text-align: center;
  color: #dce8ff;
}
.c-hero-body p {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  opacity: 0.7;
  color: #dce8ff;
  margin-top: 28px;
}
.c-hero-btn {
  max-width: max-content;
  margin: 44px auto 0;
}
.c-demonstration-section {
  position: relative;
  z-index: 3;
}
.c-demonstration-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
  color: #dce8ff;
  padding: 0 28px 0 0;
  opacity: 0.7;
}
.c-demonstration-media {
  display: flex;
  gap: 28px;
  padding: 28px;
}
.c-demonstration-cnt {
  border: 1px solid #242528;
  border-radius: 28px;
  margin-top: 28px;
}

.c-demonstration-media-wrapper {
  max-width: 766px;
  width: 100%;
}
.c-demonstration-twentytwenty-wrapper {
  position: relative;
  z-index: 2;
}
.c-demonstration-twentytwenty-wrapper .twentytwenty-container {
  min-height: 558px;
  width: 100%;
}
.twentytwenty-overlay {
  display: none !important;
}
.twentytwenty-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

.twentytwenty-handle {
  border: unset !important;
  top: unset !important;
  bottom: 10px !important;
  box-shadow: unset !important;
}
.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: -20px !important;
}
.twentytwenty-left-arrow {
  border: unset !important;
  background-image: url(/lander/land_assets/images/CarrowLeft.svg);
  width: 9px;
  height: 15px;
  margin-left: -23px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.twentytwenty-right-arrow {
  border: unset !important;
  background-image: url(/lander/land_assets/images/CarrowLeft.svg);
  width: 9px;
  height: 15px;
  margin-right: -23px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(180deg);
}
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-horizontal .twentytwenty-handle:before {
  width: 4px !important;
}

.before-text {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #121316;
  padding: 12px 20px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
  color: #dce8ff;
}
.after-text {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #121316;
  padding: 12px 20px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
  color: #dce8ff;
}

.c-demonstration-media-swiitches {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
}
.c-demonstration-media-swiitch {
  gap: 10px;
  padding: 8px;
  border-radius: 11px;
  background: #1b1c1f;
  cursor: pointer;
  transition: 0.3s;
}
.c-demonstration-media-swiitch:hover {
  background: #ffffff;
}
.c-demonstration-media-swiitch:hover p {
  color: #121316;
}
.c-demonstration-media-swiitch.active {
  background: #ffffff;
}
.c-demonstration-media-swiitch.active p {
  color: #121316;
}
.c-demonstration-media-swiitch p {
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #dce8ff;
  transition: 0.3s;
}
.c-demonstration-media-swiitch img {
  max-width: 144px;
  object-fit: cover;
  border-radius: 14px;
}
.c-demonstration-swiitches {
  max-width: 350px;
  width: 100%;
  border-radius: 24px;
  background: #1b1c1f;
  padding: 24px;
}
.c-demonstration-swiitch {
  padding: 55px 0;
  gap: 16px;
  border-bottom: 1px solid #242528;
}
.c-demonstration-swiitch i {
  font-size: 16px;
  flex: 0 0 16px;
  background: #dce8ff;
}

.c-demonstration-swiitch-texts .c-block-text {
  opacity: 0.7;
  margin-top: 8px;
}

.c-switch {
  width: 40px;
  height: 24px;
  background: #454649;
  border-radius: 100px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-left: auto;
}
.c-switch::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    209.92deg,
    #000000 0%,
    #050b2c 26.44%,
    #07166f 56.79%,
    #1a3fb1 76.92%,
    #0077ff 100%
  );
  border-radius: 100px;
  opacity: 0;
  z-index: -1;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
}

.c-switch::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border-radius: 50%;
  left: 2px;
  top: 2px;
  transition: all 0.3s ease;
}
.c-demonstration-swiitch.active .c-switch::after {
  opacity: 1;
}

.c-demonstration-swiitch.active .c-switch {
  background: transparent;
}

.c-demonstration-swiitch.active .c-switch::before {
  left: 18px;
}

.c-demonstration-finish-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #dce8ff;
  margin-top: 28px;
}

.c-demonstration-swiitch.disabled {
  opacity: 0.5;
}

.c-demonstration-swiitch:last-child {
  border-bottom: unset;
  padding: 55px 0 0;
}

.c-generate-media {
  max-width: 590px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.c-generate-body {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.c-generate-blur {
  position: absolute;
  right: -100px;
  top: -300px;
  z-index: -1;
}
.c-generate-icon {
  position: absolute;
}
.c-generate-icon--one {
  right: 88px;
  top: -10px;
  max-width: 46px;
  width: 100%;
}
.c-generate-icon--two {
  right: 80px;
  top: -30px;
  max-width: 26px;
  width: 100%;
}
.c-generate-icon--tree {
  max-width: 60px;
  width: 100%;
  bottom: -50px;
  left: 50px;
  position: absolute;
}
.c-generate-btn {
  margin-top: 44px;
  max-width: max-content;
}
.c-generate-texts {
  position: relative;
  z-index: 2;
  max-width: 590px;
  width: 100%;
}
.c-generate-texts .c-section-titles h2 {
  text-align: start;
}
.c-generate-texts .c-section-titles p {
  text-align: start;
}
.c-generate-texts .c-section-titles .c-section-clue {
  text-align: start;
}
.c-generate-tabs {
  margin-bottom: 16px;
  gap: 20px;
}
.c-generate-tabs button {
  border-radius: 100px;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  color: #ffffff;
  background: transparent;
}
.c-generate-tabs button:nth-child(1) {
  background: linear-gradient(
    209.92deg,
    #000000 0%,
    #050b2c 26.44%,
    #07166f 56.79%,
    #1a3fb1 76.92%,
    #0077ff 100%
  );
  padding: 10px 20px;
}

.c-possibilities-sectiion {
  position: relative;
  z-index: 4;
}
.c-possibilities-items {
  gap: 19.5px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(332px, 1fr));
  justify-content: center;
}
.c-possibilities-item {
  background: #121316;
  border: 1px solid #242528;
  border-radius: 28px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  min-height: 266px;
}
.c-possibilities-item-texts {
  margin-top: auto;
  gap: 8px;
  padding: 32px 0 0;
}
.c-possibilities-item-texts .c-block-text {
  font-size: 16px;
}
.c-possibilities-item-icon {
  max-width: 60px;
  width: 100%;
}

.c-possibilities-blur {
  position: absolute;
  right: 0;
  z-index: -1;
  top: -150px;
}
.c-possibilities-titles {
  max-width: 945px;
  margin: 0 auto;
}
.c-possibilities-titles-line {
  position: absolute;
  right: 129px;
  top: 82px;
  max-width: 304px;
  width: 100%;
}

.c-about-media {
  max-width: 590px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.c-about-body {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.c-about-blur {
  position: absolute;
  right: -100px;
  top: -350px;
  z-index: -1;
}
.c-about-icon {
  position: absolute;
}
.c-about-icon--one {
  right: 121px;
  top: -47px;
  max-width: 46px;
  width: 100%;
}
.c-about-icon--two {
  right: 105px;
  top: -60px;
  max-width: 26px;
  width: 100%;
}
.c-about-icon--tree {
  max-width: 30px;
  width: 100%;
  bottom: -13px;
  left: 130px;
  position: absolute;
}
.c-about-btn {
  margin-top: 44px;
  max-width: max-content;
}
.c-about-texts {
  position: relative;
  z-index: 2;
  max-width: 590px;
  width: 100%;
}
.c-about-texts .c-section-titles h2 {
  text-align: start;
}
.c-about-texts .c-section-titles p {
  text-align: start;
}
.c-about-texts .c-section-clue {
  text-align: start;
}
.c-functional-body {
  position: relative;
  z-index: 2;
}
.c-functional-blur {
  position: absolute;
  top: -200px;
  right: -100px;
  z-index: -1;
}
.c-functional-titles {
  position: relative;
  z-index: 2;
  max-width: 946px;
  width: 100%;
  margin: 0 auto;
}
.c-functional-titles h2 img {
  max-width: 36px;
}
.c-functional-titles-line {
  position: absolute;
  top: 141px;
  left: 309px;
  max-width: 217px;
  width: 100%;
}
.c-functional-picture {
  overflow: hidden;
  border-radius: 24px;
}
.c-functional-picture .twentytwenty-container {
  min-height: 212px;
  width: 100%;
}
.c-functional-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

.c-functional-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(332px, 1fr));
  gap: 19.5px;
  justify-content: center;
}
.c-functional-item {
  background: #121316;
  border: 1px solid #242528;
  border-radius: 28px;
  padding: 28px;
}
.c-functional-texts {
  margin-top: 20px;
  gap: 8px;
}
.c-functional-texts .c-block-text {
  font-size: 16px;
  line-height: 130%;
}

.c-users-section {
  position: relative;
  z-index: 2;
}
.c-users-blur--for {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.c-users-body {
  position: relative;
  z-index: 2;
}
.c-users-blur--two {
  position: absolute;
  right: -150px;
  top: 100px;
  z-index: -1;
}
.c-users-blur--tree {
  top: 470px;
  left: 0;
  position: absolute;
  z-index: -1;
}

.c-users-blur {
  position: absolute;
  bottom: 90px;
  left: 0;
  width: 100%;
  height: 320px;
  z-index: 2;
  background: linear-gradient(180deg, rgba(18, 19, 22, 0) 0%, #121316 100%);
}
.c-users-blur img {
  width: 100%;
  height: 100%;
}
.c-users-tags {
  display: flex;
  justify-content: center;
  gap: 9px;
  justify-content: center;
  flex-wrap: wrap;
}
.c-users-tag {
  padding: 40px 0;
  max-width: 387px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.c-users-tag h3 {
  font-weight: 700;
  font-size: 86px;
  line-height: 100%;
  text-align: center;
  color: #dce8ff;
}
.c-users-tag p {
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  text-align: center;
  margin-top: 24px;
  color: #dce8ff;
  text-transform: uppercase;
  opacity: 0.7;
}
.c-users-items {
  margin-top: 100px;
}
.c-user-item {
  padding: 28px;
  border: 1px solid #242528;
  background: #121316;
  border-radius: 28px;
  width: 100%;
  height: max-content;
  position: relative;
  z-index: 2;
}
.c-user-item-header {
  gap: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-user-stars {
  max-width: 136px;
  width: 100%;
}
.c-user-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #dce8ff;
  opacity: 0.7;
}
.c-user-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  margin-top: 32px;
  color: #dce8ff;
}
.c-heart-icon {
  max-width: 20px;
  position: relative;
  top: 2px;
}
.c-users-line {
  width: 1px;
  background: #242528;
}
.c-trust-section {
  position: relative;
  z-index: 4;
}
.c-trust-body {
  position: relative;
  z-index: 2;
  border: 1px solid #242528;
  border-radius: 28px;
  overflow: hidden;
  min-height: 500px;
  padding: 117px 140px;
}
.c-trust-picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.c-trust-picture picture {
  width: 100%;
  height: 100%;
  display: block;
}
.c-trust-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 28px;
}
.c-trust-titles {
  max-width: 920px;
  width: 100%;
}
.c-trust-titles h3 {
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
  color: #ffffff;
  margin-top: 60px;
}

.c-trust-titles p {
  display: flex;
  gap: 8px;
  margin-top: 28px;
}
.c-trust-titles a {
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  color: #dce8ff;
}
.c-trust-titles span {
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  color: #dce8ff;
  opacity: 0.7;
}

.c-try-section {
  position: relative;
  z-index: 2;
}
.c-try-blur {
  position: absolute;
  left: 0;
  top: -300px;
  left: 50%;
  transform: translateX(-50%);
  min-width: max-content;
  z-index: -1;
}
.c-try-titles h2 {
  font-weight: 500;
  font-size: 80px;
  line-height: 80px;
  text-align: center;
  color: #dce8ff;
}

.c-try-titles p {
  margin-top: 28px;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #dce8ff;
  opacity: 0.7;
}

.c-footer-body {
  padding: 80px 0 120px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  position: relative;
  z-index: 3;
}
.c-footer-logo {
  max-width: 280px;
  width: 100%;
}
.c-footer-body p {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  color: #ffffff;
  opacity: 0.4;
}

/* ===============================Стили для лэндинга REMINI END============================== */

/* ===============================Стили для лэндинга Midjourney START============================== */

.g-hero-section {
  min-height: 900px;
  position: relative;
  z-index: 2;
  width: 100%;
}
.g-hero-logo {
  max-width: 211px;
}
.g-hero-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.g-hero-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.g-hero-body {
  padding: 340px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.g-hero-video-bg {
  background: linear-gradient(180deg, rgba(18, 19, 22, 0) 0%, #121316 100%);
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 0;
  height: 600px;
}
.g-hero-actions {
  margin-top: 260px;
  max-width: 554px;
  width: 100%;
  gap: 12px;
  flex-wrap: wrap;
  background: linear-gradient(
    121deg,
    rgba(255, 255, 255, 0.064) 0%,
    rgba(255, 255, 255, 0.016) 100%
  );
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 200px;
  padding: 12px;
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
}
.g-hero-actions::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(
    121deg,
    rgba(255, 255, 255, 0.064) 0%,
    rgba(255, 255, 255, 0.016) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.g-hero-actions a {
  background: linear-gradient(
    121deg,
    rgba(255, 255, 255, 0.064) 0%,
    rgba(255, 255, 255, 0.016) 100%
  );
  padding: 15px 20px;
  border-radius: 200px;
  z-index: 1;
  overflow: hidden;
  position: relative;
  gap: 11px;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  display: flex;
  align-items: center;
  color: #dce8ff;
  transition: 0.3s;
}
.g-hero-actions a:hover {
  opacity: 0.6;
}
.g-hero-actions a::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(
    121deg,
    rgba(255, 255, 255, 0.064) 0%,
    rgba(255, 255, 255, 0.016) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.g-hero-actions a i {
  font-size: 18px;
  flex: 0 0 18px;
}
.g-hero-actions a:nth-child(1) i {
  background: #0bae6e;
}
.g-hero-actions a:nth-child(2) i {
  background: #005ff9;
}
.g-hero-actions a:nth-child(3) i {
  background: #9747ff;
}

.g-about-body {
  gap: 100px;
}
.g-about-text-titles {
  gap: 14px;
  margin-bottom: 20px;
}
.g-about-text-titles i {
  font-size: 35px;
}
.g-about-text-titles h2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 120%;
  color: #dce8ff;
}
.g-about-text-item:nth-child(1) i {
  background: #9747ff;
}
.g-about-text-item:nth-child(2) i {
  background: #ff47c0;
}
.g-about-icon:nth-child(1) i {
  background: #005ff9;
}

.g-about-blue-icon i {
  background: #005ff9;
}
.g-about-green-icon i {
  background: #0bae6e !important;
}

.g-about-text-titles h2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 120%;
  color: #dce8ff;
}
.g-about-texts {
  gap: 12px;
}
.g-about-texts p {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #dce8ff;
  opacity: 0.7;
}
.g-about-texts p strong {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #dce8ff;
}

.g-galery-items {
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  justify-content: center;
}
.g-galery-item {
  position: relative;
  z-index: 2;
  border: 1px solid #313235;
  border-radius: 16px;
  height: 285px;
  transition: 0.6s;
  cursor: pointer;
}
.g-galery-item::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00000099;
  border-radius: 16px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.g-galery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.g-galery-item p {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  color: #dce8ff;
  text-align: center;
  white-space: nowrap;
  transition: 0.3s;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}
.g-galery-item:hover::after {
  opacity: 1;
  visibility: visible;
}
.g-galery-item:hover p {
  opacity: 1;
  visibility: visible;
}

.g-footer {
  padding: 80px 0;
  background: #1b1c1f;
  margin-top: 120px;
}
.g-footer-body {
  justify-content: space-between;
}

.g-footer-texts {
  gap: 40px;
}
.g-footer-texts p {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-align: start;
  opacity: 0.4;
  color: #ffffff;
}
.g-footer-logo {
  max-width: 300px;
}

/* ===============================Стили для лэндинга Midjourney END============================== */

/* ===============================Стили для лэндинга RECRAFT START============================== */

.h-hero-section {
  min-height: 1072px;
  background: #121316;
  position: relative;
  z-index: 2;
}
.h-hero-body {
  padding: 139px 0 0;
  position: relative;
  z-index: 2;
}
.h-hero-body h1 {
  font-weight: 500;
  font-size: 80px;
  line-height: 80px;
  text-align: center;
  color: #dce8ff;
}
.h-hero-body p {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #dce8ff;
  margin-top: 24px;
}

.h-hero-input-box {
  background: #202124;
  max-width: 796px;
  margin: 40px auto 0;
  padding: 12px 12px 12px 20px;
  border-radius: 12px;
  gap: 20px;
  justify-content: space-between;
  width: 100%;
  border: 1px solid transparent;
  transition: 0.3s;
}
.h-hero-input-box.active {
  border: 1px solid #ffffff;
}
.h-hero-input-box label {
  max-width: 700px;
  width: 100%;
}
.h-hero-input-box input {
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #dce8ff;
  background: #202124;
}
.h-hero-input-box input::placeholder {
  opacity: 0.5;
  color: #dce8ff;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
}

.h-hero-input-box a {
  padding: 11.5px 20px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  background: #ffffff;
  transition: 0.3s;
  color: #121316;
}
.h-hero-input-box a:hover {
  background: #121316;
  color: white;
}
.h-hero-images {
  position: absolute;
  bottom: 0;
  min-width: 1920px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.h-hero-images picture {
  width: 100%;
  display: flex;
  height: 100%;
}
.h-hero-images picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.h-tolls-sectiion {
  padding: 160px 0;
  background: #121316;
}
.h-tolls-sectiion .h-container-big {
  position: relative;
  z-index: 2;
}

.h-tolls-body .h-section-title {
  color: #dce8ff;
}
.h-tolls-slide {
  background: #ffffff;
  min-height: 485px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  z-index: 2;
  cursor: pointer;
  transition: 0.3s;
}
.h-tolls-slide-texts {
  padding: 20px;
}
.h-tolls-slide-texts .h-block-title {
  transition: 0.3s;
}
.h-tolls-slide-texts .h-block-text {
  transition: 0.3s;
}
.h-tolls-slide-img {
  height: 285px;
  margin-top: auto;
  width: 100%;
  position: relative;
  z-index: 2;
}
.h-tolls-slide-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.h-tolls-slide-img .h-low-quality {
  opacity: 1;
  visibility: visible;
  transition: 0.4s;
  z-index: 1;
}

.h-tolls-slide-img .h-high-quality {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  z-index: 0;
}

.h-tolls-slide.active .h-low-quality {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  z-index: 0;
}
.h-tolls-slide.active .h-high-quality {
  opacity: 1;
  visibility: visible;
  transition: 0.4s;
  z-index: 1;
}

.h-tolls-slide.active {
  background: #005ff9;
}
.h-tolls-slide.active .h-block-title {
  color: #ffffff;
}
.h-tolls-slide.active .h-block-text {
  color: #ffffff;
}

.h-tolls-arrow {
  position: absolute !important;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 48%;
  transform: translateX(-50%);
  transition: 0.3s;
  margin-top: 0;
}
.h-tolls-arrow i {
  font-size: 15px;
  background: #121316;
  transition: 0.3s;
}
.h-tolls-arrow:hover i {
  background: #ffffff;
}

.h-tolls-arrow:hover {
  background: #1b1c1f;
}

.h-tolls-arrow::after {
  display: none;
}

.h-tolls-prev {
  left: 72px;
}
.h-tolls-next {
  right: 20px;
  left: unset;
}
.h-tolls-prev i {
  margin-left: -3px;
}
.h-tolls-next i {
  transform: rotate(180deg);
  margin-left: 3px;
}

.h-tolls-btn {
  margin: 40px auto 0;
  max-width: max-content;
}

@media (hover: hover) and (pointer: fine) {
  .h-tolls-slide:hover .h-low-quality {
    opacity: 0;
    visibility: hidden;
  }
  .h-tolls-slide:hover .h-high-quality {
    opacity: 1;
    visibility: visible;
  }

  .h-tolls-slide:hover {
    background: #005ff9;
  }
  .h-tolls-slide:hover .h-block-title {
    color: #ffffff;
  }
  .h-tolls-slide:hover .h-block-text {
    color: #ffffff;
  }
}

.h-possibilities-section {
  padding: 140px 0 80px 0;
  background: #12131614;
}

.h-possibilities-swiper-block {
  display: none;
}
.h-possibilities-items {
  justify-content: center;
  margin-top: -100px;
}
.h-possibilities-media {
  display: none;
}
.h-possibilities-media img {
  object-fit: cover;
}
.h-possibilities-media.h-active {
  display: flex;
}
.h-possibilities-item {
  max-width: 249px;
  width: 100%;
  background: #ffffff;
  padding: 20px;
  min-height: 200px;
  cursor: pointer;
  transition: 0.4s;
}

@media (hover: hover) and (pointer: fine) {
  .h-possibilities-item:hover {
    background: #121316;
  }
  .h-possibilities-item:hover .h-block-title {
    color: #ffffff;
  }
  .h-possibilities-item:hover .h-block-text {
    color: #ffffff;
  }
}

.h-possibilities-item:nth-child(1).h-active {
  background: #9747ff;
}

.h-possibilities-item:nth-child(1).h-active .h-block-title {
  color: #ffffff;
}
.h-possibilities-item:nth-child(1).h-active .h-block-text {
  color: #ffffff;
}
.h-possibilities-item:nth-child(2).h-active {
  background: #ff47c0;
}
.h-possibilities-item:nth-child(2).h-active .h-block-title {
  color: #ffffff;
}
.h-possibilities-item:nth-child(2).h-active .h-block-text {
  color: #ffffff;
}
.h-possibilities-item:nth-child(3).h-active {
  background: #005ff9;
}
.h-possibilities-item:nth-child(3).h-active .h-block-title {
  color: #ffffff;
}
.h-possibilities-item:nth-child(3).h-active .h-block-text {
  color: #ffffff;
}
.h-possibilities-item:nth-child(4).h-active {
  background: #84ff89;
}

.h-possibilities-slide {
  background: #ffffff;
  min-height: 485px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  z-index: 2;
  cursor: pointer;
  transition: 0.3s;
}
.h-possibilities-slide-texts {
  padding: 20px;
}
.h-possibilities-slide-texts .h-block-title {
  transition: 0.3s;
}
.h-possibilities-slide-texts .h-block-text {
  transition: 0.3s;
}
.h-possibilities-slide-img {
  height: 285px;
  margin-top: auto;
  width: 100%;
  position: relative;
  z-index: 2;
}
.h-possibilities-slide-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.h-how-work-section {
  padding: 80px 0;
  background: #12131614;
}

.h-work-media {
  max-width: 986px;
  margin: 48px auto 0;
}
.h-work-media img {
  width: 100%;
  height: 100%;
}

.h-work-btn {
  margin: 28px auto 0;
  max-width: max-content;
}

.h-work-partners-items {
  position: relative;
  z-index: 2;
  margin: 68px auto 0;
  overflow: hidden;
}
.h-work-partners-items p {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  color: #121316;
  opacity: 0.6;
}

.h-work-partner-item--one {
  max-width: 163px;
  width: 100%;
  min-width: 163px;
}
.h-work-partner-item--two {
  max-width: 151px;
  width: 100%;
  min-width: 151px;
}
.h-work-partner-item--tree {
  max-width: 170px;
  width: 100%;
  min-width: 170px;
}
.h-work-partner-item--for {
  max-width: 141px;
  width: 100%;
  min-width: 141px;
}
.h-work-partner-item--five {
  max-width: 120px;
  width: 100%;
  min-width: 120px;
}

.h-work-partners-track {
  margin-top: 36px;
  gap: 120px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.h-universe-section {
  padding: 100px 0 0;
}
.h-universe-samll-item {
  max-width: 380px;
  width: 100%;
  min-width: 532px;
}
.h-universe-samll-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.h-universe-big-item {
  max-width: 532px;
  width: 100%;
  min-width: 532px;
}
.h-universe-big-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.h-trust-section {
  padding: 80px 0 40px 0;
  background: #121316;
}

.h-trust-adds {
  justify-content: center;
  gap: 80px;
  flex-wrap: wrap;
}
.h-trust-add:nth-child(1) {
  max-width: 90px;
  width: 100%;
}
.h-trust-add:nth-child(2) {
  max-width: 302px;
  width: 100%;
}
.h-trust-add:nth-child(3) {
  max-width: 112px;
  width: 100%;
}
.h-trust-add img {
  width: 100%;
  height: 100%;
}

.h-trust-slide {
  display: flex;
  flex-direction: column;
  min-height: 360px;
  padding: 20px;
}
.h-trust-slide h6 {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #ffffff;
}

.h-trust-slide p {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  margin-top: auto;
  color: #ffffff;
}

.h-trust-swiper .swiper-slide:nth-child(1) {
  background: #005ff9;
}
.h-trust-swiper .swiper-slide:nth-child(2) {
  background: #84ff89;
}
.h-trust-swiper .swiper-slide:nth-child(3) {
  background: #9747ff;
}
.h-trust-swiper .swiper-slide:nth-child(2) h6 {
  color: #121316;
}
.h-trust-swiper .swiper-slide:nth-child(2) p {
  color: #121316;
}
.h-trust-swiper .swiper-slide:nth-child(4) {
  background: #ff47c0;
}
.h-trust-swiper-block {
  margin-top: 100px;
}

.h-footer {
  background: #121316;
  padding: 60px 0 0;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}
.h-footer-body {
  gap: 24px;
}
.h-footer-body h6 {
  font-weight: 600;
  font-size: 28px;
  line-height: 120%;
  text-align: center;
  color: #dce8ff;
}

.h-footer-body a {
  padding: 11.5px 21px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  background: #ffffff;
  transition: 0.3s;
  color: #121316;
}
.h-footer-body a:hover {
  background: #202124;

  color: white;
}
.h-footer-logo {
  margin-top: auto;
  width: 100%;
  max-width: 1440px;
}
.h-footer-logo picture {
  width: 100%;
  height: 100%;
  display: flex;
}
.h-footer-logo img {
  width: 100%;
  height: 100%;
}

.h-footer-clue {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  color: #ffffff;
  opacity: 0.4;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

/* ===============================Стили для лэндинга RECRAFT END============================== */

/* ===============================Стили для лэндинга Stable Diffusion START============================== */

.j-hero-container {
  max-width: 976px;
  width: 100%;
  margin: 0 auto;
  padding: 0 14px;
}
.j-hero-body {
  padding: 172px 0 0;
}
.j-hero-title h1 {
  color: #202020;
  font-weight: 500;
  font-size: 80px;
  line-height: 80px;
}
.j-hero-title {
  position: relative;
  z-index: 2;
}
.j-hero-title img {
  display: flex;
  position: absolute;
  max-width: 240px;
  right: 180px;
  top: 146px;
}
.j-hero-titles p {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #202020;
  margin-top: 24px;
  opacity: 0.7;
}
.j-hero-titles strong {
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  margin-top: 12px;
  color: #202020;
  display: block;
}

.j-hero-textarea-box {
  margin-top: 40px;
  padding: 20px;
  background: #ffffff;
  border: 1px solid #005ff91f;
  box-shadow: 0px 0px 16px 6px #005ff90a;
  border-radius: 12px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 3;
}
.j-hero-textarea-label {
  width: 100%;
  height: 67px;
}
.j-hero-textarea-label textarea {
  width: 100%;
  height: 100%;
  opacity: 1;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  resize: none;
}

.j-hero-textarea-label textarea::placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #202020;
  opacity: 0.6;
}
.j-textarea-length {
  justify-content: flex-end;
  gap: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #202020;
  opacity: 0.6;
  position: absolute;
  top: 87px;
  right: 20px;
}

.j-textarea-length.is-error {
  color: red;
}

.j-hero-textarea-label textarea.is-error {
  border-color: red;
}

.j-hero-textarea-tolls {
  gap: 16px;
  flex-wrap: wrap;
  margin-top: auto;
}
.j-hero-file label input[type="file"] {
  display: none;
}
.j-hero-file label {
  padding: 14.5px 16px 14.5px 17px;
  gap: 11px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 15px;
  line-height: 130%;
  color: #202020;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 0px 16px 0px #a3a9cd33;
  transition: 0.4s;
  max-width: max-content;
  cursor: pointer;
}

.j-hero-file label i {
  font-size: 14px;
  background: #202020;
  transition: 0.4s;
}

.j-hero-file label:hover {
  color: #005ff9;
}
.j-hero-file label:hover i {
  background: #005ff9;
}
.j-hero-file-rezult {
  display: none;
  gap: 10px;
  align-items: center;
}

.j-hero-file-rezult i {
  font-size: 14px;
  background: #ff3737;
  cursor: pointer;
  transition: 0.4s;
}
.j-hero-file-rezult img {
  width: 40px;
  flex: 0 0 40px;
  height: 40px;
  border-radius: 6px;
  object-fit: cover;
}
.j-hero-file-rezult i:hover {
  background: orange;
}
.j-hero-select {
  padding: 14.5px 7px 14.5px 0;
  position: relative;
  z-index: 2;
}

.j-hero-select-header {
  gap: 13px;
  cursor: pointer;
}
.j-hero-select-header:hover p {
  color: #005ff9;
}
.j-hero-select-header:hover p b {
  color: #005ff9;
}
.j-hero-select-header:hover i {
  background: #005ff9;
}

.j-hero-select-header p {
  font-weight: 500;
  font-size: 15px;
  line-height: 130%;
  color: #202020;
  transition: 0.3s;
}
.j-hero-select-header p b {
  font-weight: 500;
  font-size: 15px;
  line-height: 130%;
  color: #202020;
  transition: 0.3s;
}
.j-hero-select-header i {
  font-size: 10px;
  background: #202020;
  transition: 0.3s;
}
.j-hero-btn {
  margin-left: auto;
}
.j-select-sub-block {
  position: absolute;
  width: 100%;
  height: max-content;
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 12px;
  padding: 8px;
  top: 45px;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  left: 50%;
  transform: translateX(-50%);
}
.j-select-sub-block ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.j-hero-select.active .j-hero-select-header p {
  color: #005ff9;
}
.j-hero-select.active .j-hero-select-header p b {
  color: #005ff9;
}
.j-hero-select.active .j-hero-select-header i {
  background: #005ff9;
  transform: rotate(180deg);
}

.j-hero-select.active .j-select-sub-block {
  opacity: 1;
  visibility: visible;
  max-height: 1000px;
}

.j-model-sub-block ul li {
  padding: 10px 12px;
  cursor: pointer;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
}
.j-model-sub-block ul li span {
  font-weight: 500;
  font-size: 15px;
  line-height: 130%;
  color: #202020;
  opacity: 0.6;
  transition: 0.3s;
}
.j-model-sub-block ul li i {
  font-size: 11px;
  background: #202020;
  opacity: 0.4;
  transition: 0.3s;
}
.j-model-sub-block ul li.active {
  background: #005ff91f;
}
.j-model-sub-block ul li:hover {
  background: #f1f1f1;
}
.j-model-sub-block ul li.active span {
  color: #005ff9;
  opacity: 1;
}

.j-style-sub-block {
  min-width: 211px;
  padding: 16px;
}

.j-style-sub-block ul {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.j-style-sub-block p {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: #202020;
}
.j-style-sub-block ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  padding: 4px;
  cursor: pointer;
  transition: 0.4s;
}
.j-style-sub-block ul li img {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: flex;
  border-radius: 6px;
  object-fit: cover;
}
.j-style-sub-block ul li span {
  font-weight: 500;
  font-size: 15px;
  line-height: 130%;
  opacity: 0.8;
  color: #202020;
  transition: 0.4s;
  opacity: 0.8;
}

.j-style-sub-block ul li:hover {
  background: #f1f1f1;
}
.j-style-sub-block ul li:hover span {
  opacity: 1;
}

.j-style-sub-block ul li.active {
  background: #005ff91f;
}
.j-style-sub-block ul li.active span {
  opacity: 1;
  color: #005ff9;
}
.j-aspect-ratio-sub-title {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: #202020;
}
.j-aspect-ratio-sub {
  padding: 16px 15px;
  min-width: 336px;
}

.j-aspect-ratio-sub-title {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: #202020;
  text-align: center;
}
.j-aspect-ratio-items {
  flex-wrap: wrap;
  margin-top: 8px;
  gap: 4px;
  justify-content: center;
}
.j-aspect-ratio-item {
  max-width: 40px;
  padding: 6px;
  width: 100%;
  flex: 0 0 40px;
  background: #f9f9f9;
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  min-height: 54px;
  border-radius: 6px;
}
.j-aspect-ratio-view {
  transition: 0.3s;
  opacity: 0.4;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  flex: 0 0 24px;
}
.j-aspect-ratio-view div {
  border-radius: 2px;
  background: #202020;
  transition: 0.3s;
}

.j-ratio-view--one div {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}
.j-ratio-view--two div {
  width: 20px;
  height: 10px;
  flex: 0 0 20px;
}

.j-ratio-view--tree div {
  width: 20px;
  height: 10px;
  flex: 0 0 20px;
  transform: rotate(90deg);
}

.j-ratio-view--for div {
  width: 20px;
  height: 14px;
  flex: 0 0 20px;
}
.j-ratio-view--five div {
  width: 20px;
  height: 14px;
  flex: 0 0 20px;
  transform: rotate(90deg);
}

.j-ratio-view--six div {
  width: 20px;
  height: 16px;
  flex: 0 0 20px;
}

.j-ratio-view--seven div {
  width: 20px;
  height: 16px;
  flex: 0 0 20px;
  transform: rotate(90deg);
}

.j-aspect-ratio-item p {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #202020;
  opacity: 0.4;
  border-radius: 6px;
  transition: 0.3s;
}

.j-aspect-ratio-item:hover .j-aspect-ratio-view {
  opacity: 1;
}

.j-aspect-ratio-item:hover p {
  opacity: 1;
}
.j-aspect-ratio-item.active p {
  color: #005ff9;
  opacity: 1;
}
.j-aspect-ratio-item.active .j-aspect-ratio-view {
  opacity: 1;
}
.j-aspect-ratio-item.active .j-aspect-ratio-view div {
  background: #005ff9;
}

.j-aspect-ratio-item.active {
  background: #005ff91f;
}
.j-number-generations {
  margin-top: 16px;
}

.j-number-generations-items {
  width: 100%;
  padding: 4px;
  background: #f9f9f9;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
}
.j-number-generation-item {
  max-width: 96px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 6px;
  border-radius: 6px;
  transition: 0.3s;
  opacity: 0.4;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
}
.j-number-generation-item.active {
  background: #ffffff;
  box-shadow: 0px 0px 16px 0px #a3a9cd33;
  color: #005ff9;
  opacity: 1;
}
.j-number-generation-item:hover {
  background: #ffffff;
  box-shadow: 0px 0px 16px 0px #a3a9cd33;
  color: #005ff9;
  opacity: 1;
}
.j-number-generation-item:hover i {
  background: #005ff9;
}

.j-number-generation-item i {
  font-size: 11px;
  background: #202020;
  margin-top: -2px;
}

.j-examples-section {
  margin-top: 160px;
}

.j-examples-media-wrapper{
    margin-top: 40px;
    position: relative;
    z-index: 2;
}
.j-examples-media-columns{
  display: flex;
  gap: 20px;
    position: relative;
    overflow: hidden;
        max-height: 644px;
    transition: .3s;

}

.j-examples-media-column{
  max-width: 285px;
  width: 100%;



}

.j-examples-media-wrapper.active .j-examples-media-columns {
    max-height: 2000px;

}

.j-examples-media-track {
  will-change: transform;
}



.j-examples-media-track{
  width: 100%;
  gap: 20px;
}

.j-examples-media-item{
  max-width: 285px;
  width: 100%;
}
.j-examples-media-item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

/* .j-examples-media {
  margin-top: 40px;
  max-height: 634px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.j-examples-media.active {
  max-height: max-content;
  overflow: unset;
}
   */



.j-examples-blur {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}
.j-examples-blur picture {
  width: 100%;
  display: flex;
}
.j-examples-blur img {
  width: 100%;
  height: 100%;
}


.j-examples-btn {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  white-space: nowrap;
}
.j-examples-btn:hover {
  background: #005ff9;
}
.j-examples-btn:hover span {
  color: white;
}
.j-examples-btn i {
  font-size: 14px;
}

.j-examples-media-wrapper .j-examples-btn .icon-jMinus {
  display: none;
}
.j-examples-media-wrapper.active .j-examples-btn .icon-jMinus {
  display: block;
}
.j-examples-media-wrapper.active .j-examples-btn .icon-jPlus {
  display: none;
}

.j-examples-media-wrapper.active .j-examples-btn {
  bottom: 0;
  position: relative;
  margin-top: 32px;
}

.j-how-work-section {
  margin-top: 100px;
}
.j-how-work-cnt {
  gap: 40px;
}
.j-how-work-column {
  gap: 21px;
}
.j-work-texts {
  max-width: 590px;
  width: 100%;
}

.j-work-media {
  max-width: 589px;
  width: 100%;
}
.j-work-media picture {
  width: 100%;
  height: 100%;
  display: flex;
}
.j-work-media img {
  width: 100%;
  height: 100%;
}
.j-work-titles h3 {
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
  color: #202020;
}
.j-work-titles p {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  margin-top: 12px;
  color: #202020;
  opacity: 0.8;
}
.j-work-tags {
  gap: 40px;
  margin-top: 40px;
}
.j-work-tag {
  max-width: 488px;
  width: 100%;
  gap: 12px;
}
.j-work-tag-icon {
  flex: 0 0 48px;
}
.j-work-tag-texts p {
  opacity: 0.8;
}
.j-work-texts:nth-child(2) {
  padding: 0 0 0 40px;
}
.j-trust-section {
  margin-top: 80px;
  background: linear-gradient(
    209.92deg,
    #000000 0%,
    #050b2c 26.44%,
    #07166f 56.79%,
    #1a3fb1 76.92%,
    #0077ff 100%
  );
  padding: 120px 0;
  min-height: 554px;
  position: relative;
  z-index: 4;
}
.j-trust-body h4 {
  font-weight: 500;
  font-size: 80px;
  line-height: 80px;
  text-align: center;
  color: #ffffff;
}
.j-trust-body p {
  margin-top: 24px;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  margin-bottom: 32px;
  color: #ffffff;
  opacity: 0.8;
}

.j-faq-section {
  padding: 80px 0;
  position: relative;
  z-index: 2;
  background: #ffffff;
}
.j-faq-body {
  position: relative;
  z-index: 3;
}
.j-faq-bg {
  position: absolute;
  right: 0;
  top: -300px;
  z-index: -1;
  width: 100%;
  height: 110%;
}
.j-faq-bg picture {
  width: 100%;
  height: 100%;
}
.j-faq-bg img {
  width: 100%;
  height: 100%;
}

.j-faq-cnt {
  gap: 19.5px;
}
.j-faq-column {
  gap: 48px;
  max-width: 387px;
  width: 100%;
}
.j-faq-item {
  max-width: 375px;
  width: 100%;
}
.j-faq-item h4 {
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  color: #202020;
}
.j-faq-item p {
  font-weight: 400;
  font-size: 18px;
  margin-top: 8px;
  line-height: 130%;
  color: #202020;
  opacity: 0.7;
}
.j-footer {
  padding: 80px 0;
  background: #ffffff;
  position: relative;
  z-index: 3;
}

.j-footer-body {
  justify-content: space-between;
}
.j-footer-logo {
  max-width: 210px;
  width: 100%;
}
.j-footer-texts p {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  margin-top: 40px;
  color: #202020;
  opacity: 0.4;
}
.j-footer-logo picture {
  display: flex;
}

/* ===============================Стили для лэндинга Stable Diffusion END============================== */

/* ===============================Стили для лэндинга ROE START============================== */

.d-hero-section {
  position: relative;
  z-index: 2;
}
.d-hero-container {
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
}

.d-hero-body {
  gap: 118px;
  justify-content: center;
  padding: 138px 0 0;
}
.d-hero-btn {
  margin-top: 28px;
}

.d-hero-media {
  max-width: 396px;
  width: 100%;
  filter: drop-shadow(-11px 12px 36px rgba(0, 0, 0, 0.1))
    drop-shadow(-42px 50px 65px rgba(0, 0, 0, 0.09))
    drop-shadow(-95px 112px 88px rgba(0, 0, 0, 0.05))
    drop-shadow(-169px 199px 105px rgba(0, 0, 0, 0.02))
    drop-shadow(-264px 311px 114px rgba(0, 0, 0, 0));
}
.d-hero-titles {
  padding: 160px 0 0;
}
.d-hero-titles h1 {
  font-weight: 600;
  font-size: 44px;
  line-height: 48px;
  color: #28282b;
}
.d-hero-decor {
  position: absolute;
  top: 0;
  left: 0;
}
.d-hero-swiper-block {
  margin-top: 70px;
  position: relative;
  z-index: 2;
}

.d-hero-swiper {
  max-width: 1189px;
  width: 100%;
}
.d-hero-swiper-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #a5a5a5;
  margin-bottom: 20px;
}
.d-hero-slide {
  padding: 20px 19.5px;
  background: #f6f6f6;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.d-hero-slide-img {
  max-width: 100px;
  width: 100%;
}
.d-hero-slide-img img {
  width: 100%;
  height: 100%;
}
.d-hero-slide p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  margin-top: 10px;
  color: #28282b;
}
.d-hero-swiper-arrow {
  width: 44px;
  height: 44px;
  background: #28282b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0 !important;
  top: 103px;
  transition: 0.3s;
}
.d-hero-swiper-arrow:hover {
  background: #386fde;
}
.d-hero-swiper-prev {
  left: 33px;
}
.d-hero-swiper-next {
  right: 33px;
}
.d-hero-swiper-arrow:after {
  display: none !important;
}
.d-hero-paginatiion {
  display: none !important;
}

.d-hero-swiper-arrow i {
  font-size: 11px;
  background: #ffffff;
}
.d-hero-swiper-next {
  transform: rotate(180deg);
}
.d-possibilities-items {
  gap: 25px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(332px, 1fr));
  justify-content: center;
}
.d-possibilities-item {
  border: 1px solid #e8e8e8;
  background: #f6f6f6;
  border-radius: 14px;
  overflow: hidden;
  padding: 35px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  min-height: 370px;
}
.d-possibilities-item-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  color: #28282b;
}
.d-possibilities-item:nth-child(1) {
  padding: 35px 36px 37px 36px;
}
.d-possibilities-item-image picture {
  display: flex;
}
.d-possibilities-item:nth-child(1) .d-possibilities-item-image {
  max-width: 298px;
  margin: 37px auto 0;
}
.d-possibilities-item:nth-child(2) .d-possibilities-item-image {
  max-width: 391px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 391px;
}
.d-possibilities-item:nth-child(3) .d-possibilities-item-image {
  max-width: 269px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  min-width: 269px;
}
.d-possibilities-item:nth-child(4) .d-possibilities-item-image {
  max-width: 195px;
  margin: 33px auto 0;
}
.d-possibilities-item:nth-child(4) {
  padding: 35px 36px 30px 36px;
}
.d-possibilities-item:nth-child(5) {
  padding: 35px 36px 30px 36px;
}
.d-possibilities-item:nth-child(5) .d-possibilities-item-image {
  max-width: 223px;
  margin: 30px auto 0;
}
.d-possibilities-item:nth-child(6) {
  padding: 35px 36px 30px 36px;
}
.d-possibilities-item:nth-child(6) .d-possibilities-item-image {
  max-width: 310px;
  position: absolute;
  bottom: 0;
  left: 48%;
  transform: translateX(-50%);
  min-width: 310px;
}
.d-possibilities-item:nth-child(7) {
  padding: 35px 36px 30px 36px;
}
.d-possibilities-item:nth-child(7) .d-possibilities-item-image {
  max-width: 270px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  min-width: 270px;
}
.d-possibilities-item:nth-child(8) {
  padding: 35px 36px 30px 36px;
}
.d-possibilities-item:nth-child(8) .d-possibilities-item-image {
  max-width: 274px;
  margin: 81px auto 0;
}

.d-possibilities-item:nth-child(9) {
  padding: 35px 36px 30px 36px;
}
.d-possibilities-item:nth-child(9) .d-possibilities-item-image {
  max-width: 251px;
  margin: 50px auto 0;
}
.d-trust-body {
  gap: 51px;
  justify-content: center;
}
.d-trust-media {
  max-width: 549px;
  width: 100%;
}
.d-trust-texts {
  max-width: 370px;
  width: 100%;
}
.d-trust-texts h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
  color: #28282b;
}
.d-trust-btn {
  margin-top: 28px;
}
.d-trust-setion {
  padding: 71px 0 107px 0;
  background: #f6f6f6;
}

.d-accordion-items {
  max-width: 667px;
  margin: 32px auto 0;
}
.d-accordion-item {
  border-bottom: 2px solid #e8e8e8;
  padding: 20px 0;
}

.d-accordion-item:last-child {
  border-bottom: unset;
}
.d-accordion-header {
  background: transparent;
  display: flex;
  align-items: start;
  gap: 14px;
  justify-content: space-between;
  width: 100%;
}
.d-accordion-header i {
  font-size: 12px;
  background: #28282b;
  transition: 0.4s;
  margin-top: 5px;
}
.d-accordion-header span {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #28282b;
  text-align: start;
}
.d-accordion-content p {
  margin-top: 6px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #76767c;
}
.d-accordion-header.open i {
  transform: rotate(180deg);
}
.d-accordion-content ul {
  margin-top: 10px;
}
.d-accordion-content ul li {
  margin-left: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #76767c;
  position: relative;
  z-index: 2;
}
.d-accordion-content ul li::after {
  left: -13px;
  content: "";
  position: absolute;
  top: 5px;
  width: 5px;
  height: 5px;
  background: #76767c;
  border-radius: 50%;
}
.d-footer {
  padding: 74px 0 97px 0;
  background: #f6f6f6;
  margin-top: 100px;
}
.d-footer-body {
  gap: 30px;
}
.d-footer-logo {
  max-width: 378px;
  width: 100%;
}
.d-footer-body p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
}

/* ===============================Стили для лэндинга ROE END============================== */

.e-hero-section {
  position: relative;
  z-index: 2;
  border-radius: 0 0 20px 20px;
  background: #ffffff;
}
.e-hero-body {
  padding: 181px 0 0;
}
.e-hero-titles h1 {
  font-weight: 600;
  font-size: 44px;
  line-height: 48px;
  text-align: center;
  color: #28282b;
}
.e-hero-cnt {
  max-width: 804px;
  width: 100%;
  margin: 40px auto 0;
  position: relative;
  z-index: 2;
}
.e-hero-link {
  width: 44px;
  height: 44px;
  background: #386fde;
  border-radius: 50%;
  position: absolute;
  bottom: 19px;
  right: 19px;
  z-index: 1;
}
.e-hero-link i {
  font-size: 12px;
  background: #ffffff;
  transform: rotate(90deg);
  margin-left: 1px;
}
.e-hero-textarea {
  position: relative;
  z-index: 2;
  height: 149px;
  background: #f6f6f6;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  overflow: hidden;
}
.e-textarea-wrapper {
  width: 100%;
  height: 100px;
  display: block;
  position: relative;
  z-index: 0;
}
.e-textarea-wrapper textarea {
  width: 100%;
  height: 100%;
  resize: none;
  padding: 20px 21px 19px 19px;
  background: #f6f6f6;
}
.e-textarea-placeholder {
  position: absolute;
  top: 20px;
  left: 17px;
  display: inline-flex;
  gap: 1px;
  pointer-events: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  transition: opacity 0.2s ease;
}

.e-placeholder-pipe {
  color: #28282b;
  font-weight: 500;
}

.e-placeholder-text {
  color: #76767c;
}

.e-textarea-placeholder.hidden {
  opacity: 0;
}
.e-hero-hints {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
.e-hero-hints button {
  border: 1px solid #e8e8e8;
  background: #ffffff;
  transition: 0.3s;

  padding: 10px 20px;
  border-radius: 100px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #28282b;
}
.e-hero-hints button:hover {
  background: #386fde;
  color: white;
}
.e-hero-items {
  max-width: 1161px;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  margin: 83px auto 0;
  gap: 22px;
}
.e-hero-item {
  background: #fcfcfc;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 0 0 0 30px;
  min-height: 557px;
  display: flex;
  flex-direction: column;
}
.e-hero-item-texts {
  padding: 20px 20px 5px 6px;
}
.e-hero-item-header {
  margin-bottom: 30px;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.e-hero-big-item {
  flex: 1 1 45.2%;
}
.e-hero-small-item {
  flex: 1 1 20%;
}
.e-hero-small-item .e-arrow-link {
  display: none;
}
.e-hero-item-img {
  margin-top: 68px;
  margin-left: auto;
  margin-top: auto;
}
.e-hero-big-item .e-hero-item-img {
  max-width: 549px;
  width: 100%;
}
.e-hero-small-item .e-hero-item-img {
  max-width: 264px;
  width: 100%;
}
.e-hero-item-img picture {
  width: 100%;
  height: 100%;
  display: flex;
}
.e-possibilities-section {
  padding: 100px 0 0;
}
.e-possibilities-titles {
  gap: 12px;
}
.e-possibilities-item-img {
  position: relative;
  display: flex;
}
.e-possibilities-item-img picture {
  display: flex;
}
.e-possibilities-items {
  row-gap: 50px;
  column-gap: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  justify-content: center;
}
.e-possibilities-item {
  height: max-content;
}
.e-possibilities-item-texts {
  margin-top: 23px;
  display: flex;
  flex-direction: column;
  gap: 23px;
}

.e-possibilities-link {
  width: 44px;
  height: 44px;
  background: #386fde;
  border-radius: 50%;
  position: absolute;
  bottom: 19px;
  right: 17px;
  z-index: 1;
}
.e-possibilities-link i {
  font-size: 12px;
  background: #ffffff;
  transform: rotate(180deg);
  margin-left: 1px;
}
.e-latest-research-section {
  margin-top: 100px;
}
.e-latest-items {
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  justify-content: center;
}
.e-latest-item {
  min-height: 287px;
  border: 2px solid #e8e8e8;
  border-radius: 10px;
  padding: 30px;
}
.e-latest-item-texts {
  gap: 23px;
  max-width: 480px;
  width: 100%;
}
.e-latest-item-texts .e-block-title {
  font-size: 18px;
  line-height: 22px;
}
.e-latest-link {
  margin-top: 60px;
}

.e-footer {
  margin-top: 120px;
  padding: 50px 0 64px;
  background: #ffffff;
  border-radius: 20px 20px 0 0;
}
.e-footer-container {
  max-width: 1130px;
  padding: 0 15px;
  margin: 0 auto;
}
.e-footer-body {
  justify-content: space-between;
}
.e-footer-texts {
  gap: 49px;
}
.e-footer-texts p {
  font-weight: 400;
  font-size: 14.6px;
  line-height: 24px;
  color: #8c8d9b;
}

.e-footer-logo {
  max-width: 194px;
}

.f-section {
  margin-top: 34px;
  width: 100%;
}
.f-section-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #000000;
}
.f-block-cnt {
  margin-top: 20px;
}
.f-slide-cart {
  padding: 20px 10px 20px 20px;
  gap: 14px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
}
.f-slide-cart-image {
  max-width: 112px;
  height: 144px;
  width: 100%;
}
.f-slide-cart-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.f-vote-cart-image {
  max-width: 100px;
  height: 100px;
  width: 100%;
}
.f-vote-cart-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.f-vote-cart {
  gap: 14px;
  padding: 20px 10px 20px 20px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
}
.f-slide-cart-titles {
  gap: 6px;
}
.f-slide-cart-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #28282b;
}

.f-slide-cart-titles p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #76767c;
}
.f-slide-cart-titles span {
  font-weight: 400;
  font-size: 13.5px;
  line-height: 18px;
  color: #28282b;
}
.f-slide-cart-descr {
  display: flex;
  flex-direction: column;
}
.f-slide-cart-messages {
  margin-top: auto;
  gap: 6px;
}
.f-slide-cart-messages i {
  font-size: 15px;
  background: #76767c;
}
.f-slide-cart-messages p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #76767c;
}
.f-wrapper {
  max-width: 1920px;
  width: 100%;
  padding: 0 0 0 5px;
  margin: 0 auto;
}
.f-sidebar-wrapper {
  max-width: 295px;
  min-width: 295px;
  width: 100%;
  position: relative;
  transition: 0.3s;
}
.f-wrapper.active .f-sidebar-wrapper {
  max-width: 295px;
  min-width: 295px;
  width: 100%;
}
.f-wrapper.inActive .f-sidebar-wrapper {
  max-width: 64px;
  min-width: 64px;
  width: 100%;
}

.f-wrapper.inActive .f-sidebar-cnt {
  background: unset;
  border: unset;
}

.f-wrapper.active .f-sidebar-main {
  opacity: 1;
  visibility: visible;
}

.f-wrapper.inActive .f-sidebar-main {
  opacity: 0;
  visibility: hidden;
}
.f-sidebar-main {
  min-height: 90vh;
  display: flex;
  flex-direction: column;
}
.f-sidebar-cnt {
  position: sticky;
  top: 0;
  width: 100%;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  height: max-content;
  padding: 30px 20px;

  border-radius: 0 20px 20px 0;
  transition: 0.3s;
}
.f-wrapper.active .f-burger {
  width: 0;
  height: 0;
}
.f-wrapper.inActive .f-burger {
  width: 23px;
  height: 15px;
}
.f-burger {
  top: 40px;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 100px;
  cursor: pointer;
  transition: 0.3s;
  z-index: 4;
}
.f-burger span {
  width: 100%;
  background: #000000;
  display: block;
  height: 2px;
  transition: 0.3s;
  border-radius: 5px;
  position: relative;
}

.f-burger::after {
  width: 100%;
  content: "";
  display: block;
  height: 2px;
  background: #000000;
  transition: 0.3s;
  border-radius: 5px;
}
.f-burger::before {
  width: 100%;
  content: "";
  display: block;
  height: 2px;
  background: #000000;
  transition: 0.3s;
  border-radius: 5px;
}
.f-burger:hover::after {
  background: #386fde;
}
.f-burger:hover::before {
  background: #386fde;
}

.f-burger:hover span {
  background: #386fde;
}

.f-sidebar-header {
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.f-sidebar-header i {
  font-size: 15px;
  background: #e8e8e8;
  transition: 0.3s;
  cursor: pointer;
}
.f-sidebar-header i:hover {
  background: #386fde;
}

.f-sidebar-nav {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  padding: 0 0 10px 0;
}
.f-sidebar-nav ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.f-create-link {
  margin-top: 40px;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 14px;
  background: #28282b;
  color: #fbfbfb;
  border-radius: 6px;
  justify-content: center;
  transition: 0.3s;
}
.f-create-link i {
  font-size: 19px;
  background: #f8f8f8;
}
.f-create-link:hover {
  background: #386fde;
}

.f-sidebar-nav ul li a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  transition: 0.3s;
}
.f-sidebar-nav ul li a:hover {
  color: #386fde;
}
.f-sidebar-nav ul li a.active {
  color: #386fde;
}
.f-sidebar-nav ul li a i {
  font-size: 25px;
  background: #000000;
}
.f-sidebar-actions {
  margin-top: auto;
  width: 100%;
  padding: 30px 0 0;
  border-top: 1px solid #00000033;
  gap: 30px;
}
.f-sidebar-border-link {
  border: 2px solid #28282b;
  padding: 14px;
  border-radius: 6px;
  gap: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #28282b;
  transition: 0.3s;
  justify-content: center;
}
.f-sidebar-border-link strong {
  font-weight: 700;
}
.f-sidebar-border-link i {
  font-size: 22px;
  background: #28282b;
  transition: 0.3s;
}
.f-sidebar-border-link:hover {
  background: #386fde;
  border: 2px solid #386fde;
  color: white;
}
.f-sidebar-border-link:hover i {
  background: white;
}
.f-sidebar-avatar {
  display: flex;
  align-items: center;
  gap: 10px;
}
.f-sidebar-avatar img {
  width: 41px;
  height: 41px;
  flex: 0 0 41px;
  border-radius: 50%;
  object-fit: cover;
}
.f-sidebar-avatar span {
  transition: 0.3s;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}
.f-sidebar-avatar:hover span {
  color: #386fde;
}

.f-main-cnt {
  max-width: 100%;
  width: 100%;
  padding: 30px 0 0 40px;
  overflow: hidden;
  transition: 0.3s;
}
.f-main-search {
  padding: 0 48px 0 0;
}
.f-for-you-section {
  margin-top: 30px;
  width: 100%;
}

.f-scenarios-cart {
  min-height: 295px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  height: 295px;
}
.f-scenarios-cart-image {
  position: relative;
  height: 100%;
  width: 100%;
}
.f-scenarios-cart-image::after {
  content: "";
  position: absolute;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  inset: 0;
  border-radius: 12px;
}
.f-scenarios-cart-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.f-scenarios-cart-titles {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1;
  gap: 10px;
}
.f-scenarios-cart-titles h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}
.f-scenarios-cart-titles p {
  display: flex;
  align-items: center;
  gap: 7px;
}
.f-scenarios-cart-titles p i {
  font-size: 22px;
  background: #ffffff;
}
.f-scenarios-cart-titles p span {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
}
.f-scenarios-cart .icon-fStars {
  position: absolute;
  font-size: 20px;
  background: #ffffff;
  top: 14px;
  right: 14px;
}

.f-trust-container {
  max-width: 1101px;
  margin: 0 auto;
  padding: 0 45px 72px 0;
  width: 100%;
}
.f-trust-texts {
  margin: 40px auto 0;
  max-width: 492px;
  width: 100%;
}
.f-trust-texts h6 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #000000;
}

.f-trust-texts p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  margin-top: 14px;
  color: #76767c;
}
.f-black-link {
  padding: 12px 32px;
  background: #28282b;
  gap: 10px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #fbfbfb;
  justify-content: center;
  max-width: max-content;
  margin: 30px auto 0;
  transition: 0.3s;
}
.f-black-link i {
  background: #f8f8f8;
  font-size: 24px;
}
.f-black-link:hover {
  background: #386fde;
}

.k-hero-body {
  padding: 141px 0 0;
  gap: 103px;
  justify-content: flex-end;
}
.k-hero-descr {
  max-width: 443px;
  width: 100%;
}
.k-hero-titles h1 {
  font-weight: 600;
  font-size: 44px;
  line-height: 48px;
  text-align: center;
  color: #ffffff;
}

.k-hero-titles p {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  margin-top: 20px;
  color: #b0b0b5;
}
.k-hero-auth {
  max-width: 332px;
  width: 100%;
  background: #18181c;
  border: 1px solid #23232b;
  border-radius: 30px;
  padding: 32px;
  margin: 24px auto 0;
  gap: 28px;
}

.k-hero-media {
  max-width: 547px;
  width: 100%;
}

.k-hero-auth-header img {
  max-width: 19px;
  height: 19px;
  display: flex;
}
.k-hero-auth-header p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #f8f8f8;
  transition: 0.3s;
}
.k-hero-auth-header {
  border-radius: 6px;
  padding: 12px 12px 12px 14px;
  border: 1px solid #23232b;
  gap: 12px;
  transition: 0.3s;
}
.k-hero-auth-header:hover {
  background: #f8f8f8;
}
.k-hero-auth-header:hover p {
  color: #212126;
}
.k-auth-or {
  justify-content: center;
  gap: 8px;
}
.k-auth-or span {
  width: 100%;
  height: 1px;
  background: #3c3c46;
}
.k-auth-or p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  white-space: nowrap;
  color: #b0b0b5;
}
.k-auth-tolls p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 6px;
  color: #75757e;
}

.k-auth-tolls label {
  width: 100%;
}
.k-auth-tolls label input {
  padding: 12px 16px;
  background: #212126;
  border: 1px solid #23232b;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  transition: 0.4s;
  color: #f8f8f8;
  border-radius: 6px;
  width: 100%;
}
.k-auth-tolls label input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #b0b0b5;
}
.k-auth-tolls label input:focus {
  border: 1px solid #f8f8f8;
}

.k-auth-tolls a {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 14px;
  background: #ffffff;
  border-radius: 6px;
  justify-content: center;
  margin-top: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #1a1a20;
  transition: 0.4s;
}
.k-auth-tolls a i {
  font-size: 12px;
  background: #1a1a20;
  transition: 0.4s;
  margin-top: -2px;
}
.k-auth-tolls a:hover {
  background: #212126;
  color: #ffffff;
}
.k-auth-tolls a:hover i {
  background: #ffffff;
}

.k-possibilities-container {
  max-width: 1222px;
  width: 100%;
  padding: 0 14px;
  margin: 0 auto;
}

.k-possibilities-section {
  padding: 110px 0 60px 0;
}
.k-possibilities-items {
  margin-top: 40px;
  gap: 40px;
}
.k-possibilities-item {
  gap: 20px;
}

.k-possibilities-video {
  max-width: 584px;
  width: 100%;
  height: 368px;
}
.k-possibilities-video video {
  object-fit: cover;
  width: 100%;
  border-radius: 20px 0 20px 0;
  height: 100%;
}

.k-possibilities-texts {
  background: #212126;
  border-radius: 0 20px 0 20px;
  max-width: 590px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px;
}
.k-possibilities-text-header {
  gap: 14px;
}
.k-possibilities-text-header i {
  font-size: 25px;
  background: #ffffff;
}
.k-possibilities-text-header h2 {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #f8f8f8;
}

.k-possibilities-texts p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #b0b0b5;
  margin-top: 20px;
}

.k-faq-section {
  margin-top: 120px;
}

.k-accordion-items {
  max-width: 667px;
  margin: 32px auto 0;
}
.k-accordion-item {
  border-bottom: 2px solid #23232b;
  padding: 20px 0;
}
.k-accordion-item:first-child {
  padding: 0 0 20px 0;
}
.k-accordion-item:last-child {
  border-bottom: unset;
}
.k-accordion-header {
  background: transparent;
  display: flex;
  align-items: start;
  gap: 14px;
  justify-content: space-between;
  width: 100%;
}
.k-accordion-header i {
  font-size: 12px;
  background: #f8f8f8;
  transition: 0.4s;
  margin-top: 5px;
}
.k-accordion-header span {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: start;
  color: #f8f8f8;
}
.k-accordion-content {
  padding: 6px 0 0;
}
.k-accordion-content p {
  margin-top: 6px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #b0b0b5;
}
.k-accordion-content p:not(:last-child) {
  margin: 0 0 20px 0;
}
.k-accordion-header.open i {
  transform: rotate(180deg);
}

.k-footer {
  margin-top: 60px;
  background: #121215;
  padding: 50px 64px;
}
.k-footer-container {
  max-width: 1128px;
  width: 100%;
  margin: 0 auto;
  padding: 0 14px;
}
.k-footer-body {
  justify-content: space-between;
}
.k-footer-texts p {
  font-weight: 400;
  font-size: 15.1px;
  line-height: 24px;
  color: #76767c;
}
.k-footer-logo {
  max-width: 230px;
}

.l-hero-titles h1 {
  font-weight: 600;
  font-size: 44px;
  line-height: 48px;
  text-align: start;
  color: #28282b;
}
.l-hero-titles p {
  margin-top: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #797b89;
  margin-bottom: 30px;
}

.l-hero-body {
  margin-top: 105px;
  position: relative;
  z-index: 2;
  min-height: 544px;
  overflow: hidden;
  border-radius: 10px;
}
.l-hero-titles {
  max-width: 767px;
  padding: 89px 0 0 94px;
  position: relative;
  z-index: 2;
}

.l-hero-picture {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 629px;
  display: flex;
}
.l-hero-picture picture {
  display: flex;
}

.l-hero-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.l-hero-bg picture {
  width: 100%;
  height: 100%;
  display: flex;
}
.l-hero-bg picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.l-hero-bottom-clues {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background: #28282b;
  padding: 16px;
  gap: 6px;
}
.l-hero-bottom-clues p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}

.l-hero-bottom-clues a {
  gap: 5px;
  display: flex;
  align-items: center;
}
.l-hero-bottom-clues a div {
  border-radius: 50%;
  border: 0.63px solid #cbd2d9;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-hero-bottom-clues a i {
  font-size: 7px;
  background: #0064e0;
  margin-left: 2px;
}
.l-hero-bottom-clues a span {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #76767c;
  transition: 0.3s;
}

.l-hero-bottom-clues a:hover span {
  color: #0064e0;
}

.l-models-slide {
  background: linear-gradient(0deg, #f0f3f7, #f0f3f7);
  border-radius: 10px;
  padding: 20px;
  min-height: 285px;
  gap: 10px;
}
.l-models-btn {
  max-width: max-content;
  margin-top: auto;
}
.l-models-titles {
  max-width: 726px;
  width: 100%;
  margin: 0 auto;
}

.l-possibilities-section {
  padding: 120px 0;
}

.l-possibilities-titles a {
  gap: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 32px auto 0;
  max-width: max-content;
  transition: 0.4s;
}
.l-possibilities-titles a span {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  transition: 0.4s;
  color: #386fde;
}
.l-possibilities-titles a div {
  display: flex;
  align-items: center;
  flex: 0 0 30px;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 0.94px solid #cbd2d9;
  background: #ffffff;
  transition: 0.4s;
}
.l-possibilities-titles a div i {
  background: #386fde;
  font-size: 8px;
  transition: 0.4s;

  margin-left: 3px;
}
.l-possibilities-titles a:hover span {
  color: #000000;
}
.l-possibilities-titles a:hover div {
  background: #000000;
}
.l-possibilities-titles a:hover div i {
  background: white;
}
.l-possibilities-cnt {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.l-categories-items {
  max-width: 398px;
  width: 100%;
}

.l-images-items {
  max-width: 782px;
  width: 100%;
}

.l-image-item {
  display: none;
}

.l-image-item.active {
  display: flex;
}

.l-category-item {
  padding: 21px 0 30px 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  width: 100%;
}
.l-category-item:last-child {
  border-bottom: unset;
  padding: 21px 0 0;
}

.l-category-header {
  justify-content: space-between;
  cursor: pointer;
}
.l-category-header h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  transition: 0.4s;
}
.l-category-header:hover h3 {
  color: #386fde;
}
.l-category-header:hover div::before {
  background: #386fde;
}
.l-category-header:hover div::after {
  background: #386fde;
}

.l-category-sub-block {
  margin-top: 21px;
  max-width: 390px;
}

.l-image-item-mobile {
  display: none;
}

.submenu {
  display: none;
}

.l-category-sub-block p {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #797b89;
}

.l-category-header div {
  position: relative;
  z-index: 2;
  width: 15px;
  height: 15px;
}
.l-category-header div::after {
  content: "";
  position: absolute;
  width: 100%;
  background: #28282b;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s;
}
.l-category-header div::before {
  content: "";
  position: absolute;
  height: 100%;
  background: #28282b;
  width: 2px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.4s;
}

.l-category-item.active .l-category-header div::before {
  opacity: 0;
}
.l-category-item.active .l-category-header div::after {
  background: #386fde;
}
.l-category-item.active .l-category-header h3 {
  color: #386fde;
}
.l-partners-section {
  padding: 63px 0;
  background: #f1f4f7;
}

.l-partner-container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.l-partners-media {
  display: flex;
  margin: 32px auto 0;
}
.l-partners-media picture {
  display: flex;
}

.l-partner-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  color: #28282b;
}
.l-resources-slide {
  gap: 10px;
  background: linear-gradient(0deg, #f0f3f7, #f0f3f7);
  border-radius: 10px;
  padding: 26px 20px 20px 20px;
  min-height: 289px;
}
.l-resources-slide .l-resources-icon {
  font-size: 30px;
  background: #76767c;
  opacity: 0.3;
}
.l-resources-slide h5 {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  margin-top: 6px;
}
.l-resources-slide p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #76767c;
}

.l-slide-link {
  display: flex;
  align-items: center;
  margin-top: auto;
  gap: 8px;
  padding: 14px 21px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  background: #f8f8f8;
  border-radius: 6px;
  max-width: max-content;
  color: #1a1a20;
  transition: 0.3s;
}
.l-slide-link i {
  font-size: 20px;
  background: #1a1a20;
  margin-top: -2px;
  transition: 0.3s;
}
.l-slide-link:hover {
  background: #386fde;
  color: white;
}
.l-slide-link:hover i {
  background: white;
}
.l-resources-info-block {
  margin-top: 60px;
  padding: 78px 85px 78px 93px;
  position: relative;
  z-index: 2;
  justify-content: space-between;
  gap: 10px;
  overflow: hidden;
}
.l-resources-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.l-resources-bg picture {
  width: 100%;
  height: 100%;
}
.l-resources-bg picture img {
  width: 100%;
  height: 100%;
}
.l-resources-info-titles {
  gap: 20px;
  max-width: 700px;
  width: 100%;
}
.l-resources-info-titles h5 {
  font-weight: 600;
  font-size: 44px;
  line-height: 48px;
  color: #28282b;
}
.l-resources-info-titles p {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #797b89;
}
.l-news-slide {
  gap: 20px;
}

.l-news-slide-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.l-news-slide-texts {
  gap: 10px;
  padding: 0 0 10px 0;
}

.l-footer-body {
  gap: 20px;
}

.l-footer {
  margin-top: 60px;
  padding: 43px 0 67px 0;
  background: #f0f3f7;
}

.i-container {
  max-width: 1228px;
  width: 100%;
  margin: 0 auto;
  padding: 0 14px;
}

.i-white-btn {
  border-radius: 6px;
  padding: 14px 21px;
  color: #1a1a20;
  font-weight: 500;
  display: flex;
  align-items: center;
  background: white;
}
.i-white-btn span {
  margin-left: 5px;
}
.i-white-btn .icon {
  width: 20px;
  height: 20px;
  margin-left: 0;
  margin-right: 8px;
  position: relative;
  display: inline-block;
  z-index: 0;
}
.i-white-btn .icon:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background: url(/lander/land_assets/images/icon/i-stash_arrow-up.svg);
  transition: 0.3s;
}
.i-white-btn .icon:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(/lander/land_assets/images/icon/i-stash_arrow-up-w.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.3s;
  opacity: 0;
}

.i-white-btn:hover {
  background: rgba(255, 255, 255, 0.05);
  color: white;
}
.i-white-btn:hover .icon:after {
  opacity: 0;
}
.i-white-btn:hover .icon:before {
  opacity: 1;
}

.i-main-container {
  background: #18181c;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.i-top-bg {
  display: flex;
  left: 0;
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.i-top-bg picture {
  height: 100%;
  width: 100%;
  display: flex;
}
.i-top-bg img {
  height: 100%;
  width: 100%;
}

.i-main-container .swiper-pagination {
  position: static;
  margin-top: 10px;
  display: flex;
  gap: 10px;
  justify-content: center;
}

.i-main-container .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 !important;
  transition: 0.3s;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
}

.i-main-container .swiper-pagination-bullet-active {
  width: 18px;
  height: 8px;
  background: white;
  border-radius: 40px;
}

.i-header {
  position: fixed;
  top: 20px;
  z-index: 100;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1228px;
  width: 100%;
  margin: 0 auto;
}
.i-file-wrap {
  width: 48px;
  height: 48px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  z-index: 0;
  display: flex;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  margin-right: 8px;
}
.i-file-wrap img {
  width: 18px;
  margin: auto;
}
.i-file-wrap input {
  display: none;
}

.i-header-info {
  border-radius: 12px;
  border: 1px solid #23232b;
  background: #18181c;
  padding: 11px 12px;
  padding-left: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.i-banner {
  padding-top: 180px;
  padding-bottom: 150px;
  position: relative;
  z-index: 0;
}
.i-banner .i-mobile-img {
  display: none;
}
.i-banner .i-left-img {
  position: absolute;
  top: 153px;
  max-width: 375px;
  width: 100%;
  left: 0;
  z-index: 1;
}
.i-banner .i-right-img {
  position: absolute;
  top: 147px;
  right: 0;
  z-index: 1;
  max-width: 300px;
  width: 100%;
}
.i-banner .i-info-block {
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
}
.i-banner .i-info-block h1 {
  max-width: 390px;
  width: 100%;
  margin: 0 auto 20px;
  color: white;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 105%;
}

.i-banner .i-info-block p {
  max-width: 530px;
  width: 100%;
  margin: 0 auto 57px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.i-banner .i-info-block .i-info {
  padding: 16px 24px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(16, 16, 18, 0.1);
  box-shadow: -6.836px 0 40px 0 rgba(255, 176, 3, 0.15),
    6.836px 0 40px 0 rgba(254, 60, 125, 0.15);
  backdrop-filter: blur(9.41349983215332px);
}
.i-banner .i-info-block .i-info textarea {
  padding: 7px 0 0;
  border: none;

  font-size: 16px;
  line-height: 120%;
  color: rgba(255, 255, 255, 0.4);
  width: 100%;
  background: none;
  margin-bottom: 13px;
  resize: none;
}

.i-banner .i-info-block .i-info a.style {
  padding: 10px;
  border-radius: 6px;
  min-width: 48px;
  border: 1px solid transparent;
  height: 48px;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  display: inline-flex;
  align-items: center;
}
.i-banner .i-info-block .i-info a.plus-btn {
  margin-right: 8px;
}
.i-banner .i-info-block .i-info a.drop-btn {
  margin-left: auto;
  margin-right: 8px;
}
.i-banner .i-info-block .i-info a.i-white-btn {
  border-radius: 6px;
}
.i-banner .i-info-block .i-info a.i-white-btn:hover {
  background: rgba(255, 255, 255, 0.05);
}
.i-banner .i-info-block .i-info a.style:hover {
  opacity: 0.8;
}
.i-banner .i-info-block .i-info a.style img {
  margin: auto;
}
.i-banner .i-info-block .i-info a.settings-btn img {
  margin-right: 10px;
}
.i-banner .i-info-block .i-info a.settings-btn {
  padding: 11px 15px;
}
.i-banner .i-info-block .i-info .buttons {
  display: flex;
  align-items: center;
}
.i-banner .i-info-block .i-info a img {
  margin-right: 8px;
}

.i-brand-logos {
  padding: 50px 0;
}
.i-brand-logos .i-container {
  text-align: center;
}

.i-brand-logos .logos {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  position: relative;
  z-index: 0;
}
.i-brand-logos .logos:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -50px;
  background: url(/lander/land_assets/images/i-shadow.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 109px;
  height: 109px;
}
.i-brand-logos .logos:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -50px;
  background: url(/lander/land_assets/images/i-shadow.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 109px;
  height: 109px;
}

.i-btn-container {
  text-align: center;
}
.i-btn-container .i-white-btn {
  display: inline-flex;
  margin-top: 42px;
}

.i-information {
  padding-top: 10px;
  padding-bottom: 80px;
}
.i-information.style2 h5 {
  max-width: 390px;
}
.i-information.style2 p {
  max-width: 460px;
}
.i-information h2 {
  max-width: 280px;
  width: 100%;
  margin: 0 auto 20px;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  color: white;
}
.i-information h5 {
  max-width: 280px;
  width: 100%;
  margin: 0 auto 20px;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  color: white;
}
.i-information p {
  max-width: 410px;
  width: 100%;
  margin: 0 auto 42px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.i-information .swiper-slide b {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  color: white;
  margin-bottom: 4px;
}
.i-information .swiper-slide span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}

.custom-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}

.custom-slider .swiper-slide {
  width: auto !important;
}
.i-information .swiper-slide .img-wrap img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.i-music-block {
  max-width: 1100px;
  width: 100%;
  margin: 80px auto;
  background: url(/lander/land_assets/images/i-suno-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.i-music-block .i-music-info {
  max-width: 370px;
  width: 100%;
  padding: 250px 0;
  text-align: center;
  margin: 0 auto;
}
.i-music-block .i-music-info h4 {
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 20px;
  color: white;
  text-align: center;
}
.i-music-block .i-music-info p {
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 52px;
}
.i-music-block .i-music-info p span {
  display: block;
}
.i-music-block .i-music-info .i-white-btn {
  display: inline-flex;
  border-radius: 6px;
}

.i-you-need {
  padding: 80px 0;
}
.i-you-need .i-container {
  max-width: 1128px;
}
.i-you-need h3 {
  text-align: center;
  color: white;
  margin-bottom: 42px;
  max-width: 590px;
  width: 100%;
  margin: 0 auto 42px;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 105%;
}

.i-you-need-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.i-you-need-item {
  border-radius: 20px;
  background: #212126;
  padding: 30px;
  min-height: 395px;
  display: flex;
  flex-direction: column;
}
.i-you-need-item b {
  display: inline-block;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  color: white;
  margin-bottom: 10px;
}
.i-you-need-item b span {
  display: block;
}
.i-you-need-item > span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  margin-bottom: 24px;
  display: inline-block;
  max-width: 285px;
}
.i-you-need-item img {
  margin: auto auto 0;
  border-radius: 20px;
}

.you-need-slider1,
.you-need-slider2,
.you-need-slider3 {
  margin-bottom: 30px;
  display: none;
}

.i-footer {
  padding: 91px 0 137px;
  background: #121215;
}
.i-footer .i-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1128px;
}
.i-footer .i-container .i-footer-logo img {
  width: 170px;
}
.i-footer .i-container .i-copyright {
  color: #76767c;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.i-information {
  overflow: hidden;
}

.i-you-need h3 span {
  display: block;
}

.i-work-partners-track {
  display: flex;
  gap: 32px;
}

.i-work-partners-track .i-work-partners-item {
  display: flex;
  flex-direction: column;
  min-width: 276px;
}
.i-work-partners-track .i-work-partners-item .img-wrap {
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  margin-bottom: 12px;
}
.i-work-partners-track .i-work-partners-item b {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 4px;
  display: block;
  color: white;
}
.i-work-partners-track .i-work-partners-item span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.buttons .i-white-btn:hover {
  background: rgba(255, 255, 255, 0.05);
}

.i-logo {
  display: flex;
}

.i-footer-logo {
  display: inline-flex;
}

.m-hero-titles h1 {
  font-weight: 600;
  font-size: 44px;
  line-height: 48px;
  text-align: center;
  color: #28282b;
}
.m-hero-titles p {
  margin-top: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #797b89;
  margin-bottom: 40px;
  text-align: center;
}

.m-hero-body {
  padding: 180px 0 0;
}
.m-hero-btn {
  margin: 0 auto;
}

.m-possibilities-section {
  margin-top: 100px;
}

.m-possibilities-columns {
  gap: 40px;
}
.m-possibilities-column {
  gap: 10px;
  justify-content: space-between;
}
.m-possibilities-texts {
  max-width: 403px;
  width: 100%;
}

.m-possibilities-media {
  max-width: 700px;
  width: 100%;
}
.m-possibilities-media picture {
  width: 100%;
  height: 100%;
  display: flex;
}
.m-possibilities-media picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.m-possibilities-texts {
  gap: 24px;
}

.m-possibilities-btn {
  max-width: max-content;
}
.m-possibilities-text-header {
  gap: 11px;
}
.m-possibilities-text-header i {
  font-size: 24px;
  background: #386fde;
}

.m-how-work-section {
  margin-top: 140px;
}

.m-work-items {
  gap: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  justify-content: center;
}

.m-work-item {
  gap: 10px;
}
.m-work-item .m-block-text {
  margin-top: 14px;
}
.m-work-item .icon-school {
  font-size: 25px;
  background: #386fde;
}
.m-work-item .icon-ultimate {
  font-size: 26px;
  background: #386fde;
}
.m-work-item .icon-idea {
  font-size: 20px;
  background: #386fde;
}
.m-work-item span {
  margin-top: 14px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-style: italic;
  color: #76767c;
  display: block;
}

.m-reviews-container {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

.m-reviews-section {
  margin-top: 140px;
}
.m-reviews-slide {
  padding: 24px;
  background: #f8f9fb;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  flex: 0 0 auto;
  max-width: 366px;
  width: 100%;
  height: max-content;
  cursor: pointer;
}

.m-reviews-columns {
  overflow: hidden;
}

.m-reviews-track {
  display: flex;
  gap: 30px;
  width: max-content;
  will-change: transform;
}

.m-reviews-slide p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #1f1f1f;
}
.m-reviews-slide span {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  margin-top: 40px;
  display: block;
  color: #464551;
}
.m-reviews-btn {
  margin: 40px auto 0;
}

.m-footer-body {
  gap: 20px;
  justify-content: space-between;
}

.m-footer {
  margin-top: 100px;
  padding: 50px 0 64px 0;
  background: #ffffff;
}
.m-footer-body p {
  font-weight: 400;
  font-size: 14.6px;
  line-height: 24px;
  color: #8c8d9b;
}

.header-info {
  border-radius: 12px;
  border: 1px solid #e8e8e8;
  background: #fcfcfc;
  padding: 12px 12px 12px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-info .logo {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #000;
  font-weight: 500;
  line-height: 120%;
}
.header-info img {
  margin-right: 8px;
  max-width: 26px;
  width: 100%;
}

.a-black-btn {
  padding: 14px 20px;
  display: inline-flex;
  align-items: center;
  background: #282828;
  border-radius: 6px;
  line-height: 20px;
  font-size: 16px;
  font-weight: 500;
  color: white;
}

.a-black-btn .hide-mobile {
  margin-left: 5px;
}

.a-black-btn:hover {
  background: #386fde;
}

.a-black-btn img {
  margin-right: 8px;
  max-width: 20px;
  width: 100%;
}

.a-blue-btn {
  padding: 14px 20px;
  display: inline-flex;
  align-items: center;
  background: #386fde;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  color: white;
}

.a-blue-btn:hover {
  background: #282828;
}

.a-blue-btn img {
  margin-right: 8px;
  max-width: 20px;
  width: 100%;
}

.a-title-wrap {
  text-align: center;
  max-width: 770px;
  width: 100%;
  margin: 0 auto 20px;
  text-align: center;
}

.a-title-wrap h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  margin: 0 auto;
  color: #282828;
  margin-bottom: 20px;
}

.a-title-wrap h2 .a-blue-text {
  color: #386fde;
}

.a-title-wrap p {
  font-size: 18px;
  margin-bottom: 32px;
  text-align: center;
  color: #797b89;
  line-height: 24px;
}

.a-hero-section {
  padding: 157px 0 0;
}

.a-hero-section .a-title-wrap {
  max-width: 810px;
  width: 100%;
  margin: 0 auto;
}

.a-hero-section .a-title-wrap h2 {
  margin-bottom: 20px;
  max-width: 470px;
  text-align: center;
}

.a-hero-section .a-title-wrap h2 .a-blue-text {
  display: block;
}

.a-hero-info {
  margin: 50px auto 0;
  position: relative;
  z-index: 0;
  display: flex;
}

.a-hero-info .a-hero-title {
  position: absolute;
  z-index: -1;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.a-hero-info .a-hero-title b {
  color: #282828;
  font-size: 44px;
  font-weight: 600;
}
.a-hero-title img {
  max-width: 90px;
}
.a-hero-info .a-hero-title b span {
  color: #386fde;
  font-weight: 600;
  display: block;
}

.a-hero-info .a-hero-bg {
  width: 100%;
}

.a-info-slider-section {
  margin: 20px 0 120px 0;
}

.details-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  transition: 0.3s;
}

.details-pagination .swiper-pagination-bullet-active {
  width: 32px;
  height: 14px;
  border-radius: 40px;
}

.style-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  transition: 0.3s;
}

.style-pagination .swiper-pagination-bullet-active {
  width: 32px;
  height: 14px;
  border-radius: 40px;
}

.words-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  transition: 0.3s;
}

.words-pagination .swiper-pagination-bullet-active {
  width: 32px;
  height: 14px;
  border-radius: 40px;
}

.detailsSwiper {
  width: 100%;
  padding-bottom: 40px;
  overflow: visible !important;
}

.detailsSwiper .swiper-slide {
  width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.detailsSwiper img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.styleSwiper {
  width: 100%;
  padding-bottom: 40px;
  overflow: visible !important;
}

.styleSwiper .swiper-slide {
  width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.styleSwiper img {
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.wordsSwiper {
  width: 100%;
  padding-bottom: 40px;
  overflow: visible !important;
}

.wordsSwiper .swiper-slide {
  width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wordsSwiper img {
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.a-images-variants {
  margin: 100px 0;
}

.footer {
  padding: 50px 0;
  background: #f6f6f6;
}

.footer-info {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-info .footer-logo {
  max-width: 71px;
  width: 100%;
}
.footer-logo img {
  width: 100%;
  height: 100%;
}
.footer-info .a-blue-btn {
  margin-left: 50px;
}

.a-faq-section .a-faq-info {
  display: flex;
  justify-content: space-between;
}

.a-faq-section h2 {
  max-width: 320px;
  font-size: 44px;
  font-weight: 600;
  line-height: 48px;
  color: #1f1d20;
}

.a-accordion {
  max-width: 670px;
  width: 100%;
}

.a-accordion .a-accordion-item {
  padding-bottom: 10px;
  border-bottom: 2px solid #e8e8e8;
}

.a-accordion .a-accordion-item:last-child {
  border: none;
}
.gallery {
  margin-top: -26px;
}
.a-accordion-header {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
  border: none;
  text-align: left;
  background: none;
  cursor: pointer;

  display: flex;
  justify-content: space-between;
}
.a-accordion-header .text {
  width: calc(100% - 20px);
  font-weight: 500;
  color: #28282b;
  font-size: 16px;
  line-height: 20px;
}

.a-arrow {
  width: 10px;
  height: 10px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.a-accordion-item.active .a-arrow {
  transform: rotate(-135deg);
}

.a-accordion-content {
  display: none;
}

.a-accordion-content p {
  font-size: 16px;
  color: #76767c;
  margin-bottom: 10px;
  line-height: 20px;
}

.a-accordion-content ul {
  padding-left: 20px;
  margin: 10px 0;
}

.a-accordion-content ul li {
  list-style-type: disc;
  font-size: 16px;
  color: #28282b;
  line-height: 20px;
}

.a-accordion-item.active .a-accordion-content {
  max-height: 450px;
}
.desktop-text-wrap {
  display: block;
}

.swiper-pagination {
  margin-top: 20px !important;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  position: initial !important;
}

.swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
  background: #e8e8e8 !important;
  opacity: 1 !important;
}
.swiper-pagination-bullet-active {
  width: 32px !important;
  height: 12px !important;
  border-radius: 100px !important;
  background: #386fde !important;
  border-radius: 180px !important;
}
.splide__pagination__page.is-active {
  width: 32px !important;
  height: 12px !important;
  border-radius: 100px !important;
  background: #386fde !important;
}
.splide__pagination {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  bottom: -30px !important;
}
.splide__pagination__page {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
  background: #e8e8e8 !important;
  opacity: 1 !important;
  border-radius: 180px !important;
}
.splide__pagination li {
  display: flex;
}
.splide__track {
  overflow: hidden !important;
}

.chat-wrapper {
  padding: 16px;
  background: #fbfbfb;
  margin: 0 auto;
  min-height: 100vh;
  min-height: 100svh;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
}

.chat-sidebar {
  max-width: 300px;
  width: 100%;
  background: #fcfcfc;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  position: relative;
  z-index: 2;
  transition: 0.3s;
  overflow: hidden;
}

.chat-sidebar.activeSmall .chat-sidebar-small {
  opacity: 1;
  visibility: visible;
  max-width: 56px;
  width: 100%;
  height: 97%;
}
.chat-sidebar.activeSmall {
  max-width: 56px;
  background: #f6f6f6;
  padding: 6px;
  border-radius: 100px;
}
.chat-sidebar.activeSmall .chat-sidebar-big {
  max-width: 0;
  opacity: 0;
  visibility: hidden;
  display: none;
}

.sidebar-small-tolls {
  gap: 12px;
  height: 100%;
}

.chat-sidebar-big {
  max-width: 300px;
  width: 100%;
  transition: 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.chat-sidebar-maximize {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 50%;
  cursor: pointer;
}
.chat-sidebar-maximize i {
  font-size: 13px;
  background: #28282b;
  transition: 0.4s;
}

.chat-sidebar-new {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 50%;
  cursor: pointer;
}
.chat-sidebar-new i {
  font-size: 17px;
  background: #28282b;
  transition: 0.4s;
}
.chat-sidebar-new:hover i {
  background: #386fde;
}

.chat-sidebar-search {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 50%;
  cursor: pointer;
  background: #f8f8f8;
  border: 1px solid #e8e8e8;
}
.chat-sidebar-search i {
  font-size: 14px;
  background: #28282b;
  transition: 0.4s;
}
.chat-sidebar-search:hover i {
  background: #386fde;
}

.chat-small-profile {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 50%;
  cursor: pointer;
  margin-top: auto;
}
.chat-small-profile i {
  font-size: 14px;
  background: #28282b;
  transition: 0.4s;
}
.chat-small-profile:hover i {
  background: #386fde;
}

.chat-sidebar-small {
  position: absolute;
  left: 0;
  top: 6px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  max-width: 0;
  align-items: center;
}
.chat-sidebar-maximize:hover i {
  background: #386fde;
}

.n-logo {
  max-width: 94px;
  width: 100%;
}
.chat-header-mobile {
  display: none;
}
.chat-sidebar-header {
  padding: 20px 18px 12px 12px;
  justify-content: space-between;
}
.chat-sidebar-line {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border-radius: 50%;
  background-color: transparent;
}
.chat-sidebar-line span {
  width: 12px;
  height: 1.5px;
  background: #28282b;
  cursor: pointer;
  transition: 0.4s;
  display: flex;
}
.chat-sidebar-line:hover span {
  background: #386fde;
}
.chat-menu {
  margin-top: 24px;
  padding: 0 12px;
}
.chat-menu ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.chat-menu ul li a {
  padding: 10px 12px;
  gap: 9px;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #28282b;
  transition: 0.4s;
}
.chat-menu ul li a i {
  font-size: 12px;
  background: #28282b;
  margin-top: -3px;
  transition: 0.4s;
}
.chat-menu ul li a:hover {
  color: #386fde;
}
.chat-menu ul li a:hover i {
  background: #386fde;
}
.chat-projects-items {
  margin-top: 12px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.project-item-link i {
  font-size: 8px;
  background: #a5a5a5;
  transition: 0.3s;
}
.project-item-link {
  gap: 9px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #75757e;
  cursor: pointer;
  transition: 0.3s;
}
.project-item-link:hover {
  color: #386fde;
}
.project-item-link:hover i {
  background: #386fde;
}

.project-sub-list {
  transition: 0.4s;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
}
.project-sub-list li a {
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  transition: 0.3s;

  color: #28282b;
}
.project-sub-list li a i {
  font-size: 18px;
  transition: 0.3s;
  background: #28282b;
}
.project-sub-list li a:hover {
  color: #386fde;
}
.project-sub-list li a:hover i {
  background: #386fde;
}

.chat-project-item.active .project-sub-list {
  max-height: 300px;
  opacity: 1;
  visibility: visible;
  margin-top: 12px;
}

.chat-cnt {
  padding: 12px;
  background: #f6f6f6;
  border-radius: 12px 12px;
  margin-top: auto;
  height: 100%;
}
.chat-header-mobile {
  display: none;
}
.chat-profile-link {
  margin-top: auto;
  gap: 10px;
  padding: 10px 0 0;
}
.chat-profile-link span {
  color: #28282b;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  transition: 0.3s;
}

.chat-profile-link:hover span {
  color: #386fde;
}

.chat-profile-avatar {
  max-width: 40px;
  width: 100%;
}
.chat-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: auto;
  max-height: 318px;
  height: 100%;
}
.chat-list::-webkit-scrollbar {
  width: 3px;
  height: 18;
}
.chat-list::-webkit-scrollbar-track {
  background: #f6f6f6;
  border-radius: 10px;
}
.chat-list::-webkit-scrollbar-thumb {
  background: #ffffff;
  border-radius: 10px;
}
.chat-list::-webkit-scrollbar-thumb:hover {
  background: #386fde;
}
.chat-item-link i {
  font-size: 8px;
  background: #a5a5a5;
  transition: 0.3s;
}
.chat-item-link {
  gap: 9px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #75757e;
  cursor: pointer;
  transition: 0.3s;
}
.chat-item-link:hover {
  color: #386fde;
}
.chat-item-link:hover i {
  background: #386fde;
}
.chat-sub-list {
  display: flex;
  flex-direction: column;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
}
.chat-sub-list li a {
  padding: 8px 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #28282b;
  transition: 0.4s;
}
.chat-sub-list li a:hover {
  color: #386fde;
}
.chat-list-item.active .chat-sub-list {
  margin-top: 14px;
  gap: 10px;
  opacity: 1;
  visibility: visible;
  max-height: 300px;
}

.chat-main-cnt {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 16px;
  justify-content: center;
}
.chat-cnt-wrapper {
  max-width: 728px;
  width: 100%;
}
.chat-header {
  gap: 20px;
}
.o-chat-header h1 {
  font-weight: 500;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  color: #28282b;
}

.chat-header h2 {
  font-weight: 500;
  font-size: 40px;
  line-height: 32px;
  text-align: center;
  color: #28282b;
}
.chat-cnt-logo {
  max-width: 46px;
  width: 100%;
}
.chat-search-wrapper-mobile {
  display: none;
}
.chat-search-wrapper {
  margin-top: 40px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 100px;
  padding: 16px;
  gap: 8px;
  transition: 0.3s;
  width: 100%;
}
.chat-search-wrapper.active {
  border-color: #4b7cff;
}
.chat-file input[type="file"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
}
.chat-file {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.chat-file:hover i {
  background: #386fde;
}
.chat-file i {
  font-size: 13px;
  background: #28282b;
  transition: 0.3s;
}
.chat-file-search {
  max-width: 632px;
  width: 100%;
}
.chat-file-search input {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}
.chat-file-search input::placeholder {
  color: #75757e;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

.chat-enter-link {
  width: 24px;
  height: 24px;
  background: #f6f6f6;
  border-radius: 50%;
  transition: 0.4s;
}
.chat-enter-link i {
  background: #28282b;
  font-size: 9px;
  transition: 0.4s;
  margin-left: 2px;
  margin-top: -1px;
}
.chat-enter-link:hover {
  background: #386fde;
}
.chat-enter-link:hover i {
  background: #f6f6f6;
}
.chat-categories {
  gap: 20px;
  justify-content: center;
  max-width: 584px;
  width: 100%;
  margin: 20px auto 0;
  flex-wrap: wrap;
}
.chat-category-item {
  padding: 14px;
  border-radius: 100px;
  background: #ffffff;
  gap: 4px;
  transition: 0.3s;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.chat-category-item:hover {
  background: #386fde;
  color: #f6f6f6;
}
.p-chat-mobile-tools {
  display: none;
}

.o-chat-sub-list {
  display: flex;
  flex-direction: column;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
}
.o-chat-sub-list li span {
  padding: 8px 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  transition: 0.4s;
  color: #75757e;
  max-width: 238px;
  display: block;
}
.o-chat-sub-list li span a {
  color: #386fde;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: 0.3s;
}
.o-chat-sub-list li span a:hover {
  opacity: 0.7;
}

.o-chat-sub-list li a:hover {
  color: #386fde;
}
.chat-list-item.active .o-chat-sub-list {
  margin-top: 14px;
  gap: 10px;
  opacity: 1;
  visibility: visible;
  max-height: 300px;
}

.o-chat-search {
  box-shadow: 9px 12px 34px 0px #0000001a;
}

.o-chat-categories {
  gap: 10px;
  justify-content: start;
  margin-top: 40px;
  width: 100%;
  flex-wrap: wrap;
}
.o-chat-categories-mobile {
  display: none;
}
.o-chat-category-item {
  padding: 10px 14px;
  border-radius: 100px;
  border: 1px solid #e8e8e8;
  background: #fbfbfb;

  transition: 0.3s;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #76767c;
}

.o-chat-category-item:hover {
  background: #386fde;
  color: #f6f6f6;
}

.p-chat-categories {
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
  width: 100%;
  flex-wrap: wrap;
}
.p-chat-categories-mobile {
  display: none;
}

.p-chat-header {
  gap: 20px;
  justify-content: center;
}
.p-chat-mobile-tools {
  display: none;
}
.p-chat-header h1 {
  font-weight: 500;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  color: #28282b;
}
.q-chat-header h1{
    font-weight: 500;
    font-size: 40px;
    line-height: 32px;
    text-align: center;
    color: #28282b;
}
.p-chat-cnt-logo {
  max-width: 33px;
  width: 100%;
}

.p-chat-category-item {
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid #e8e8e8;
  background: #fbfbfb;
  transition: 0.3s;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #76767c;
  gap: 8px;
}
.p-chat-category-item i {
  font-size: 15px;
  background: #75757e;
  transition: 0.3s;
}

.p-chat-category-item:hover {
  background: #386fde;
  color: #f6f6f6;
}
.p-chat-category-item:hover i {
  background: #f6f6f6;
}

.p-caht-modal {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 30px;
  background: #386fde;
  top: 8px;
  border-radius: 10px;
  max-width: 682px;
  width: 100%;
  justify-content: center;
}

.p-caht-modal p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
}
.p-caht-modal i {
  background: #ffffff;
  font-size: 10px;
  transform: rotate(45deg);
  margin-left: 4px;
  margin-top: 1px;
}





.r-container {
  max-width: 1168px;
  width: 100%;
  padding: 0 14px;
  margin: 0 auto;
}







.r-section-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
  text-align: center;
  color: #dce8ff;
}
.r-section-titles {
  gap: 10px;
  justify-content: center;
}

.r-section-gradient-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
  text-align: center;
  color: #dce8ff;
  gap: 10px;
  justify-content: center;
}

.r-section {
  margin-top: 100px;
}

.text-gradient {
  position: relative;
  z-index: 2;
  color: transparent;
}

.text-gradient::before {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  background: linear-gradient(20deg, #9747ff 0%, #005ff9 50%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));

  background-blend-mode: overlay;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.btn-light-gradient {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 6px 20px 6px 6px;
  border-radius: 6px;
  transition: 0.3s;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0px 0px 30px 0px #0000001a;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
  z-index: 2;
}

.btn-light-gradient::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;

  background: linear-gradient(
    121deg,
    rgba(255, 255, 255, 0.064) 0%,
    rgba(255, 255, 255, 0.016) 100%
  );
  opacity: 1;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.btn-light-gradient::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(
    121deg,
    rgba(255, 255, 255, 0.064) 0%,
    rgba(255, 255, 255, 0.016) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.8;
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 1;
}

.btn-light-gradient:hover::after {
  background: linear-gradient(
    121deg,
    rgba(255, 255, 255, 0.064) 0%,
    rgba(255, 255, 255, 0.016) 100%
  );
  padding: 2px;
}

.btn-light-gradient:hover {
box-shadow: 0px 0px 20px 0px #FFFFFF0D;

}
.btn-light-gradient-icon {
  flex: 0 0 40px;
  border-radius: 4px;

  width: 40px;
  height: 40px;
  transition: 0.3s;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.btn-light-gradient-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    121deg,
    rgba(255, 255, 255, 0.064) 0%,
    rgba(255, 255, 255, 0.016) 100%
  );
  opacity: 1;
  transition: opacity 0.3s ease;
  z-index: 0;
}
.btn-light-gradient-icon i {
  font-size: 24px;
  background: #ffffff;
  transition: 0.3s;
}
.btn-light-gradient span {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #dce8ff;

  transition: 0.3s;
}

.btn-text-light-gradient {
  padding: 15px 30px;
  border-radius: 6px;
  transition: 0.3s;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0px 0px 30px 0px #0000001a;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
  z-index: 2;
}

.btn-text-light-gradient::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;

  background: linear-gradient(
    121deg,
    rgba(255, 255, 255, 0.064) 0%,
    rgba(255, 255, 255, 0.016) 100%
  );
  opacity: 1;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.btn-text-light-gradient::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(
    121deg,
    rgba(255, 255, 255, 0.064) 0%,
    rgba(255, 255, 255, 0.016) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.8;
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 1;
}

.btn-text-light-gradient:hover::after {
  background: linear-gradient(
    121deg,
    rgba(255, 255, 255, 0.064) 0%,
    rgba(255, 255, 255, 0.016) 100%
  );
  padding: 2px;
}
.btn-text-light-gradient:hover {
box-shadow: 0px 0px 20px 0px #FFFFFF0D;

}





.btn-text-light-gradient span {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #dce8ff;
  transition: 0.3s;
}

.text-blue {
  color: #005ff9;
}

.h-header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 19px;
  z-index: 10;
}

.r-header-body {
  background: #1b1c1f;
  border-radius: 8px;
  padding: 10px 10px 10px 20px;
  justify-content: space-between;
}

.btn-login {
  padding: 11.5px 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #ffffff;
  background: #e5e3ec33;
  border-radius: 6px;
  border: 1px solid #e5e3ec33;
  transition: 0.3s;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-register {
  padding: 11.5px 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #202020;
  background: #ffffff;
  border-radius: 6px;
  transition: 0.3s;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-actons {
  gap: 10px;
}

.btn-login:hover {
  background: #ffffff;
  color: #202020;
}
.btn-register:hover {
  color: #ffffff;
  background: #202020;
}

.r-hero-section {
  min-height: 1221px;
  position: relative;
  z-index: 2;
}
.r-hero-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.r-hero-bg picture {
  display: flex;
}

.r-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.r-hero-body {
  padding: 144px 0 0;
}
.r-hero-titles {
  position: relative;
  z-index: 3;
}
.r-hero-titles h1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 110%;
  color: #dce8ff;
  text-align: center;
}
.r-hero-titles p {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #dce8ff;
  margin-top: 16px;
}
.r-hero-btn {
  margin-top: 36px;
}
.r-hero-media {
  max-width: 996px;
  width: 100%;
  margin: 48px auto 0;
  display: flex;
  padding: 16px;
  border-radius: 16px;
  background: linear-gradient(
    121deg,
    rgba(255, 255, 255, 0.064) 0%,
    rgba(255, 255, 255, 0.016) 100%
  );
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  position: relative;
  z-index: 2;
}
.r-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(
    121deg,
    rgba(255, 255, 255, 0.064) 0%,
    rgba(255, 255, 255, 0.016) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.8;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 1;
}

.r-hero-media picture {
  display: flex;
  width: 100%;
  height: 100%;
}
.r-hero-media img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.r-hero-cart {
  max-width: 340px;
  width: 100%;
  position: absolute;
}
.r-hero-cart img {
  width: 100%;
  height: 100%;
}
.r-hero-cart--one {
  top: 178px;
  left: 0;
}
.r-hero-cart--two {
  top: 220px;
  right: 0;
}
.r-hero-cart--tree {
  bottom: -54px;
  left: 0;
}
.r-hero-cart--for {
  bottom: -66px;
  right: 0;
}
.r-forWhom-section{
  position: relative;
  z-index: 4;
}

.r-forWhom-items {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.r-forWhom-item {
  padding: 28px;
  border-radius: 16px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  flex: 1 1 31.5%;
}

.r-forWhom-item::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(
    121deg,
    rgba(255, 255, 255, 0.064) 0%,
    rgba(255, 255, 255, 0.016) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.8;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 1;
}
.r-forWhom-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    121deg,
    rgba(255, 255, 255, 0.064) 0%,
    rgba(255, 255, 255, 0.016) 100%
  );
  opacity: 1;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.r-forWhom-item-header {
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.r-forWhom-item-header h2 {
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
  color: #dce8ff;
}
.r-forWhom-icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 50%;
  background: linear-gradient(
    121deg,
    rgba(255, 255, 255, 0.064) 0%,
    rgba(255, 255, 255, 0.016) 100%
  );
}
.r-forWhom-icon i {
  font-size: 12px;
  background: #dce8ff;
}
.r-forWhom-item p {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: #dce8ff;
}

.r-partners-body h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
  text-align: center;
  color: #dce8ff;
}

.r-partners-items {
  flex-wrap: wrap;
  gap: 79px;
  margin-top: 30px;
  justify-content: center;
}

.r-abilities-section {
  min-height: 726px;
  position: relative;
  z-index: 2;
}
.r-abilities-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.r-abilities-bg picture {
  display: flex;
  width: 100%;
  height: 100%;
}

.r-abilities-bg picture img {
  width: 100%;
  height: 100%;
}
.r-abilities-gradient {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 332px;
  background: linear-gradient(180deg, rgba(18, 19, 22, 0) 0%, #121316 80.49%);

}


.r-abilities-tabs {
  margin-top: 30px;
  position: relative;
  z-index: 2;
  max-width: 994px;
  margin: 30px auto 0;
  width: 100%;
}
.r-abilities-tabs-bg {
  display: none;
}
.r-abilities-tabs::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  width: 105%;
  height: 60px;

  background: radial-gradient(
    38.88% 11180.7% at 50% 61.63%,
    rgba(18, 19, 22, 0) 57.13%,
    #121316 100%
  );

  z-index: 1;
  pointer-events: none;
}

.r-abilities-tab-btn {
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
  text-align: center;
  color: #dce8ff;
  background: transparent;
  position: relative;
  z-index: 1;
  cursor: pointer;
  opacity: 0.5;
}

.r-abilities-tab-btn::before {
  content: attr(data-text);
  position: absolute;
  inset: 0;

  background: linear-gradient(90deg, #9747ff 0%, #005ff9 100%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));

  background-blend-mode: overlay;
  -webkit-background-clip: text;
  background-clip: text;

  color: transparent;

  opacity: 0;
  pointer-events: none;
}

.r-abilities-tab-btn:hover::before,
.r-abilities-tab-btn.active::before {
  opacity: 1;
}

.r-abilities-tab-btn:hover,
.r-abilities-tab-btn.active {
  color: transparent;
  opacity: 1;
}

.r-abilities-tab-swiper,
.r-abilities-tab-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.r-abilities-section-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
  text-align: center;
  color: #dce8ff;
}
.r-abilities-wrapper {
  margin: 30px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.r-abilities-item {
  display: none;
}
.r-abilities-item img {
  width: 100%;
  height: 100%;
}
.r-abilities-item.active {
  display: flex;
}

.r-review-users {
  max-width: 434px;
  width: 100%;
}
.r-review-users img {
  width: 100%;
  height: 100%;
}
.r-review-titles p {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  color: #dce8ff;
  margin: 30px auto 0;
}
.r-review-btn {
  margin: 30px auto 0;
}
.r-review-cnt {
  margin: 30px auto 0;
  position: relative;
  z-index: 2;
}
.r-review-media {
  max-width: 627px;
  width: 100%;
}
.r-review-media img {
  width: 100%;
  height: 100%;
}

.r-review-description {
  border-radius: 24px;
  background: #17181b99;
  overflow: hidden;
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
  position: absolute;
  right: 0;
  width: 100%;
  min-height: 391px;
  max-width: 633px;
  top: 50%;
  transform: translateY(-50%);
  padding: 35px;
}

.r-review-description::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(
    119.36deg,
    rgba(0, 0, 0, 0.12) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  border: 1px solid;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.8;
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 1;
}
.r-review-text {
  margin-top: 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #dce8ff;
}
.r-review-line {
  margin-top: 25px;
  width: 100%;
}
.r-review-line picture {
  width: 100%;
  display: flex;
}
.r-review-line img {
  width: 100%;
}
.r-review-author {
  margin-top: 25px;
}
.r-review-author p {
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  color: #dce8ff;
  text-align: end;
}
.r-review-author span {
  margin-top: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-align: end;
  color: #dce8ff;
  display: block;
}

.r-toolKit-tabs {
  margin-top: 30px;
  gap: 20px;
  overflow: auto;
}
.r-toolKit-tab {
  min-width: 214px;
  width: max-content;
  box-shadow: 0px 0px 30px 0px #0000001a;
  padding: 15px 8px;
  background: transparent;
  position: relative;
  z-index: 2;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #dce8ff;
  transition: 0.3s;
  opacity: 0.5;
}
.r-toolKit-tab::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  height: 1px;
  background: linear-gradient(90deg, #9747ff 0%, #005ff9 100%);
  opacity: 0;
  transition: 0.3s;
}

.r-toolKit-tab:hover,
.r-toolKit-tab.active {
  background: radial-gradient(
    62.76% 86.54% at 50% 100%,
    rgba(151, 71, 255, 0.2) 0%,
    rgba(74, 83, 252, 0) 100%
  );
  opacity: 1;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.r-toolKit-tab:hover::after,
.r-toolKit-tab.active::after {
  opacity: 1;
}

.r-toolKit-wrapper {
  margin-top: 30px;
}
.r-toolKit-item {
  gap: 25px;
  justify-content: space-between;
}
.r-toolKit-item {
  display: none;
}

.r-toolKit-item.active {
  display: flex;
}

.r-toolKit-text-block {
  max-width: 550px;
  width: 100%;
}

.r-models-titles p {
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  text-align: start;
  color: #dce8ff;
  margin-bottom: 10px;
}
.r-models-swiper-block {
  margin-top: 30px;
}

.r-models-slide {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.r-models-slide-img {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 12px;
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
  width: 100%;
}

.r-models-slide-img::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(
    119.36deg,
    rgba(0, 0, 0, 0.12) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 1;
}

.r-models-slide-img img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.r-toolKit-text-block h5 {
  margin-top: 12px;
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
  color: #dce8ff;
}
.r-toolKit-text-block ul {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.r-toolKit-text-block ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #dce8ff;
}

.r-toolKit-media-block {
  max-width: 550px;
  width: 100%;
}
.r-toolKit-media-block img {
  width: 100%;
  height: 100%;
}
.r-models-slide-texts p {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #dce8ff;
}
.r-models-slide-texts span {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #dce8ff;
  margin-top: 8px;
}
.r-models-header {
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.r-models-arrows {
  gap: 10px;
}
.r-models-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative !important;
  z-index: 2;
  flex: 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: unset !important;
  top: unset !important;
  right: unset !important;
  margin-top: unset !important;
  transition: .3s;
}
.r-models-arrow:hover{
  opacity: .6;
}
.r-models-arrow i {
  font-size: 10px;
  background: #dce8ff;
}
.r-models-arrow::after {
  display: none !important;
}

.r-models-arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    121deg,
    rgba(255, 255, 255, 0.064) 0%,
    rgba(255, 255, 255, 0.016) 100%
  );
  opacity: 1;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.r-models-arrow::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(
    121deg,
    rgba(255, 255, 255, 0.064) 0%,
    rgba(255, 255, 255, 0.016) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 1;
}

.r-models-prev {
  transform: rotate(180deg);
}

.r-galary-cnt {
  margin-top: 30px;
  position: relative;
  z-index: 2;
}

.r-galary-gradient {
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(18, 19, 22, 0) 0%, #121316 80.49%);
  height: 332px;
  width: 100%;
}

.r-galary-columns {
  gap: 20px;
}
.r-galary-mobile-swiper {
  display: none;
}
.r-galary-column {
  gap: 20px;
  max-width: 270px;
  width: 100%;
  height: max-content;
}
.r-galary-item {
  width: 100%;
}
.r-galary-item img {
  width: 100%;
  height: 100%;
}

.r-galary-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.r-community-section {
  min-height: 360px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.r-community-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.r-community-bg picture {
  width: 100%;
  height: 100%;
  display: flex;
}
.r-community-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.r-community-body {
  gap: 20px;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}

.r-community-image {
  max-width: 504px;
  width: 100%;
}
.r-community-image picture {
  display: flex;
}
.r-community-titles {
  gap: 10px;
}
.r-community-titles .r-section-title {
  text-align: start;
}
.r-community-title {
  gap: 14px;
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
  text-align: center;
  color: #dce8ff;
}
.r-community-description {
  padding: 0 0 0 30px;
}
.r-community-btn {
  max-width: max-content;
  margin-top: 25px;
}
.r-community-btn i {
  font-size: 24px;
  background: #dce8ff;
}

.r-reviews-titles p {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #dce8ff;
  opacity: 0.7;
  max-width: 866px;
  width: 100%;
  margin: 12px auto 0;
}

.r-reviews-items {
  margin-top: 30px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.r-reviews-item {
  flex: 1 1 30%;
}
.r-reviews-text {
  font-weight: 400;
  font-style: Italic;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #dce8ff;
}
.r-reviews-info {
  justify-content: center;
  margin-top: 25px;
  gap: 8px;
}
.r-reviews-info p {
  color: #dce8ff;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}
.r-reviews-line {
  width: 1px;
  background: #dce8ff;
  opacity: 0.1;
}

.r-colleagues-items {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.r-colleagues-item-wrapper {
  flex: 1 1 22%;
  background: linear-gradient(
    121deg,
    rgba(255, 255, 255, 0.064) 0%,
    rgba(255, 255, 255, 0.016) 100%
  );
  border-radius: 16px;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.r-trust-section {
  position: relative;
  z-index: 2;
}
.r-trust-body {
  gap: 120px;
  position: relative;
  z-index: 3;
}
.r-trust-image {
  max-width: 560px;
  width: 100%;
  padding: 37px 0 0;
}
.r-community-titles {
  max-width: 467px;
  width: 100%;
}
.r-trust-image img {
  width: 100%;
  height: 100%;
}

.r-trust-image picture {
  width: 100%;
  height: 100%;
  display: flex;
}

.r-trust-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.r-trust-bg picture {
  width: 100%;
  height: 100%;
  display: flex;
}
.r-trust-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.r-trust-titles .r-section-title {
  text-align: start;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.r-trust-btn {
  margin-top: 20px;
  max-width: max-content;
}

.r-footer {
  padding: 80px 0;
  position: relative;
  z-index: 3;
  background: #1b1c1f;
}
.r-footer-body {
  justify-content: space-between;
}
.r-footer-logo {
  max-width: 210px;
  width: 100%;
}

.r-footer-texts p {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-align: start;
  margin-top: 40px;
  color: #ffffff;
  opacity: 0.4;
}

.r-footer-logo picture {
  display: flex;
}





.u-block-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
  color: #ffffff;
}
.u-block-text {
  color: #ffffff;
  margin-top: 13px;
  font-weight: 500;
  font-size: 15px;
  line-height: 130%;
}
.u-primary-btn {
  background: #386fde;
  border-radius: 50px;
  padding: 12px 20px;
  gap: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  transition: 0.3s;
}
.u-primary-btn i {
  font-size: 20px;
  background: #ffffff;
  transition: 0.3s;
}
.u-primary-btn:hover {
  background: #ffffff;
  color: #386fde;
}
.u-primary-btn:hover i {
  background: #386fde;
}


.u-header-body {
  justify-content: space-between;
  gap: 20px;
  background: #18181c;
  border: 1px solid #23232b;
  border-radius: 12px;
  padding: 11px 12px 11px 24px;
}
.u-btn-register {
  padding: 14px 20px 14px 21px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  border-radius: 6px;
  background: #f8f8f8;
  color: #1a1a20;
  transition: 0.3s;
}
.u-btn-register i {
  font-size: 20px;
  background: #1a1a20;
  transition: 0.3s;
}
.u-btn-register:hover {
  background: #386fde;
  color: #f8f8f8;
}
.u-btn-register:hover i {
  background: #f8f8f8;
}

.u-hero-section {
  position: relative;
  z-index: 2;
  min-height: 800px;
}
.u-hero-bg {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.u-hero-bg picture {
  display: flex;
  width: 100%;
  height: 100%;
}
.u-hero-bg picture img {
  width: 100%;
  height: 100%;
}

.u-hero-body {
  padding: 272px 0 0;
  gap: 30px;
}
.u-hero-titles {
  gap: 13px;
}
.u-hero-titles h1 {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
}
.u-hero-titles p {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  text-align: center;
}
.u-possibilities-section {
  margin-top: 10px;
}
.u-possibilities-columns {
  gap: 10px;
}

.u-possibilities-column:nth-child(1) {
  gap: 20px;
  justify-content: space-between;
}
.u-possibilities-column:nth-child(2) {
  gap: 20px;
  justify-content: space-between;
  max-width: 964px;
  margin: 0 auto;
  width: 100%;
}
.u-possibilities-column:nth-child(1) .u-possibilities-link {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.u-possibilities-column:nth-child(2) .u-possibilities-link {
  bottom: 0;
  right: -21px;
}

.u-possibilities-column:nth-child(3) {
  gap: 20px;
  justify-content: space-between;
  padding: 0 106px 0 80px;
}

.u-possibilities-column:nth-child(3) .u-possibilities-texts {
  max-width: 402px;
}
.u-possibilities-column:nth-child(2) .u-possibilities-texts {
  max-width: 425px;
}

.u-possibilities-texts {
  max-width: 453px;
  width: 100%;
}

.u-possibilities-big-media {
  max-width: 669px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.u-possibilities-small-media {
  max-width: 402px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.u-possibilities-big-media picture {
  width: 100%;
  height: 100%;
  display: flex;
}
.u-possibilities-big-media picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.u-possibilities-small-media picture {
  width: 100%;
  height: 100%;
  display: flex;
}
.u-possibilities-small-media picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.u-possibilities-link {
  gap: 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  background: #00000080;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 10px 12px 10px 20px;
  position: absolute;
  color: #ffffff;
  border-radius: 50px;
  transition: 0.3s;
  justify-content: space-between;
}
.u-possibilities-link-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  flex: 0 0 24px;
  background: #ffffff;
  transition: 0.3s;
}
.u-possibilities-link-icon i {
  background: #121316;
  font-size: 10px;
  transition: 0.3s;
  margin-left: 2px;
}
.u-possibilities-link:hover {
  color: #386fde;
}
.u-possibilities-link:hover .u-possibilities-link-icon {
  background: #386fde;
}
.u-possibilities-link:hover .u-possibilities-link-icon i {
  background: white;
}
.u-possibilities-swiper-block {
  max-width: 601px;
  width: 100%;
  padding: 30px 0;
}

.u-possibilities-slide-img {
  max-width: 274px;
  width: 100%;
}
.u-possibilities-slide {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
}

.u-possibilities-slide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.u-possibilities-slide-link--one {
  max-width: 395px;
  bottom: 79px;
  left: 0;
  border-radius: 20px;
  padding: 12px;
}
.u-possibilities-slide-link--two {
  max-width: 356px;
  bottom: 94px;
  right: 159px;
  border-radius: 20px;
  padding: 12px;
}
.u-possibilities-slide-link--tree {
  max-width: 346px;
  bottom: 94px;
  right: 186px;
  border-radius: 20px;
  padding: 12px;
}

.u-possibilities-slide-link--for {
  max-width: 225px;
  bottom: 94px;
  left: 0;
  border-radius: 20px;
  padding: 12px;
}

.u-possibilities-pagination {
  bottom: 30px !important;
  left: unset !important;
  right: 99px !important;
  top: unset !important;
  gap: 10px;
  display: flex;
  align-items: center;
  width: max-content !important;
  position: absolute !important;
}
.u-possibilities-pagination .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  margin: 0 !important;
  opacity: 0.5 !important;
  background: #ffffff !important;
  border-radius: 50% !important;
}
.u-possibilities-pagination .swiper-pagination-bullet-active {
  background: #ffffff;
  opacity: 1 !important;
  border-radius: 50% !important;
}

.u-add-sound-section {
  max-width: 1440px;
  width: 100%;
  margin: 10px auto 0;
}

.u-add-sound-titles {
  max-width: 308px;
  margin-left: 80px;
}
.u-add-sound-swiper-block {
  margin-top: 50px;
}
.u-sound-slide {
  position: relative;
  z-index: 2;
}
.turn-sound {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  gap: 12px;
  background: #00000080;
  padding: 12px 12px 12px 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  border-radius: 50px;
  min-width: max-content;
}

.u-sound-slide-img {
  width: 100%;
  height: 494px;
}
.u-sound-slide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.u-add-sound-swiper .swiper-slide {
  opacity: 0.5;
  cursor: pointer;
}
.u-add-sound-swiper .swiper-slide-active {
  opacity: 1;
}
.u-trust-section {
  margin-top: 50px;
}

.u-trust-body {
  min-height: 558px;
  gap: 30px;
}
.u-trust-body h4 {
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
}
.u-footer {
  padding: 80px 0 130px 0;
  background: #121215;
  margin-top: 50px;
  border-radius: 20px 20px 0 0 ;
}
.u-footer-body {
  justify-content: space-between;
}
.u-footer-texts p {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #76767c;
}





.t-border-link {
  padding: 8px 12px;
  border: 1px solid #ffffff;
  border-radius: 6px;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
}
.t-white-link {
  padding: 12px 20px;
  background: #ffffff;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  transition: 0.3s;
}
.t-white-link:hover {
  background: #386fde;
  color: white;
}

.t-block-cnt {
  margin-top: 40px;
}
.text-primary {
  color: #386fde;
}
.btn-primary {
  padding: 14px 21px;
  background: #386fde;
  gap: 8px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #fbfbfb;
  transition: 0.4s;
  max-width: max-content;
}
.btn-primary i {
  background: #fbfbfb;
  font-size: 20px;
}

.btn-primary:hover {
  background: #28282b;
}

.btn-primary-gradient {
  padding: 14px 21px;
  gap: 8px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #fbfbfb;
  max-width: max-content;
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition: 0.4s;
  background: #386FDE;

}



.btn-primary-gradient i {
  background: #fbfbfb;
  font-size: 20px;
}

.btn-primary-gradient:hover {
  background: #28282b;
}

.text-blue {
  color: #386fde;
}

.t-section {
  margin-top: 100px;
}
.t-section-title {
  font-weight: 600;
  font-size: 44px;
  line-height: 48px;
  text-align: center;
}
.t-section--sub-title {
  color: #333333;
  margin-top: 25px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}
.t-block-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
}
.t-block-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}

.submenu {
  display: none;
}
.d-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  top: 20px;
  z-index: 10;
}

.d-header-body {
  justify-content: space-between;
  gap: 20px;
  background: #fcfcfc;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 11px 12px 11px 24px;
}

.t-btn-register {
  padding: 12px 21px 12px 21px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  border-radius: 10px;
  background: #28282b;
  color: #fbfbfb;
  transition: 0.3s;
}
.t-btn-register i {
  font-size: 20px;
  background: #fbfbfb;
}
.t-btn-register:hover {
  background: #386fde;
}

.t-hero-body {
  padding: 133px 0 0;
  gap: 20px;
  justify-content: space-between;
}
.t-hero-texts {
  max-width: 598px;
}
.t-hero-texts h1 {
  font-weight: 600;
  font-size: 44px;
  line-height: 48px;
  color: #333333;
}
.t-hero-texts p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin-top: 30px;
}

.t-hero-media {
  max-width: 500px;
  width: 100%;
}

.t-hero-media img {
  width: 100%;
  height: 100%;
}
.t-hero-btn {
  margin-top: 30px;
  width: 100%;
  max-width: 100%;
  justify-content: center;
  padding: 13px 21px;
}

.t-explore-body {
  gap: 12px;
}

.t-real-time-title {
  gap: 10px;
}
.t-real-time-title strong {
  display: block;
  flex: 1 1 40%;
  background: #333333;
  height: 1px;
  opacity: 0.1;
}
.t-real-time-title p b {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  background: #35c838;
  border-radius: 50%;
}
.t-real-time-title p {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #333333;
}

.t-real-time-items {
  margin-top: 12px;
  gap: 15px;
  flex-wrap: wrap;
}
.t-real-time-item {
  flex: 1 1 30%;
  gap: 10px;
  padding: 30px;
  align-items: center;
  justify-content: center;
  background: #386fde1a;
  border-radius: 20px;
}
.t-real-time-item h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
  color: #333333;
}
.t-real-time-item p {
  color: #333333;
  font-weight: 500;
  font-size: 15px;
  line-height: 130%;
}
.t-real-time-cart:nth-child(2) {
  background: #386fde;
  border-radius: 40px;
  padding: 30px 100px 80px 100px;
}
.t-real-time-cart:nth-child(2) .t-blue-text-link:hover{
  background: #28282b;
    color: #fbfbfb;
}
.t-real-time-cart:nth-child(5) {
  background: #35c838;
  border-radius: 40px;
  padding: 100px;
}
.t-real-time-cart-titles {
  gap: 30px;
}
.t-real-time-cart-titles .t-section-title {
  color: #ffffff;
}

.t-blue-text-link {
  color: #386fde;
}
.t-time-sub-titles h2 {
  color: #ffffff;
}
.t-time-sub-titles p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin-top: 15px;
  color: #ffffff;
  opacity: 0.8;
  max-width: 720px;
  width: 100%;
}

.t-time-columns-wrapper {
  gap: 40px;
  margin-top: 40px;
}
.t-time-column {
  gap: 60px;
}

.t-time-big-item {
  gap: 25px;
  max-width: 593px;
  width: 100%;
}
.t-time-item-iamge {
  width: 100%;
}
.t-time-item-iamge img {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.t-time-small-item {
  gap: 25px;
  max-width: 287px;
  width: 100%;
}
.t-time-texts-header {
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.t-time-texts-header h2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

.t-blue-columns-wrapper .t-time-texts-header h2 {
  color: #ffffff;
}
.t-blue-columns-wrapper .t-time-item-texts p {
  color: #ffffff;
}

.t-blue-columns-wrapper .t-time-item-link {
  background: #ffffff;
}
.t-blue-columns-wrapper .t-time-item-link i {
  background: #386fde;
}

.t-green-columns-wrapper .t-time-texts-header h2 {
  color: #333333;
}
.t-green-columns-wrapper .t-time-item-texts p {
  color: #333333;
}

.t-green-columns-wrapper .t-time-item-link {
  background: #333333;
}
.t-green-columns-wrapper .t-time-item-link i {
  background: #35c838;
}
.t-real-time-cart:nth-child(5) .t-block-title {
  color: #333333;
}
.t-real-time-cart:nth-child(5) .t-time-sub-titles p {
  color: #333333;
}

.t-blueviolet-cart-tolls {
  background: #f3a6ff;
}
.t-blueviolet-cart-tolls .t-time-tolls-texts p {
  color: #333333;
  opacity: 0.8;
}
.t-blueviolet-cart-tolls .t-block-title {
  color: #333333;
}
.t-blueviolet-text-link {
  color: #333333;
  font-size: 14px;
  line-height: 130%;
  margin-top: 20px;
}

.t-wheat-cart-tolls {
  background: #fbfaf9;
}
.t-wheat-cart-tolls .t-time-tolls-texts p {
  color: #333333;
  opacity: 0.8;
}
.t-wheat-cart-tolls .t-block-title {
  color: #333333;
}

.t-wheat-text-link {
  color: #333333;
  font-size: 14px;
  line-height: 130%;
  margin-top: 20px;
  background: #386fde1a;
}

.t-time-item-texts p {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  margin-top: 12px;
}
.t-time-item-link {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  border-radius: 8px;
    transition: .3s;

}
.t-time-item-link i {
  font-size: 13px;
  transition: .3s;
}

.t-time-item-link:hover{
  background: #28282b;
}
.t-time-item-link:hover i{
    background: #fbfbfb;
}

.t-time-tolls-media {
  max-width: 550px;
  width: 100%;
}

.t-time-tolls-media picture {
  width: 100%;
  height: 100%;
  display: flex;
}
.t-time-tolls-media picture img {
  width: 100%;
  height: 100%;
}
.t-time-tolls-texts {
  max-width: 310px;
  width: 100%;
}
.t-time-tolls-texts p {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  margin-top: 20px;
}

.t-time-cart-tolls {
  padding: 100px;
  justify-content: space-between;
  border-radius: 40px;
  gap: 20px;
}
.t-time-big-column {
  gap: 26px;
}
.t-big-column-iamge {
  width: 100%;
}
.t-big-column-iamge img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.t-work-container {
  max-width: 1068px;
  width: 100%;
  padding: 0 14px;
  margin: 0 auto;
}
.t-container {
  max-width: 1168px;
  width: 100%;
  padding: 0 14px;
  margin: 0 auto;
}

.t-how-work-titles p {
  max-width: 658px;
  margin: 25px auto 0;
}

.t-how-work-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.t-how-work-items {
  margin-top: 40px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.t-how-work-item {
  flex: 1 1 22.5%;
}
.t-how-work-item h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}
.t-how-work-item p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin-top: 12px;
  color: #333333;
  opacity: 0.8;
}
.t-generate-body {
  gap: 20px;
  justify-content: space-between;
  padding: 40px;
  background: #ffffff;
  box-shadow: 0px 10px 20px 0px #0000001a;
  border: 1px solid #3333331a;
  border-radius: 40px;
}

.t-generate-media {
  width: 100%;
  max-width: 500px;
}
.t-generate-media picture {
  width: 100%;
  height: 100%;
  display: flex;
}
.t-generate-media img {
  width: 100%;
  height: 100%;
  border-radius: 50px;
  object-fit: cover;
}
.t-generate-tolls {
  max-width: 500px;
  width: 100%;
}
.t-select-avatar-block p {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
}

.t-select-avatar-images {
  margin-top: 15px;
  display: flex;
  gap: 5px;
}
.t-select-avatar-img {
  max-width: 121px;
  width: 100%;
}
.t-select-avatar-img img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
}
.t-select-textarea-wrapper {
  margin-top: 40px;

  gap: 15px;
}
.t-select-textarea-header {
  gap: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.t-select-textarea-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
}
.t-select-textarea-languages {
  gap: 8px;
  border-radius: 50px;
  background: #386fde1a;
}
.t-select-textarea-languages p {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #333333;
  padding: 6px 0 6px 12px;
}
.t-select-textarea-languages img {
  max-width: 70px;
  width: 100%;
  display: flex;
  height: 26px;
  object-fit: cover;
}

.t-select-textarea-label {
  background: #f2f2f2;
  border-radius: 12px;
  position: relative;
  z-index: 2;
  display: block;
  padding: 15px;
  min-height: 100px;
  transition: 0.3s;
  border: 1px solid transparent;
}
.t-select-textarea-label textarea {
  width: 100%;
  height: 40px;
  background: #f2f2f2;
  resize: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  transition: 0.3s;
}
.t-select-textarea-label textarea::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  opacity: 0.5;
}
.t-select-textarea-label.active {
  border: 1px solid #5b7cff;
}

.t-input-count {
  position: absolute;
  font-weight: 400;
  font-size: 10px;
  line-height: 18px;
  color: #333333;
  gap: 2px;
  right: 15px;
  bottom: 15px;
}

.t-input-count b {
  font-weight: 400;
  font-size: 10px;
  line-height: 18px;
  color: #333333;
}
.t-input-count span {
  font-weight: 400;
  font-size: 10px;
  line-height: 18px;
  color: #333333;
}

.t-input-count.limit,
.t-input-count.limit b,
.t-input-count.limit span {
  color: #e53935;
}

.t-select-btn {
  margin-top: 67px;
  margin-left: auto;
  padding: 13px 20px;
  border-radius: 10px;
}
.t-select-btn i {
  transform: rotate(45deg);
}

.t-history-body {
  gap: 20px;
  justify-content: space-between;
}
.t-history-description {
  max-width: 527px;
  width: 100%;
}

.t-history-media {
  max-width: 485px;
  width: 100%;
}

.t-history-media img {
  width: 100%;
  height: 100%;
}
.t-history-tag {
  padding: 8px 12px;
  border: 1px solid #000000;
  border-radius: 6px;
  max-width: max-content;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #333333;
}

.t-history-titles h4 {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #333333;
  margin-top: 25px;
}
.t-history-titles p {
  margin-top: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
}
.t-history-items {
  gap: 20px;
  margin-top: 25px;
}
.t-history-item {
  padding: 20px;
  border: 2px solid #386fde;
  border-radius: 15px;
}

.t-history-item p {
  font-weight: 600;
  font-size: 44px;
  line-height: 48px;
  color: #333333;
}
.t-history-item b {
  margin-top: 12px;
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
}

.t-history-item:nth-child(1) {
  max-width: 318px;
  width: 100%;
}
.t-history-item:nth-child(2) {
  max-width: 189px;
  width: 100%;
}

.t-partners-items {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  width: 100%;
  margin: 20px auto 0;
  overflow: hidden;
}
.t-partners-gradient {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.t-partners-gradient img {
  width: 100%;
}
.t-partners-track {
  display: flex;
  align-items: center;
  gap: 100px;
  justify-content: center;
}
.t-partners-titles {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  gap: 10px;
}
.t-partners-titles span {
  width: 100%;
  background: #386fde;
  height: 1px;
}
.t-partners-titles p {
  white-space: nowrap;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #333333;
}
.t-partner-item {
  min-width: max-content;
}
.t-mission-body {
  padding: 60px;
  border-radius: 40px;
  background: #f2f2f2;
  min-height: 362px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.t-mission-media {
  max-width: 690px;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.t-mission-media picture {
  width: 100%;
  height: 100%;
  display: flex;
}
.t-mission-media img {
  width: 100%;
  height: 100%;
  object-position: 20px -30px;
}
.t-mission-titles {
  max-width: 494px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.t-mission-titles h5 {
  font-weight: 600;
  font-size: 44px;
  line-height: 48px;
  color: #333333;
}
.t-mission-titles p {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  margin-top: 30px;
  color: #333333;
}
.t-mission-text-link {
  margin-top: 30px;
  font-size: 14px;
  line-height: 130%;
  color: #333333;
}
.t-history-titles .t-section--sub-title {
  max-width: 576px;
  width: 100%;
  margin: 25px auto 0;
}
.t-history-titles .t-section-title {
  margin-top: 25px;
}

.t-commands-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 20px;
  justify-content: center;
}
.t-commands-titles{
  max-width: 846px;
  margin: 0 auto;
}
.t-commands-titles .t-section-title {
  margin-top: 25px;
}
.t-commands-titles .t-section--sub-title {
  max-width: 576px;
}

.t-command-item {
  padding: 25px;
  border-radius: 25px;
  gap: 12px;
  justify-content: space-between;
}
.t-command-item:nth-child(1) {
  background: #f9ecff;
}
.t-command-item:nth-child(2) {
  background: #def6e0;
}
.t-command-item:nth-child(3) {
  background: #386fde1a;
}
.t-command-item:nth-child(4) {
  background: #f9ecff;
}

.t-command-item-header {
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}
.t-command-item-header h6 {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #333333;
}
.t-command-item-link {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  border-radius: 6px;
  background: #ffffff;
}
.t-command-item-link i {
  font-size: 13px;
  background: #333333;
}
.t-command-item-image {
  max-width: 220px;
  width: 100%;
}
.t-command-item-image img {
  width: 100%;
  height: 100%;
}
.t-command-item-image picture {
  width: 100%;
  height: 100%;
  display: flex;
}
.t-command-item-text {
  font-weight: 400;
  font-size: 10px;
  line-height: 150%;
  color: #333333;
}

.t-integration-section {
  max-width: 1440px;
  width: 100%;
  margin: 100px auto 0;
  background: #f9ecff;
  border-radius: 60px;
  overflow: hidden;
  min-height: 400px;
}

.t-integration-body {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  z-index: 2;
}
.t-integration-titles {
  max-width: 710px;
  width: 100%;
  position: relative;
  z-index: 3;
  margin: 55px auto 0;
}
.t-integration-titles .t-section--sub-title {
  max-width: 576px;
}
.t-integration-left-image {
  max-width: 304px;
  width: 100%;
}
.t-integration-left-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.t-integration-right-image {
  max-width: 304px;
  width: 100%;
}
.t-integration-right-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.t-integration-text-link {
  margin-top: 25px;
  font-size: 14px;
  line-height: 130%;
  color: #333333;
}
.t-certified-body {
  padding: 40px 0;
  border-top: 1px solid #386fde;
  border-bottom: 1px solid #386fde;
  max-width: max-content;
  margin: 0 auto;
}
.t-certified-images {
  gap: 50px;
  justify-content: center;
  flex-wrap: wrap;
}
.t-certified-image-wrapper {
  gap: 12px;
}
.t-certified-image-wrapper p {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}
.t-certified-image-wrapper:nth-child(1) .t-certified-img {
  max-width: 68px;
  width: 100%;
  height: 78px;
}
.t-certified-img img {
  width: 100%;
  height: 100%;
}
.t-certified-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #333333;
  max-width: 576px;
  margin: 40px auto 0;
}

.t-faq-body {
  gap: 20px;
  justify-content: space-between;
}
.t-faq-title h6 {
  font-weight: 600;
  font-size: 44px;
  line-height: 48px;
  text-align: center;
  color: #333333;
}
.t-faq-items {
  max-width: 1003px;
  width: 100%;
  gap: 20px;
}

.t-faq-item {
  width: 100%;
  padding: 22px;
  border-radius: 15px;
  background: #f2f2f2;
}
.t-faq-header {
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
}
.t-faq-header.open .t-faq-icon {
  transform: rotate(180deg);
}

.t-faq-icon {
  max-width: 36px;
  width: 100%;
  transition: 0.3s;
}
.t-faq-header p {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
}
.t-faq-sub-text {
  margin-top: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #333333;
  opacity: 0.7;
}

.t-trust-section {
  max-width: 1440px;
  width: 100%;
  margin: 100px auto 0;
  border-radius: 60px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  min-height: 300px;
}
.t-trust-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.t-trust-bg picture {
  width: 100%;
  height: 100%;
  display: flex;
}
.t-trust-bg picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.t-trust-titles {
  padding: 36px 0 0;
  max-width: 576px;
  margin: 0 auto;
  width: 100%;
}
.t-trust-btn {
  margin: 25px auto 0;
  padding: 13px 21px;
  border-radius: 10px;
}

.t-footer {
  margin-top: -50px;
  padding: 120px 0 91px;
  background: #121215;
}


.t-footer-texts p {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #76767c;
}
.t-footer-body {
  justify-content: space-between;
}






.s-main-container {
  padding-top: 112px;
  background: white;
  overflow: hidden;
}

.s-container {
  max-width: 1228px;
  width: 100%;
  margin: 0 auto;
  padding: 0 14px;
}

.s-black-btn {
  padding: 14px 24.5px;
  border-radius: 6px;
  background: #28282b;
  color: white;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  display: inline-flex;
  align-items: center;
}
.s-black-btn:hover {
  background: #386fde;
}
.s-blue-btn:hover {
  background: #28282b;
}

.s-black-btn .hide-text {
  margin-left: 5px;
}

.s-black-btn img {
  margin-right: 8px;
}

.s-blue-btn {
  padding: 14px 24.5px;
  border-radius: 50px;
  background: #386fde;
  color: white;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  display: inline-flex;
  align-items: center;
  transition: .3s;
}

.s-blue-btn img {
  margin-right: 8px;
}

.animate-item {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.animate-item.visible {
  opacity: 1;
  transform: translateY(0);
}

.s-header {
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.s-header-info {
  border-radius: 12px;
  border: 1px solid #e8e8e8;
  padding: 11px 12px;
  background: white;
  padding-left: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.s-logo {
  display: inline-flex;
}

.s-realistic-platform {
  padding: 70px 0 50px;
  position: relative;
  z-index: 0;
}
.s-realistic-info-block {
  border-radius: 15px;
  background: #f2f2f2;
  padding: 5px;
  max-width: 830px;
  width: 100%;
  margin: 0 auto;
}
.s-realistic-links {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding: 0 20px 20px 20px ;
}
.s-realistic-links a {
  border-radius: 5px;
  border: 0.5px solid #dcdcdc;
  background: #fff;
  padding: 8px;
  display: flex;
  align-items: center;
}
.s-realistic-links a:hover {
  border-color: #ccc;
}
.s-realistic-links a b {
  padding-right: 5px;
  margin-right: 5px;
  display: inline-block;
  border-right: 1px solid #dcdcdc;
  font-size: 10px;
  font-weight: 600;
  color: #000;
}
.s-realistic-text {
  display: inline-block;
  font-size: 10px;
  font-weight: 500;
  color: #000;
}
.s-realistic-icon {
  position: relative;
  width: 13px;
  border-radius: 50px;
  display: inline-flex;
  margin-right: 5px;
  height: 13px;
}
.s-realistic-icons {
  margin-right: 10px;
}
.s-realistic-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.s-realistic-icon img.absolute-img {
  margin-left: -5px;
  position: relative;
  z-index: 0;
}
.s-realistic-style-wrap {
  border-radius: 12px;
  background: #fff;

}
.s-realistic-style-wrap p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 97px;
  padding: 20px;
}
.s-realistic-style-wrap p a {
  color: #386fde;
}
.s-realistic-info-block .s-full-link {
  font-size: 10px;
  padding-top: 15px;
  padding-bottom: 10px;
  text-align: center;
  display: block;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: #000;
}
.s-platform-bg {
  position: absolute;
  bottom: 150px;
  left: 0;
  width: 100%;
  z-index: -1;
}
.s-realistic-info {
  max-width: 830px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 80px;
}
.s-realistic-info h1 {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 15px;
}
.s-realistic-info p {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.s-realistic-info .s-blue-btn {
  margin-top: 30px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  padding: 13px 24.5px;
}
.s-realistic-bottom-line {
   padding: 20px  ;
  border-top: 1px solid #ededed;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.s-realistic-bottom-line .s-select {
  padding: 8px 9px;
  border-radius: 50px;
  border: 0.5px solid #dcdcdc;
  background: #fff;
  display: inline-flex;
  align-items: center;
}
.s-realistic-bottom-line .s-select:hover {
  border-color: #ccc;
}
.s-realistic-bottom-line .s-select span {
  color: #000;
  display: inline-block;
  margin: 0 5px;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.s-realistic-bottom-line .s-blue-btn {
  font-size: 10px;
  line-height: 100%;
  font-weight: bold;
  padding: 10px 14px;
}

.s-footer {
  padding-top: 50px;
  padding-bottom: 60px;
}
.s-footer .s-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1128px;
}
.s-footer-logo {
  width: 160px;
  display: inline-flex;
}
.s-footer-logo img {
  width: 100%;
}
.s-footer .s-copyright {
  font-size: 15px;
  color: #8c8d9b;
}
.s-footer .s-blue-btn {
  display: none;
}

.s-trused {
  padding: 50px 0;
}
.s-trused .s-container {
  text-align: center;
}
.s-trused .s-blue-btn {
  font-size: 14px;
  padding: 12px 20px;
}
.s-trused-brends {
  max-width: 972px;
  width: 100%;
  margin: 0 auto 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border: 1px solid #d3d3d3;
}
.s-trused-brends a {
  height: 77px;
  padding: 10px;
  display: flex;
}
.s-trused-brends a:nth-child(1) {
  border-right: 1px dashed #d3d3d3;
  border-bottom: 1px dashed #d3d3d3;
}
.s-trused-brends a:nth-child(2) {
  border-right: 1px dashed #d3d3d3;
  border-bottom: 1px dashed #d3d3d3;
}
.s-trused-brends a:nth-child(3) {
  border-right: 1px dashed #d3d3d3;
  border-bottom: 1px dashed #d3d3d3;
}
.s-trused-brends a:nth-child(4) {
  border-bottom: 1px dashed #d3d3d3;
}
.s-trused-brends a:nth-child(5) {
  border-right: 1px dashed #d3d3d3;
}
.s-trused-brends a:nth-child(6) {
  border-right: 1px dashed #d3d3d3;
}
.s-trused-brends a:nth-child(7) {
  border-right: 1px dashed #d3d3d3;
}
.s-trused-brends a img {
  margin: auto;
}
.s-trused h2 {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
  margin-bottom: 40px;
  color: #000;
}

.s-information-section {
  padding: 50px 0;
}
.s-information-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.s-information-item {
  border-radius: 15px;
  background: #f2f2f2;
  padding: 48px 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.s-information-item.s-item2:after {
  content: "";
  height: 400px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(..//lander/land_assets/images/s-gradient-blue.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
}

.s-information-item img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto 30px;
}
.s-information-item img.style {
  margin-top: -50px;
}
.s-information-item b {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  color: #000;
  margin-bottom: 15px;
  text-align: center;
}
.s-information-item span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  opacity: 0.7;
  margin-bottom: 30px;
  text-align: center;
  color: #000;
}

.s-info-block {
  padding: 50px 0;
}
.s-info-block .s-container > .s-blue-btn {
  display: none;
}
.s-info-section {
  display: flex;
  gap: 50px;
  justify-content: space-between;
}
.s-section-texts {
  max-width: 490px;
  width: 100%;
}
.s-section-img-wrap {
  padding: 5px;
  border-radius: 15px;
  background: #f2f2f2;
  align-self: flex-start;
  max-width: 650px;
  width: 100%;
}
.s-section-img {
  border-radius: 12px;
  overflow: hidden;
  display: flex;
}
.s-info-bottom-line {
  align-items: center;
  display: flex;
  padding: 10px 5px 5px;
}
.s-info-bottom-line .s-btn {
  align-items: center;
  display: flex;
  padding: 7px 9px;
  border-radius: 8px;
  border: 0.5px solid #dcdcdc;
  background: #fff;
  margin-right: 15px;
}
.s-info-bottom-line p {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  opacity: 0.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 15px;
  margin-bottom: 0;
}
.s-info-bottom-line .s-blue-btn {
  white-space: nowrap;
  font-size: 10px;
  font-weight: 700;
  line-height: normal;
  padding: 9px 12px;
  margin-left: auto;
}
.s-info-bottom-line .s-btn .brand {
  min-width: 46px;
  margin-right: 10px;
}
.s-info-bottom-line .s-btn .brand.brand2 {
  min-width: 68px;
  margin-right: 10px;
}
.s-info-bottom-line .s-btn .arr {
  margin-right: 8px;
}
.s-section-img img {
  width: 100%;
}
.s-section-text-item {
  margin-bottom: 25px;
}
.s-section-text-item:last-child {
  margin-bottom: 0;
}
.s-section-text-item b {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 10px;
  display: block;
}
.s-section-text-item span {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  line-height: 18px;
}

.s-info-block p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 15px;
  color: #000;
}
.s-info-block h3 {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  max-width: 690px;
  margin-bottom: 40px;
  color: #000;
}
.s-info-block h3.style2 {
  max-width: 530px;
}

.s-our-investors {
  padding: 50px 0;
}
.s-investors-logos {
  display: grid;
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
}
.s-investors-item {
  display: flex;
  height: 77px;
}
.s-investors-item img {
  margin: auto;
}
.s-our-investors h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 40px;
  text-align: center;
  color: #000;
}

.s-updates-swiper .swiper-slide {
  width: 380px;
}

.s-creators-swiper .swiper-slide {
  width: 277px;
}

.s-creators-swiper .swiper-slide p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
  color: #000;
}
.s-creators-swiper .swiper-slide p.style2 {
  max-width: 187px;
}
.s-creators-swiper .swiper-slide p b {
  font-weight: 600;
}
.s-creators-img-wrap {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 12px;
  display: flex;
}

.s-creators-person {
  display: flex;
  align-items: center;
}
.s-creators-img {
  border-radius: 50%;
  display: flex;
  width: 19px;
  overflow: hidden;
  height: 19px;
  margin-right: 6px;
}
.s-creators-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s-creators-text {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #000;
}

.s-creators {
  padding: 50px 0;
  overflow: hidden;
}
.s-creators h5 {
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 40px;
  color: #000;
}

.s-for-developers {
  margin: 50px 0;
  background: #000;
  padding: 80px 0;
}
.s-for-developers .s-subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 15px;
  color: white;
}
.s-for-developers h6 {
  font-size: 22px;
  color: white;
  font-weight: 600;
  line-height: 26px;
  max-width: 530px;
  margin-bottom: 40px;
}
.s-developers-info {
  border-radius: 15px;
  padding: 5px;
  background: #1c1c1c;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5px;
}
.s-developers-item {
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #333;
  background: #000;
}
.s-developers-text-info2 {
  display: flex;
}
.s-developers-images {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.s-developers-images .s-img-developers {
  position: relative;
  z-index: 0;
}
.s-text-developers {
  position: absolute;
  top: 46%;
  right: 15px;
  transform: translateY(-50%);
  color: white;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}
.s-text-developers span {
  margin-left: 4px;
  font-size: 12px;
  color: white;
  font-weight: 500;
  line-height: 18px;
  opacity: 0.5;
}
.s-developers-images img {
  max-width: 100%;
  max-height: 100%;
}
.s-item2-developers {
  margin-right: 25px;
  display: flex;
  flex-direction: column;
}
.s-item2-developers b {
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  padding-left: 10px;
  border-left: 1px solid #fff;
  margin-bottom: 6px;
  display: block;
  color: white;
}
.s-item2-developers span {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  opacity: 0.7;
  color: white;
  padding-left: 11px;
}
.s-developers-text-info-wrap {
  margin-top: 33px;
}
.s-item.item-end .s-developers-text-info-wrap{
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.s-item:nth-child(1) .s-developers-text-info-wrap{
   display: flex;
  flex-direction: column;
  gap: 25px;
}


.s-developers-text-info {
  margin-bottom: 25px;
}
.s-developers-text-info b {
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  padding-left: 10px;
  border-left: 1px solid #fff;
  margin-bottom: 6px;
  display: block;
  color: white;
}
.s-developers-text-info span {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  opacity: 0.7;
  color: white;
  padding-left: 11px;
}
.s-developers-text-info:last-child {
  margin-bottom: 0;
}

.s-img-developers-big{
  min-width: 234px;
}
.s-developers-item-info {
  display: flex;
  justify-content: space-between;
}
.s-developers-list li {
  padding-left: 10px;
  border-left: 1px solid #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  margin-bottom: 9px;
  color: white;
}
.s-developers-list li:last-child {
  margin-bottom: 0;
}
.s-developers-list li:nth-child(6){
 opacity: .7;
}
.s-developers-list li:last-child{
 opacity: .5;
}
.s-developers-item-info .s-img {
  max-width: 234px;
  width: 100%;
  display: flex;
  align-self: center;
  margin-left: 40px;
  border-radius: 50%;
}
.s-developers-item-info .s-img img {
  width: 100%;
}
.s-developers-item h3 {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 8px;
  color: white;
}
.s-developers-item p {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  opacity: 0.7;
  margin-bottom: 15px;
  color: white;
}
.s-developers-item .s-blue-btn {
  font-size: 12px;
  padding: 8px 12px;
  margin-left: auto;
  margin-top: 10px;
  font-weight: 500;
  line-height: 18px;
}
.s-developers-item:nth-child(1) {
  grid-column: 1/2;
}
.s-developers-item:nth-child(2) {
  grid-column: 2/3;
}
.s-developers-item:nth-child(3) {
  grid-column: 3/4;
}
.s-developers-item:nth-child(4) {
  grid-column: 1/3;
}
.s-developers-item:nth-child(5) {
  grid-column: 3/4;
  padding: 15px;
  display: flex;
  flex-direction: column;
  background: transparent;
  border: none;
}
.s-developers-item.item-end .s-developers-text-info {
  margin-bottom: 15px;
}
.s-developers-item.item-end .s-developers-text-info-wrap {
  margin-top: 10px;
}

.s-about {
  padding: 50px 0;
}
.s-about-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.s-about-item {
  position: relative;
  z-index: 0;
  min-height: 500px;
  border-radius: 20px;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  padding: 50px;
  background: #f2f2f2;
}
.s-about-item:last-child {
  background: #1c1c1c;
}
.s-about-item:last-child h2 {
  color: white;
}
.s-about-item:last-child p {
  color: white;
}
.s-about-item h2 {
  font-size: 31px;
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 36px;
  color: #000;
}
.s-about-item p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  opacity: 0.7;
  max-width: 487px;
  color: #000;
  margin-bottom: 20px;
}
.s-about-item .bg {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}
.s-about-item .s-blue-btn {
  margin-top: auto;
  display: inline-flex;
  font-size: 14px;
  line-height: 18px;
  padding: 13px 21px;
  align-self: flex-start;
}

.s-updates {
  padding: 50px 0;
  overflow: hidden;
}

.s-updates h5 {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  color: #000;
  margin-bottom: 40px;
}

.s-updates-img-wrap {
  position: relative;
  margin-bottom: 15px;
  z-index: 0;
}
.s-updates-swiper .swiper-slide b {
  display: block;
  text-overflow: ellipsis;
  font-size: 16px;
  white-space: nowrap;
  font-weight: 500;
  overflow: hidden;
  line-height: 20px;
  margin-bottom: 10px;
}
.s-updates-swiper .swiper-slide span {
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  display: inline-block;
}
.s-updates-img-wrap img {
  width: 100%;
}
.s-updates-style {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 8px 11px;
  border-radius: 50px;
  background: white;
  color: #000;
}

.s-audio {
  padding: 50px 0;
  position: relative;
  z-index: 0;
}
.s-audio-info {
  margin: 0 auto;
  max-width: 480px;
  text-align: center;
  width: 100%;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  padding: 50px;
}
.s-audio-link {
  margin-bottom: 20px;
  display: inline-flex;
}
.s-audio-info h4 {
  margin-bottom: 50px;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
  color: #000;
}
.s-audio-info .s-blue-btn {
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  padding: 12px 22px;
  font-size: 14px;
}
.s-audio-bg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: -1;
}

.s-audio-mobile-bg {
  display: none;
}



.v-btn-primary {
  padding: 12px 20px;
  background: #386fde;
  border-radius: 10px;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  transition: 0.3s;
  color: #ffffff;
}
.v-btn-primary:hover {
  background: #28282b;
}
.v-btn-primary-icon {
  padding: 10px 20px;
  background: #386fde;
  border-radius: 10px;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  transition: 0.3s;
  color: #ffffff;
  gap: 8px;
  justify-content: center;
  min-width: max-content;
}
.v-btn-primary-icon i {
  font-size: 24px;
  background: #ffffff;
}
.v-btn-primary-icon:hover {
  background: #28282b;
}

.v-section {
  margin-top: 40px;
}

.v-section-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  text-transform: uppercase;
  color: #ffffff;
}
.v-section-sub-title {
  margin-top: 8px;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  opacity: 0.7;
}
.v-block-cnt {
  margin-top: 40px;
}




.v-btn-register {
  padding: 14px 20px 14px 21px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  border-radius: 6px;
  background: #f8f8f8;
  color: #1a1a20;
  transition: 0.3s;
}
.v-btn-register i {
  font-size: 20px;
  background: #1a1a20;
  transition: 0.3s;
}
.v-btn-register:hover {
  background: #386fde;
  color: #f8f8f8;
}
.v-btn-register:hover i {
  background: #f8f8f8;
}

.v-hero-body {
  padding: 132px 0 0;
}

.v-hero-slide-texts {
  margin-top: 10px;
  gap: 4px;
}
.v-hero-slide-texts h2 {
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #ffffff;
}
.v-hero-slide-texts p {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #ffffff;
  opacity: 0.7;
}
.v-hero-slide-img img {
  width: 100%;
  height: 100%;
}
.v-gift-body {
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  padding: 21px 20px;
}
.v-gift-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.v-gift-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.v-gift-decor {
  position: absolute;
  right: 22px;
  top: -53px;
}
.v-gift-gradient {
  background: linear-gradient(
    90deg,
    #1a1a20 0%,
    rgba(26, 26, 32, 0.5) 44.83%,
    rgba(26, 26, 32, 0) 63.17%,
    rgba(26, 26, 32, 0.5) 79.59%,
    #1a1a20 100%
  );
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
.v-gift-titles {
  position: relative;
  z-index: 2;
}
.v-gift-tolls {
  position: relative;
  z-index: 2;
}

.v-tools-texts {
  max-width: 351px;
  width: 100%;
}
.v-tools-texts h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  text-transform: uppercase;
  color: #ffffff;
}
.v-tools-texts p {
  color: #ffffff;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  opacity: 0.7;
  margin-top: 15px;
}

.v-tools-body {
  padding: 30px;
  background: #18181c;
  border: 1px solid #ffffff0d;
  border-radius: 15px;
  gap: 20px;
  justify-content: space-between;
}
.v-tools-btn {
  margin-top: 50px;
}
.v-tools-btn i{
  font-size: 24px !important;
}
.v-tools-swiper-block {
  max-width: 949px;
  width: 100%;
}
.v-tools-slide-link {
  padding: 4px 4px 8px 4px;
  border-radius: 12px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.v-tools-slide-link::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 1.5px;
  transition: 0.3s;

  background: linear-gradient(
    143.54deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0) 21.15%,
    rgba(255, 255, 255, 0) 81.25%,
    rgba(255, 255, 255, 0.1) 100%
  );

  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  pointer-events: none;
}
.v-tools-slide-link:hover::after {
  background: #386fde;
}

.v-tools-slide-img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.v-tools-slide-name {
  margin-top: 10px;
  padding: 1px 10px;
  justify-content: space-between;
}
.v-tools-slide-name p {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
}
.v-tools-slide-name i {
  font-size: 20px;
  background: #ffffff;
  transform: rotate(45deg);
  opacity: 0.7;
}

.v-projects-items {
  margin-top: 15px;
  gap: 15px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(332px, 1fr));
  justify-content: center;
}
.v-project-item {
  padding: 5px 5px 10px 5px;
  background: #ffffff05;
  border: 1px solid #ffffff0d;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.3s;
}
.v-project-item:hover {
  border: 1px solid #386fde;
}
.v-project-item:hover i {
  transform: rotate(0);
}
.v-project-item-img {
  width: 100%;
}
.v-project-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.v-project-item-info {
  justify-content: space-between;
  width: 100%;
}
.v-project-item-info {
  margin-top: 10px;
  padding: 5px 10px;
}
.v-project-item-info i {
  font-size: 25px;
  background: #ffffff;
  opacity: 0.6;
  transform: rotate(45deg);
  transition: 0.3s;
}
.v-project-item-info h4 {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
}
.v-project-item-name p {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  opacity: 0.7;
  margin-top: 5px;
}
.v-project-item-name strong {
  display: block;
  width: 16px;
  height: 16px;
  background: #386fde;
  border-radius: 50%;
  border: 2px solid #ffffff33;
}

.v-choice-items {
  margin-top: 15px;
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(193px, 1fr));
  justify-content: center;
  
}

.v-choice-item {
  padding: 4px 4px 10px 4px;
  background: #ffffff05;
  border: 1px solid #ffffff0d;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.5s;
}

.v-choice-item:hover {
  border: 1px solid #386fde;
}
.v-choice-item:hover i {
  transform: rotate(0);
}

.v-choice-item-img {
  width: 100%;
}
.v-choice-item-img img {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
.v-choice-item-titles {
  margin-top: 10px;
  width: 100%;
  padding: 0 10px;
}
.v-choice-item-name {
  justify-content: space-between;
}
.v-choice-item-name h5 {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
}
.v-choice-item-name i {
  background: #ffffff;
  opacity: 0.6;
  font-size: 17px;
  transform: rotate(45deg);
  transition: 0.3s;
}
.v-choice-item-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  opacity: 0.7;
  margin-top: 5px;
}

.v-visual-body {
  position: relative;
  z-index: 2;
}

.v-visual-items {
  margin-top: 15px;
  gap: 10px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(272px, 1fr));
  justify-content: center;
}
.v-visual-item-columns {
  gap: 10px;
}
.v-visual-item {
  position: relative;
  z-index: 2;
  border-radius: 10px;
  overflow: hidden;
}
.v-visual-small-item {
  position: relative;
  z-index: 2;
  border-radius: 10px;
  overflow: hidden;
}
.v-visual-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 61.35%,
    rgba(0, 0, 0, 0.7) 100%
  );
  z-index: 1;
}

.v-visual-small-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 61.35%,
    rgba(0, 0, 0, 0.7) 100%
  );
  z-index: 1;
}

.v-visual-item-img {
  width: 100%;
}
.v-visual-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.v-visual-small-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.v-visual-small-item .v-visual-item-img {
  height: 176px;
}
.v-visual-item .v-visual-item-img {
  height: 362px;
}

.v-visual-item p {
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  z-index: 2;
  min-width: max-content;
}

.v-visual-small-item p {
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  z-index: 2;
  min-width: max-content;
}
.v-visual-gradient {
  position: absolute;
  bottom: 0;
  z-index: 2;
  left: 0;
}
.v-visual-btn {
  position: absolute;
  max-width: max-content;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  z-index: 3;
  padding: 12px 27px;
}
.v-btn-primary-icon i {
  font-size: 18px;
}

.v-images-columns {
  display: flex;
  gap: 10px;
  margin-top: 15px;
  max-height: 735px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.v-images-columns::after {
  content: "";
  height: 408px;
  width: 100%;
  background: linear-gradient(180deg, rgba(26, 26, 32, 0) 61.35%, #1a1a20 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.v-images-column {
  max-width: 272px;
  width: 100%;
  gap: 10px;
}
.v-images-btn {
  position: absolute;
  max-width: max-content;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  z-index: 3;
  padding: 12px 27px;
}

.v-img-wrapper {
  position: relative;
  z-index: 2;
  border-radius: 10px;
  overflow: hidden;
  min-height: max-content;
}
.v-img-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 61.35%,
    rgba(0, 0, 0, 0.7) 100%
  );
  z-index: 1;
}
.v-img-item {
  width: 100%;
}
.v-img-item picture {
  width: 100%;
  height: 100%;
  display: flex;
}
.v-img-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.v-img-wrapper p {
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  z-index: 2;
  min-width: max-content;
}

.gradient-unset-columns .v-img-wrapper::after {
  display: none;
}

.v-functions-body {
  padding: 60px 0;
}
.v-functions-title {
  font-weight: 600;
  font-size: 44px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.v-functions-items {
  gap: 5px;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  max-width: 1200px;
  margin: 15px auto 0;
}
.v-functions-item {
  background: #ffffff0d;
  padding: 6px 10px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  opacity: 0.7;
  max-width: max-content;
  color: #ffffff;
}

.v-footer {
  padding: 85px 0 130px 0;
  margin-top: 40px;
  border-radius: 20px 20px 0 0;
  background: #121215;
}
.v-footer-container {
  max-width: 1128px;
  width: 100%;
  margin: 0 auto;
  padding: 0 14px;
}









@media (max-width: 1500px) {
  .u-hero-bg picture img {
    object-fit: cover;
  }
}


@media (max-width: 1400px) {
  .i-left-img {
    width: 25vw;
  }
  .i-right-img {
    width: 20vw;
  }
}

@media (max-width: 1350px) {
  .v-tools-swiper-block {
    max-width: 790px;
  }
  .v-img-wrapper p {
    font-size: 14px;
  }
}

@media (max-width: 1300px) {
}




@media (max-width: 1220px) {
  .s-updates-swiper .swiper-slide {
    width: 31.5%;
  }
  .s-about-item h2 {
    font-size: 26px;
  }
  .s-about-item {
    padding: 40px;
  }
}



@media (max-width: 1200px) {

   .v-tools-body {
    flex-direction: column;
  }
  .v-tools-swiper-block {
    max-width: 100%;
  }
  .v-tools-texts {
    max-width: 100%;
  }

   .s-section-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .s-updates-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .s-developers-item {
    padding: 20px;
  }
  .s-developers-item h3 {
    font-size: 20px;
  }
  .s-information-item {
    padding: 0 25px 50px;
  }
  .s-information-item img {
    margin-top: 50px;
  }
  .s-information-item b {
    margin-top: auto;
  }
  .s-section-img-wrap {
    max-width: 500px;
  }

    .t-integration-titles .t-section-title {
    font-size: 30px;
    line-height: 34px;
  }
  .t-mission-section .t-container {
    padding: 0;
  }



    .u-possibilities-column:nth-child(3) {
    padding: 0;
  }
  .r-forWhom-item p {
    margin-top: 6px;
  }

  .r-trust-body{
    gap: 20px;
    justify-content: space-between;
  }


  .detailsSwiper .swiper-slide {
    width: inherit;
  }
  .detailsSwiper {
    padding: 0 14px;
  }
  .styleSwiper .swiper-slide {
    width: inherit;
  }
  .styleSwiper {
    padding: 0 14px;
  }
  .wordsSwiper .swiper-slide {
    width: inherit;
  }
  .wordsSwiper {
    padding: 0 14px;
  }
  .detailsSwiper img {
    height: auto;
  }
  .wordsSplide {
    padding: 0 14px;
    margin-bottom: 0;
  }

  .l-models-section .container {
    padding: 0 0 0 14px;
  }
  .l-models-titles {
    padding: 0 14px 0 0;
  }
  .l-resources-section .container {
    padding: 0 0 0 14px;
  }
  .l-resources-titles {
    padding: 0 14px 0 0;
  }
  .l-news-section .container {
    padding: 0 0 0 14px;
  }
  .l-news-titles {
    padding: 0 14px 0 0;
  }

  .l-resources-info-block {
    margin: 60px 0 0 -14px;
  }

  /* ===============================Стили для лэндинга Runway START============================== */
  .b-work-pagination {
    display: flex;
    position: initial !important;
    margin-top: 24px;
    align-items: center;
    justify-content: center;
    gap: 8px !important;
  }
  .b-work-swiper .swiper-pagination-bullet {
    width: 6px !important;
    height: 6px !important;
    background: #202020 !important;
    opacity: 0.2 !important;
    margin: 0 !important;
    transition: 0.3s;
    border-radius: 8px !important;
  }
  .b-work-swiper .swiper-pagination-bullet-active {
    width: 8px !important;
    height: 8px !important;
    background: #202020 !important;
    opacity: 1 !important;
    border-radius: 8px !important;
  }
  /* ===============================Стили для лэндинга Runway END============================== */

  .h-tolls-sectiion .container {
    padding: 0 0 0 14px;
  }

  .h-trust-section .container {
    padding: 0 0 0 14px;
  }
  .h-trust-adds {
    padding: 0 14px 0 0;
  }

  .d-hero-decor {
    max-width: 500px;
  }
  .d-hero-body {
    gap: 10px;
  }
}

@media (max-width: 1024px) {

   .s-updates-swiper .swiper-slide {
    width: 320px;
  }

  .s-about-item {
    padding: 30px;
  }
  .s-developers-info {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
  }
  .s-developers-item {
    border-radius: 10px;
  }
  .s-info-section {
    flex-direction: column-reverse;
    gap: 25px;
  }
  .s-info-block h3 {
    margin-bottom: 25px;
  }
  .s-section-texts {
    max-width: 100%;
  }
  .s-section-img-wrap {
    max-width: 100%;
  }
  .s-realistic-style-wrap p {
    margin-bottom: 40px;
  }
  .s-realistic-info {
    margin-bottom: 40px;
  }
  .s-realistic-info h1 {
    max-width: 670px;
    width: 100%;
    margin: 0 auto 15px;
  }
  .s-realistic-platform {
    padding-top: 50px;
  }



  .a-faq-section .a-faq-info {
    flex-direction: column;
  }
  .a-faq-section .a-faq-info h2 {
    max-width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .a-accordion {
    max-width: 100%;
  }
  .a-hero-info .a-hero-title b {
    font-size: 4vw;
  }
  .a-hero-info .a-hero-title > img {
    width: 50px;
    margin-bottom: 5px;
  }
  .a-title-wrap h2 {
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    margin: 0 auto;
    color: #282828;
  }
  .a-title-wrap p {
    font-size: 16px;
    line-height: 20px;
  }

  .f-trust-container {
    padding: 0 0 70px 0;
  }
  .you-need-slider img {
    width: 100%;
    height: auto;
  }

  .i-you-need-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .i-header {
    top: 14px;
  }
  .i-left-img {
    display: none;
  }
  .i-right-img {
    display: none;
  }
  .i-banner .i-mobile-img {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .i-banner {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}

@media (max-width: 1100px) {
  .i-you-need-item img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 992px) {

    .v-applications-section .v-images-column:nth-child(5) {
    display: none;
  }

  .v-nano-banana-section .v-images-column:nth-child(5) {
    display: none;
  }
    .v-higgsfield-section .v-images-column:nth-child(5){
        display: none;

  }

  .t-hero-body {
    flex-direction: column;
  }
  .t-hero-texts h1 {
    text-align: center;
  }
  .t-hero-texts p {
    text-align: center;
  }

  .t-real-time-cart:nth-child(2) {
    border-radius: 30px;
    padding: 40px 20px;
  }
  .t-time-cart-tolls {
    padding: 40px 20px;
    border-radius: 30px;
  }
  .t-real-time-cart:nth-child(5) {
    border-radius: 30px;
    padding: 40px 20px;
  }
  .t-real-time-item {
    flex: 1 1 33%;
  }
  .t-time-column {
    gap: 30px;
  }

  .t-generate-body {
    flex-direction: column;
  }
  .t-generate-tolls {
    max-width: 100%;
  }
  .t-select-avatar-images {
    justify-content: center;
  }

  .t-generate-media {
    max-width: 100%;
  }

  .t-history-body {
    flex-direction: column;
    align-items: stretch;
  }
  .t-history-description {
    max-width: 100%;
  }
  .t-history-media {
    max-width: 100%;
  }

  .t-integration-right-image {
    display: none;
  }

  .t-integration-left-image {
    display: none;
  }
  .t-faq-body {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }



  .u-possibilities-column:nth-child(3) {
    padding: 0;
    flex-direction: column;
    gap: 40px;
  }
  .u-possibilities-swiper-block {
    max-width: 100%;
    padding: 0;
  }
  .u-possibilities-columns {
    gap: 60px;
  }
  .u-possibilities-slide {
    justify-content: stretch;
  }
  .u-possibilities-slide-img {
    max-width: 100%;
  }

  .u-possibilities-slide-link--two {
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 70px;
  }
  .u-possibilities-slide-link--one {
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 70px;
  }

  .u-possibilities-slide-link--tree {
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 70px;
  }
  .u-possibilities-column:nth-child(3) .u-possibilities-texts {
    max-width: 100%;
  }

  .u-add-sound-section {
    margin: 90px auto 0;
  }
  .u-add-sound-titles {
    margin-left: unset;
  }

   .r-abilities-gradient{
    bottom: 0;
  }
  .r-reviews-items {
    flex-direction: column;
  }
  .r-reviews-line {
    width: 100%;
    height: 1px;
  }

  .r-community-body {
    flex-direction: column;
    padding: 30px 0 0;
    gap: 30px;
  }
  .r-community-description{
    padding: 0;
  }
  .r-community-title {
    justify-content: center;
  }
  .r-community-btn {
    margin: 20px auto 0;
  }

  .r-trust-body {
    flex-direction: column;
    padding: 60px 0 0;
  }
  .r-trust-titles .r-section-title {
    text-align: center;
  }
  .r-trust-btn {
    margin: 20px auto 0;
  }
  .r-trust-image {
    padding: 0;
  }

  .r-colleagues-item-wrapper {
    flex: 1 1 32%;
  }
  .r-colleagues-items {
    margin-top: 25px;
    gap: 30px;
  }


  .m-hero-titles h1 {
    font-size: 40px;
    line-height: 40px;
  }

  .l-hero-picture {
    max-width: 450px;
  }
  .l-hero-titles {
    padding: 0;
  }
  .l-hero-body {
    padding: 14px;
  }
  .l-hero-titles h1 {
    font-size: 35px;
    line-height: 38px;
  }

  .l-images-items {
    display: none;
  }
  .l-categories-items {
    max-width: 100%;
  }
  .l-category-item.active .l-category-sub-block {
    max-width: 100%;
  }
  .l-image-item-mobile {
    display: flex;
    margin-top: 21px;
  }
  .l-resources-info-block {
    padding: 50px;
  }
  .k-possibilities-item {
    flex-direction: column;
  }
  .k-possibilities-video {
    max-width: 100%;
  }
  .k-possibilities-texts {
    max-width: 100%;
  }
  .k-possibilities-item {
    gap: 8px;
  }
  .k-possibilities-items {
    margin-top: 32px;
    gap: 20px;
  }

  .k-hero-body {
    gap: 30px;
  }

  .f-sidebar-wrapper {
    display: none;
  }
  .f-header {
    display: block;
  }
  .f-main-cnt {
    padding: 115px 0 0 14px;
  }
  .f-main-search {
    display: none;
  }
  .f-trust-container {
    padding: 0 14px 74px 0;
  }
  .j-hero-btn {
    margin-left: unset;
  }
  .j-faq-cnt {
    flex-wrap: wrap;
  }
  .j-faq-column {
    max-width: 100%;
    flex: 1 1 40%;
  }

  .h-hero-body h1 {
    font-size: 50px;
    line-height: 50px;
  }

  .h-possibilities-item {
    padding: 10px;
    min-height: 150px;
  }

  /* ===============================Стили для лэндинга Runway START============================== */

  .b-instrument-item {
    flex-direction: column;
  }
  .b-instrument-texts-item {
    max-width: 100%;
  }
  .b-instrument-img-item {
    max-width: 100%;
  }
  /* ===============================Стили для лэндинга Runway END============================== */

  /* ===============================Стили для лэндинга REMINI START============================== */

  .c-hero-body h1 {
    font-size: 60px;
    line-height: 60px;
  }
  .c-demonstration-media {
    flex-direction: column;
    gap: 20px;
  }
  .c-demonstration-media-wrapper {
    max-width: 100%;
  }
  .c-demonstration-swiitches {
    max-width: 100%;
  }
  .c-generate-body {
    flex-direction: column-reverse;
  }
  .c-generate-texts {
    max-width: 100%;
  }
  .c-generate-media {
    max-width: 100%;
  }
  .c-about-body {
    flex-direction: column-reverse;
  }
  .c-about-media {
    max-width: 100%;
  }
  .c-trust-body {
    padding: 132px 20px 20px 20px;
  }
  .c-users-tags {
    flex-direction: column;
    align-items: center;
  }

  .c-users-line {
    width: 100%;
    height: 1px;
  }
  .c-users-tag {
    align-items: stretch;
  }

  /* ===============================Стили для лэндинга REMINI END============================== */

  /* ===============================Стили для лэндинга Midjourney START============================== */

  .g-hero-body {
    padding: 214px 0 0;
  }
  .g-hero-section {
    min-height: 800px;
  }
  .g-hero-actions {
    margin-top: 230px;
  }

  /* ===============================Стили для лэндинга Midjourney END============================== */
}

@media (max-width: 768px) {

  .v-applications-section .v-images-column:nth-child(4) {
    display: none;
  }
  .v-nano-banana-section .v-images-column:nth-child(4) {
    display: none;
  }

    .v-higgsfield-section .v-images-column:nth-child(4){
        display: none;

  }


  .s-img-developers-big{
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .s-trused-brends a:nth-child(3),
  .s-trused-brends a:nth-child(7) {
    border-right: none;
  }
  .s-audio-bg {
    display: none;
  }
  .s-audio-mobile-bg {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
    width: 100%;
  }
  .s-about-item .bg {
    bottom: -25px;
    width: 100%;
  }
  .s-investors-item:nth-child(1) {
    order: 1;
  }
  .s-investors-item:nth-child(2) {
    order: 2;
  }
  .s-investors-item:nth-child(3) {
    order: 3;
  }
  .s-investors-item:nth-child(4) {
    order: 4;
  }
  .s-investors-item:nth-child(5) {
    order: 1;
  }
  .s-investors-item:nth-child(6) {
    order: 2;
  }
  .s-investors-item:nth-child(7) {
    order: 3;
  }
  .s-investors-item:nth-child(8) {
    order: 8;
  }
  .s-header-info {
    padding-left: 16px;
  }
  .s-audio {
    padding: 30px 0;
  }
  .s-audio-info h4 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 35px;
  }
  .s-audio-info .s-blue-btn {
    max-width: 262px;
  }
  .s-audio-info {
    padding: 35px;
    padding-top: 25px;
  }
  .s-updates-swiper .swiper-slide span {
    font-size: 12px;
  }
  .s-updates-swiper .swiper-slide b {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .s-updates {
    padding: 30px 0;
  }
  .s-updates h5 {
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
  }
  .s-about-items {
    grid-template-columns: 1fr;
  }
  .s-about-item h2 {
    font-size: 22px;
    line-height: 26px;
  }
  .s-about-item p {
    font-size: 14px;
    line-height: 18px;
  }
  .s-about-item .s-blue-btn {
    font-size: 12px;
    padding: 10px 19px;
  }
  .s-about {
    padding: 30px 0;
  }
  .s-about-item {
    padding: 25px;
    min-height: 350px;
    border-radius: 15px;
  }
  .s-for-developers {
    margin: 30px 0;
    padding: 40px 0;
  }
  .s-for-developers .s-subtitle {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .s-for-developers h6 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 25px;
  }
  .s-developers-item h3 {
    font-size: 18px;
    line-height: 22px;
    max-width: 285px;
  }
  .s-developers-item p {
    font-size: 10px;
    max-width: 284px;
  }
  .s-developers-text-info {
    margin-bottom: 20px;
  }
  .s-developers-text-info b {
    font-size: 14px;
    margin-bottom: 4px;
  }

  .s-developers-list li {
  padding-left: 10px;
  font-size: 12px;
  line-height: 150%;
  margin-bottom: 6px;
}
  .s-developers-text-info span {
    font-size: 10px;
  }
  .s-developers-item-info .s-img {
    margin: 40px auto 20px;
  }
  .s-developers-images {
    margin-bottom: 20px;
  }
  .s-developers-item-info {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .s-developers-texts {
    width: 100%;
  }
  .s-developers-item .s-blue-btn {
    margin-right: auto;
    margin-left: 0;
  }
  .s-item2-developers b {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 1px;
  }
  .s-creators {
    padding: 30px 0;
  }
  .s-creators h5 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 25px;
    max-width: 330px;
  }
  .s-our-investors {
    padding: 30px 0;
  }
  .s-investors-logos {
    grid-template-columns: 1fr 1fr;
  }

  .s-our-investors h4 {
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
  }
  .s-info-block .s-container > .s-blue-btn {
    display: inline-flex;
    padding: 10px 18px;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    margin-top: 25px;
  }
  .s-section-img-wrap {
    border-radius: 12px;
  }
  .s-info-block {
    padding: 30px 0;
  }
  .s-info-bottom-line .s-btn .brand.brand2 {
    min-width: 52px;
  }
  .s-info-bottom-line .s-btn.btn2 {
    padding: 3px 6px;
  }
  .s-info-bottom-line .s-blue-btn {
    display: none;
  }
  .s-info-bottom-line .s-btn .brand {
    min-width: 28px;
  }
  .s-info-bottom-line .s-btn {
    padding: 7px 6px;
    border-radius: 6px;
    margin-right: 12px;
  }
  .s-info-bottom-line p {
    font-size: 10px;
    padding-right: 5px;
  }
  .s-section-text-item b {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 20px;
  }
  .s-section-text-item span {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    line-height: 120%;
  }
  .s-section-text-item {
    margin-bottom: 20px;
  }
  .s-info-block p {
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 18px;
  }
  .s-info-block h3 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    max-width: 300px;
  }
  .s-information-section {
    padding: 30px 0;
  }
  .s-information-items {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .s-information-item {
    padding: 0 16px 30px;
  }
  .s-information-item img {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .s-information-item b {
    font-size: 18px;
    line-height: 22px;
    max-width: 320px;
    width: 100%;
    margin: 0 auto 10px;
  }
  .s-information-item span {
    font-size: 12px;
    line-height: 150%;
    max-width: 300px;
    width: 100%;
    margin: 0 auto 20px;
  }
  .s-information-item .s-blue-btn {
    font-size: 12px;
    line-height: 18px;
    padding: 10px 18px;
    font-weight: 600;
  }
  .s-trused {
    padding: 30px 0;
  }
  .s-trused-brends {
    margin-bottom: 25px;
  }
  .s-trused .s-blue-btn {
    padding: 9px 19px;
    font-size: 12px;
  }
  .s-trused h2 {
    max-width: 250px;
    width: 100%;
    margin: 0 auto 20px;
    font-size: 18px;
    line-height: 22px;
  }
  .s-item:nth-child(1) .s-developers-text-info-wrap{
  gap: 18px;
}



   .t-mission-body {
    padding: 40px 20px;
    border-radius: 30px;
    min-height: 491px;
  }
  .t-mission-media {
    top: unset;
    bottom: 0;
    right: unset;
    left: 0;
  }
  .t-mission-media img {
    object-position: 0 200px;
  }


  .e-latest-item-texts {
    max-width: 100%;
  }
  .t-how-work-item {
    flex: 1 1 32%;
  }




  .u-possibilities-column:nth-child(1) {
    flex-direction: column;
    align-items: stretch;
  }
  .u-possibilities-column:nth-child(2) {
    flex-direction: column-reverse;
    max-width: 100%;
  }
  .u-possibilities-big-media {
    max-width: 100%;
  }
  .u-possibilities-column:nth-child(2) .u-possibilities-texts {
    max-width: 100%;
  }
  .u-possibilities-small-media {
    max-width: 100%;
  }

  .r-abilities-section {
    min-height: 400px;
  }
  .r-hero-cart {
    display: none;
  }

  .r-hero-section {
    min-height: 1013px;
  }

  .r-hero-titles h1 {
    font-size: 30px;
    line-height: 100%;
  }

  .r-forWhom-item {
    flex: 1 1 50%;
  }

  .r-toolKit-item {
    flex-direction: column;
    align-items: stretch;
  }
  .r-toolKit-text-block {
    max-width: 100%;
  }
  .r-toolKit-media-block {
    max-width: 100%;
  }


   .r-footer {
    padding: 60px 0 20px 0;
  }
  .r-footer .btn-register {
    padding: 11.5px 20px;
  }
      .r-footer-logo {
        margin-bottom: 40px;
        max-width: 172px;
    }

      .r-footer-body {
        flex-direction: column;
        gap: 20px;
    }

  .p-chat-categories {
    display: none;
  }
  .p-chat-categories-mobile {
    gap: 10px;
    justify-content: center;
    margin-top: 0;
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  .p-caht-modal {
    top: 30px;
    width: 110%;
    max-width: unset;
    padding: 10px 20px 10px 40px;
    border-radius: 0;
    justify-content: stretch;
  }

  .p-chat-mobile-tools {
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .o-chat-categories {
    margin-top: unset;
    align-items: start;
    flex-direction: column;
  }

  .o-chat-categories {
    display: none;
  }
  .o-chat-categories-mobile {
    gap: 10px;
    justify-content: start;
    align-items: start;
    width: 100%;
    flex-wrap: wrap;
    display: flex;
  }

  .chat-sidebar {
    position: fixed;
    left: -100%;
    top: 0;
    height: 100%;
    transition: 0.5s;
    border-radius: 0 16px 16px 0;
    overflow: auto;
    z-index: 4;
  }

  .chat-sidebar::-webkit-scrollbar {
    width: 3px;
    height: 18;
  }
  .chat-sidebar::-webkit-scrollbar-track {
    background: #f6f6f6;
    border-radius: 10px;
  }
  .chat-sidebar::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 10px;
  }
  .chat-sidebar::-webkit-scrollbar-thumb:hover {
    background: #386fde;
  }

  .chat-sidebar.active {
    left: 0;
  }
  .mobile-menu-bg {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: #0000004d;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
  }
  .mobile-menu-bg.active {
    opacity: 1;
    visibility: visible;
  }

  .chat-sidebar-small {
    display: none;
  }

  .chat-wrapper {
    padding: 14px;
  }
  .chat-cnt-wrapper {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .chat-main-cnt {
    flex-direction: column;
    gap: 10px;
    min-height: 100%;
    margin-left: unset;
  }
  .p-chat-mobile-tools {
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .chat-search-wrapper {
    display: none;
  }
  .chat-search-wrapper-mobile {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 100px;
    padding: 0 12px;
    gap: 8px;
    transition: 0.3s;
    width: 100%;
    display: flex;
  }
  .chat-file-search input {
    height: 46px;
  }
  .chat-search-wrapper-mobile.active {
    border-color: #4b7cff;
  }
  .chat-header-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    z-index: 2;
  }
  .chat-header-mobile .icon-chatBurger {
    font-size: 21px;
    background: #28282b;
    transition: 0.3s;
    padding: 3px;
    cursor: pointer;
  }

  .chat-header-mobile .icon-chatNew2 {
    font-size: 21px;
    background: #28282b;
    transition: 0.3s;
    padding: 3px;
    cursor: pointer;
  }
  .chat-header-mobile .icon-chatBurger:hover {
    background: #4b7cff;
  }
  .chat-header-mobile .icon-chatNew2:hover {
    background: #4b7cff;
  }

  .a-faq-section .a-faq-info h2 {
    font-size: 24px;
    max-width: 230px;
    margin: 0 auto 20px;
    line-height: 26px;
  }
  .a-faq-section {
    margin-top: 100px;
  }
  .a-hero-section {
    padding: 127px 0 0;
  }

  .header-info {
    padding: 11px 12px 11px 16px;
    border-radius: 8px;
  }

  .a-hero-info .a-hero-title > img {
    width: 24px;
    margin-bottom: 3px;
  }
  .header-info .logo {
    font-size: 0;
  }
  .a-black-btn .hide-mobile {
    display: none;
  }
  .a-black-btn {
    padding: 8px 12px;
  }

  .header-info .logo img {
    margin-right: 0;
  }
  .a-title-wrap h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .a-hero-section .a-title-wrap h2 {
    margin-bottom: 15px;
    line-height: 26px;
  }
  .a-hero-section .a-title-wrap p {
    margin-bottom: 25px;
  }
  .a-title-wrap .a-blue-btn {
    padding: 14px 21px;
  }
  .container {
    padding: 0 15px;
  }
  .a-hero-info {
    width: calc(100% + 30px);
    margin-left: -15px !important;
    margin: 38px auto 0;
  }
  .a-info-slider-section {
    margin: 100px 0 0;
  }

  .a-images-variants {
    margin: 100px 0 0;
  }
  .a-images-variants .a-title-wrap h2 .a-blue-text {
    display: block;
  }
  .footer-info {
    flex-direction: column;
  }
  .footer-info .footer-logo img {
    margin-bottom: 20px;
  }
  .footer-info .a-blue-btn {
    margin: 0;
  }

  .m-possibilities-column {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .i-music-block {
    max-width: 1100px;
    width: 100%;
    background: url(/lander/land_assets/images/i-suno-bg-mobile.webp);
    background-size: 100% 80vw;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .i-you-need-item .i-you-need-item img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
  }
  .i-header-info {
    border-radius: 8px;
  }

  .i-header .i-white-btn {
    padding: 8px 13px;
  }
  .i-brand-logos .logos:after {
    content: none;
  }
  .i-brand-logos .logos:before {
    content: none;
  }
  .i-white-btn {
    border-radius: 6px;
  }
  .i-footer {
    padding: 60px 0;
  }
  .i-footer .i-container {
    flex-direction: column;
  }
  .i-footer .i-container .i-footer-logo {
    margin-bottom: 10px;
  }
  .you-need-slider1,
  .you-need-slider2,
  .you-need-slider3 {
    display: block;
  }
  .i-you-need-items {
    display: none;
  }
  .i-you-need {
    padding: 0;
  }
  .i-you-need h3 {
    font-size: 22px;
    max-width: 310px;
    margin-bottom: 30px;
  }

  .i-you-need-item {
    min-height: auto;
  }
  .i-you-need-item b {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .i-you-need-item span {
    font-size: 16px;
  }
  .i-you-need-item img {
    border-radius: 20px;
    margin: auto auto 0;
  }

  .i-information h2 {
    font-size: 22px;
    margin-bottom: 12px;
    max-width: 250px;
  }
  .i-information h5 {
    font-size: 22px;
    margin-bottom: 12px;
    max-width: 250px;
  }
  .i-information p {
    margin-bottom: 32px;
  }
  .i-music-block .i-music-info {
    padding: 100px 14px;
  }

  .i-music-block .i-music-info h4 {
    font-size: 24px;
    max-width: 200px;
    margin: 0 auto 20px;
  }
  .i-music-block .i-music-info .i-white-btn {
    border-radius: 40px;
  }

  .i-header .i-logo {
    width: 95px;
  }
  .i-header .i-logo img {
    width: 100%;
  }
  .i-white-btn {
    padding: 8px 16px;
    font-size: 16px;
  }
  .i-white-btn span {
    display: none;
  }
  .i-header-info {
    padding: 11px 12px;
  }
  .i-banner .i-info-block h1 {
    font-size: 24px;
    max-width: 210px;
  }
  .i-banner .i-info-block p {
    margin-bottom: 42px;
    font-size: 16px;
  }

  .i-banner .i-info-block .i-info a.settings-btn,
  .i-banner .i-info-block .i-info a.drop-btn {
    display: none;
  }
  .i-banner .i-info-block .i-info .buttons {
    justify-content: space-between;
  }
  .i-banner .i-info-block .i-info a.i-white-btn {
    padding: 14px 21px;
    border-radius: 50px;
  }
  .i-information p {
    max-width: 390px;
  }
  .i-btn-container .i-white-btn {
    border-radius: 40px;
    padding: 14px 20px;
  }
  .i-music-block .i-music-info h4 {
    line-height: 28px;
  }
  .i-music-block .i-white-btn {
    padding: 14px 21px;
  }
  .i-you-need-item b span {
    display: inline-block;
    font-size: 18px;
  }
  .i-you-need-item > span {
    line-height: 20px;
  }
  .i-you-need h3 {
    line-height: 26px;
  }
  .i-banner .i-info-block .i-info a.plus-btn {
    border-radius: 50px;
  }
  .i-info-block p span {
    display: block;
  }

  .i-banner .i-info-block h1 {
    line-height: 28px;
  }
  .i-banner .i-info-block .i-info input {
    margin-bottom: 26px;
  }
  .i-banner {
    padding-bottom: 0;
  }
  .i-brand-logos {
    padding: 40px 0 90px;
  }
  .i-brand-logos .logos {
    column-gap: 32px;
    row-gap: 8px;
  }
  .i-you-need-item img {
    max-width: 100%;
    max-height: 100%;
  }
  .you-need-slider img {
    width: auto;
    max-height: 200px;
  }
  .i-music-block {
    padding: 100px 0;
    margin: 60px 0;
  }
  .i-file-wrap input {
    margin-bottom: 0;
  }
  .i-you-need {
    overflow: hidden;
  }

  .l-resources-info-block {
    padding: 98px 14px;
    flex-direction: column;
    gap: 24px;
  }
  .l-resources-info-titles h5 {
    font-size: 22px;
    line-height: 26px;
    text-align: center;
  }
  .l-resources-info-titles p {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }

  .k-hero-body {
    flex-direction: column-reverse;
    padding: 90px 0 0;
  }
  .k-hero-media {
    max-width: 100%;
  }
  .k-hero-descr {
    max-width: 100%;
  }
  .k-hero-auth {
    max-width: 100%;
  }
  .k-footer-body {
    flex-direction: column;
    gap: 10px;
  }
  .k-footer-texts p {
    font-size: 14px;
    line-height: 18px;
  }

  .e-hero-item {
    min-height: 457px;
  }
  .e-latest-item-texts {
    max-width: 100%;
  }

  .d-hero-media {
    max-width: 305px;
  }
  .d-hero-titles {
    padding: 0;
  }
  .d-hero-body {
    align-items: center;
    flex-direction: column-reverse;
  }
  .d-hero-decor {
    display: none;
  }
  .d-hero-titles h1 {
    text-align: center;
  }
  .d-hero-btn {
    margin: 20px auto 0;
  }

  .d-hero-slide {
    padding: 11px 10px;
    border-radius: 6px;
  }

  .d-hero-slide-img {
    max-width: 55px;
    width: 100%;
  }
  .d-hero-slide p {
    font-size: 9px;
    line-height: 11px;
    margin-top: 6px;
  }
  .d-hero-swiper-title {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 16px;
  }
  .d-hero-swiper-next {
    right: 10px;
  }
  .d-hero-swiper-prev {
    left: 10px;
  }
  .d-hero-swiper-arrow {
    top: 50px;
  }

  .d-trust-body {
    flex-direction: column;
    gap: 28px;
  }
  .d-trust-texts h2 {
    text-align: center;
  }
  .d-trust-btn {
    margin: 28px auto 0;
  }
  .d-possibilities-item:nth-child(2) .d-possibilities-item-image {
    position: initial;
    margin-top: auto;
    transform: unset;
  }

  .j-hero-title h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .j-hero-select {
    flex: 1 1 40%;
  }

  .j-hero-btn {
    order: 5;
  }
  .j-hero-file {
    width: 85%;
  }
  .j-hero-select {
    box-shadow: 0px 0px 16px 0px #a3a9cd33;
    border-radius: 6px;
    padding: 9px 12px;
  }
  .j-hero-btn {
    width: 100%;
  }
  .j-hero-title img {
    top: 96px;
  }

  .j-how-work-column {
    flex-direction: column;
    align-items: stretch;
    gap: 28px;
  }
  .j-how-work-column:nth-child(2) {
    flex-direction: column-reverse;
  }
  .j-work-texts {
    max-width: 100%;
  }
  .j-work-texts:nth-child(2) {
    padding: 0;
  }
  .j-work-media {
    max-width: 100%;
  }
  .j-work-tag {
    max-width: 100%;
  }

  .j-trust-body h4 {
    font-size: 50px;
    line-height: 50px;
  }
  .j-hero-select-model {
    z-index: 4;
  }
  .j-hero-select-style {
    order: 4;
  }
  .j-aspect-ratio-sub {
    min-width: unset;
    width: 100%;
    transform: unset;
    left: 0;
    top: 200px;
  }
  .j-hero-select-pictures {
    position: initial;
  }
  .j-hero-select-style {
    z-index: 1;
  }
  .j-hero-title {
    max-width: 332px;
  }
  .j-hero-textarea-tolls {
    gap: 8px;
  }
  .j-textarea-length {
    margin-top: auto;
    margin-left: auto;
  }

  .j-footer-body {
    flex-direction: column;
    gap: 20px;
  }
  .j-footer-btn {
    margin-top: 40px;
  }
  .j-footer-mobile-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    opacity: 0.4;
    color: #202020;
  }
  .j-footer-logo {
    max-width: 227px;
  }

  .j-footer {
    padding: 60px 0 20px 0;
  }

  .h-possibilities-cnt-wrapper {
    display: none;
  }
  .h-possibilities-swiper-block {
    display: block;
    margin-top: 28px;
  }
  .h-possibilities-swiper .swiper-slide:nth-child(1) .h-possibilities-slide {
    background: #9747ff;
  }
  .h-possibilities-swiper
    .swiper-slide:nth-child(1)
    .h-possibilities-slide
    .h-tolls-slide-texts
    .h-block-title {
    color: #ffffff;
  }
  .h-possibilities-swiper
    .swiper-slide:nth-child(1)
    .h-possibilities-slide
    .h-tolls-slide-texts
    .h-block-text {
    color: #ffffff;
  }

  .h-universe-big-item {
    max-width: 336px;
    min-width: 336px;
  }
  .h-universe-samll-item {
    max-width: 240px;
    min-width: 240px;
  }

  .desktop-block {
    display: none;
  }
  .mobile-block {
    display: flex;
  }

  /* ===============================Стили для лэндинга Runway START============================== */

  .b-news-item {
    flex: 1 1 50%;
  }
  .b-news-items {
    gap: 24px;
  }
  .b-news-item-image img {
    border-radius: 4px;
  }
  /* ===============================Стили для лэндинга Runway END============================== */

  /* ===============================Стили для лэндинга REMINI START============================== */

  .c-section-titles h2 {
    font-size: 24px;
    line-height: 120%;
  }
  .c-section-titles p {
    margin-top: 12px;
    font-size: 16px;
    line-height: 22px;
  }

  .c-section {
    padding: 60px 0;
  }
  .c-try-titles h2 {
    font-size: 60px;
    line-height: 60px;
  }

  .c-hero-section {
    min-height: 554px;
  }

  .c-demonstration-twentytwenty-wrapper .twentytwenty-container {
    min-height: 368px;
  }
  .c-demonstration-media-wrapper {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .c-demonstration-media-swiitches {
    margin-top: 0;
  }
  .c-demonstration-swiitch {
    padding: 12px 0;
  }
  .c-demonstration-swiitch:last-child {
    padding: 12px 0 0;
  }
  .c-demonstration-finish-text {
    display: none;
  }
  .c-demonstration-media-swiitch img {
    max-width: 84px;
    height: 58px;
    border-radius: 10px;
  }
  .c-demonstration-media-swiitch {
    gap: 8;
    padding: 4px;
  }
  .c-demonstration-media-swiitch p {
    font-size: 12px;
    line-height: 14px;
  }
  .c-possibilities-titles-line {
    top: 92px;
    max-width: 162px;
  }

  .c-functional-titles-line {
    top: 91px;
  }
  .c-functional-titles h2 img {
    max-width: 20px;
  }

  /* ===============================Стили для лэндинга REMINI END============================== */

  .g-footer-texts .btn-register {
    justify-content: center;
    max-width: max-content;
  }


   .j-examples-media-columns{
    gap: 10px;
    flex-wrap: wrap;
  }
  .j-examples-media-column {
    width: 100%;
    flex: 1 1 40%;
    max-width: 100%;
}
.j-examples-media-columns{
  max-height: 600px;
}
.j-examples-media-column:nth-child(3){
  display: none;
}

.j-examples-media-column:nth-child(4){
    display: none;

}


}
@supports (-webkit-overflow-scrolling: touch) {
  .splide__pagination {
    bottom: 0 !important;
  }
}

@media (max-width: 576px) {

  .v-header-logo {
    max-width: 117px;
    width: 100%;
  }
  .v-btn-register {
    padding: 6px 10px;
    font-size: 12px;
  }
  .v-hero-slide-texts {
    gap: 2px;
  }

  .v-btn-register i {
    font-size: 15px;
  }

  .v-hero-section {
    margin: 0 -14px;
  }
  .v-section {
    margin-top: 30px;
  }
  .v-section-title {
    font-size: 18px;
    line-height: 120%;
  }
  .v-section-sub-title {
    margin-top: 5px;
    font-size: 10px;
    line-height: 140%;
  }
  .v-block-cnt {
    margin-top: 30px;
  }

  .v-btn-primary {
    padding: 8px 20px;
    border-radius: 6px;
    font-size: 12px;
  }

  .v-btn-primary-icon {
    padding: 10px 15px;
    font-size: 12px;
    line-height: 16px;
    border-radius: 6px;
  }

  .v-hero-slide {
    padding: 0 15px;
  }
  .v-hero-swiper .swiper-slide:nth-child(1) .v-hero-slide {
    padding: 0 0 0 15px;
  }

  .v-hero-swiper .swiper-slide:last-child .v-hero-slide {
    padding: 0 15px 0 0;
  }

  .v-hero-body {
    padding: 100px 0 0;
  }
  .v-hero-slide-texts p {
    font-size: 10px;
    line-height: 140%;
    max-width: 300px;
  }

  .v-gift-banner-section {
    margin-top: 60px;
  }
  .v-gift-body {
    gap: 12px;
    padding: 12px;
  }
  .v-gift-decor {
    max-width: 120px;
    width: 100%;
    top: -38px;
    right: 20px;
  }
  .v-gift-decor img {
    width: 100%;
    height: 100%;
  }

  .v-tools-body {
    padding: 14px;
    gap: 12px;
    border-radius: 10px;
    padding: 14px 0;
    overflow: hidden;
  }
  .v-tools-btn {
    margin-top: 0;
    border-radius: 10px;
    width: 95%;
  }
  .v-tools-btn i{
  font-size: 18px !important;
}

  .v-tools-texts h3 {
    font-size: 18px;
    line-height: 140%;
    padding: 0 14px;
  }
  .v-tools-slide-name p {
    font-size: 12px;
    line-height: 18px;
  }
  .v-tools-slide-name i {
    font-size: 15px;
  }
  .v-tools-slide-link {
    border-radius: 10px;
  }
  .v-tools-slide-img img {
    border-radius: 8px;
  }

  .v-tools-swiper-block {
    padding: 0 0 0 14px;
  }
  .v-projects-titles {
    max-width: 332px;
    width: 100%;
  }
  .v-projects-items {
    gap: 10px;
  }
  .v-project-item {
    padding: 4px 4px 8px 4px;
    border-radius: 10px;
  }
  .v-project-item-img img {
    border-radius: 8px;
  }
  .v-project-item-info {
    padding: 4px 8px;
    margin-top: 8px;
  }
  .v-project-item-info h4 {
    font-size: 12px;
    line-height: 140%;
  }

  .v-project-item-info i {
    font-size: 20px;
  }

  .v-project-item-name p {
    font-size: 10px;
    line-height: 18px;
    margin-top: 4px;
  }
  .v-project-item-name strong {
    width: 12px;
    height: 12px;
    border: 1px solid #ffffff33;
  }

  .v-choice-titles {
    max-width: 332px;
    width: 100%;
  }

  .v-choice-item-name h5 {
    font-size: 12px;
    line-height: 140%;
  }
  .v-choice-item-text {
    font-size: 10px;
    line-height: 140%;
  }
  .v-choice-item-name i {
    font-size: 15px;
  }
  .v-choice-item {
    border-radius: 10px;
  }

  .v-choice-item-img img {
    border-radius: 8px;
  }
  .v-choice-item:last-child {
    display: none;
  }

  .v-visual-btn {
    position: absolute;
    max-width: max-content;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    z-index: 3;
    padding: 8px 15px;
  }
  .v-visual-titles {
    max-width: 332px;
    width: 100%;
  }

  .v-visual-items {
    gap: 8px;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  }
  .v-visual-item p {
    font-size: 14px;
    line-height: 120%;
    bottom: 15px;
  }
  .v-visual-item-img img {
    border-radius: 6px;
  }
  .v-visual-item-columns {
    display: none;
  }
  .v-btn-primary-icon i {
    font-size: 15px;
  }
  .v-visual-item .v-visual-item-img {
    height: unset;
  }

  .v-applications-section .v-images-column:nth-child(3) {
    display: none;
  }
  .v-nano-banana-section .v-images-column:nth-child(3) {
    display: none;
  }
  .v-higgsfield-section .v-images-column:nth-child(3){
        display: none;

  }

  .v-images-columns {
    max-height: 1706px;
  }
  .v-img-wrapper p {
    bottom: 15px;
  }
  .v-applications-titles {
    max-width: 332px;
  }
  .v-gallery-titles {
    max-width: 332px;
  }
  .v-functions-body{
    padding: 40px 0 ;
  }
  .v-functions-title {
    font-size: 22px;
    line-height: 120%;
  
}
.v-functions-item{
  font-size: 12px;
  line-height: 140%;
}
.v-functions-items{
  max-width: 332px;
}

  .v-footer {
    padding: 52px 0 46px 0;
    margin-top: 30px;
  }


   .v-footer-logo{
    max-width: 256px;
    width: 100%;
    margin-bottom: 15px;
  }


  .s-trused-brends {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .s-trused-brends a:nth-child(4) {
    display: none;
  }
  .s-trused-brends a:nth-child(8) {
    display: none;
  }
  .s-footer {
    padding-top: 60px;
    padding-bottom: 90px;
  }
  .s-footer-logo {
    width: 213px;
  }
  .s-footer .s-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .s-footer .s-copyright {
    display: none;
  }
  .s-footer .s-blue-btn {
    display: inline-flex;
    margin-top: 20px;
    padding: 14px 25px;
  }
  .s-black-btn .hide-text {
    display: none;
  }
  .s-black-btn {
    padding: 8px 14px 8px 18px;
  }
  .s-black-btn img {
    margin-right: 11px;
  }
  .s-logo img {
    width: 83px;
  }
  .s-header {
    top: 14px;
  }
  .s-main-container {
    padding-top: 88px;
  }
  .s-header-info {
    border-radius: 8px;
  }
  .s-realistic-info h1 {
    max-width: 350px;
    font-size: 24px;
    line-height: 28px;
  }
  .s-realistic-info .s-blue-btn {
    margin-top: 25px;
    font-size: 12px;
    padding: 10px 22px;
    line-height: 18px;
  }

  .s-realistic-style-wrap p {
    font-size: 12px;
    line-height: 16.5px;
    margin-bottom: 20px;
    padding: 12px;
  }
  .s-realistic-links-wrap {
    overflow-x: auto;
  }
  .s-realistic-links-wrap {
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .s-realistic-bottom-line {
    padding: 12px;
  }
  .s-realistic-links-wrap::-webkit-scrollbar {
    display: none;
  }
  .s-realistic-links {
    white-space: nowrap;
    flex-wrap: nowrap;
    padding: 12px;

  }
  .s-gradient-wrap{
    position: relative;
    z-index: 0;
  }
  .s-realistic-gradient {
    width: 130px;
    height: 31px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
  }
  .s-realistic-platform {
    padding: 36px 0 30px;
  }
  .s-platform-bg {
    bottom: 100px;
  }


  .t-trust-section{
    border-radius: 40px;
  }
  .t-trust-titles {
    padding: 55px 0 0;
    max-width: 320px;
}


  .t-faq-title h6 {
    font-size: 24px;
    line-height: 28px;
}
.t-faq-header p {
    font-size: 16px;
    line-height: 140%;
}

.t-faq-icon {
    max-width: 24px;
}
.t-faq-item {
    padding: 15px;
    border-radius: 12px;
}
.t-faq-sub-text {
    margin-top: 12px;
    font-size: 12px;
  
}
.t-faq-items{
  gap: 15px;
}

  .t-certified-images{
    flex-direction: column;
  }
  .t-certified-body{
    max-width: 100%;
  }


  .t-integration-titles {
    margin: 0;
    padding: 0 14px;
    display: flex;
  }
  .t-integration-section {
    border-radius: 40px;
    margin: 60px auto 0 ;
  }
  .t-certified-text {
    font-size: 12px;
    line-height: 150%;

}

  .t-integration-titles .t-section-title {
    font-size: 22px;
    line-height: 26px;
  }
  .t-integration-body {
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }
  .t-integration-left-image {
    display: flex;
    max-width: 100%;
  }
  .t-integration-right-image {
    display: flex;
    max-width: 100%;
  }

  .t-commands-body .t-history-tag {
    padding: 8px 11px;
    font-size: 10px;
  }
  .t-commands-titles .t-section-title {
    margin-top: 20px;
  }
  .t-commands-titles .t-section--sub-title {
    font-size: 12px;
  }
  .t-command-item {
    border-radius: 20px;
    gap: 12px;
  }
  .t-commands-items {
    gap: 15px;
  }
  .t-command-item-image {
    max-width: 100%;
  }

  .t-mission-media img {
    object-position: unset;
  }
  .t-mission-titles h5 {
    font-size: 24px;
    line-height: 28px;
  }
  .t-mission-titles p {
    font-size: 14px;
    line-height: 18px;
    margin-top: 20px;
  }

  .t-history-titles {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .t-history-items {
    gap: 12px;
    flex-direction: column;
  }
  .t-history-item:nth-child(1) {
    max-width: 100%;
  }
  .t-history-item:nth-child(2) {
    max-width: 100%;
  }
  .t-history-item {
    max-width: 100%;
  }
  .t-history-titles h4 {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
  }
  .t-history-titles p {
    text-align: center;
  }
  .t-history-body {
    gap: 40px;
  }

  .t-partners-titles p {
    font-size: 10px;
  }

  .t-select-textarea-label textarea {
    font-size: 12px;
    line-height: 150%;
  }
  .t-select-textarea-label textarea::placeholder {
    font-size: 12px;
    line-height: 150%;
  }
  .t-generate-body {
    padding: 40px 20px;
  }
  .t-select-avatar-block p {
    text-align: center;
  }
  .t-select-avatar-images {
    flex-wrap: wrap;
  }
  .t-select-avatar-img {
    max-width: 100%;
    flex: 1 1 40%;
  }
  .t-generate-media img {
    border-radius: 20px;
  }
  .t-select-textarea-header {
    gap: 15px;
  }
  .t-select-textarea-languages {
    margin-left: auto;
  }
  .t-select-textarea-wrapper {
    gap: 30px;
  }
  .t-select-btn {
    margin-top: 30px;
    padding: 12px 20px;
    font-size: 12px;
    line-height: 14px;
    border-radius: 10px;
  }
  .t-select-btn i {
    background: #fbfbfb;
    font-size: 14px;
  }
  .t-generate-body {
    gap: 30px;
  }

  .t-how-work-titles p {
    margin: 20px auto 0;
  }
  .t-how-work-item {
    flex: 1 1 50%;
  }
  .t-how-work-items {
    margin-top: 30px;
    gap: 20px;
  }
  .t-how-work-item h3 {
    font-size: 16px;
    line-height: 140%;
  }
  .t-how-work-item p {
    font-size: 12px;
    line-height: 150%;
    margin-top: 10px;
    opacity: 0.8;
  }

  .t-time-small-item {
    gap: 20px;
  }
  .t-real-time-cart:nth-child(2) .t-block-title {
    font-size: 16px;
    line-height: 22px;
  }
  .t-time-tolls-texts {
    max-width: 100%;
  }

  .t-time-sub-titles p {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
  }

  .t-time-tolls-texts p {
    font-size: 10px;
    line-height: 150%;
    margin-top: 15px;
  }

  .t-time-cart-tolls {
    flex-direction: column;
    gap: 30px;
  }
  .t-time-tolls-media picture img {
    border-radius: 20px;
  }
  .t-time-columns-wrapper {
    gap: 30px;
    margin-top: 30px;
  }

  .t-time-big-item {
    gap: 20px;
  }
  .t-time-texts-header h2 {
    font-size: 16px;
    line-height: 20px;
  }

  .t-time-item-link {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    border-radius: 5px;
  }
  .t-time-item-link i {
    font-size: 12px;
  }
  .t-time-item-texts p {
    font-size: 10px;
    line-height: 150%;
    margin-top: 10px;
  }

  .t-real-time-cart-titles {
    gap: 20px;
  }
  .t-real-time-items {
    gap: 12px;
  }

  .t-time-column {
    flex-direction: column;
  }
  .t-time-small-item {
    max-width: 100%;
  }

  .t-hero-texts h1 {
    font-size: 24px;
    line-height: 28px;
  }

  .t-hero-texts p {
    font-size: 12px;
    line-height: 150%;
    margin-top: 20px;
  }
  .t-hero-btn {
    margin-top: 30px;
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }
  .btn-primary-gradient {
    font-size: 14px;
    line-height: 130%;
    border-radius: 10px;
    background: #386fde;
    padding: 12px 21px;
  }

  .t-hero-texts {
    max-width: 100%;
    width: 100%;
  }
  .t-hero-body {
    padding: 119px 0 0;
    gap: 40px;
  }
  .btn-primary-gradient i {
    font-size: 17px;
  }

  .btn-primary-gradient::after {
    display: none;
  }
  .t-trust-btn {
           padding: 11px 21px;

    font-size: 14px;
    line-height: 130%;
}


  .t-header-logo {
    max-width: 107px;
  }

  .t-btn-register {
    border-radius: 6px;
    padding: 8px 12px 8px 12px;
  }


   .t-section-title {
    font-size: 18px;
    line-height: 22px;
  }
  .t-block-cnt {
    margin-top: 30px;
  }
  .t-section {
    margin-top: 60px;
  }
  .t-border-link {
    padding: 7px 12px;
    border-radius: 6px;
    font-size: 10px;
    line-height: 14px;
  }

  .t-white-link {
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 12px;
    line-height: 14px;
  }
  .t-mission-text-link {
    margin-top: 20px;
    padding: 12px 20px;
    font-size: 14px;
    line-height: 130%;
  }

  .t-block-title {
    font-size: 18px;
    line-height: 24px;
  }
  .t-blueviolet-text-link {
    margin-top: 15px;
    padding: 12px 20px;
    border-radius: 10px;
  }
  .t-wheat-text-link {
    margin-top: 15px;
    padding: 12px 20px;
    border-radius: 10px;
  }
    .t-integration-text-link {
    margin-top: 20px;
            padding: 12px 20px;
            border-radius: 10px;
  }
  .t-section--sub-title {
    margin-top: 20px;
    font-size: 10px;
    line-height: 150%;
  }

  .t-footer {
    margin-top: -50px;
    padding: 120px 0 91px;
  }
  .t-footer-body {
    flex-direction: column;
    gap: 30px;
  }
  .t-footer-texts {
    flex-direction: column;
    gap: 10px;
  }


  
  .u-footer {
    padding: 63px 0 57px 0;
    margin-top: 60px;
}
  .u-footer-body {
    flex-direction: column;
    gap: 0;
  }
  
  .u-footer-texts p {
    font-size: 14px;
    line-height: 18px;

  }

    .u-header-body {
    border-radius: 8px;
    padding: 12px 12px 12px 16px;
  }

   .u-hero-section {
    min-height: 700px;
  }
  .u-hero-body {
    padding: 196px 0 0;
  }
  .u-hero-titles h1 {
    font-size: 36px;
    line-height: 120%;
  }

  .u-hero-bg picture img {
    object-fit: unset;
  }

  .u-possibilities-section {
    margin-top: 60px;
  }
  .u-possibilities-column:nth-child(1) {
    margin: 0 -14px;
    gap: 30px;
  }

  .u-possibilities-column:nth-child(1) .u-possibilities-texts {
    padding: 0 14px;
  }

  .u-possibilities-link {
    font-size: 12px;
    line-height: 18px;
    padding: 8px 8px 8px 15px;
  }
  .u-possibilities-column:nth-child(1) .u-possibilities-link {
    min-width: max-content;
  }
  .u-possibilities-column:nth-child(2) {
    gap: 37px;
  }
  .u-possibilities-column:nth-child(2) .u-possibilities-link {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    min-width: 267px;
  }

  .u-possibilities-pagination {
    right: unset !important;
    left: 50% !important;
    transform: translateX(-50%);
  }

  .u-trust-body {
    min-height: 398px;
  }
  .u-trust-section {
    margin-top: 60px;
  }




  .u-btn-register {
    padding: 8px 12px;
  }

  .u-block-title {
    font-size: 22px;
    line-height: 26px;
  }
  .u-block-text {
    font-size: 14px;
    line-height: 130%;
  }



   .r-footer-btn {
    margin-top: 40px;
  }
  .r-footer-mobile-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    opacity: 0.4;
    color: #ffffff;
  }
  



   .r-hero-body {
    padding: 138px 0 0;
  }

  .r-hero-titles p {
    font-size: 12px;
    line-height: 16px;
    margin-top: 12px;
    max-width: 336px;
    opacity: 0.8;
  }
  .r-hero-btn {
    margin-top: 32px;
  }

  .r-hero-media {
    max-width: 996px;
    width: 100%;
    margin: 48px auto 0;
    display: flex;
    padding: 0;
    border-radius: unset;
    background: unset;
    backdrop-filter: unset;
    -webkit-backdrop-filter: unset;
  }
  .r-hero-media::after {
    display: none;
  }

  .r-forWhom-item {
    padding: 20px;
    border-radius: 10px;
  }
  .r-forWhom-icon {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
  }
  .r-forWhom-icon i {
    font-size: 8px;
  }

  .r-forWhom-item p {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
  }
  .r-forWhom-item-header h2 {
    font-size: 18px;
    line-height: 120%;
  }
  .r-forWhom-items {
    gap: 14px;
  }

  .r-partners-items {
    max-width: 330px;
    gap: 44px;
    margin: 30px auto 0;
  }

  .r-abilities-section {
    min-height: 278px;
  }
  .r-abilities-tab-btn {
    font-size: 18px;
    line-height: 130%;
  }
  .r-abilities-tabs {
    margin: 20px auto 0;
  }
  .r-abilities-tabs::after {
    display: none;
  }
  .r-abilities-tabs-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    display: flex;
  }

  .r-abilities-gradient {
    height: 80px;


}
  .r-abilities-tabs-bg {
    position: absolute;
    top: 0;
    left: -180px;
    width: 180%;
    height: 23px;
    z-index: 1;
    pointer-events: none;
  }
  .r-abilities-tabs-bg img {
    width: 100%;
    height: 100%;
  }

  .r-abilities-section-title {
    font-size: 18px;
    line-height: 120%;
  }
  .r-abilities-tabs::after {
    height: 60px;
    background: radial-gradient(
      44.88% 11180.7% at 50% 61.63%,
      rgba(18, 19, 22, 0) 57.13%,
      #121316 100%
    );
  }

  .r-review-description {
    position: initial;
    transform: unset;
    padding: 25px;
    max-width: 90%;
    margin: -150px auto 0;
    border-radius: 12px;
  }
  .r-review-icon {
    max-width: 50px;
    width: 100%;
  }
  .r-review-icon img {
    width: 100%;
    height: 100%;
  }

  .r-review-text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 130%;
    max-width: 250px;
  }
  .r-review-line {
    margin-top: 18px;
  }
  .r-review-author {
    margin-top: 18px;
  }
  .r-review-author p {
    font-size: 14px;
    line-height: 130%;
  }
  .r-review-author span {
    margin-top: 8px;
    font-size: 12px;
    line-height: 120%;
  }

  .r-review-cnt {
    flex-direction: column;
  }

  .r-review-titles p {
    font-size: 12px;
    line-height: 120%;
    max-width: 332px;
    margin: 30px auto 0;
  }
  .r-toolKit-wrapper {
    margin-top: 20px;
  }

  .r-toolKit-item:nth-child(1) .svg-tekst-gradient img {
    width: 148px;
    height: 14px;
  }
  .r-toolKit-item:nth-child(2) .svg-tekst-gradient img {
    width: 107px;
    height: 14px;
  }
  .r-toolKit-item:nth-child(3) .svg-tekst-gradient img {
    width: 133px;
    height: 14px;
  }
  .btn-text-light-gradient span {
    font-size: 14px;
    line-height: 130%;
  }
  .btn-text-light-gradient {
    padding: 17px 25px;
  }

  .r-toolKit-tabs {
    gap: 10px;
    margin: 20px -14px 0 0;
  }
  .r-toolKit-tabs::-webkit-scrollbar {
    display: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .r-toolKit-tab {
    min-width: max-content;
  }

  .r-toolKit-text-block h5 {
    margin-top: 8px;
    font-size: 18px;
    line-height: 120%;
  }
  .r-toolKit-text-block ul {
    margin-top: 15px;
    gap: 15px;
  }
  .r-toolKit-text-block ul li {
    font-size: 14px;
    line-height: 130%;
  }

  .r-toolKit-tab {
    padding: 12px 8px;
    font-size: 12px;
    line-height: 14px;
  }

  .r-models-arrows {
    margin-top: 25px;
    justify-content: center;
  }
  .r-models-slide-img img {
    border-radius: 10px;
  }

  .r-models-titles p {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 8px;
  }
  .r-models-titles {
    margin: 0 auto;
  }

  .r-models-titles .svg-tekst-gradient img {
    width: 222px;
    height: 25px;
    margin: 0 auto;
  }
  .r-models-swiper-block {
    margin-top: 25px;
  }

  .r-galary-columns {
    display: none;
  }
  .r-galary-mobile-swiper {
    display: block;
  }
  .r-galary-cnt {
    margin-top: 25px;
  }
  .r-galary-btn {
    display: none;
  }
  .r-galary-gradient {
    display: none;
  }
  .r-galary-arrows {
    justify-content: center;
    margin-top: 25px;
    gap: 10px;
  }
  .r-galary-prev {
    transform: rotate(180deg);
  }

  .r-section-title {
    font-size: 18px;
    line-height: 120%;
  }
  .r-section-title-icon img {
    width: 28px;
    height: 30px;
  }
  .r-section {
    margin-top: 60px;
  }

.r-section-gradient-title {
    font-size: 24px;
    line-height: 120%;
    gap: 8px;
  }

   .r-header-body {
    border-radius: 6px;
    padding: 8px 8px 8px 14px;
  }
  .r-header-body .btn-register {
    border-radius: 4px;
  }
  

  .r-community-title {
    gap: 8px;
     font-size: 24px;
    line-height: 120%;
  }
  .r-community-title img {
    width: 22px;
    height: 22px;
  }
  .r-community-section .container {
    padding: 0;
  }
  .r-community-titles {
    gap: 5px;
  }
  .r-community-titles .r-section-title {
    text-align: center;
    font-size: 24px;
    line-height: 120%;
  }

  .r-reviews-titles p {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    width: 100%;
    margin: 12px auto 0;
    max-width: 332px;
  }
  .r-reviews-titles .r-section-gradient-title {
    flex-direction: column;
    gap: 4px;
  }
  .r-reviews-titles .r-section-gradient-title img {
    width: 181px;
    height: 29px;
  }
  .r-reviews-text {
    font-size: 16px;
  }

  .r-colleagues-body .svg-tekst-gradient img {
    width: 118px;
    height: 29px;
  }
  .r-colleagues-item-wrapper{
    flex: 1 1 50%;
  }
  .r-colleagues-items{
    gap: 20px;
  }
  .r-trust-body{
    min-height: 460px;
    position: relative;
    z-index: 2;
  }

  .r-trust-image{
    position: absolute;
    bottom: -100px;
    left: 0;
  }
  .r-trust-body .r-section-title {
    font-size: 24px;
    line-height: 130%;
  }



      .q-chat-header h1 {
        font-size: 18px;
        line-height: 22px;
    }
  .p-chat-header h1 {
    font-size: 22px;
    line-height: 26px;
  }
  .p-chat-cnt-logo {
    max-width: 32px;
  }
  .p-chat-cnt-logo img {
    width: 100%;
    height: 100%;
  }

  .o-chat-header h1 {
    font-size: 18px;
    line-height: 22px;
  }

  .chat-cnt-logo {
    max-width: 32px;
  }
  .chat-cnt-logo img {
    width: 100%;
    height: 100%;
  }
  .chat-header {
    gap: 13px;
  }
  .chat-header h2 {
    font-size: 27px;
    line-height: 22px;
  }
  .chat-categories {
    gap: 6px;
    margin: 20px auto 0;
  }
  .chat-category-item {
    padding: 11px;
    font-size: 13px;
    line-height: 16px;
  }
  .chat-category-item img {
    width: 17px;
    height: 17px;
  }

  .a-hero-section .a-title-wrap {
    max-width: 304px;
    margin: 0 auto;
  }
  .a-hero-section {
    padding: 105px 0 0;
  }

  .details-pagination {
    margin-top: 10px !important;
    gap: 6px;
  }

  .details-pagination .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
  }
  .details-pagination .swiper-pagination-bullet-active {
    width: 18px !important;
    height: 7px !important;
    border-radius: 100px !important;
    background: #386fde !important;
  }

  .style-pagination {
    margin-top: 10px !important;
    gap: 6px;
  }

  .style-pagination .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
  }
  .style-pagination .swiper-pagination-bullet-active {
    width: 18px !important;
    height: 7px !important;
    border-radius: 100px !important;
    background: #386fde !important;
  }

  .words-pagination {
    margin-top: 10px !important;
    gap: 6px;
  }

  .words-pagination .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
  }
  .words-pagination .swiper-pagination-bullet-active {
    width: 18px !important;
    height: 7px !important;
    border-radius: 100px !important;
    background: #386fde !important;
  }

  .splide__pagination__page.is-active {
    width: 18px !important;
    height: 7px !important;
    border-radius: 100px !important;
    background: #386fde !important;
  }
  .splide__pagination {
    gap: 10px;
    bottom: -20px !important;
  }

  .splide__pagination__page {
    width: 8px !important;
    height: 8px !important;
  }

  .a-info-slider-section .a-title-wrap {
    max-width: 304px;
    margin: 0 auto;
  }
  .a-images-variants .a-title-wrap {
    max-width: 304px;
    margin: 0 auto;
  }
  .footer {
    padding: 45px 0;
  }

  .a-hero-title img {
    max-width: 28px;
  }

  .m-block-cnt {
    margin-top: 38px;
  }
  .m-possibilities-columns {
    margin-top: 38px;
  }

  .m-block-title {
    font-size: 18px;
    line-height: 22px;
  }

  .m-hero-body {
    padding: 116px 0 0;
  }

  .m-hero-titles p {
    margin-top: 24px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 48px;
  }
  .m-possibilities-section {
    margin-top: 84px;
  }

  .m-possibilities-text-header {
    margin-bottom: 4px;
  }
  .m-possibilities-media picture img {
    border-radius: 10px;
  }
  .m-possibilities-texts .m-block-text {
    margin-top: 14px;
  }
  .m-possibilities-columns {
    gap: 38px;
  }

  .m-how-work-section {
    margin-top: 100px;
  }
  .m-work-items {
    gap: 38px;
  }

  .m-reviews-section {
    margin-top: 100px;
  }
  .m-reviews-track {
    gap: 20px;
  }
  .m-reviews-btn {
    margin: 38px auto 0;
  }

  .m-footer {
    margin-top: 50px;
    padding: 49px 0 91px 0;
  }

  .m-footer-body {
    flex-direction: column;
    gap: 14px;
  }

  .i-top-bg {
    height: 114%;
  }
  .i-banner {
    padding: 120px 0 0;
  }
  .i-music-block {
    max-width: 1100px;
    margin: 0;
    width: 100%;
    background: url(/lander/land_assets/images/i-suno-bg-mobile.webp);
    background-size: 100% 120vw;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .i-file-wrap {
    border-radius: 100px;
    margin-right: unset;
  }
  .i-banner .i-info-block .i-info textarea {
    padding: 0;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 130%;
  }
  .i-banner .i-info-block .i-info {
    padding: 16px 20px;
  }

  .l-hero-body {
    margin-top: 0;
    padding: 99px 14px 0 14px;
    min-height: 747px;
  }
  .l-hero-section .container {
    padding: 0;
  }
  .l-hero-titles h1 {
    text-align: center;
    font-size: 22px;
    line-height: 26px;
  }
  .l-hero-titles p {
    margin-top: 14px;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
  .l-hero-btn {
    margin: 0 auto;
  }
  .l-hero-picture {
    max-width: 350px;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    min-width: 350px;
  }

  .l-possibilities-section {
    padding: 114px 0 60px 0;
  }
  .l-possibilities-titles a {
    display: none;
  }
  .l-category-sub-block p {
    font-size: 16px;
    line-height: 20px;
  }
  .l-category-header h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .l-partner-title {
    font-size: 22px;
    line-height: 26px;
  }

  .l-resources-info-titles p {
    max-width: 332px;
    margin: 0 auto;
  }

  .l-news-section {
    margin-top: 60px;
  }

  .l-footer-body {
    flex-direction: column;
    gap: 20px;
  }
  .l-footer {
    margin-top: 70px;
    padding: 71px 0 102px 0;
  }
  .l-footer-logo {
    max-width: 235px;
  }

  .k-possibilities-section {
    padding: 100px 0;
  }
  .k-possibilities-texts {
    padding: 20px;
  }
  .k-possibilities-text-header h2 {
    font-size: 18px;
    line-height: 22px;
  }
  .k-possibilities-text-header {
    gap: 10px;
  }
  .icon-kBurger {
    font-size: 19px !important;
  }
  .k-possibilities-texts p {
    margin-top: 14px;
  }
  .k-possibilities-video {
    height: 209px;
  }

  .k-faq-section {
    margin-top: 0;
  }
  .k-footer {
    margin-top: 30px;
    background: #121215;
    padding: 63px 57px;
  }

  .k-hero-titles h1 {
    font-size: 24px;
    line-height: 28px;
  }
  .k-hero-titles p {
    margin-top: 12px;
  }
  .k-hero-auth {
    margin: 18px auto 0;
  }
  .k-section-title {
    font-size: 22px;
    line-height: 26px;
  }

  .k-header-body {
    gap: 20px;
    border-radius: 8px;
    padding: 11px 12px 11px 16px;
  }

  .k-btn-register {
    padding: 8px 12px 8px 12px;

    border-radius: 6px;
  }

  .f-wrapper {
    padding: 0;
  }
  .f-for-you-section {
    margin-top: 0;
  }

  .f-section {
    margin-top: 30px;
  }
  .f-scenarios-cart {
    height: 246px;
  }

  .f-trust-section {
    margin-top: 20px;
  }
  .f-trust-texts {
    margin: 28px auto 0;
  }
  .f-trust-texts h6 {
    line-height: 22px;
  }
  .f-black-link {
    margin: 26px auto 0;
  }

  .d-header-body {
    gap: 20px;
    border-radius: 8px;
  }
  .d-header-body {
    border-radius: 8px;
    padding: 11px 12px 11px 16px;
  }
  .d-header {
    top: 14px;
  }
  .e-section-title {
    font-size: 44px;
    line-height: 48px;
  }
  .e-section-text {
    margin-top: 20px;
  }
  .e-hero-items {
    flex-direction: column;
    gap: 10px;
    margin-top: 60px;
  }
  .e-hero-item {
    min-height: 557px;
  }
  .e-hero-big-item .e-hero-item-img {
    max-width: 320px;
  }
  .e-hero-small-item .e-hero-item-img {
    max-width: 332px;
  }
  .e-hero-item-header .e-block-title {
    font-size: 18px;
    line-height: 22px;
  }
  .e-hero-small-item:nth-child(3) .e-hero-item-img {
    max-width: 300px;
  }
  .e-hero-small-item .e-arrow-link {
    display: flex;
  }
  .e-hero-body {
    padding: 124px 0 0;
  }
  .e-hero-titles h1 {
    font-size: 24px;
    line-height: 28px;
  }
  .e-hero-cnt {
    margin: 29px auto 0;
  }
  .e-hero-hints {
    gap: 10px;
    max-width: 357px;
    margin: 20px auto 0;
  }
  .e-hero-hints button {
    font-size: 15px;
    line-height: 18px;
  }
  .e-hero-hints button:nth-child(1) {
    order: 2;
  }
  .e-hero-hints button:nth-child(2) {
    order: 5;
  }
  .e-hero-hints button:nth-child(3) {
    order: 3;
  }

  .e-hero-hints button:nth-child(4) {
    order: 4;
  }
  .e-hero-hints button:nth-child(5) {
    order: 6;
  }
  .e-hero-hints button:nth-child(6) {
    order: 1;
  }
  .e-hero-item-texts {
    padding: 20px 20px 0 0;
  }
  .e-section-title {
    font-size: 22px;
    line-height: 26px;
  }
  .e-possibilities-titles {
    gap: 20px;
  }
  .e-possibilities-items {
    margin-top: 32px;
  }
  .e-possibilities-item-texts {
    gap: 12px;
  }
  .e-possibilities-item-texts .e-block-title {
    font-size: 18px;
    line-height: 22px;
  }
  .e-possibilities-items {
    gap: 34px;
  }
  .e-possibilities-link {
    bottom: 10px;
    right: 8px;
  }
  .e-possibilities-link i {
    margin-left: 4px;
  }
  .e-latest-research-section {
    margin-top: 100px;
  }
  .e-latest-items {
    margin-top: 20px;
    gap: 10px;
  }
  .e-latest-link {
    margin-top: 40px;
  }
  .e-latest-items {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  }

  .e-footer {
    margin-top: 50px;
    padding: 35px 0 30px;
  }
  .e-footer-body {
    flex-direction: column;
    gap: 56px;
  }
  .e-footer-texts {
    flex-direction: column;
    gap: 10px;
  }

  .d-hero-swiper-arrow {
    display: none;
  }

  .d-hero-paginatiion {
    display: flex !important;
    position: initial !important;
    margin-top: 16px;
    align-items: center;
    justify-content: center;
    gap: 10px !important;
  }
  .d-hero-swiper .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    background: #e8e8e8 !important;
    margin: 0 !important;
    transition: 0.3s;
    border-radius: 100px !important;
    opacity: 1 !important;
  }
  .d-hero-swiper .swiper-pagination-bullet-active {
    width: 18px !important;
    height: 7px !important;
    opacity: 1 !important;
    border-radius: 100px !important;
    background: #386fde !important;
  }
  .d-hero-swiper-block {
    margin-top: 36px;
  }
  .d-hero-container {
    padding: 0 14px;
  }
  .d-hero-media {
    max-width: 100%;
  }
  .d-hero-body {
    padding: 100px 0 0;
    gap: 22px;
  }
  .d-hero-titles h1 {
    font-size: 24px;
    line-height: 28px;
  }

  .d-possibilities-item:nth-child(1) {
    padding: 35px 17px 18px 17px;
  }
  .d-possibilities-item {
    min-height: 332px;
  }
  .d-section-title {
    font-size: 22px;
    line-height: 26px;
  }
  .d-possibilities-item-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 32px;
  }
  .d-possibilities-item:nth-child(1) .d-possibilities-item-image {
    margin: 0 auto;
  }
  .d-possibilities-items {
    gap: 10px;
  }
  .d-possibilities-item:nth-child(2) .d-possibilities-item-image {
    max-width: 100%;
    bottom: -120px;
    left: 0;
    transform: unset;
    min-width: 391px;
  }
  .d-possibilities-item:nth-child(3) .d-possibilities-item-image {
    bottom: -40px;
  }
  .d-possibilities-item:nth-child(4) {
    padding: 35px 17px 18px 17px;
  }
  .d-possibilities-item:nth-child(5) .d-possibilities-item-image {
    margin: 0 auto;
    max-width: 127px;
  }
  .d-possibilities-item:nth-child(5) {
    padding: 35px 17px 9px 17px;
    min-height: 266px;
  }
  .d-possibilities-item:nth-child(6) .d-possibilities-item-image {
    bottom: -35px;
  }
  .d-possibilities-item:nth-child(8) {
    min-height: 237px;
    padding: 35px 17px 9px 17px;
  }
  .d-possibilities-item:nth-child(8) .d-possibilities-item-image {
    margin: 0 auto;
  }
  .d-possibilities-item:nth-child(7) .d-possibilities-item-image {
    bottom: -40px;
  }
  .d-possibilities-item:nth-child(9) {
    min-height: 238px;
  }
  .d-possibilities-item:nth-child(4) .d-possibilities-item-image {
    margin: 0 auto;
  }
  .d-possibilities-item:nth-child(9) {
    padding: 35px 17px 9px 17px;
  }
  .d-possibilities-item:nth-child(9) .d-possibilities-item-image {
    margin: 0 auto;
  }
  .d-possibilities-item:nth-child(9) .d-possibilities-item-image {
    max-width: 150px;
  }
  .d-trust-setion {
    margin-top: 50px;
    padding: 50px 0;
  }
  .d-trust-texts h2 {
    font-size: 22px;
    line-height: 26px;
  }
  .d-trust-btn {
    margin: 20px auto 0;
  }
  .d-trust-media {
    padding: 0 14px;
  }
  .d-accordion-content p {
    margin-top: 4px;
  }
  .d-faq-section {
    margin-top: 50px;
  }
  .d-footer {
    padding: 72px 0 84px 0;
    margin-top: 50px;
  }
  .d-footer-logo {
    max-width: 245px;
  }
  .d-footer-body {
    gap: 15px;
  }
  .d-footer-body p {
    font-size: 7px;
    line-height: 9px;
  }

  .d-block-cnt {
    margin-top: 28px;
  }
  .d-btn-register {
    padding: 8px 12px 8px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    border-radius: 6px;
    background: #28282b;
    color: #fbfbfb;
  }

  .j-section-title {
    font-size: 28px;
    line-height: 120%;
  }
  .j-section-sub-title {
    font-size: 16px;
    line-height: 22px;
  }

  .j-block-title {
    font-size: 18px;
    line-height: 120%;
  }
  .j-block-text {
    font-size: 16px;
    line-height: 22px;
  }

  .j-block-cnt {
    margin-top: 28px;
  }

  .j-header-logo {
    max-width: 141px;
  }

  .j-header-body {
    border-radius: 6px;
    padding: 8px 8px 8px 14px;
  }
  .j-header-body .btn-register {
    border-radius: 4px;
  }

  .j-hero-body {
    padding: 122px 0 0;
  }
  .j-hero-title h1 {
    font-size: 28px;
    line-height: 120%;
    font-weight: 600;
  }
  .j-hero-titles p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
  }
  .j-hero-titles strong {
    font-size: 16px;
    line-height: 22px;
    margin-top: 6px;
  }
  .j-hero-title img {
    top: 60px;
    right: 55px;
    max-width: 88px;
  }
  .j-textarea-length {
    position: inherit;
  }
  .j-hero-file label {
    max-width: 100%;
  }
  .j-hero-textarea-label {
    height: 108px;
  }
  .j-hero-textarea-box {
    margin-top: 28px;
    padding: 12px;
  }
  .j-textarea-length {
    gap: 2px;
    font-size: 14px;
    line-height: 130%;
  }
  .j-hero-select-header p {
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .j-hero-select-header {
    gap: 9px;
  }
  .j-hero-file label i {
    font-size: 11px;
  }
  .j-hero-file label {
    padding: 9px 12px 9px 12px;
    gap: 8px;
    font-size: 14px;
    border-radius: 6px;
  }
  .j-hero-select-header i {
    font-size: 8px;
  }

  .j-hero-select-header p b {
    max-width: 40px;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .j-hero-file {
    width: 80%;
  }

  .j-hero-textarea-label textarea {
    font-size: 16px;
    line-height: 22px;
  }

  .j-hero-textarea-label textarea::placeholder {
    font-size: 16px;
    line-height: 22px;
  }
  .j-aspect-ratio-sub {
    top: 204px;
  }
  .j-hero-btn {
    margin-top: 4px;
  }
  .j-select-sub-block {
    border-radius: 6px;
  }
  .j-model-sub-block ul li span {
    font-size: 14px;
  }
  .j-model-sub-block {
    max-width: 157px;
    left: 0;
    transform: unset;
  }
  .j-hero-file-rezult img {
    width: 32px;
    flex: 0 0 32px;
    height: 32px;
    border-radius: 4px;
  }
  .j-hero-file-rezult i {
    font-size: 11px;
  }
  .j-hero-file-rezult {
    gap: 8px;
  }
  .j-hero-select-model {
    flex: 1 1 57%;
  }

  .j-examples-section {
    margin-top: 110px;
  }

  .j-examples-media {
    margin-top: 28px;
    max-height: 670px;
  }
  .j-examples-btn {
    bottom: 32px;
  }
 
  .j-faq-item {
    max-width: 100%;
  }
  .j-faq-column {
    flex: 1 1 auto;
    gap: 20px;
  }

  .j-faq-item h4 {
    font-size: 18px;
    line-height: 120%;
  }
  .j-faq-item p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 6px;
  }

  .j-work-titles h3 {
    font-size: 24px;
    line-height: 120%;
  }
  .j-work-titles p {
    margin-top: 8px;
    font-size: 16px;
    line-height: 130%;
  }
  .j-work-tag {
    flex-direction: column;
    gap: 20px;
  }
  .j-work-tags {
    gap: 28px;
    margin-top: 28px;
  }

  .j-trust-section {
    padding: 80px 0;
    min-height: 386px;
  }
  .j-trust-body h4 {
    font-size: 28px;
    line-height: 120%;
  }

  .j-trust-body p {
    margin-top: 12px;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 28px;
  }

  .h-section-title {
    font-size: 24px;
    line-height: 120%;
  }
  .h-section-sub-title {
    font-size: 16px;
    line-height: 22px;
  }
  .mobile-text-wrap {
    display: block;
  }
  .h-block-title {
    font-size: 22px;
    line-height: 120%;
  }
  .h-block-text {
    font-size: 16px;
    line-height: 130%;
  }

  .h-block-cnt {
    margin-top: 28px;
  }
  .desktop-text-wrap {
    display: inline;
  }
  .h-section-sub-title {
    margin-top: 12px;
  }

  .h-hero-images {
    min-width: 800px;
  }
  .h-hero-section {
    min-height: 760px;
  }
  .h-hero-body {
    padding: 167px 0 0;
  }
  .h-hero-body h1 {
    font-size: 30px;
    line-height: 100%;
  }
  .h-hero-body p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 12px;
  }
  .h-hero-input-box {
    margin: 24px auto 0;
    padding: 16px;
    gap: 40px;
    border-radius: 12px;
    flex-direction: column;
  }
  .h-hero-input-box a {
    width: 100%;
    text-align: center;
  }
  .h-hero-input-box input {
    font-size: 16px;
    line-height: 22px;
  }

  .h-hero-input-box input {
    font-size: 16px;
    line-height: 22px;
  }
  .h-hero-input-box input::placeholder {
    font-size: 16px;
    line-height: 22px;
  }

  .h-tolls-slide {
    min-height: 460px;
  }
  .h-tolls-slide-img {
    height: 260px;
  }

  .h-tolls-btn {
    margin: 28px auto 0;
  }
  .h-tolls-arrow {
    display: none;
  }
  .h-tolls-sectiion {
    padding: 80px 0;
  }
  .h-possibilities-slide-img {
    height: 260px;
  }
  .h-possibilities-section {
    padding: 60px 0;
  }

  .h-trust-adds {
    flex-direction: column;
    gap: 40px;
  }

  .h-work-media {
    margin: 28px auto 0;
  }
  .h-how-work-section {
    padding: 60px 0;
  }
  .h-work-partners-track {
    margin-top: 24px;
  }
  .h-work-partner-item--one {
    max-width: 97px;
    min-width: 97px;
  }
  .h-work-partner-item--two {
    max-width: 90px;
    min-width: 90px;
  }
  .h-work-partner-item--tree {
    max-width: 102px;
    min-width: 102px;
  }
  .h-work-partner-item--for {
    max-width: 84px;
    min-width: 84px;
  }
  .h-work-partner-item--five {
    max-width: 70px;
    min-width: 70px;
  }
  .h-work-partners-item img {
    width: 100%;
    height: 100%;
  }
  .h-work-partners-track {
    gap: 72px;
  }
  .h-work-partners-items {
    margin-top: 40px;
  }
  .h-work-partners-items p {
    font-size: 14px;
    line-height: 130%;
  }
  .h-universe-section {
    padding: 80px 0 0;
  }
  .h-trust-section {
    padding: 80px 0 0;
  }
  .h-trust-swiper-block {
    margin-top: 80px;
  }
  .h-trust-slide h6 {
    font-size: 15px;
    line-height: 130%;
  }
  .h-trust-slide {
    min-height: 320px;
  }
  .h-trust-slide p {
    font-size: 14px;
    line-height: 130%;
  }

  .h-footer {
    padding: 80px 0 0;
    min-height: 380px;
  }
  .h-footer-body {
    gap: 20px;
  }
  .h-footer-body h6 {
    font-size: 22px;
    line-height: 120%;
  }
  .h-footer-clue {
    bottom: 140px;
    font-size: 14px;
    line-height: 130%;
  }

  .h-header-body {
    border-radius: 6px;
    padding: 8px 8px 8px 14px;
    background: #1b1c1f;
  }

  .btn-login {
    display: none;
  }
  .header-body {
    border-radius: 6px;
    padding: 8px 8px 8px 14px;
  }
  header {
    top: 14px;
  }
  .btn-register {
    padding: 11.5px 16px;
    border-radius: 4px;
  }
  .section-titles h2 {
    font-size: 24px;
    line-height: 120%;
  }
  .section-titles p {
    font-size: 16px;
    line-height: 22px;
  }
  .mobile-text-wrap {
    display: block;
  }
  .block-title {
    font-size: 18px;
    line-height: 120%;
  }
  .block-text {
    font-size: 16px;
    line-height: 22px;
  }
  .section {
    padding: 70px 0;
  }
  .block-cnt {
    margin-top: 32px;
  }
  .desktop-text-wrap {
    display: inline;
  }

  /* ===============================Стили для лэндинга Runway START============================== */

  .b-header-body {
        border-radius: 6px;
        padding: 8px 8px 8px 14px;
    }


  .b-hero-titles {
    padding: 0 14px;
  }
  .b-hero-titles {
    gap: 32px;
  }
  .b-hero-title {
    font-size: 50px;
    line-height: 60px;
  }
  .b-hero-video {
    padding: 0;
  }
  .b-hero-video video {
    border-radius: 0 0 12px 12px;
  }
  .b-partners-items {
    padding: 60px 0;
  }
  .b-partners-text {
    padding: 70px 14px;
    font-size: 18px;
    line-height: 120%;
  }
  .b-partners-text p {
    font-size: 18px;
    line-height: 120%;
  }
  .b-partners-right-blur {
    max-width: 280px;
  }
  .b-partners-left-blur {
    max-width: 280px;
  }
  .b-instruments-categories {
    flex-wrap: nowrap;
    overflow: auto;
    justify-content: stretch;
  }
  .b-instruments-categories button {
    white-space: nowrap;
    font-size: 15px;
    line-height: 130%;
      padding: 8px 12px;
       border-radius: 4px;
  }
  .b-instrument-texts-item {
    padding: 0;
  }
  .b-instruments-wrapper {
    margin-top: 24px;
  }
  .b-instrument-text-titles {
    margin-bottom: 20px;
  }
  .b-instruments-mobile-blur {
    display: flex;
    position: absolute;
  }
  .b-instruments-left-blur {
    left: -14px;
    top: 120px;
    height: 50px;
  }
  .b-instruments-right-blur {
    right: -14px;
    top: 120px;
    height: 50px;
  }
  .b-instrument-item-categories button {
    font-size: 14px;
    line-height: 130%;
    padding: 6px 12px;
    border-radius: 4px;
  }
  .b-instrument-item-categories {
    gap: 8px;
  }
  .b-instrument-tag--one-texts p {
    font-size: 14px;
  }
  .b-instrument-tag--one-icon {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
  }
  .b-instrument-tag--one-icon i {
    font-size: 10px;
  }
  .b-instruments-tag--two {
    gap: 28px;
  }
  .b-instruments-tag--two-categories p {
    font-size: 15px;
    font-weight: 500;
  }
  .b-instrument-item {
    gap: 20px;
  }
  .b-after-before {
    margin-top: 8px;
  }
  .b-after-before span {
    font-size: 14px;
    line-height: 130%;
  }
  .b-work-tags div {
    font-size: 14px;
    line-height: 130%;
    padding: 6px 12px;
    border-radius: 4px;
  }
  .b-work-tags div:nth-child(1) {
    order: 1;
  }
  .b-work-tags div:nth-child(2) {
    order: 2;
  }
  .b-work-titles {
    margin-top: 24px;
  }
  .b-work-swiper-block {
    margin-top: 16px;
  }
  .b-work-titles h3 {
    font-size: 18px;
    line-height: 130%;
  }
  .b-work-slide-texts p {
    margin-top: 12px;
  }
  .b-work-slide-texts h3 {
    font-size: 18px;
  }
  .b-work-slide-texts a {
    font-size: 15px;
    margin-top: 20px;
  }
  .b-possibilities-slide {
    min-height: 436px;
  }
  .b-possibilities-swiper {
    overflow: unset;
  }
  .b-possibilities-slide-texts {
    max-width: 245px;
  }
  .b-possibilities-navigation {
    margin: 24px auto 0;
  }
  .b-trust-section {
    padding: 70px 0;
  }
  .footer-logo {
    max-width: 200px;
  }
  /* ===============================Стили для лэндинга Runway END============================== */

  /* ===============================Стили для лэндинга REMINI START============================== */

  c-section-titles h2 {
    font-size: 24px;
    line-height: 120%;
  }
  .c-section-titles p {
    font-size: 16px;
    line-height: 22px;
  }

  .c-block-title {
    font-size: 18px;
    line-height: 120%;
  }
  .c-block-text {
    font-size: 16px;
    line-height: 130%;
  }
  .c-section-clue {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .c-block-cnt {
    margin-top: 28px;
  }
  .desktop-text-wrap {
    display: inline;
  }

  .c-hero-body h1 {
    font-size: 30px;
    line-height: 100%;
    text-align: start;
  }
  .c-hero-body p {
    font-size: 16px;
    line-height: 22px;
    text-align: start;
    margin-top: 16px;
  }
  .c-hero-btn {
    margin: 33px 0 0;
  }
  .c-hero-blur {
    width: 100%;
    height: 200%;
  }
  .c-hero-blur picture {
    width: 100%;
    height: 100%;
    display: block;
  }

  .c-hero-body {
    padding: 174px 0 0;
    max-width: 332px;
  }

  .before-text {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 130%;
  }
  .after-text {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 130%;
  }
  .twentytwenty-horizontal .twentytwenty-handle:after,
  .twentytwenty-horizontal .twentytwenty-handle:before {
    width: 2px !important;
    margin-left: 0 !important;
  }
  .twentytwenty-handle {
    bottom: 10px !important;
  }
  .twentytwenty-right-arrow {
    margin-right: -17px;
  }
  .twentytwenty-left-arrow {
    margin-left: -16px;
  }
  .c-demonstration-title {
    font-size: 16px;
    line-height: 22px;
    padding: 0;
  }
  .c-demonstration-cnt {
    border-radius: 20px;
    margin-top: 20px;
  }

  .c-demonstration-media {
    padding: 20px;
  }
  .twentytwenty-container img {
    border-radius: 18px;
  }
  .c-demonstration-swiitch-texts .c-block-title {
    font-size: 14px;
    line-height: 130%;
  }
  .c-demonstration-swiitch-texts .c-block-text {
    font-size: 12px;
    line-height: 16px;
    margin-top: 4px;
  }
  .c-demonstration-swiitches {
    padding: 20px 12px;
    border-radius: 18px;
  }
  .c-demonstration-swiitch:first-child {
    padding: 0 0 12px 0;
  }
  .c-generate-sectiion .container {
    padding: 0;
  }
  .c-generate-media {
    margin-left: 14px;
  }

  .c-generate-texts {
    padding: 0 14px;
  }
  .c-generate-tabs button {
    font-size: 16px;
    line-height: 22px;
  }
  .c-generate-tabs button:nth-child(1) {
    padding: 8px 16px;
  }
  .c-generate-tabs {
    gap: 16px;
  }
  .c-generate-body .c-section-titles {
    max-width: 332px;
  }
  .c-generate-btn {
    margin-top: 32px;
  }
  .c-generate-body {
    gap: 49px;
  }
  .c-generate-icon--one {
    right: 55px;
    top: -3px;
    max-width: 25px;
  }
  .c-generate-icon--two {
    right: 50px;
    top: -6px;
    max-width: 11px;
  }
  .c-generate-icon--tree {
    max-width: 33px;
    bottom: -20px;
    left: 50px;
  }

  .c-possibilities-titles {
    align-items: start;
  }
  .c-possibilities-titles h2 {
    text-align: start;
  }
  .c-possibilities-titles p {
    text-align: start;
  }
  .c-possibilities-titles-line {
    max-width: 162px;
    height: 14px;
    right: unset;
    left: 0;
    top: 82px;
  }
  .c-possibilities-blur {
    display: none;
  }
  .c-possibilities-item {
    border-radius: 20px;
    padding: 20px;
    min-height: 251px;
  }
  .c-possibilities-item-texts {
    padding: 28px 0 0;
  }
  .c-possibilities-item-icon {
    max-width: 48px;
  }
  .c-possibilities-items {
    gap: 10px;
  }

  .c-about-icon {
    display: none;
  }
  .c-about-texts {
    max-width: 332px;
  }
  .c-about-body {
    align-items: stretch;
  }
  .c-generate-blur {
    right: -20px;
  }

  .c-functional-titles h2 {
    text-align: start;
  }
  .c-functional-titles {
    align-items: start;
  }
  .c-functional-titles p {
    text-align: start;
  }
  .c-functional-titles-line {
    top: 141px;
    left: 100px;
    max-width: 124px;
    top: 78px;
    height: 12px;
  }

  .c-functional-item {
    border-radius: 20px;
    padding: 20px;
  }
  .c-functional-blur {
    display: none;
  }
  .twentytwenty-container img {
    border-radius: 16px;
  }
  .c-functional-picture {
    border-radius: 16px;
  }

  .c-functional-items {
    gap: 10px;
  }

  .c-users-body .c-section-titles .c-section-clue {
    text-align: start;
  }
  .c-users-body .c-section-titles h2 {
    text-align: start;
  }
  .c-users-body .c-section-titles {
    align-items: stretch;
  }
  .c-users-body .c-section-titles p {
    text-align: start;
  }
  .c-users-tag h3 {
    font-size: 60px;
    line-height: 100%;
    text-align: start;
  }
  .c-users-tag p {
    font-size: 18px;
    line-height: 120%;
    margin-top: 20px;
    text-align: start;
  }
  .c-users-blur--two {
    top: 1200px;
  }
  .c-users-items {
    margin-top: 28px;
  }
  .c-user-item {
    padding: 20px;
    border-radius: 20px;
  }
  .c-user-stars {
    max-width: 116px;
  }
  .c-user-text {
    margin-top: 28px;
  }
  .c-users-blur--two {
    top: 800px;
    right: -100px;
    width: 100%;
    height: 50%;
  }
  .c-users-blur--two img {
    width: 100%;
    height: 100%;
  }
  .c-users-blur--for {
    top: 180px;
  }
  .c-users-blur {
    bottom: 60px;
  }
  .c-trust-icon {
    max-width: 36px;
    width: 100%;
    height: 36px;
  }
  .c-trust-icon img {
    width: 100%;
    height: 100%;
  }

  .c-trust-titles h3 {
    font-size: 18px;
    margin-top: 20px;
  }
  .c-trust-body {
    min-height: 360px;
    border-radius: 20px;
  }
  .c-trust-picture img {
    border-radius: 20px;
  }

  .c-try-titles {
    align-items: start;
  }
  .c-try-titles h2 {
    text-align: start;
    font-size: 28px;
    line-height: 120%;
  }
  .c-try-titles p {
    text-align: start;
    margin-top: 12px;
    font-size: 16px;
    line-height: 22px;
  }

  .c-trust-titles a {
    font-size: 16px;
    line-height: 22px;
  }
  .c-trust-titles p {
    margin-top: 20px;
    gap: 4px;
  }

  .c-footer-body {
    padding: 60px 0 40px 0;
    align-items: start;
  }
  .c-trust-titles span {
    font-size: 16px;
    line-height: 22px;
  }
  .c-footer-logo {
    max-width: 186px;
  }

  .c-footer-body p {
    font-size: 14px;
    line-height: 130%;
  }

  /* ===============================Стили для лэндинга REMINI END============================== */

  .g-section {
    margin-top: 60px;
  }

  .g-galery-item {
    border-radius: 10px;
    height: 191px;
  }
  .g-galery-items {
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  }
  .g-galery-item img {
    border-radius: 10px;
  }
  .g-galery-item::after {
    border-radius: 10px;
  }
  .g-galery-item p {
    white-space: wrap;
    font-size: 16px;
    line-height: 22px;
  }

  .g-footer {
    padding: 60px 0 20px 0;
    background: #1b1c1f;
    margin-top: 80px;
  }
  .g-footer-logo {
    max-width: 170px;
  }
  .g-footer-texts {
    gap: 20px;
  }
  .g-footer-texts .btn-register {
    margin-top: 60px;
  }
  .g-hero-actions a {
    flex: 1 1 40%;
    justify-content: center;
    padding: 14px;
  }
  .g-hero-actions a:nth-child(1) {
    flex: 1 1 55%;
  }
  .g-hero-actions a:nth-child(2) {
    flex: 1 1 29%;
  }
  .g-hero-actions {
    border-radius: 12px;
  }
  .g-hero-body {
    padding: 310px 14px 0 14px;
  }
  .g-header-body {
    border-radius: 6px;
    padding: 8px 8px 8px 14px;
  }
  .g-header-body .btn-register {
    padding: 11.5px 16px;
  }

  .g-about-text-titles h2 {
    font-size: 22px;
    line-height: 120%;
  }
  .g-about-text-titles i {
    font-size: 30px;
  }
  .g-about-text-titles {
    gap: 11px;
    margin-bottom: 16px;
  }
  .g-about-texts p {
    font-size: 16px;
    line-height: 22px;
  }
  .g-about-texts p strong {
    font-size: 16px;
    line-height: 22px;
  }
  .g-about-body {
    gap: 60px;
  }
}

@media (max-width: 450px) {

    .v-visual-items {
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  }
  .v-choice-items{
    grid-template-columns: repeat(auto-fit, minmax(159px, 1fr));

  }


    .u-hero-bg picture img {
    object-fit: cover;
  }

  .g-galery-item {
    height: 180px;
  }
  .h-footer-clue {
    bottom: 120px;
  }
}
@media (max-width: 430px) {
  .h-footer-clue {
    bottom: 100px;
  }

    .r-review-description {
    margin: -120px auto 0;
  }
      .r-trust-body {
        min-height: 440px;
  
    }
}

@media (max-width: 400px) {
  .g-galery-item {
    height: 161px;
  }
     .r-trust-body {
        min-height: 400px;
  
    }
}
