/*@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;900&display=swap");*/
/*@import url("https://fonts.googleapis.com/css2?family=Unbounded:wght@300;400;600;700;900&display=swap");*/

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Open Sans", sans-serif;
}

html {
  font-size: 62.5%; /* (62.5/100) * 16px = 10px */
  -webkit-text-size-adjust: none; /* for iOS Safari */
  text-size-adjust: none; /* for other mobile browsers */
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

:focus:not(:focus-visible) {
  outline: none;
}

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

*,
*::before,
*::after {
  box-sizing: border-box;
  border: none;
}

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

menu:not(article menu),
ol:not(article ol),
ul:not(article ul) {
  list-style: none;
}

menu,
ol,
ul {
  padding-left: 0;
}

article ol,
article ul {
  list-style-position: inside;
}

a {
  /* Places underlines below the descenders */
  text-underline-position: under;

  /* Sets the thickness as a percentage of the font size */
  text-decoration-thickness: 8;
}

body {
  background: #000105;
}

a {
  text-decoration: none;
}

h1 {
  margin: 0;
  font-family: "Unbounded", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin: 0;
  font-family: "Unbounded", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

p {
  margin: 0;
  color: #abb5c9;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.container {
  max-width: 390px;
  width: 100%;
  margin: 0 auto;
}

.apps-container {
  max-width: 420px;
}

.animate-lines path {
  animation: lines-fill-animation 2s linear infinite;
}

@keyframes lines-fill-animation {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0.8;
  }
  40% {
    opacity: 0.6;
  }
  50% {
    opacity: 0.5;
  }
  60% {
    opacity: 0.6;
  }
  80% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 12px 16px;
  border-bottom: 1px solid #232121;
  background: #000105;
}

.header-container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
}

.header-langs {
  display: none;
  position: absolute;
  top: 50%;
  right: -100%;
  transform: translateY(-50%);
}

.header-lang {
  display: inline-block;
  margin: 0 8px 0 0;
  color: #454d5f;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

.header-lang.active {
  color: #eaeaec;
}

.header-icon {
  width: 44px;
  height: 26px;
}

.header-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.header-link {
  color: #eaeaec;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.header-list {
  display: flex;
  margin: 0 -16px;
  padding: 0 0 0 15px;
}

.header-item {
  padding: 0 8px;
}

@media (min-width: 1080px) {
  .header-list {
    padding: 0;
  }
}

@media (max-width: 1250px) {
  .header-langs {
    right: -50%;
  }
}

/*Main block*/

.main {
  padding: 50px 0 0 0;
}

.apps {
  padding: 32px 0 0 0;
  background: url("/img/main_background_yellow.png") 0 63px / 100% 180px
    no-repeat;
}

.apps-description {
  position: relative;
  max-width: 560px;
  margin: 0 auto;
}

.apps-description .apps-lines {
  position: absolute;
  bottom: -40px;
  right: 5px;
}

.apps-lines-desktop {
  display: none;
}

.apps-title {
  color: #fafafa;
  text-align: center;
  font-size: 52px;
  line-height: 54px;
}

.apps-title-black {
  color: #000105;
  display: block;
  margin: 4px 0 0 0;
}

.apps-text-desktop {
  display: none;
}

.video-container {
  display: flex;
  justify-content: center;
  position: relative;
  max-width: 406px;
  width: 100%;
  height: 652px;
}

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  -user-select: none;
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

.video-container .video-grid {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  z-index: 2;
}

/* Tg btn block */

.tg-btn {
  cursor: pointer;
  background: transparent;
  /* border: 1px solid #fafafa; */
  max-width: 360px;
  width: 100%;
  height: 68px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-left: 1px solid #fafafa;
  transition: 0.3s all ease;
}

.tg-btn.desktop {
  display: none;
}

.tg-btn.hidden {
  display: none;
}

.tg-btn.visible {
  display: flex;
}

.tg-btn.mobile {
  position: fixed;
  bottom: 25px;
  right: 50%;
  transform: translateX(50%);
  z-index: 999;
}

.tg-btn-text {
  color: #fafafa;
  text-align: center;
  font-family: "Unbounded", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* transition: 0.3s all ease; */

  z-index: 30;
}

.tg-btn.small {
  max-width: 68px;
  right: 41px;
  /* transform: translateX(0); */
}

.tg-btn-text.small {
  font-size: 0;
}

.tg-btn:before {
  position: absolute;
  top: 0;
  z-index: 10;
  background: #fafafa;
  border: 1px solid #fafafa;
  -webkit-transform: skew(-45deg);
  transform: skew(-45deg);
  transition: 0.3s all ease;
  display: block;
  width: 400px;
  pointer-events: none;
  height: 100%;
  left: -33px;
  content: "";
}

.tg-btn:after {
  position: absolute;
  top: 0;
  z-index: 20;
  background: #000105;
  border: 1px solid #fafafa;
  -webkit-transform: skew(-45deg);
  transform: skew(-45deg);
  transition: 0.3s all ease;
  display: block;
  width: 399px;
  pointer-events: none;
  height: 100%;
  left: -33px;
  content: "";
}

.tg-btn-line {
  position: absolute;
  z-index: 40;
  top: 0;
  right: 0;
  height: 42px;
  width: 1px;
  background: #fafafa;
}

.tg-btn.mobile.small:before {
  left: -324px;
}

.tg-btn.mobile.small:after {
  left: -324px;
}

.tg-btn-icon {
  margin: 0 12px 0 0;
  pointer-events: none;
  z-index: 30;
}

.tg-btn-arrow {
  width: 0;
  margin-left: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 30;
  flex-shrink: 0;
  transition: opacity 0.2s ease 0s, width 0.3s ease 0.2s, margin-left 0.3s ease 0.2s;
}

.tg-btn:hover .tg-btn-arrow {
  width: 20px;
  margin-left: 8px;
  opacity: 1;
  transition: width 0.3s ease 0s, margin-left 0.3s ease 0s, opacity 0.2s ease 0.3s;
}

@media (min-width: 450px) {
  .apps-description .apps-lines {
    bottom: -55px;
  }
}

@media (min-width: 600px) {
  .apps-description .apps-lines {
    bottom: -60px;
  }
}

@media (min-width: 800px) {
  .apps-description .apps-lines {
    bottom: -65px;
  }
}

@media (min-width: 1080px) {
  h1 {
    font-size: 92px;
    font-weight: 700;
    line-height: 98px;
  }

  .header-container {
    max-width: 380px;
    width: 100%;
    margin: 0 auto;
  }

  .header-langs {
    display: block;
  }

  .main {
    padding: 60px 0 0 0;
  }

  .container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
  }

  .apps {
    padding: 40px 0 0 0;
    background: url("/img/main_background_yellow_desktop.png") 0 0 / 100% 280px
      no-repeat;
  }

  .apps-flex {
    display: flex;
    margin: 30px 0 0 0;
  }

  .apps-description {
    order: 2;
    margin: 13px 0 0 0;
  }

  .apps-description .apps-lines {
    display: none;
  }

  .apps-lines-desktop {
    display: block;
    position: absolute;
    top: 110px;
    right: -80px;
  }

  .apps-title {
    text-align: left;
    color: #000105;
    font-size: 92px;
    font-weight: 700;
    line-height: 98px;
  }

  .apps-title-black {
    color: #fafafa;
  }

  .apps-text-desktop {
    display: block;
    padding: 88px 0 0 0;
    max-width: 425px;
  }

  .tg-btn.mobile {
    display: none;
  }

  .tg-btn.desktop {
    margin: 32px 0 0 0;
    display: flex;
    position: relative;
  }

  .tg-btn:hover::after {
    background: #fafafa;
  }

  .tg-btn:hover .tg-btn-icon {
    fill: #000105;
  }

  .tg-btn:hover .tg-btn-text {
    color: #000105;
    z-index: 30;
  }

  .video-container {
    max-width: 450px;
    height: 652px;
    top: -60px;
    left: 0;
  }

  .video-container video {
    position: static;
    transform: translateX(0);
    object-fit: cover;
  }
}

@media (min-width: 1250px) {
  .video-container {
    max-width: 550px;
    height: 856px;
    top: -60px;
    left: -40px;
  }
  .apps-lines-desktop {
    top: 110px;
    right: -100px;
  }
}

/* @media (max-width: 500px) {
  .tg-btn {
    max-width: 100%;
    width: 92%;
  }
} */

/* Advantages block */

.advantages {
  padding: 20px 0 0 0;
  scroll-margin-top: 50px;
}

.advantages-lines.desktop {
  display: none;
}

.advantages-title {
  color: #0c7cff;
  max-width: 280px;
  margin: 0 auto;
  padding: 0 0 16px 0;
}

.advantages-title-white {
  color: #fafafa;
  margin: 0 0 0 33px;
}

.advantages-text-mobile {
  max-width: 280px;
  margin: 0 auto;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.slider {
  padding: 50px 0 0 0;
  background: url("/img/advantages_background_blue.png") 0 50%/ 100% 170px no-repeat;
}

.slider-cards {
  padding: 0 55px 20px 55px;
  display: grid;
  grid-template: 1fr / repeat(4, 280px);
  grid-auto-flow: row;
  justify-items: center;
  gap: 0 20px;
  overflow-x: auto;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;
}

.slider-cards::-webkit-scrollbar {
  display: none;
}

.slider-card {
  position: relative;
  max-width: 280px;
  width: 100%;
  height: 340px;
  background: url("/img/slider-card-bg-mobile.png") 0 0 / 100% 100% no-repeat;
  cursor: pointer;
}

.card-1 {
  z-index: 4;
}

.card-2 {
  z-index: 3;
}

.card-3 {
  z-index: 2;
}

.card-4 {
  z-index: 1;
}

.card-1.active-down {
  animation: card-left-out 1s linear 1 normal running 0s forwards;
}

.card-1.active-up {
  animation: card-left-in 1s linear 1 normal running 0s forwards;
}

.card-2.active-down {
  animation: card-right-out 1s linear 1 normal running 0s forwards;
}

.card-2.active-up {
  animation: card-right-in 1s linear 1 normal running 0s forwards;
}

.card-3.active-down {
  animation: card-left-out 1s linear 1 normal running 0s forwards;
}

.card-3.active-up {
  animation: card-left-in 1s linear 1 normal running 0s forwards;
}

@keyframes card-left-out {
  0% {
    transform: translateX(-50%);
  }
  50% {
    transform: translateX(-250%);
  }
  100% {
    transform: translateX(-500%);
  }
}

@keyframes card-left-in {
  0% {
    transform: translateX(-500%);
  }
  50% {
    transform: translateX(-250%);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes card-right-out {
  0% {
    transform: translateX(-50%);
  }
  50% {
    transform: translateX(150%);
  }
  75% {
    transform: translateX(250%);
  }
  100% {
    transform: translateX(500%);
  }
}

@keyframes card-right-in {
  0% {
    transform: translateX(500%);
  }
  50% {
    transform: translateX(250%);
  }
  75% {
    transform: translateX(150%);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* .slider-card-bg {
  position: relative;
  max-width: 280px;
  margin: 0 auto;
  width: 100%;
  min-height: 340px;
  height: 100%;
  border: 1px solid #0c7cff;
  background: #000105;
} */

.card-content {
  padding: 30px 24px 30px 24px;
}

.card-content.en {
  padding: 30px 19px 30px 24px;
}

.card-number {
  color: #fafafa;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  padding: 0 0 15px 0;
}

.card-number-line {
  color: #0c7cff;
  margin: 0 1px 0 0;
}

.card-title {
  color: #fafafa;
  padding: 0 0 12px 0;
}

.card-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.card-footer {
  position: absolute;
  bottom: 30px;
  right: 45px;
}

.card-footer-text {
  color: #0c7cff;
  text-align: right;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.card-footer-line {
  position: absolute;
  right: 65px;
  top: 10px;
  width: 132px;
  height: 1px;
  background: #0c7cff;
}

@media (min-width: 1080px) {
  .advantages {
    padding: 0;
    margin: -30px 0 0 0;
  }
  .advantages-lines.mobile {
    display: none;
  }

  .advantages-lines.desktop {
    display: inline-block;
  }

  .advantages-title {
    font-size: 52px;
    font-weight: 500;
    line-height: 54px;
    max-width: 570px;
  }

  .advantages-title-white {
    margin: 0;
  }
  .advantages-text-mobile {
    display: none;
  }

  .slider {
    padding: 56px 0 100px 0;
    background: url("/img/advantages_background_blue.png") 0 50%/ 100% 290px no-repeat;
  }

  .slider-cards {
    padding: 25px 0 25px 55px;
    grid-template: 1fr / repeat(4, 280px);
    justify-content: center;
  }

  .slider-card {
    height: 370px;
    background: url("/img/slider-card-bg-desktop.png") 0 0 / 100% 100% no-repeat;
    transition: 0.3s all linear;
  }

  .slider-card:hover {
    transform: translateY(-25px);
    background-image: url("/img/slider-card-bg-desktop-hover.png");
  }

  .card-content,
  .card-content.en {
    padding: 30px 24px 30px 24px;
  }

  .slider-card:hover .card-text {
    color: #abb5c9;
  }

  .card-text {
    color: #515867;
    transition: 0.3s all linear;
  }

  .card-number {
    font-size: 20px;
    line-height: 28px;
  }
}

/* Infinite line block*/

.infinite_line {
  display: flex;
  position: relative;
  width: 4000px;
  height: 250px;
  margin: auto;
  overflow: hidden;
  z-index: 1;
}

.infinite_line-container {
  display: flex;
  position: absolute;
  top: 350px;
  left: 0;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  white-space: nowrap;
}

.infinite_line-container > div {
  display: flex;
  position: relative;
  top: -220px;
  transform: rotate(5deg) translateX(-50%);
  -webkit-transform: rotate(5deg) translateX(-50%);
}

.infinite_line-container > div.animate {
  animation: scrollText 10s infinite linear;
  -webkit-animation: scrollText 10s infinite linear;
}

.infinite_line-img {
  padding: 0 10px;
  width: 2725px;
  -user-select: none;
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

.infinite_line-text {
  position: relative;
  margin: 0;
  color: #fafafa;
  font-family: sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  padding: 0 10px;
  -user-select: none;
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

@keyframes scrollText {
  100% {
    transform: rotate(5deg) translateX(-4.5%);
    -webkit-transform: rotate(5deg) translateX(-4.5%);
  }
}

@-webkit-keyframes scrollText {
  100% {
    transform: rotate(5deg) translateX(-4.5%);
    -webkit-transform: rotate(5deg) translateX(-4.5%);
  }
}

@media (min-width: 1080px) {
  .infinite_line {
    width: 4000px;
    height: 300px;
  }

  .infinite_line-container {
    top: 300px;
    left: 0;
  }

  .infinite_line-container > div {
    top: -200px;
  }
}

@media (min-width: 1920px) {
  .infinite_line {
    width: 4000px;
  }
}

@media (min-width: 2500px) {
  .infinite_line {
    width: 4000px;
    height: 400px;
  }
}

@media (min-width: 3500px) {
  .infinite_line {
    width: 4000px;
    height: 600px;
  }
}

/*fall circle block */

.circle {
  height: 300px;
  position: relative;
  top: -35.5px;
}

.circle-svg {
  position: absolute;
  top: 5px;
  right: -10px;
  animation: fall-circle 3s infinite linear;
}
@keyframes fall-circle {
  100% {
    right: calc(300%);
    top: calc(75%);
  }
}

@keyframes fall-circle-desktop {
  100% {
    right: calc(200%);
    top: calc(180% - 52px);
  }
}

@media (min-width: 1080px) {
  .circle {
    height: 350px;
    position: relative;
    top: -35.5px;
  }
  .circle-svg {
    top: 55px;
    right: -10px;
    animation: fall-circle-desktop 5s infinite linear;
  }
}

/*format block*/

.format {
  padding: 130px 0 145px 0;
  background: url("/img/format_bg_mobile.png") 0 0/100% 1145px no-repeat;
  height: 1145px;
  position: relative;
  top: -300px;
}

.animate-lines.black.desktop {
  display: none;
}

.format-title {
  font-weight: 600;
  color: #000105;
  text-align: center;
  padding: 0 0 40px 0;
}

.format-card {
  background: url("/img/format_organic_bg.png") 0 0 / contain no-repeat;
  max-width: 360px;
  margin: 0 auto;
  width: 100%;
  height: 430px;
  padding: 0 25px;
  position: relative;
}

.format-label {
  margin: 0;
  color: #fafafa;
  font-family: "Unbounded", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  position: relative;
  top: 15px;
  left: 10px;
}

.format-list {
  padding: 35px 0 0 0;
}

.format-item {
  color: #abb5c9;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  margin: 0 0 16px 0;
  display: flex;
  align-items: start;
}

.format-item img {
  position: relative;
  top: 8px;
  padding: 0 12px 0 0;
}

.format-price {
  padding: 35px 0 0 0;
  text-align: end;
  color: #fafafa;
  font-family: "Unbounded", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.format-price-tip {
  color: #abb5c9;
  text-align: end;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
}

.format-card.second {
  position: relative;
  top: -20px;
}

.format-card.second .format-price {
  padding: 75px 0 0 0;
}

@media (min-width: 1080px) {
  .format {
    padding: 270px 0 146px 0;
    background: url("/img/format_bg_desktop.png") 0 0/100% 1150px no-repeat;
    height: 1150px;
  }
  .animate-lines.black.mobile {
    display: none;
  }
  .animate-lines.black.desktop {
    display: inline-block;
  }

  .format-title {
    font-size: 52px;
    font-weight: 600;
    line-height: 54px;
    padding: 0 0 80px 0;
  }
  .format-flex {
    display: flex;
    justify-content: space-between;
    max-width: 880px;
    margin: 0 auto;
  }
  .format-card {
    background: url("/img/format_organic_bg_desktop.svg") 0 0 / contain
      no-repeat;
    margin: 0;
    max-width: 420px;
    height: 500px;
  }
  .format-card.second {
    top: 0;
    padding: 0 40px;
  }
  .format-item {
    max-width: 300px;
  }

  .format-label {
    left: 23px;
  }
  .format-label.second {
    left: 8px;
  }
  .format-price {
    position: absolute;
    bottom: 25px;
    right: 25px;
  }
}

/*form block*/

.feedback {
  background: url("/img/feedback_mobile_bg.png") 0 0 / cover no-repeat;
  padding: 100px 15px;
  margin: -350px 0 0 0;
  position: relative;
  top: 20px;
}

.feedback-arrow {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  animation: arrow-animation 1.5s infinite ease-in-out;
}

@keyframes arrow-animation {
  50% {
    top: 50px;
  }
  100% {
    top: 30px;
  }
}

@keyframes arrow-animation-desktop {
  50% {
    top: 80px;
  }
  100% {
    top: 55px;
  }
}

.feedback-title {
  color: #fafafa;
  max-width: 240px;
  margin: 0 auto;
}

.feedback-title.en {
  max-width: 280px;
}

.feedback-subtitle {
  color: #abb5c9;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  max-width: 240px;
  margin: 0 auto;
  padding: 0 0 0 60px;
}

.feedback-subtitle.en {
  max-width: none;
  text-align: right;
  padding: 0 30px 0 0;
}

.feedback-form {
  max-width: 360px;
  margin: 40px auto 0 auto;
  display: flex;
  flex-direction: column;
}

.feedback-input {
  width: 100%;
  height: 52px;
  padding: 0 15px;
  margin: 0 0 24px 0;
  border: 1px solid #fafafa;
  background: #fafafa;

  color: #000105;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;

  border-radius: 0;
  border: none;
  outline: none;
}

.feedback-input::placeholder {
  color: #6b7994;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.feedback-input.error::placeholder {
  color: #ff4646;
}

.feedback-success {
  margin: 0;
  color: #47f937;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  padding: 0 0 10px 0;

  display: none;
}

.feedback-error {
  margin: 0;
  color: #ff4646;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  padding: 0 0 10px 0;
  margin: -15px 0 0 0;

  display: none;
}

.send-btn {
  cursor: pointer;
  background: transparent;
  /* border: 1px solid #fafafa; */
  max-width: 360px;
  width: 100%;
  height: 68px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.5s all ease;
  border-left: 1px solid #fafafa;
}

.send-btn-text {
  color: #fafafa;
  text-align: center;
  font-family: "Unbounded", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  transition: 0.5s all ease;

  z-index: 30;
}

.feedback-loader {
  width: 24px;
  height: 24px;
  display: none;

  z-index: 30;
}

.send-btn:before {
  position: absolute;
  top: 0;
  z-index: 10;
  background: #fafafa;
  border: 1px solid #fafafa;
  -webkit-transform: translateX(-9%) skew(-45deg);
  transform: translateX(-9%) skew(-45deg);
  transition: 0.5s all ease;
  display: block;
  width: 400px;
  pointer-events: none;
  height: 100%;
  left: 0px;
  content: "";
}

.send-btn:after {
  position: absolute;
  top: 0;
  z-index: 20;
  background: #000105;
  border: 1px solid #fafafa;
  -webkit-transform: translateX(-9%) skew(-45deg);
  transform: translateX(-9%) skew(-45deg);
  transition: 0.5s all ease;
  display: block;
  width: 399px;
  pointer-events: none;
  height: 100%;
  left: 0;
  content: "";
}

.send-btn-line {
  position: absolute;
  z-index: 40;
  top: 0;
  right: 0;
  height: 40px;
  width: 1px;
  background: #fafafa;
}

@media (min-width: 1080px) {
  .send-btn:hover::after {
    background: #fafafa;
  }
  .send-btn:hover .send-btn-text {
    color: #000105;
    z-index: 30;
  }
}

@media (max-width: 400px) {
  .send-btn {
    max-width: 340px;
    margin: 0 auto;
  }
  .feedback-input {
    max-width: 340px;
    margin: 0 auto 24px auto;
  }
  .send-btn:after {
    -webkit-transform: translateX(-14%) skew(-45deg);
    transform: translateX(-14%) skew(-45deg);
  }
  .send-btn:before {
    -webkit-transform: translateX(-14%) skew(-45deg);
    transform: translateX(-14%) skew(-45deg);
  }
}

@media (max-width: 380px) {
  .feedback {
    background-position: -5px 0;
  }
}

@media (max-width: 370px) {
  .feedback {
    background: url("/img/feedback_bg.png") 0 0 / contain no-repeat;
  }
  .send-btn {
    max-width: 300px;
    margin: 0 auto;
  }
  .feedback-input {
    max-width: 300px;
    margin: 0 auto 24px auto;
  }
  .send-btn:after {
    -webkit-transform: translateX(-24%) skew(-45deg);
    transform: translateX(-24%) skew(-45deg);
  }
  .send-btn:before {
    -webkit-transform: translateX(-24%) skew(-45deg);
    transform: translateX(-24%) skew(-45deg);
  }
}

@media (min-width: 1080px) {
  .feedback {
    background: url("/img/feedback_bg.png") 0 0 / 100% 100% no-repeat;
    padding: 150px 15px;
    margin: -350px 0 0 0;
    top: 0;
  }
  .feedback-title {
    font-size: 52px;
    font-weight: 500;
    line-height: 54px;
    max-width: 425px;
    padding: 0 0 16px 25px;
    text-align: left;
  }
  .feedback-title.en {
    max-width: 545px;
  }
  .feedback-subtitle {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    max-width: 400px;
    margin: 0 auto;
    text-align: right;
    padding: 0 20px 0 0;
  }

  .feedback-subtitle.en {
    max-width: 400px;
    margin: 0 auto;
    text-align: right;
    padding: 0 20px 0 0;
  }
  .feedback-arrow {
    top: 55px;
    left: 50%;
    transform: translateX(-50%);
    animation: arrow-animation-desktop 1.5s infinite ease-in-out;
  }
}

/*footer block*/

.footer {
  padding: 100px 0 0 0;
  background: url("/img/footer_mobile_bg.png") 0 20px / cover no-repeat;
  overflow: hidden;
}

.footer-container {
  position: relative;
}

.footer-date {
  display: none;
  position: absolute;
  top: -70px;
  left: 15px;

  color: #fafafa;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.footer-langs {
  display: inline-block;
  position: absolute;
  top: -70px;
  left: 15px;
}

.footer-lang {
  margin: 0 6px 0 0;
  color: #005ecc;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.footer-lang.active {
  color: #eaeaec;
}

.footer-arrow {
  position: absolute;
  top: -65px;
  right: 15px;
  width: 42px;
}

.footer-arrow.mobile {
  display: block;
}

.footer-arrow.desktop {
  display: none;
}

.footer-title {
  color: #fafafa;
  font-family: "Unbounded", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
  padding: 0 15px 15px 15px;
}

.footer-buttons {
  padding: 0 15px 22px 15px;
}

.tg-btn.last {
  display: flex;
  position: relative;
  margin: 0 0 16px 0;
}

.tg-btn.insta:after {
  background: #055fc8;
}

.footer-label {
  margin: 0;
  color: #fafafa;
  text-align: center;
  font-family: "Unbounded", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px;
  position: relative;
  top: 18px;
}

.footer-date_mob {
  position: absolute;
  top: -20px;
  right: 10px;
  color: #fafafa;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

@media (max-width: 400px) {
  .tg-btn.last,
  .tg-btn.insta {
    max-width: 340px;
    margin: 0 auto 16px auto;
  }
  .tg-btn.last:after,
  .tg-btn.insta:after {
    left: -52px;
  }
  .tg-btn.last:before,
  .tg-btn.insta:before {
    left: -52px;
  }
}

@media (max-width: 380px) {
  .footer {
    background-position: -5px 20px;
  }
}

@media (max-width: 370px) {
  .tg-btn.last,
  .tg-btn.insta {
    max-width: 300px;
    margin: 0 auto 16px auto;
  }
  .tg-btn.last:after,
  .tg-btn.insta:after {
    left: -94px;
  }
  .tg-btn.last:before,
  .tg-btn.insta:before {
    left: -94px;
  }
}

@media (min-width: 600px) {
  .footer {
    padding: 100px 0 0 0;
    background: url("/img/footer_desktop_bg_2.png") 0 10px / 100% 100% no-repeat;
  }
  .footer-arrow {
    transform: rotate(0);
  }
}

@media (min-width: 1080px) {
  .footer {
    padding: 125px 0 0 0;
    background: url("/img/footer_desktop_bg_2.png") 0 0 / 100% 100% no-repeat;
  }
  .footer-date {
    display: block;
    position: absolute;
    top: -90px;
    left: 70px;

    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
  }
  .footer-langs {
    display: none;
  }
  .footer-arrow {
    transform: rotate(0);
    top: -90px;
    right: 70px;
    width: 84px;
  }
  .footer-arrow.mobile {
    display: none;
  }

  .footer-arrow.desktop {
    display: block;
  }
  .footer-title {
    text-align: center;
    font-size: 52px;
    font-weight: 600;
    line-height: 54px;
    padding: 0 0 50px 0;
  }
  .footer-buttons {
    display: flex;
    justify-content: space-between;
    max-width: 752px;
    margin: 0 auto;
    padding: 0 0 22px 0;
  }
  .tg-btn.last {
    order: 2;
  }
  .tg-btn.insta {
    order: 1;
  }
  .tg-btn.insta:after {
    background: #086bdd;
  }
  .tg-btn.insta:hover::after {
    background: #fafafa;
  }

  .tg-btn.insta:hover .tg-btn-icon path {
    fill: #000105;
  }
  .footer-label {
    font-size: 160px;
    font-weight: 700;
    line-height: normal;
    top: 65px;
  }
  .footer-date_mob {
    display: none;
  }
}

@media (min-width: 1300px) {
  .footer-label {
    font-size: 196px;
    font-weight: 700;
    line-height: normal;
    top: 80px;
  }
}
